Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
,,,<img src="img/ui/Unexpected Expectations.png">
Hello everyone! This is my very first attempt at making a game (and programming in general), so please don't expect any complicated mechanic!
This game will revolve around a very basic structure. You wake up, you interact with people a few times, you go to school, interact there, come back home, interact some more, go to bed, rinse and repeat. To spice things up, I'm going to try to implement random events.
For now, those two will be the only locations that exist. You will be able to get money through programming on your computer(may expand later). Stats will be gained through swimming at home, paying attention to classes and messing around at school.
I don't plan on implementing an Energy system, always found those to be just an extra unnecessary management system, I also don't plan to implement "time", the game will follow a cycle structure of Early Morning, Morning, Late Morning, Noon, Early Afternoon, Afternoon, Late Afternoon, Evening, Night and Midnight.
As such, it will be Home > Home > School > School > School > School > Home > Home > Home > Home. The exception being, of course, during weekends.
This game is all about corruption, not only of others, but also of yourself. At the start you will be an innocent virgin, but as things move along, you will slowly, but surely, walk the path of depravity!
Hope you guys have a great time!
But before we begin, I must ask you, do you pinkie swear that you are of legal age in your country?
[[I'm over 18, I swear!|Intro]]<table style="width:100%">
<caption>Stats</caption>
<tr>
<td style="color:#15BB05;">Fitness</td>
<td style="text-align:center;">$player.fitness</td>
</tr>
<tr>
<td style="color:#A935FE;">Charm</td>
<td style="text-align:center;">$player.charm</td>
</tr>
<tr>
<td style="color:#479EFF;">Intelligence</td>
<td style="text-align:center;">$player.intelligence</td>
</tr>
<tr>
<td style="color:#8B0000;">Corruption</td>
<td style="text-align:center;">$player.corruption</td>
</tr>
</table><span class="left"><<link [img[img/Profile/Kelly.jpg]]>><<nobr>>
<<set Dialog.setup("Kelly's Profile")>>
<<set Dialog.wiki(Story.get('Kelly').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<if $kcorruption is 1>><span class="quest"><<link [img[img/ui/Quest Corruption.png]]>><<nobr>>
<<set Dialog.setup("Kelly's Corruption Quest")>>
<<set Dialog.wiki(Story.get('Kelly Corruption Quest 1').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<elseif $kcorruption is 2 and $pravitas.level is 2>><span class="quest"><<link [img[img/ui/Quest Corruption.png]]>><<nobr>>
<<set Dialog.setup("Kelly's Corruption Quest")>>
<<set Dialog.wiki(Story.get('Kelly Corruption Quest 2').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<else>><</if>>Kelly is your $m.rel.
<span style="color:#DB7093;">Love</span>: $m.love
<span style="color:#8B0000;">Corruption</span>: $m.corruption
<span class="left"><<link [img[img/Profile/Anna.png]]>><<nobr>>
<<set Dialog.setup("Anna's Profile")>>
<<set Dialog.wiki(Story.get('Anna').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<if $acorruption is 1>><span class="quest"><<link [img[img/ui/Quest Corruption.png]]>><<nobr>>
<<set Dialog.setup("Anna's Corruption Quest")>>
<<set Dialog.wiki(Story.get('Anna Corruption Quest 1').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<elseif $alove is 1 and $pravitas.level is 2>><span class="quest"><<link [img[img/ui/Quest Love.png]]>><<nobr>>
<<set Dialog.setup("Anna's Love Quest")>>
<<set Dialog.wiki(Story.get('Anna Love Quest 1').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<elseif $acorruption is 2 and $pravitas.level is 2>><span class="quest"><<link [img[img/ui/Quest Corruption.png]]>><<nobr>>
<<set Dialog.setup("Anna's Corruption Quest")>>
<<set Dialog.wiki(Story.get('Anna Corruption Quest 2').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<else>><</if>>Anna is your $ys.rel.
<span style="color:#DB7093;">Love</span>: $ys.love
<span style="color:#8B0000;">Corruption</span>: $ys.corruption
<span class="left"><<link [img[img/Profile/Sarah.jpg]]>><<nobr>>
<<set Dialog.setup("Sarah's Profile")>>
<<set Dialog.wiki(Story.get('Sarah').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<if $slove is 1>><span class="quest"><<link [img[img/ui/Quest Love.png]]>><<nobr>>
<<set Dialog.setup("Sarah's Love Quest")>>
<<set Dialog.wiki(Story.get('Sarah Love Quest 1').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<elseif $slove is 2 and $pravitas.level is 2>><span class="quest"><<link [img[img/ui/Quest Love.png]]>><<nobr>>
<<set Dialog.setup("Sarah's Love Quest")>>
<<set Dialog.wiki(Story.get('Sarah Love Quest 2').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<elseif $scorruption is 1>><span class="quest"><<link [img[img/ui/Quest Corruption.png]]>><<nobr>>
<<set Dialog.setup("Sarah Corruption Quest")>>
<<set Dialog.wiki(Story.get('Sarah Corruption Quest 1').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<else>><</if>>Sarah is your $os.rel.
<span style="color:#DB7093;">Love</span>: $os.love
<span style="color:#8B0000;">Corruption</span>: $os.corruption
<span class="left"><<link [img[img/Profile/Linda.jpg]]>><<nobr>>
<<set Dialog.setup("Linda's Profile")>>
<<set Dialog.wiki(Story.get('Linda').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<if $teacher.lovelevel is 2 and $teacher.corruptionlevel is 1>><span class="quest"><<link [img[img/ui/Quest Corruption.png]]>><<nobr>>
<<set Dialog.setup("Linda's Corruption Quest")>>
<<set Dialog.wiki(Story.get('Linda Corruption Quest 1').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<elseif $teacher.lovelevel is 1>><span class="quest"><<link [img[img/ui/Quest Love.png]]>><<nobr>>
<<set Dialog.setup("Linda's Love Quest")>>
<<set Dialog.wiki(Story.get('Linda Love Quest 2').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<elseif $llove is 1>><span class="quest"><<link [img[img/ui/Quest Love.png]]>><<nobr>>
<<set Dialog.setup("Linda's Love Quest")>>
<<set Dialog.wiki(Story.get('Linda Love Quest 1').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<else>><</if>>Linda is your $teacher.rel.
<span style="color:#DB7093;">Love</span>: $teacher.love
<span style="color:#8B0000;">Corruption</span>: $teacher.corruption
<span class="left"><<link [img[img/Profile/Rachel.jpg]]>><<nobr>>
<<set Dialog.setup("Rachel's Profile")>>
<<set Dialog.wiki(Story.get('Rachel').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<if $rlove is 1>><span class="quest"><<link [img[img/ui/Quest Love.png]]>><<nobr>>
<<set Dialog.setup("Rachel's Love Quest")>>
<<set Dialog.wiki(Story.get('Rachel Love Quest 1').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<elseif $rcorruption is 1>><span class="quest"><<link [img[img/ui/Quest Corruption.png]]>><<nobr>>
<<set Dialog.setup("Rachel's Corruption Quest")>>
<<set Dialog.wiki(Story.get('Rachel Corruption Quest 1').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span>><<elseif $student.corruptionlevel is 1 and $student.lovelevel is 1 and $player.corruptionlevel is 2>><span class="quest"><<link [img[img/ui/Quest Love.png]]>><<nobr>>
<<set Dialog.setup("Rachel's Love Quest")>>
<<set Dialog.wiki(Story.get('Rachel Love Quest 2').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<elseif $student.corruptionlevel is 1 and $student.lovelevel is 2 and $player.corruptionlevel is 2>><span class="quest"><<link [img[img/ui/Quest Corruption.png]]>><<nobr>>
<<set Dialog.setup("Rachel's Corruption Quest")>>
<<set Dialog.wiki(Story.get('Rachel Corruption Quest 2').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<else>><</if>>Rachel is your $student.rel.
<span style="color:#DB7093;">Love</span>: $student.love
<span style="color:#8B0000;">Corruption</span>: $student.corruption
<span class="left"><<link [img[img/Profile/Vanessa.jpg]]>><<nobr>>
<<set Dialog.setup("Vanessa's Profile")>>
<<set Dialog.wiki(Story.get('Vanessa').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span>Vanessa is your $senior.rel.
<span style="color:#DB7093;">Love</span>: $senior.love
<span style="color:#8B0000;">Corruption</span>: $senior.corruption
<span class="left"><<link [img[img/Profile/Pravitas.jpg]]>><<nobr>>
<<set Dialog.setup("Pravitas's Profile")>>
<<set Dialog.wiki(Story.get('Pravitas').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<if $plevel is 1>><span class="quest"><<link [img[img/ui/Quest Pravitas.png]]>><<nobr>>
<<set Dialog.setup("Pravitas' Evolution Quest")>>
<<set Dialog.wiki(Story.get('Pravitas Quest 1').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>></span><<else>><</if>>Pravitas is your ?????.
<span style="color:#DB7093;">Love</span>: ??
<span style="color:#8B0000;">Corruption</span>: ??[img[img/ui/Patreon.png][https://www.patreon.com/UnexpectedExpectations]]
I would also like to kindly thank:
<span style="color:gold;">dionzielinski</span>
<span style="color:silver;">Josh Button
Woest Brayan
faucheur92
Celixxan
Kennedy Luster
yann
The Warlock
Helene Sem</span>
<span style="color:#cd7f32;">Danny Nunez
Order1908
Joshua Soult
master blaster
Timothy Hansen
Ardjoena Junaidi
James Jordan Gilbert
Dusk
devon
StarOyster
Josh
Justifiable Gaming
Tynan Smith
BEM1992
moka.moka
Hanumanthadontya
Jake Lyon
Jacob Brinson
FlamingFlamingo
Michael Krusell
dark blade
Nathan Kenworthy
yami
Sam
Matthew
Keybearer
Thisguy1080
Noface will be seen
BabySlut
Cody Wolf
Faテゥ
Chris harvey
Adrian Gutierrez
Deamon Darkstar
randylj17
Crystal Harding
Aaron Cousins
Stephen
Asura
ManagedFiber
sylvester mckay
Micheal Cozad
MITCH
KibaTheWolf
Daniel Diethard
Greg grossi
Riddle
Raphael Metzler
Bonnie124
James Shaw
Jakob antonsson
Charles Bessey
Jake Champs
Zeroxas
SkyeFyreKnight
Mike
Laryen35
KA
Guillaume Laguinier
Fenris
Corvalist
Abdel Hanini
Matthew Splash Lewis
Mr E
Dalton Walsh
James Stinson
Charlie
Joshua Cumberbatch
Nori E.
Fredrik
Nathan Felos
Michael Reid
Damien Davis
arthur lacombe
Chris Freeman
Zane Grey
JG
Sean Reece
Ish
loiq fortin
charlie sumner
Jeffery Earls
mousa barakat
jason
thatdoit
Joshua Jeske
Robert Hemmes
bryce bentinck
David Singletary
Garret thorstad
Griffin Meredith
Thomas
Protector1337
Alex Ozark
Chevalier Loテッc
Sordax
andre manuka
gianni galgani
MKA
SBB
Maverick Bradd
Dominic Thomas
Test Name
Nicholas Tamburrino
Petjanr
igor colby
Stephen Barker
LordTouchMe
Salpark
J0sh2309
Tomas M. Pasillas
Orunoka
Zalmen Malik
Matteus1120
Saumya Borar
CharleyT
Tobias Stausholm
Alfa
James mckeon
Charles ritter
Capturemaster
Blake
PaulPauk
brando
Ryan Schultz
xan
Night Eagle IV
Crinisen
rowgran
Chris Danks
Emre Yilman
Ionut Grecea
Adrian Dun
Wh1t3f0rg3
Travis Gustafson
Austin Moore
evan peat
Rich
Allen Fortenberry
Roger A Stalcup
Griffon
Sgiguere
Timothy
Inu Richter
Egon
Its4quenten
Pierre Cheval
MerricWolfe
Stefan Blokland
Daniel
malyx farfyre
Alvaro Mendiguchia Del Cura
Dillon Schmidt
Sly
raphael bouget
Rodney Gordley
Moonlight Soldier
ShadowDragon
Evan Goldstein
KingD
Stephen Jordan Hargey
Das Ninja
Demon Cat
Raphael .
Revan
Joel Osborn
bils franck
OMGIts Renegade
Leanerbike1363
Godofchaosdragons
Cam Geary
Joseph James Hilton
Damian Bargull
Joseph Beals
Ghan
Tony Makara
DrawingLoki
DonnyDong123
Nicholas Rodriguez
Trondeath1977
tobi</span>
<span style="color:#a19d94;">Red Claw
Tedman
Tom
wpmaster
Bazooka
Rodney Trotter
Alexandre Rodriguez
Stewart Sinclair
Viktor
Werewindle
Jorge Maria Dos Santos
Zack Solis
Manuel
J.S.
Roland Taranis</span>
Thanks a lot for your support! And for everyone else reading this, please support me on Patreon, it means a lot to me.<img src="img/Other/you.jpg">
This is you. You are 20 years old. In this game all the porn will either be POV or the male character hidden. As such, just think of the main character as yourself.
What's your name?
<<textbox "$player.name" "Nathan" "Mother Intro" autofocus>><img src="img/Kelly/Kelly Body.jpg">
This is Kelly, she's 40 and she is your:
<<textbox "$m.rel" "landlady">>
And you are her:
<<textbox "$player.m" "tenant">>
[[Next|Younger Sister Intro]]<img src="img/Anna/Anna Body.jpg">
This is Anna, she is Kelly's youngest daughter, she's 18 and as such she's younger than you and she is your:
<<textbox "$ys.rel" "younger roommate">>
And you are her:
<<textbox "$player.ys" "older roommate">>
[[Next|Older Sister Intro]]<img src="img/Sarah/Sarah Body.jpg">
This is Sarah, she's Kelly's oldest daughter, she's 24 and as such she is older than you and is your:
<<textbox "$os.rel" "older roommate">>
And you are her:
<<textbox "$player.os" "younger roommate">>
[[Next|Home Intro]]This is an early release, as such there will be no way to skip the prologue. Next version will allow you to jump straight into the game, so I hope you are ready for some lore!
[[I'm always up for some lore|Lore A]]
[[Nah bro, I'm here to fap, not to read|Tutorial]]<<set $player={
name: "Nathan",
surname: "Smith",
m: "Tenant",
ys: "Older Roommate",
os: "Younger Roommate",
teacher: "Student",
student: "Classmate",
senior: "Junior",
money: 20,
corruption: 6,
fitness: 5,
charm: 5,
intelligence: 5,
corruptionlevel: 0,
}>>
<<set $m={
name: "Kelly",
surname: "Smith",
rel: "Landlandy",
love: 20,
corruption: 0,
lovelevel: 2,
corruptionlevel: 0,
}>>
<<set $ys={
name: "Anna",
surname: "Smith",
rel: "Younger Roommate",
love: 10,
corruption: 0,
lovelevel: 1,
corruptionlevel: 0,
}>>
<<set $os={
name: "Sarah",
surname: "Smith",
rel: "Older Roommate",
love: 0,
corruption: 10,
lovelevel: 0,
corruptionlevel: 1,
}>>
<<set $teacher={
name: "Linda",
surname: "Streider",
rel: "Teacher",
love: 2,
corruption: 10,
lovelevel: 0,
corruptionlevel: 1,
}>>
<<set $student={
name: "Rachel",
surname: "Glass",
rel: "Classmate",
love: 4,
corruption: 0,
lovelevel: 0,
corruptionlevel: 0,
}>>
<<set $senior={
name: "Vanessa",
surname: "Parker",
rel: "Senior",
love: 10,
corruption: 10,
lovelevel: 1,
corruptionlevel: 1,
}>>
<<set $pravitas={
name: "Pravitas",
level: 1,
}>>
<<set $Days = ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]>>
<<set $Times = ["Early Morning","Morning","Late Morning","Noon","Early Afternoon","Afternoon","Late Afternoon","Evening","Night","Midnight"]>>
<<set $time={
day: "",
time: "",
dayCount: 1,
cTime: 0,
cDay: 2,
getDay: function(cD) {
this.day = $Days[cD];
return this.day;
},
getTime: function(cT) {
this.time = $Times[cT];
return this.time;
},
newDay: function() {
this.dayCount += 1;
this.cTime = 0;
if (this.cDay == 6) {
this.cDay = 0;
} else {
this.cDay += 1;
}
this.time = $Times[this.cTime];
this.day = $Days[this.cDay];
return this.time;
return this.day;
},
passTime: function(h) {
this.cTime += h;
if (this.cTime > 10) {
this.cTime = 0;
this.cDay += 1;
this.dayCount += 1;
if (this.cDay > 6) {
this.cDay = 0;
}
}
this.time = $Times[this.cTime];
this.day = $Days[this.cDay];
return this.time;
return this.day;
}
}>>
<<set $time.day = $time.getDay($time.cDay)>>
<<set $time.time = $time.getTime($time.cTime)>><img src="img/Other/Alarm Clock 730.jpg">
@@.data;
Beep Beep ... Beep Beep@@
@@.you;
Urgh... Guess it's already time to wake up.@@
You turn off the alarm and start getting ready to go to college.
You've entered college when you were 18 years old, at first you had decided that you wanted to major in Computer Science, but after a couple of fruitless years, you decided to change your course to Chemical Engineering.
Why? You may ask. The simple reason was that you absolutely hated all of the teachers and most of your classmates. They all acted like they were some kind of genius from Silicon Valley.
One day, when you were feeling really down, a woman that was passing by stopped and talked to you.
<img src="img/Linda/Linda Body.jpg">
Her name was Linda and she was a Teacher, teaching mostly Organic Chemistry. Needless to say, you were stunned by her beauty. You've always been fascinated by Chemistry. The only reason you didn't follow that path was because your father wanted you to be a programmer, that would later be hired by his company.
So, on that very same day, you quit your course and transferred into Chemical Engineering. This University wasn't exactly the best one in your state. And while you're not the smartest person you know, you're also not dumb. So it wasn't all that hard to get this transfer.
Today will be your first day. Unfortunately that means only one thing: "Guidance", a.k.a. Hazing. No matter what course you are in, if it's your first year, you are getting hazed.
The whole point of hazing is to form bonds of comradery with your fellow freshmen, while the seniors can alleviate stress through harassment. Unfortunately that means that if you refuse, your classmates and your seniors will resent you.
In your first year of Computer Science, you were forced to hack one of the teachers' laptop computers, while in your underpants. The teacher wasn't all too pleased with it when he discovered you and from that moment on you were marked by him. He seemed to hold a lot of influence with the other teachers, so they harassed you too.
@@.you;
Shit! I need to take a shower!@@
[[Leave the room and go to the bathroom|Lore B]]<img src="img/Other/Player Bedroom.jpg">
<<nobr>><<set $initiate = 1>><</nobr>>
This is your room, here you can just waste time by playing Past Events, buy something you want online or do some freelancing work as a coder. You can also use your room to sleep once it's at least Evening.
A reminder that you must go to school from Monday to Friday, starting Late Morning and ending by Late Afternoon, you should be back by Late Afternoon.
Your current <span style="color:darkred;">Corruption Level</span> is: $player.corruptionlevel
<<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Early Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Late Morning">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Noon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Early Afternoon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Afternoon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Late Afternoon">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Evening">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Night">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Computer" "Past Events">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<<case "Midnight">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Late Morning">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Noon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Early Afternoon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Afternoon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Late Afternoon">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Evening">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Night">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Computer" "Past Events">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<<case "Midnight">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Late Morning">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Noon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Early Afternoon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Afternoon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Late Afternoon">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Evening">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<<case "Night">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<<case "Midnight">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Early Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Late Morning">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Noon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Early Afternoon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Afternoon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Late Afternoon">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Evening">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Night">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Computer" "Past Events">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<<case "Midnight">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Early Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Late Morning">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Noon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Early Afternoon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Afternoon">>
''Why am I here? I should be at school!''
<<btnLink "Leave your room" "House">>
<<case "Late Afternoon">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Evening">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Night">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Computer" "Past Events">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<<case "Midnight">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<</switch>>
<!--================================================================-->
<<case "Saturday">>
<<switch $time.time>>
<<case "Early Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<if $time.dayCount is 5>><<else>>
<<btnLink "End your day" "Day End">>
<</if>>
<<btnLink "Leave your room" "House">>
<<case "Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<if $time.dayCount is 5>><<else>>
<<btnLink "End your day" "Day End">>
<</if>>
<<btnLink "Leave your room" "House">>
<<case "Late Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<if $time.dayCount is 5>>
Windows Update! Try again later!
<<else>>
<<btnLink "Do some freelancing" "Programing">>
<</if>>
<<btnLink "Computer" "Past Events">>
<<if $time.dayCount is 5>><<else>>
<<btnLink "End your day" "Day End">>
<</if>>
<<btnLink "Leave your room" "House">>
<<case "Noon">>
<<if $kindleoption is 1>>
<<btnLink "Use Kindle" "Kindle">>
<</if>>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Early Afternoon">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Afternoon">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Late Afternoon">>
<<btnLink "Buy some stuff online" "Buy">>
<<if $CallIsabella and not $GettingInfo>>
<<else>>
<<btnLink "Do some freelancing" "Programing">>
<</if>>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Evening">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Night">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Computer" "Past Events">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<<case "Midnight">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<</switch>>
<!--================================================================-->
<<case "Sunday">>
<<switch $time.time>>
<<case "Early Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Morning">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Late Morning">>
<<if $ys.corruptionlevel gte 2>>
<<goto "Anna Needs Money 2">>
<<else>>
<<goto "Anna Needs Money">>
<</if>>
<<case "Noon">>
<<if $kindleoption is 1>>
<<btnLink "Use Kindle" "Kindle">>
<</if>>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Early Afternoon">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Afternoon">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Late Afternoon">>
<<btnLink "Buy some stuff online" "Buy">>
<<if $CallIsabella and not $GettingInfo>>
<<else>>
<<btnLink "Do some freelancing" "Programing">>
<</if>>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Evening">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Do some freelancing" "Programing">>
<<btnLink "Computer" "Past Events">>
<<btnLink "End your day" "Day End">>
<<btnLink "Leave your room" "House">>
<<case "Night">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Your Room 2">>
<<elseif $m.corruptionlevel is 1 and $KellyInvite>>
<<goto "Event with Kelly">>
<<else>>
<<goto "Kelly Your Room">>
<</if>>
<<case "Midnight">>
<<btnLink "Buy some stuff online" "Buy">>
<<btnLink "Go to Sleep" "Sleep">>
<<btnLink "Leave your room" "House">>
<</switch>>
<!--================================================================-->
<</switch>><<if $LilithMet and not $LilithCall>><<btnLink "Call Lilith" "Call Lilith">><</if>><<if $AnnaCorruptionQ and not $LilithCallQ>><<btnLink "Call Lilith" "Talking to Lilith">><</if>><<if $AnnaCosplaysQ and not $LilithCallQ2>><<btnLink "Call Lilith" "Deal with Lilith">><</if>><<if $AnnaPlan and $SarahPlan and not $ThePlan>><<btnLink "Hatch a plan" "The Plan">><</if>><<if $CallingJessica and $time.time is not "Midnight">><<btnLink "Call Jessica" "Calling Jessica">><</if>><<if $SarahFriend and not $CallIsabella and ($time.day is "Saturday"||$time.day is "Sunday") and $time.time is "Morning">><<btnLink "Call Isabella" "Call Isabella">><</if>><<if $SarahFanCount and not $IsabellaCalled and ($time.day is "Saturday"||$time.day is "Sunday") and $time.time is "Morning">><<btnLink "Call Isabella" "Calling Isabella">><</if>><<if $CorruptionQuest2 and not $DateResearch>><<btnLink "Check Out Popular Date Spots" "Date Research">><</if>><<if $DateResearch and not $InvitingRebeca and $player.money gte 100>><<btnLink "Invite Rebeca to a Date ($100)" "Inviting Rebeca">><</if>><<nobr>>
<<if $SarahPictures and $os.lovelevel is 1 and $time.time is "Early Morning" and $time.day is "Sunday">>
<<goto "Sarah Visits">>
<</if>>
<<if $os.love is 9 and not $oslovequest1 and $time.time is "Early Morning" and $SarahVideogame>>
<<goto "Sarah Love Level 1">>
<</if>>
<<if $CallIsabella and not $GettingInfo and $time.time is "Evening">>
<<goto "Getting Info">>
<</if>>
<<if $time.day is not "Saturday" and $time.day is not "Sunday" and $time.time is "Late Morning">>
<<goto "School Time">>
<</if>>
<<if $time.dayCount is 5 and $time.time is "Noon">>
<<goto "Kindle First Time">>
<</if>>
<<if $time.dayCount gt 5 and $time.time is "Noon" and $kindleoption is not 1 and $time.day is "Saturday">>
<<goto "Kindle First Time">>
<</if>>
<<if $SarahCosplaying and not $SarahUpdate and $time.time is "Early Morning">>
<<goto "Sarah Update">>
<</if>>
<<if $IsabellaCalled and not $IsabellaSecret and $time.time is "Noon">>
<<goto "Isabella's Secret">>
<</if>>
<<if $student.lovelevel is 2 and not $CorruptionQuest2 and $time.time is "Early Morning">>
<<goto "Rachel Corruption Level 2">>
<</if>>
<<if $TalkWithRebeca and not $RebecaCallsAgain and $time.time is "Early Morning" and $student.corruption gte 15>>
<<goto "Rebeca Calls Again">>
<</if>>
<<if $InvitingRachel and not $RachelCallInvite and $time.time is "Early Morning" and $student.corruption gte 19 and $time.day is "Saturday">>
<<goto "Rachel Call">>
<</if>>
<<if $RachelCallInvite and $student.corruptionlevel is 1 and $time.time is "Noon" and $time.day is "Saturday">>
<<goto "Rachel Netflix">>
<</if>>
<<if $InviteLindaAirsoft and not $AirsoftLinda and $time.time is "Noon" and $time.day is "Saturday">>
<<goto "Airsoft with Linda 1">>
<</if>>
<<if $Fatigues and $teacher.corruptionlevel is 1 and $time.time is "Noon" and $time.day is "Sunday">>
<<goto "Tournament 1">>
<</if>>
<</nobr>><img src="img/Other/Going to Sleep.jpg"><<if $time.dayCount is 4>>
<span id="pravitascall">
<<link "Pravitas calls for you...">>
<<replace "#pravitascall">>
<<NewDay>>
[[Talk to Pravitas|Pravitas Call]]
<</replace>>
<</link>>
</span>
<<elseif $pravitascorruption is 1>>
<span id="pravitascall">
<<link "Pravitas calls for you...">>
<<replace "#pravitascall">>
<<NewDay>>
[[Talk to Pravitas|Pravitas Kindle]]
<</replace>>
<</link>>
</span>
<<elseif $player.corruption is 9>>
<span id="pravitascall">
<<link "Pravitas calls for you...">>
<<replace "#pravitascall">>
<<NewDay>>
[[Talk to Pravitas|MC Corruption Level 1]]
<</replace>>
<</link>>
</span>
<<elseif $VGCBuy>>
<span id="VGC">
<<link "Time to sleep...">>
<<replace "#VGC">>
<<NewDay>>
[[Sleep until the next day|Controller Arrives]]
<</replace>>
<</link>>
</span>
<<elseif $CameraBuy>>
<span id="Camera">
<<link "Time to sleep...">>
<<replace "#Camera">>
<<NewDay>>
[[Sleep until the next day|Camera Arrives]]
<</replace>>
<</link>>
</span>
<<elseif $LotionBuy>>
<span id="Lotion">
<<link "Time to sleep...">>
<<replace "#Lotion">>
<<NewDay>>
[[Sleep until the next day|Lotion Arrives]]
<</replace>>
<</link>>
</span>
<<elseif $CosplayRBuy>>
<span id="Cosplay">
<<link "Time to sleep...">>
<<replace "#Cosplay">>
<<NewDay>>
[[Sleep until the next day|Cosplay Arrives]]
<</replace>>
<</link>>
</span>
<<elseif $QCameraBuy>>
<span id="QCamera">
<<link "Time to sleep...">>
<<replace "#QCamera">>
<<NewDay>>
[[Sleep until the next day|Quality Camera Arrives]]
<</replace>>
<</link>>
</span>
<<elseif $AnnaCosplayBuy>>
<span id="AnnaCosplay">
<<link "Time to sleep...">>
<<replace "#AnnaCosplay">>
<<NewDay>>
[[Sleep until the next day|Anna Cosplay Arrives]]
<</replace>>
<</link>>
</span>
<<elseif $SarahCosplayBuy>>
<span id="SarahCosplay">
<<link "Time to sleep...">>
<<replace "#SarahCosplay">>
<<NewDay>>
[[Sleep until the next day|Sarah Cosplay Arrives]]
<</replace>>
<</link>>
</span>
<<elseif $RunningShoesBuy>>
<span id="RunningShoes">
<<link "Time to sleep...">>
<<replace "#RunningShoes">>
<<NewDay>>
[[Sleep until the next day|Running Shoes Arrive]]
<</replace>>
<</link>>
</span>
<<elseif $AirsoftFatiguesBuy>>
<span id="AirsoftFatigues">
<<link "Time to sleep...">>
<<replace "#AirsoftFatigues">>
<<NewDay>>
[[Sleep until the next day|Airsoft Fatigues Arrive]]
<</replace>>
<</link>>
</span>
<<elseif $player.corruption is 19 and $m.corruptionlevel is 1 and $ys.corruptionlevel is 1 and $os.lovelevel is 1 and $teacher.lovelevel is 1 and $student.lovelevel is 1 and $student.corruptionlevel is 1 and $ratings gte 4 and $time.day is "Friday">>
<span id="pravitascall">
<<link "Pravitas calls for you...">>
<<replace "#pravitascall">>
<<NewDay>>
[[Talk to Pravitas|Pravitas Powerup 1]]
<</replace>>
<</link>>
</span>
<<elseif $DealingMelissa1 and not $CallRebeca>>
<span id="RebecaCall">
<<link "Time to sleep...">>
<<replace "#RebecaCall">>
<<NewDay>>
[[Go to sleep|A call from Rebeca]]
<</replace>>
<</link>>
</span>
<<elseif $teacher.lovelevel is 2 and not $WakeUpCorruption>>
<span id="WakeUpCorruption">
<<link "Time to sleep...">>
<<replace "#WakeUpCorruption">>
<<NewDay>>
[[Go to sleep|Linda Corruption Level 2]]
<</replace>>
<</link>>
</span>
<<elseif $StellaRun and not $LindaTournament and $teacher.corruption gte 19>>
<span id="TournamentCall">
<<link "Time to sleep...">>
<<replace "#TournamentCall">>
<<NewDay>>
[[Go to sleep|Tournament Call]]
<</replace>>
<</link>>
</span>
<<else>>
<span id="sleeptime">
<<link "Time to sleep...">>
<<replace "#sleeptime">>
<<NewDay>>
[[Sleep until the next day|Start]]
<</replace>>
<</link>>
</span>
<</if>><img src="img/Other/House.jpg">
<<nobr>><<set $initiate = 1>><</nobr>>
<<GetFamilyLocation>>
This is your house. From here you can access any of the rooms in it, or just go to the yard. The house is kind of big, but it allows a family of 5 to live comfortably.
<<btnLink "Go to your bedroom <<Dash $locBedroom>>" "Start">>
<<btnLink "Go to Kelly's bedroom <<Dash $locMBedroom>>" "Kelly's Room">>
<<btnLink "Go to Anna's bedroom <<Dash $locYSBedroom>>" "Anna's Room">>
<<btnLink "Go to Sarah's bedroom <<Dash $locOSBedroom>>" "Sarah's Room">>
<<btnLink "Go to the bathroom <<Dash $locBathroom>>" "Bathroom">>
<<btnLink "Go to the kitchen <<Dash $locKitchen>>" "Kitchen">>
<<btnLink "Go to the living room <<Dash $locLivingroom>>" "Livingroom">>
<<btnLink "Go to the yard <<Dash $locYard>>" "Yard">>
<<if $time.day is not "Saturday" and $time.day is not "Sunday" and ($time.time is "Late Afternoon"||$time.time is "Evening") and $FlagA>>
<<btnLink "Call someone" "Call">>
<<elseif ($time.day is "Saturday"||$time.day is "Sunday") and ($time.time is "Late Morning"||$time.time is "Late Afternoon"||$time.time is "Evening") and $FlagA>>
<<btnLink "Call someone" "Call">>
<</if>><<if ($time.day is "Saturday"||$time.day is "Sunday") and $time.time is "Noon" and $massagelearn is 1 and $player.money gte 50 and $player.intelligence gte 10>>
<<btnLink "Learn how to Massage" "Massage Learn">>
<<elseif ($time.day is "Saturday"||$time.day is "Sunday") and $time.time is "Noon" and $RachelInvite and not $DealingMelissa1>>
<<btnLink "Call Rebeca" "Dealing with Melissa 1">>
<<elseif $time.day is "Sunday" and $time.time is "Noon" and $CallRebeca and not $DealingMelissa2 and $player.charm gte 20>>
<<btnLink "Go meet Melissa" "Dealing with Melissa 2">>
<<elseif $time.day is "Saturday" and $time.time is "Noon" and $InvitingRebeca and not $DateRebeca>>
<<btnLink "Go on your date with Rebeca" "Date Rebeca">>
<<elseif ($time.day is "Saturday"||$time.day is "Sunday") and $time.time is "Noon">>
<<btnLink "Go to the garage <<Dash $locGarage>>" "WIP">>
<</if>>
<<if $JessicaCall and $time.day is "Sunday" and $time.time is "Noon" and not $DeepMassage and $player.money gte 50>><<btnLink "Get some lessons from Jessica" "Learning Deep Massage">><</if>><<if $RunningShoes and $teacher.lovelevel is 1 and $time.time is "Noon" and $time.day is "Saturday">><<btnLink "Go on a run with Linda" "Running With Linda">><</if>><<if $LindaStella and not $StellaRun and $time.time is "Noon" and $time.day is "Saturday">><<btnLink "Go on a run with Linda" "Running with Stella">><</if>>
<<nobr>>
<<if $IsabellaCalled and not $IsabellaSecret and $time.time is "Noon">>
<<goto "Isabella's Secret">>
<</if>>
<<if $CallIsabella and not $GettingInfo and $time.time is "Evening">>
<<goto "Getting Info">>
<</if>>
<<if $time.day is not "Saturday" and $time.day is not "Sunday" and $time.time is "Late Morning">>
<<goto "School Time">>
<</if>>
<<if $time.dayCount is 5 and $time.time is "Noon">>
<<goto "Kindle First Time">>
<</if>>
<<if $time.dayCount gt 5 and $time.time is "Noon" and $kindleoption is not 1 and $time.day is "Saturday">>
<<goto "Kindle First Time">>
<</if>>
<<if $CallIntro is true and not $FlagA>>
<<goto "Call Intro">>
<</if>>
<<if $CosplayR is true>>
<<goto "Cosplay Research">>
<</if>>
<<if $player.corruptionlevel is 2 and not $AnnaSorry>>
<<goto "Anna Sorry">>
<</if>>
<<if $time.day is "Saturday" and $time.time is "Noon" and $LilithCall and not $LilithCaught>>
<<goto "Getting Caught">>
<</if>>
<<if $RachelCallInvite and $student.corruptionlevel is 1 and $time.time is "Noon" and $time.day is "Saturday">>
<<goto "Rachel Netflix">>
<</if>>
<<if $InviteLindaAirsoft and not $AirsoftLinda and $time.time is "Noon" and $time.day is "Saturday">>
<<goto "Airsoft with Linda 1">>
<</if>>
<<if $Fatigues and $teacher.corruptionlevel is 1 and $time.time is "Noon" and $time.day is "Sunday">>
<<goto "Tournament 1">>
<</if>>
<</nobr>><img src="img/Other/Kelly Bedroom.jpg">
This is your $m.rel's room.
<<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Room Peek 2">>
<<else>>
<<goto "Kelly Room Peek">>
<</if>>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<<goto "Kelly Room Sleep">>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Afternoon">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Masturbate 2">>
<<else>>
<<goto "Kelly Masturbate">>
<</if>>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<<goto "Kelly Room Sleep">>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Room Peek 2">>
<<else>>
<<goto "Kelly Room Peek">>
<</if>>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Ready For Bed 2">>
<<else>>
<<goto "Kelly Ready For Bed">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<<goto "Kelly Room Sleep">>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Room Peek 2">>
<<else>>
<<goto "Kelly Room Peek">>
<</if>>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Ready For Bed 2">>
<<else>>
<<goto "Kelly Ready For Bed">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Saturday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<case "Evening">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Room Evening 2">>
<<else>>
<<goto "Kelly Room Evening">>
<</if>>
<<case "Night">>
<<case "Midnight">>
<<goto "Kelly Room Sleep">>
<</switch>>
<!--================================================================-->
<<case "Sunday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<<goto "Kelly Room Sleep">>
<</switch>>
<!--================================================================-->
<</switch>>
[[Leave|House]]<img src="img/Other/Anna Bedroom.jpg">
This is your $ys.rel's room.
<<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Early Morning">>
<<goto "Anna Room Peek">>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<goto "Anna Masturbates">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $ys.corruptionlevel is 2>>
<<goto "Anna Studying Bedroom 2">>
<<else>>
<<goto "Anna Studying Bedroom">>
<</if>>
<<case "Midnight">>
<<goto "Anna Room Sleep">>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Afternoon">>
<<if $LilithCallQ2 and $ys.corruption is 19>>
<<goto "Anna Lilith Cosplay">>
<<else>>
<</if>>
<<case "Evening">>
<<if $AnnaTalk>>
<<goto "Talking to Anna">>
<<elseif $ys.lovelevel is 2>>
<<goto "Anna Bedroom Friends 3">>
<<elseif $QualityCamera>>
<<goto "Pacify Anna">>
<<elseif $AnnaAttempt>>
<<goto "Anna Locked">>
<<elseif $LilithCaught>>
<<goto "Attempt Pacify Anna">>
<<elseif $LilithMet>>
<<goto "Anna Not Bother">>
<<elseif $player.charm is 20 and $LilithArrives>>
<<goto "Meeting Lilith">>
<<elseif $player.corruptionlevel is 2>>
<<goto "Anna Love Level 2">>
<<elseif $AnnaFriend and $ys.corruption gte 10>>
<<goto "Anna Bedroom Friends 2">>
<<else>>
<<goto "Anna Bedroom Friends">>
<</if>>
<<case "Night">>
<<case "Midnight">>
<<goto "Anna Room Sleep">>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $ys.corruptionlevel is 2>>
<<goto "Anna Studying Bedroom 2">>
<<else>>
<<goto "Anna Studying Bedroom">>
<</if>>
<<case "Midnight">>
<<goto "Anna Room Sleep">>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<if $AnnaTalk>>
<<goto "Talking to Anna">>
<<elseif $ys.lovelevel is 2>>
<<goto "Anna Bedroom Friends 3">>
<<elseif $QualityCamera>>
<<goto "Pacify Anna">>
<<elseif $AnnaAttempt>>
<<goto "Anna Locked">>
<<elseif $LilithMet>>
<<goto "Anna Not Bother">>
<<elseif $player.charm is 20 and $LilithArrives>>
<<goto "Meeting Lilith">>
<<elseif $player.corruptionlevel is 2>>
<<goto "Anna Love Level 2">>
<<elseif $AnnaFriend and $ys.corruption gte 10>>
<<goto "Anna Bedroom Friends 2">>
<<else>>
<<goto "Anna Bedroom Friends">>
<</if>>
<<case "Night">>
<<case "Midnight">>
<<goto "Anna Room Sleep">>
<</switch>>
<!--================================================================-->
<<case "Saturday">>
<<switch $time.time>>
<<case "Early Morning">>
<<goto "Anna Room Peek">>
<<case "Morning">>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<<goto "Anna Room Sleep">>
<</switch>>
<!--================================================================-->
<<case "Sunday">>
<<switch $time.time>>
<<case "Early Morning">>
<<goto "Locked 3">>
<<case "Morning">>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<case "Evening">>
<<goto "Anna Room Peek">>
<<case "Night">>
<<case "Midnight">>
<<goto "Anna Room Sleep">>
<</switch>>
<!--================================================================-->
<</switch>>
[[Leave|House]]<img src="img/Other/Sarah Bedroom.jpg">
This is your $os.rel's room.
<<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Room Peek 2">>
<<elseif $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Room Peek">>
<</if>>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<<if $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Room Sleep">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Room Peek 2">>
<<elseif $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Room Peek">>
<</if>>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Room Sleep">>
<</if>>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Locked 2">>
<</if>>
<<case "Morning">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Room Peek 2">>
<<elseif $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Room Peek">>
<</if>>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Room Peek 2">>
<<elseif $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Room Peek">>
<</if>>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Masturbate 2">>
<<elseif $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Masturbate">>
<</if>>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Locked 2">>
<</if>>
<<case "Morning">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Room Peek 2">>
<<elseif $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Room Peek">>
<</if>>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Saturday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Room Peek 2">>
<<elseif $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Room Peek">>
<</if>>
<<case "Morning">>
<<case "Late Morning">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Masturbate 2">>
<<elseif $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Masturbate">>
<</if>>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<<if $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Room Sleep">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Sunday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Morning">>
<<case "Noon">>
<<if $SarahCosplay and not $SarahCosplaying>>
<<goto "Sarah Cosplaying">>
<</if>>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<</switch>>
[[Leave|House]]<img src="img/Other/Yard.jpg">
This is the yard, it's quite big and has a nice pool that can be used to swim. If you ever feel like having a party, this is a great spot to have it. You can Swim every day at Early Morning.
<<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Early Morning">>
[[Go for a Swim|Swim]]
<<case "Morning">>
<<case "Late Afternoon">>
<<if $ys.corruptionlevel gte 2>>
<<goto "Anna Photos Yard 2">>
<<elseif $AnnaCosplay and $ys.corruption gte 15 and not $AnnaCosplaysQ and $player.charm gte 20>>
<<goto "Anna Cosplays">>
<<else>>
<<goto "Anna Photos Yard">>
<</if>>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Early Morning">>
[[Go for a Swim|Swim]]
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Early Morning">>
[[Go for a Swim|Swim]]
<<case "Morning">>
<<case "Late Afternoon">>
<<if $ys.corruptionlevel gte 2>>
<<goto "Photos with Anna 2">>
<<elseif $LilithCallQ2 and $ys.corruption is 19>>
<<else>>
<<goto "Photos with Anna">>
<</if>>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Early Morning">>
[[Go for a Swim|Swim]]
<<case "Morning">>
<<case "Late Afternoon">>
<<if $m.corruptionlevel gte 2>>
<<goto "Photos with Kelly 2">>
<<else>>
<<goto "Photos with Kelly">>
<</if>>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Early Morning">>
[[Go for a Swim|Swim]]
<<case "Morning">>
<<case "Late Afternoon">>
<<if $os.corruptionlevel gte 2>>
<<goto "Photos with Sarah 3">>
<<elseif $os.lovelevel gte 2>>
<<goto "Photos with Sarah 2">>
<<elseif $ConvincingSarah and not $SarahPictures>>
<<goto "Sarah Pictures">>
<<else>>
<<goto "Photos with Sarah">>
<</if>>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Saturday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $teacher.love is 9 and not $teacherlovequest1>>
[[Go for a Run|Linda Love Level 1]]
<<else>>
[[Go for a Swim|Swim]]
<</if>>
<<case "Morning">>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<goto "Photos with Kelly and Anna">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Sunday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $teacher.love is 9 and not $teacherlovequest1>>
[[Go for a Run|Linda Love Level 1]]
<<else>>
[[Go for a Swim|Swim]]
<</if>>
<<case "Morning">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Bikini Yard 2">>
<<else>>
<<goto "Kelly Bikini Yard">>
<</if>>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<if $os.corruptionlevel is 2>>
<<goto "Sarah Pool 3">>
<<elseif $os.lovelevel gte 2>>
<<goto "Sarah Pool 2">>
<<else>>
<<goto "Sarah Pool">>
<</if>>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<</switch>>
[[Leave|House]]<img src="img/Other/Bathroom.jpg">
This is the bathroom. You always take a shower before you go to bed, because it's almost impossible to use it in the morning.
<<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Bathroom Peek 2">>
<<else>>
<<goto "Kelly Bathroom Peek">>
<</if>>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Bathroom Peek 2">>
<<elseif $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Bathroom Peek">>
<</if>>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<goto "Anna Bathroom Peek">>
<<case "Morning">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Bathroom Peek 2">>
<<elseif $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Bathroom Peek">>
<</if>>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Bathroom Peek 2">>
<<else>>
<<goto "Kelly Bathroom Peek">>
<</if>>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Bathroom Peek 2">>
<<else>>
<<goto "Kelly Bathroom Peek">>
<</if>>
<<case "Morning">>
<<goto "Anna Bathroom Peek">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Early Morning">>
<<goto "Anna Bathroom Peek">>
<<case "Morning">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Bathroom Peek 2">>
<<elseif $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Bathroom Peek">>
<</if>>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Bathroom Peek 2">>
<<else>>
<<goto "Kelly Bathroom Peek">>
<</if>>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Bathroom Peek 2">>
<<else>>
<<goto "Kelly Bathroom Peek">>
<</if>>
<<case "Morning">>
<<goto "Anna Bathroom Peek">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Saturday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Bathroom Peek 2">>
<<elseif $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Bathroom Peek">>
<</if>>
<<case "Late Morning">>
<<goto "Anna Bathroom Peek">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<case "Evening">>
<<goto "Anna Take Shower">>
<<case "Night">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Bathroom Peek 2">>
<<else>>
<<goto "Kelly Bathroom Peek">>
<</if>>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Sunday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Bathroom Peek 2">>
<<elseif $os.love lte 9>>
<<goto "Locked">>
<<else>>
<<goto "Sarah Bathroom Peek">>
<</if>>
<<case "Morning">>
<<goto "Anna Bathroom Peek">>
<<case "Late Morning">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Bathroom Peek 2">>
<<else>>
<<goto "Kelly Bathroom Peek">>
<</if>>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<case "Evening">>
<<goto "Sarah Going Out">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<</switch>>
[[Leave|House]]<img src="img/Other/Kitchen.jpg">
This is the kitchen, this is where people make food, but it's also where the family eats. Your $m.rel will make breakfast on Tuesdays and Thursdays, while Sarah will make dinners on Wednesday and Fridays.
<<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<goto "Anna Cleaning Dishes">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $DeepMassage and not $KellyInvite and $m.corruption gte 19>>
<<goto "Invite Kelly Out">>
<<elseif $player.corruptionlevel is 2 and not $KellyDrink>>
<<goto "Kelly Corruption Level 2">>
<<else>>
<<goto "Kelly Drink">>
<</if>>
<<case "Midnight">>
<<if $ys.corruptionlevel gte 2>>
<<goto "Anna Midnight Snack 2">>
<<else>>
<<goto "Anna Midnight Snack">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<goto "Kelly Breakfast">>
<<case "Morning">>
<<goto "Breakfast Time">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<if $SarahTalk>>
<<goto "Talking to Sarah">>
<<else>>
<<goto "Sarah Cooking Dinner">>
<</if>>
<<case "Night">>
<<goto "Family Dinner">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Early Morning">>
<<goto "Kelly Breakfast">>
<<case "Morning">>
<<goto "Breakfast Time">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<if $SarahTalk>>
<<goto "Talking to Sarah">>
<<else>>
<<goto "Sarah Cooking Dinner">>
<</if>>
<<case "Night">>
<<goto "Family Dinner">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Saturday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<if $ys.corruptionlevel gte 2>>
<<goto "Anna Hungover 2">>
<<else>>
<<goto "Anna Hungover">>
<</if>>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Night Snack 2">>
<<else>>
<<goto "Sarah Night Snack">>
<</if>>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Sunday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Eating Cereal 2">>
<<else>>
<<goto "Kelly Eating Cereal">>
<</if>>
<<case "Morning">>
<<goto "Sarah Buys Food">>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<</switch>>
[[Leave|House]]<img src="img/Other/Livingroom.jpg">
This is the living room, here is where you can watch T.V. and play board games.
<<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Early Morning Meeting 2">>
<<else>>
<<goto "Sarah Early Morning Meeting">>
<</if>>
<<case "Morning">>
<<case "Late Afternoon">>
<<goto "Kelly Late Afternoon Couch">>
<<case "Evening">>
<<goto "Anna and Kelly Watching Movie">>
<<case "Night">>
<<goto "Sarah Watching Movie">>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<goto "Kelly Livingroom Sleep">>
<<case "Night">>
<<case "Midnight">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Videogames 2">>
<<elseif $TellingSarah and not $SarahTifa>>
<<goto "Sarah Tifa Cosplay">>
<<elseif $vgcontroller and $player.charm gte 10>>
<<goto "Sarah Games">>
<<else>>
<<goto "Sarah Videogames">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<goto "Anna Finishing Homework">>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Midnight Work 3">>
<<elseif $SarahUpdate and not $SarahFanCount and $os.corruption gte 15>>
<<goto "Sarah Fan Count">>
<<elseif $os.lovelevel gte 2 and not $SarahCorruptionQ>>
<<goto "Sarah Corruption Level 2">>
<<elseif $os.lovelevel gte 2>>
<<goto "Sarah Midnight Work 2">>
<<elseif $SarahLoveQ and not $SarahSite and $os.love gte 15>>
<<goto "Sarah Site">>
<<elseif not $SarahLoveQ and $os.lovelevel gte 1 and $player.corruptionlevel gte 2>>
<<goto "Sarah Love Level 2">>
<<else>>
<<goto "Sarah Midnight Work">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<goto "Kelly Livingroom Sleep">>
<<case "Night">>
<<case "Midnight">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Videogames 2">>
<<elseif $TellingSarah and not $SarahTifa>>
<<goto "Sarah Tifa Cosplay">>
<<elseif $vgcontroller and $player.charm gte 10>>
<<goto "Sarah Games">>
<<else>>
<<goto "Sarah Videogames">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Early Morning">>
<<goto "Anna Finishing Homework">>
<<case "Morning">>
<<case "Late Afternoon">>
<<case "Evening">>
<<case "Night">>
<<case "Midnight">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Midnight Work 3">>
<<elseif $SarahUpdate and not $SarahFanCount and $os.corruption gte 15>>
<<goto "Sarah Fan Count">>
<<elseif $os.lovelevel gte 2 and not $SarahCorruptionQ>>
<<goto "Sarah Corruption Level 2">>
<<elseif $os.lovelevel gte 2>>
<<goto "Sarah Midnight Work 2">>
<<elseif $SarahLoveQ and not $SarahSite and $os.love gte 15>>
<<goto "Sarah Site">>
<<elseif not $SarahLoveQ and $os.lovelevel gte 1 and $player.corruptionlevel gte 2>>
<<goto "Sarah Love Level 2">>
<<else>>
<<goto "Sarah Midnight Work">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Saturday">>
<<switch $time.time>>
<<case "Early Morning">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Livingroom Shower 2">>
<<else>>
<<goto "Kelly Livingroom Shower">>
<</if>>
<<case "Morning">>
<<goto "Kelly and Her Friend">>
<<case "Late Morning">>
<<if $m.corruptionlevel gte 2>>
<<goto "Kelly Livingroom Massage 2">>
<<else>>
<<goto "Kelly Livingroom Massage">>
<</if>>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Yoga 2">>
<<else>>
<<goto "Sarah Yoga">>
<</if>>
<<case "Evening">>
<<if $os.lovelevel gte 2>>
<<goto "Sarah Friend 2">>
<<elseif $SarahSite and not $SarahFriend>>
<<goto "Sarah's Friend">>
<<else>>
<<goto "Sarah Friend">>
<</if>>
<<case "Night">>
<<if $ys.lovelevel is 2 and not $AnnaCorruptionQ>>
<<goto "Anna Corruption Level 2">>
<<elseif not $AnnaCellphone>>
<<goto "Anna Livingroom Cellphone">>
<<else>>
<<goto "Anna Livingroom Cellphone 2">>
<</if>>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<<case "Sunday">>
<<switch $time.time>>
<<case "Early Morning">>
<<case "Morning">>
<<case "Late Morning">>
<<if $os.corruptionlevel gte 2>>
<<goto "Sarah Foot Massage 2">>
<<else>>
<<goto "Sarah Foot Massage">>
<</if>>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Late Afternoon">>
<<if $LilithCallQ2 and $ys.corruption gte 19 and $ys.corruptionlevel is 1>>
<<goto "Anna Lilith Cosplay">>
<<else>>
<<goto "Anna Livingroom Talk">>
<</if>>
<<case "Evening">>
<<goto "Kelly Worried Livingroom">>
<<case "Night">>
<<if $ys.lovelevel gte 2>>
<<goto "Anna Study Night Livingroom 2">>
<<else>>
<<goto "Anna Study Night Livingroom">>
<</if>>
<<case "Midnight">>
<</switch>>
<!--================================================================-->
<</switch>>
[[Leave|House]]<img src="img/Other/School Time.jpg">
[[Shit, it's time to go to school!|School]]<img src="img/School/College.jpg">
<<GetSchoolLocation>>
<<btnLink "Go to your classroom <<Dash $locClassroom>>" "Classroom">>
<<set $initiate = 1>>
<<btnLink "Go to the food court <<Dash $locFoodcourt>>" "Food Court">>
<<btnLink "Go to the library <<Dash $locLibrary>>" "Library">>
<<btnLink "Hang out at the campus <<Dash $locCampus>>" "Campus">>
<<if $time.time is "Late Morning">>
<<btnLink "School Ended in a Flash (Skip)" "House" "$time.passTime(4)">>
<<elseif $time.time is "Noon">>
<<btnLink "School Ended in a Flash (Skip)" "House" "$time.passTime(3)">>
<<elseif $time.time is "Early Afternoon">>
<<btnLink "School Ended in a Flash (Skip)" "House" "$time.passTime(2)">>
<<elseif $time.time is "Afternoon">>
<<btnLink "School Ended in a Flash (Skip)" "House" "$time.passTime(1)">>
<<elseif $time.time is "Late Afternoon">>
<<goto "Going Home">>
<</if>>
<<if $senior.lovelevel is 1 and not $VanessaHI and $time.time is "Late Afternoon" and $player.money gte 20>>
<<goto "Vanessa House Intro">>
<<elseif $teacher.lovelevel is 1 and not $LindaHI and $time.time is "Late Afternoon">>
<<goto "Linda House Intro">>
<<elseif $student.lovelevel is 1 and not $RachelHI and $time.time is "Late Afternoon">>
<<goto "Rachel House Intro">>
<</if>><img src="img/Other/Bathroom Door.jpg">
As you get closer to the bathroom, you can hear the water running and some slightly off tune singing. At a closer inspection, you notice that the door is slightly open.
@@.you;
Now that I think about it, today is also Anna's first day of College. She's usually the first to take a shower, even before my $m.rel. She must have been too excited to go to sleep and ended up waking up late.
Oh well, it's not like I'm in that much of a rush, I can just go eat before I take a shower.@@
Once again you stop and see that the door is slightly open...
[["Peek on your "+$ys.rel|Peek]]
[[Gently close the door|Lore C]]@@.you;
I shouldn't do this, she's my $ys.rel...@@
[[Gently close the door|Lore C]]
<img src="img/Kelly/Kelly Body Kitchen.jpg">
As you walk into the kitchen, you see that your $m.rel has finished cooking and has put the food on the table. As she was about to clean the pans, she notices you and turns around.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey honey! Shouldn't you be taking a shower?@@
@@.you;
Hi $m.rel, seems like Anna woke up late and is taking a shower, so I'm going to eat first.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yeah, she was really excited last night, so she probably overslept.@@
@@.emote;
Kelly Laughs@@
As you sit down to eat, your $m.rel also sits down.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
So, are you excited to start your new course?.@@
@@.you;
Yeah... I just hope my father will accept the fact that I'm not really into programming...@@
@@.emote;
Kelly looks at you with sympathetic eyes@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh honey... I'm sure he will get around that, it's not like you are majoring in Fine Arts!@@
@@.emote;
Kelly Laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
But in all honesty, I'm sure once he sees how much your course means to you, he will understand.@@
@@.you;
Thanks, $m.rel... That means a lot to me.@@
As you finish eating, your $m.rel gets up and picks up your empty plate and sniffs the air around you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Now, to the shower with you! Your $ys.rel should be out by now and I don't want you to smell like sweat on your first day of school!@@
@@.you;
Okay! I'm off to take a shower then. Thanks for the meal!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You are very welcome! Also, I want to hear about your first day when you get back. Love you!@@
@@.emote;
Kelly waves at you while you leave the kitchen@@
@@.you;
Love you too $m.rel!@@
[[Wave back and go to the bathroom|Lore D]]<img src="img/Anna/Anna Bathtowel 1.jpg">
As you open the bathroom door, you noticed that your $ys.rel was still inside, wearing a bathtowel, she also noticed you when you entered.
@@.you;
Sorry Anna! I thought you had already finished!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's alright, I just finished! I overslept, so I took a shower a bit later than usual...@@
@@.emote;
Anna says a bit embarrased@@
@@.you;
Excited for your first day of college?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes! This is going to be so much fun! New friends! New teachers! And we are going to be in the same University!@@
@@.you;
Ah yeah, we are, aren't we? What degree are you aiming for again?@@
@@.emote;
Anna scowls at you and puffs her cheeks@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's Photography! How could you forget?!@@
As you laugh, you pat her head.
@@.you;
I'm just teasing you, of course I know and I'm also happy to go to the same school as you, since we didn't share the same highschool.@@
Anna went to an all girls private school, while you went to a generic one.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! You are a big meanie, and if this is how you are going to behave I'm not going to talk to you in campus!@@
As you watch her walk out in fake anger, you decide to use your sure fire way to make her forgive you.
@@.you;
Aww, don't be like that, you know I'm just kidding. Say, who's going to be the most beautiful girl on campus?@@
<img src="img/Anna/Anna Bathtowel 2.jpg">
As you say that, Anna stops, leans on the entrance and looks at you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I will!@@
You laugh, Anna has always been obsessed with beauty and was always the most popular girl in her school, or at least that's what you heard.
@@.you;
Okay, now scram, I don't want to be late and I still need to take a shower. I'm sure you don't want to stare at my junk while I do.@@
@@.emote;
Anna's face becomes red@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Pervert! I will be waiting by your car!@@
She closes the door and leaves.
[[Take a shower and prepare to go to school|Lore E]]<img src="img/Sarah/Sarah Hall 1.jpg">
As you're leaving the bathroom, you spot your $os.rel walking down the hallway.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey, dumb dumb! Today is your first day after failing your last course, isn't it?@@
From the looks of it, she just got back from the party she was at.
@@.you;
I didn't fail! I decided to go with what I really wanted to do.@@
There used to be a time when you and your $os.rel got along with each other, but for some reason that changed a few years ago and now it seems she's intent on harassing you at any opportunity.
@@.emote;
Sarah scoffs at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yeah, right! You couldn't handle the pressure and you just ran, like you always do.@@
You just stared at her without knowing what to say. For some reason it seems that you lost your ability to deal with your $os.rel. It was so easy to talk to your $m.rel and your $ys.rel, so why was it so hard to do the same with her?
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What? Are you just going to stand there and stare at me?@@
@@.emote;
Sarah smirks and then poses@@
<img src="img/Sarah/Sarah Hall 2.jpg">
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Are you getting excited at looking at your $os.rel in a dress?@@
@@.emote;
Sarah looks at your crotch, expecting a reaction@@
You can feel your face flushing, but your lower body still reacts against your will and starts to grow. You rapidly try to cover the coming erection with your hands and push past your $os.rel to go to your room.
As you are entering your room, you can hear her grumbling to herself.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Coward... Still running away...@@
[[You close the door, put on some nice clothes and get ready to leave|Lore F]]<img src="img/Kelly/Kelly Door.jpg">
As you finish packing your backpack, you leave your bedroom in order to meet your $ys.rel, but as you get out you see your $m.rel outside her room. It seems she also changed her clothes, maybe she is meeting a client?
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
What? Leaving without giving your $m.rel a kiss?@@
@@.you;
Of course not!@@
<img src="img/Kelly/Kelly Cheek Kiss.jpg">
@@.you;
Meeting a client?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yes. Your father asked me to meet this client, since he doesn't want to take a plane to come all the way here just to meet him, but I'm sure I will be back before evening.@@
@@.you;
I see, well, I'm sure you will be able to impress him! Got to go!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thanks! Have a great day! Love you!@@
@@.you;
Love you too $m.rel!@@
[[You run to the garage, knowing that you will be cutting it close.|Lore G]]<img src="img/Anna/Anna Car Outside.jpg">
As you step outside, you notice your car is already parked and your $ys.rel is waiting next to it.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What took you so long? We are going to end up late! I already pulled out the car, let's go!@@
Seems like your $ys.rel really doesn't want to be late.
@@.you;
Sorry! Had to say bye to $m.rel!@@
You get into the car, turn on the engine and get ready to leave for school. The University that you and your $ys.rel go to is only 15 minutes away by car, or around 40 minutes by foot. It's close enough that it was unnecessary to live in the dorms. While you are not broke, having unnecessary expenditures would cause some issues.
As you are driving, your $ys.rel turns to you and asks.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
So... What do you think?@@
@@.you;
Hm... I think that if a tree did fall in the forest and nobody was there to listen, it would still make a sound...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What? No! I'm talking about my outfit silly!@@
@@.emote;
Anna Laughs@@
@@.you;
Oh, that! I think you look really cute in it.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Thank you!@@
@@.emote;
Anna smiles@@
As Anna puts in her ear buds to listen to her music, you start wondering what will await you once you get to school. You hope that it won't be as bad as it was the first time you got hazed.
//''Speaking of hazing.''//
@@.you;
Anna.@@
Seems like the music is too loud for her to hear you, so you poke her.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What?@@
@@.you;
If anything happens, make sure to give me a call, okay?@@
@@.emote;
Anna is a bit confused@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sure?@@
@@.you;
Also, don't let anyone force you into doing anything you don't want to do, okay?@@
@@.emote;
Anna laughs@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay mom!@@
You stare at her.
@@.you;
Hey... I'm serious, you can count on me, okay?@@
@@.emote;
Anna blushes a little bit@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I know... Thank you...@@
[[Keep driving until you get to school|Lore H]]<img src="img/School/College.jpg">
As you arrive, your $ys.rel jumps out of the car and walks quickly towards her classroom.
@@.you;
Bye Anna! Have a nice day!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You too!@@
@@.emote;
Anna waves without looking back@@
@@.you;
Well... Guess I have to go too...@@
You start walking towards your classroom and look at the pamphlet in your hands.
@@.stuff;
All students must arrive to their classroom by 8:30am, failure to do so will be noted and impact the student's final grade.
8:45 a.m.
The professors will arrive and introduce themselves to the class, the class is expected to act with courtesy and respect towards the professors. Make sure to call them Mr. or Ms. Do not call them by their first name.
9:00 a.m.
Each student will introduce themselves to the class and to the professor. Each student is to keep their introduction simple and clean. Any kind of vulgar introduction will be noted and will impact their final grade.
9:30 a.m.
The professors will leave and in their place the class will meet the direct seniors responsible for the class. They will introduce themselves to the class.
9:45 a.m.
Each senior will choose a group of students to mentor for the duration of the event. Each student is required to listen to their senior.
12:15 p.m.
Lunch will be served at the food court for everyone. Students must keep the area clean. If the foodcourt is found to be dirty, there will be consequences.
01:00 p.m.
This marks the end of the event. Each class is responsible for putting their trash into the appropriate recycling bin. Afterwards, the students must go home.
And always remember to uphold the honor of this prestigious university.@@
@@.you;
Jesus... Whoever wrote this must have a huge stick up his or her ass. I don't remember the first one being like this.@@
[[Enter your classroom|Lore I]]<img src="img/Linda/Linda Lore 1.jpg">
As you sit down, you check your cell phone.
@@.data;
8:42 a.m.@@
@@.you;
Made it just in time@@
You look around and notice this classroom doesn't hold many students. Nine or ten people max.
@@.you;
This can't possibly be it, right?@@
<img src="img/Linda/Linda Lore 2.jpg">
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey! $player.name! Are you paying attention?@@
Linda's loud voice startles you.
@@.you;
Yes sir! ... I mean, ma'am!@@
@@.emote;
Classroom Laughs@@
You feel the tip of your ears becoming red in embarrassment.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
As I was saying, because of what happened last year, the University decided that, for this year, the classroom for Chemical Engineering would be smaller and that they would each receive the full attention of a single teacher.@@
@@.emote;
Linda points at herself@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
For this class, you guys will have me. Now, you don't need to worry, every teacher is highly qualified and capable of teaching you all of the necessary subjects.@@
@@.emote;
Linda checks her watch@@
@@.data;
8:45 a.m.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Let me introduce myself again. My name is Linda Melancor Streider, but you can all just call me Linda.@@
@@.emote;
One of the students lifts up her hand.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yes Rachel?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ms. Streider, the pamphlet says that we can only call you Ms. and your last name!@@
@@.emote;
Linda is surprised@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Really? Let me take a look at it.@@
@@.emote;
Rachel gives Linda her pamphlet@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Now let's see... Hm... Yes... Okay!@@
@@.emote;
Linda crumples the pamphlet and tosses it into the trashcan@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
There! Problem solved. You guys can disregard all that nonsense. I know who wrote that pamphlet and that woman just seriously needs to get laid.@@
@@.emote;
The classroom bursts into laughter while Rachel just sits there with her mouth wide open and her hand extended.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
M... Ms. Streider!@@
@@.emote;
Rachel's face becomes red@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Enough with that Ms. Streider nonsense! That would be my mother. You will call me Linda, okay? LIN. DA.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But... But... Ms...@@
@@.emote;
Linda glares at Rachel@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay... Linda...@@
@@.emote;
Linda opens a bright smile@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Good! Now, how about we move on to self introductions?@@
[[Seems like I made the correct choice changing courses|Lore J]]<img src="img/Rachel/Rachel Lore.jpg">
Since Rachel sits next to you, you will be going after her.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hi everyone! My name is Rachel Glass, I'm 20 years old! I love to read and listen to music, my favorite artist is Joh...@@
@@.emote;
A stundent yells, interrupting Rachel@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Student M<hr>
Hey! You are cute! Do you have a boyfriend?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Wh... What?! No... I don't have a boyfriend...@@
@@.emote;
Rachel becomes visibly red@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Student M<hr>
Hell yeah! How about going out to a bar with me then? I'll pay!@@
@@.emote;
Rachel becomes silent@@
You can swear that you can see smoke coming out of her ears, any more and she might just become a cute vocano.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay Chad! That's enough out of you! $player.name, please introduce yourself.@@
You get up and look around.
@@.you;
My is name is $player.name. I'm also 20 years old and I was coursing Computer Science. I didn't enjoy it, so I decided to change courses. My favorite things to do are playing games and reading! Hope I can get along with everyone!@@
As you sit down, the next person gets up and introduces themselves and soon enough it's over.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Great! Now that everyone has been introduced, I will be taking my leave. You kids behave, okay? Your seniors should be arriving soon to give you "guidance".@@
@@.emote;
Linda uses air quotes on guidance and chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Have fun everyone! See you tomorrow! Also, please don't drive if you drink!@@
As linda leaves the classroom, you turn to your left to check and see how Rachel is doing.
//''Seems like she's still in shock''//
You decide to try and calm her down.
@@.you;
Hey, Rachel.@@
@@.emote;
Rachel slowly looks at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes?@@
@@.you;
I'm $player.name, it's a pleasure to meet you.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh... Nice to meet you too...@@
That didn't go as well as you expected. You try a different approach.
@@.you;
So, before you were rudely interrupted, you were saying something about your favorite artist. I'm kinda curious, who was it?@@
@@.emote;
Rachel suddenly looks up at you with shiny eyes@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It's John Cena!@@
@@.you;
John Cena? As in the wrestler?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! When I was a kid, I got very sick and one day he was visiting the hospital where I was at for a Make-A-Wish. After he was done, he visited every child in the hospital. From that day on he became my favorite!@@
@@.emote;
Rachel gets excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Did you know that he...@@
@@.emote;
Rachel keeps talking about John Cena for a long time@@
Whoa, guess she really likes him. Well, at least that fixed her mood.
[[You hear the door being swung open|Lore K]]<img src="img/Other/Douche.jpg">
A wild douche appears!
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Douche M<hr>
Whassup grasshoppers! You can call me Mr. HD! As in Mr. Huge DICK!@@
@@.emote;
Douche looks around the class@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
Holy shit! They told me this class would be small, but not as small as Jake's dick! Eight students, 8 cm of dick that Jake has! BURN!@@
@@.emote;
Someone punches Mr. HD on the arm, presumably Jake@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
Ouch! Chill man! I'm just joking with yah! Anyway! Usually the rules are that we take a small group, but we got eight seniors here and eight freshmen there, so I guess each of us will take one! I CALL DIBS ON THE HOT CHICK!@@
@@.emote;
Mr. D points at one of the more scantily clad girls@@
<img src="img/Vanessa/Vanessa Body.jpg">
As each senior picks one of the freshman, one of the female seniors standing in front of the teacher's desk looks at you.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey there hotstuff, I'm Vanessa and you will be coming with me.@@
@@.emote;
Vanessa gives you a seductive smile@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
Alright! Now that each of us has chosen our disciple, we will proceed to blindfold you!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
WHAT?! Why?!@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
Hey! The disciples aren't allowed to question their masters! Question us again and you will be disqualified, Specky!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sp-specky?!@@
@@.emote;
The seniors proceed to blindfold everyone@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
Now listen up everyone! We are about to take you to a secret location. You are to keep hold of your senior's shirt at all times! Alright Chemgang! Move out!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Senior M<hr>
We already said we won't be called Chemgang, Harold!@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
Hey hey hey! It's Mr. HD! Fine... Let's roll out people!@@
[[You leave the classroom while holding unto Vanessa's jacket|Lore L]]<img src="img/Other/Blindfold.jpg">
The blindfold isn't extacly the best of quality, you can still see some light, but you can't make anything out of it. So you just carefully walk while holding Vanessa's jacket.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
So, what's your name hotstuff?@@
@@.you;
$player.name.@@
@@.emote;
Vanessa Chuckled@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
You don't have to act that way, Harold was just being a dick, as usual. You can talk to me normally.@@
@@.you;
Ah, thanks. So, where are we going?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
That I cannot tell you. It's a secret. But trust me, it will be fun.@@
You could swear you heard her wink. After a bit of silence, Vanessa talks again.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
So... Are you going to bang any of the girls in your class?@@
@@.you;
Ba-Bang?!@@
You stammer.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Yeah, you know, have sex. You've had sex, right?@@
Embarrassed, you decided to try to not make a fool out of yourself.
@@.you;
Oh! Right! The sex! The sex for mating! Good old sex... I have indeed done sex to many women.@@
Nailed it.
@@.emote;
Vanessa bursts out in laughter@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
So you ARE a virgin! Don't worry hun, nothing to be ashamed of! I'm sure it won't last, now that you are in college!@@
You are too ashamed to tell her that you've been in college for two years now and still no sign of losing your virginity. Although there WAS only a single girl in your Computer Science class and she already had a boyfriend.
@@.emote;
Vanessa suddenly stops@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
And hey, maybe if you play your cards right, that won't be an issue after today.@@
@@.emote;
Vanessa kisses your cheek@@
You feel your cheeks burning, you are certain that you must be as red as a tomato.
After walking for what feels like at least a half an hour, you hear everyone stopping.
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
Listen up grasshoppers! Everyone can now remove your blindfolds!@@
[[Remove your blindfold|Lore M]]<img src="img/Other/Abandoned Chemical Lab.jpg">
As you remove your blindfold, your eyes sting. Once your eyes get used to the brightness, you can clearly see an abandoned building.
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
This right here is a secret kept by the Chemical Engineering Department! As you witness this building, you are also sworn to secrecy! No outsider is allowed to know about it!@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
Now, I know what you are thinking "Damn, that's one hot guy with a huge penis, wish he would fuck me until I couldn't wal-@@
@@.emote;
Vanessa kicks Mr. HD's shin and glares at him@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
Ouch! I'm just joking! No need for violence! Geez... Ahem. Now, I know what you may be thinking "Why would I give a shit about a shabby old building?", well my little padawans! This isn't just ANY building, it's an old laboratory! More specifically, it's an old chemical laboratory! It still has a ton of cool stuff in there!@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
As such! For this game, each of you will be followed by one of us, and you will need to find a single item that was hidden inside this building! The one that finds it will be crowned King!@@
@@.emote;
Mr. HD begins to raise both his hands as if to praise the sun@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Or Queen.@@
@@.emote;
Mr. HD coughs@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
Yes, thank you. Or Queen! With the senior that helps them being their right hand man!@@
@@.emote;
Mr. HD begins to raise both his hands, but is caught by Vanessa's glare@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
Err... or woman! Cuz, you know, we progressive and shit...@@
@@.emote;
Mr. HD begins to raise both his hands, but stops and glances at Vanessa, she nods and he finishes raising his hands@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
AND AS SUCH! LET THE GAME BEGIN!@@
As everyone rushed in to search for the object, you stand outside with Vanessa.
@@.you;
So, what is this object?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
It's literally a crown. Harold doesn't have exactly the best of imaginations.@@
@@.you;
If Mr. HD was the one that got the object, won't he already know where it's at?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
No, it was Linda that hid the Crown, none of us know it's location.@@
@@.you;
I see... Well, I guess we should start searching too!@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Yep, and remember, if you find the Crown, you just might having something coming your way.@@
@@.emote;
Vanessa winks at you@@
You gulp, feeling like this is a chance you just can't miss. You feel energy coursing through your veins (and bulge).
@@.you;
Alright! Let's get moving then!@@
@@.emote;
Vanessa chuckles@@
[[Go inside the abandoned building|Lore N]]<img src="img/Other/Abandoned Chemical Lab Inside.jpg">
As you and Vanessa walk inside, the only thing that comes to your mind is how much of a mess this place is.
@@.you;
Are you guys sure this place is safe? Sure doesn't look like it...@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Relax hotstuff, we already looked around this place when we found it last year, there shouldn't be anything too dangerous. If there was, there's no way Linda would allow us to use this place for our game.@@
As you look around, you see that everyone is running around or going up the stairs, but no one seems to be willing to go into the basement yet.
@@.you;
Well, I guess if we are going to win, we gotta take some risks. Vanessa, where are the stairs to the basement?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Oh! Seems like you've found your spine! Good! Come, it's this way!@@
As you and Vanessa walk through the building, you finally get to the very corner of it, where the basement stairs are.
<img src="img/Other/Basement Stairs.jpg">
@@.you;
Yeah... Is it too late to nope out of here?@@
@@.emote;
Vanessa Laughs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Come on! You just found your spine and now you want to throw it away? Come, let's go!@@
@@.emote;
Vanessa embraces your arm and pulls you down the stairs.@@
Even though you are afraid, having her breasts pushed against your arm feels so nice that you almost forget that you are going into a very scary basement in an abandoned lab... Almost...
<img src="img/Other/Basement.jpg">
As you arrive at the bottom, you find that there is nothing particularly scary here.
@@.you;
Uh... Well, now I'm just disappointed.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
See? Told you there was nothing to be afraid of.@@
As you start searching, you notice that Vanessa isn't doing much.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
If you are wondering why I'm not helping you, it's because we are not allowed to help in the search. We can only help you guys explore the lab. After all, it's a challenge for you guys, not us.@@
You nod.
@@.you;
Makes sense.@@
As you look around, you really don't see much.
@@.you;
Well, guess this place was a waste of time. There aren't many places where you can hide things in here...@@
You lean on the wall while you think about your next move.
@@.data;
Crack@@
You think you felt something behind you, but as you are about to stand up straight, the wall collapses sending you backwards into a small chamber and causing you to crash into a vial.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
$player.name! Are you alright?!@@
@@.emote;
Vanessa rushes towards you.@@
You feel a sharp pain in your left hand. When you look at it, there's a lot of blood and something mixed in as well. You look to where your hand was and see that there was a vial full of some kind of liquid. The same liquid that seems to be slippping inside your wound.
The pain becomes sharper and you start feeling your body heat up. You feel like your insides are on fire. Whatever was in that vial definitely wasn't good.
You try to get up, but your body doesn't seem to want to respond to you.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Oh my God! You are bleeding! We need to clean that wound fast!@@
@@.emote;
Vanessa tears a piece of your shirt to make a temporary bandage@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Sorry, the material that my blouse is made of isn't good for making bandages.@@
You try to answer her, but your body just doesn't seem to want to do what you want it to do.
@@.emote;
Vanessa carefully wraps the bandage around your hand, but gets some blood on her hands in the process.@@
Seems like whatever the liquid was, it was no longer there. You can't help but be worried about it.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Come, there's a room we use for meetings on the first floor. It's the only room we remodeled. There's clean water there, so we can wash those cuts.@@
[[You lean on Vanessa and the both of you leave the basement and enter the meeting room|Lore O]]<img src="img/Other/Meeting Room.jpg">
As you enter the room, you are suprised at how clean the place is.
@@.emote;
Vanesse sits you down on the sofa@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Going to wash my hands and bring some clean water to wash your wounds.@@
As Vanessa leaves towards the bathroom, your body's heat slowly starts to concentrate in a single place. Your cock has never been this hard before. You touch your cock and it feels as hard as a rock. Even though you don't want to, your body starts acting on it's own, hungry for pleasure.
No longer being able to stand the heat, you remove your torn shirt and your pants, together with your underwear. Your dick releases so much precum that your hand is stained with it, almost like you put lubricant on it.
<video src="img/Other/Masturbation M.mp4" autoplay loop/>
Even though your left hand hurts, your right hand keeps moving like your life depends on it, slowly giving you comfort.
As Vanessa walks back in and sees you, you can't help but feel ashamed, yet your hand won't stop. You also notice that she's not wearing her jacket, nor her blouse. They've been replaced replaced with a white sweater.
@@.emote;
Vanessa stares at you@@
<img src="img/Vanessa/Vanessa Undress 1.jpg">
She slowly walks in, as if she was being pulled by some unknown force. As she walks towards you, her skirt falls off. She stops and looks at you and proceeds to remove her sweater. But she stops, like she thought of something different. Instead she takes off her bra, and poses for you.
[[Keep Fapping|Vanessa Sex]]<img src="img/Vanessa/Vanessa Cum.jpg">
After you've cum for the final time on her ass, you finally feel like you can control yourself.
You look down and see that Vanessa is unconscious.
You look around and find your cell phone, checking what time it was.
@@.data;
11:24 a.m.@@
At least 40 minutes have passed since you've gone in the basement and had that accident, but when you looked at your hand, you were surprised to see that nothing was there, not even a single scar, indicating that you were cut.
You could swear there were deep wounds on your hands before you fucked Vanessa. Speaking of fucking Vanessa.
@@.you;
What was that?@@
You've never felt like that in your life. It was like something was possessing you. It also didn't feel like Vanessa was fucking you against her will; very much the opposite.
You felt that Vanessa was a flirt, but maybe she was actually a slut that jumped on any dick she saw? You shake your head.
@@.you;
I shouldn't be thinking that way...@@
When you go to put on your clothes, you see that your shirt is still torn and you notice that the cloth bandage that Vanessa made was soaked with blood.
<img src="img/Other/Palm.jpg">
@@.you;
So I'm going not crazy, I knew my hand had deep cuts. But if that is the case, why is it clean now?@@
Looking around, another issue creeps into your mind.
@@.you;
It's been over 40 minutes, someone should have entered this room, shouldn't they?@@
Your best guess is that this room is considered out of bounds, so no one is allowed to enter here, but it's close to lunch time. Did they leave and forget that you and Vanessa were still here?
@@.you;
I guess that can wait, right now I need to find out what the hell was in that flask... I should investigate the place I was at.@@
[[Leave the room and go back to the basement|Lore Q]]<img src="img/Other/Basement.jpg">
As you arrive, you look at where the accident happened. From the looks of it, the wall caved in because of how old this basement is. Your best guess is that the chemical lab was built over an already established foundation.
The room is very small, only big enough for two people, and it seems like the only thing that was in this room was the flask that was on the now destroyed shelf, and what seems to be a box.
@@.you;
Strange... Even if some of the liquid got into my wounds, it should have splashed on the ground...@@
The liquid that was in the flask is nowhere to be found, you can only see a little bit of blood that must have splashed when you had cut your hand.
@@.you;
I guess the wound was much worse than I thought, but then again Vanessa did tear my shirt in order to make a bandage, so it couldn't have been a scratch.@@
Once again you look at your left hand. It's still pristine; even some of the scars you had from childhood seem to be fading. As you look around you fail to see anything special, so you pick up the box and begin to open it.
@@.you;
Please don't be a bomb... Or some weird kind of experiment...@@
As weird thoughts circle through your head, you finish opening the box to find that inside there is only stack of documents. The documents seem very old. On the cover is an old letter. You decide to start with the letter.
@@.stuff;
Old Letter<hr>
If you are reading this, hopefully you haven't opened or broken the flask containing the 1NC-3-5T liquid.
My name is Dr. Karl Heinrich Emil Becker and I was the president of the Reichsforschungsrat, a German military research institute for the Reich. During my research in the base, we came across a very weird set of liquids that were found in one of our expeditions. These liquids were dark red in color, but unlike normal liquids, their color constantly kept changing from deep red, to pink, to purple. The liquids were fascinating, so we bottled both of them up and took them back to the institute for further research.
That was a huge mistake.
Upon arriving, one of our trainees ended up spilling one of the vials containing the liquid on herself. While we thought it was a waste, we still had another one so we thought nothing of it. There would soon be severe consequences for our inaction.
On this day I had an appointment with the Reich, and as such I had to leave the research institute for a few days. That was all it took. Our researchers had gone mad with lust. Copulating like their lives depended on it but even worse: anyone that got in contact with them would soon be sent down a spiral of depravity with no distinction of color, sex or blood ties.
I was sent back to secure the last liquid. The Feldgendarmerie were appointed to "take care" of those infected while securing a few test subjects, including the Pravitas host. Upon further research, it was discovered that this liquid was actually a living being in a dormant state but that woke up upon contact with skin. Once up, it was capable of rapidly fusing with whoever touched it. We called this being Pravitas.
As a living being it required sustenance to survive outside its dormant state. This sustenance came in a form of a special hormone created during the act of copulation. In order to secure its sustenance, it causes a mutation in the human body that makes it so the host releases pheromones that drags that person into depravity. The body of the host would experience growth and regeneration for every act of depravity, making them immune to any form of STD and, given enough time, turning them into a prime human specimen; the type that would be able to breed with anyone they desire.
As such, I recommended the destruction of the Pravitas; it being too dangerous to exist but the Reich had other plans...
His orders were to research it and find a way to multiply it, then use it as a weapon of mass depravity; corroding any society that would be plagued by it.
I could not agree with that. Much like a virus; just because another country has it, doesn't mean that your country will be safe from its effects. So I faked my own death and escaped into this country, where I used the money I had brought to open a simple lab where I could make a living and further research the Pravitas in hopes of finding a way to destroy it, just in case more Pravitas were found elsewhere.
Unfortunately I failed. My business went under and I could no longer afford to research anymore. As such I have hidden it here.
This Pravitas is no longer the same that was found. After years of research and manipulation, I'm sure that the strength of it has been drastically reduced. It no longer should be capable of fusing with a host, needing to instead be directly injected into the bloodstream. Even If someone were to be infected by it, they would retain their sanity, and their ability to lead someone into depravity would initially require direct contact with their blood. As for the regeneration and growth, it should also be much weaker; capable of only healing small cuts and bruises and no longer being able to mutate the host. The depravity should also be heavily limited. Even with direct ingestion of blood, the victim would only feel more inclined into doing something they already wanted to do.
But my fear is that over time, the host would feed this being and it would start regaining its strength. I couldn't bring myself to destroy years of research, so if you have found it, please, I beg of you, toss it into a furnace so that it will never again harm anyone.
In the case that more Pravitas are found, these documents have detailed explanations of all of my research and should help control and eventually destroy this being.
On the other hand, if you have been infected by the Pravitas, then immediately isolate yourself from everyone for a week. It should be so weakened that even a single week without being able to gain sustenance would cause it to perish. Remember, under NO circumstance you should have intercourse for the Pravitas will regain some of its powers of depravity but there is no way to know how much.
And with that, I shall take my leave.
Dr. Karl Heinrich Emil Becker@@
As you finish reading the letters, you feel stunned.
@@.you;
This is too much for me to digest right now... I should think about it later.@@
You put the letter in your pocket and pick up the documents. Its a very small folder, perfect for sneaking it out. You roll it up and put it down your pants, using your underwear to hold it in place. A bit uncomfortable but this will have to do.
@@.you;
I should see how Vanessa is doing...@@
[[Leave the basement and go check on Vanessa|Lore R]]<img src="img/Vanessa/Vanessa Dressed.jpg">
As you get back to the room, you see that Vanessa is not only awake but also dressed. She looks at you and smiles.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey hotstuff! I have to say, for a virgin, you sure knew how to give a girl a good fucking.@@
As she comments on what transpired a few minutes ago, your face becomes red.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
What's this? Even after everything we did, you can still blush? How cute!@@
@@.emote;
Vanessa Laughs, but then her face becomes serious@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
But I will have to deduct points for fucking a girl and then leaving. For a moment there I thought you had treated me like some cheap hooker and bailed.@@
You scratch the back of your head, not knowing how to answer to that.
@@.you;
Sorry, you were sleeping and I didn't want to disturb you so I went outside to get some fresh air.@@
@@.emote;
Vanessa stares at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hm... Fine, I will forgive you just this once in light of me having cummed that hard. But if you bail out on me next time, I will kick your ass.@@
@@.you;
N-next time?!@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Sure! ... Unless you don't want to?@@
@@.emote;
Vanessa looks at you with puppy eyes@@
Vanessa looking at you like that caught you by surprise, and you can't help feeling a bit excited.
@@.you;
O-of course I do! Yes! Next time I will fuck you and not bail!@@
@@.emote;
Vanessa looks at you with incredulous eyes@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Rude! That's no way to speak to a lady! At least say that you will make love to me or something.@@
@@.you;
But you just sai-@@
@@.emote;
Vanessa interupts you while wiggling her index finger@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Tsk... Tsk... You may no longer be a virgin, but you still have a lot to learn. While I may be able to say that you fucked me senseless, you need to refer to me with elegance, capeech?@@
You've never been less capeeched in your life, but then again, your $m.rel said to never contradict a girl so you just nod. Also, where the hell is she getting all this energy from? Just a moment ago she couldn't even move... Does it have something to do with the Pravitas?
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Anyway... I didn't bring my cell phone, what time is it?@@
You take out your cell phone and look at the time.
@@.data;
11:32 a.m.@@
@@.you;
It's eleven thirty-two.@@
@@.emote;
Vanessas eyes open in surprise@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Already?! How long were we fucking?! Shit, the treasure hunt should have finished already and there is no way they would leave without us...@@
Now that she says that, you don't remember seeing anyone when you left earlier.
@@.you;
Maybe they forgot about us?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
There's no way that anyone would be tha-@@
@@.emote;
Vanessa stops for a moment and thinks@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Then again, we are talking about Harold, so maybe someone IS that dumb. Come $player.name, we need to return to Campus.@@
@@.emmote;
Vanessa suddenly stops and stares at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
We can't have you going back with that torn shirt. Go in the changing room a pick a shirt there. You should find a couple of spares@@
You look down and, sure enough, you can see that your shirt isn't in great shape. Going back to campus like this would invite questions, so you go into the changing room and swap shirts.
As you return to the room, you see that Vanessa is already waiting for you at the door. You follow her out but before you leave, you look towards the sofabed and see that it's still a mess. You remember what just happened and feel your face starting to burn.
[[Leave the abandoned building and go back to Campus|Lore S]]As you both arrive at the campus, you can see a girl on top of chair that is on top of a table. At a closer inspection, you notice that the girl is Rachel and that she is wearing a crown.
@@.you;
Seems like Rachel found the crown.@@
@@.emote;
Vanessa looks a bit surprised@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Oh! Who would expect that the prim girl would actually win. Now I'm curious at what she is going to do.@@
Before you could answer her, you heard a loud voice that came from a megaphone.
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
THE LAST TWO ARE FINALLY HERE! NOW WE CAN START THE CEREMONY!@@
Seems like they didn't start without you. Suddenly you feel something wet touching your cheek and a hand putting something in your pocket.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Gotta go now hun! If you ever need something, give me a call!@@
@@.emote;
Vanessa winks at you and uses her hand to simulate a phone@@
@@.you;
Oh? Okay? Bye?@@
Not knowing exactly how to react, you can only lift your hand. You see Vanessa giggling at your reaction as she reunites with the other seniors.
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
NOW LISTEN UP! HER MAJESTY QUEEN RACHEL MUST NOW BE TREATED WITH ALL THE RESPECT AND REVERENCE EXPECTED TO THOSE IN ROYALTY! AS SUCH YOU MUST KNEEL WHEN APPROACHING HER! SHE WILL BE ALLOWED TO GIVE AN ORDER TO EACH OF YOU! NOW FORM A LINE TO BE HONORED BY THE PRESENCE OF HER GRACE!@@
Still a little confused, you get in line. Being the last one to arrive means you will also be the last one to receive your order. Thankfully, Rachel doesn't look like the type of girl to give any kind of weird orders.
As you are standing in line, you feel someone slapping your back. You wince a little bit in pain.
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Mr. HD<hr>
My man! You are $player.name, right?!@@
@@.you;
Yes! Nice to meet you Mr. HD!@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Harold<hr>
Nah man! You can just call me Harold. We are bros here, man! But I've gotta say, I'm impressed! Even though you didn't find the crown, you are the real king here dude!@@
Completely confused by what he is saying, you can't help but just stand there with your mouth Slightly open and stare at him.
@@.emote;
Harold looks around, making it look like he's trying to make sure no one is eavesdropping, then he leans in on you to whisper.@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Harold<hr>
Yo! During the treasure hunt, I REALLY needed to take a shit you see? The only bathroom in that place is in our secret meeting room. So imagine how surprised I was when I opened the door and saw you ramming into her like an absolute BEAST!@@
@@.emote;
Harold starts to furiously hip thrust, using both his hands to simulate pulling something in, while grunting@@
Now you're lost for words for a completely different reason and you see Vanessa death glaring at Harold. Seeing that, Harold stops dead and composes himself.
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Harold<hr>
Cough! So, how did you do it man?@@
@@.you;
How did I do what?@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Harold<hr>
You know! How did you get her to fuck so soon? Vanessa is a known tease, but I've never heard of anyone being able to get in her panties on their first date! It usually takes a week and a whole lot of money to get yourself some of that sweet chocolate! So, what's your secret?!@@
@@.you;
I don-@@
Before you could say anything, you hear Rachel calling you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Servant! You may now approach the Queen!@@
@@.emote;
Harold slaps you on your shoulder@@
@@.stuff;
<img src="img/Profile/Harold.jpg" class="float-left">Harold<hr>
Dude, I bet you are a pro at Kindle! Tell me your secret later, okay? Hell, I will even pay you!@@
You watch as Harold returns to the seniors group, only to get kicked by Vanessa.
[[Kneel before your Queen|Lore T]]@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Ho ho ho ho!@@
@@.emote;
Rachel puts the back of her right hand on her left side cheek@@
Your eyes open in surprise as you look at Rachel doing some weird... Laugh?
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Servant! I hear-by ask! Nay! Demand! That you follow my orders!@@
Still confused, you decide to just go with the flow.
@@.you;
Yes my Queen...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Good! Very good! Oh! Ho ho ho ho!@@
There's that weird laugh again...
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
My order is as follow! From now on you will refer to me as Queen Rachel, the smartest and most beautiful of them all!@@
@@.you;
Yes my Queen...@@
@@.emote;
Rachel stares at you@@
You start feeling a headache
@@.you;
Err... Yes Queen Rachel, the smartest and most beautiful of them all...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Ho ho ho ho! Yes! Very good my servant! Now! You are to remove your shirt and serve me food!@@
@@.you;
Uh, Rachel?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Queen Rachel, the smartest and most beautiful of them all.@@
Yep, definitely a headache
@@.you;
Queen Rachel, the smartest and most beautiful of them all, aren't the rules that you will give a single order?@@
@@.emote;
Rachel closes her eyes and turns her face sideways, as to snob you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hmph! I am Queen! Rules are for peasants to follow!@@
@@.emote;
Rachel stops and thinks@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Well, I guess I should be magnanimous and reward you... Fine! Do as I command and as a reward, I will grace you with some of my bath water!@@
Your face becomes deadpan.
@@.you;
No, thank you.@@
You get up and leave.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Wa-wait!@@
[[Head towards the food table|Lore U]]<<ctp "AnnaFirstPhotos">>
<img src="img/Other/Food Table.jpg">
All in all, this event was actually quite fun. Much better than the bullshit hazing that happened in the Computer Science course... If you exclude the fact that there is a potentially dangerous being inside of you that will eventually take over your mind, you're Gucci.
You look at your cell phone.
@@.data;
12:18 p.m.@@
You would honestly like to just go home, read the documents and try to figure out what you are going to do, but you can't just leave without Anna...
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey $player.ys!@@
Speaking of the cute Devil. You turn around and see your $ys.rel and behind her are few more people. Seems that she has already made some friends.
@@.emote;
Anna walks towards you@@
@@.you;
Hi Anna, how was your "guidance"?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It was so much fun! We had to dress up and have our pictures taken! Look! These are mine!@@
@@.emote;
Anna pulls out her cell phone and gives it to you@@
<img src="img/Anna/Picture 1.jpg">
<<linkreplace "Normal">><<scrollTop>><<ctpAdvance "AnnaFirstPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Picture 2.jpg">
<<linkreplace "Normal... I guess?">><<scrollTop>><<ctpAdvance "AnnaFirstPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Picture 3.jpg">
<<linkreplace "Err...">><<scrollTop>><<ctpAdvance "AnnaFirstPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Picture 4.jpg">
This is definitely sexual harassment, right?
@@.you;
Anna, aren't these pictures a little... You know... Erotic?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Not at all! My seniors said that this is called Art! Although the last one was kinda embarrassing, so I had to stop there...@@
@@.you;
They were 100% trying to get you naked.@@
@@.emote;
Anna looks at your with incredulous eyes@@
You can see her face becoming a light shade of pink, then becoming red, she then turns around and glares at the group she was with. They seemed to be trying to look anywhere that wasn't at Anna.
@@.emote;
Anna turns back to you and squats, with her hands covering her face@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Uuuu... I can't believe I did something that embarrasing.@@
Considering that Anna has always gone to an all female school, she's a bit too innocent. While you do find it endearing, it looks like you should teach her a bit of common sense. You laugh a bit and pat her head.
@@.you;
Don't worry, it's not that bad, and you look very cute in these photos.@@
@@.emote;
Anna removes her hands and looks at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You think so?@@
@@.you;
Yes! I'm sure you were the most beautiful girl by far, so they couldn't help it!@@
@@.emote;
Anna stands and puffs out her chest in pride@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course!@@
Works every time.
@@.you;
Now, how about we leave? I'm not feeling very well.@@
@@.emote;
Anna looks at you with concern@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Are you alright?@@
@@.you;
It's just a headache. Can we go?@@
@@.emote;
Anna thinks a bit and then nods@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! I will get my stuff and meet you by the car!@@
As you watch your $ys.rel leave, you go back to your classroom to get your bag.
[[Pick your stuff and leave|Lore V]]
<</ctp>><<ctp "AnnaPicturesLore">>
<img src="img/Anna/Picture 4.jpg">
As you are walking back to the car, you can't help remembering your $ys.rel's photos. What if she kept going?
<<linkreplace "What if they told her to remove her skirt?">><<scrollTop>><<ctpAdvance "AnnaPicturesLore">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Fantasy Picture 1.jpg">
<<linkreplace "Then they would tell her to remove her panties...">><<scrollTop>><<ctpAdvance "AnnaPicturesLore">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Fantasy Picture 2.jpg">
<<linkreplace "Then remove her blouse...">><<scrollTop>><<ctpAdvance "AnnaPicturesLore">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Fantasy Picture 3.jpg">
<<linkreplace "Then remove her bra...">><<scrollTop>><<ctpAdvance "AnnaPicturesLore">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Fantasy Picture 4.jpg">
<<linkreplace "Then pose naked for the camera...">><<scrollTop>><<ctpAdvance "AnnaPicturesLore">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Fantasy Picture 5.jpg">
You feel your crotch starting to stir. You stop in your tracks and shake your head.
@@.you;
What the hell am I doing? Why am I imagining my $ys.rel naked?@@
While you've always loved your $ys.rel, you've never had any kind of sexual feelings for her.
@@.you;
It must be because I just had sex... Yes, that has to be it. I'm just a little too sexually sensitive at the moment, I'm sure I will go back to normal once I let this out of my system.@@
It suddenly dawns on you. You've just had sex.
@@.you;
Wait... I just had sex? I just had sex! I'm no longer a virgin! HELL YEAH!@@
You start dancing like a Tauren from a very famous MMORPG you've played.
@@.you;
Bad boys~~ Bad boys~~ Watcha gonna do! Watcha gonna do when they co-@@
As you are turning around, you freeze as you spot your $ys.rel looking at you from the car. She seems to be petrified by your display.
You stop and scratch the back of your head and hurry up to meet her.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Something good happen?@@
@@.you;
Oh! Yes! I'm just happy that I'm finally out of that shitty Computer Science course!@@
@@.emote;
Anna looks at you like she doesn't really believe you and then shrugs@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well, I guess you did say you didn't like it. Speaking of which, how was your "Guidance"?@@
@@.you;
Yes! My "guidance", yes... I was definitely guided alright.@@
@@.emote;
Anna looks at you with a confused expression@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Was it fun?@@
@@.you;
Yep, best fun I've ever had!@@
@@.emote;
Anna looks and you, then just shrugs again@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
...Weirdo.@@
You can't help but laugh, you've never been good at improvising.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Also, I've been meaning to ask... Why are you wearing another shirt?@@
@@.you;
It had something to do with my "guidance", I will tell you some other time.@@
@@.emote;
Anna looks at you suspiciously for a second, but then just shrugs.@@
@@.you;
Okay, let's go home now and you then you can tell your mother all about today.@@
@@.emote;
Anna smiles again@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yep!@@
@@.you;
Ah! But don't show her the panties photo...@@
@@.emote;
Ana's face becomes red@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yep...@@
There, that should take her mind off of me acting weird.
[[Drive back home|Lore W]]
<</ctp>><img src="img/Kelly/Kelly Livingroom.jpg">
As you and Anna enter the house, you find your $m.rel waiting for you in front of the living room. She's still wearing the same business dress, so she must have just gotten back from the meeting.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey $player.name, Anna! Aren't you guys back early?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hi mom! $player.name wasn't feeling well, so we came back early.@@
@@.emote;
Kelly looks at you with concern in her eyes@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh! My poor baby! What's wrong?@@
Your $m.rel always had this habit of acting like she is talking to a child when she's worried about you.
@@.you;
It's nothing $m.rel, just a headache. I'm going to be resting in my room if you need anything@@
@@.emote;
Kelly gets close to you and hugs your head@@
<img src="img/Kelly/Kelly Cleavage.jpg">
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Okay honey, you rest up, but if you need anything, just call me, okay?@@
You can't help to stare at her breasts. You wonder what it would feel like to touch them. She did say that you should call her if you needed anything. You can feel your arm slowly rising to cup a feel.
//''What the hell am I doing?!''//
You stop yourself from reaching for it, instead use your arms to hug your $m.rel back.
@@.you;
Thanks, $m.rel, I'm just a bit tired. I've already eaten at school, so you don't have to prepare lunch for me. I'm just going to be resting in my room.@@
@@.emote;
Kelly releases you and smiles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
That's fine, when you are feeling better, I want to hear all about your first day, okay?@@
You nod and start going towards your bedroom.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
So, Anna, how was your first day?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It was really fun! I-@@
[[Enter your bedroom|Lore X]]<img src="img/Other/Player Bedroom.jpg">
As you enter your room, you make space on your desk and take out the documents you hid. They aren't in the best state, considering how you hid them, but they are still very much readable.
You sit down, not sure where to start. As you stop to think, you just shrug.
@@.you;
Might as well start from the beginning...@@
You spend the next couple of hours reading the documents. After finishing it, you write down what you believe is relevant for you to know.
[[The Relationship Between the Pravitas and its Host|Pravitas 1]]
[[The Pravitas' Powers|Pravitas 2]]
[[The Dangers of the Pravitas|Pravitas 3]]
[[Finish Reading|Lore Y]]<img src="img/Other/Pravitas 1.jpg">
@@.stuff;
The research done on the Pravitas' <span style="color:Red">Host</span> showed that the Pravitas is a type of parasite, living a symbiotic relationship with the <span style="color:Red">Host</span>. In exchange for the hormones necessary for it to continue to live, it will repair and slowly mutate the host's body.
Research showed that the nucleus of the Pravitas resides inside the <span style="color:Red">Host</span>'s heart, while spreading it's roots throughout the body. Said nucleus is capable of infusing the blood cells with its own chemical compound. These chemical compounds are then distributed throughout the body.
Further research on the <span style="color:Red">Host</span> was not possible since I had to escape.@@
<<back "Return">><img src="img/Other/Pravitas 2.jpg">
@@.stuff;
Research into the <span style="color:Red">Host</span> and its <span style="color:Purple">Subjects</span> showed that the Pravitas has certain powers depending on how strong the Pravitas is. By carefully weakening and strengthening the Pravitas, we were able to get a good grasp on what it is capable of doing. We will divide the Pravitas' power into four levels, five if you consider its near death state.
<span style="color:Black">Level 0:</span>
The Pravitas at its weakest state. It is unable to directly affect the host's brain. Instead, only being able to disseminate chemical hormones throughout the body.
Ability to heal: non-existent. At this point the Pravitas is doing everything in its power to make the host copulate. As such, it can't spare the energy to heal.
Ability to mutate: non-existent. At this point the Pravitas is doing everything in its power to make the host copulate, as such it can't spare the energy to mutate.
Ability to corrupt: very weak. The Pravitas is capable of disseminating a chemical hormone that works as a powerful aphrodisiac. This applies to the host, but also to anyone that comes into contact with the contaminated blood. As such, both the <span style="color:Red">Host</span> and the <span style="color:Purple">Subject</span> won't do anything that they weren't willing to do in the first place.
<span style="color:Black">Level 1:</span>
The Pravitas at its weak point. It is capable of interacting with the <span style="color:Red">Host</span> through its roots that have reached the brain. This interaction is only possible when the brain is at its most vulnerable, i.e. when unconscious.
Ability to heal: weak. At this point, the Pravitas is capable of spending its spare energy to ensure that the Host's body is working as intended, but it's only capable of accelerating the healing of small wounds; like small lacerations and bruises.
Ability to mutate: non-existent. The Pravitas doesn't have enough spare energy to forcefully mutate cells.
Ability to corrupt: weak. The Pravitas is now capable of sending signals to the brain. These signals will weaken any prudish behavior, while strengthening depraved behavior. Its ability to corrupt the <span style="color:Purple">Subjects</span> is still weak. As such it is necessary prolonged direct contact with the <span style="color:Purple">Subjects</span> skin and said corruption will be the
same as the <span style="color:Red">Host</span>.
<span style="color:Black">Level 2:</span>
The Pravitas at its normal point. Capable of interacting with the <span style="color:Red">Host</span> through its roots that have reached the brain. At this point, it can fully manifest itself into the <span style="color:Red">Host</span>'s dreams. It's also capable of minor interactions while the <span style="color:Red">Host</span> is conscious.
Ability to heal: normal. The Pravitas now has a lot of energy to spare. As such, it is capable of protecting the host from any kind of STD, as well as most diseases. It's now capable of healing most wounds but won't be able to fix broken bones, nor regrow severed limbs.
Ability to mutate: small. As the Pravitas now has enough energy to spare, it can now spend it to slowly mutate the <span style="color:Red">Host</span>'s cells. It can cause the growth of muscles, accelerated brain functions and shape the facial structure. Its powers are still limited, so the mutation is both slow and inefficient.
Ability to corrupt: normal. The Pravitas is now capable of flooding the <span style="color:Red">Host</span>'s brain with its chemical hormones, eradicating any sense of prudishness while heightening depravity. Both <span style="color:Red">Host</span> and <span style="color:Purple">Subjects</span> will now be willing to do things that they normally wouldn't. The <span style="color:Red">Host</span> no longer needs to be in prolonged contact with the <span style="color:Purple">Subject</span>; a simple contact with the skin will suffice.
<span style="color:Black">Level 3:</span>
The Pravitas at its strong point, now capable of directly interacting with the <span style="color:Red">Host</span>. At this point, it's fair to say that the Pravitas and the <span style="color:Red">Host</span> are one and the same, but the <span style="color:Red">Host</span> is still not controlled by the Pravitas.
Ability to heal: high. The Pravitas is capable of semi-miracles. No matter how deep the wound is, it will be healed in a matter of hours. Bone fractures will be healed in days. It's capable of regrowing small tissues, but not limbs.
Ability to mutate: normal. The Pravitas is now capable of rapidly mutating the <span style="color:Red">Host</span>. It can give the <span style="color:Red">Host</span> super intelligence and super human strength, agility and endurance. It's capable of rapidly changing the facial structure, hair and eye color, in order to maximize the <span style="color:Red">Host</span>'s potential.
Ability to corrupt: high. Because the Pravitas is now capable of changing the very base structure of the body itself, it can now force the sweat glands to secret a pheromone that will corrupt all those that breathe it in. The <span style="color:Red">Host</span> is no longer held back by morals, seeking only carnal pleasure. The <span style="color:Purple">Subjects</span> will feel intense need to please the <span style="color:Red">Host</span>, no longer being capable of any thought other than pleasing the <span style="color:Red">Host</span>. As long as the <span style="color:Red">Host</span> commands, the <span style="color:Purple">Subjects</span> will do everything in their power to accomplish it.
<span style="color:Black">Level 4:</span>
This is a theoretical level, since allowing the Pravitas to evolve to this point was deemed far too dangerous. At this point, the Pravitas will have accomplished its objetive: to become one with the <span style="color:Red">Host</span>. If the <span style="color:Red">Host</span> still exists in any form after becoming one with the Pravitas is unknown.
Ability to heal: extreme. The Pravitas is no longer bound by wounds. As long as the Core is still intact, it will be capable of reconstructing the body. It's immune to all types of diseases and toxins. It's very resilient to differences in temperature.
Ability to mutate: extreme. The Pravitas has absolute control over every cell of the body, mutating them at will. Bones as hard as diamond, muscles as strong as spider silk and a brain capable of activating at its full capacity. The Pravitas can take any form, assumed to be capable of metamorphosing.
Ability to corrupt: absolute. The mere presence of the Pravitas corrupts. All those corrupted by the Pravitas are now slaves to its desire.@@
<<back "Return">><img src="img/Other/Pravitas 3.png">
@@.stuff;
The Pravitas is a very dangerous existence. The Pravitas seems to gain more energy from depraved coitus than normal. As such, they will try to force the <span style="color:Red">Host</span> and the <span style="color:Purple">Subjects</span> to perform higher and higher acts of depravity. This could lead to serious consequences in a society.
While the Pravitas seems to be helping the Host at face value (through its power of healing and mutation), closer research has shown that it's a façade. The Pravitas seems to always be influencing the <span style="color:Red">Host</span>, sometimes without the <span style="color:Red">Host</span> even noticing.
The Pravitas' ultimate objective seems to be to take over the host. The stronger the Pravitas is, the more it fuses with the <span style="color:Red">Host</span>. As such, continued feeding of the Pravitas will eventually lead to death of the <span style="color:Red">Host</span>.
It's unknown if the Pravitas can multiply but if it's possible, this could lead to a global crisis of which the world has never seen.
<<back "Return">><img src="img/Other/Player Bedroom.jpg">
As you finish reading, you start feeling another headache. You use your right hand to massage your temple.
@@.you;
Pravitas... From what the letter said, had I not had sex, it would have died in a week...@@
Now that you think about it, you can't really remember what happened. You felt a lot of heat inside of you. You're sure you have never felt that horny in your life. Something beyond you was craving for sex.
@@.you;
I wonder if I should go see a doctor...@@
But from reading the documents, it seems that the host of the other pravitas was captured and used as a specimem to be studied (probably until death, so she was most likely dissected.)
@@.you;
Surely they wouldn't do that here, right? They wouldn't send me to an Area 51, would they?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name! DINNER IS READY!@@
You look with up in surprise and check your cell phone.
@@.data;
8:12 p.m.@@
@@.you;
It's already night time...@@
You must have been lost in thought. You hide the documents inside your desk.
[[Go have dinner|Lore Z]]<img src="img/Other/Bathroom Door.jpg">
Having finished eating dinner, you decide to take a shower before going to bed. As you arrive at the bathroom, you see that the door is slightly open.
@@.you;
$m.rel and Anna were both at the dinner table, that means that this has to be Sarah.@@
As you get closer, you can hear the shower.
@@.you;
Guess I can just take my shower tomorrow...@@
You go towards the door intent on closing it, but then you remember what transpired in the morning and feel slightly annoyed. You remember her showing off her body to tease you. You hesitantly peek.
<video src="img/Sarah/Sarah Bath 1.mp4" autoplay loop/>
Your eyes bulge as you look at your $os.rel washing her front.
[[Peek some more|Peek 1]]<img src="img/Other/Player Bedroom.jpg">
As you arrive in your room, you can feel that your hands are sweaty, your breathing erratic, your heart beating so hard that you can hear it. You can feel your lust trying to overtake you, to force you to comply with your carnal desires.
@@.you;
What's happening to me?@@
<img src="img/Other/Palm.jpg">
You look at your left hand. The hand that was wounded and absorbed the Pravitas. Not even the smallest scar is visible, even your old scars are gone. You feel your body starting to cool down, your heart going back to its normal rhythmic beating. You sit down on your bed.
@@.you;
Should I go see a doctor?@@
Even though you know the dangers of it, you are not sure what you want to do. The documents said that the Pravitas would just die if you didn't have sex, and you were a virgin for over 20 years.
@@.you;
How hard can it be to not have sex for how ever long it takes for the Pravitas to die?@@
Your body starts feeling hotter as you remember how you had sex with Vanessa. You can't help but face palm yourself.
@@.you;
I'm screwed, aren't I?@@
You look at your cell phone, in it is Vanessa's number. You are tempted to give her a call, but you stop yourself and instead look at the hours.
@@.data;
9:32 p.m.@@
@@.you;
It's kinda early, but I am feeling tired... Guess this will just have to be a problem for tomorrow $player.name to solve.@@
As you say that, you take off your shirt and pants, going to bed just with your underwear on.
[[Go to sleep|Lore Final 2]]<<ctp "Peek">>
<video src="img/Sarah/Sarah Bath 2.mp4" autoplay loop/>
As she moves downwards, you start feeling something arousing in your pants.
<<linkreplace "Peek even more">><<scrollTop>><<ctpAdvance "Peek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Bath 3.mp4" autoplay loop/>
You can't help but admire how good her legs are, you unconsciously start touching your bulge.
<<linkreplace "Keep peeking">><<scrollTop>><<ctpAdvance "Peek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Bath 4.mp4" autoplay loop/>
That has to be the sweetest ass you've ever seen, and you've seen a lot of porn. Your hand starts to move more agressively.
<<linkreplace "Focus on her ass">><<scrollTop>><<ctpAdvance "Peek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Bath 5.mp4" autoplay loop/>
As you watch your $os.rel start to wash off the soap, you feel that touching your cock over your pants isn't enough and you start to move your hand inside your pants.
//''What the hell am I doing?!''//
You start to panic, not understanding why you are peeking at your $os.rel. You rapidly leave the place and rush back to your bedroom.
[[Enter your bedroom|Lore Final 1]]
<</ctp>><img src="img/Other/Intro Dream 1.jpg">
As you open your eyes, you feel that you are no longer in the world that you are supposed to be in.
@@.you;
Where am I...?@@
You feel dazed, like you just woke up after spending the whole day drinking.
@@.you;
Where is this place...? Are these huge things mushrooms...?@@
A sudden pulse of pain in your head immediately clears your mind.
@@.you;
Urg!@@
You close your eyes and grab your head, feeling the biggest migraine you've ever felt. You feel a ringing noise in your ears, like it's not coming from the outside, instead surging from the inside.
@@.you;
??????<hr>
H...@@
You can swear that something is calling out to you.
@@.you;
??????<hr>
Hey...@@
The voice seems to be getting clearer.
@@.you;
??????<hr>
Hey $player.name...@@
You painfully open your eyes, trying to see what is calling out to you.
<img src="img/Other/Intro Dream 2.jpg">
As you open your eyes, you see a being that wasn't there just a moment before. The headache seems to have lessened.
@@.you;
Who are you?@@
@@.you;
??????<hr>
I am you. I am also not you.@@
You feel confused, like something is messing with your head.
@@.you;
??????<hr>
$player.name, don't you want to feel pleasure?@@
You feel like your mind is starting to become dazed again. You loved feeling pleasure, you would love to feel it again.
@@.you;
Yes...@@
@@.you;
??????<hr>
Don't you want to be powerful?@@
You've always dreamed of being the best player in your team. To always win. To be smarter than everyone. Stronger than anyone. Better.
@@.you;
Yes...@@
@@.you;
??????<hr>
Don't you want to control others?@@
You remember how your $os.rel is treating you lately, surely you would want to give Sarah her just desert. But what about yo...
@@.you;
Yes...?@@
You feel like there is something wrong and you sh...
@@.you;
??????<hr>
$player.name. Listen to me. I can give you everything you want, you just have to give in to me@@
Something is wrong, thi... Yes, why shouldn't you have everything you desire? No, this isn't rig...
@@.you;
??????<hr>
$player.name, let me help you. I want to help you. But first you have to help me, help you. Give in $player.name, become free from the shackles of your mind.@@
NO! THIS ISN'T RIGHT! DON'T GIV... Yes, what's the point of all these morals that are holding you down?
@@.emote;
The something extends its hands towards you, wanting you to take it.@@
@@.you;
??????<hr>
Take my hand $player.name, let us roam this land together. And together we will experience all the pleasures in the world.@@
WHATEVER YOU DO, DON'T TAK... Take her hand, you know you want to.
[[Take the hand|Bad Ending 1]]
[[RESIST|Lore Final 3]]<<ctp "BadEnding1">>
<video src="img/Other/Taking Hand.mp4" autoplay loop/>
As you take its hand, you feel your conscious slipping, like someone just dosed you with some kind of ruffies.
@@.you;
??????<hr>
Don't worry, relax. You will forever live in a world of pleasure. Just relax.@@
You relax...
<<linkreplace "Wake up...">><<scrollTop>><<ctpAdvance "BadEnding1">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Bad End Anal.mp4" autoplay loop/>
As your conscious returns, you can see the world as if you were watching a movie.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
STOP! YOU SHOULDN'T BE DOING THIS!@@
@@.emote;
Sarah is in distress@@
@@.you;
$player.name?<hr>
Isn't this what you wanted you fucking slut? You kept showing me your body, calling me coward! How does it feel having your ass fucked by your $player.os?!@@
@@.emote;
$player.name grabs Sarah's hair and fucks her asshole@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Nooooooooo! This wasn't what I wanted!@@
@@.you;
$player.name?<hr>
Of course it is! Why else would a little slut like you keep tempting me?!@@
@@.emote;
$player.name fucks Sarah's ass even harder@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Please! Stop!@@
@@.you;
$player.name?<hr>
Oh, shit! I'm almost there!@@
@@.emote;
$player.name cums deep into Sarah's asshole@@
@@.you;
$player.name?<hr>
Fuck! My dick is all dirty! Open that mouth wide! I'm going to use you like my own personal dickwasher!@@
@@.emote;
$player.name grabs Sarah's face and proceeds to fuck her throat@@
<video src="img/Sarah/Sarah Bad End Deepthroat.mp4" autoplay loop/>
@@.you;
$player.name?<hr>
There we go! All nice and clean!@@
@@.emote;
$player.name begins to laugh as Sarah silently sobs@@
This isn't what I wanted!
@@.data;
Your conscious begins to fade again@@
<<linkreplace "Wake up...">><<scrollTop>><<ctpAdvance "BadEnding1">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Bad End Creampie.mp4" autoplay loop/>
As you regain conscious again, you are still seeing the world as if you were watching television.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Why are you doing this to me $player.ys?@@
@@.emote;
Anna is crying@@
@@.you;
$player.name?<hr>
Because you are mine! I took your virginity and now I will make you mine by impregnating you!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Please $player.ys! I trusted you! Please stop!@@
@@.you;
$player.name?<hr>
Don't worry, soon enough you will be begging for my dick!@@
@@.emote;
$player.name continues to plow Anna's pussy like there is no tomorrow@@
Why is this happening?
@@.data;
Your conscious begins to fade again, for a longer time@@
<<linkreplace "Wake up again...">><<scrollTop>><<ctpAdvance "BadEnding1">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Bad Ending Fucked.mp4" autoplay loop/>
It's been harder and harder for you to regain conscious. While you don't know how long it has been, you are sure that it's been quite a while.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
YES! FUCK ME!@@
@@.emote;
Kelly is trying to maximize her pleasure, like her life depends on it@@
@@.you;
$player.name?<hr>
How does it feel to be my little whore?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I LOVE IT! PLEASE DON'T STOP FUCKING ME!@@
@@.emote;
$player.name smirks@@
@@.you;
$player.name?<hr>
Please don't stop fucking me what?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
PLEASE DON'T STOP FUCKING ME MASTER!@@
@@.emote;
Kelly cums for what must have been an uncountable amount of times@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
YESSSSSSSSSSSSSSSSSSSS!@@
@@.emote;
Kelly falls unconscious@@
@@.you;
$player.name?<hr>
Seems like I finally finished making you my whore, $m.rel.@@
This isn't... Right...
@@.data;
Your conscious fades, never again to return@@
[[By the power of Paradox, return to the crossroad of fate|Lore Final 2]]
<</ctp>>You feel like your head is about to explode, but you endure the pain and use every last drop of force of will to be able to refuse the tempting offer.
@@.you;
NO!@@
@@.you;
??????<hr>
W-What?!@@
@@.you;
I WON'T GIVE IN TO YOU PRAVITAS!@@
@@.emote;
The Pravitas stares at you stunned, clearly not expecting you to resist@@
@@.you;
Pravitas<hr>
Haha... HAHAHAHAHAHAHA!@@
Now it's your turn to look at it, while stunned.
@@.you;
Did the Pravitas lose its mind?@@
The Pravitas keeps laughing like a maniac for a little while and then stops, what can be assumed to be a smile shows on what little you can see of its face.
@@.you;
Pravitas<hr>
Good! Very good! A mind so weak to allow itself to be consumed at this early stage would be too weak to be of any real use.@@
Your vision suddenly becomes chaotic, like the world is trying to bend into itself. Unable to take it, you close your eyes.
<img src="img/Pravitas/Pravitas Show.jpg">
As you open your eyes, you no longer are in the forest, but now inside a room. The vision of the Pravitas becomes clearer. Because the voice sounded exactly like yours, you had assumed that it was a man, but it seems that you were mistaken.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Let's try this again $player.name. My name is <span style="color:Black">жжжжжжжжжж</span>. Unfortunately, you humans can't seem to grasp my language. As such, you can just keep calling me Pravitas. It's a pleasure to finally meet you.@@
As the Pravitas introduces herself, you can feel the fog that was in your mind dissipating, allowing you to finally think clearly again. While the beauty of the Pravitas is striking, your mind is too confused for you to fully notice it.
@@.you;
Just what exactly are you?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Haven't I already told you? I'm you and at the same time, I'm not you.@@
//''Well, that explains nothing!''//
@@.you;
What do you mean by that?@@
@@.emote;
The Pravitas sighs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I'm a being that assimilates with a host. Upon assimilation, I become the host, but also not. I'm a being of my own, but I'm also connected with you, as such, I'm also you.@@
Seeing the confused look on your face, the Pravitas clicks her tongue.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Okay, let me explain to you in real simple terms. While me and you are two different beings, we are also one and the same. That means that if you die, I die. If I die, you die. But we also are independent of one another, you have your thoughts and I have mine, got it?@@
While you are slowly understanding what she means, one part of it strikes out to you.
@@.you;
Wait a second, you are telling me that once you infected me, I would have died if you had died?!@@
@@.emote;
The Pravitas looks at you with a weird face@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Okay, first of all, I didn't "Infect" you. I assimilated with you. If I had "Infected" you, our fates wouldn't be one and the same, right? But since I assimilated with you, I will feel what you feel, I will die if you die. Got it?@@
A cold sweat runs down your back. You remember that the old letter said that the Pravitas would have died in one week if you hadn't had sex, you would be dead in a week.
@@.you;
Is there a way for you to... Disassimilate from me?@@
@@.emote;
The Pravitas smirks@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Is there a way for you to remove your brain? Once you and I became one, it's impossible for us to go back to being individuals. Until death do us part, romantic isn't it?@@
@@.you;
Romantic?! Didn't you just try to take control over me?!@@
@@.emote;
The Pravitas shrugs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
No one needs a useless partner, now do they? Truth be told, if your mind was stronger than mine, you could also take control over me. But since you were able to resist me, I don't mind sharing.@@
You are speechless.
//''Is there really no way to get rid of her?''//
@@.you;
How do I know you are not lying?@@
@@.emote;
The Pravitas looks at you with indignation@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Lying? Such a human concept. We do not lie. Everything I've told you is the truth. I can give you everything you desire. You just have to work with me.@@
Having no way to ascertain the truth of what she said, you decide to go along with it for the time being.
@@.you;
Fine, so what exactly do you want?@@
@@.emote;
The Pravitas smiles@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I want what everyone wants! I want to live! I want to feel pleasure! I want to have fun! Isn't that the ultimate goal?@@
While you are sure that there is more to life than just that, you also know that those things are also important.
@@.you;
Okay... So what do you want from me?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Well, since you didn't give me control, I will need you to fuck. A lot. I'm currently very weak at the moment, so I can't do much for you. I can help you heal faster, I can also make the girls more... Compliant, so to speak, as long as you maintain direct contact with them long enough.@@
@@.you;
And if I don't, you will die?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes, while I did recover a bit after you fucked that girl, I'm still nowhere near close to what I should be. I've also expended a lot of energy contacting you. So I would say I have about a month?@@
@@.you;
And if you die, I die.@@
@@.emote;
The Pravitas smiles at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Exactly! See! You do get it! But you can think of it in another way. The more you fuck, the more powerful we become, you will heal faster, I can help your body change, to become stronger, faster, smarter. I can also help you get laid easier. And once your mind becomes strong enough, you can even control others! It's a win-win situation if I've ever seen one.@@
You stop to think.
//''It's certainly tempting, but how can I be sure that she won't try to take over my body once she becomes stronger?''//
@@.you;
I've read that the ultimate objective of the Pravitas is to take over the host, is it true?@@
@@.emote;
The Pravitas scoffs at the notion@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Of course not. We only take over if the host is incompetent. Truth be spoken, we are more than happy to just take the back seat. Don't worry, I've taken a liking to you! I won't do anything to harm you.@@
@@.emote;
The Pravitas smiles at you and extends her hand@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
So, what do you say. Partners?@@
You are honestly not sure if she's telling the whole truth. Even if she can't lie, it doesn't mean that she has to show all her cards. But at least you don't feel any kind of malice coming from her, unlike last time.
[[Take her hand|Lore Final 4]]<img src="img/Pravitas/Pravitas Show 2.jpg">
As you shake her hands, the Pravitas smiles sensually at you and lowers her fish net pants and then poses.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I've also noticed how you are looking at me. Say, wanna seal the deal in a more pleasurable way?@@
While you think it's kinda crazy to accept the previous deal, you aren't crazy enough to accept this one... Yet.
@@.you;
No, thank you.@@
@@.emote;
The Pravitas looks at you with disapointment in her eyes, but then shrugs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Suit yourself, it's your loss. But remember, one month.@@
@@.you;
And if you die, I die, right?@@
@@.emote;
The Pravitas smiles@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Exactly!@@
How did I end up in this position?
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Also! To comemorate this wonderful contract, I have a gift for you!@@
<img src="img/Pravitas/Pravitas Kiss.jpg">
@@.emote;
The Pravitas suddenly kisses you@@
The surprise of the kiss forces you awake.
[[Wake Up|Lore Final 5]]<img src="img/Other/Player Bedroom.jpg">
As you wake up, you feel your mind clear. The headache from before feels like it was just a dream. You touch your lips.
@@.you;
What the hell was that?@@
For some reason, you are certain that what happened in your dream was true. You look at your clock.
@@.data;
5:43 a.m.@@
@@.you;
Not even 6 o'clock. Well, I did go to sleep early@@
As you get up from bed, you feel that your body is light. You've rarely felt this way when you woke up.
@@.you;
Was this the gift she gave me?@@
You look at the mirror.
@@.you;
Looking good!@@
You give your image a thumbs up.
@@.you;
Whatever I guess, may as well not think too hard about this for now. Let's just focus on trying to get laid so I don't die.@@
[[Start a new day|Tutorial]]<<ctp "VanessaSex">>
<img src="img/Vanessa/Vanessa Undress 2.jpg">
You start to masturbate even harder and that seems to make Vanessa even more excited, as she slowly continues to undress.
<<linkreplace "Keep Fapping">><<scrollTop>><<ctpAdvance "VanessaSex">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Undress 3.jpg">
As Vanessa starts to remove her panties, you can clearly see that her eyes have been stuck on your penis.
<<linkreplace "Keep Fapping">><<scrollTop>><<ctpAdvance "VanessaSex">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Undress 4.jpg">
She finally ditches her panties and proceeds to walk towards you, then she kneels and removes her sweater.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I don't think I've ever seen a cock as delicious in my life...@@
@@.emote;
Vanessa speaks in a daze@@
<<linkreplace "Give some space for Vanessa">><<scrollTop>><<ctpAdvance "VanessaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Vanessa/Vanessa Licking.mp4" autoplay loop/>
Vanessa proceeds to lick your cock, savoring it like it's the best Popsicle she has ever had.
<<linkreplace "Keep enjoying it">><<scrollTop>><<ctpAdvance "VanessaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Vanessa/Vanessa Sucking.mp4" autoplay loop/>
No longer content on licking, she seems to want to swallow your dick whole.
@@.you;
Oh fuck!@@
When you feel like you are about to cum, she stops and gets up.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I can't take this anymore!@@
@@.emote;
Vanessa pushes you down and immediately aligns herself with your cock@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Say goodbye to your virginity!@@
@@.you;
Wai-@@
<<linkreplace "Bye Bye Virginity!">><<scrollTop>><<ctpAdvance "VanessaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Vanessa/Vanessa Sex 1.mp4" autoplay loop/>
Before you could even finish, she plunges onto your cock, taking it all in an instant. She barely gives you a second to breathe before she starts bouncing and looking at you.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
How does it feel to no longer be a cherry boy?@@
You can hardly keep a hold of yourself to answer her as you grunt.
@@.you;
Feels... Fucking... Awesome!@@
She suddenly stops and reverses her position while your cock is still in her, so that she is now staring at you.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
If you thought that was awesome...@@
<<linkreplace "Try not to cum">><<scrollTop>><<ctpAdvance "VanessaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Vanessa/Vanessa Sex 2.mp4" autoplay loop/>
Vanessa proceeds to hammer you, trying to extract the maximum amount of pleasure she can possibly get out of you.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Oh fuck! I'm gonna! I'm gonn-@@
@@.emote;
Vanessa grunts, her whole body seizing@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I'M CUMMING!@@
You can feel her pussy contracting, trying to suck your cock dry. Unable to hold herself in that position, she falls down onto the sofabed.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
That was incredible...@@
Even though she finished herself, your cock was still rock hard and the heat in your body only became fiercer, you grab her by the waist and plunge your dick into her.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
AH! Wa-wait! I'm still sensitive!@@
<<linkreplace "Take control">><<scrollTop>><<ctpAdvance "VanessaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Vanessa/Vanessa Sex 3.mp4" autoplay loop/>
Caring little about her complaints, you keep plunging into her, as if you were trying to drill a hole right through her. You can once again feel her contracting, proof that she came one more time.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I... I can't...@@
No longer being able to even hold herself up, she falls onto the sofabed and squeezes the sheets.
<<linkreplace "Go crazy">><<scrollTop>><<ctpAdvance "VanessaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Vanessa/Vanessa Sex 4.mp4" autoplay loop/>
As you keep pounding her, you fail to notice that you have been cumming in her this whole time, enough that it has overflowed and is now staining the sheets. And yet, you can't stop yourself. Something inside of you demands that you seek pleasure.
[[Fuck her until the end|Lore P]]
<</ctp>>Yes?
[[Yep|Start2][$player.choice=1]]
[[Nop|Start2][$player.choice=2]]
[[KEKW|Start2][$player.choice=3]]<<switch $player.choice>>
<<case 1>>
Yeah
<<case 2>>
Yi
<<case 3>>
Yo
<</switch>>
[[Yep|Start3][$player.choice=1]]
[[Nop|Start3][$player.choice=2]]
[[Kekw|Start3][$player.choice=3]]<<switch $player.choice>>
<<case 1>>
Yeah
<<case 2>>
Yi
<<case 3>>
Yo
<</switch>><<widget "GetFamilyLocation">>
<<set $locBedroom = []>>
<<set $locMBedroom = []>>
<<set $locYSBedroom = []>>
<<set $locOSBedroom = []>>
<<set $locBathroom = []>>
<<set $locKitchen = []>>
<<set $locLivingroom = []>>
<<set $locYard = []>>
<<set $locGarage = []>>
<<switch $time.day>>
<!--==========================All Home==============================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Early Morning">>
<<set $locYSBedroom = "Anna">>
<<set $locBathroom = "Kelly">>
<<set $locLivingroom = "Sarah">>
<<case "Morning">>
<<set $locMBedroom = "Kelly">>
<<set $locKitchen = "Anna">>
<<set $locOSBedroom = "Sarah">>
<<case "Late Afternoon">>
<<set $locLivingroom = "Kelly">>
<<set $locYard = "Anna">>
<<case "Evening">>
<<set $locLivingroom = "Kelly, Anna">>
<<set $locBathroom = "Sarah">>
<<case "Night">>
<<set $locYSBedroom = "Anna">>
<<set $locLivingroom = "Sarah">>
<<set $locKitchen = "Kelly">>
<<case "Midnight">>
<<set $locMBedroom = "Kelly">>
<<set $locOSBedroom = "Sarah">>
<<set $locKitchen = "Anna">>
<</switch>>
<!--=========================Anna is gone===========================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<set $locKitchen = "Kelly">>
<<set $locBathroom = "Anna">>
<<set $locOSBedroom = "Sarah">>
<<case "Morning">>
<<set $locKitchen = "Kelly, Anna">>
<<set $locBathroom = "Sarah">>
<<case "Late Afternoon">>
<<set $locMBedroom = "Kelly">>
<<case "Evening">>
<<set $locLivingroom = "Kelly">>
<<case "Night">>
<<set $locYSBedroom = "Anna">>
<<set $locOSBedroom = "Sarah">>
<<set $locBathroom = "Kelly">>
<<case "Midnight">>
<<set $locYSBedroom = "Anna">>
<<set $locMBedroom = "Kelly">>
<<set $locLivingroom = "Sarah">>
<</switch>>
<!--===========================Kelly is gone========================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Early Morning">>
<<set $locBathroom = "Kelly">>
<<set $locLivingroom = "Anna">>
<<set $locOSBedroom = "Sarah">>
<<case "Morning">>
<<set $locMBedroom = "Kelly">>
<<set $locBathroom = "Anna">>
<<set $locOSBedroom = "Sarah">>
<<case "Late Afternoon">>
<<if $LilithCallQ2 and $ys.corruption is 19>>
<<set $locYSBedroom = "Anna">>
<<else>>
<<set $locYard = "Anna">>
<</if>>
<<case "Evening">>
<<set $locKitchen = "Sarah">>
<<set $locYSBedroom = "Anna">>
<<case "Night">>
<<set $locKitchen = "Kelly, Anna, Sarah">>
<<case "Midnight">>
<<set $locYSBedroom = "Anna">>
<<set $locLivingroom = "Sarah">>
<<set $locMBedroom = "Kelly">>
<</switch>>
<!--=========================Anna is gone===========================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Early Morning">>
<<set $locKitchen = "Kelly">>
<<set $locBathroom = "Anna">>
<<set $locOSBedroom = "Sarah">>
<<case "Morning">>
<<set $locKitchen = "Kelly, Anna">>
<<set $locBathroom = "Sarah">>
<<case "Late Afternoon">>
<<set $locYard = "Kelly">>
<<case "Evening">>
<<set $locLivingroom = "Kelly">>
<<case "Night">>
<<set $locYSBedroom = "Anna">>
<<set $locOSBedroom = "Sarah">>
<<set $locBathroom = "Kelly">>
<<case "Midnight">>
<<set $locYSBedroom = "Anna">>
<<set $locMBedroom = "Kelly">>
<<set $locLivingroom = "Sarah">>
<</switch>>
<!--===========Kelly is gone, Anna is late, Sarah is early==========-->
<<case "Friday">>
<<switch $time.time>>
<<case "Early Morning">>
<<set $locBathroom = "Kelly">>
<<set $locLivingroom = "Anna">>
<<set $locOSBedroom = "Sarah">>
<<case "Morning">>
<<set $locMBedroom = "Kelly">>
<<set $locBathroom = "Anna">>
<<set $locOSBedroom = "Sarah">>
<<case "Late Afternoon">>
<<set $locYard = "Sarah">>
<<case "Evening">>
<<set $locKitchen = "Sarah">>
<<set $locYSBedroom = "Anna">>
<<case "Night">>
<<set $locKitchen = "Kelly, Anna, Sarah">>
<<case "Midnight">>
<<set $locYSBedroom = "Anna">>
<<set $locLivingroom = "Sarah">>
<<set $locMBedroom = "Kelly">>
<</switch>>
<!--================================================================-->
<<case "Saturday">>
<<switch $time.time>>
<<case "Early Morning">>
<<set $locLivingroom = "Kelly">>
<<set $locOSBedroom = "Sarah">>
<<set $locYSBedroom = "Anna">>
<<case "Morning">>
<<set $locKitchen = "Anna">>
<<set $locBathroom = "Sarah">>
<<set $locLivingroom = "Kelly">>
<<case "Late Morning">>
<<set $locBathroom = "Anna">>
<<set $locLivingroom = "Kelly">>
<<set $locOSBedroom = "Sarah">>
<<case "Noon">>
<<set $locGarage = "Kelly, Anna, Sarah">>
<<case "Late Afternoon">>
<<set $locYard = "Kelly, Anna">>
<<set $locLivingroom = "Sarah">>
<<case "Evening">>
<<set $locMBedroom = "Kelly">>
<<set $locBathroom = "Anna">>
<<set $locLivingroom = "Sarah">>
<<case "Night">>
<<set $locBathroom = "Kelly">>
<<set $locLivingroom = "Anna">>
<<set $locKitchen = "Sarah">>
<<case "Midnight">>
<<set $locMBedroom = "Kelly">>
<<set $locYSBedroom = "Anna">>
<<set $locOSBedroom = "Sarah">>
<</switch>>
<!--========Sarah goes out to party and Kelly is late===============-->
<<case "Sunday">>
<<switch $time.time>>
<<case "Early Morning">>
<<set $locYSBedroom = "Anna">>
<<set $locBathroom = "Sarah">>
<<set $locKitchen = "Kelly">>
<<case "Morning">>
<<set $locBathroom = "Anna">>
<<set $locKitchen = "Sarah">>
<<set $locYard = "Kelly">>
<<case "Late Morning">>
<<set $locBathroom = "Kelly">>
<<set $locLivingroom = "Sarah">>
<<set $locBedroom = "Anna">>
<<case "Noon">>
<<if $SarahCosplay and not $SarahCosplaying>>
<<set $locOSBedroom = "Sarah">>
<<set $locGarage = "Kelly, Anna">>
<<else>>
<<set $locGarage = "Kelly, Anna, Sarah">>
<</if>>
<<case "Late Afternoon">>
<<set $locLivingroom = "Anna">>
<<set $locYard = "Sarah">>
<<case "Evening">>
<<set $locBathroom = "Sarah">>
<<set $locLivingroom = "Kelly">>
<<set $locYSBedroom = "Anna">>
<<case "Night">>
<<set $locBedroom = "Kelly">>
<<set $locLivingroom = "Anna">>
<<case "Midnight">>
<<set $locMBedroom = "Kelly">>
<<set $locYSBedroom = "Anna">>
<</switch>>
<!--================================================================-->
<</switch>>
<</widget>><span style="color:gold;">Version 1.8</span>
<<nobr>>
<<set $time.day = $time.getDay($time.cDay)>>
<<set $time.time = $time.getTime($time.cTime)>>
<</nobr>><<if $initiate is 1>>Day $time.dayCount
$time.day - $time.time
<hr>
Cash: $$$player.money
<hr>
<span style="color:#15BB05;">Fitness</span>: <<if ($player.fitness is 10||$player.fitness is 20)>><span style="color:gold;">$player.fitness</span><<else>>$player.fitness<</if>>
<span style="color:#A935FE;">Charm</span>: <<if ($player.charm is 10||$player.charm is 20)>><span style="color:gold;">$player.charm</span><<else>>$player.charm<</if>>
<span style="color:#479EFF;">Intelligence</span>: <<if ($player.intelligence is 10||$player.intelligence is 20)>><span style="color:gold;">$player.intelligence</span><<else>>$player.intelligence<</if>>
<<if $corruptionevent is 1>><span style="color:#8B0000;">Corruption</span>: $player.corruption<</if>>
<hr><</if>>
@@.btnUISide;<<button "Saves">><<script>>UI.saves()<</script>><</button>>@@
<<if $initiate is 1>>@@.btnUISide;<<button 'Relationships'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@
@@.btnUISide;<<button 'Help'>><<nobr>>
<<script>>
Dialog.setup('Help');
Dialog.wiki(Story.get('Help').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@
@@.btnUISide;<<button "Restart">><<script>>UI.restart()<</script>><</button>>@@<</if>>
<<link [img[img/ui/Patreon Very Small.png]]>><<nobr>>
<<set Dialog.setup("Patreon")>>
<<set Dialog.wiki(Story.get('Patreon').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>>
<<link [img[img/ui/Discord Very Small.png]]>><<nobr>>
<<set Dialog.setup("Discord")>>
<<set Dialog.wiki(Story.get('Discord').processText())>>
<<set Dialog.open()>>
<</nobr>><</link>><img src="img/Kelly/Kelly Body.jpg">
Name: Kelly Smith
Age: 40
Height: 5'5" (1.65m)
Breast Size: 34E in (86cm)
Waist Size: 24 in (61cm)
Hips Size: 36 in (91cm)
Sexual Orientation: Hetero
Current Love Level: $m.lovelevel
Current Corruption Level: $m.corruptionlevel
<span style="color:#DB7093;">Kelly's view of you:</span> <<nobr>><<if $m.love lt 10>>To her, you're only her $player.m. She doesn't love you, nor does she like you. She will talk to you if she must, but she won't go out of her way to help you.
<<elseif $m.love gte 10 and $m.love lt 20>>To her, you're only her $player.m. While she doesn't love you, she does like you. She will talk to you and hear you out, but don't expect her to do much to help you.
<<elseif $m.love gte 20 and $m.love lt 30>>To her, you're her precious $player.m. As such, she loves you. She will talk to you and she will hear you out, she will also go out of her way to help you.
<<elseif $m.love gte 30 and $m.love lt 40>>To her, you're her precious $player.m. As such, she loves you very much. She will do almost anything you ask of her, as long as its within reasonable limits.
<<elseif $m.love gte 40 and $m.love lt 50>>To her, you're her irreplaceable $player.m. As such, she absolutely loves you. She will do almost anything you ask of her, even if its risky.
<<elseif $m.love is 50>>To her, you're her everything. As such, she is crazy for you. She will do anything you ask, no matter the cost.<</if>>
<<if $m.corruption lt 30 and $m.love gte 20>>Even though she loves you, because you are her $player.m, she has no romantic feelings for you.<</if>><</nobr>>
<span style="color:#8B0000;">Kelly's sexual disposition:</span> <<nobr>><<if $m.corruption lt 10>>She's as vanilla as they come. Because you are her $player.m, she has no sexual urges towards you.
<<elseif $m.corruption gte 10 and $m.corruption lt 20>>She's interested in plays that are outside the norm. Even though you are her $player.m, she still has a small amount of sexual urges towards you, but only enough to tease you.
<<elseif $m.corruption gte 20 and $m.corruption lt 30>>She's quite a deviant. Even though you are her $player.m, she gets sexually excited by teasing you, though she won't go all the way with you.
<<elseif $m.corruption gte 30 and $m.corruption lt 40>>She's now truly walking the path of the depraved. The fact that you are her $player.m means nothing to her, she will go all the way with you.
<<elseif $m.corruption gte 40 and $m.corruption lt 50>>Few are the things she isn't willing to sexually do. Relationships are now a thing of the past.
<<elseif $m.corruption is 50>>Anyone. Anyway. Anywhere. Anytime.<</if>>
<<if $m.corruption gte 30 and $m.love lt 20>>Even though she doesn't love you, she's still willing to have sex with you.<</if>><</nobr>>
@@.stuff;
When Kelly was 15, she met a boy named John Smith at school. John Smith was known for being a bad boy who started drinking when he was 12 years old and smoking by the time he was 14.
Kelly became enamored by his style and after some flirting they ended up dating. Unfortunately, that meant that she started going to parties with him.
In one of those parties, after a night of heavy drinking, several mistakes happened. The first one was that a friend of John's, that was a tattoo artist, convinced her that tattoos were "hot" and that it would look absolutely incredible on her. The second was that, after getting the tattoos, John and Kelly ended up having unprotected sex.
Kelly's father was livid when he had found out, and forced Kelly to break all ties with John. Kelly, having no real way to refuse, became depressed. But on that month, her menstrual cycle didn't come. Neither did it come on the next month, nor the month after. Kelly became worried and told her Mother, that her Father. Kelly was pregnant.
On the very same day, Kelly's father took his shotgun and forced John to marry her. John, shocked to find out that he would be a father, wasn't able to refuse, since his own father also forced him to marry Kelly.
While Kelly was happy in being able to reunite with John, the same couldn't be said about John. He started drinking heavily and eventually dropped out of school to work for his father, the owner of a startup.
Kelly was treated coldly by her husband, but even then she ended up having another kid when she was 20 years old and then one last one when she became 22 years old.
Kelly's husband spent most of his time at the company and, once the company became successful, ended up spending even more time traveling, rarely going back home. This led to Kelly having to single handily raise her children.
While Kelly did the best she could, she couldn't help but feel that she didn't do enough for them, especially after Anna ended up getting a tattoo, because she thought her mother's tattoo was pretty. On that day, Kelly started drinking again.
Kelly began working at her husband's company as a Sales Director. Her job allows her to work from home, only needing to attend meetings and show up at the office twice a week, usually Wednesdays and Fridays. As such, she spends most of her day at home, either cooking, cleaning, working or exercising.@@<img src="img/Anna/Anna Body.jpg">
Name: Anna Smith
Age: 18
Height: 5'3" (1.60m)
Breast Size: 32A in (81cm)
Waist Size: 24 in (61cm)
Hips Size: 32 in (81cm)
Sexual Orientation: Hetero
Current Love Level: $ys.lovelevel
Current Corruption Level: $ys.corruptionlevel
<span style="color:#DB7093;">Anna's view of you:</span> <<nobr>><<if $ys.love lt 10>>To her, you're only her $player.ys. She doesn't love you, nor does she like you. She will talk to you if she must, but she won't go out of her way to help you.
<<elseif $ys.love gte 10 and $ys.love lt 20>>To her, you're only her $player.ys. While she doesn't love you, she does like you. She will talk to you and hear you out, but don't expect her to do much to help you.
<<elseif $ys.love gte 20 and $ys.love lt 30>>To her, you're her precious $player.ys. As such, she loves you. She will talk to you and she will hear you out, she will also go out of her way to help you.
<<elseif $ys.love gte 30 and $ys.love lt 40>>To her, you're her precious $player.ys. As such, she loves you very much. She will do almost anything you ask of her, as long as its within reasonable limits.
<<elseif $ys.love gte 40 and $ys.love lt 50>>To her, you're her irreplaceable $player.ys. As such, she absolutely loves you. She will do almost anything you ask of her, even if its risky.
<<elseif $ys.love is 50>>To her, you're her everything. As such, she is crazy for you. She will do anything you ask, no matter the cost.<</if>>
<<if $ys.corruption lt 30 and $ys.love gte 20>>Even though she loves you, because you are her $player.ys, she has no romantic feelings for you.<</if>><</nobr>>
<span style="color:#8B0000;">Anna's sexual disposition:</span> <<nobr>><<if $ys.corruption lt 10>>She's as vanilla as they come. Because you are her $player.ys, she has no sexual urges towards you.
<<elseif $ys.corruption gte 10 and $ys.corruption lt 20>>She's interested in plays that are outside the norm. Even though you are her $player.ys, she still has a small amount of sexual urges towards you, but only enough to tease you.
<<elseif $ys.corruption gte 20 and $ys.corruption lt 30>>She's quite a deviant. Even though you are her $player.ys, she gets sexually excited by teasing you, though she won't go all the way with you.
<<elseif $ys.corruption gte 30 and $ys.corruption lt 40>>She's now truly walking the path of the depraved. The fact that you are her $player.ys means nothing to her, she will go all the way with you.
<<elseif $ys.corruption gte 40 and $ys.corruption lt 50>>Few are the things she isn't willing to sexually do. Relationships are now a thing of the past.
<<elseif $ys.corruption is 50>>Anyone. Anyway. Anywhere. Anytime.<</if>>
<<if $ys.corruption gte 30 and $ys.love lt 20>>Even though she doesn't love you, she's still willing to have sex with you.<</if>><</nobr>>
@@.stuff;
Anna has always been a girl that's been in love with the concept of beauty. Anything that Anna deems to be beautiful, she will instantly want for herself, much to the dismay of Kelly.
Anna's father wanted her to grow up to be a reserved lady, unlike Sarah, so he had her frequent an all girls school notorious for teaching the daughters of the rich and powerful. While Anna didn't mind, this caused her to become sheltered.
Anna always thought her mom's tattoo was beautiful, but she was always too young to get one herself and when she asked her mother, she ended up getting scolded instead. Had Kelly known how hard headed Anna was, she would probably had relented and gotten a very small, very hidden tattoo for her.
On Anna's 16th birthday, she went to a hidden tattoo store and asked for a single tattoo, one that could be displayed on her shoulder, just like her mother. Anna chose the Rose. Anna didn't realize that this was a very sketchy tattoo artist, willing to do a tattoo on a minor.
Once her first tattoo was finished, the artist offered another tattoo, but Anna didn't have enough for more. The artist told her not to worry, that they could settle it in a different way. Anna, being innocent, accepted the deal and got another one. He recommended a more complex one with color, on her hip. He was even able to convince her that she had to take off her pants in order for him to work.
After a few hours had passed and the job was finished, Anna was excited looking at her new tattoo, not aware of the dark intentions of the tattoo artist. But before he could even do anything, Kelly and $player.name barged in and rescued her. When the artist told Kelly that she had yet to pay for the new tattoo, Kelly told him that he could either take the loss or she would just call the cops. On that day, Anna was grounded for months.
Anna usually goes out with her friends on Tuesdays and Thursdays.@@<img src="img/Sarah/Sarah Body.jpg">
Name: Sarah Smith
Age: 24
Height: 5'5" (1.65m)
Breast Size: 33C in (86cm)
Waist Size: 24 in (61cm)
Hips Size: 35 in (89cm)
Sexual Orientation: Hetero
Current Love Level: $os.lovelevel
Current Corruption Level: $os.corruptionlevel
<span style="color:#DB7093;">Sarah's view of you:</span> <<nobr>><<if $os.love lt 10>>To her, you're only her $player.os. She doesn't love you, nor does she like you. She will talk to you if she must, but she won't go out of her way to help you.
<<elseif $os.love gte 10 and $os.love lt 20>>To her, you're only her $player.os. While she doesn't love you, she does like you. She will talk to you and hear you out, but don't expect her to do much to help you.
<<elseif $os.love gte 20 and $os.love lt 30>>To her, you're her precious $player.os. As such, she loves you. She will talk to you and she will hear you out, she will also go out of her way to help you.
<<elseif $os.love gte 30 and $os.love lt 40>>To her, you're her precious $player.os. As such, she loves you very much. She will do almost anything you ask of her, as long as its within reasonable limits.
<<elseif $os.love gte 40 and $os.love lt 50>>To her, you're her irreplaceable $player.os. As such, she absolutely loves you. She will do almost anything you ask of her, even if its risky.
<<elseif $os.love is 50>>To her, you're her everything. As such, she is crazy for you. She will do anything you ask, no matter the cost.<</if>>
<<if $os.corruption lt 30 and $os.love gte 20>>Even though she loves you, because you are her $player.os, she has no romantic feelings for you.<</if>><</nobr>>
<span style="color:#8B0000;">Sarah's sexual disposition:</span> <<nobr>><<if $os.corruption lt 10>>She's as vanilla as they come. Because you are her $player.os, she has no sexual urges towards you.
<<elseif $os.corruption gte 10 and $os.corruption lt 20>>She's interested in plays that are outside the norm. Even though you are her $player.os, she still has a small amount of sexual urges towards you, but only enough to tease you.
<<elseif $os.corruption gte 20 and $os.corruption lt 30>>She's quite a deviant. Even though you are her $player.os, she gets sexually excited by teasing you, though she won't go all the way with you.
<<elseif $os.corruption gte 30 and $os.corruption lt 40>>She's now truly walking the path of the depraved. The fact that you are her $player.os means nothing to her, she will go all the way with you.
<<elseif $os.corruption gte 40 and $os.corruption lt 50>>Few are the things she isn't willing to sexually do. Relationships are now a thing of the past.
<<elseif $os.corruption is 50>>Anyone. Anyway. Anywhere. Anytime.<</if>>
<<if $os.corruption gte 30 and $os.love lt 20>>Even though she doesn't love you, she's still willing to have sex with you.<</if>><</nobr>>
@@.stuff;
Sarah was Kelly's first born, unfortunately that meant that she was born from a mother that wasn't even an adult yet and a father that was an alcoholic. While Kelly tried her best to raise the girl, it still proved too much for her to handle, especially after she had two more children.
Growing up, Sarah was responsible for helping to take care of her siblings. While at first she was fine with it, as she became older she started to resent the fact that she had to spend so much time taking care of them. At the age of 13 she started to rebel against her family, wanting to spend more time with her friends.
One day when she was 16 years old, her mother had to join her father to meet a client, taking Anna with her, and she wouldn't get back home until the evening of the next day. On that day, Sarah called all her friends to have a party. Her only issue was that $player.name was going to be present, so she had him stay in his bedroom until the party was over.
After a lot of drinking, Sarah ended up becoming very intoxicated and was escorted back to her bedroom by guy. Once in the bedroom, the guy started to take advantage of the situation, but Sarah wasn't completely wasted and started to fight back. Unfortunately she was too drunk to be able to put up any kind of meaningful resistance, while the guy forcefully removed her clothes are fondled her.
Resigned to the fate that she would be raped, she started to sob. Has the guy started to undo his own pants, $player.name came into the bedroom, wanting to know what the commotion was all about. Upon seeing this guy holding down a sobbing Sarah, $player.name demanded he let her go, but being only 12 years old meant that he wasn't strong enough to forcefully stop him, but he tried even then.
The guy became angry at $player.name and punched him in the face, causing him to hit his head against the door. This rendered $player.name unconscious. Seeing $player.name laying on the floor, the guy paniced and ran away. Sarah, becoming a bit more sober from shock, checked to see if $player.name was fine. After a couple of minutes $player.name woke up and Sarah become very attached to him.
This lasted for a few years, until $player.name became 17 years old. It was at this point that Sarah started feeling something in her, something that she shouldn't be feeling. Not knowing how to act, she started to bully $player.name instead, causing a riff in their relationship. To take her mind off of it, she started going to parties again.@@<img src="img/Linda/Linda Body.jpg">
Name: Linda Streider
Age: 33
Height: 5'5" (1.65m)
Breast Size: 31C in (79cm)
Waist Size: 22 in (56cm)
Hips Size: 31 in (79cm)
Sexual Orientation: Bisexual
Current Love Level: $teacher.lovelevel
Current Corruption Level: $teacher.corruptionlevel
<span style="color:#DB7093;">Linda's view of you:</span> <<nobr>><<if $teacher.love lt 10>> To her, you are only her student. She doesn't love you, nor does she like you. She will talk to you if she must, but she won't go out of her way to help you.
<<elseif $teacher.love gte 10 and $teacher.love lt 20>> To her, you are her precious student. While she doesn't love you, she does like you. She will talk to you and hear you out, but don't expect her to do much to help you.
<<elseif $teacher.love gte 20 and $teacher.love lt 30>> To her, you are her irreplaceable student. As such, she loves you. She will talk to you and she will hear you out, she will also go out of her way to help you.
<<elseif $teacher.love gte 30 and $teacher.love lt 40>> She loves you very much. She will do almost anything you ask of her, as long as its within reasonable limits.
<<elseif $teacher.love gte 40 and $teacher.love lt 50>> She absolutely loves you. She will do almost anything you ask of her, even if its risky.
<<elseif $teacher.love is 50>>To her, you are her everything. As such, she is crazy for you. She will do anything you ask, no matter the cost.<</if>>
<<if $teacher.corruption lt 20 and $teacher.love gte 20>>Even though she loves you, because you are her student, she feels that she can't have a relationship with you.<</if>><</nobr>>
<span style="color:#8B0000;">Linda's sexual disposition:</span> <<nobr>><<if $teacher.corruption lt 10>> She's as vanilla as they come.
<<elseif $teacher.corruption gte 10 and $teacher.corruption lt 20>> She's interested in plays that are outside the norm.
<<elseif $teacher.corruption gte 20 and $teacher.corruption lt 30>> She's quite a deviant.
<<elseif $teacher.corruption gte 30 and $teacher.corruption lt 40>> She's now truly walking the path of the depraved.
<<elseif $teacher.corruption gte 40 and $teacher.corruption lt 50>> Few are the things she isn't willing to sexually do.
<<elseif $teacher.corruption is 50>>Anyone. Anyway. Anywhere. Anytime.<</if>>
<<if $teacher.love gte 20 and $teacher.corruption lt 10>>Even though she loves you, because you are her student, she's not willing to have sex with you, but she's willing to tease you.
<<elseif $teacher.love gte 20 and $teacher.corruption gte 10 and $teacher.corruption lt 20>>Even though she loves you, because you are her student, she's not willing to have sex with you, but she's willing to compromise.
<<elseif $teacher.love gte 20 and $teacher.corruption gte 20 and $teacher.corruption lt 30>> Even though you are her student, she loves you enough to risk having sex with you.
<<elseif $teacher.love gte 10 and $teacher.love lt 20 and $teacher.corruption gte 10 and $teacher.corruption lt 20>> Even though you are her student, she's still feels the need to tease you.
<<elseif $teacher.love gte 10 and $teacher.love lt 20 and $teacher.corruption gte 20 and $teacher.corruption lt 30>>Even though you are her student, she's still willing to compromise, but won't have sex with you.
<<elseif $teacher.corruption gte 30 and $teacher.love lt 20>>Even though she doesn't love you, she's still willing to have sex with you.<</if>><</nobr>>
@@.stuff;
Under construction.@@<img src="img/Rachel/Rachel Body.jpg">
Name: Rachel Glass
Age: 20
Height: 5'4" (1.63m)
Breast Size: 33A in (84cm)
Waist Size: 25 in (63cm)
Hips Size: 36 in (91cm)
Sexual Orientation: Hetero
Current Love Level: $student.lovelevel
Current Corruption Level: $student.corruptionlevel
<span style="color:#DB7093;">Rachel's view of you:</span> <<nobr>><<if $student.love lt 10>> To her, you are only her classmate. She doesn't love you, nor does she like you. She will talk to you if she must, but she won't go out of her way to help you.
<<elseif $student.love gte 10 and $student.love lt 20>> To her, you are her precious classmate. While she doesn't love you, she does like you. She will talk to you and hear you out, but don't expect her to do much to help you.
<<elseif $student.love gte 20 and $student.love lt 30>> She loves you. She will talk to you and she will hear you out, she will also go out of her way to help you.
<<elseif $student.love gte 30 and $student.love lt 40>> She loves you very much. She will do almost anything you ask of her, as long as its within reasonable limits.
<<elseif $student.love gte 40 and $student.love lt 50>> She absolutely loves you. She will do almost anything you ask of her, even if its risky.
<<elseif $student.love is 50>>To her, you are her everything. As such, she is crazy for you. She will do anything you ask, no matter the cost.<</if>><</nobr>>
<span style="color:#8B0000;">Rachel's sexual disposition:</span> <<nobr>><<if $student.corruption lt 10>> She's as vanilla as they come.
<<elseif $student.corruption gte 10 and $student.corruption lt 20>> She's interested in plays that are outside the norm.
<<elseif $student.corruption gte 20 and $student.corruption lt 30>> She's quite a deviant.
<<elseif $student.corruption gte 30 and $student.corruption lt 40>> She's now truly walking the path of the depraved.
<<elseif $student.corruption gte 40 and $student.corruption lt 50>> Few are the things she isn't willing to sexually do.
<<elseif $student.corruption is 50>>Anyone. Anyway. Anywhere. Anytime.<</if>>
<<if $m.love gte 10 and $m.love lt 20 and $m.corruption gte 10 and $.corruption lt 20>>Even though she doesn't love you, she wants to tease you.
<<elseif $m.love gte 10 and $m.love lt 20 and $m.corruption gte 20 and $.corruption lt 30>>Even though she doesn't love you, she will compromise, but won't have sex.
<<elseif $m.corruption gte 30 and $m.love lt 20>>Even though she doesn't love you, she's still willing to have sex with you.<</if>><</nobr>>
@@.stuff;
Under construction.@@<img src="img/Vanessa/Vanessa Body.jpg">
Name: Vanessa Parker
Age: 22
Height: 5'7" (1.70m)
Breast Size: 32C in (81cm)
Waist Size: 24 in (61cm)
Hips Size: 32 in (81cm)
Sexual Orientation: Bisexual
Current Love Level: $senior.lovelevel
Current Corruption Level: $senior.corruptionlevel
<span style="color:#DB7093;">Vanessa's view of you:</span> <<nobr>><<if $senior.love lt 10>> To her, you are only her junior classmate. She doesn't love you, nor does she like you. She will talk to you if she must, but she won't go out of her way to help you.
<<elseif $senior.love gte 10 and $senior.love lt 20>> To her, you are her precious junior classmate. While she doesn't love you, she does like you. She will talk to you and hear you out, but don't expect her to do much to help you.
<<elseif $senior.love gte 20 and $senior.love lt 30>> She loves you. She will talk to you and she will hear you out, she will also go out of her way to help you.
<<elseif $senior.love gte 30 and $senior.love lt 40>> She loves you very much. She will do almost anything you ask of her, as long as its within reasonable limits.
<<elseif $senior.love gte 40 and $senior.love lt 50>> She absolutely loves you. She will do almost anything you ask of her, even if its risky.
<<elseif $senior.love is 50>>To her, you are her everything. As such, she is crazy for you. She will do anything you ask, no matter the cost.<</if>><</nobr>>
<span style="color:#8B0000;">Vanessa's sexual disposition:</span> <<nobr>><<if $senior.corruption lt 10>> She's as vanilla as they come.
<<elseif $senior.corruption gte 10 and $senior.corruption lt 20>> She's interested in plays that are outside the norm.
<<elseif $senior.corruption gte 20 and $senior.corruption lt 30>> She's quite a deviant.
<<elseif $senior.corruption gte 30 and $senior.corruption lt 40>> She's now truly walking the path of the depraved.
<<elseif $senior.corruption gte 40 and $senior.corruption lt 50>> Few are the things she isn't willing to sexually do.
<<elseif $senior.corruption is 50>>Anyone. Anyway. Anywhere. Anytime.<</if>>
<<if $m.love gte 10 and $m.love lt 20 and $m.corruption gte 10 and $.corruption lt 20>>Even though she doesn't love you, she wants to tease you.
<<elseif $m.love gte 10 and $m.love lt 20 and $m.corruption gte 20 and $.corruption lt 30>>Even though she doesn't love you, she will compromise, but won't have sex.
<<elseif $m.corruption gte 30 and $m.love lt 20>>Even though she doesn't love you, she's still willing to have sex with you.<</if>><</nobr>>
@@.stuff;
Under construction.@@<img src="img/Pravitas/Pravitas Body.jpg">
Name: Pravitas
Age: Unknown
Height: 5'2" (1.57m)
Breast Size: 31C in (79cm)
Waist Size: 22 in (56cm)
Hips Size: 31 in (79cm)
Sexual Orientation: Unkown
Current Level: $pravitas.level
<span style="color:#DB7093;">Pravitas' view of you:</span> You are too weak to grasp her view of you.
<span style="color:#8B0000;">Pravitas' sexual disposition:</span> You are too weak to grasp her sexual urge towards you.
@@.stuff;
Unkown.@@<<if $m.corruptionlevel gte 1>><<btnLink "Remember your time with Kelly" "Kelly Events">>
<</if>>
<<if $os.lovelevel gte 2>><<btnLink "Remember your time with Sarah" "Sarah Events">>
<</if>>
<<if $ys.lovelevel gte 2>><<btnLink "Remember your time with Anna" "Anna Events">>
<</if>>
<<if $teacher.lovelevel gte 2>><<btnLink "Remember your time with Linda" "Linda Events">>
<</if>>
<<if $student.corruptionlevel gte 1>><<btnLink "Remember your time with Rachel" "Rachel Events">>
<</if>>
<<if $senior.lovelevel gte 2>><<btnLink "Remember your time with Vanessa" "Vanessa Events">>
<</if>>
<<if $corruptionevent is 1>><<btnLink "Remember your time with Pravitas" "Pravitas Events">>
<</if>>
<<btnLink "Play something instead" "Video Games">>
<<btnLink "Change how you refer to others" "Change Names">>
<<btnLink "Leave" "Start">><<if $player.intelligence lt 10>>
<img src="img/Other/Coding1.gif">
So much work for only 15 bucks...
[[Finish work|Start][$player.money += 15;$time.passTime(2)]]
<<elseif $player.intelligence lt 20>>
<img src="img/Other/Coding2.gif">
I'm getting better at this! Made 25 bucks in a few hours!
[[Finish work|Start][$player.money += 25;$time.passTime(2)]]
<<elseif $player.intelligence lt 30>>
<img src="img/Other/Coding3.gif">
This is quite easy for me now. Got payed 40 bucks for this.
[[Finish work|Start][$player.money += 40;$time.passTime(2)]]
<</if>><<widget "MinMaxStats">>
<!--=========================Player Corruption======================-->
<<if $player.corruptionlevel is 0>>
<<if $player.corruption >= 9>>
<<set $player.corruption = 9>>
<</if>>
<<elseif $player.corruptionlevel is 1>>
<<if $player.corruption >= 19>>
<<set $player.corruption = 19>>
<</if>>
<<elseif $player.corruptionlevel is 2>>
<<if $player.corruption >= 29>>
<<set $player.corruption = 29>>
<</if>>
<</if>>
<!--=========================Player Stats===========================-->
<<if $pravitas.level is 1>>
<<if $player.fitness >= 10>>
<<set $player.fitness = 10>>
<</if>>
<<if $player.charm >= 10>>
<<set $player.charm = 10>>
<</if>>
<<if $player.intelligence >= 10>>
<<set $player.intelligence = 10>>
<</if>>
<<elseif $pravitas.level is 2>>
<<if $player.fitness >= 20>>
<<set $player.fitness = 20>>
<</if>>
<<if $player.charm >= 20>>
<<set $player.charm = 20>>
<</if>>
<<if $player.intelligence >= 20>>
<<set $player.intelligence = 20>>
<</if>>
<</if>>
<!--=========================M Love=================================-->
<<if $m.lovelevel is 2>>
<<if $m.love >= 29>>
<<set $m.love = 29>>
<</if>>
<</if>>
<!--=========================M Corruption===========================-->
<<if $m.corruptionlevel is 0>>
<<if $m.corruption >= 9>>
<<set $m.corruption = 9>>
<</if>>
<<elseif $m.corruptionlevel is 1>>
<<if $m.corruption >= 19>>
<<set $m.corruption = 19>>
<</if>>
<<elseif $m.corruptionlevel is 2>>
<<if $m.corruption >= 29>>
<<set $m.corruption = 29>>
<</if>>
<</if>>
<!--=========================YS Love================================-->
<<if $ys.lovelevel is 1>>
<<if $ys.love >= 19>>
<<set $ys.love = 19>>
<</if>>
<<elseif $ys.lovelevel is 2>>
<<if $ys.love >= 29>>
<<set $ys.love = 29>>
<</if>>
<</if>>
<!--=========================YS Corruption==========================-->
<<if $ys.corruptionlevel is 0>>
<<if $ys.corruption >= 9>>
<<set $ys.corruption = 9>>
<</if>>
<<elseif $ys.corruptionlevel is 1>>
<<if $ys.corruption >= 19>>
<<set $ys.corruption = 19>>
<</if>>
<<elseif $ys.corruptionlevel is 2>>
<<if $ys.corruption >= 29>>
<<set $ys.corruption = 29>>
<</if>>
<</if>>
<!--=========================OS Love================================-->
<<if $os.lovelevel is 0>>
<<if $os.love >= 9>>
<<set $os.love = 9>>
<</if>>
<<elseif $os.lovelevel is 1>>
<<if $os.love >= 19>>
<<set $os.love = 19>>
<</if>>
<<elseif $os.lovelevel is 2>>
<<if $os.love >= 29>>
<<set $os.love = 29>>
<</if>>
<</if>>
<!--=========================OS Corruption==========================-->
<<if $os.corruptionlevel is 1>>
<<if $os.corruption >= 19>>
<<set $os.corruption = 19>>
<</if>>
<<elseif $os.corruptionlevel is 2>>
<<if $os.corruption >= 29>>
<<set $os.corruption = 29>>
<</if>>
<</if>>
<!--=========================Teacher Love===========================-->
<<if $teacher.lovelevel is 0>>
<<if $teacher.love >= 9>>
<<set $teacher.love = 9>>
<</if>>
<<elseif $teacher.lovelevel is 1>>
<<if $teacher.love >= 19>>
<<set $teacher.love = 19>>
<</if>>
<<elseif $teacher.lovelevel is 2>>
<<if $teacher.love >= 29>>
<<set $teacher.love = 29>>
<</if>>
<</if>>
<!--=========================Teacher Corruption=====================-->
<<if $teacher.corruptionlevel is 1>>
<<if $teacher.corruption >= 19>>
<<set $teacher.corruption = 19>>
<</if>>
<</if>>
<!--=========================Student Love===========================-->
<<if $student.lovelevel is 0>>
<<if $student.love >= 9>>
<<set $student.love = 9>>
<</if>>
<<elseif $student.lovelevel is 1>>
<<if $student.love >= 19>>
<<set $student.love = 19>>
<</if>>
<<elseif $student.lovelevel is 2>>
<<if $student.love >= 29>>
<<set $student.love = 29>>
<</if>>
<</if>>
<!--=========================Student Corruption=====================-->
<<if $student.corruptionlevel is 0>>
<<if $student.corruption >= 9>>
<<set $student.corruption = 9>>
<</if>>
<<elseif $student.corruptionlevel is 1>>
<<if $student.corruption >= 19>>
<<set $student.corruption = 19>>
<</if>>
<<elseif $student.corruptionlevel is 2>>
<<if $student.corruption >= 29>>
<<set $student.corruption = 29>>
<</if>>
<</if>>
<!--=========================Senior Love===========================-->
<<if $senior.lovelevel is 1>>
<<if $senior.love >= 19>>
<<set $senior.love = 19>>
<</if>>
<</if>>
<!--=========================Senior Corruption=====================-->
<<if $senior.corruptionlevel is 1>>
<<if $senior.corruption >= 19>>
<<set $senior.corruption = 19>>
<</if>>
<</if>>
<</widget>>
<<widget "UpdateSide">>
<<silently>>
<<replace "#story-caption">>
<<display "StoryCaption">>
<</replace>>
<</silently>>
<</widget>>
<<widget "scrollTop">>
<<timed 0s>>
<<run $("html, body").stop().animate({ scrollTop: 0 }, 0)>>
<</timed>>
<</widget>>
<<widget "btnLink">>
<<if $args[0]>>
<<if not isString($args[0])>>
@@.btnUI;<<button $args[0]>>
<<silently>>
<<if $args.length > 1>>
<<for _i = 1; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<<else>>
@@.btnUI;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</if>>
<</widget>>
<<widget "Dash">>
<<if $args[0].length > 0>>
- @@$args[0]@@
<</if>>
<</widget>>
<<widget "UpdateQuests">>
<!--=========================Kelly's Quests=========================-->
<<if $m.corruptionlevel is 0>>
<<set $kcorruption = 1>>
<<elseif $m.corruptionlevel is 1>>
<<set $kcorruption = 2>>
<<elseif $m.corruptionlevel is 2>>
<<set $kcorruption = 0>>
<</if>>
<!--=========================Anna's Quests==========================-->
<<if $ys.lovelevel is 1>>
<<set $alove = 1>>
<<elseif $ys.lovelevel is 2>>
<<set $alove = 0>>
<</if>>
<<if $ys.corruptionlevel is 0>>
<<set $acorruption = 1>>
<<elseif $ys.corruptionlevel is 1>>
<<set $acorruption = 2>>
<<elseif $ys.corruptionlevel is 2>>
<<set $acorruption = 0>>
<</if>>
<!--=========================Sarah's Quests=========================-->
<<if $os.lovelevel is 0>>
<<set $slove = 1>>
<<elseif $os.lovelevel is 1>>
<<set $slove = 2>>
<<elseif $os.lovelevel is 2>>
<<set $slove = 0>>
<</if>>
<<if $os.lovelevel is 2 and $os.corruptionlevel is 1>>
<<set $scorruption = 1>>
<<elseif $os.corruptionlevel is 2>>
<<set $scorruption = 0>>
<</if>>
<!--=========================Linda's Quests=========================-->
<<if $teacher.lovelevel is 0>>
<<set $llove = 1>>
<<elseif $teacher.lovelevel is 1>>
<<set $llove = 0>>
<</if>>
<!--=========================Rachel's Quests========================-->
<<if $student.lovelevel is 0>>
<<set $rlove = 1>>
<<elseif $student.lovelevel is 1>>
<<set $rlove = 2>>
<<elseif $student.lovelevel is 2>>
<<set $rlove = 0>>
<</if>>
<<if $student.corruptionlevel is 0>>
<<set $rcorruption = 1>>
<<elseif $student.corruptionlevel is 1>>
<<set $rcorruption = 0>>
<</if>>
<!--=========================Vanessa's Quests=======================-->
<!--=========================Pravitas' Quests=======================-->
<<if $pravitas.level is 1>>
<<set $plevel = 1>>
<<elseif $pravitas.level is 2>>
<<set $plevel = 0>>
<</if>>
<</widget>>
<<if $time.cDay == 7>>
<<set $time.cDay=0>>
<<set $time.dat="Sunday">>
<</if>>
<<MinMaxStats>>
<<UpdateSide>>
<<UpdateQuests>>Name: Kelly Smith
Age: 40
Height: 5'5" (1.65m)
Breast Size: 34E in (86cm)
Waist Size: 24 in (61cm)
Hips Size: 36 in (91cm)
Sexual Orientation: Hetero
<span style="color:#DB7093;">Kelly's view of you:</span> To her, you are her $player.m and as such she holds no kind of romantic view of you. While she does love you, she will only treat you as family.
<span style="color:#8B0000;">Kelly's sexual urge towards you:</span> To her, you are her $player.m and as such she hold no kind of sexual urge towards you. She doesn't have any kind of depravity.
$m.love
$m.corruption
<<if $m.love lt 5>>She doesn't love, nor does she like you.<</if>>
<<if $m.love gte 5 and $m.love lt 10>>She doesn't love you, but she does like you.<</if>>
<<if $m.love gte 10 and $m.love lt 15>>She loves you.<</if>>
<<if $m.love gte 15 and $m.love lt 20>>She loves very much you.<</if>>
<<if $m.love is 20>>She absolutely loves you.<</if>>
[[Increase Love|Testing If][$m.love += 5]]
[[Decrease Love|Testing If][$m.love -= 5]]Name: Kelly Smith
Age: 40
Height: 5'5" (1.65m)
Breast Size: 34E in (86cm)
Waist Size: 24 in (61cm)
Hips Size: 36 in (91cm)
Sexual Orientation: Hetero
<span style="color:#DB7093;">Kelly's view of you:</span> To her, you are her $player.m and as such she holds no kind of romantic view of you. While she does love you, she will only treat you as family.
<span style="color:#8B0000;">Kelly's sexual urge towards you:</span> To her, you are her $player.m and as such she hold no kind of sexual urge towards you. She doesn't have any kind of depravity.
$m.love
$m.corruption
<<nobr>><<if $m.love lt 5>>She doesn't love, nor does she like you.
<<elseif $m.love gte 5 and $m.love lt 10>>She doesn't love you, but she does like you.
<<elseif $m.love gte 10 and $m.love lt 15>>She loves you.
<<elseif $m.love gte 15 and $m.love lt 20>>She loves very much you.
<<elseif $m.love is 20>>She absolutely loves you.<</if>><</nobr>>
[[Increase Love|Testing Else][$m.love += 5]]
[[Decrease Love|Testing Else][$m.love -= 5]]Testing Event
<<if $event is 1>>
<<set $event = 0>>
<<set _rand = random(4)>>
<<if _rand == 1>>
<<include "Random Event 1">>
<<elseif _rand == 2>>
<<include "Random Event 2">>
<<elseif _rand == 3>>
<<include "Random Event 3">>
<<else>>
<<include "No Event">>
<</if>>
<</if>>
[[Refresh|Testing Random Event]]
[[Refresh with Event|Testing Random Event][$event = 1]]
<If I want to force an event, use goto instead of include>Name: Kelly Smith
Age: 40
Height: 5'5" (1.65m)
Breast Size: 34E in (86cm)
Waist Size: 24 in (61cm)
Hips Size: 36 in (91cm)
Sexual Orientation: Hetero
<span style="color:#DB7093;">Linda's view of you:</span> <<nobr>><<if $m.love lt 5>> To her, you are only her student. She doesn't love you, nor does she like you. She will talk to you if she must, but she won't go out of her way to help you.
<<elseif $m.love gte 5 and $m.love lt 10>> To her, you are her precious student. While she doesn't love you, she does like you. She will talk to you and hear you out, but don't expect her to do much to help you.
<<elseif $m.love gte 10 and $m.love lt 15>> To her, you are her irreplaceable student. As such, she loves you. She will talk to you and she will hear you out, she will also go out of her way to help you.
<<elseif $m.love gte 15 and $m.love lt 20>> She loves you very much. She will do almost anything you ask of her, as long as its within reasonable limits.
<<elseif $m.love gte 20 and $m.love lt 25>> She absolutely loves you. She will do almost anything you ask of her, even if its risky.
<<elseif $m.love is 25>>To her, you are her everything. As such, she is crazy for you. She will do anything you ask, no matter the cost.<</if>>
<<if $m.corruption lt 10 and $m.love gte 10>>Even though she loves you, because you are her student, she has no romantic feelings for you.<</if>><</nobr>>
<span style="color:#8B0000;">Linda's sexual disposition:</span> <<nobr>><<if $m.corruption lt 5>> She's as vanilla as they come.
<<elseif $m.corruption gte 5 and $m.corruption lt 10>> She's interested in plays that are outside the norm.
<<elseif $m.corruption gte 10 and $m.corruption lt 15>> She's quite a deviant.
<<elseif $m.corruption gte 15 and $m.corruption lt 20>> She's now truly walking the path of the depraved.
<<elseif $m.corruption gte 20 and $m.corruption lt 25>> Few are the things she isn't willing to sexually do.
<<elseif $m.corruption is 25>>Anyone. Anyway. Anywhere. Anytime.<</if>>
<<if $m.love gte 10 and $m.corruption lt 5>>Even though she loves you, because you are her student, she's not willing to have sex with you, but she's willing to tease you.
<<elseif $m.love gte 10 and $m.corruption gte 5 and $m.corruption lt 10>>Even though she loves you, because you are her student, she's not willing to have sex with you, but she's willing to compromise.
<<elseif $m.love gte 10 and $m.corruption gte 10 and $m.corruption lt 15>> Even though you are her student, she loves you enough to risk having sex with you.
<<elseif $m.love gte 5 and $m.love lt 10 and $m.corruption gte 5 and $m.corruption lt 10>> Even though you are her student, she's still feels the need to tease you.
<<elseif $m.love gte 5 and $m.love lt 10 and $m.corruption gte 10 and $m.corruption lt 15>>Even though you are her student, she's still willing to compromise, but won't have sex with you.
<<elseif $m.corruption gte 15 and $m.love lt 10>>Even though she doesn't love you, she's still willing to have sex with you.<</if>><</nobr>>
$m.love
$m.corruption
[[Increase Love|Testing Kelly][$m.love += 5]]
[[Decrease Love|Testing Kelly][$m.love -= 5]]
[[Increase Corruption|Testing Kelly][$m.corruption += 5]]
[[Decrease Corruption|Testing Kelly][$m.corruption -= 5]]Family Love
0-4: To her, you are only her $player.m. She doesn't love you, nor does she like you. She will talk to you if she must, but she won't go out of her way to help you.
5-9: To her, you are only her $player.m. While she doesn't love you, she does like you. She will talk to you and hear you out, but don't expect her to do much to help you.
10-14: To her, you are her precious $player.m. As such, she loves you. She will talk to you and she will hear you out, she will also go out of her way to help you.
15-19: To her, you are her precious $player.m. As such, she loves you very much. She will do almost anything you ask of her, as long as its within reasonable limits.
20-24: To her, you are her irreplaceable $player.m. As such, she absolutely loves you. She will do almost anything you ask of her, even if its risky.
25: To her, you are her everything. As such, she is crazy for you. She will do anything you ask, no matter the cost.
If Love > 9 and Corruption < 15: Even though she loves you, because you are her $player.m, she has no romantic feelings for you.
Family Corruption
0-4: She's as vanilla as they come. Because you are her $player.m, she has no sexual urge towards you.
5-9: She's interested in plays that are outside the norm. Even though you are her $player.m, she still has a small amount of sexual urge towards you, but only enough to tease you.
10-14: She's quite a deviant. Even though you are her $player.m, she gets sexually excited by teasing you, though she won't go all the way with you.
15-19: She's now truly walking the path of the depraved. The fact that you are her $player.m means nothing to her, she will go all the way with you.
20-24: Few are the things she isn't willing to sexually do. Relationships are now a thing of the past.
25: Anyone. Anyway. Anywhere. Anytime.
If Love < 9 and Corruption > 15: Even though she doesn't love you, she's still willing to have sex with you.
Teacher Love
0-4: To her, you are only her $player.m. She doesn't love you, nor does she like you. She will talk to you if she must, but she won't go out of her way to help you.
5-9: To her, you are her precious $player.m. While she doesn't love you, she does like you. She will talk to you and hear you out, but don't expect her to do much to help you.
10-14: To her, you are her irreplaceable $player.m. As such, she loves you. She will talk to you and she will hear you out, she will also go out of her way to help you.
15-19: She loves you very much. She will do almost anything you ask of her, as long as its within reasonable limits.
20-24: She absolutely loves you. She will do almost anything you ask of her, even if its risky.
25: To her, you are her everything. As such, she is crazy for you. She will do anything you ask, no matter the cost.
If Love > 9 and Corruption < 10: Even though she loves you, because you are her $player.m, she has no romantic feelings for you.
Teacher Corruption
0-4: She's as vanilla as they come.
5-9: She's interested in plays that are outside the norm.
10-14: She's quite a deviant.
15-19: She's now truly walking the path of the depraved.
20-24: Few are the things she isn't willing to sexually do.
25: Anyone. Anyway. Anywhere. Anytime.
If Love > 5 but < 10 and Corruption > 5 but < 10: Even though you are her student, she's still feels the need to tease you.
If Love > 5 but < 10 and Corruption > 10 but < 15: Even though you are her student, she's still willing to compromise, but won't have sex with you.
If Love > 10 and Corruption < 5: Even though she loves you, because you are her student, she's not willing to have sex with you, but she's willing to tease you.
If Love > 10 and Corruption > 4 but < 10: Even though she loves you, because you are her student, she's not willing to have sex with you, but she's willing to compromise.
If Love > 10 and Corruption > 9 but <15: Even though you are her student, she loves you enough to risk having sex with you.
If Love < 9 and Corruption > 15: Even though she doesn't love you, she's still willing to have sex with you.
Normal Love
0-4: To her, you are only her $player.m. She doesn't love you, nor does she like you. She will talk to you if she must, but she won't go out of her way to help you.
5-9: To her, you are her precious $player.m. While she doesn't love you, she does like you. She will talk to you and hear you out, but don't expect her to do much to help you.
10-14: She loves you. She will talk to you and she will hear you out, she will also go out of her way to help you.
15-19: She loves you very much. She will do almost anything you ask of her, as long as its within reasonable limits.
20-24: She absolutely loves you. She will do almost anything you ask of her, even if its risky.
25: To her, you are her everything. As such, she is crazy for you. She will do anything you ask, no matter the cost.
Normal Corruption
0-4: She's as vanilla as they come.
5-9: She's interested in plays that are outside the norm.
10-14: She's quite a deviant.
15-19: She's now truly walking the path of the depraved.
20-24: Few are the things she isn't willing to sexually do.
25: Anyone. Anyway. Anywhere. Anytime.
If Love > 5 but < 10 and Corruption > 5 but < 10. Even though she doesn't love you, she wants to tease you.
If Love > 5 but < 10 and Corruption > 10 but < 15. Even though she doesn't love you, she will compromise, but won't have sex.
If Love < 9 but Corruption > 15. Even though she doesn't love you, she's still willing to have sex with you. This is random event 1This is random event 2This is random event 3No Event<<set $event = 1>>
[[Go to Events|Testing Random Event]]<<widget "NewDay">>
<<run $time.newDay()>>
<<set $eggsandbacon = 0>>
<</widget>><<ctp "PravitasFate">>
<img src="img/Pravitas/Pravitas Angry.jpg">
As your mind begins to clear and you notice your surroundings, you find yourself in a house. You look at Pravitas and she seems angry. There are also some sex toys behind her. Those don't seem to look like they would be used on her.
@@.emote;
Pravitas glares at you@@
@@.you;
Hey Pravitas... What's up?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What's up? WHAT'S UP?! Do you have ANY idea of what danger you are in right now?! It's been almost a week since I've merged with you and you are no closer to having sex than you were before interacting with me!@@
You can't help but scratch your head in embarrassment. You were never sexually proactive in the first place, so it's not unexpected that it didn't come that easy.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Do I have to remind you that I need hormones released during sexual encounters in order for me to recover my strength? Do I have to remind you that if I DON'T recover, I will eventually die? Do I have to remind you that if I die, YOU will die?!@@
@@.you;
I mean... It's easier said than done...@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Easier said than done?! Didn't you already fuck that girl? What was her name... Vanessa! Why aren't you fucking her on daily basis!@@
You don't want to tell her that you lack the guts to try to push forward with her.
@@.emote;
Pravita sighs and composes herself@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Listen $player.name. You will need to get over yourself. I've made sure to retract my powers from you when you made a pact with me. I thought that you would be more than capable, as a fairly handsome young man...@@
//''This doesn't bode well...''//
@@.emote;
Pravitas stares at you and then shrugs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Well, I guess it was my fault for trusting you.@@
You feel like your mind is starting to get muddled.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I've should have done this from the start...@@
@@.emote;
Pravitas pushes you down@@
You find it hard to resist her. You fall back onto the stairs.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
From now on you will become corrupted. Your corruption will spread and allow you to easily take what you want. What I want.@@
<<linkreplace "You really shouln't be- You should let her do what she wants.">><<scrollTop>><<ctpAdvance "PravitasFate">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Choice 1.jpg">
@@.emote;
Pravitas takes off her bra@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
You will submit to me. I will lock this conversation in your subconscious, so it will not affect you directly in your daily life. But here? You will be my slave.@@
//''NO! I can't let her do this to m- Wouldn't it be nice to be stepped on by her?''//
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
As time goes by and you have more sex, you will slowly become more corrupted, more... Malleable. More willing to take what you want. More willing to get what you need. More willing to obey me. And you WILL obey me.@@
//''This can't be happening ag- This feels good...''//
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
But don't worry. Unlike last time, I've taken a liking to you. All I will do is get rid of that unnecessary innocence that you have.@@
<<linkreplace "You try to resist, but it's h- Why try to resist?">><<scrollTop>><<ctpAdvance "PravitasFate">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Choice 2.jpg">
@@.emote;
Pravitas takes off her panties@@
She walks over you and up the stairs. She stops right over your head. You can clearly see her glistening pussy.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
But for that, you will need to submit. Now, lick me.@@
@@.emote;
Pravitas begins to decend upon your face@@
<span style="color:gold;">You stand on the crossroads of fate. From now on you will decide how you will interact with Pravitas in your dream. This will only affect your interactions with Pravitas, mostly focused on sex scenes, with minor changes in conversations. Choose wisely, for you will not be given a second chance.</span>
[[Let her sit on your face (Femdom)|Pravitas Femdom]]
[[Resist and take charge (Dominate)|Pravitas Sub]]
<</ctp>><img src="img/Other/Online Shop.jpg">
As you advance through your quests, items will be added to this shop when needed.
<<if $SarahPresent is 1>>
<span style="color:gold;">Video Game Controller</span> - <<if $player.money gte 50>>[[Buy ($50)|Sarah Present][$player.money -= 50]]<<else>><span style="color:red;">$50</span><</if>>
<<elseif $SarahPresent is 0>>
<span style="color:green;">Video Game Controller</span><</if>>
<<if $camerabuy is 1>>
<span style="color:gold;">Pravitas Camera D750 FX</span> - <<if $player.money gte 100>>[[Buy ($100)|Camera Buy][$player.money -= 100]]<<else>><span style="color:red;">$100</span><</if>>
<<elseif $camerabuy is 0>>
<span style="color:green;">Pravitas Camera D750 FX</span><</if>>
<<if $qcamerabuy is 1>>
<span style="color:gold;">Pravitas EOS 5D Mark IV</span> - <<if $player.money gte 250>>[[Buy ($250)|Quality Camera Buy][$player.money -= 250]]<<else>><span style="color:red;">$250</span><</if>>
<<elseif $qcamerabuy is 0>>
<span style="color:green;">Pravitas EOS 5D Mark IV</span><</if>>
<<if $lotionbuy is 1>>
<span style="color:gold;">French Rose Massage Lotion</span> - <<if $player.money gte 25>>[[Buy ($25)|Lotion Buy][$player.money -= 25]]<<else>><span style="color:red;">$25</span><</if>>
<<elseif $lotionbuy is 0>>
<span style="color:green;">French Rose Massage Lotion</span><</if>>
<<if $cosplayrbuy is 1>>
<span style="color:gold;">Harley Quinn Cosplay Set</span> - <<if $player.money gte 75>>[[Buy ($75)|Cosplay Buy][$player.money -= 75]]<<else>><span style="color:red;">$75</span><</if>>
<<elseif $cosplayrbuy is 0>>
<span style="color:green;">Harley Quinn Cosplay Set</span><</if>>
<<if $annacosplaybuy is 1>>
<span style="color:gold;">Red Riding Hood Costume</span> - <<if $player.money gte 150>>[[Buy ($150)|Anna Cosplay Buy][$player.money -= 150]]<<else>><span style="color:red;">$150</span><</if>>
<<elseif $annacosplaybuy is 0>>
<span style="color:green;">Red Riding Hood Costume</span><</if>>
<<if $sarahcosplaybuy is 1>>
<span style="color:gold;">Sarah's Secret Costume</span> - <<if $player.money gte 100>>[[Buy ($100)|Sarah Cosplay Buy][$player.money -= 100]]<<else>><span style="color:red;">$100</span><</if>>
<<elseif $sarahcosplaybuy is 0>>
<span style="color:green;">Sarah's Secret Costume</span><</if>>
<<if $tickets is 1>>
<span style="color:gold;">Ticket to the Aquarium (x2)</span> - <<if $player.money gte 150>>[[Buy ($150)|Buy Online Tickets][$player.money -= 150]]<<else>><span style="color:red;">$150</span><</if>>
<<elseif $tickets is 0>>
<span style="color:green;">Ticket to the Aquarium (x2)</span><</if>>
<<if $runningshoesbuy is 1>>
<span style="color:gold;">Running Shoes</span> - <<if $player.money gte 250>>[[Buy ($250)|Running Shoes Buy][$player.money -= 250]]<<else>><span style="color:red;">$250</span><</if>>
<<elseif $runningshoesbuy is 0>>
<span style="color:green;">Running Shoes</span><</if>>
<<if $airsoftfatiguesbuy is 1>>
<span style="color:gold;">Airsoft Fatigues</span> - <<if $player.money gte 250>>[[Buy ($300)|Airsoft Fatigues Buy][$player.money -= 300]]<<else>><span style="color:red;">$300</span><</if>>
<<elseif $airsoftfatiguesbuy is 0>>
<span style="color:green;">Airsoft Fatigues</span><</if>>
[[Leave|Start]]<img src="img/Other/Locked Door.jpg">
It's locked.
//''Seems like Sarah will keep the door locked, mostly because she doesn't trust me...''//
[[Leave|House]]<<widget "GetSchoolLocation">>
<<set $locClassroom = []>>
<<set $locFoodcourt = []>>
<<set $locLibrary = []>>
<<set $locCampus = []>>
<<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Late Morning">>
<<set $locClassroom = "Linda, Rachel">>
<<case "Noon">>
<<set $locClassroom = "Linda">>
<<set $locFoodcourt = "Rachel">>
<<set $locCampus = "Vanessa">>
<<case "Early Afternoon">>
<<set $locClassroom = "Linda, Rachel">>
<<case "Afternoon">>
<<set $locCampus = "Linda">>
<<set $locClassroom = "Rachel">>
<<set $locFoodcourt = "Vanessa">>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Late Morning">>
<<set $locClassroom = "Linda, Rachel">>
<<case "Noon">>
<<set $locClassroom = "Linda">>
<<set $locCampus = "Rachel">>
<<set $locFoodcourt = "Vanessa">>
<<case "Early Afternoon">>
<<set $locClassroom = "Linda, Rachel">>
<<case "Afternoon">>
<<set $locCampus = "Linda">>
<<set $locFoodcourt = "Rachel">>
<<set $locClassroom = "Vanessa">>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Late Morning">>
<<set $locClassroom = "Linda, Rachel">>
<<case "Noon">>
<<set $locClassroom = "Linda">>
<<set $locFoodcourt = "Rachel">>
<<set $locCampus = "Vanessa">>
<<case "Early Afternoon">>
<<set $locClassroom = "Linda, Rachel">>
<<case "Afternoon">>
<<set $locCampus = "Linda">>
<<set $locClassroom = "Rachel">>
<<set $locFoodcourt = "Vanessa">>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Late Morning">>
<<set $locClassroom = "Linda, Rachel">>
<<case "Noon">>
<<set $locClassroom = "Linda">>
<<set $locCampus = "Rachel">>
<<set $locFoodcourt = "Vanessa">>
<<case "Early Afternoon">>
<<set $locClassroom = "Linda, Rachel">>
<<case "Afternoon">>
<<set $locCampus = "Linda">>
<<set $locFoodcourt = "Rachel">>
<<set $locClassroom = "Vanessa">>
<</switch>>
<!--===================One Event Each, Add Anna=====================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Late Morning">>
<<set $locClassroom = "Linda, Rachel">>
<<case "Noon">>
<<set $locCampus = "Linda">>
<<if $GoToClass and not $RachelStudy2>>
<<set $locLibrary = "Rachel">>
<</if>>
<<if $LindaJasmine and not $JasmineClass3>>
<<set $locClassroom = "Jasmine">>
<</if>>
<<case "Early Afternoon">>
<<set $locClassroom = "Linda, Rachel">>
<<case "Afternoon">>
<<set $locClassroom = "Rachel">>
<<if $teacherlovequest1 and $player.fitness is 10>>
<<set $locCampus = "Linda">>
<<else>>
<<set $locCampus = "Vanessa">>
<</if>>
<</switch>>
<!--================================================================-->
<</switch>>
<</widget>><img src="img/Anna/Anna Car Outside.jpg">
[[Gotta drive Anna back home|House]]<img src="img/School/Classroom Empty.jpg">
This is your classroom, it's usually empty after classes, but sometimes you may find someone here.
<<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Late Morning">>
<<if $TestTime and not $GettingResults>>
<<goto "Getting the Results">>
<<elseif $RachelStudy2 and not $TestTime>>
<<goto "Test Time">>
<<elseif not $GoToClass and $teacher.lovelevel is 1>>
<<goto "Linda Love Level 2">>
<<else>>
<<goto "Class">>
<</if>>
<<case "Noon">>
<<goto "Linda Classroom">>
<<case "Early Afternoon">>
<<if $RachelStudy2 and not $TestTime>>
<<goto "Test Time">>
<<elseif not $GoToClass and $teacher.lovelevel is 1>>
<<goto "Linda Love Level 2">>
<<else>>
<<goto "Class">>
<</if>>
<<case "Afternoon">>
<<if $student.corruptionlevel gte 2>>
<<goto "Rachel Classroom Event 3">>
<<elseif $RebecaCallsAgain and not $InvitingRachel>>
<<goto "Inviting Rachel">>
<<elseif $student.corruptionlevel is 1>>
<<goto "Rachel Classroom Event 2">>
<<else>>
<<goto "Rachel Classroom Event">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Late Morning">>
<<if $RachelStudy2 and not $TestTime>>
<<goto "Test Time">>
<<elseif not $GoToClass and $teacher.lovelevel is 1>>
<<goto "Linda Love Level 2">>
<<else>>
<<goto "Class">>
<</if>>
<<case "Noon">>
<<goto "Linda Classroom Tease">>
<<case "Early Afternoon">>
<<if $RachelStudy2 and not $TestTime>>
<<goto "Test Time">>
<<elseif not $GoToClass and $teacher.lovelevel is 1>>
<<goto "Linda Love Level 2">>
<<else>>
<<goto "Class">>
<</if>>
<<case "Afternoon">>
<<goto "Vanessa Tease Classroom">>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Late Morning">>
<<if $RachelStudy2 and not $TestTime>>
<<goto "Test Time">>
<<elseif not $GoToClass and $teacher.lovelevel is 1>>
<<goto "Linda Love Level 2">>
<<else>>
<<goto "Class">>
<</if>>
<<case "Noon">>
<<goto "Linda Classroom">>
<<case "Early Afternoon">>
<<if $RachelStudy2 and not $TestTime>>
<<goto "Test Time">>
<<elseif not $GoToClass and $teacher.lovelevel is 1>>
<<goto "Linda Love Level 2">>
<<else>>
<<goto "Class">>
<</if>>
<<case "Afternoon">>
<<if $student.corruptionlevel gte 2>>
<<goto "Rachel Classroom Event 3">>
<<elseif $RebecaCallsAgain and not $InvitingRachel>>
<<goto "Inviting Rachel">>
<<elseif $student.corruptionlevel is 1>>
<<goto "Rachel Classroom Event 2">>
<<else>>
<<goto "Rachel Classroom Event">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Late Morning">>
<<if $RachelStudy2 and not $TestTime>>
<<goto "Test Time">>
<<elseif not $GoToClass and $teacher.lovelevel is 1>>
<<goto "Linda Love Level 2">>
<<else>>
<<goto "Class">>
<</if>>
<<case "Noon">>
<<goto "Linda Classroom Tease">>
<<case "Early Afternoon">>
<<if $RachelStudy2 and not $TestTime>>
<<goto "Test Time">>
<<elseif not $GoToClass and $teacher.lovelevel is 1>>
<<goto "Linda Love Level 2">>
<<else>>
<<goto "Class">>
<</if>>
<<case "Afternoon">>
<<goto "Vanessa Tease Classroom">>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Late Morning">>
<<if $RachelStudy2 and not $TestTime>>
<<goto "Test Time">>
<<elseif not $GoToClass and $teacher.lovelevel is 1>>
<<goto "Linda Love Level 2">>
<<else>>
<<goto "Class">>
<</if>>
<<case "Noon">>
<<if $LindaJasmine and not $JasmineClass2>>
<<goto "Learning from Jasmine 1 and 2">>
<<elseif $JasmineClass2 and not $JasmineClass3>>
<<goto "Learning from Jasmine 3">>
<</if>>
<<case "Early Afternoon">>
<<if $RachelStudy2 and not $TestTime>>
<<goto "Test Time">>
<<elseif not $GoToClass and $teacher.lovelevel is 1>>
<<goto "Linda Love Level 2">>
<<else>>
<<goto "Class">>
<</if>>
<<case "Afternoon">>
<<if $student.lovelevel gte 2>>
<<goto "Rachel Another Classroom 2">>
<<else>>
<<goto "Rachel Another Classroom">>
<</if>>
<</switch>>
<!--================================================================-->
<</switch>>
[[Leave|School]]
<<if $student.lovelevel is 1 and $player.corruptionlevel is 2 and not $RachelLoveQuest2>>
<<goto "Rachel Love Level 2">>
<</if>><img src="img/School/Food Court.jpg">
This is where you can buy lunch, it's also a good place to interact with people.
<<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<if $student.corruptionlevel gte 2>>
<<goto "Rachel Food Court 3">>
<<elseif $student.corruptionlevel is 1>>
<<goto "Rachel Food Court 2">>
<<else>>
<<goto "Rachel Food Court">>
<</if>>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<goto "Vanessa Tease Event">>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<goto "Vanessa Food Court">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<if $DateRebeca and not $TalkWithRebeca>>
<<goto "Talk with Rebeca">>
<<elseif $RachelLoveQuest2 and not $RebecaTalk>>
<<goto "Talking to Rebeca">>
<<elseif not $studentlovequest1 and $student.love is 9 and $player.money gte 10 and $RachelFriend>>
<<goto "Rachel Love Level 1">>
<<elseif $RachelP and not $RebecaC and $student.corruption is 9>>
<<goto "Rebeca Corruption Talk">>
<<elseif $student.corruptionlevel is 1>>
<<goto "Rachel With Friend 4">>
<<elseif $student.corruption gt 0 and $RachelFriend2>>
<<goto "Rachel With Friend 3">>
<<elseif $student.lovelevel is 0>>
<<goto "Rachel With Friend">>
<<elseif $student.lovelevel is 1>>
<<goto "Rachel With Friend 2">>
<</if>>>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<if $student.corruptionlevel gte 2>>
<<goto "Rachel Food Court 3">>
<<elseif $student.corruptionlevel is 1>>
<<goto "Rachel Food Court 2">>
<<else>>
<<goto "Rachel Food Court">>
<</if>>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<goto "Vanessa Tease Event">>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<goto "Vanessa Food Court">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<if $DateRebeca and not $TalkWithRebeca>>
<<goto "Talk with Rebeca">>
<<elseif $RachelLoveQuest2 and not $RebecaTalk>>
<<goto "Talking to Rebeca">>
<<elseif not $studentlovequest1 and $student.love is 9 and $player.money gte 10 and $RachelFriend>>
<<goto "Rachel Love Level 1">>
<<elseif $RachelP and not $RebecaC and $student.corruption is 9>>
<<goto "Rebeca Corruption Talk">>
<<elseif $student.corruptionlevel is 1>>
<<goto "Rachel With Friend 4">>
<<elseif $student.corruption gt 0 and $RachelFriend2>>
<<goto "Rachel With Friend 3">>
<<elseif $student.lovelevel is 0>>
<<goto "Rachel With Friend">>
<<elseif $student.lovelevel is 1>>
<<goto "Rachel With Friend 2">>
<</if>>>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<</switch>>
<!--================================================================-->
<</switch>>
[[Leave|School]]<img src="img/School/Campus.jpg">
Welcome to campus. There are many places you can go from here.
<<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<goto "Vanessa Classroom Event">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<if $JasmineClass3 and not $LindaStella>>
<<goto "Talking to Linda Again">>
<<elseif $WakeUpCorruption and not $LindaJasmine>>
<<goto "Talking to Linda">>
<<elseif $GettingResults and not $InviteLindaAirsoft>>
<<goto "Invite Linda to Airsoft">>
<<else>>
<<goto "Linda Office Tease">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<if $student.corruptionlevel gte 2>>
<<goto "Rachel Chem Lab 3">>
<<elseif $student.corruptionlevel is 1>>
<<goto "Rachel Chem Lab 2">>
<<else>>
<<goto "Rachel Chem Lab">>
<</if>>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<if $JasmineClass3 and not $LindaStella>>
<<goto "Talking to Linda Again">>
<<elseif $WakeUpCorruption and not $LindaJasmine>>
<<goto "Talking to Linda">>
<<elseif $GettingResults and not $InviteLindaAirsoft>>
<<goto "Invite Linda to Airsoft">>
<<else>>
<<goto "Linda Office">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<goto "Vanessa Classroom Event">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<if $JasmineClass3 and not $LindaStella>>
<<goto "Talking to Linda Again">>
<<elseif $WakeUpCorruption and not $LindaJasmine>>
<<goto "Talking to Linda">>
<<elseif $GettingResults and not $InviteLindaAirsoft>>
<<goto "Invite Linda to Airsoft">>
<<else>>
<<goto "Linda Office Tease">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<if $student.corruptionlevel gte 2>>
<<goto "Rachel Chem Lab 3">>
<<elseif $student.corruptionlevel is 1>>
<<goto "Rachel Chem Lab 2">>
<<else>>
<<goto "Rachel Chem Lab">>
<</if>>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<if $JasmineClass3 and not $LindaStella>>
<<goto "Talking to Linda Again">>
<<elseif $WakeUpCorruption and not $LindaJasmine>>
<<goto "Talking to Linda">>
<<elseif $GettingResults and not $InviteLindaAirsoft>>
<<goto "Invite Linda to Airsoft">>
<<else>>
<<goto "Linda Office">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<goto "Linda Player Not Well">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<if $teacherlovequest1 and $player.fitness is 10>>
<<goto "A Run With Linda">>
<<else>>
<<goto "Vanessa Campus Event">>
<</if>>
<</switch>>
<!--================================================================-->
<</switch>>
[[Leave|School]]<img src="img/School/Library.jpg">
This is the library. It's where you can go to study in silence. It's never empty.
<<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Late Morning">>
<<case "Noon">>
<<if $GoToClass and not $RachelStudy1>>
<<goto "Study with Rachel Start">>
<<elseif $GoToClass and not $RachelStudy2>>
<<goto "Study with Rachel Finished">>
<<else>>
<</if>>
<<case "Early Afternoon">>
<<case "Afternoon">>
<</switch>>
<!--================================================================-->
<</switch>>
[[Leave|School]]
Dev Note: The Library will be used to research about Pravitas, as such there isn't anything to do here yet.<img src="img/School/Classroom Class.jpg">
As you enter the classroom, you notice that Linda is already there. You also notice that there's an apple on her desk.
//''I wonder who gave her an apple?''//
As you sit down, you look to your left to see Rachel.
//''I guess that makes sense, it was most likely her.''//
<<if $time.time is "Late Morning">>
@@.you;
Good morning, Rachel.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Good morning $player.name! Are you excited for today's class?!@@
//''No.''//
@@.you;
Sure...@@
<<else>>
@@.you;
Hello, Rachel.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey $player.name! Last class before we can go home!@@
@@.you;
Yep!@@
<</if>>
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay everyone! Listen up! Class is about to start, so all of you behave! If you don't want to behave, I will spank you in front of the whole class!@@
//''Wouldn't some people take that as a reward?''//
[[Pay attention|Study]]
[[Socialize|Charm]]<<if $player.corruption gte 10>>
<<ctp "KellyRoomPeek">>
<img src="img/Other/Room Door Slightly Open.jpg">
It seems like Kelly is changing her clothes and her bedroom door is slightly open.
//''Should I peek?''//
<<linkreplace "Peek">><<scrollTop>><<ctpAdvance "KellyRoomPeek">><</linkreplace>>
[[Don't peek|House]]
<<ctpNext clear>>
<video src="img/Kelly/Kelly Undress 1.mp4" autoplay loop/>
You hold your breath and try to get the best view you can possibly get.
//''Wow...''//
You watch as your $m.rel is taking off her dress.
//''She's got really nice curves...''//
<<linkreplace "Keep Peeking">><<scrollTop>><<ctpAdvance "KellyRoomPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Undress 2.mp4" autoplay loop/>
Your $m.rel slowly removes her bra. Your mouth can't help but gape.
//''Holy shit! Are those real?!''//
You feel your dick starting to become hard.
//''What am I doing?! She's my $m.rel for fuck sake!''//
You become embarrassed and decide to stop.
[[Stop peeking|House][$time.passTime(1)]]
<</ctp>>
<<else>>
<img src="img/Other/Room Door Slightly Open.jpg">
It seems like Kelly is changing her clothes and her bedroom door is slightly open.
//''I shouldn't be peeking on her...''//
[[Don't peek|House]]
<</if>><<if $player.corruption gte 10>>
<<ctp "KellyBathroomPeek">>
<img src="img/Other/Bathroom Door.jpg">
It seems like Kelly is taking a shower and the bathroom door is slightly open.
//''Should I peek?''//
<<linkreplace "Peek">><<scrollTop>><<ctpAdvance "KellyBathroomPeek">><</linkreplace>>
[[Don't peek|House]]
<<ctpNext clear>>
<img src="img/Kelly/Kelly Bathroom Peak 1.jpg">
You try to hide your presence as much as possible and decide to take a look.
//''Wow... Look at that ass! How can she be 40 with an ass like that?!''//
<<linkreplace "Keep Peeking">><<scrollTop>><<ctpAdvance "KellyBathroomPeek">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Bathroom Peak 2.jpg">
As you raise your eyes, you can see a reflection of her tits on the mirror.
//''I wonder how it would feel to grab those...''//
You feel your lower body reacting and you quickly shake your head.
//''I shouldn't be doing this! She's my $m.rel!''//
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<<else>>
<img src="img/Other/Bathroom Door.jpg">
It seems like Kelly is taking a shower and the bathroom door is slightly open.
//''I shouldn't be peeking on her...''//
[[Don't peek|House]]
<</if>><<if $player.corruption gte 20>>
<<ctp "AnnaBathPeek">>
<img src="img/Other/Bathroom Door.jpg">
It seems like Anna is taking a shower and the bathroom door is slightly open.
//''Should I make sure she's alright?''//
<<linkreplace "Be helpful">><<scrollTop>><<ctpAdvance "AnnaBathPeek">><</linkreplace>>
[[Don't peek|House]]
<<ctpNext clear>>
<video src="img/Anna/Anna Bathing 1.mp4" autoplay loop/>
You decide to see if she's "alright". You slowly open the door so you can get a better view of her. You can't help but be smitten by her beautiful body.
//''Wow...''//
<<linkreplace "Keep peeking">><<scrollTop>><<ctpAdvance "AnnaBathPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Bathing 2.mp4" autoplay loop/>
You follow the movements of her hands and watch her as she washes her perfect ass. You are slightly drooling.
//''If I could only get a handful...''//
As you watch, your hand slowly moves towards your crotch.
<<linkreplace "Keep peeking">><<scrollTop>><<ctpAdvance "AnnaBathPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Bathing 3.mp4" autoplay loop/>
As Anna finishes using the soap and starts using her hand, your hand also slowly starts to move.
//''What I wouldn't give for those hands to be my own...''//
You can't help but imagine it being you, spreading the soap around her body, using only your hands.
As you imagine that, you start to vigoriously touch your cock.
<<linkreplace "Keep peeking">><<scrollTop>><<ctpAdvance "AnnaBathPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Bathing 4.mp4" autoplay loop/>
As Anna keeps moving her hands, so do you.
//''My hands would slowly soap her breasts... Then I would have to clean her pussy...''//
As you feel that you are close to cumming, you hear the front door opening.
//''Fuck! I can't be doing this in the middle of the house!''//
You take your hand out of your pants. But unable to get that image out of your mind, you move to your bedroom.
[[Finish it in your room|House][$time.passTime(1)]]
<</ctp>>
<<elseif $player.corruption gte 10>>
<<ctp "AnnaBathPeek">>
<img src="img/Other/Bathroom Door.jpg">
It seems like Anna is taking a shower and the bathroom door is slightly open.
//''Should I make sure she's alright?''//
<<linkreplace "Be helpful">><<scrollTop>><<ctpAdvance "AnnaBathPeek">><</linkreplace>>
[[Don't peek|House]]
<<ctpNext clear>>
<video src="img/Anna/Anna Bathing 1.mp4" autoplay loop/>
You decide to see if she's "alright". You slowly open the door so you can get a better view of her. You can't help but be smitten by her beautiful body.
//''Wow...''//
<<linkreplace "Keep peeking">><<scrollTop>><<ctpAdvance "AnnaBathPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Bathing 2.mp4" autoplay loop/>
You follow the movements of her hands and watch her as she washes her perfect ass. You are slightly drooling.
//''If I could only get a handful...''//
You feel your dick starting to get hard and that wakes you up of your stupor.
//''I... I shouldn't be doing this...''//
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<<else>>
<img src="img/Other/Bathroom Door.jpg">
It seems like Anna is taking a shower and the bathroom door is slightly open.
//''I shouldn't be peeking on her...''//
[[Don't peek|House]]
<</if>><<if $player.corruption gte 10>>
<<ctp "SarahBathPeek">>
<img src="img/Other/Bathroom Door.jpg">
It seems like Sarah is taking a shower and the bathroom door is slightly open.
//''Should I take a look?''//
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "SarahBathPeek">><</linkreplace>>
[[Don't take a look|House]]
<<ctpNext clear>>
<video src="img/Sarah/Sarah Bath 2.mp4" autoplay loop/>
You decide to check on your $os.rel. You can't help but admire her curves.
//''Wow... Her breasts are almost the same size as $m.rel's...''//
<<linkreplace "Keep looking">><<scrollTop>><<ctpAdvance "SarahBathPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Bath 4.mp4" autoplay loop/>
You remain hidden, watching as Sarah slowly soaps her curvy ass.
//''That ass must be more comfortable than my pillow!''//
Your hand slowly moves towards your crotch, but you catch yourself in time.
//''I shouldn't be doing this...''//
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<<else>>
<img src="img/Other/Bathroom Door.jpg">
It seems like Sarah is taking a shower and the bathroom door is slightly open.
//''I shouldn't peek on my $os.rel...''//
[[Don't peek|House]]
<</if>><<if $player.corruption gte 20>>
<<ctp "AnnaPeek">>
<img src="img/Other/Room Door Slightly Open.jpg">
It seems like Anna is undressing and her bedroom door is slightly open.
//''Should I peek?''//
<<linkreplace "Peek">><<scrollTop>><<ctpAdvance "AnnaPeek">><</linkreplace>>
[[Don't peek|House]]
<<ctpNext clear>>
<img src="img/Anna/Anna Strip 1.jpg">
As you look into her room, you spot her on the mirror.
//''Oh! The show just started!''//
You watch as she takes off the sweater.
<<linkreplace "Keep peeking">><<scrollTop>><<ctpAdvance "AnnaPeek">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Strip 2.jpg">
Once the sweater was off, she slowly unbuttons her shirt.
//''I can see some freckles on her chest!''//
<<linkreplace "Keep peeking">><<scrollTop>><<ctpAdvance "AnnaPeek">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Strip 3.jpg">
Once unbuttoned, she pulls back her shirt, giving you a clear view of her boobs.
//''Nice! Even if they are small, I would glady take them!''//
After Anna removes her shirt, she moves her hand to her skirt.
<<linkreplace "Keep peeking">><<scrollTop>><<ctpAdvance "AnnaPeek">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Strip 4.jpg">
As she takes off her skirt, she turns around and raises her ass.
//''Whoa! Is she trying see how her ass looks like in those panties?''//
Seemingly satisfied, she fully removes her skirt.
<<linkreplace "Keep peeking">><<scrollTop>><<ctpAdvance "AnnaPeek">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Strip 5.jpg">
Once in her panties, she poses to the mirror.
//''I always did find that tattoo cute, even though it was a headache...''//
You watch as she turns around
<<linkreplace "Keep peeking">><<scrollTop>><<ctpAdvance "AnnaPeek">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Strip 6.jpg">
Once she turns around, she slowly pulls down her panties.
//''Whoa! What a nice ass!''//
You watch as she wiggles her ass a little bit.
<<linkreplace "Keep peeking">><<scrollTop>><<ctpAdvance "AnnaPeek">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Strip 7.jpg">
Anna starts to remove her panties, giving you a clear view of her pussy.
//''Holy! She shaves! I wonder why...''//
As you try to move closer to get a better look, you put too much weight on the door, causing it to creak.
//''SHIT!''//
You quickly let go of the door and run back to the living room.
[[Escape|House][$time.passTime(1)]]
<</ctp>>
<<elseif $player.corruption gte 10>>
<<ctp "AnnaPeek">>
<img src="img/Other/Room Door Slightly Open.jpg">
It seems like Anna is changing her clothes and her bedroom door is slightly open.
//''Should I peek?''//
<<linkreplace "Peek">><<scrollTop>><<ctpAdvance "AnnaPeek">><</linkreplace>>
[[Don't peek|House]]
<<ctpNext clear>>
<video src="img/Anna/Anna Dressing 1.mp4" autoplay loop/>
You decide to sneak a peek at your $ys.rel. Your eyes bulge out as you notice that she's completely naked and getting dressed.
//''Her small tits just add to her cute charm...''//
<<linkreplace "Keep peeking">><<scrollTop>><<ctpAdvance "AnnaPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Dressing 2.mp4" autoplay loop/>
As you watch your $ys.rel putting on her panties, you start to feel guilty.
//''I shouldn't be spying on my $ys.rel''//
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<<else>>
<img src="img/Other/Room Door Slightly Open.jpg">
It seems like Anna is changing her clothes and her bedroom door is slightly open.
//''I shouldn't peek on her''//
[[Don't peek|House]]
<</if>><<if $player.corruption gte 10>>
<<ctp "SarahPeek">>
<img src="img/Other/Room Door Slightly Open.jpg">
It seems like Sarah is changing her clothes and her bedroom door is slightly open.
//''Should I take a look?''//
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "SarahPeek">><</linkreplace>>
[[Don't take a look|House]]
<<ctpNext clear>>
<img src="img/Sarah/Sarah Peek 1.jpg">
As you look through the door, you can't really see your $os.rel. But you notice that you can see her reflection on the mirror. Seems like she's admiring herself.
//''Look at that body!''//
You try to hide yourself as well as you possibly can so that she can't see you.
<<linkreplace "Keep looking">><<scrollTop>><<ctpAdvance "SarahPeek">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Peek 2.jpg">
Sarah slowly takes off her underwear and poses again.
//''She doesn't shave!''//
For some reason, that makes you excited. But you shake your head.
//''I shouldn't be doing this...''//
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<<else>>
<img src="img/Other/Room Door Slightly Open.jpg">
It seems like Sarah is changing her clothes and her bedroom door is slightly open.
//''I shouldn't be peeking on her''//
[[Don't peek|House]]
<</if>><img src="img/Sarah/Sarah Hall 1.jpg">
As you are leaving the living room, you see your $os.rel entering the house. Seems like she just got back from a party.
<<if $os.love lte 9>>
@@.emote;
Sarah looks at you and smirks@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey, dumb dumb! Have you quit your course yet?@@
Seems like she is intent on harassing you again.
@@.you;
Of course not!@@
You glare at her.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, I see, still can't get your eyes off your $os.rel, right?@@
@@.emote;
Sarah poses@@
<img src="img/Sarah/Sarah Hall 2.jpg">
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So, what do you think? Is it making you all hot and bothered?@@
<<if $player.corruption lte 9>>
You become embarrassed and decide to just leave. As you are leaving, you can hear Sarah grumbling.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Coward...@@
[[Go back to your bedroom|Start][$time.passTime(1)]]
<<else>>
//''Let's see how she handle's this...''//
@@.you;
Not really, maybe if you actually showed me your boobs.@@
@@.emote;
Sarah's face becomes red@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name!@@
You can't help but laugh.
@@.you;
Well, you shouldn't be teasing me! See ya!@@
[[Escape her wrath|Start][$time.passTime(1)]]
<</if>>
<<else>>
@@.you;
Hey, Sarah. How was the party?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It was okay... Not exactly the best party, but at least no one threw up on my dress this time.@@
You look at her tight dress.
@@.you;
Yes, it is very nice... The dress...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name? You are staring at my dress, right?@@
@@.you;
Err... Yes, of course!@@
You are certain that she doesn't believe you, but she smiles anyway.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really now? Well, this dress sure is nice. It looks even better when I do this.@@
@@.emote;
Sarah poses@@
<img src="img/Sarah/Sarah Hall 2.jpg">
<<if $player.corruption gte 10>>
//''Seems like she's trying to tease me...''//
@@.you;
Hm... I gotta agree. It does indeed look better. But do you know how I think it would look even better?@@
@@.emote;
Sarah stops posing and raises an eyebrow at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, that was an underwhelming reaction... So, how would it look better?@@
You smile at her.
@@.you;
If you let the strap of your dress hang around your arm.@@
@@.emote;
Sarah is surprised@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really? Do you mean like this?@@
<img src="img/Sarah/Sarah Hall 3.jpg">
You watch as Sarah slowly starts pulling her strap down. You can almost see her breast, but the she stops and smirks at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Tsk, tsk... Don't think that it's going to be that easy, you pervert.@@
You shrug.
@@.you;
Hey, you started it.@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I did, didn't I? Well, this was fun, but I need some sleep. Bye $player.name.@@
@@.you;
Good night, Sarah.@@
You wave to Sarah as she leaves.
//''So close...''//
[[Leave|House][$time.passTime(1)]]
<<else>>
//''Wow... How can her body be that perfect?''//
You can't help but stare at her body.
@@.emote;
Sarah laughs and stops posing@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess that's enough stimulus for you.@@
Your face becomes red and you lower your head.
@@.you;
I... I have to go to my bedroom...@@
@@.emote;
Sarah chuckles and starts to leave@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm sure you do...@@
[[Go back to your bedroom|Start][$time.passTime(1)]]
<</if>>
<</if>>@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr><<if $ys.lovelevel gte 2>>
<img src="img/Anna/Anna Kitchen 3.jpg">
As you are entering the kitchen, your $ys.rel immediately spots you.
@@.emote;
Anna smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, my wonderful $player.ys!@@
You raise an eyebrow at her.
//''She's being too sweet...''//
@@.you;
What do you want...?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You are going to help your cute $ys.rel clean the dishes, aren't you?@@
@@.you;
But didn't $m.rel give that task to you?@@
@@.emote;
Anna makes puppy eyes at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Come on, pweese!@@
//''Pweese?!''//
You try to resist her charm, but it's impossible. You end up sighing.
@@.you;
Fine... But only because you are cute.@@
@@.emote;
Anna's face beams@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yay! Thank you $player.ys! That's why I like you!@@
//''Oh well, guess it's worth it somehow...''//
@@.love;
Anna loves you a little more@@
[[Finish cleaning the kitchen with her|House][$ys.love += 1;$time.passTime(1)]]
<<else>>
<img src="img/Anna/Anna Kitchen 1.jpg">
As you enter the Kitchen, you see that Anna just finished cleaning the stove.
@@.you;
Hey Anna, doing your chores?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yeah, since mom made breakfast, I will be cleaning up after her...@@
Seems like isn't all too happy to be cleaning the kitchen.
<<ctp "annakitchen1">>
<<linkreplace "Offer to help">><<scrollTop>><<ctpAdvance "annakitchen1">><</linkreplace>>
[[Don't offer to help|House][$time.passTime(1)]]
<<ctpNext clear>>
@@.you;
Say, why don't you let me clean the kitchen and you do the dishes?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?! Thank you $player.ys!@@
@@.emote;
Anna happily goes to clean the dishes@@
You smile and decide to double up on your gains
@@.you;
Anything for my beautiful $ys.rel.@@
<img src="img/Anna/Anna Kitchen 2.jpg">
@@.emote;
Anna turns her head and smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You really think I'm beautiful?@@
@@.you;
Of course!@@
@@.emote;
Anna's face brightens@@
@@.anna;
Hehehe...@@
@@.love;
Anna loves you a little more@@
[[Finish cleaning the kitchen with her|House][$ys.love += 1;$time.passTime(1)]]
<</ctp>>
<</if>><<ctp "PhotosWithAnna">>
<img src="img/Anna/Anna Yard Photos 1.jpg">
As you leave the house and go to the yard, you see your $ys.rel.
@@.you;
Hey Anna!@@
@@.emote;
Anna turns around and smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey $player.name! What are you doing out here?@@
As she asks you that, you look around and notice the camera on the table.
@@.you;
Not much, just wasting time. What about you? Are you taking photos?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yep! I need to get some photos for tomorrow's assignment!@@
You stop and think.
@@.you;
Hm... Hey! I got an idea, why don't you let me take a few pictures of you?@@
@@.emote;
Anna looks at you confused@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of me? Why?@@
You walk over to her and pick up the camera.
@@.you;
Well, I've got nothing better to do and I'm sure having a beautiful girl such as yourself in the photos will give you extra points!@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I don't think that's how it works, but fine. Only because you asked nicely!@@
@@.you;
Good! Now pose!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosWithAnna">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 2.jpg">
@@.emote;
Anna pulls the hems of her dress and poses@@
You start taking pictures of your $ys.rel's poses.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Does this look okay?@@
@@.you;
Very nice! Now give me one with your hands on your hips!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosWithAnna">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 3.jpg">
@@.emote;
Anna puts her hands on her hips@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
How am I doing?@@
@@.you;
Keep going Anna! The camera loves you!@@
@@.emote;
Anna chuckles and changes her pose@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosWithAnna">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 4.jpg">
<<if $player.corruptionlevel is 0>>
@@.you;
Great! I think that's good enough for today!@@
You give Anna her camera back.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Thanks for taking pictures with me! That was fun!@@
@@.you;
No problem, I had a lot of fun too. Well, I'll be taking my leave now.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay, bye bye!@@
[[Go back in|House][$time.passTime(1)]]
<<elseif not $annacorruption and $player.charm gte 10>>
//''Seems like she's still very tame... I wonder if she would be willing to take more provocative photos if I corrupted her...''//
<span style="color:gold;">You are about to corrupt one of the main characters. Once you corrupt her, your actions will now slowly increase this corruption until the breaking point. Once you have chosen to corrupt her, there is no turning back.</span>
[[Corrupt her|Anna Corruption Level 1]]
[[Don't corrupt her, instead finish taking the photos and leave|House][$time.passTime(1)]]
<<elseif $annacorruption>>
@@.you;
You are doing great! Now how about you turn around and lower your straps a bit?@@
@@.emote;
Anna's face becomes red@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Do... Do I really have to?@@
@@.you;
Hey! A little bit of sexiness will only make your image all that much beautiful!@@
@@.emote;
Anna becomes excited@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
That's right! Okay! Let's do this!@@
//''Heh...''//
[[Take sexy pictures|Anna Sexy Pictures]]
<<else>>
//''Seems like she's still very tame... I wonder if she would be willing to take more provocative photos if I corrupted her...''//
You think for a bit, but then you shake your head.
//''I'm not charming enough to convince her... Have to work on my social skills''//
@@.you;
You are doing great, Anna!@@
[[Finish taking the photos and leave|House][$time.passTime(1)]]
<</if>>
<</ctp>><<if $m.corruptionlevel is 0>>
<img src="img/Kelly/Kelly Livingroom Event 1.jpg">
As you were watching TV, your $m.rel returns from the meeting.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey honey, how was class?@@
@@.you;
It was fine $m.rel. How was the meeting?@@
@@.emote;
Kelly massages her own shoulder@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Honestly? It could have been an email.@@
@@.you;
Want to watch a movie with me to relax?@@
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Not right now. I'm first going to go change in my bedroom, I will watch something later.@@
You smile back at her.
@@.you;
Okay, I will be here if you change your mind.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thanks honey.@@
You watch Kelly leave and go back to watching television.
[[Finish watching TV|House][$time.passTime(1)]]
<<elseif $m.corruptionlevel gte 1>>
<<ctp "KellyCouch">>
<img src="img/Kelly/Kelly Livingroom Event 1.jpg">
As you were watching TV, your $m.rel returns from the meeting.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey honey, how was class?@@
@@.you;
It was fine $m.rel. How was the meeting?@@
@@.emote;
Kelly massages her own shoulder@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Honestly? It could have been an email.@@
@@.you;
Want to watch a movie with me to relax?@@
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sure, but I need to get out of these work clothes first...@@
Saying that, she leaves towards her bedroom.
<<linkreplace "Start the movie">><<scrollTop>><<ctpAdvance "KellyCouch">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Livingroom Event 2.jpg">
As the movie starts, you hear your $m.rel returning to the living room.
@@.you;
So, I decided to go with The W-@@
As you are about to tell her the name of the movie, you feel a weight pressing down on you. You turn your head around to look at her and notice that she is leaning heavily on you.
@@.you;
Uh, $m.rel?@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I need to recharge my batteries. You don't mind, do you?@@
You can feel her breast pressing on you.
@@.you;
Of course not!@@
You decide to brave yourself a little more and put your arm around her, pulling her in a little closer.
@@.emote;
Kelly giggles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I feel like a teenager again! Thank you, $player.name.@@
@@.you;
The pleasure is mine, $m.rel...@@
//''As long as I don't get hard...''//
@@.love;
Kelly loves you a little more@@
@@.corruption;
Kelly is a little more corrupted@@
[[Finish watching the movie|House][$m.love += 1;$time.passTime(1);$m.corruption += 1]]
<</ctp>>
<</if>><img src="img/Group/Kelly and Anna Living Room Event 2.jpg">
As you enter the living room, you can see that your $ys.rel is sitting down on the sofa and smiling at you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey $player.ys! Want to watch a movie?@@
@@.you;
A movie? What kind of movie?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's one of those old time movies! You know, the ones that are black and white.@@
@@.you;
Oh, so like Casablanca?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yes! Want to watch it with us?@@
//''Us?''//
You turn around and see that your $m.rel is also sitting there.
<img src="img/Group/Kelly and Anna Living Room Event.jpg">
//''So that's why it's an old movie''//
@@.emote;
Kelly looks and smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Come, have a seat.@@
From the looks of it, there's an extra space beside Kelly and Anna, so you will have to choose to whom you are going to sit next to. Alternatively, you can just leave.
[[Sit next to Kelly|Kelly Movie]]
[[Sit next to Anna|Anna Movie]]
[[Say you don't feel like it and leave|House][$time.passTime(1)]]<img src="img/Group/Kelly Movie 1.jpg">
As you sit down next to your $m.rel, she looks towards you and smiles.
@@.you;
So... What are you drinking?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Just a little something to help me relax.@@
@@.emote;
Kelly laughs@@
Lately you have noticed that she has started drinking a bit harder than usual.
@@.you;
Well, if you ever need anything, I'm here for you.@@
@@.emote;
Kelly looks straight into your eyes and then smiles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thanks honey, I know I can count on you@@
As you are watching the movie, you feel a little bit of weight on your shoulder. You turn around and see that Kelly is leaning her head on you.
@@.love;
Kelly loves you a little more@@
[[Finish watching the movie with Kelly|House][$m.love += 1;$time.passTime(1)]]<<if $ys.lovelevel gte 2>>
<img src="img/Group/Anna Movie 2.jpg">
You decide to sit next to Anna. Suddenly you hear the sound of a cell phone call.
@@.emote;
Kelly sighs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Seems like I won't be able to watch the movie... You kids enjoy yourselves, I have to take a conference call.@@
You see your $m.rel leaving dejectedly.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Aww... Guess it's just me and you then, $player.ys!@@
@@.you;
Guess so.@@
You press play and start the movie. After a while you feel weight on your thighs.
//''What the...?''//
You look down and see your $ys.rel snugging up.
@@.you;
Would you like me to pet you too?@@
@@.emote;
Anna smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes, please!@@
You can't help but chuckle at her shamelessness.
@@.you;
What are you? A cat?@@
You watch as Anna curls up her hands to mimic a paw.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Meow!@@
//''WHA- SO CUTE!''//
Her acting cute sends dangerous signals into your brain.
//''Calm down $player.name! Don't you dare get a hardon while your $ys.rel is laying on your lap''//
@@.emote;
Anna looks up at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Meow?@@
//''FU-''//
Holding yourself back, you start to slowly pet Anna's head.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Meow♪@@
As the movie plays, you were unable to follow the plot of it. All your energy was dedicated to stopping the hardon.
@@.love;
Anna loves you a little more@@
[[Finish watching the movie with Anna|House][$ys.love += 1;$time.passTime(1)]]
<<else>>
<img src="img/Group/Anna Movie 1.jpg">
You decide to sit next to Anna. Suddenly you hear the sound of a cell phone call.
@@.emote;
Kelly sighs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Seems like I won't be able to watch the movie... You kids enjoy yourselves, I have to take a conference call.@@
You see your $m.rel leaving dejectedly.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Aww... Guess it's just me and you then, $player.ys!@@
@@.you;
Guess so.@@
You press play and start the movie. After a while you feel weight on your thighs.
@@.you;
What are you doing?@@
As you look down, you can see your $ys.rel laying on your thighs.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hehe... Comfy.@@
//''Sigh''//
You pet Anna's head. Anna giggles but doesn't move.
@@.love;
Anna loves you a little more@@
[[Finish watching the movie with Anna|House][$ys.love += 1;$time.passTime(1)]]
<</if>><<ctp "testID">>
<<linkreplace "First">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<</ctp>><<ctp "testID">>
<<linkreplace "First">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<</ctp>><<if $player.corruption gte 10>>
<<ctp "KellySleep">>
<img src="img/Other/Room Door Slightly Open Night.jpg">
Seems Kelly left her door slightly open.
//''She's sleeping... Should I peek?''//
<<linkreplace "Peek">><<scrollTop>><<ctpAdvance "KellySleep">><</linkreplace>>
[[Don't|House]]
<<ctpNext clear>>
<img src="img/Kelly/Kelly Sleeping.jpg">
You decide to take a look, so you open the door a little bit more and peek.
//''Wow... Look at that ass... Should I go in?''//
You shake your head.
//''I shouldn't be doing this... She's my $m.rel''//
[[Go to sleep|Sleep]]
<span style="color:gold;">This event is still WIP. Having a hard time getting this event to work (finding the resources).</span>
<</ctp>>
<<else>>
<img src="img/Other/Room Door Slightly Open Night.jpg">
Seems Kelly left her door slightly open.
//''She's sleeping, I shouldn't bother her...''//
[[Leave|House]]
<</if>><<if $player.corruption gte 10>>
<<ctp "SarahSleep">>
<img src="img/Other/Room Door Slightly Open Night.jpg">
Seems Sarah left her door slightly open.
//''She's sleeping... Should I peek?''//
<<linkreplace "Peek">><<scrollTop>><<ctpAdvance "SarahSleep">><</linkreplace>>
[[Don't|House]]
<<ctpNext clear>>
<img src="img/Sarah/Sarah Sleeping.jpg">
You tiptoe into the bedroom and see your $os.rel sleeping.
//''Wow... Her breasts are so big that it stretches her shirt... I can even see her nipples!''//
Your hand starts moving towards her, but then you stop yourself.
//''I shouldn't be doing this...''//
You decide to turn around and leave
<<if $time.time is "Night">>
[[Leave|House][$time.passTime(1)]]
<<else>>
[[Go to sleep|Sleep]]
<</if>>
<</ctp>>
<<else>>
<img src="img/Other/Room Door Slightly Open Night.jpg">
Seems Sarah left her door slightly open.
//''I shouldn't bother her...''//
[[Leave|House]]
<</if>><img src="img/Anna/Anna Midnight Snack 1.jpg">
As you enter the kitchen, you are surprised to see that someone is already in here, considering how late it is.
@@.you;
Hey Anna, what are you doing here this late?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, nothing... I was <span style="font-size:80%">just getting</span> <span style="font-size:70%">something to</span> <span style="font-size:60%">eat.</span>@@
Seems like Anna is trying to hide something.
@@.you;
What was that? You were just getting what?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I was just getting something to eat, okay! I got a bit hungry.@@
@@.emote;
Anna sticks her tongue out@@
@@.you;
Oh! I see, doing a midnight raid to the fridge then?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yep!@@
<<ctp "AnnaMidnightSnack">>
<<linkreplace "Tease her">><<scrollTop>><<ctpAdvance "AnnaMidnightSnack">><</linkreplace>>
[[Don't tease her and say good night|Sleep]]
<<ctpNext clear>>
<<if $ys.corruption lt 10>>
You decide to tease her.
@@.you;
Better be careful Anna. You know what they say, midnight snacks make you fat.@@
@@.emote;
Anna stares at you like she just saw a ghost@@
@@.you;
I'm just kidding! There's no way you would ever get fat!@@
@@.emote;
Anna inflates her cheeks and scowls at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
$player.name! You big meanie!@@
@@.emote;
Anna leaves the kitchen@@
@@.you;
Well... That could have gone better.@@
[[Go to back to your bedroom and sleep|Sleep]]
<<else>>
You decide to tease her.
@@.you;
You better be careful Anna. The fridge may not seem dangerous, but it does have a way of fighting back!@@
You slap your stomach a few times and laugh.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, I'm not worried! I'm making sure to exercise! Maybe you are becoming fat?@@
//''Oh? She actually fought back!''//
@@.you;
Me? Not at all, look!@@
You raise your shirt and show her your abs.
//''Now let's see how she's going to react to this''//
@@.you;
But can you say the same?@@
<img src="img/Anna/Anna Midnight Snack 2.jpg">
Anna's face becomes a bit red, but she gets up and raises her shirt, then she lowers her pants a bit.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
See! I'm flat also!@@
//''Wow...''//
You freeze in place with a stupid face. Seeing that, Anna giggles and starts to leave.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Night $player.ys!@@
@@.you;
Ah... Good night...@@
After she leaves, you finally get a hold of yourself.
@@.you;
Guess she's getting better at this... Wait! Was she not wearing panties?!@@
You shake your head and decide just to go back to your room.
@@.corruption;
Anna is a little more corrupted@@
[[Go to back to your bedroom and sleep|Sleep][$ys.corruption += 1]]
<</if>>
<</ctp>><<if $m.corruption is 0>>
<<ctp "KellyDrink">>
<img src="img/Kelly/Kelly Kitchen Event 1.jpg">
As you enter the kitchen, you can smell a fruity aroma in the air. Looking at the counter, you can see that your $m.rel had a bottle of wine open, but no glass in sight, she doesn't seem to be all that happy.
//''She couldn't be drinking straight from the bottle, could she?''//
@@.you;
Hey $m.rel, what are you doing?@@
You can see that Kelly is a little bit flustered, seems like she's been drinking for a little while now.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey honey! I'm just getting dinner ready.@@
Seems like she's preparing dinner, should you help her?
<<linkreplace "Help her make dinner">><<scrollTop>><<ctpAdvance "KellyDrink">><</linkreplace>>
[[Don't help her|House]]
<<ctpNext clear>>
<img src="img/Kelly/Kelly Kitchen Event 1.jpg">
As you enter the kitchen, you can smell a fruity aroma in the air. Looking at the counter, you can see that your $m.rel had a bottle of wine open, but no glass in sight.
//''She couldn't be drinking straight from the bottle, could she?''//
@@.you;
Hey $m.rel, what are you doing?@@
You can see that Kelly is a little bit flustered, seems like she's been drinking for a little while now.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey honey! I'm just getting dinner ready.@@
@@.you;
How about I help you, $m.rel?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Really? I would love to have you help me honey!@@
@@.emote;
Kelly chuckles@@
Seems like her mood has improved.
<<linkreplace "Finish making dinner">><<scrollTop>><<ctpAdvance "KellyDrink">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Kitchen Event 2.jpg">
After finishing cooking, your $m.rel takes out two glasses and serves some wine for the both of you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
How's school?@@
@@.you;
Oh, you know, it's...@@
@@.love;
Kelly loves you a little more@@
[[Do some small talk and finish eating|House][$m.love += 1;$time.passTime(1)]]
<</ctp>>
<<else>>
<<ctp "KellyTalk">>
<img src="img/Kelly/Kelly Kitchen Event 1.jpg">
As you enter the kitchen, you can smell a fruity aroma in the air. Looking at the counter, you can see that your $m.rel had a bottle of wine open, but no glass in sight, she doesn't seem to be all that happy.
//''She couldn't be drinking straight from the bottle, could she?''//
@@.you;
Hey $m.rel, what are you doing?@@
You can see that Kelly is a little bit flustered, seems like she's been drinking for a little while now.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey honey! I'm just getting dinner ready...@@
//''There's definitely something up with her...''//
@@.you;
How about this. I will help you make dinner and you can tell me what's on your mind.@@
You start helping by chopping up the vegetables.
@@.emote;
Kelly thinks for bit@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name... Do you think I'm sexy?@@
You almost end up slicing your hand, as that catches you by surprise.
@@.you;
Excuse me?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Lately I've been feeling... Old...@@
//''So that's what she's worried about...''//
@@.you;
What are you talking about? There's no way that's the case. Here, let me prove my point. Make a sexy pose for me.@@
You watch as she poses for you.
<img src="img/Kelly/Kelly Kitchen Event 3.jpg">
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
So...?@@
@@.you;
Wow... You are absolutely breathtaking... If you weren't my $m.rel, I would be all over you!@@
@@.emote;
Kelly chuckles and smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You don't have to go that far... But thanks, that does make me feel better.@@
//''Great! I'm glad that she's fine now!''//
You go back to chopping the vegetables.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
And if you weren't my $player.m, I might just let you.@@
Once again, your finger barely survive the surprise.
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm just joking!@@
//''Yep, much better...''//
<<linkreplace "Finish making dinner">><<scrollTop>><<ctpAdvance "KellyTalk">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Kitchen Event 2.jpg">
After finishing cooking, your $m.rel takes out two glasses and serves some wine for the both of you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
How's school?@@
@@.you;
Oh, you know, it's...@@
@@.love;
Kelly loves you a little more@@
@@.corruption;
Kelly is a little more corrupted@@
[[Do some small talk and finish eating|House][$time.passTime(1);$m.corruption += 1;$m.love += 1]]
<</ctp>>
<</if>><img src="img/Sarah/Sarah Watching Movie.jpg">
As you walk into the living room, you notice that Sarah is watching a movie.
@@.you;
Hey Sarah, what are you watching?@@
<<if $os.lovelevel gte 2>>
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hi $player.name. I'm just watching a movie, want to join me?@@
@@.you;
Sure! I would love to!@@
As you say that, you lay down on the sofa, putting your head on her thigh.
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You sure like to lay down there, don't you?@@
@@.you;
Hey, it's the best pillow in the house!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Calling my thighs a pillow... You are lucky that I like you, dear $player.os, or you would be getting a knee to the face.@@
@@.you;
Well... I wouldn't lay down on the thighs of a girl I didn't like, now would I?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that so?@@
You move your head to look at Sarah's face.
@@.you;
That is so.@@
You can see a smile growing on her face, while she slightly blushes.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You've become quite silver tongued lately, haven't you.@@
You can't help but chuckle.
@@.you;
I'm learning a thing or two...@@
As you say that, you look back at the movie, only to feel a hand caressing your head.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm glad we can do this again...@@
@@.you;
So am I...@@
@@.love;
Sarah loves you a little more@@
[[Watch the movie|House][$os.love += 1;$time.passTime(1)]]
<<elseif $os.lovelevel is 1>>
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hi $player.name. I'm just watching a movie, want to join me?@@
//''This might be a good opportunity to get closer to her''//
@@.you;
Sure!@@
You sit down next to her and begin watching the movie. Unfortunately the movie itself is kinda boring and you start to get tired. You look to Sarah.
//''She seems engrossed into the movie, I wonder if she will mind if I lie my head on her thigh?''//
You decide that there's nothing to lose and go for it.
@@.emote;
Sarah is surprised@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey, those are my legs that you are laying on!@@
You give her a smile.
@@.you;
They are nice and comfortable too!@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine...@@
To your surprise, as you are watching the movie, Sarah starts to pet your head.
@@.you;
For someone that was complaining, you seem to be enjoying this too.@@
@@.emote;
Sarah blushes a little bit@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hush it.@@
Even though she says that, she doesn't stop petting your head. After an hour, the movie ends, so you get up and stretch.
@@.you;
That was nice, we should do this more often!@@
@@.emote;
Sarah is deep in thought@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yea... It was nice...@@
@@.you;
Well, I think I will be off to bed, see you tomorrow Sarah.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? Oh! Okay, good night $player.name!@@
@@.love;
Sarah loves you a little more@@
[[Leave|House][$os.love += 1;$time.passTime(1)]]
<<else>>
@@.emote;
Sarah looks at you briefly and then goes back to the movie@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Just a movie that I was interested in.@@
Seems like she hasn't warmed up to you yet.
[[Leave her be|House]]
<</if>>This is just a <span style="font-size:150%">test</span>
@@font-size:150%;test@@<<if $player.corruption gte 20>>
<<ctp "AnnaSleep">>
<img src="img/Other/Room Door Slightly Open Night.jpg">
Seems Anna left her door slightly open.
//''She's sleeping... Should I peek?''//
<<linkreplace "Peek">><<scrollTop>><<ctpAdvance "AnnaSleep">><</linkreplace>>
[[Don't|House]]
<<ctpNext clear>>
<img src="img/Anna/Anna Sleeping.jpg">
You tiptoe into the bedroom and see your $ys.rel sleeping.
//''Man... How can she look cute even when sleeping? I need to see more...''//
Your hands slowly move to the cover.
<<linkreplace "Take off her blanket">><<scrollTop>><<ctpAdvance "AnnaSleep">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Sleeping 2.mp4" autoplay loop/>
You slowly start to remove the blanket.
//''Don't wake up...''//
As you look down at her helpless body, you feel the urge to touch her.
<<linkreplace "Touch her">><<scrollTop>><<ctpAdvance "AnnaSleep">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Sleeping 3.mp4" autoplay loop/>
You slowly move your hands over her arm.
//''So soft...''//
As you caress her, you can't help but look to her ass.
//''It's still covered...''//
<<linkreplace "Uncover her ass">><<scrollTop>><<ctpAdvance "AnnaSleep">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Sleeping 4.jpg">
You look down at her ass, fully exposed.
//''I wonder...''//
Unable to hold back your urge, your hand slowly makes its way to her ass.
<<linkreplace "Touch her ass">><<scrollTop>><<ctpAdvance "AnnaSleep">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Sleeping 5.mp4" autoplay loop/>
As you slowly start carassing her ass, another dark thought enters your mind.
//''She hasn't woken up yet... Maybe I could...''//
As you are about to remove your hand, Anna starts stirring.
//''Crap! She's going to wake up!''//
You quickly stop and leave the room.
//''That was close... I should just go to sleep...''//
[[Go to sleep|Sleep]]
<</ctp>>
<<elseif $player.corruption gte 10>>
<<ctp "AnnaSleep">>
<img src="img/Other/Room Door Slightly Open Night.jpg">
Seems Anna left her door slightly open.
//''She's sleeping... Should I peek?''//
<<linkreplace "Peek">><<scrollTop>><<ctpAdvance "AnnaSleep">><</linkreplace>>
[[Don't|House]]
<<ctpNext clear>>
<img src="img/Anna/Anna Sleeping.jpg">
You tiptoe into the bedroom and see your $ys.rel sleeping.
//''Man... How can she look cute even when sleeping?''//
You decide to turn around and leave
[[Go to sleep|Sleep]]
<</ctp>>
<<else>>
<img src="img/Other/Room Door Slightly Open Night.jpg">
Seems Anna left her door slightly open.
//''I shouldn't bother her...''//
[[Leave|House]]
<</if>><img src="img/Kelly/Kelly Breakfast Event 1.jpg">
As you enter the kitchen, you see that your $m.rel is about to start making breakfast.
@@.you;
Good morning $m.rel, what's for breakfast today?@@
@@.emote;
Kelly turns around and looks at you.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm not sure... Do you have any special request?@@
@@.you;
Hm... I don't know... How about eggs, bacon and toast?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I guess... Although I'm not sure about the bacon, I'm trying to control my intake, since I'm starting to gain a little bit of weight...@@
@@.emote;
Kelly becomes a bit gloomy@@
You stop to think about what you are going to say, should you try to compliment her or just leave, not wanting to step on a land mine.
<<ctp "KellyBreakfast">>
<<linkreplace "Compliment her">><<scrollTop>><<ctpAdvance "KellyBreakfast">><</linkreplace>>
[[Say that anything is fine and then leave|House][$time.passTime(1)]]
<<ctpNext clear>>
@@.you;
What? There's no way that is true, you look as beautiful as ever $m.rel!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You think so? Aww, you are such a charmer!@@
@@.emote;
Kelly hugs you@@
@@.love;
Kelly loves you a little more@@
That worked very well.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Now go on, breakfast will be ready in a few.@@
@@.you;
Okay, I will see you later then, thanks.@@
<<set $eggsandbacon = 1>>
[[Leave|House][$m.love += 1;$time.passTime(1)]]
<</ctp>><<if $eggsandbacon is 1>>
<img src="img/Other/Eggs Bacon and Toast.jpg">
As you enter the kitchen, you can smell the aroma of bacon. Your mouth can't help but salivate at the thought of the crunchy goodie.
Your $m.rel smiles at you and waves for you to sit down.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hope you like it!@@
Looking at the table, seems like Anna and your $m.rel are both having fruit salad. They must be watching their weight. You feel glad that you asked your $m.rel for eggs, bacon and toast.
//''A man needs his proteins!''//
As you start eating, you can't help but notice that Anna is staring at you.
@@.you;
Want some?@@
@@.emote;
Anna looks down at her plate@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
<span style="font-size:70%">No...</span>@@
You can quite literally hear the sadness in her voice. Seems like she really wanted some bacon.
As you finish eating, you leave a single slice of bacon on your clean plate.
@@.you;
Thanks a lot $m.rel! This breakfast was wonderful. Especially the bacon!@@
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You are very welcome, but aren't you going to eat the last piece of the bacon?@@
@@.you;
No, I'm completely full. But it would be a real shame to throw it away... If only someone would take it for me.@@
You look at Anna and smile.
@@.emote;
Anna looks at you with twinkle in her eyes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well, I guess I ca-@@
You hear the sound of crunching. You look down at your plate, only to see that it is now empty. You look at your $m.rel.
@@.emote;
Kelly cleans her mouth@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You're right, it would have been a waste to throw away this delicious bacon.@@
You look back at Anna, only to see her still as a statue, with tears forming on her eyes. This would be a good moment to leave.
[[Escape|House][$time.passTime(1)]]
<<else>>
<img src="img/Other/Fruit Salad.jpg">
As you enter the kitchen, you can see that Anna and your $m.rel are already sitting and waiting for you to arrive.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Come on $player.ys! Sit down already! I'm starving!@@
Seems like breakfast will be Fruit Salad.
//''Seems like I will need to buy something at school...''//
They must be watching their weight and you were caught in the crossfire.
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hope you like it honey! It's grapes, orange, strawberries, kiwi and pineapple.@@
@@.you;
Thanks...@@
Seems like you are going to have to buy something to eat later.
[[Sit down and have your fruit salad|House][$time.passTime(1)]]
<</if>>Bla bla
<<ctp "testID">>
[[Breakfast Without|Breakfast Test 2]]
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
More bla bla
<<set $bacon = 1>>
[[Breakfast With|Breakfast Test 2]]
<</ctp>><<if $bacon is 1>>
Yes, Bacon.
<<set $bacon = 0>>
[[Go Back|Breakfast Test]]
<<else>>
No Bacon...
[[Go Back|Breakfast Test]]
<</if>><<if $player.corruption gte 10>>
<<ctp "KellyMasturbatePeek">>
<img src="img/Other/Room Door Slightly Open.jpg">
As you are walking down the hall, you notice that the door to your $m.rel's room is slightly open.
As you get closer, you start to hear moaning.
//''Should I peek?''//
<<linkreplace "Peek">><<scrollTop>><<ctpAdvance "KellyMasturbatePeek">><</linkreplace>>
[[Don't peek|House]]
<<ctpNext clear>>
<video src="img/Kelly/Kelly Masturbate.mp4" autoplay loop/>
You open the door a bit more to get a better view of what your $m.rel is doing.
//''Holy!''//
Your mouth becomes agape, your eyes glued at your $m.rel thrusting her dildo into herself. Your hand slowly lowers towards your crotch.
//''What am I doing?! She's my $m.rel!''//
You quickly retract your hand and leave.
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<<else>>
<img src="img/Other/Room Door Slightly Open.jpg">
As you are walking down the hall, you notice that the door to your $m.rel's room is slightly open.
As you get closer, you start to hear moaning.
//''I shouldn't peek on her...''//
[[Don't peek|House]]
<</if>><img src="img/Kelly/Kelly Living Room Sleep.jpg">
You hear your $m.rel's voice.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Honey... Wake up...@@
As you open your eyes, you see your $m.rel staring at you. Seems like you ended up sleeping on the couch, as you watched TV.
You rub your eyes
@@.you;
Hey $m.rel, what time is it?@@
@@.emote;
Kelly scowls at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's already Evening. You shouldn't be sleeping on the couch, it's terrible for your back.@@
@@.you;
Yeah... Sorry, I was just feeling a little bit tired.@@
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Don't worry. Here, let me go get you a glass of water.@@
As your $m.rel leaves, you stretch your arms. Soon after she gets backs.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Here you go.@@
You receive the glass of water.
@@.you;
Thanks.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's not a problem. But don't sleep on the couch, okay? I don't want you having problems with your back early in life and...@@
[[Seems you are in for a lecture|House][$time.passTime(1)]]<img src="img/Anna/Anna Bedroom Study 1.jpg">
As you enter Anna's bedroom, you notice that your $ys.rel is currently studying.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey $player.name, what are you doing here?@@
@@.you;
Hey Anna, I saw that you just got back, so I came here to see what's up.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, not much, I just went to the shopping mall with some friends from my class.@@
@@.you;
Oh? Did you buy anything nice?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
No... I didn't have any money. But we did do a lot of window shopping!@@
@@.you;
I see, did you have fun?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yep!@@
@@.you;
So, what are you doing?@@
@@.emote;
Anna becomes crestfallen@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Homework...@@
You could help her do her homework, or you can just leave and let her be.
<<ctp "AnnaHomework">>
<<linkreplace "Help her with the homework">><<scrollTop>><<ctpAdvance "AnnaHomework">><</linkreplace>>
[[Leave her alone|House][$time.passTime(1)]]
<<ctpNext clear>>
@@.you;
How about I help you with your homework?@@
@@.emote;
Anna's eyes begin to sparkle@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?! Do you know anything about Introduction to Photography and Related Media?@@
<<if not $Camera>>
@@.you;
Nope.@@
@@.emote;
Anna inflates her cheeks and scowls at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Then what are you going to help me with?@@
@@.you;
Procrastinate?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Out!@@
//''I need to learn about Photography before I can help her''//
[[Leave her alone|House][$time.passTime(1)]]
<<else>>
@@.you;
Sure. After I got my own camera, I researched a bit in order to learn how to take good photos.@@
@@.emote;
Anna frowns at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
And that would let you help me with my homework?@@
You laugh at her cute face.
@@.you;
Who knows! But worst comes to worse, I'm a black belt in Google-Fu. So, if there's anything you need to know, I can research it.@@
@@.emote;
Anna thinks for a bit, then nods her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! But if you get in my way, I'm going to bonk your head!@@
You laugh even harder.
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! I'm serious!@@
@@.you;
Don't worry, I got this.@@
And so, you spend the next couple of hours helping her with her homework. While your knowledge didn't help at all, you were able to use Google to help her.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Aaaaand we are done! Thank you $player.ys!@@
You start playing with your pen.
@@.you;
You are very welc-@@
As you were talking, then pen slips out of your hand and falls on the ground. You crouch down to get it.
<img src="img/Anna/Anna Bedroom Study 2.jpg">
As you look up, you stare straight at your $ys.rel's crotch.
//''Holy shit! Her legs are wide open!''//
You can't help but stare at her panties. You can almost see her pussy, but then she closes them. You become disappointed, but you get up anyway.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Did you find what you were looking for?@@
@@.you;
Ah? Ah! Yeah, I did!@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I'm sure you did!@@
You can see that her face is faintly red. Seems like she's embarrassed.
//''Did she do it on purpose?''//
@@.love;
Anna loves you a little more@@
@@.corruption;
Anna is a little more corrupted@@
[[Finish and leave|House][$time.passTime(1);$ys.corruption += 1;$ys.love += 1]]
<</if>>
<</ctp>><<if $os.lovelevel gte 2>>
<img src="img/Sarah/Sarah Videogames.jpg">
As you were walking down the hall, you hear some noises coming from the living room. When you look at your cell phone, you see that it's already midnight.
//''I wonder if Sarah is playing games?''//
You walk in and spot Sarah still playing the same game as last time.
//''Let's give her another scare!''//
@@.you;
Hey, Sarah!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? Hi, $player.name...@@
Not even phased by your sudden greeting, she is still laser focused on the game.
//''Well... That was disappointing...''//
As you sit next to her and watch her play, she suddenly picks up the second controller and hands it to you.
@@.you;
Need help?@@
She doesn't say anything, instead continuing to focus on the game itself.
//''I will take that as a yes...''//
<<if $player.fitness gte 20>>
Thanks to Pravitas, your fitness has grown even faster and, with it, so did your reflexes. Even though you were never really great at games, you can now rely on your reflexes more than on your muscle memory.
//''Okay! I can do this!''//
As you move along the stage, you and Sarah eventually reach the Arena, where you stand face to face with the boss.
@@.emote;
Sarah hisses@@
//''The hell?! She must be stuck on this boss...''//
@@.you;
Don't worry, Sarah! We got this!@@
You decide to make the first move. You aren't sure about the attack pattern of the boss, but your reflexes prove to be useful, as you execute a perfect parry of the boss' overhead slash, causing the boss to become off balance.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
An opening!@@
As Sarah says that, she moves in behind the boss and performs an executing move, dealing double damage to enemies that are off balance. As she does that, you can see a smile starting to grow on her serious face.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
We can do this...@@
Seeing as she is better at the game than you, you decide to just be the tank. You carefully evade all of the power attacks from the boss and perfectly parry any attack that could be parried. After what feels like an eternity, the boss finally kneels down and dies. And with that, Sarah jumps up.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
YES!@@
As you are about to say something to her, she suddenly hugs you and gives you a kiss.
<img src="img/Sarah/Sarah Kiss.jpg">
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you, $player.name! I can't believe we were able to beat this boss! I've been stuck on him like, forever!@@
The kiss, having caught you by surprise, caused you to forget what you were about to say, so, instead, you decide to just go along with her.
@@.you;
Is that so? I'm glad I could help.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But when did you become so good at this game? Even I can only perfect parry about 25% of the times!@@
You can't help but cough.
//''I can't tell her about Pravitas!''//
@@.you;
Uh... I've been... Practicing! Yes! I've been practicing in order to not be a burden when we played together! And from the reward I just got, it sure was worth it!@@
@@.emote;
Sarah looks at you in confusion@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Reward...? Oh! That!@@
//''Seems like she didn't even notice that she kissed me...''//
@@.emote;
Sarah gives you a confident smile@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If you keep it up, I may just keep rewarding you like that.@@
@@.you;
Any time, $os.rel. You know that I will always be here to help you when you need it.@@
You watch has her smile freezes and her face slowly blushes.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is... Is that so? I guess that is true... Hehe...@@
You can swear you heard a genuine laughter coming out of her mouth.
@@.emote;
Sarah stretches and gives you a sweet smile@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you, $player.name. I can finally go to sleep.@@
//''Seems like she's in a good mood... May as well tease her!''//
@@.you;
Oh? Need some company?@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Don't get too cocky now, you pervert! I'm not going to let you come to bed with me just because you helped me kill some measly mid boss.@@
@@.you;
Does that mean if I help you kill the final boss, you will?@@
@@.emote;
Sarah chuckles and starts to leave@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Who knows... Guess you will just have to do it and see. Good night, $player.os, don't stay up until too late.@@
@@.you;
Good night, $os.rel.@@
As she leaves, you can't help but notice her swaying her ass.
//''I'm getting one step closer!''//
@@.love;
Sarah loves you a little more@@
[[Go to bed|Sleep][$os.love += 1]]
<<else>>
You take the controller and try to help her out. As the both of you make your way to the boss, you notice that you haven't improved all that much.
//''I'm not sure how much of a help I can be like this...''//
Eventually you both reach the Arena and stand face to face with the boss. While Sarah is still at full health, yours is a little over half.
@@.emote;
Sarah hisses@@
//''Seems like she's been stuck on this boss for a while now''//
You watch as Sarah prepares to engage the boss. She talks to you for the first time.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Just try to get the bosses attention, I will deal damage on it from behind.@@
@@.you;
Got it.@@
You slowly approach the boss and prepare to defend yourself against his attacks. Unfortunately you don't know the attack pattern of the boss and your reflexes aren't all that impressive, causing you to fail to block or dodge most of his attacks. This leads the both of you to a quick death.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Damnit!@@
You can't help but scratch your head at Sarah's frustration.
@@.you;
I'm sorry, Sarah. I think I dragged you down.@@
You watch as Sarah looks at you and sighs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No... I've been stuck on this boss for a while now, so it's not your fault.@@
@@.emote;
Sarah gives you a forced smile@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, but I do appreciate you trying to help.@@
Saying that, she turns off the console and gets up.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm going to bed now, $player.name. See you tomorrow.@@
@@.you;
See ya...@@
You watch as she leaves to her bedroom, dejected.
//''Man... If only my reflexes were better... Maybe if I exercised more?''//
[[Go to bed|Sleep]]
<</if>>
<<elseif not $SarahVideogame>>
<img src="img/Sarah/Sarah Videogames.jpg">
As you were walking down the hall, you hear some noises coming from the living room. When you look at your cell phone, you see that it's already midnight.
//''Who would be up at this hour?''//
You walk into the living room, only to spot Sarah playing video games.
//''Am I dreaming?''//
You pinch your arm and feel a little bit of pain.
//''I'm not dreaming, alright...''//
Not knowing what else to do, you just walk in.
@@.you;
Hey Sarah.@@
@@.emote;
Sarah jumps up screaming@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
AH! HOLY FUCK, YOU SCARED ME!@@
You can't help but smirk a bit with her reaction.
@@.you;
I didn't know you played games.@@
@@.emote;
Sarah looks down at her hands and then looks back at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You better not fucking tell anyone, got it?@@
Thinking that this is a good opportunity, you decide to try your luck.
@@.you;
Say, how about this, if you do something for me, I won't tell anyone.@@
@@.emote;
Sarah glares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What do you want? And you better watch out for what you ask, you dweeb.@@
You can't help but shiver a bit at her dangerous tone.
@@.you;
Not much, I just want you to let me play a bit with you.@@
@@.emote;
Sarah's eyes widen in shock@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That's all you want?@@
@@.you;
Yep, now hand me over the second controller.@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine, but you better keep your side of the deal.@@
As Sarah says that, she hands you a second controller. A couple of hours pass.
@@.you;
Well, that was fun, but I have to get to bed or I'll be screwed tomorrow.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
<span style="font-size:50%">That was fun...</span>@@
@@.you;
What was that?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Nothing! You better not tell anyone, dumbdumb!@@
Seems like Sarah's voice as more playful just now. Guess your relationship just got a bit better.
@@.love;
Sarah loves you a little more@@
<<set $SarahVideogame to true>>
[[Go to bed|Sleep][$os.love += 1]]
<<else>>
<img src="img/Sarah/Sarah Videogames.jpg">
As you were walking down the hall, you hear some noises coming from the living room. When you look at your cell phone, you see that it's already midnight.
//''I wonder if Sarah is playing games?''//
You walk in and spot Sarah still playing the same game as last time.
//''Is this the only thing she plays?''//
@@.you;
Hey Sarah!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
AH! Jesus fucking Christ $player.name! Are you trying to give me a heart attack?@@
//''Seems like she was too focused to notice me.''//
You can't help but shrug.
@@.you;
Not my fault that you are a scaredy-cat...@@
@@.emote;
Sarah glares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What do you want, dweeb?@@
@@.you;
Can't sleep, so I want to play a bit.@@
@@.emote;
Sarah stares at you, but then sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine, but you better carry your own weight this time...@@
@@.emote;
Sarah hands you a second controller@@
You smile at her.
@@.you;
Hey! I will be kicking your ass in no time!@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yeah right!@@
And so, a couple of hours pass.
@@.you;
Well, that was fun, but I have to get to bed or I'll be screwed tomorrow.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine, I will see you next time.@@
//''Next time? Wow... She's actually mellowing out to me!''//
@@.love;
Sarah loves you a little more@@
[[Go to bed|Sleep][$os.love += 1]]
<</if>><<if $ys.lovelevel gte 2>>
<<if $player.intelligence gte 20>>
<<ctp "AnnaHomework">>
<img src="img/Anna/Anna Morning Homework 2.jpg">
As you enter the living room, you spot your $ys.rel surrounded by books.
@@.you;
Good morning Anna, what are you doing this early?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! Hey, $player.ys! Perfect timing!@@
//''Perfect timing? Don't tell me...''//
Before you can even finish your thought, Anna gives you a beaming smile.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Surely you would help a lady in distress, right?!@@
@@.you;
A lady?@@
You look around the room and tilt your head.
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! There's one sitting right here!@@
You can't help but chuckle.
@@.you;
Sorry, I couldn't resist. Of course I will help you.@@
You watch as Anna's face brightens again and she shows you her book.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I forgot to do a ton of homework yesterday! Can you help me? Please?@@
You nod your head.
//''Shouldn't be that hard...''//
As you look at the contents, you are happy that you can understand it.
@@.you;
Yep! I can definitely help you with that!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yay!@@
You watch as Anna shoves a few of her books to the side.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Come! Sit! We don't have much time.@@
You sit down next to her and start helping with her homework. After a little over a half an hour, you finish. You get up and stretch.
@@.you;
Man! That was quite a lot!@@
@@.emote;
Anna chuckles guiltily@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sorry, $player.ys... I will try to not let it happen again.@@
You smile at her.
@@.you;
Don't worry Anna. You are my precious $ys.rel. You know I would do anything for you.@@
@@.emote;
Anna's face becomes red and she nods her head@@
@@.you;
Well, I better get ready for school too.@@
You turn around and start walking towards your bedroom.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.ys! Look over here!@@
<<linkreplace "Look back">><<scrollTop>><<ctpAdvance "AnnaHomework">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Morning Homework 3.jpg">
As you look back, your eyes widen at the sight of your $ys.rel's bright white panties.
//''Whoa!''//
You can clearly see that her face is even redder than before.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
T-This is a 'thank you' for helping me!@@
You flash her a grin.
@@.you;
Well, then I should make it a habit of helping you more frequently.@@
//''Totally worth it!''//
@@.love;
Anna loves you a little more@@
@@.corruption;
Anna is a little more corrupted@@
[[Start getting ready for school|House][$ys.love += 1;$time.passTime(1);$ys.corruption += 1]]
<</ctp>>
<<else>>
<img src="img/Anna/Anna Morning Homework 2.jpg">
As you enter the living room, you spot your $ys.rel surrounded by books.
@@.you;
Good morning Anna, what are you doing this early?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! Hey, $player.ys! Perfect timing!@@
//''Perfect timing? Don't tell me...''//
Before you can even finish your thought, Anna gives you a beaming smile.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Surely you would help a lady in distress, right?!@@
@@.you;
A lady?@@
You look around the room and tilt your head.
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! There's one sitting right here!@@
You can't help but chuckle.
@@.you;
Sorry, I couldn't resist. Of course I will help you.@@
You watch as Anna's face brightens again and she shows you her book.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I forgot to do a ton of homework yesterday! Can you help me? Please?@@
You nod your head.
//''Shouldn't be that hard...''//
As you take a look at the book, your mind goes numb.
//''WHAT THE HELL?!''//
The difficulty of the questions seems to be far greater than you expected.
@@.you;
Uh... Anna? Did something change with your homework?@@
@@.emote;
Anna tilts her head in confusion@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Not really? We started the next book.@@
@@.emote;
Anna closes the book and shows you the cover@@
//''Advanced Applied Lighting...''//
While your knowledge was enough for you to help her with the basics, you aren't smart enough to help her with the advances. You shake your head and give her a sad smile.
@@.you;
Sorry, Anna... I don't think I can help you with that...@@
@@.emote;
Anna panics and shakes her hands at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
N-No! It's fine, $player.ys! I just thought you could help! It's fine! I'm sure I can finish it on my own.@@
@@.you;
I'm sorry, Anna. But I will help you next time, okay?@@
@@.emote;
Anna smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay, $player.ys!@@
//''Damn... I let her down... I need to study more...''//
[[Let her finish her homework|House][$time.passTime(1)]]
<</if>>
<<else>>
<img src="img/Anna/Anna Morning Homework 1.jpg">
As you enter the living room, you see your $ys.rel sitting on the sofa, reading something.
@@.you;
Good morning Anna, what are you doing this early?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I forgot to do one of my homeworks yesterday.@@
She seems a bit sad, maybe you can do something about it.
@@.you;
Yikes, is there anything I can do to help you?@@
You see that she's thinking a bit.
@@.emote;
Anna shakes her head from side to side@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
No... I'm almost finished, so there's not much to do.@@
@@.you;
Okay, but if you need me, I'm here.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Thanks $player.ys!@@
[[Let her finish her homework|House][$time.passTime(1)]]
<</if>><<if not $Camera>>
<img src="img/Anna/Anna Photos 1.jpg">
As you're looking at the yard, you spot your $ys.rel. Since only you and her are at home at the moment, this would be an excellent time to take some pictures of her. If you had a camera.
[[No camera, no photos|House]]
<<elseif $ys.corruption lte 9>>
<img src="img/Anna/Anna Photos 1.jpg">
As you're looking at the yard, you spot your $ys.rel. Since only you and her are at home at the moment, this would be an excellent time to take some pictures of her.
@@.you;
Hey, $ys.rel! Want to take some pictures?@@
@@.emote;
Anna looks over at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sorry, not right now...@@
@@.you;
That's fine, some other time then?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sure, some other time!@@
//''Seems like now is not the time yet...''//
[[Go back inside|House]]
<<else>>
<<ctp "AnnaPhotos">>
<img src="img/Anna/Anna Photos 1.jpg">
As you're looking at the yard, you spot your $ys.rel. Since only you and her are at home at the moment, this would be an excellent time to take some pictures of her.
@@.you;
Hey Anna, up for taking some pictures?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sure!@@
Saying that, Anna poses for you.
<<linkreplace "Start taking pictures">><<scrollTop>><<ctpAdvance "AnnaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 2.jpg">
You start to take pictures of Anna.
@@.you;
Very good, Anna!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
How do I look?@@
@@.you;
Beautiful as always!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hehe...@@
@@.you;
Okay! Let's go for the next pose!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
<<linkreplace "Take sexy pictures">><<scrollTop>><<ctpAdvance "AnnaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 3.jpg">
You start taking more pictures of her.
@@.you;
Very good, you have a nice looking tummy!@@
@@.emote;
Anna laughs@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
That again? What does that even mean?@@
@@.you;
Okay, now turn around and raise your hip a little bit, let's get a better look of your back side!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Got it!@@
<<linkreplace "Take more sexy pictures">><<scrollTop>><<ctpAdvance "AnnaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 4.jpg">
You make sure to focus on her ass for a few pictures.
@@.you;
Now that's what I'm talking about. Cute and Sexy!@@
@@.emote;
Anna hums@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Are the pictures looking good?@@
You give her the thumbs up.
@@.you;
They are looking great!@@
@@.emote;
Anna stops posing and runs to you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Lemme see! Lemme see!@@
You show her the pictures that you've taken.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! I do look sexy!@@
You can't help but chuckle at that statement.
//''Guess she is still too pure o push her any further...''//
@@.corruption;
Anna is a little more corrupted@@
[[Wrap it up|House][$time.passTime(1);$ys.corruption += 1]]
<</ctp>>
<</if>>
<<if $Camera and $ys.corruption is 9>>
<<goto "Anna Pictures">>
<</if>><<if $os.lovelevel is 0>>
<img src="img/Sarah/Sarah Kitchen 1.jpg">
Entering the Kitchen, you see that your $os.rel is cooking dinner for the family. This is usually the case on Wednesdays and Fridays.
@@.you;
Hey Sarah, what are you cooking?@@
@@.emote;
Sarah scoffs at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If you are here to get in my way, you better turn around and leave.@@
Hearing that makes you stop in your tracks. You could just turn around and leave, on the other hand you could help her make dinner.
<<ctp "Sarah Cooking Dinner">>
<<linkreplace "Help her make dinner">><<scrollTop>><<ctpAdvance "Sarah Cooking Dinner">><</linkreplace>>
[[Turn around and leave|House][$time.passTime(1)]]
<<ctpNext clear>>
@@.you;
Come on Sarah, don't be like that, I'm here to give you a hand.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really? Now that would be a first...@@
@@.emote;
Sarah thinks for a moment@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine. Since you are already here, may as well be helpful.@@
For a moment there you can swear you saw Sarah smile, but it was gone as fast as it came.
As you help Sarah prepare dinner, you feel that your bond with her grew stronger.
@@.love;
Sarah loves you a little more@@
[[Finish cooking|House][$os.love += 1;$time.passTime(1)]]
<</ctp>>
<<else>>
<<ctp "SarahCookingDinner2">>
<img src="img/Sarah/Sarah Kitchen 1.jpg">
Entering the Kitchen, you see that your $os.rel is cooking dinner for the family. This is usually the case on Wednesdays and Fridays.
@@.you;
Hey Sarah, what are you cooking?@@
@@.emote;
Sarah stops and looks at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hey $player.name. Nothing much, just the usual.@@
//''I should probably help her...''//
@@.you;
Need a hand?@@
@@.emote;
Sarah gives you a small smile@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Sure. Just don't fuck anything up, okay?@@
You laugh.
@@.you;
I may not cook a lot, but I'm sure I can handle this.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'll be the judge of that.@@
Saying that, Sarah stands right next to you and starts chopping the vegetables. She's close enough that you can even smell her shampoo.
//''Smells good...''//
You shake your head and go back to cooking.
<<linkreplace "Cook with Sarah">><<scrollTop>><<ctpAdvance "SarahCookingDinner2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Kitchen 2.jpg">
As you finish cooking, you can't help but look at Sarah again.
@@.you;
I gotta say, you do look nice in an apron.@@
@@.emote;
Sarah looks at you and pulls on her apron@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really now? Are you sure that I only look nice in an apron?@@
You look her up and down.
@@.you;
Hm... Let's see...@@
<<linkreplace "Ask her to turn around">><<scrollTop>><<ctpAdvance "SarahCookingDinner2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Kitchen 3.jpg">
You watch as Sarah turns around and poses by pulling on her skirt.
@@.you;
I guess you are right... It's less about the apron and more about the dress...@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really? Do you believe this dress would look good on just anyone?@@
@@.you;
That's a good question. Your figure must be quite good to compliment that dress... Shame that I can't see it to confirm.@@
@@.emote;
Sarah frowns at you@@
<<linkreplace "Give her a meaningful smile">><<scrollTop>><<ctpAdvance "SarahCookingDinner2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Kitchen 4.jpg">
Sarah slowly lifts up her skirt and gives you a good view of her ass.
//''Wow! Now that's what I call an ass!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What about now?@@
You can't help but cough at the sight.
@@.you;
Yep, I can see it now. It's definitely your body that is complimenting the dress.@@
@@.emote;
Sarah laughs softly and lets her dress down@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Glad you understand. You perv.@@
Saying so, Sarah starts to take the food out to the table. While she may have called you a perv, you can clearly see that she's happy.
@@.love;
Sarah loves you a little more@@
[[Help her|House][$os.love += 1;$time.passTime(1)]]
<</ctp>>
<</if>><<if not $AnnaFriend>>
<img src="img/Anna/Anna Bedroom Friends 1.jpg">
As you enter Anna's bedroom, you notice that she seems to be texting on her phone.
@@.you;
Hey Anna, what are doing?@@
@@.emote;
Anna looks up at you with surprise@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, hi $player.name! Didn't see you come in.@@
You chuckle at that.
@@.you;
Well, seems like you were too focused on your phone.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah, yes! I'm texting Lilith! She's a friend I made in class!@@
//''Lilith? Now that's a provocative name...''//
@@.you;
Oh? Is she cute?@@
@@.emote;
Anna gives you a disapproving look@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I don't think cute is the right word, but you shouldn't be ogling my friends...@@
@@.you;
Relax Anna, I'm sure you are far cuter than any of them could ever be. Here, show me her picture, I'm sure that will be the case.@@
Anna still looks at you with suspicion, but eventually shows you Lilith's picture.
//''Easy.''//
<img src="img/Other/Lilith Photo.jpg">
//''WHAT THE HELL?!''//
Her photo is far more explicit than what you had in mind, causing you to be at a loss for words.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
<span style="font-size:70%">$player.name...</span>@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
$player.name.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
<span style="font-size:150%">$player.name!</span>@@
@@.you;
Anna? Ah! Sorry, I was just... err...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I knew you were going to ogle her!@@
@@.you;
Sorry! But, I mean... She's wearing... You know?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What? This is art. This was her halloween costume from last year!@@
//''You mean she actually wore that outside?!''//
@@.you;
Yes! Of course, of course... I need to go.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! $player.name!@@
<<set $AnnaFriend to true>>
[[Escape|House][$time.passTime(1)]]
<<else>>
<img src="img/Anna/Anna Bedroom Friends 1.jpg">
As you enter Anna's bedroom, you notice that she seems to be texting on her phone.
@@.you;
Hey Anna, what are doing?@@
@@.emote;
Anna looks up at you with surprise@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, hi $player.name! Didn't see you come in.@@
You chuckle at that.
@@.you;
Texting your friend?@@
@@.emote;
Anna scowls at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
No ogling my friends!@@
//''Damn it... I was hoping I could see her picture again...''//
@@.you;
Soooo... When are you bringing her over?@@
@@.emote;
Anna glares at you@@
//''Seems like I'm pushing it too far...''//
@@.you;
Nevermind...@@
//''Maybe if she was more open to it...''//
[[Leave|House][$time.passTime(1)]]
<</if>><img src="img/Other/Dinner Table.jpg">
Today is one of the few days that the whole family sits together. You are not sure why that is the case, but it seems to be restricted to only when Sarah cooks. As for the meal, she usually cooks things that you would find at a bar.
Right now you guys are waiting for Kelly to arrive with the wine.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm back!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Finally! The food is getting cold.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, come on sweetie, I'm sure it's fine. Your cooking has always been excellent, if a little dubious. And it will only become better when paired with a nice wine!@@
You get up from your chair.
@@.you;
Here, let me serve you guys.@@
You pick up the wine and start pouring into your $m.rel glass.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Now that's what I call the man of the house, knows how to treat the ladies.@@
<<if $os.lovelevel gte 2>>
@@.emote;
Sarah smiles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
He has been quite reliable lately.@@
@@.you;
Lately? Haven't I've always been reliable?@@
@@.emote;
Sarah snorts@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Please, you wouldn't clean your room unless threatened.@@
You can't help but shrug at that.
@@.you;
That's true, I guess...@@
@@.emote;
Sarah chuckles and gives you a wink@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But don't worry, I'm relying on you now.@@
As she says that, she raises her glass to you. You pour her some wine.
//''Don't worry... You will be relying on me for a lot more than just wine...''//
<<elseif $os.lovelevel gte 1>>
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
At least he's doing something for once.@@
@@.you;
Hey! That's uncalled for!@@
@@.emote;
Sarah looks at you and grins.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That may be so, but it's still true.@@
As she says that, she raises her glass. You grumble while you pour her some wine.
<<else>>
You can hear Sarah scoffing at that remark.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
<span style="font-size:70%">Not much of a man...</span>@@
@@.you;
What was that?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I said pour me some wine already.@@
@@.emote;
Sarah lifts her to glass@@
//''Sigh''//
@@.you;
Whatever you say your highness...@@
<</if>>
As finish filling Sarah's glass, you look at Anna, hardly being able to keep still.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yay! Gimme!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Now $player.name, don't pour too much for her, she only started to drink this year and she still can't hold her liquor.@@
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes I can!@@
You pour a little less for Anna.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Awww...@@
@@.you;
Don't worry, if you are fine after that glass, I will pour you a little more, how about it?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
Once you finish pouring everyone's wine, you sit down again.
@@.you;
Thank you for the food!@@
@@.stuff;
Everyone<hr>
Thank you for the food!@@
As you finish eating, two of the girls are about to take the dishes into the kitchen, that means that you can use this time to talk with the one that stays. Or you can just leave.
[[Kelly stays|Kelly Dinner]]
[[Anna stays|Anna Dinner]]
<<if $IsabellaSecret and not $TellingSarah and $os.corruption gte 19>>[[Talk to Sarah about K&Q|Talking to Sarah Again]]<<elseif $GettingInfo and not $ConvincingSarah and $player.charm gte 20 and $os.love gte 19>>[[Convincing Sarah|Convincing Sarah]]<<else>>
[[Sarah stays|Sarah Dinner]]
<</if>>
[[Just leave|House][$time.passTime(1)]]<img src="img/Group/Kelly Dinner Table.jpg">
As Sarah and Anna take the dishes to the Kitchen, only you and your $m.rel are left.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
So, $player.name, how's school going?@@
@@.you;
It's going very well, I'm having a ton of fun there.@@
@@.emote;
Kelly nods her head@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Having fun is good and all, but don't forget to study, okay?@@
@@.you;
Sure, I can guarantee that I will be showing good results. But what about you, how's work?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, you know... Lots of meetings about non-issues, having to meet clients about stupid things. Worse of them all are those clients that "forget" that I'm married.@@
@@.you;
Really? Hey, if any one of them gives you too much trouble, just tell me okay? I will go there personally and kick their ass.@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thanks honey, but it's fine. I've been dealing with those types of people for longer than you've been alive, I can handle myself.@@
You take your $m.rel's hand and stare into her eyes.
@@.you;
I'm serious, if ever need me to help you out, you can count on me.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I... Thanks honey. If there is ever an issue I can't handle, then I will give you a call.@@
You can swear that you see a faint blush on your $m.rel's face.
<<if $m.corruption is 0>>
@@.love;
Kelly loves you a little more@@
[[Finish drinking|House][$m.love += 1;$time.passTime(1)]]
<<else>>
@@.love;
Kelly loves you a little more@@
@@.corruption;
Kelly is a little more corrupted@@
[[Finish drinking|House][$m.love += 1;$time.passTime(1);$m.corruption += 1]]
<</if>><img src="img/Group/Anna Dinner Table.jpg">
As Sarah and Kelly take the dishes to the Kitchen, only you and your $ys.rel are left.
You can clearly see that Anna's face is flushed, signs that she is a little drunk.
@@.you;
You got drunk off a half a glass of wine?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Whaaat? I'm not druuunk... You're druuunk...@@
@@.emote;
Anna points her finger at you@@
You can't help but laugh at her.
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Heeeey! Don't laugh at me!@@
@@.you;
So, how are you enjoying your course?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's so much fun! I'm loving it! I've made a ton of friends, I can take a lot of pretty pictures, there are a lot of cute costumes I can wear in order to model!@@
Remembering how her classmates wanted her to pose, you decide to remind her.
@@.you;
Hey, just don't let them take advantage of you and make you pose in your underwear, okay?@@
@@.emote;
Anna's face becomes even redder@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I know that! They told me it was just a prank to see how far I was willing to go... It's not like I'm going to let just anyone see me in my underwear...@@
@@.you;
That reminds me, didn't you used to run around the house in your underwear?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I WAS SIX THEN! Don't remind me of that...@@
@@.emote;
Anna lays her head on the table and hides it with her arms@@
You laugh at her display.
@@.you;
Well, for all that it's worth, I'm sure you would look a lot cuter now in your underwear.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Pervert...@@
You can't help but see a small smile on her lips.
<<if $ys.corruption is 0>>
@@.love;
Anna loves you a little more@@
[[Finish drinking|House][$ys.love += 1;$time.passTime(1)]]
<<else>>
@@.love;
Anna loves you a little more@@
@@.corruption;
Anna is a little more corrupted@@
[[Finish drinking|House][$ys.love += 1;$time.passTime(1);$ys.corruption += 1]]
<</if>><<if $os.lovelevel is 0>>
<img src="img/Group/Sarah Dinner Table.jpg">
As Kelly and Anna take the dishes to the Kitchen, only you and your $os.rel are left.
You can't help but feel conscious of yourself whenever you are alone with Sarah. You do remember you used to have a good relationship up until a few years ago.
@@.you;
Hey, Sarah.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What is it, dumb dumb?@@
//''Not even one sentence in and she is already calling me names''//
@@.you;
Say, we used to be quite tight back in the days, what happened?@@
@@.emote;
Sarah is taken aback@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I... I don't know... Things just happened...@@
This is the first time in years that you've seen Sarah getting flustered. May as well strike while the iron is hot.
@@.you;
I remember we used to play a lot of video games together, then one day you just didn't want to play anymore. Did I do something to you that I didn't realize?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It's not you... Well, mostly not you. It's just that... You know.@@
May as well go for the kill.
@@.you;
Say, how about we try to get along again? We are both adults here. Whatever happened back then, let's let bygones be bygones.@@
@@.emote;
Sarah is stunned.@@
As you are waiting for a reply, Sarah gets up and leaves. You can swear you saw a little bit of flush on her face and it most likely wasn't the wine.
@@.love;
Sarah loves you a little more@@
[[Finish drinking|House][$os.love += 1;$time.passTime(1)]]
<<elseif $os.lovelevel is 1>>
<img src="img/Group/Sarah Dinner Table.jpg">
As Kelly and Anna take the dishes to the Kitchen, only you and your $os.rel are left.
Recently your relationship to her has gotten much better, even though you know she's still hiding some things from you and trying to avoid you in some cases.
@@.you;
So... What have you been up to, Sarah?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh... You know... Things and stuff...@@
//''Seems like she doesn't want to talk about it...''//
@@.emote;
Sarah sips her wine@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And what about you, what have you been up to?@@
You remember everything you've been through since you've connected with Pravitas.
//''Man... A lot has happened...''//
@@.you;
You know... Things and stuff...@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I walked right into that one, didn't I?@@
You shrug.
@@.you;
Hey, if you talk about what you've been up to, I will talk about what I've been up to.@@
@@.emote;
Sarah finishes her glass of wine and gets up@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Maybe someday...@@
@@.you;
Well, at least I'm glad we are getting along now.@@
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You know what, $player.name? So am I.@@
And with that, she leaves. You also finish drinking your wine.
//''I'm getting there... Slowly, but surely...''//
@@.love;
Sarah loves you a little more@@
[[Take the glasses to the kitchen|House][$os.love += 1;$time.passTime(1)]]
<<elseif $os.lovelevel gte 2>>
<img src="img/Group/Sarah Dinner Table.jpg">
As Kelly and Anna take the dishes to the Kitchen, only you and your $os.rel are left.
Recently your relationship to her has gotten quite close. She trusts a lot in you and is willing to confide in you.
@@.you;
So... What have you been up to, Sarah?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, you know... Still managing the Kings and Queens website...@@
Hearing her say that, you can't help but grin.
@@.you;
Oh yeah... Speaking of which, how are you photos doing?@@
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Quite good, actually! It may not be in the top 10, but I did get quite a few fans for myself!@@
You nod your head.
@@.you;
I knew that would be the case... We just need to keep pushing! If we could get some more... Uh... Artistic photos of you, I'm sure you would break the top 10 in no time!@@
You can see Sarah's face slightly blush.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hmph... Sure... Artistic... You just want to see my naked body, don't you?@@
You can't help but shrug.
@@.you;
Hey, no one said I couldn't mix work with pleasure.@@
@@.emote;
Sarah gets up and starts to leave@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Pervert... Maybe some other time...@@
While she says that, you can see a smile creeping up her face.
@@.love;
Sarah loves you a little more@@
[[Take the glasses to the kitchen|House][$os.love += 1;$time.passTime(1)]]
<</if>><<if $os.love lte 9>>
<img src="img/Sarah/Sarah Midnight Working 1.jpg">
As you enter the living room, you notice that Sarah is using a laptop.
@@.you;
Hey Sarah, what are you doing this late at night?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Working. Don't bother me.@@
You stop dead in your tracks.
//''Working?! I didn't even know she worked!''//
As you hesitate for a bit, your curiosity ends up winning in the end.
@@.you;
So... What exactly is this "Work"?@@
@@.emote;
Sarah glares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
None of your business, that's what it is. Now scram.@@
Maybe if your relationship was better, she would be more willing to entertain you.
@@.you;
Okay, got it, sorry.@@
[[Go to bed|Sleep]]
<<else>>
<<if not $SarahWork>>
<img src="img/Sarah/Sarah Midnight Working 1.jpg">
As you enter the living room, you notice that Sarah is using a laptop.
@@.you;
Hey Sarah, what are you doing this late at night?@@
@@.emote;
Sarah doesn't look up at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Working...@@
@@.you;
That reminds me... I have no idea what you do.@@
@@.emote;
Sarah stops and looks up at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It's nothing all that great. I just manage a site that sells a specific type of product.@@
@@.you;
Really? What kind of product?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Pictures.@@
//''Pictures?''//
@@.you;
Like art?@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It's a type of art, alright.@@
@@.you;
Can I see this site?@@
@@.emote;
Sarah thinks@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... Not right now. Maybe someday.@@
//''Now I'm curious...''//
@@.you;
Oh, come on. Please?@@
@@.emote;
Sarah glares at you@@
//''I better not push''//
@@.you;
Alright...@@
You decide to just leave it at that.
//''Maybe there's some way to find out...''//
<<set $SarahWork to true>>
[[Go to bed|Sleep]]
<<else>>
<img src="img/Sarah/Sarah Midnight Working 1.jpg">
As you enter the living room, you notice that Sarah is using a laptop.
//''Seems like she's working... I haven't found out how I'm going to find out what site she manages...''//
[[Leave|House]]
<</if>>
<</if>><<if $m.corruptionlevel is 0>>
<img src="img/Kelly/Kelly Ready For Bed 1.jpg">
As you are walking past your $m.rel's bedroom, you see that the door is open and the lights are on. You decide to check in on her.
@@.you;
Hey $m.rel, what are you doing up so late?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Just getting ready for bed. I had a call that forced me to stay up until now. But what about you, shouldn't you be in bed by now?@@
@@.you;
I just couldn't sleep, so I was walking around.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
There's milk in the fridge, if you want to warm up some of it to help you sleep.@@
@@.you;
I'm not a kid anymore. I don't need warm milk to go to bed... At least not without some nice chocolate cookies.@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I will remember to buy some tomorrow.@@
@@.you;
Thanks, $m.rel, have a good night.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Have a good night too honey. Could you close the door for me?@@
@@.you;
Sure.@@
You close the door and get ready to go to sleep.
[[Go to bed|Sleep]]
<<elseif $m.corruptionlevel is 1 and not $KellyRFB>>
<img src="img/Kelly/Kelly Ready For Bed 2.jpg">
As you are walking past your $m.rel's bedroom, you see that the door is open and the lights are on. You decide to check in on her. When you enter the room, you are surprised to catch your $m.rel without her shirt.
@@.you;
Sorry $m.rel! Didn't realize you were changing!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's alright, honey. You've already seen me in a bikini, this is pretty much the same.@@
//''It is?!''//
@@.you;
Well, if you put it that way, then I guess it's fine.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
So, what brings you here you here this late?@@
@@.you;
Oh! Nothing much, I was just walking around and then I saw that you were still up, so I got curious.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I just had some work that I really needed to finish before tomorrow, so I ended up staying up a bit late.@@
//''Can't believe how hard she works... Maybe I should do something nice?''//
@@.you;
Is that so? Then I will tell you what. I will be in charge of making breakfast tomorrow!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
As long as it's not just cereal!@@
@@.you;
Hey! I know how to make eggs and bacon too, you know!@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, then I will be looking forward to it. Thank you, $player.name.@@
//''Seems like that did the trick''//
@@.you;
You are very welcome, $m.rel.@@
@@.love;
Kelly loves you a little more@@
<<set $KellyRFB to true>>
[[Wish her good night and go to sleep|Sleep][$m.love += 1]]
<<elseif $m.corruptionlevel gte 1>>
<img src="img/Kelly/Kelly Ready For Bed 3.jpg">
As you are walking past your $m.rel's bedroom, you see that the door is open and the lights are on. You decide to check in on her. Seems like she's not wearing her shirt.
//''Seems like she's not shy about it...''//
@@.you;
Hey $m.rel, had to work late again?@@
@@.emote;
Kelly sighs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yeah... Seems like they just let the whole week's work accumulate to Friday...@@
@@.you;
Well, I may not be able to help you with your work, but I can, at the very least, make you breakfast tomorrow!@@
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
That would be wonderful, honey!@@
@@.love;
Kelly loves you a little more@@
[[Wish her good night and go to sleep|Sleep][$m.love += 1]]
<</if>><<if not $Camera>>
<img src="img/Kelly/Kelly Photos 1.jpg">
As you're looking at the yard, you spot your $m.rel. Since only you and her are at home at the moment, this would be an excellent time to take some pictures of her. If you had a camera.
[[No camera, no photos|House]]
<<elseif $m.corruption lte 9>>
<img src="img/Kelly/Kelly Photos 1.jpg">
As you're looking at the yard, you spot your $m.rel. Since only you and her are at home at the moment, this would be an excellent time to take some pictures of her.
@@.you;
Hey, $m.rel! Want to take some pictures?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh? Hi, $player.name!@@
@@.emote;
Kelly walks up to you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Photos? Hm... I'm sorry honey, but I can't right now...@@
@@.you;
I see... Well, some other time then?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sure!@@
[[Go back inside|House]]
<<else>>
<<ctp "KellyPhotos">>
<img src="img/Kelly/Kelly Photos 1.jpg">
As you're looking at the yard, you spot your $m.rel. Since only you and her are at home at the moment, this would be an excellent time to take some pictures of her.
@@.you;
Hey, $m.rel! Want to take some pictures?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh? Hi, $player.name!@@
@@.emote;
Kelly walks up to you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Photos? Hm... Sure, I would love to!@@
@@.you;
Great! Would you mind standing over there?@@
You watch as your $m.rel walks into position.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Right here?@@
@@.you;
Yes! That's perfect, now if you could me a pose!@@
As Kelly poses, you start to take pictures.
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 2.jpg">
You decide that you want to first take pictures of her whole frame.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Am I doing this right? I don't usually take photos...@@
@@.you;
You are doing great $m.rel!@@
@@.emote;
Kelly becomes a bit happy@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Okay! If you need me to do anything, just say it!@@
//''Hm... This is a good opportunity to get some sexy pictures of her...''//
@@.you;
Okay, then would you mind holding on the collar of your shirt?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Like this?@@
@@.you;
Exactly!@@
<<linkreplace "Take sexy pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 3.jpg">
You start focusing on her upper body.
@@.you;
Very good! Now give the camera a sexy look!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
A sexy look?@@
@@.emote;
Kelly attempts to give the camera sexy look@@
@@.you;
Excellent! You are a natural at this!@@
@@.emote;
Kelly becomes very happy@@
//''Let's give her an extra push!''//
@@.you;
Now raise your skirt a little bit, just enough to get a glimpse of your thighs!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Like this?@@
@@.you;
Yes! Now keep that position!@@
<<linkreplace "Take more sexy pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 4.jpg">
You take some more pictures, focusing more on her thighs.
@@.you;
Good! Now give the camera a mysterious look!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
A mysterious look? How would I do that?@@
@@.you;
Mysteriously!@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Fine! I will try!@@
You watch as she gives her best attempt at it.
@@.you;
Yes! Now that's what I'm talking about!@@
//''Let's see if I can go a little bit farther...''//
@@.you;
Now, how about you undo one of the shirt's button? That way it will make the picture much sexier!@@
@@.emote;
Kelly seems conflicted, but does it anyway@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Like this?@@
<<linkreplace "Focus on her boobs!">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 5.jpg">
//''Wow... She actually did it! Can't miss this opportunity!''//
You begin to get as many photos, from as many angles you can possibly get.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name? Is this enough?@@
//''Seems like she's starting to get uncomfortable... I better not push it any further''//
@@.you;
Yes, that's enough! Wanna take a look at them?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sure!@@
@@.emote;
Kelly walks over to you and checks the photos@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Wow... They look very good! You are a good photographer!@@
You can't help but shrug at that statement.
@@.you;
It's less about the photographer and more about the model. It's pretty much impossible to get a bad photo of you.@@
@@.emote;
Kelly blushes a little bit@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh $player.name, you do know how to make an old lady happy!@@
@@.you;
Old lady? If I didn't know your age, I would swear that you were in your early 30's!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You are saying that just because you are my $player.m. But I'm happy to hear it nonetheless.@@
//''Seems like she enjoyed this.''//
@@.love;
Kelly loves you a little more@@
@@.corruption;
Kelly is a little more corrupted@@
[[Wrap it up|House][$time.passTime(1);$m.corruption += 1;$m.love += 1]]
<</ctp>>
<</if>><<if not $Camera>>
<img src="img/Sarah/Sarah Photos 1.jpg">
As you're looking at the yard, you spot your $os.rel.
//''Holy shit! She's smiling!''//
You can't even remember when was the last time you saw her smile. This would be an excellent moment to get some pictures. If you had a camera that is.
[[No camera, no photos|House]]
<<elseif $os.lovelevel is 0>>
<img src="img/Sarah/Sarah Photos 1.jpg">
As you're looking at the yard, you spot your $os.rel.
//''Holy shit! She's smiling!''//
You can't even remember when was the last time you saw her smile. This would be an excellent moment to get some pictures.
//''I mean... It can't hurt to ask...''//
@@.you;
Hey, Sarah.@@
@@.emote;
Sarah frowns at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What do you want dweeb?@@
//''Maybe it does...''//
@@.you;
Nothing...@@
If you had a better relationship with her, she may allow you to take some pictures.
[[Go back inside|House]]
<<else>>
<<ctp "SarahPhotos">>
<img src="img/Sarah/Sarah Photos 1.jpg">
As you're looking at the yard, you spot your $os.rel.
//''Holy shit! She's smiling!''//
You can't even remember when was the last time you saw her smile. This would be an excellent moment to get some pictures.
@@.you;
Hey, Sarah.@@
@@.emote;
Sarah's smile wanes@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hi $player.name... Do you need something?@@
You show her your camera.
@@.you;
Yeah, I thought you looked very beautiful right there. Mind if I take some pictures?@@
@@.emote;
Sarah blushes a little bit@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You want to take some pictures of me?@@
@@.you;
Yeah. If you don't mind, of course.@@
@@.emote;
Sarah thinks for a while, before nodding her head@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well... I guess it can't hurt...@@
//''Jackpot!''//
@@.you;
Great! Now, what I loved the most was your smile. Do you mind smiling for me?@@
You can see Sarah blushing a little bit more.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You loved my smile? Weirdo...@@
Even though she says that, she still smiles at you and poses.
<<linkreplace "Start taking pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 2.jpg">
As Sarah poses, you start taking pictures of her.
@@.you;
Very good! That dress looks very nice on you!@@
@@.emote;
Sarah smiles, but doesn't say anything@@
As you are taking the photos, you feel like you can ask her to do some more spicy poses.
@@.you;
Great! Do you mind turning around a bit for me? I want to get different frames!@@
@@.emote;
Sarah stops and raises an eyebrow at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really? Different frames?@@
You can't help but cough.
@@.you;
Yeah, you know... To be more artistic!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Artistic... Sure...@@
Even though she says that, she still turns around and raises her ass.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is this "artistic" enough for you?@@
<<linkreplace "Take sexy pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 3.jpg">
Even though you feel like you should say something, your hands move faster than your mouth and you start taking pictures, trying to focus on her ass.
@@.you;
Yeah! Now that is what I call artistic!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Not even trying to hide it now...@@
@@.you;
Hey! What can I say! I'm a man that admires everything that is beautiful!@@
@@.emote;
Sarah smiles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really? You find me beautiful?@@
@@.you;
Of course! Especially from this angle!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that so?@@
Saying that, Sarah raise her skirt a little bit.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What about now?@@
<<linkreplace "Take more sexy pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 4.jpg">
You take more pictures of her backside, trying hard not to let your mouth hang open.
@@.you;
I've gotta say, Sarah! You've got wonderful legs!@@
@@.emote;
Sarah scoffs at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course I do! I workout a lot in order to have this!@@
@@.you;
Well, whatever you are doing, keep at it! Because it's paying dividends!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, it's not just my legs that I've been working out...@@
@@.you;
Really?@@
Saying so, Sarah raises her skirt more.
<<linkreplace "Take even more sexy pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 5.jpg">
//''Holy...''//
You immediately start taking as many photos as you can.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So... What do you think?@@
@@.you;
Honestly? I think that's the most well shaped ass I've ever seen. Hell, I don't think I've seen any porn with a girl with a better ass!@@
@@.emote;
Sarah laughs and lowers her skirt again@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You sure have become a pervert lately, haven't you?@@
You can't help but shrug.
@@.you;
I've just decided to be truthful with how I feel.@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that so? Hm...@@
@@.you;
What?@@
@@.emote;
Sarah giggles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Nothing! See you around, perv!@@
You watch as Sarah happily leaves.
//''Odd, why is she happy all of the sudden?''//
@@.you;
Well, I got some nice photos!@@
@@.corruption;
Sarah is a little more corrupted@@
@@.love;
Sarah loves you a little more@@
[[Wrap it up|House][$time.passTime(1);$os.corruption += 1;$os.love +=1]]
<</ctp>>
<</if>><<if not $Camera>>
<img src="img/Group/Kelly and Anna Photos 1.jpg">
As you're looking at the yard, you spot your $ys.rel and your $m.rel. They look great together. This would be an excellent time to take some pictures of them. If you had a camera.
<span style="color:gold;">Still WIP, check next update!</span>
[[No camera, no photos|House]]
<<elseif $m.corruption lte 9>>
<img src="img/Group/Kelly and Anna Photos 1.jpg">
As you're looking at the yard, you spot your $ys.rel and your $m.rel. They look great together. This would be an excellent time to take some pictures of them.
@@.you;
Hey! Are you girls up for taking some pictures?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm sorry honey, but I can't right now...@@
//''Seems like $m.rel doesn't want to take photos yet... I wanted to take pictures of both... I should try again some other time...''//
[[Leave|House]]
<<elseif $ys.corruption lte 9>>
<img src="img/Group/Kelly and Anna Photos 1.jpg">
As you're looking at the yard, you spot your $ys.rel and your $m.rel. They look great together. This would be an excellent time to take some pictures of them.
@@.you;
Hey! Are you girls up for taking some pictures?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sorry, but I can't right now...@@
//''Seems like $ys.rel doesn't want to take photos yet... I wanted to take pictures of both... I should try again some other time...''//
[[Leave|House]]
<<else>>
<<ctp "GroupPhotos">>
<img src="img/Group/Kelly and Anna Photos 1.jpg">
As you're looking at the yard, you spot your $ys.rel and your $m.rel. They look great together. This would be an excellent time to take some pictures of them.
@@.you;
Hey! Are you girls up for taking some pictures?@@
@@.emote;
Anna becomes excited@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Pictures?! I do! What do you think, mom?!@@
@@.emote;
Kelly thinks for a bit@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Sure, why not?@@
//''Nice! Now to get some sexy pictures of them!''//
@@.you;
Great! Then please face each other!@@
<<linkreplace "Take pictures of them">><<scrollTop>><<ctpAdvance "GroupPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Group/Kelly and Anna Photos 2.jpg">
As Kelly and Anna face each other, you start taking pictures.
@@.you;
Very good! Now look at me and smile!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Like this?@@
//''Anna is more of a natural at this... Look at that bright smile!''//
@@.you;
Yes! Keep it up!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
What about me?@@
//''She seems kinda stiff... She usually has no trouble giving smiles...''//
@@.you;
Looking good also!@@
//''Now let's add a bit of pepper...''//
@@.you;
Hey, $m.rel! Could you raise Anna's blouse, so her stomach is showing? Hold it like you are pulling her towards you!@@
@@.emote;
Kelly hesitates for a bit and talks to Anna@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Is it fine if I do that?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sure! Go for it!@@
<<linkreplace "Take sexy pictures of them">><<scrollTop>><<ctpAdvance "GroupPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Group/Kelly and Anna Photos 3.jpg">
You're $m.rel carefully gets a hold of Anna's blouse, making sure to no damage it.
//''Seems like $m.rel is still a bit too hesitant... While Anna's natural ability for art is shining... Better give her more commands!''//
@@.you;
Very good! Now this is what I call art! Especially you Anna! Your smile is as bright as the sun!@@
@@.emote;
Anna laughs and smiles even brighter at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Corny! But I like it!@@
@@.you;
Okay now Anna! I need you to squat down and hold $m.rel's leg!@@
You watch as she squats down.
//''Now we're talking!''//
<<linkreplace "Take more sexy pictures of them">><<scrollTop>><<ctpAdvance "GroupPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Group/Kelly and Anna Photos 4.jpg">
You begin to take pictures, but you can't help but notice the discomfort on your $m.rel's face.
//''I'll probably only be able to push once more...''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Am I doing it right?@@
You give her the thumbs up.
@@.you;
You are doing great! Just hold that position for a sec!@@
You take a few more pictures.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... $player.name? Do we really need to do it like this?@@
@@.you;
Of course! It's art! Isn't that right Anna?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yeah mom! It's art!@@
@@.emote;
Kelly gives you a wry smile@@
@@.you;
Okay! Let's just do one final pose then! Anna, I want you to look up at $m.rel, and $m.rel, I want you to lift her chin up!@@
@@.emote;
Kelly sighs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Fine... But last one, okay?@@
<<linkreplace "Last sexy picture">><<scrollTop>><<ctpAdvance "GroupPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Group/Kelly and Anna Photos 5.jpg">
You focus the camera on Anna.
//''Hell yeah! I'm going to save these!''//
@@.you;
That's perfect! You both are doing great!@@
You take a few final pictures and then Anna gets up and rushes towards you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I wanna see them! I wanna see them!@@
You laugh at that.
@@.you;
Calm down, the photos aren't going anywhere. Here, you can look them over.@@
You give Anna the camera and go talk to your $m.rel.
@@.you;
Did you have fun?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
A little bit...@@
@@.you;
Don't worry, it just takes a little bit of getting used to.@@
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Is that so? Well, we will see then.@@
//''Nice, gotta keep this up!''//
@@.corruption;
Kelly is a little more corrupted@@
@@.corruption;
Anna is a little more corrupted@@
[[Wrap it up|House][$time.passTime(1);$m.corruption += 1;$ys.corruption += 1]]
<</ctp>>
<</if>><img src="img/Anna/Anna Hungover 1.jpg">
As you enter the kitchen, you see that Anna is using a cold bottle of water as a cold pack.
@@.you;
Hey Anna... Are you feeling alright?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, hi $player.name. I'm just feeling a little under the weather.@@
@@.you;
Why? What happened?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I don't know, I just woke up with my mouth parched and my head hurting.@@
You remember that yesterday Anna had half of a glass of wine at dinner.
@@.you;
Wait... Did you actually get a hangover from half of a glass of wine?!@@
You can't help but laugh.
@@.emote;
Anna becomes a bit angry@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! That's not very nice! My head is hurting here and you are laughing at me?@@
You take a deep breath to stop yourself from laughing more.
<<ctp "AnnaHungover">>
<<linkreplace "Offer a Massage as an apology">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
[[Apologize and leave|House][$time.passTime(1)]]
<<ctpNext clear>>
@@.you;
Hey, how about I give you a massage? That should help@@
<<if not $Massage>>
@@.emote;
Anna became skeptical@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Do you even know how to give a massage?@@
<img src="img/Anna/Anna Hungover 2.jpg">
You place your hands on her shoulders and start pressing.
@@.you;
I mean, how hard can it be?@@
@@.emote;
Anna looks at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I'm not feeling anything... I don't think this is how it's done.@@
@@.you;
Hm... I guess. Sorry...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's okay, I will forgive you this time! I'm just going to take a hot shower@@
//''If I knew how to give massages, I could do it...''//
[[Leave|House][$time.passTime(1)]]
<<else>>
@@.emote;
Anna becomes excited@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?! Like a full massage?! Ow...@@
You can't help but chuckle at her forgetting of the headache and clutching her own head.
@@.you;
Not right now, but I can give you a very good shoulder massage.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Aww... Okay...@@
<img src="img/Anna/Anna Hungover 3.jpg">
You slowly start to massage her shoulders.
@@.emote;
Anna moans a bit@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah... You are good at this...@@
You expertly move your hands around, being careful not to hurt her and at the same time, remove any kind of stiffness.
@@.you;
Your shoulder and neck are a bit stiff. Didn't sleep well?@@
@@.emote;
Anna's face becomes a bit red@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I stayed up a bit too late...@@
@@.you;
That's not good, you need your sleep. How else are you going to remain that cute?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hehe...@@
//''Seems like she's forgotten all about her hangover.''//
After massaging for a bit more, you decide to stop.
//''Don't want to go overboard...''//
@@.you;
And, done. Feeling better now?@@
@@.emote;
Anna moves her neck around@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Much better! I feel almost like new!@@
@@.emote;
Anna gives you a hug@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Thank you $player.ys! You are the best!@@
@@.you;
I know.@@
@@.emote;
Anna pulls back from you and frowns@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
But not humble, I see.@@
You can't help but laugh at that.
@@.love;
Anna loves you a little more@@
[[Get ready for the day|House][$ys.love += 1;$time.passTime(1)]]
<</if>>
<</ctp>><<if not $KellyFriend>>
<img src="img/Kelly/Kelly and Friend 1.jpg">
As you enter the living room, you see your $m.rel hugging a woman.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
For how long are you going to be in town?@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">?????<hr>
Oh, for quite a while, I will make sure to visit you every weekend.@@
Seems like the woman is an acquaintance of your $m.rel. You decided to not intrude in their reunion, but it seems like your $m.rel noticed you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey! $player.name! Come over here, I want to introduce you to one of my friends.@@
Since you've been called out, may as well mingle.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
This is Jenna, she's the daughter of one of my clients.@@
@@.you;
Hi Jenna, it's a pleasure to meet you.@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh! So YOU are $player.name! I've heard all about you from Kelly! Is it true that you used to sleep naked until you were 7?@@
Seems like your $m.rel has been talking a lot about you, including things you didn't want others to know.
@@.you;
Hey, $m.rel!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, don't worry honey, it's nothing to be embarrassed. It was just a funny story. Here, I'm going into the kitchen to get Jenna a glass of water before she goes home, why don't you sit down and keep her company?@@
As your $m.rel says that, she leaves towards the kitchen. You decide to just sit down on the sofa, expecting Jenna to sit down on the armchair.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Excuse me.@@
<img src="img/Kelly/Kelly and Friend 2.jpg">
To your astonishment, she sits literally next to you. She's so close that you can smell the shampoo she used to wash her hair. At this distance, it would be quite easy to touch her, but you decide to not do so.
Instead, you just have a friendly chat. It's obvious that she is interested in you. Maybe eventually you can get something more out of this.
As your $m.rel returns, Jenna gets up and starts talking to her again.
<<set $KellyFriend to true>>
[[Leave them alone|House][$time.passTime(1)]]
<<elseif $m.corruptionlevel gte 1 and not $KellyFriend2>>
<img src="img/Kelly/Kelly and Friend 3.jpg">
As you enter the living room, you see your $m.rel talking to Jenna.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Really? That's not nice! He should be showing you around!@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Well... You know how he is Kelly. Always busy with work...@@
You decide to pop in and greet them.
@@.you;
Hey, $m.rel! Hey, Jenna!@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh? Hi, $player.name!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey, $player.name! Perfect timing! Come over here!@@
//''Perfect timing?''//
You get closer to them and your $m.rel puts an arm around your shoulder and pulls you in closer.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You aren't doing anything important right now, right?@@
@@.you;
Well... I was going to-@@
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yep, nothing important!@@
//''If you didn't want me to answer, then why did you even ask?!''//
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You see... Jenna here has been living in this town for while, but still doesn't know her way around.@@
Jenna immediately cuts in.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh, Kelly! He doesn't have to. I'm sure my father will get around it eventually!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Nonsense! I'm sure he would be more than happy to show you around, right $player.name?@@
//''Oh! So this was the perfect timing...''//
You look at Jenna and she's looking at you with expecting eyes.
//''Well, can't say "no" to a beauty...''//
@@.you;
Of course, $m.rel! If Jenna doesn't mind it, that is.@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Really?! You would do that for me?@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Of course he will! I didn't raise someone that wouldn't help a lady in need!@@
You can't help but chuckle at your $m.rel's bragging.
@@.you;
It's just like she said. I will be more than happy to drive you around town.@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Nice!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Jenna, $player.name's car is just right outside, why don't you wait next to it. I will just have a few words with him.@@
@@.emote;
Jenna hugs Kelly@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Okay, Kelly! Then I will see you out there, $player.name!@@
As Jenna leaves, your $m.rel turns around and gives you a serious look.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Now listen up, $player.name! I've got a mission for you! Jenna is the daughter of a very important client of our company! You are to show her around and be nice to her! I want a stellar report on it, got it?!@@
You stare at her seriously and salute, accepting the mission.
@@.you;
Yes, ma'am!@@
Your $m.rel keeps staring at you seriously, but eventually cracks and breaks character.
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sorry, I just can't... Just be nice to her. Okay, honey?@@
@@.you;
Of course, $m.rel.@@
As you say that, your $m.rel takes out a $50 bill and hands it to you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Here you go, make sure to buy something for her to remember, okay?@@
You take the money and salute her again.
@@.you;
Got it!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Great! Now out you go!@@
As she says that, she gives a slap on the ass.
<<set $KellyFriend2 to true>>
[[Go out with Jenna|Jenna Date]]
<<else>>
<img src="img/Kelly/Kelly and Friend 1.jpg">
As you enter the living room, you see your $m.rel hugging Jenna.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
So, how are things?@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh, you know, same as always.@@
//''Seems like Jenna is visiting $m.rel...''//
You decide that you don't want to get in their way.
[[Leave|House][$time.passTime(1)]]
<span style="color:gold;">This event will be continued after Kelly's Corruption Level 3.</span>
<</if>><<if $player.corruption lte 9>>
<img src="img/Kelly/Kelly Livingroom Massage 1.jpg">
After getting out of the shower, you decide to enter the living room. There you see your $m.rel with a bottle of oil in her hands.
@@.you;
Hi $m.rel, what are you doing?@@
@@.emote;
Kelly is surprised to see you with only a towel@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, hi honey. I was just massaging my feet.@@
Seems like your $m.rel knows how to give massages. You wonder if she would be willing to give you one, but you quickly remove that thought from your head.
//''She wouldn't do it...''//
@@.you;
I see, well, I will leave you to it.@@
[[Leave|House][$time.passTime(1)]]
<<else>>
<<ctp "KellyMassage">>
<img src="img/Kelly/Kelly Livingroom Massage 1.jpg">
After getting out of the shower, you decide to enter the living room. There you see your $m.rel with a bottle of oil in her hands.
@@.you;
Hi $m.rel, what are you doing?@@
@@.emote;
Kelly is surprised to see you with only a towel@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, hi honey. I was just massaging my feet.@@
//''Hm... May as well ask her...''//
@@.you;
My back is kinda acting up, would you mind giving it a massage?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sure, honey! Come, lay down here!@@
<<linkreplace "Lay down">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Livingroom Massage 2.jpg">
As you lay down on your stomach, you can feel a familiar weight on your ass.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Feels like I'm sitting on a stool, instead of cushion...@@
You can't help but laugh at that.
@@.you;
Sorry $m.rel, comes with working out...@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's alright, if you are healthy, I'm happy.@@
Saying that, she puts on the oil on your back.
//''AH!''//
@@.you;
Man that oil is cold!@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Don't be a wimp!@@
Saying that, she starts to move her hands.
<<linkreplace "Be massaged">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 4.mp4" autoplay loop/>
You can't help but moan a bit, as she slowly removes the stiffness.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Does it feel good?@@
@@.you;
Very...@@
@@.emote;
Kelly chuckles@@
You groan as she slowly kneads your muscles.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You have such a wide back...@@
@@.you;
A wide back?@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yeah, it's a sign that you are a reliable man!@@
After a few minutes, your $m.rel finishes and you get up.
@@.you;
Thanks, $m.rel!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You are very welcome! Make sure to give me a massage too some day, okay?@@
You can see a very faint blush on her face, but you just smile and answer.
@@.you;
Sure!@@
@@.corruption;
Kelly is a little more corrupted@@
[[Go to your room|Start][$time.passTime(1);$m.corruption += 1]]
<</ctp>>
<</if>>
<<if not $kellycorruption and $player.corruption gte 10 and $player.fitness gte 10>>
<<goto "Kelly Corruption Level 1">>
<</if>><img src="img/Other/Garage.jpg">
Seems like the girls are about to go out. You can choose to spend some time with one of them, or you can go out yourself. Alternatevily, you can just stay home and do nothing.
<<if $time.day is "Saturday">>
[[Go with Kelly|Kelly Shopping 1]]
[[Go with Anna|Anna Shopping 1]]
[[Go with Sarah|Sarah Shopping 1]]
[[Go Alone|Outside Events 1]]
[[Stay Home|House]]
<<else>>
[[Go with Kelly|Kelly Shopping 2]]
[[Go with Anna|Anna Shopping 2]]
[[Go with Sarah|Sarah Shopping 2]]
[[Go Alone|Outside Events 2]]
[[Stay Home|House]]
<</if>>
Dev note: The outside events are still a WIP, please ignore them. They last for 3 time cycles. If you wish to jump straight to the next content, just click on this skip time.
[[Skip time|House][$time.passTime(3)]]<<back "Return">>
#To do<<back "Return">>
#To do<<back "Return">>
#To do
Sarah won't go out with you until you finish her Tier 1 Love event.<<back "Return">>
#To do<img src="img/Sarah/Sarah Pool 1.jpg">
As you leave your house, you spot your $os.rel stretching in her bikini. The bikini doesn't seem to be doing it's job properly, since you can spot a little bush.
@@.emote;
Sarah notices you staring at her crotch@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey dumb dumb! What are you staring at?@@
Her yelling takes you by surprise and snaps you out of the daze you were.
@@.you;
Nothing! I was looking at... Err... At your bikini! Yes, I was thinking of how the blue color goes very well with you!@@
You can see Sarah staring at you, not believing you in the slightest.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really? Well, I guess this is a really nice bikini.@@
@@.emote;
Sarah pulls on her top@@
<img src="img/Sarah/Sarah Pool 2.jpg">
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It's nice and flexible.@@
Your eyes widen, you can almost see her nipple. Seems like she's intent on teasing you again.
<<if $player.corruption gte 10>>
//''Well, if that's how she wants it...''//
@@.you;
Indeed, but surely it can stretch even farther, right?@@
<<if $os.love gte 10>>
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh... I don't know, maybe it can?@@
@@.emote;
Sarah pulls even harder on her top@@
<img src="img/Sarah/Sarah Pool 3.jpg">
//''I can clearly see her nipple!''//
You start to get excited, but embarrassed at the same time.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Okay, I think you've seen enough, you perv. Now out.@@
You feel disappointed
@@.you;
Fine...@@
[[Leave|House][$time.passTime(1)]]
<<else>>
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What?! No! What is wrong with you?!@@
//''Eh, it was worth the try''//
You shrug.
@@.you;
Whatever then.@@
[[Leave|House][$time.passTime(1)]]
<</if>><<else>>
You can't help but feel uncomfortable, so you turn around and leave.
@@.emote;
Sarah scoffs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Idiot...@@
[[Run away|House][$time.passTime(1)]]
<</if>><<if $os.love lte 9>>
<img src="img/Sarah/Sarah Yoga 1.jpg">
As you enter the living room, you see that your $os.rel is doing Yoga. You can't help but be amazed at how flexible she is. Eventually she notices you.
@@.emote;
Sarah glares you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What do you want, $player.name?@@
@@.you;
Nothing, I was, uh... Passing by?@@
@@.emote;
Sarah becomes annoyed@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You are disturbing me, get out of here!@@
Maybe if you have a better relationship with her, she would let you watch.
[[Leave|House][$time.passTime(1)]]
<<else>>
<<ctp "SarahYoga">>
<img src="img/Sarah/Sarah Yoga 1.jpg">
As you enter the living room, you see that your $os.rel is doing Yoga. You can't help but be amazed at how flexible she is. Eventually she notices you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey $player.name, what are you doing?@@
@@.you;
Nothing much, do you mind if I sit here and watch?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You want to watch me do Yoga?@@
@@.you;
Yeah, maybe I will learn a thing or two.@@
Your $os.rel doesn't really believe you, but she shrugs and continues her routine.
<<linkreplace "Sit down and watch">><<scrollTop>><<ctpAdvance "SarahYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yoga 2.jpg">
You watch as Sarah slowly moves and gets into another position.
@@.emote;
Sarah looks at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
This pose is called the "One Legged Ramp"...@@
//''That's one sweet ass...''//
@@.you;
Yes... The leg ramp...@@
<<linkreplace "Next pose">><<scrollTop>><<ctpAdvance "SarahYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yoga 3.jpg">
You watch as Sarah slowly moves and gets into another position.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
This pose is called... The "Liu Keng Kick"...@@
//''I'm amazed that the sport bra can hold those tits!''//
@@.you;
Yes... Kick...@@
<<linkreplace "Next pose">><<scrollTop>><<ctpAdvance "SarahYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yoga 4.jpg">
You watch as Sarah slowly moves and gets into another position.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And this pose is called... The "I'm imagining my $os.rel naked".@@
//''Wow... And those legs! Everything about her is hot!''//
@@.you;
Yes... Naked...@@
//''Naked?''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name!@@
You become surprised by her sudden outburst.
@@.you;
Uh? What?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I thought you said you wanted to learn something, not ogle me!@@
<<if $player.corruption gte 10>>
@@.you;
Hey, what can I say, that WAS the plan. Unfortunately, you are too hot for me to focus.@@
@@.emote;
Sarah smirks at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Trying to charm your way out of it? I don't think so. Get out and let me finish in peace!@@
You shrug
@@.you;
Eh, worth the try. Bye Sarah. Keep doing what you are doing, because it sure is working!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Out!@@
<<else>>
You become embarrassed by your actions.
@@.you;
Sorry, Sarah...@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Whatever, I guess... Get going. I need to focus on my Yoga.@@
@@.you;
You got it!@@
You get up and prepare to leave.
<</if>>
//''Well, that was fun.''//
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<</if>><<if $m.corruptionlevel is 0>>
<img src="img/Kelly/Kelly Room Evening 1.jpg">
As you were walking down the hallway, you notice that your $m.rel's room door is open. You can't help but be curious, so you go in to check. You see your $m.rel sitting on the bed.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey honey, what are you doing here?@@
@@.you;
Nothing much, was just curious why the door was open.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, I'm just a bit tired, so I'm going to take a nap. I'm almost an old lady after all.@@
@@.you;
What? No way! You are like what? 32 years old?@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
If I were only 32 years old, that would mean I had Sarah when I was 8!@@
@@.you;
Oh, right! Sarah, I forgot about her. Well, for all it's worth, you still look young and beautiful.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh you! Since when have you become such a charmer?@@
You see her laugh, but you can't help but notice a faint blush on her face.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Now off with you, even if I do look young and beautiful, I still need to take my nap.@@
You close the door.
@@.love;
Kelly loves you a little more@@
[[Leave|House][$m.love += 1;$time.passTime(1)]]
<<elseif $m.corruptionlevel is 1 and not $KellyRE>>
<img src="img/Kelly/Kelly Room Evening 1.jpg">
As you were walking down the hallway, you notice that your $m.rel's room door is open. You can't help but be curious, so you go in to check. You see your $m.rel sitting on the bed.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey honey, what are you doing here?@@
@@.you;
Nothing much, was just curious why the door was open.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, I'm just a bit tired, so I'm going to take a nap. I'm almost an old lady after all.@@
@@.you;
What? No way! You are like what? 32 years old?@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
How can I be 32 if I'm falling apart?@@
You become surprised at that.
//''There's no way that's true!''//
@@.you;
Impossible! You have a body that would put most young girls to shame!@@
@@.emote;
Kelly chuckles and gets up@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh really? Would you say the same after seeing this?@@
<img src="img/Kelly/Kelly Room Evening 2.jpg">
You become speechless.
//''Wow...''//
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
See? I've got an old lady's ass...@@
@@.you;
I'm going to be honest with you here, $m.rel... If I saw that ass on a magazine, I would swear that it belonged to someone in their 20's!@@
@@.emote;
Kelly becomes surprised@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Really? You're not saying that just to be nice, right?@@
@@.you;
Of course not! If I had an ass like that in front of me, I would go to town on it!@@
You make a slapping motion with your hand.
@@.emote;
Kelly's face becomes slightly red in embarrassment@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name! Behave yourself!@@
You become slightly embarrassed.
@@.you;
Sorry $m.rel... I got a bit too excited.@@
@@.emote;
Kelly chuckles and smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
That's alright! At least I know you are being honest... Thank you...@@
@@.you;
Hey, just being honest here! You are very beautiful and I'm sure any man would be more than happy to have you!@@
@@.emote;
Kelly becomes downcast@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
<span style="font-size:70%">Not every man...</span>@@
//''Seems like she's still having problems with him...''//
@@.you;
Well, yeah, some men are just idiots that wouldn't know something good even if it hit them in the face! But trust me, if you weren't my $m.rel, you would have a hard time walking in the morning!@@
@@.emote;
Kelly becomes embarrassed@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name!@@
@@.you;
Sorry...@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thank you... I feel much better now...@@
You decide to quit while you are ahead.
@@.love;
Kelly loves you a little more@@
@@.corruption;
Kelly is a little more corrupted@@
<<set $KellyRE to true>>
[[Say good night and leave|House][$m.love += 1;$time.passTime(1);$m.corruption += 1]]
<<elseif $m.corruptionlevel gte 1>>
<img src="img/Kelly/Kelly Room Evening 3.jpg">
As you were walking down the hallway, you notice that your $m.rel's room door is open. You can't help but be curious, so you go in to check. You see your $m.rel sitting on the bed.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey honey, what are you doing here?@@
You can clearly see her panties from the way she's sitting.
//''Is she doing that on purpose? Nah... There's no way...''//
@@.you;
Nothing much, just came to check on you.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Feels good to have such a thoughtful man in the house.@@
@@.you;
Hey, you know what they say. Loving is caring.@@
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
That it is.@@
@@.love;
Kelly loves you a little more@@
[[Chat a bit and then leave|House][$m.love += 1;$time.passTime(1)]]
<</if>><<ctp "KellyLivingroomShower">>
<img src="img/Kelly/Kelly Livingroom Shower 1.jpg">
While laying down on the sofa, you spot your $m.rel coming in. She seems to be a bit sweaty.
@@.you;
Hey $m.rel, what were you up to?@@
@@.emote;
Kelly turns around@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, hi honey. I just went out for a run.@@
Thinking that maybe you could offer to run with her, you realize that your body wouldn't be able to keep up with her.
@@.emote;
Kelly stretches@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, I'm going to go take a shower! See you later@@
@@.you;
Okay, see you.@@
<<if $player.corruption gte 10>>
//''She said she's taking a shower... Maybe I should take a look?''//
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "KellyLivingroomShower">><</linkreplace>>
[[Don't take a look|House][$time.passTime(1)]]
<<else>>
[[Finish watching TV|House][$time.passTime(1)]]
<</if>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Shower 2.mp4" autoplay loop/>
You decide to spy on her taking a shower.
//''Wow... Look at those breasts!''//
You become mesmerized by her breasts, causing you to focus your attention on them.
<<linkreplace "Focus">><<scrollTop>><<ctpAdvance "KellyLivingroomShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Shower 3.mp4" autoplay loop/>
//''Holy... How can her breasts be that perfect at her age?!''//
As you keep staring, you feel your lower body starting to react to it.
//''Sigh... What am I doing? Spying on my own $m.rel?''//
You decide to leave.
[[Leave|House][$time.passTime(1)]]
<</ctp>><<if $ys.corruptionlevel gte 2>>
<<ctp "AnnaShower">>
<img src="img/Anna/Anna Take Shower 3.jpg">
As you were walking by the hallway, you spot your $ys.rel standing in front of the bathroom door in her underwear.
//''Seems like she's a lot more used to being undressed...''//
@@.you;
Hey Anna, what are you up to?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh? Hi, $player.ys! I'm about to take a shower!@@
@@.you;
Didn't you just take a shower this morning?@@
@@.emote;
Anna scowls at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
We ladies need to take care of ourselves! If we get too sweaty, our skin will get all icky!@@
//''Icky? Really?''//
@@.you;
Is that so? Well, you do have pretty skin, so I'm sure what you are doing is working.@@
@@.emote;
Anna's face blushes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Y-Yeah! I'm glad you get it!@@
Saying that, Anna stops and thinks for bit.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Maybe you could use a shower too?@@
<<linkreplace "Smell your armpit">><<scrollTop>><<ctpAdvance "AnnaShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Take Shower 4.jpg">
You raise your arm and sniff your armpit. You decide to crack a joke.
@@.you;
Nah, I'm good. We men don't need to take many showers. If we do, our manly smell might get washed away.@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well, suit yourself...@@
As she says that, she goes into the bathroom and closes the door.
//''Wait...''//
You smack your forehead.
@@.you;
She was inviting me to take a shower with her! For fuck sake, $player.name. How can you be so smart and at the same time so dumb?@@
You shake your head at the lost opportunity. But, as you are about to leave, you start hearing moaning.
@@.you;
What the...?@@
<<linkreplace "Check it out">><<scrollTop>><<ctpAdvance "AnnaShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Take Shower 5.mp4" autoplay loop/>
You slowly open the bathroom door and notice that your $ys.rel is masturbating.
@@.emote;
Anna moans@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hm...@@
//''Did she get horny by talking with me?''//
While you think it's strange, your power of corruption must have affected her.
<<linkreplace "Closer look">><<scrollTop>><<ctpAdvance "AnnaShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Take Shower 6.mp4" autoplay loop/>
You watch as she slowly touches her pussy.
@@.emote;
Anna moans a bit louder@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah... Yes...@@
//''Whoa... She's really starting to get in there...''//
<<linkreplace "Even closer">><<scrollTop>><<ctpAdvance "AnnaShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Take Shower 7.mp4" autoplay loop/>
As Anna gets more and more excited, her hand starts to move furiously.
@@.emote;
Anna moans loudly@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! AH! Yes!@@
//''Is she about to cum!?''//
As her hand moves, you can clearly see her toes starting to curl up.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ahhh!@@
As she starts to cum, you can see her body slightly convulse. This lasts for a little bit until she stops.
<<linkreplace "Watch the climax">><<scrollTop>><<ctpAdvance "AnnaShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Take Shower 8.jpg">
As she finishes cumming, you can see her satisfied expression.
//''I wonder if girls feel different from men, after they cum...''//
As you are thinking that, you notice your cock is rock hard from watching your $ys.rel masturbate.
//''Better take care of this while it's still fresh in my mind!''//
You make your way back to your bedroom.
[[Take care of business|Start][$time.passTime(1)]]
<</ctp>>
<<else>>
<img src="img/Anna/Anna Take Shower 1.jpg">
As you were walking by the hallway, you spot your $ys.rel standing in front of the bathroom door.
@@.you;
Hey Anna, what are you up to?@@
@@.emote;
Anna scoffs at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What do you mean "what am I up to"? I'm obviously going to take a shower!@@
Seems like Anna is in one of her rare bad moods.
@@.you;
Why? What happened.@@
@@.emote;
Anna sighs@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Some jerk threw his ice cream from the window of his car and ended up staining my skirt...@@
Now that you take a closer look at her, you can see the stain. Must have been cholocate ice cream.
@@.you;
Really? Wow... What an ass. Here, tell you what. If you ever find out who this guy is, you tell me and I will kick his ass.@@
You make a Kung-Fu pose.
@@.emote;
Anna laughs@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Thanks, but if I find this guy, I will kick his ass myself!@@
@@.emote;
Anna makes a tough guy pose@@
You can't help but laugh at her display. Seems like her mood got better.
@@.you;
Well, we can both take turns kicking his ass then!@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yeah... Hey, sorry that I snapped at you.@@
@@.you;
Don't worry about it, I know you didn't mean to.@@
<<if $ys.corruption is 0>>
You can see Anna blushing a little bit, as she turns around and enters the bathroom. She closes the door.
@@.love;
Anna loves you a little more@@
[[Leave|House][$ys.love += 1;$time.passTime(1)]]
<<else>>
You can see Anna blushing a little bit. She's about to enter the bathroom, when she stops and looks back at you.
@@.emote;
Anna raises her skirt a bit@@
<img src="img/Anna/Anna Take Shower 2.jpg">
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
There! Now we are even!@@
Saying that, she rushes inside the bathroom and closes the door, while you stand there with your mouth open.
@@.you;
Holy...@@
@@.love;
Anna loves you a little more@@
@@.corruption;
Anna is a little more corrupted@@
[[Leave|House][$time.passTime(1);$ys.corruption += 1;$ys.love += 1]]
<</if>><</if>><<if $os.lovelevel is 0>>
<img src="img/Sarah/Sarah Night Snack 1.jpg">
As you enter the kitchen for a quick snack, you can't help but freeze at the sight of your $os.rel. She must be getting ready to go to bed.
@@.emote;
Sarah turns around and sees you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What are you looking at?@@
You open your mouth to say something, but words just don't come out. You notice Sarah staring at you for a little while longer, before she just leaves the kitchen.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Loser...@@
[[Unfreeze|House][$time.passTime(1)]]
<<else>>
<img src="img/Sarah/Sarah Night Snack 1.jpg">
As you enter the kitchen for a quick snack, you can't help but freeze at the sight of your $os.rel. She must be getting ready to go to bed. You shake your head and go in anyway.
@@.you;
Hey Sarah. Raiding the fridge?@@
@@.emote;
Sarah turns her head and sees you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hey $player.name... I'm just getting some water.@@
@@.you;
That so? Great! More stuff for me to eat!@@
@@.emote;
Sarah frowns at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You shouldn't eat before going to bed, it will make you fat.@@
While she's talking, you can't help but stare at her breasts.
//''Man... I can see her nipples...''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name?@@
//''Fuck dude... What I wouldn't give to stick my head into those marshmallows...''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name!@@
@@.you;
Ah! Sorry, Sarah... I was just... Uh... Spacing out.@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If you are going to stare, you shouldn't make it that obvious.@@
You give her a wry smile and scratch your head. Meanwhile, Sarah gets a glass of water and starts going back to her bedroom. As she's about to leave the kitchen, she stops and turns around, giving you a smirk.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But I guess now you will be able to burn those carbs you are about to eat.@@
@@.emote;
Sarah chuckles and leaves@@
//''Uh?''//
Only now do you notice that your cock is rock hard.
//''Ah! Fuck!''//
You feel a bit embarrassed by what happened.
//''Well... It will make it easier to sleep...''//
[[Go back to your bedroom while memory is still fresh|Start][$time.passTime(1)]]
<</if>><<if not $SarahFriend>>
<img src="img/Sarah/Sarah Friend 1.jpg">
As you enter the living room, you see your $os.rel with a plate of deserts.
@@.you;
Hey Sarah, what are you doing?@@
@@.emote;
Sarah looks at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
A friend of mine is going to come, so you need to get out of here.@@
@@.you;
Friend? Why do I have to leave because of that?@@
@@.emote;
Sarah scoffs at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It's because I don't want her to have to look at you, you dweeb!@@
@@.you;
Jesus Sarah, will you chi-@@
@@.data;
Ding... Dong...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah, shit! She's here! Leave! Now!@@
Seems like your $os.rel really doesn't want you to meet her. She's not treating you nicely, so you may as well prank her.
@@.you;
Don't worry $os.rel! Your hands are preocupied! I will answer the door!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What?! No!@@
You rush towards the door and open it.
<img src="img/Sarah/Sarah Friend 2.jpg">
Seems like Sarah's friend is a bombshell of a woman.
@@.emote;
????? looks up and down at you and then smiles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">?????<hr>
You must be $player.name! It's a pleasure to finally meet you.@@
Her calling out your name takes you by surprise.
@@.you;
You know me?@@
@@.emote;
????? laughs@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">?????<hr>
Of course I know you, I've heard a lot about you from Sarah. I'm Isabella, by the way.@@
@@.you;
Oh, I see... Nice to meet you Isabella. I'm sure you haven't heard many nice things about me from her.@@
@@.emote;
Isabella seems a bit surprised@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
What are you talking about? I've only heard g-@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Okay! That's enough out of you! And you $player.name! Out!@@
@@.emote;
Sarah glares at you@@
Better not push your luck.
@@.you;
I get it, I get it. Pleasure to meet you Isabella.@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I see how it is. The pleasure is all mine $player.name. Hope to see you soon.@@
@@.emote;
Isabella winks at you@@
You don't really get what she means, but your $os.rel is still glaring at you, so you may as well take your leave.
<<set $SarahFriend to true>>
[[Leave|House][$time.passTime(1)]]
<<else>>
<img src="img/Sarah/Sarah Friend 1.jpg">
As you enter the living room, you see your $os.rel with a plate of deserts.
@@.you;
Hey Sarah, is Isabella coming over?@@
@@.emote;
Sarah glares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes. And you need to go.@@
//''Seems like she doesn't want me talking with her friend...''//
You sigh, but decide not to push the issue.
[[Leave|House][$time.passTime(1)]]
<</if>><<back "Return">>
#To do<<back "Return">>
#To do<<back "Return">>
#To do
Dev Note: Sarah won't go out with you until you finish her Tier 1 Love event.<<back "Return">>
#To do<<if $os.lovelevel is 0>>
<img src="img/Sarah/Sarah Buys Food 1.jpg">
As you enter the kitchen, you notice that Sarah just got back from the store with groceries. This would be a good moment to earn some brownie points.
@@.you;
Hey Sarah! Why don't you let me sort that out?@@
@@.emote;
Sarah raises an eyebrow at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You want to help me? Are you sick or something? Or is there something you want from me?@@
Seems like she still doesn't like you all that much.
@@.you;
Don't be like that. You went out and bought stuff for the house. The minimum I can do is put them where they should go, right?@@
@@.emote;
Sarah crosses her arms@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I don't buy it, what is it that you want?@@
This is harder than you expected.
@@.you;
Seriously, I just want to help you. But if you don't want me to, I can just leave...@@
@@.emote;
Sarah thinks for a bit@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No... If you want to help me that much, then I will accept it.@@
You can't help but smile at her and you start sorting out what was bought and putting them in their respective storage.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
<span style="font-size:70%">Thanks...</span>@@
@@.you;
What was that?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Nothing.@@
@@.love;
Sarah loves you a little more@@
[[Finish sorting|House][$os.love += 1;$time.passTime(1)]]
<<else>>
<img src="img/Sarah/Sarah Buys Food 1.jpg">
As you enter the kitchen, you notice that Sarah just got back from the store with groceries. This would be a good moment to earn some brownie points.
@@.you;
Hey Sarah! Why don't you let me sort that out?@@
@@.emote;
Sarah looks at you and raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You? Wanting to help out? I don't buy it. What is it that you really want $player.name?@@
You laugh.
@@.you;
Helping others every once in a while feels good, you know.@@
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, I guess. Just make sure not to misplace anything.@@
@@.you;
Got it.@@
You start sorting out the groceries and storing them. You noticed that no meat was bought.
@@.you;
No meat? Are you going to become a vegetarian, Sarah?@@
@@.emote;
Sarah frowns at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Eating in a healthy manner doesn't mean I want to become a vegetarian, $player.name.@@
@@.you;
Good.@@
You look straight into Sarah's eyes.
@@.you;
Because becoming a vegetarian would be a big missed steak.@@
<img src="img/Sarah/Sarah Buys Food 2.jpg">
@@.emote;
Sarah snorts and throws a wrapped bun at you@@
You could dodge the bun, but you decide to just let it hit you.
@@.you;
Hey! I'm a lover of peace, so no violence!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If you don't want to get hit, then don't make stupid puns.@@
You get down and pick up the wrapped bun. You open it and take a bite of it.
@@.you;
But I like buns.@@
@@.emote;
Sarah rolls her eyes and leaves@@
@@.you;
Oh, come on Sarah! It's punny!@@
@@.emote;
Sarah groans and quickens her pace@@
Even though she is acting that way, you can clearly see that she enjoyed it.
@@.love;
Sarah loves you a little more@@
[[Eat the bread and finish sorting|House][$os.love += 1;$time.passTime(1)]]
<</if>><<if $os.lovelevel is 0>>
<img src="img/Sarah/Sarah Going Out 1.jpg">
As you are walking down the hall, you notice that the bathroom door is open. You can't help your curiosity, so you check to see who's inside.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yeah, I just finished putting on my makeup.@@
Seems like your $os.rel is talking to someone on the cell phone.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What? No. I'm not going to take him with me. Stop insisting Isabella!@@
//''Taking him with you?''//
You wonder who is this person Sarah isn't taking with her. Could it be you? You doubt it.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Anyway, I will be meeting you in an hour. See you then.@@
You hear Sarah doing a smooching sound with her mouth and turning off her phone. She turns around and sees you.
@@.emote;
Sarah screams in surprise@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
AH! What the hell $player.name! What are you doing sneaking on me?!@@
//''Crap!''//
You were so engrossed in eavesdropping, that you forgot to hide.
@@.you;
Sorry Sarah! I just really needed to use the bathroom!@@
@@.emote;
Sarah doesn't believe you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Next time you scare me like that, I will kick you!@@
Seems like Sarah is angry at you. You decide to pleade with her.
@@.you;
Seriously, I'm sorry that I scared you.@@
Sarah looks at you for a while, before scoffing.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Whatever...@@
Sarah leaves the bathroom. You wanted to ask her who she wasn't taking with her, but this really didn't seem like the right moment to do so.
[[Leave|House][$time.passTime(1)]]
<<else>>
<img src="img/Sarah/Sarah Going Out 1.jpg">
As you are walking down the hall, you notice that the bathroom door is open. You can't help your curiosity, so you check to see who's inside.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yeah, I just finished putting on my makeup.@@
Seems like your $os.rel is talking to someone on the cell phone.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What? No. I'm not going to take him with me. Stop insisting Isabella!@@
//''Taking him with you?''//
You wonder who is this person Sarah isn't taking with her.
//''Maybe she's talking about me?''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Anyway, I will be meeting you in an hour. See you then.@@
You hear Sarah doing a smooching sound with her mouth and turning off her phone. She turns around and sees you.
@@.emote;
Sarah screams in surprise@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Jesus Christ, $player.name! Can you stop sneaking up on me?!@@
You chuckle at that.
@@.you;
Sorry Sarah, I didn't mean to.@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Whatever...@@
As Sarah is leaving, you decide to ask her.
@@.you;
Are you going out to a party?@@
@@.emote;
Sarah stops and looks back at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well... Something like that.@@
@@.you;
So... You've never invited me to go to one of them.@@
@@.emote;
Sarah thinks for a bit@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, you are not really invited.@@
@@.you;
Is that so?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That is so.@@
Saying that, Sarah turns around and leaves.
//''Maybe it really isn't me?''//
[[Leave|House][$time.passTime(1)]]
<</if>><<if $os.lovelevel gte 1 and $Massage>>
<<ctp "SarahFootMassage">>
<img src="img/Sarah/Sarah Foot Massage 1.jpg">
As you enter the living room, you can't help but hear your $os.rel cursing.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
These goddamn high heels!@@
//''Seems like those shoes are hurting her feet...''//
@@.you;
Hey, Sarah. Are your feet hurting?@@
@@.emote;
Sarah glares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And what the hell do you want?!@@
@@.you;
Well, I recently learned how to give massages, so I thought that I could help you.@@
@@.emote;
Sarah is taken aback@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really?! Then what are you waiting for?@@
@@.emote;
Sarah taps the cushion in front of her@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Come here! Let's put those hands to good use!@@
//''Seems like she's in a really bad mood. Well, nothing that can't be solved with a little hand magic.''//
<<linkreplace "Sit next to her and take off her heels">><<scrollTop>><<ctpAdvance "SarahFootMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Foot Massage 2.mp4" autoplay loop/>
As you sit down, you pick up her leg and start to remove her high heel.
//''Damn... Her leg is thick!''//
@@.you;
I've gotta say... These are some nice... Shoes.@@
@@.emote;
Sarah snorts@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm sure it's my "shoes" that you find nice.@@
You give her a wry smile and start touching her foot.
<<linkreplace "Massage her foot">><<scrollTop>><<ctpAdvance "SarahFootMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Foot Massage 3.mp4" autoplay loop/>
You start out by gently pulling the right side of the foot forward while pushing the left side back.
@@.emote;
Sarah moans a little bit@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Wow... You actually are good at this...@@
@@.you;
Well, I did learn how to give massages.@@
//''Even if it only took a few hours...''//
You move a hand to hold the top of the foot and then use the fingers of the other hand to rub the length of the arch.
@@.emote;
Sarah moans a little bit more@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah...@@
Now you hold the heel with one hand and then, with the other hand, you bend all the toes back and forth.
@@.emote;
Sarah moans@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm...@@
//''Seems like she's starting to get into this''//
You hold the back of the foot with one hand and use the knuckle of your other hand to knead the bottom of the foot, using moderate pressure.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes... Keep going.@@
//''I wonder if...''//
You slowly start moving your hand up her foot and on to her leg, slowly massaging her calves.
@@.emote;
Sarah moans harder@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That's it...@@
<<linkreplace "Massage her leg">><<scrollTop>><<ctpAdvance "SarahFootMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Foot Massage 4.mp4" autoplay loop/>
As you are moving your hand up and down her leg, Sarah starts to rub her leg against yours.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Keep going...@@
//''Seems like she's getting excited!''//
You keep massaging her leg, but soon you find out she's not the only one. You can clearly feel that you are starting to get hard.
//''I wonder if I could go any deeper...''//
As you are about to move your hand, Sarah's foot ends up touching your bulge, breaking her out of her trance.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah! What's this?@@
//''Shit!''//
@@.emote;
Sarah notices that your cock is hard@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name! What the hell?!@@
@@.you;
Sorry, Sarah. I just couldn't help it.@@
You can Sarah's face becoming visibly red, she seems to be conflicted with something, but in the end she shakes her head.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I... I think you should go...@@
You nod and get up. As you are leaving, you can barely hear her talking to herself.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
<span style="font-size:70%">I shouldn't be doing this...</span>@@
@@.corruption;
Sarah is a little more corrupted@@
[[Leave|House][$time.passTime(1);$os.corruption += 1]]
<</ctp>>
<<else>>
<img src="img/Sarah/Sarah Foot Massage 1.jpg">
As you enter the living room, you can't help but hear your $os.rel cursing.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
These goddamn high heels!@@
Even though you know you shouldn't, you decide to find out what's happening.
@@.you;
Hey Sarah, what's the matter? Why are you cursing your shoes?@@
@@.emote;
Sarah glares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
They're not shoes! They're Viktor Salutz's High Heels!@@
By the way Sarah is massaging her foot, seems like these Viktor whatever shoes might be very uncomfortable.
<<if $os.love lte 9 and not $Massage>>
//''If I knew how to give massages and my relationship with her was better...''//
<<elseif $os.love lte 9>>
//''I need to get closer to her, before she will let me massage...''//
<<else>>
//''If I knew how to give massages...''//
<</if>>
[[Tactical Retreat|House][$time.passTime(1)]]
<</if>><<ctp "Anna Talk">>
<img src="img/Anna/Anna Livingroom Talk 1.jpg">
As you were reading the newspaper, $ys.rel walks in.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey $player.ys! I'm bored!@@
You raise an eyebrow to her.
@@.you;
And?@@
@@.emote;
Anna puffs her cheeks@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Spend some time with me!@@
//''Sigh...''//
<<linkreplace "Spend some time with Anna">><<scrollTop>><<ctpAdvance "Anna Talk">><</linkreplace>>
[[Tell her you want to finish the newspaper|House][$time.passTime(1)]]
<<ctpNext clear>>
<<if not $AnnaLivingroomFT>>
<img src="img/Anna/Anna Livingroom Talk 2.jpg">
You decide to spend some time with Anna.
@@.you;
Fine. So, how's school going?@@
@@.emote;
Anna becomes excited@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's going really well! I'm loving almost everything about it!@@
//''As expected of Ms. Sunshine... Wait... Almost?''//
@@.you;
Almost everything?@@
@@.emote;
Anna scratches her cheek@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
There's this hardass teacher of mine, Ms. Juliet...@@
@@.emote;
Anna gets up, puts both of her hands on her waist and scowls@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
"Unless you want to be homeless, taking pictures of rats, you will focus on learning how to sell your skills!"@@
You can't help but laugh at her imitation of Ms. Juliet. While you don't know her, you are pretty sure she doesn't sound like that.
@@.you;
I mean, doesn't that just mean she doesn't want the people that are learning Photography to be broke?@@
@@.emote;
Anna sighs and becomes crestfallen@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I know... It's just that she keeps giving a ton of homework and every week there's a new test!@@
@@.you;
Well, if it's any consolation, whenever I have free time, I will help you study and do your homework.@@
@@.emote;
Anna brightens up@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?!@@
@@.you;
Sure, I don't see why not.@@
<img src="img/Anna/Anna Livingroom Talk 3.jpg">
You flinch a bit at the unexpected hug.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Thank you!@@
//''Well, guess it does pay to help others...''//
@@.you;
But enough of that, what about the rest of it?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! There's this girl that...@@
You spend some time listening to your $ys.rel talk about what's happening at school.
@@.love;
Anna loves you a little more@@
<<set $AnnaLivingroomFT to true>>
[[Finish talking to her|House][$ys.love += 1;$time.passTime(1)]]
<<else>>
<img src="img/Anna/Anna Livingroom Talk 2.jpg">
You decide to spend some time with Anna.
@@.you;
Fine. So, how's school going?@@
@@.emote;
Anna becomes excited@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You won't believe what happened! This guy in class...@@
You spend some time listening to your $ys.rel talk about what's happening at school.
@@.love;
Anna loves you a little more@@
[[Finish talking to her|House][$ys.love += 1;$time.passTime(1)]]
<</if>>
<</ctp>><<if $ys.corruption lte 9>>
<<ctp "AnnaMoney">>
<img src="img/Anna/Anna Your Bedroom 1.jpg">
As you were watching TV in your bedroom, your $ys.rel suddenly barges into your bedroom.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
$player.ys! It's terrible!@@
Surprised by the sudden outburst, you get up.
@@.you;
What happened?! Did someone get hurt?!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Worse! The dress I wanted to buy is on sale for $65! But I only saved up $60! Mom said she won't let me borrow more money until I pay her back what I own! You have to save me $player.ys!@@
//''That's it?! Seriously?!''//
You can't help but sigh. You got worried for no reason.
As you were rubbing your temples, Anna continues to beg.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Come on dear $player.ys! Please! Please! PLEASE! For your cute and lovely $ys.rel? Lend me $5! I will pay you back, I swear!@@
Anna has never been good at paying back debt. Once you give her the $5, it's gone for good. Maybe she would be willing to do something for you for those $5.
<<if $player.money gte 5>>
<<linkreplace "Give her $5">><<scrollTop>><<ctpAdvance "AnnaMoney">><</linkreplace>>
<</if>>
[[Don't give Anna money|House][$time.passTime(1)]]
<<ctpNext clear>>
<img src="img/Anna/Anna Your Bedroom 2.jpg">
You think for a bit and decide to just give her the money.
@@.you;
Fine...@@
You take out $5 and show it to her.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Thank y-@@
When she's about to take it, you pull it back and smile at her.
@@.you;
Who's the greatest, smartest and best $player.ys in the world?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You are!@@
@@.you;
That's right! Here.@@
You hand her $5.
@@.data;
You've lost $5@@
@@.emote;
Anna jumps up and down, excitedly@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Thank you, thank you, thank you!@@
@@.emote;
Anna hugs you and rushes out of your room@@
@@.love;
Anna loves you a little more@@
[[Get up and leave your bedroom|House][$ys.love += 1;$time.passTime(1);$player.money -= 5]]
<</ctp>>
<<else>>
<<ctp "AnnaMoney">>
<img src="img/Anna/Anna Your Bedroom 3.jpg">
As you were watching TV in your bedroom, your $ys.rel suddenly barges into your bedroom.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
$player.ys! It's terrible!@@
Surprised by the sudden outburst, you get up.
@@.you;
What happened?! Did someone get hurt?!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Worse! The dress I wanted to buy is on sale for $65! But I only saved up $60! Mom said she won't let me borrow more money until I pay her back what I own! You have to save me $player.ys!@@
//''That's it?! Seriously?!''//
You can't help but sigh. You got worried for no reason.
As you were rubbing your temples, Anna continues to beg.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Come on dear $player.ys! Please! Please! PLEASE! For your cute and lovely $ys.rel? Lend me $5! I will pay you back, I swear!@@
Anna has never been good at paying back debt. Once you give her the $5, it's gone for good. Maybe she would be willing to do something for you for those $5.
<<if $player.money gte 5>>
<<linkreplace "Give her $5">><<scrollTop>><<ctpAdvance "AnnaMoney">><</linkreplace>>
<</if>>
[[Don't give Anna money|House][$time.passTime(1)]]
<<ctpNext clear>>
<img src="img/Anna/Anna Your Bedroom 3.jpg">
You decide to give Anna the money, but you are going to give her a condition for it.
@@.you;
Fine, but I'm not going to lend you the money. You still own me $20. Instead, you are going to have to earn this $5.@@
@@.emote;
Anna looks at you skeptically@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's not going to be something hard, will it?@@
You can't help but sigh again.
@@.you;
Do you want this money or not?@@
You can see that Anna is thinking for a little bit, but then nods her head.
//''Great! Now I can get something from this!''//
@@.you;
Good! So let me see...@@
You think for a bit.
@@.you;
I know! I want you to show me your ass.@@
@@.emote;
Anna becomes appalled@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What?! You want me to show you my ass for $5?!@@
You just shrug at her.
@@.you;
Hey, you either want the money or you don't...@@
//''Did I push it too far?''//
@@.emote;
Anna glares at you for a moment and then sighs@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
$10.@@
<<if $player.money gte 10>>
//''It worked!''//
<<linkreplace "Agree">><<scrollTop>><<ctpAdvance "AnnaMoney">><</linkreplace>>
[[Disagree, don't give her money|Start][$time.passTime(1)]]
<<else>>
//''Fuck! I don't have that kind of money!''//
[[Disagree, you don't have that money|Start][$time.passTime(1)]]
<</if>>
<<ctpNext clear>>
<video src="img/Anna/Anna Your Bedroom 4.mp4" autoplay loop/>
You can see a heavy amount of blush on Anna's face, as she turns around and lifts up her dress.
//''Whoa...''//
After a moment she lowers her dress again.
@@.emote;
Anna turns around and extends her hand@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
There! Now pay up!@@
You take out $10 and hand it to her.
//''Seems like her mood has soured... Time to use the surefire method!''//
@@.you;
Hey, it says a lot that I'm willing to give you $10 just to see your ass.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! Of course! I am beautiful, after all!@@
//''Works every time!''//
You can't help but chuckle.
@@.you;
That you are, my dear $ys.rel! And sexy too!@@
Anna turns around and leaves, but you can notice a faint smile on her lips.
@@.corruption;
Anna is a little more corrupted@@
[[Get up and leave your bedroom|House][$time.passTime(1);$ys.corruption += 1;$player.money -= 10]]
<</ctp>>
<</if>><<if $m.corruptionlevel is 0>>
<img src="img/Kelly/Kelly Eating Cereal 1.jpg">
As you are eating your breakfast, your $m.rel comes into the kitchen.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Honey... Even when there is no one to cook, you shouldn't only be eating cereal.@@
Since you didn't want to stop eating, you decide to just reply to her with your mouth full.
@@.you;
I don kno, taste grea to me.@@
@@.emote;
Kelly scowls at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Wouldn't you rather have something healthier? Like some fruit or some whole wheat bread.@@
You can't help but simply raise your shoulders.
@@.you;
It's yummy.@@
@@.emote;
Kelly sighs@@
You watch as Kelly turns around and goes to the cupboard, grabbing another bowl.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well... I guess just this once is fine.@@
As she pours milk into her cereal, you can't help but smile.
[[Finish eating|House][$time.passTime(1)]]
<<elseif $m.corruptionlevel gte 1>>
<img src="img/Kelly/Kelly Eating Cereal 2.jpg">
As you are eating your breakfast, your $m.rel comes into the kitchen. You don't pay much attention until she leans on the counter.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Cereal? Again? That's not healthy, $player.name...@@
You almost let the spoon fall into the bowl, as you stare at her breasts.
//''Wow... I can even see her nipples!''//
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name? Are you listening to me?@@
//''What wouldn't I give to be able to shove my face into those mounds...''//
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name!@@
@@.you;
Ah! Sorry $m.rel... I kinda spaced out.@@
//''Hopefully she didn't notice me staring at her...''//
@@.emote;
Kelly frowns at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I already told you not to only eat cereal when there's no one around to cook.@@
@@.you;
Yes, sorry... I will make sure to eat an Apple after this.@@
@@.emote;
Kelly sighs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well... I guess that's better than nothing...@@
As your $m.rel starts to leave the kitchen, she suddenly stops and looks at you and gives you a smirk.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You also shouldn't stare at a woman's breasts. We do notice it, you know.@@
As she finishes talking, she turns around and leaves.
//''Shit... Well, at least she didn't seem mad... She actually looked a bit happy?''//
@@.corruption;
Kelly is a little more corrupted@@
[[Finish eating|House][$time.passTime(1);$m.corruption += 1]]
<</if>><<if $m.corruptionlevel is 0>>
<img src="img/Kelly/Kelly Worried Livingroom 1.jpg">
As you enter the living room, you find your $m.rel sitting on the sofa, contemplating something. She seems crestfallen.
@@.you;
Hey $m.rel... Everything alright?@@
@@.emote;
Kelly looks at you and puts on a forced smile@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, hi honey. It's nothing. I was just... Sitting around.@@
It's obviously not nothing. You decide to sit next to her.
@@.you;
Come on $m.rel, you can tell me what's worrying you.@@
@@.emote;
Kelly becomes conflicted@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm not sure if I should be unloading this on you...@@
@@.you;
Don't be like that... I'm here for you. Come, tell me. And if there is anything I can do to help you, I will try my best to do it.@@
You can see that your $m.rel is really struggling, but eventually relents.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name... Do... Do you think I'm becoming too old?@@
@@.you;
Too old?@@
@@.emote;
Kelly sighs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Recently our company has hired a lot of new girls. They are all in their lower twenties. We have also fired a few of the older employees. I'm afraid that I will be forced to retire...@@
@@.you;
Nonsense! You still look young! Hell, I'm sure you can even give those girls a run for their money when it comes to beauty! Not only that, you are also smart and reliable, who would ever be crazy enough to force you to retire?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Really?@@
@@.you;
Of course!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, if you are saying so, then it must be true.@@
Seems like her mood has improved, but it seems she hasn't fully recovered.
@@.you;
Listen $m.rel, I'm serious. And one day, when I start my own company, I want you to work with me.@@
Kelly stares at you speechlessly and eventually laughs.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I see. Okay, if you ever start a company, I will work with you.@@
@@.you;
Great! With you on my team, I'm sure selling products won't be an issue!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thanks honey...@@
@@.you;
No need to thank me, I'm only stating facts.@@
You give her the thumbs up and she laughs at you.
@@.love;
Kelly loves you a little more@@
[[Spend some time with her|House][$m.love += 1;$time.passTime(1)]]
<<elseif $m.corruptionlevel gte 1>>
<img src="img/Kelly/Kelly Reading 1.jpg">
As you enter the living room, you spot your $m.rel reading a book.
//''Wow... She's wearing only a robe and underwear...''//
You decide to sit down and talk to her.
@@.you;
Hey, $m.rel. What's up?@@
@@.emote;
Kelly looks up at you and smiles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, not much. Just trying to catch up on my reading.@@
@@.you;
Is that so? Is the book good?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm enjoying it so far.@@
@@.you;
Really? So what is it about?@@
As you ask that, you see your $m.rel's face become slightly red.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Err... It's a book about... Romance.@@
//''That's... Quite defensive of her, isn't it?''//
@@.you;
Oh? What's the name of the book?@@
Saying that, your $m.rel gets up and stretches.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, it seems quite late! I think I'm going to go lay down.@@
You watch as your $m.rel leaves, being careful to not let you see the cover of the book.
//''Suspicious...''//
Maybe you should check to see what kind of book it is.
[[Leave|House][$time.passTime(1)]]
<span style="color:gold;">This event will be continued for Kelly's Love Level 3 Questline.</span>
<</if>><<if $m.corruption lte 9>>
<img src="img/Kelly/Kelly Bikini Yard 1.jpg">
As you are walking in the yard, you notice that your $m.rel is sunbathing. She seems busy, so you don't want to disturb her.
//''Maybe I can do something eventually?''//
[[Leave|House]]
<<else>>
<<ctp "KellyYardMassage">>
<img src="img/Kelly/Kelly Bikini Yard 1.jpg">
As you are walking in the yard, you notice that your $m.rel is sunbathing.
@@.you;
Hey, $m.rel!@@
@@.emote;
Kelly removes the headphones@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, hi honey! Do you need anything?@@
@@.you;
Not at all, I was just wondering if you want me to rub some sunscreen on your back.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You would do that? Thank you! That would be very helpful!@@
You get the sunscreen ready and move behind your $m.rel.
@@.you;
I'm going to take off your top, okay?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sure.@@
<<linkreplace "Take off her top and rub some sunscreen">><<scrollTop>><<ctpAdvance "KellyYardMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Bikini Yard 2.mp4" autoplay loop/>
You start rubbing the sunscreen on her back.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... It really does feel good when you rub it in.@@
@@.you;
Ever since I've learned how to massage, I've gotten more skillful with my hands.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I can see that... Your girlfriend is going to be a lucky girl!@@
//''Sigh''//
@@.you;
You know I don't have a girlfriend...@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
That's just a matter of time! A handsome man like you? Especially with skillful hands? I'm sure girls will be lining up soon enough.@@
@@.you;
I don't know about that...@@
<<linkreplace "Rub it in">><<scrollTop>><<ctpAdvance "KellyYardMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Bikini Yard 3.mp4" autoplay loop/>
You start to rub the sunscreen in, making sure it covers her whole back.
@@.emote;
Kelly moans a bit@@
As you are rubbing her back, you can't help but look at her supple ass.
//''I wonder if she would let me put some sunscreen on her ass?''//
You are about to ask, but then you shake your head.
//''What am I doing? I shouldn't be doing this...''//
You finish your job and get off of her.
@@.you;
Done!@@
@@.emote;
Kelly turns around and smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thank you, honey!@@
@@.corruption;
Kelly becomes more corrupted@@
@@.love;
Kelly loves you a little more@@
[[Go back inside|House][$m.love += 1;$m.corruption += 1;$time.passTime(1)]]
<</ctp>>
<</if>>
<<if $Massage and $m.corruption is 9>>
<<goto "Massage Kelly">>
<</if>><img src="img/Kelly/Kelly Your Bedroom 1.jpg">
As you were watching TV in your bedroom, your $m.rel knocks on the door and enters your room.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Honey, don't stay up late, you know that you have school tomorrow.@@
Seems like no matter how old you get, she still treats you like a child. Although, you were late for school quite often thanks to staying up late.
@@.you;
Of course $m.rel, I will just finish this movie and hop straight to bed.@@
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Great! If you need anything, I will be in my bedroom.@@
@@.emote;
Kelly leaves and closes the door@@
//''Sigh''//
@@.you;
I wonder what I have to do for her to stop treating me like a kid.@@
[[Finish watching movie|House][$time.passTime(1)]]<img src="img/Anna/Anna Study Night Livingroom 1.jpg">
As you are walking by the living room, you spot your $ys.rel studying on the sofa. She doesn't seem to be very spirited.
@@.you;
Hey Anna, what are you studying for?@@
Anna doesn't even raise her head to look at you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Lighting 101...@@
@@.you;
Isn't it a bit late to be studying?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Got a test tomorrow...@@
<<if not $Camera>>
//''Maybe if I knew more about Photography, I could help her...''//
[[Leave her alone|House][$time.passTime(1)]]
<<else>>
<<ctp "AnnaStudy">>
//''I should be good enough to help her study...''//
<<linkreplace "Help her study">><<scrollTop>><<ctpAdvance "AnnaStudy">><</linkreplace>>
[[Just leave|House][$time.passTime(1)]]
<<ctpNext clear>>
@@.you;
I will tell you what, how about I help you study?@@
@@.emote;
Anna looks up at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Can you?@@
@@.you;
Sure, if it's just studying, I can help you with the material.@@
You pick up the book.
@@.you;
Why don't you show me what you need to study and I will go through it with you and ask you questions, that way it will be easier for you to learn.@@
@@.emote;
Anna becomes excited@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
And just like that, you study with her until midnight. As you finish, you put down the book and massage your brows.
//''Man... That was harder than I th-''//
<img src="img/Anna/Anna Cheek Kiss.jpg">
Before you can even finish thinking, Anna hugs you and gives you a kiss.
@@.emote;
Anna gives you a radiant smile@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Thank you for helping, $player.ys! Thanks to you, I'm sure I'm going to do well on the test!@@
@@.you;
Yeah... No problem...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Night, $player.name!@@
@@.you;
Yeah... Night...@@
And with that, Anna spins around and goes back to her bedroom. You still feel dazed at her kissing you. You can't help but touch where she kissed.
@@.you;
Huh... Guess that was worth it!@@
@@.love;
Anna loves you a little more@@
[[Leave|House][$ys.love += 1;$time.passTime(1)]]
<</ctp>>
<</if>>@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">Mary<hr><<if $pravitas.level is 1>>
<<set _rand = random(3)>>
<<if _rand == 0>>
<<goto "Slept in Class">>
<<elseif _rand == 1>>
<<goto "Normal Study">>
<<elseif _rand == 2>>
<<goto "Focused Study">>
<<else>>
<<goto "Interacted with Linda">>
<</if>>
<<elseif $pravitas.level is 2>>
<<set _rand = random(3)>>
<<if _rand == 0>>
<<goto "Normal Study">>
<<elseif _rand == 1>>
<<goto "Normal Study">>
<<elseif _rand == 2>>
<<goto "Focused Study">>
<<else>>
<<goto "Interacted with Linda">>
<</if>>
<</if>><<if $pravitas.level is 1>>
<<set _rand = random(3)>>
<<if _rand == 0>>
<<goto "Botched Conversation">>
<<elseif _rand == 1>>
<<goto "Normal Talk">>
<<elseif _rand == 2>>
<<goto "Group Talk">>
<<else>>
<<goto "Interacted with Rachel">>
<</if>>
<<elseif $pravitas.level is 2>>
<<set _rand = random(3)>>
<<if _rand == 0>>
<<goto "Normal Talk">>
<<elseif _rand == 1>>
<<goto "Normal Talk">>
<<elseif _rand == 2>>
<<goto "Group Talk">>
<<else>>
<<goto "Interacted with Rachel">>
<</if>>
<</if>><<ctp "LindaLunch">>
<img src="img/Linda/Linda Classroom Event 1.jpg">
As you return to the classroom, you spot your teacher sitting down on a desk.
@@.you;
Hey Linda, what are you still doing here?@@
@@.emote;
Linda looks at you and raises an eyebrow@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I was finishing preparations for next class, shouldn't you be having lunch by now, $player.name?@@
You shrug
@@.you;
Forgot my money in my backpack. I usually leave it in my wallet, but I forgot that I took it out this morning.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I see. You really shouldn't leave anything valuable here. Even though security is good, it's not perfect. It would be a huge headache if someone stole something from you.@@
@@.you;
Understood ma'am@@
You salute her.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm serious $player.name. It happened last year. Thankfully it wasn't in one of the classes I taught.@@
Contrary to her normal attitude, seems like she really takes her job seriously.
@@.you;
Okay Linda, I will keep that in mind and try not to leave anything of value in my backpack.@@
@@.emote;
Linda nods at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Now off you go, don't want you starving during my lecture. I still have quite a bit to prepare.@@
As you're about to leave, something clicks in your mind.
@@.you;
I don't see your lunch, are you not eating?@@
@@.emote;
Linda shrugs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Occupational hazard. I will just eat later in the afternoon.@@
Seems like Linda will go hungry.
//''Maybe I should get something for her?''//
<<linkreplace "Buy some lunch for Linda ($5)">><<scrollTop>><<ctpAdvance "LindaLunch">><</linkreplace>>
[[Eat lunch and wait for next class|School][$time.passTime(1)]]
<<ctpNext clear>>
<<if $player.money lt 5>>
I don't have enough money.
[[Eat lunch and wait for next class|School][$time.passTime(1)]]
<<else>>
<img src="img/Linda/Linda Classroom Event 2.jpg">
As you return to the classroom, you see that Linda is glaring at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Didn't I tell you I'm busy? You shouldn't come here to eat.@@
Seems she's a bit stressed, must be the hunger.
@@.you;
I've come in peace!@@
You raise the other takeout bag that you were holding.
@@.emote;
Linda raises an eyebrow@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You've bought me food? You really shouldn't have.@@
You smile at her.
@@.you;
Hey, think of it this way. If I can't study on an empty stomach, then you can't teach on one. So I'm just looking out for myself.@@
As you hand over the bag, she reluctantly takes it and opens it.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Chinese food? How did you know that I liked it?@@
You couldn't help yourself, so you started eating first.
@@.you;
Who doesn't like Chinese food?@@
You slurp the noodles.
@@.emote;
Linda nods approvingly@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I see... So you do have good taste in food... Wait, you aren't trying to bribe me for extra points, are you?@@
@@.you;
Of course not, my grades have never been bad enough that I needed more points.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Good. I may be willing to have sex with a student, but I will never give them more points than they deserve.@@
@@.emote;
Linda starts eating the food@@
The chopsticks in your hand drop into your noodles as you become shocked by that statement.
@@.emote;
Linda looks at you and bursts out laughting@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm just kidding! I would never have sex with a student!@@
You can't help but scratch your head in embarrassment.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
At least not for Chinese food.@@
@@.emote;
Linda winks at you and keeps eating@@
You are not sure if she is serious or not.
@@.love;
Linda loves you a little more@@
[[Finish eating|School][$teacher.love += 1;$time.passTime(1);$player.money -= 5]]
<</if>>
<</ctp>><img src="img/Linda/Linda Classroom Tease Event 1.jpg">
As you enter the classroom, you notice that your teacher is sitting on her desk. Linda spots you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Shouldn't you be having lunch, $player.name?@@
You shrug and sit at your desk.
@@.you;
Wasn't really feeling hungry, but I could say the same to you.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I've had a huge breakfast and I don't much like the idea of getting fat.@@
@@.you;
Fat? You?@@
You look at Linda's figure.
//''She clearly works out''//
@@.you;
Your figure looks perfect to me.@@
@@.emote;
Linda raises an eyebrow at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's because I control a my weight... Wait a minute... I see. You are indeed a young man, coming back to the classroom to ogle at your teacher.@@
<<if $player.corruption gte 10>>
@@.emote;
Linda gives you a knowingly smirk.@@
//''Well, she's not wrong...''//
@@.you;
Eh, what can I say. I'm a man that enjoys admiring what's beatiful!@@
@@.emote;
Linda is surprised@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Is that so... Something like this?@@
@@.emote;
Linda poses.@@
<img src="img/Linda/Linda Classroom Tease Event 2.jpg">
You whistle at her.
@@.you;
I've gotta say, if Michelangelo was alive and here, I'm sure he would beg you to pose for him.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You're being much more straightforward than you used to be, $player.name! Not that I mind.@@
You and Linda continue to chit chat.
@@.love;
Linda loves you a little more@@
[[Finish chatting with her|School][$teacher.love += 1;$time.passTime(1)]]
<<else>>
Linda gives you a knowingly smirk. You can't really say that she's wrong, but you are still embarrassed to admit it.
@@.you;
Not at all! I... Uh... I came back because I forgot something, yes!@@
<img src="img/Linda/Linda Classroom Tease Event 2.jpg">
You see Linda getting off the desk and getting into a more sensual pose.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Really?@@
Your face becomes red and you get up from your desk. As you are preparing to escape, you can hear Linda chuckling.
[[Escape|School][$time.passTime(1)]]
<</if>><<if $teacher.love lte 9>>
<img src="img/Other/Linda Office Door.jpg">
You arrive in front of Linda's office.
//''I shouldn't bother Linda in her office, unless I need something from her, since I'm not her friend.''//
[[Go back|School]]
<<else>>
<<ctp "LindaOffice">>
<img src="img/Other/Linda Office Door.jpg">
You decide to pay Linda a visit at her office, so you knock on her door.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Who's there?@@
@@.you;
It's $player.name!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name? Come in, the door is open.@@
<<linkreplace "Open the door">><<scrollTop>><<ctpAdvance "LindaOffice">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Office Event 1.jpg">
As you enter her office, you spot Linda near her desk.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name, is there something you need?@@
@@.you;
Nah, I just came to visit you!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Really? Well, I guess I could use a small break.@@
@@.emote;
Linda sits on her desk@@
//''Wow... Look at those legs...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name?@@
@@.you;
Ah! Yes! Sorry, I spaced out!@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Seems like you are more interested in looking than talking.@@
<<if $player.corruption gte 10>>
@@.you;
Well, what can I say, I'm a young man staring at a beautiful woman!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh? Is that so? And what part of this woman do you think is the most beautiful.@@
@@.you;
Honestly? You have perfect legs. I don't think I've ever seen such a fine pair of them.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Really now? These legs?@@
@@.emote;
Linda lifts up one of her legs@@
@@.you;
Yes, they are quite something. A shame that I can't see the thighs though.@@
@@.emote;
Linda is taken aback@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh? straightforwards now, aren't you? Want to see them?@@
//''Chance!''//
<<linkreplace "Tell her you would love to see them">><<scrollTop>><<ctpAdvance "LindaOffice">><</linkreplace>>
<<else>>
You can't help but blush at her statement.
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Still innocent I see. Well, that's rarity nowadays.@@
You decide to protest her statement.
@@.you;
I-I'm not innocent!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh really? Would you like to see more then?@@
You blush even harder.
@@.you;
Errr... I... I need to take my sister back home!@@
[[Run away|School][$time.passTime(1)]]
<</if>>
<<ctpNext clear>>
<img src="img/Linda/Linda Office Event 2.jpg">
You watch as Linda slowly raises her skirt.
//''It's white!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
So? What do you think?@@
You can't help but gulp.
@@.you;
I take back what I said, now I'm SURE I've never seen such a fine pair of legs. I'm sure it would be heaven to lay my head on those thighs...@@
@@.emote;
Linda chuckles and lowers her skirt@@
//''Ah!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, who knows, maybe someday.@@
@@.emote;
Linda winks at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Now, off you go, I'm a very busy woman.@@
@@.you;
Okay, I will see you tomorrow Linda.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
See you $player.name!@@
@@.love;
Linda loves you a little more@@
[[Time to go home|School][$teacher.love += 1;$time.passTime(1)]]
<</ctp>>
<</if>><<if $teacher.love lte 9>>
<img src="img/Other/Linda Office Door.jpg">
You arrive in front of Linda's office.
//''I shouldn't bother Linda in her office, unless I need something from her, since I'm not her friend.''//
[[Go back|School]]
<<else>>
<<ctp "LindaOfficeTease">>
<img src="img/Other/Linda Office Door.jpg">
You decide to pay Linda a visit at her office, so you knock on her door.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Who's there?@@
@@.you;
It's $player.name!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name? Come in, the door is open.@@
<<linkreplace "Open the door">><<scrollTop>><<ctpAdvance "LindaOfficeTease">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Office Tease Event 1.jpg">
As you enter the office, you can't help but feel that the room is hotter than it should be, but upon looking at Linda, your eyes bulge and your mouth becomes agape.
//''Look at those breasts! I can almost see the nipple!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name?@@
<<if $player.corruption gte 10>>
@@.you;
Ah! Sorry Linda, couldn't help but stare...@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's alright. It's too damn hot and my breasts feel like they are on fire...@@
//''Gulp''//
@@.you;
Yes... I can see that your breasts are indeed very hot...@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, I guess I walked right into that one, didn't I? So, what can I do for you, $player.name?@@
You shake your head, trying to get to a normal mental state.
@@.you;
I actually have a few questions about today's class and I was wondering if you could help.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Of course! That's what I'm here for, so, what's the question?@@
You ask what was on your mind.
@@.emote;
Linda starts to ponder@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I see... Hm... I don't want to just give you the answer... I will tell you what! I will go step by step with you and see if you can come to the right conclusion.@@
You feel a bit disappointed.
@@.you;
Is that so? Okay, I guess...@@
@@.emote;
Linda smiles and winks at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And if you get the right answer, there will be a little prize for you.@@
//''A little prize?!''//
@@.you;
You are on!@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's what I thought! Okay so...@@
You try your hardest to think as she walks you through step by step and you give your answer.
<<if $player.intelligence gte 10>>
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Very good! Now for your reward!@@
//''Good thing that I've studied a lot!''//
<<linkreplace "Receive your prize">><<scrollTop>><<ctpAdvance "LindaOfficeTease">><</linkreplace>>
<<else>>
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm sorry $player.name, but that's the wrong answer...@@
You can't help but lower your head in shame.
@@.you;
I will try better next time...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You do that, I'm sure you will get it right!@@
//''If only I was smarter...''//
[[Leave|School][$time.passTime(1)]]
<</if>>
<<else>>
@@.you;
Ah! Yes! Good morning Linda!@@
@@.emote;
Linda raises an eyebrow at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Morning? It's already afternoon $player.name.@@
//''Cough''//
@@.you;
Yes... Erm... Sorry... It's just that... Erm...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
So, what did you come here for?@@
//''Fuck! I can't think straight!''//
@@.you;
It was to... Erm... Ah, yes! I came here to tell you that class today was very good! Very good indeed!@@
//''Goddamnit $player.name! Really?!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I see... Is that all?@@
@@.you;
Yes! That's all! I will see your tomorrow!@@
[[Escape|School][$time.passTime(1)]]
<</if>>
<<ctpNext clear>>
<img src="img/Linda/Linda Office Tease Event 2.jpg">
You watch as Linda pulls back her shirt to give you just enough to see her mounds, but not enough to see the nipples.
//''Wow...''//
After a little bit, Linda lets go of her shirt.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And that's it for now.@@
You can't help but feel disappointed.
@@.you;
Aww...@@
@@.emote;
Linda chuckles and winks at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Keep it up and who knows, maybe you will eventually get an even better reward.@@
//''Sounds promising!''//
@@.you;
Okay Linda! I will study hard to see your breasts! Err... I mean, to do my best!@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay, now out with you, I still have work to do.@@
//''Gotta study hard!''//
[[Leave|School][$time.passTime(1)]]
<</ctp>>
<</if>><<ctp "LindaPlay">>
<img src="img/Linda/Linda Player Not Feeling Well 1.jpg">
As you enter the chem lab, you feel a weird faint smell that causes you to become woozy.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name? Are you okay?@@
@@.you;
I don't know... I don't feel so well. What's this weird smell?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Weird smell? Oh, you must be talking about my experiment. I've gotten used to this smell, so it doesn't bother me anymore.@@
@@.you;
It's giving me a headache...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Really? Hm...@@
You watch as Linda goes towards one of the cabinets and brings out a stethoscope.
<img src="img/Linda/Linda Player Not Feeling Well 2.jpg">
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay $player.name. Now I need you to lay down on this bed.@@
@@.you;
What bed?@@
You look around and you can't see anything resembling a bed. As you were doing that, Linda takes out a sheet and throws it on a table.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
This bed!@@
@@.emote;
Linda taps the "bed"@@
<<linkreplace "Lay down on the bed">><<scrollTop>><<ctpAdvance "LindaPlay">><</linkreplace>>
[[Refuse and leave|School][$time.passTime(1)]]
<<ctpNext clear>>
<img src="img/Linda/Linda Player Not Feeling Well 3.jpg">
While you are confused, you decide to just go with the flow and lie down.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm... Yes... I see... This is bad...@@
Surprise by her saying that something is bad, you can't help but interrupt her.
@@.you;
Is there something wrong Linda?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yes. Very much so.@@
@@.emote;
Linda looks at you dead in the eyes.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm not a doctor, so I have no idea what I'm doing.@@
@@.emote;
Linda bursts out in laughter@@
You frown at her and off the "bed".
@@.you;
This was just a prank?@@
@@.emote;
Linda smiles at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Aww... Don't be like that $player.name! I was just playing with you. Don't worry about it. This is a natural reaction to this type of chemical, you will get used to it.@@
You watch as Linda removes her lab coat and starts to remove the sheet, but then she stops and looks at you.
<img src="img/Linda/Linda Player Not Feeling Well 4.jpg">
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Surely you will forgive me for this prank, right?@@
your face becomes red as you catch a glimpse of her panties. You just nod your head.
@@.emote;
Linda smiles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's a good boy! Now come, help me finish this experiment! We don't have much time before next class.@@
@@.love;
Linda loves you a little more@@
[[Help her finish the experiment|School][$teacher.love += 1;$time.passTime(1)]]
<</ctp>><img src="img/Rachel/Rachel Classroom Event 1.jpg">
As you are packing your things, you notice that Rachel still hasn't left.
@@.you;
Hey Rachel, why are you still here?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I asked Linda to get me a sample of the chemical compound we learned today, but she said that she had to go to the bathroom first...@@
<<ctp "RachelPastTime">>
Seems like Linda may take a while to get back and Rachel isn't very happy about that. You could spend some time with her or just leave.
<<linkreplace "Ask her if she wants company">><<scrollTop>><<ctpAdvance "RachelPastTime">><</linkreplace>>
[[Just leave|School][$time.passTime(1)]]
<<ctpNext clear>>
@@.you;
How about I stay here, while you wait?@@
@@.emote;
Rachel becomes embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I don't really want to force you to stay here...@@
You smile at her
@@.you;
It's not forced at all. I'm also curious about you, so why don't you tell me a little bit about your hobbies?@@
@@.emote;
Rachel gives you a bright smile@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?! Well, since you want to, I don't mind staying here with you for a while.@@
//''Isn't it I the one that is staying here with you?!''//
<img src="img/Rachel/Rachel Classroom Event 2.jpg">
You watch as Rachel sits on the teacher's desk.
<<if not $RachelClassroom>>
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... Let's see. I love listening to music. To be more specific, I love K-Pop!@@
@@.you;
K-Pop? That's Korean music right?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! My favorite band is BTS, they are a boy band that debuted in 2013 and...@@
Rachel talks up a storm. You find it weird that she is normally very quiet, but when it comes to things she likes, she hardly breathes.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
And so I th-@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm back! Here's the sample you wanted.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh...@@
Rachel seems disappointed somehow. She must really like talking about her favorites.
@@.you;
Hey, we can talk more another day. But I need to take my $ys.rel back home.@@
@@.emote;
Rachel's expression brightens@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Okay!@@
@@.love;
Rachel loves you a little more@@
<<set $RachelClassroom to true>>
[[Time to leave|School][$student.love += 1;$time.passTime(1)]]
<<else>>
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... Let's see...@@
You listen to Rachel talk about her hobbies, until Linda arrives.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm back! Here's the sample you wanted.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh...@@
Rachel seems disappointed somehow. She must really like talking with someone.
@@.you;
Hey, we can talk more another day. But I need to take my $ys.rel back home.@@
@@.emote;
Rachel's expression brightens@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Okay!@@
@@.love;
Rachel loves you a little more@@
[[Time to leave|School][$student.love += 1;$time.passTime(1)]]
<</if>>
<</ctp>><img src="img/Rachel/Rachel Food Court Event 1.jpg">
You decide to experiment the coffee from "Le Bonjour", famous for never removing their Christmas decorations. As you enter, you spot Rachel already there.
@@.you;
Hey Rachel, how's the coffee?@@
@@.emote;
Rachel notices you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Hi $player.name! It was amazing! It has a subtle taste of cinnamon and allspice berries!@@
@@.you;
Was? Did you already finish?@@
@@.emote;
Rachel becomes crestfallen@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah... I only had enough for a single cup...@@
Maybe you could use this moment to become closer to her.
<<ctp "RachelCoffee">>
<<linkreplace "Buy her Coffee ($5)">><<scrollTop>><<ctpAdvance "RachelCoffee">><</linkreplace>>
[[Don't buy her coffee|School][$time.passTime(1)]]
<<ctpNext clear>>
<<if $player.money lt 5>>
I don't have enough money.
[[Don't buy her coffee|School][$time.passTime(1)]]
<<else>>
<img src="img/Rachel/Rachel Food Court Event 2.jpg">
You decide that, since you are having a cup, you may as well buy one for her.
@@.you;
Rachel, I'm gonna grab a cup for myself, do you want one?@@
@@.emote;
Rachel looks at you, confused@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But I don't have enough money?@@
@@.you;
Hey, don't worry. I will cover the bill today and maybe you can cover it another time, how about it?@@
@@.emote;
Rachel's expression brightens@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Well, if you insist, then I may as well accept the offer.@@
//''I wonder why she always acts like that?''//
Both of you have coffee and talk about random things.
@@.love;
Rachel loves you a little more@@
[[Time to leave|School][$student.love += 1;$time.passTime(1);$player.money -= 5]]
<</if>>
<</ctp>><<if $player.intelligence gte 10>>
<img src="img/Rachel/Rachel Chemlab Event 1.jpg">
As you enter the chem lab, you see that Rachel is already there.
@@.you;
Hey Rachel, shouldn't you be out having lunch?@@
Instead of answering you, she just points at the table where a box is sitting, most likely it being her food.
@@.you;
I see, so what are you doing?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm sorry $player.name, but I really need to finish this before next class.@@
//''Seems like she's in a hurry to finish her project...''//
@@.you;
Hey, tell you what. I've got nothing better to do, so why don't you let me help you?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?!@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes please!@@
You put on your lab coat.
@@.you;
So... What do you need me to do?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I need to catalog and explain the reactions of mixing these chemical compounds... So, could you do the mixing, while I do the cataloging and explanation?@@
You look at the compounds.
//''Seems like they need to be mixed in a very specific order...''//
You begin mixing them.
//''Please don't explode... Please don't explode!''//
After twenty minutes, you guys finish.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Incredible $player.name! You mixed them perfectly!@@
You shrug at her compliment.
@@.you;
Only doing what I can...@@
//''Thank God it didn't explode...''//
@@.you;
Hey, how about we finish our lunches together?@@
@@.emote;
Rachel becomes surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You want to have lunch with me?!@@
@@.you;
Why, you don't want to?@@
@@.emote;
Rachel becomes flustered@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
No! I would love to have lunch together!@@
You sit down next to her and pull out your sandwich, while Rachel opens her box. You can't help but look at what she's eating.
//''Holy shit! It's home made?! Isn't that a legendary bento box?!''//
As you are weebing out, Rachel notices your gaze and blushes.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I had some extra time today, so I decided to make lunch... I know it doesn't look very good...@@
@@.you;
What are you saying?! It looks perfect! Hell, I would swap with you if I could!@@
@@.emote;
Rachel blushes even harder@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Wa... Want to share?@@
You give her a beaming smile.
@@.you;
Would love to! But I only have this Metro sandwich...@@
@@.emote;
Rachel shakes her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It's fine! I love Metro sandwiches! Let's share!@@
You and Rachel sit around the table and share your food.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
<span style="font-size:70%">I'm sharing food with a boy...</span>@@
@@.you;
Did you say something?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I said this food was good!@@
@@.you;
Oh? Yes, it's very good in fact.@@
@@.emote;
Rachel becomes even redder@@
@@.love;
Rachel loves you a little more@@
[[Finish Eating|School][$student.love += 1;$time.passTime(1)]]
<<else>>
<img src="img/Rachel/Rachel Chemlab Event 1.jpg">
As you enter the chem lab, you see that Rachel is already there.
@@.you;
Hey Rachel, shouldn't you be out having lunch?@@
Instead of answering you, she just points at the table where a box is sitting, most likely it being her food.
@@.you;
I see, so what are you doing?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm sorry $player.name, but I really need to finish this before next class.@@
//''Seems like she's in a hurry to finish her project...''//
Maybe if you were smart enough, you could help her.
[[Let her be|School][$time.passTime(1)]]
<</if>><<ctp "AboutRachel">>
<img src="img/Rachel/Rachel Another Classroom Event 1.jpg">
As you are packing your stuff and getting ready to leave. You notice that Rachel is doing the same, so you decide to talk to her.
@@.you;
Hey Rachel, going straight home?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Hi $player.name! Yeah, my mother gets anxious if I dilly dally for too long.@@
//''Dilly dally? What are you, 50?''//
@@.you;
I see, does she normally worry a lot about you?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah, especially after I had to be hospitalized.@@
Now that you think about it, she did say that she was hospitalized when she was a kid. You could escort her back to her car and find out, or you could just leave.
<<linkreplace "Offer to escort her">><<scrollTop>><<ctpAdvance "AboutRachel">><</linkreplace>>
[[Just leave|School][$time.passTime(1)]]
<<ctpNext clear>>
<img src="img/Rachel/Rachel Another Classroom Event 2.jpg">
You decide to escort her back and find out more about her.
@@.you;
Hey, Rachel. Mind if I walk with you to the parking lot?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Not at all, I would love some company!@@
You and Rachel leave the classroom.
@@.you;
So, you've never mentioned why you were in the hospital.@@
@@.emote;
Rachel becomes embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh... Uh... It was for something really stupid...@@
@@.you;
Stupid? Stupid how?@@
@@.emote;
Rachel's face becomes even more red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I don't really want to talk about it...@@
Seems like she is too embarrassed to tell you the story.
@@.you;
Tell you what, I will tell you something really dumb that I've done and you tell me your story, how about it?@@
@@.emote;
Rachel looks at you suspiciously@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How dumb?@@
<<if not $RachelStory>>
You smile at her and tell the story.
@@.you;
You see, a couple of years ago I was fixing the sink in the kitchen. This was the first time I've done anything like that, but I wanted to show how useful I was around the house. So I proceed take out the pipe connecting the sink to the sewer system and then I drained the sewer and cleaned it. But because of how clogged the sewer was, I had to store all that nasty water in a bucket. Once I finished, I had to get rid of the water. So I dumped it in the sink.@@
@@.emote;
Rachel looks at you confused@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
So?@@
@@.you;
Well, remember how I took out the pipe? I forgot to reconnect it before dumping out the water.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh no!@@
You laugh
@@.you;
Oh yes! Nasty sewer water was spread all thoughout the kitchen! Gotta say, my $m.rel was NOT happy with the smell. Even though I cleaned it, the kitchen stunk even after a week!@@
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah, I guess that was kinda dumb. Though more forgetful than dumb.@@
<<else>>
You tell Rachel another story of how you acted dumb. While you are a bit embarrassed, both of you have a laugh.
<</if>>
@@.you;
So, what about you?@@
@@.emote;
Rachel becomes embarrassed again and looks around@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Would you look at that! We are already here and I really have to go!<span style="font-size:90%"> I will tell you next time!</span><span style="font-size:80%"> But thanks for walking with me!</span><span style="font-size:70%"> Bye!</span>@@
You stand there watching Rachel running towards her car. You wonder what she could have done that was so embarrassing. Maybe someday she will tell you.
@@.love;
Rachel loves you a little more@@
<<set $RachelStory to true>>
[[Get ready to leave|School][$student.love += 1;$time.passTime(1)]]
<</ctp>>
<<if $player.intelligence is 10 and $studentlovequest1>>
<<goto "Challenging Rachel">>
<</if>><<if not $RachelFriend>>
<img src="img/Rachel/Rachel with Friend Event 1.jpg">
As you enter Accogliente, a restaurant famous for having a sofa and very few customers, you can't help but wonder why this university has so many weird themed stores. While looking around, you notice Rachel talking to someone. You decide to approach.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">?????<hr>
He really did that? Wow!@@
As you are approaching, Rachel notices you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, hi $player.name!@@
@@.you;
Hey Rachel, is this a friend of yours?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">?????<hr>
So he's $player.name! Rachel, you didn't tell me how hot he was!@@
You can see Rachel's face becoming the color of a tomato.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Don't say that, Rebeca! Sorry $player.name!@@
@@.you;
Hey, I don't mind a compliment every now and then. Pleasure to meet you Rebeca, I'm $player.name.@@
You extend your hand to her.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What is this? A business meeting?@@
@@.emote;
Rebeca hugs you and gives you a kiss on both cheeks@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I'm Rebeca, it's a pleasure to meet you too, $player.name!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
REBECA!@@
While you were stunned by what just happened, Rachel's scream wakes you up.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What's the matter? That's how people greet in my country.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This is NOT Brazil! You shouldn't be kissing people who aren't... <span style="font-size:80%">who aren't...</span><span style="font-size:70%"> your boyfriend.</span>@@
You can swear you can see smoke coming out of Rachel's ears.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I thought this was a free country, also, there's no way I would only kiss my boyfriend on the cheek, I would grab his ass and give him a-@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
STOP! Please stop!@@
@@.emote;
Rebeca shrugs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
As you can see $player.name, Rachel is a prude. If you go out with her, you better be ready to only have sex after marriage.@@
You can swear that if Rebeca continues, Rachel is going to dig a hole and never come out of it.
@@.you;
I think that's enough teasing, don't you?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh, don't worry $player.name. Rachel may act like this, but inside I know that she's a s-@@
@@.emote;
Rachel covers Rebeca's mouth and glares a her@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Not a single word! Got it?!@@
Seems like Rachel is angry now, so Rebeca nods her head.
@@.emote;
Rachel sighs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Why does she have to be my friend...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hey! We've known each other since grade school, of course we would be friends! And als-@@
@@.data;
An alarm goes off@@
@@.emote;
Rebeca checks her cell phone@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
OH SHIT! I'm going to be late! Gotta go Rachel! Pleasure meeting you $player.name!@@
Out of nowhere, Rebeca is dashing out of the restaurant.
@@.you;
That's... Quite the unique girl, isn't she?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sorry about that $player.name... She can be a bit too friendly sometimes.@@
@@.you;
Oh, don't worry. I kinda like her outgoing personality.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Also, I'm not a prude! I wouldn't wait until marriage to have...<span style="font-size:80%"> To have...</span><span style="font-size:70%"> To have...</span>@@
@@.emote;
Rachel covers her red face and runs out of the store@@
//''Maybe a very outgoing person complements a very shy person?''//
You decide to just leave.
<<set $RachelFriend to true>>
[[Get ready to leave|School][$time.passTime(1)]]
<<else>>
<img src="img/Rachel/Rachel with Friend Event 1.jpg">
You enter Accogliente and spot Rachel and Rebeca talking.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Did he really say that?! No way!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes way! And he even...@@
//''Seems like she's having fun talking to her friend...''//
You decide against getting in her way.
[[Eat somewhere else|School][$time.passTime(1)]]
<</if>><img src="img/Vanessa/Vanessa Classroom Event 1.jpg">
Since you've never visited Vanessa before, you decide to use your first break to say hi to her. You wait at the door as all the seniors leave their class, followed by the professor. No signs of Vanessa leaving, so you decide to go in.
As you walk in, Vanessa notices you.
@@.emote;
Vanessa smiles at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey there hotstuff! Did you come here just to meet little ol' me?@@
You can't help but look at the glasses in her hands.
@@.you;
Hey there, Vanessa. I didn't know you wore glasses.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Oh, this? I only use it to read. Otherwise my eyes start hurting.@@
You look around the classroom.
@@.you;
I see, so this is where the seniors study... Much larger than my classroom.@@
@@.emote;
Vanessa laughs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Your classroom is an exception, I still can't believe how small it is. How can the university even make a profit out of only a few students?@@
You shrugs
@@.you;
Beats me, but I kinda like it better than a crowded classroom, makes it easier to pay attention in class.@@
@@.emote;
Vanessa shakes her head@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Tsk tsk... It will also make it impossible for you to sleep during class, without the teacher noticing!@@
@@.you;
Well, I don't mind it, the classes are always interesting.@@
@@.emote;
Vanessa gives you a knowing smile@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Yeah... Sure... The "classes" that are interesting, not that hot ass that teaches you, right?@@
You become embarrassed and can't answer her.
@@.emote;
Vanessa laughs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Don't worry! I totally understand you! If she weren't a teacher, I would totally be all over her.@@
You become surprised at what she said.
@@.you;
You would be all over her? Does that mean you are... you know?@@
@@.emote;
Vanessa laughs even harder@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Gay? Nah. I just want to have fun! Man or woman, as long as they are hot. Now, I would love to keep chatting, but my friends are waiting for me, so I need to go. See you next time hotstuff.@@
@@.emote;
Vanessa gives you a wink and leaves the classroom@@
@@.you;
So she's bisexual...@@
You imagine Vanessa and Linda getting it on.
@@.you;
That's hot...@@
[[Leave the classroom|School][$time.passTime(1)]]<img src="img/Vanessa/Vanessa Food Court Event 1.jpg">
You decide that you want to eat lunch at Harven's, a traditional Dinner styled establishment. As you enter, you recognize a well shaped dark ass. You can't help but stare at it.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Stare any harder, and you are going to end up burning a hole through my pants.@@
Vanessa talking to you wakes you up.
@@.you;
Sorry, didn't mean to stare...@@
@@.emote;
Vanessa chuckles and winks at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
That's alright, it's good to know that my ass still got it. Having lunch here, $player.name?@@
Seems like she doesn't mind if you stare at her.
//''That's good to know''//
@@.you;
Yep, want to join me?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Sorry, but I've already eaten. Maybe next time, okay?@@
@@.you;
Okay, see you!@@
You watch as Vanessa leaves.
//''Seems like she's busy... Wonder why?''//
[[Eat lunch|School][$time.passTime(1)]]<img src="img/Vanessa/Vanessa Classroom Tease Event 1.jpg">
As you return to the class room, in order to prepare to leave, you spot Vanessa leaning on the teacher's desk.
@@.you;
Hi Vanessa, what are you doing here?@@
@@.emote;
Vanessa stares at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey $player.name, I need a favor from you.@@
Weird, she's usually not this serious.
@@.you;
What kind of favor?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Well, you see, my teacher keeps giving us questioners that need to be answered. He told us that we can't have other students in our class answer them for each other.@@
You can already see where this is going.
@@.you;
Let me guess, you want me to answer them?@@
@@.emote;
Vanessa smiles at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Exactly, surely you will help your senior out, right?@@
@@.you;
How many questions are we talking about exactly?@@
@@.emote;
Vanessa starts playing with her hair@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Oh... You know... It's only... <span style="font-size:70%">50...</span>@@
@@.you;
50?! I'm sorry Vanessa, I can answer a few, but not 50!@@
@@.emote;
Vanessa slowly starts unbuttoning her shirt@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Surely you can spare some time to help a maiden in need, right?@@
<img src="img/Vanessa/Vanessa Classroom Tease Event 2.jpg">
You end up swallowing your words.
//''MAIDEN MY ASS!''//
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Will you help me?@@
You nod your head.
@@.emote;
Vanessa buttons up her shirt and smiles at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Great! This would take a long time otherwise! I knew you were awesome!@@
//''Sigh''//
Seems like you don't have any other choice.
@@.love;
Vanessa loves you a little more@@
[[RIP Free Time|School][$senior.love += 1;$time.passTime(1)]]<img src="img/Vanessa/Vanessa Food Court Tease Event 1.jpg">
Today you decide that you wanted to eat at the Bean Factory, a restaurant that specializes in dishes with beans. As you look around, you notice that there's not a single normal chair in sight, they are all bean bag chairs.
//''Why are these restaurants so weird?''//
You also spot Vanessa, who seems to have noticed you earlier.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey there, hotstuff! Why don't you come over here?@@
You walk towards her.
@@.you;
Hi Vanessa, do you come often to this place?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Yep, I just love these bean bag chairs! They're so comfy and you can lay down on them!@@
<<ctp "VanessaEat">>
Seems like Vanessa is enjoying herself, you could eat with her, but given her personality, she will most likely make you pay. Or you can leave and eat somewhere else.
<<linkreplace "Eat with her ($5)">><<scrollTop>><<ctpAdvance "VanessaEat">><</linkreplace>>
[[Eat somewhere else|School][$time.passTime(1)]]
<<ctpNext clear>>
<<if $player.money lt 5>>
You don't have enough money, so you shouldn't risk it.
[[Eat somewhere else|School][$time.passTime(1)]]
<<else>>
@@.you;
Hey, mind if I have lunch here with you?@@
@@.emote;
Vanessa smiles at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Of course not! Bring a bean bag chair over here and let's order!@@
As you return, you get caught by Vanessa's smile.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
And since you are a gentleman, surely this meal will be your treat, right?@@
@@.you;
Err... I don't kno-@@
<img src="img/Vanessa/Vanessa Food Court Tease Event 2.jpg">
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Can you really say "No" to this ass?@@
You can't help but swallow your words. So you only nod your head.
@@.emote;
Vanessa chuckles@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Thought so!@@
@@.love;
Vanessa loves you a little more@@
[[Have lunch with her|School][$senior.love += 1;$time.passTime(1);$player.money -= 5]]
<</if>>
<</ctp>><<if not $Camera>>
<img src="img/Vanessa/Vanessa Campus Event 1.jpg">
As you are walking down the campus, you spot Vanessa smiling close to the fountain. This would be an excellent moment to get some nice pictures, if you had a camera that is.
[[No camera, no photos|School]]
<<else>>
<<ctp "VanessaPhotos">>
<img src="img/Vanessa/Vanessa Campus Event 1.jpg">
As you are walking down the campus, you spot Vanessa smiling close to the fountain. You decide that you want to get some pictures of her.
@@.you;
Hey, Vanessa!@@
@@.emote;
Vanessa notices you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Oh? Hey, hotstuff! What are you doing here?@@
You start to dramatize.
@@.you;
I was just walking around. But then, out of nowhere, I spotted my Muse just standing in front of a fountain! So I just knew that I had to come and eternalize her in this magical box, so that all may be able to have the honor... Nay! The privilege to gaze upon thy figure!@@
@@.emote;
Vanessa laughs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
So, what you are saying is that you want to take some pictures of me?@@
You chuckle.
@@.you;
Yep! Did I overdo it?@@
@@.emote;
Vanessa smiles at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I mean... It was a little bit goofy, but I do enjoy being called a Muse. So, sure. I will give you the privilege of taking pictures of me.@@
Saying so, Vanessa pulls on her shirt and poses for you.
//''Nice!''//
<<linkreplace "Start taking pictures">><<scrollTop>><<ctpAdvance "VanessaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Campus Event 2.jpg">
As Vanessa pulls on her shirt, you can easily see her now exposed bra.
//''Looks like she's not shy at all about her body...''//
@@.you;
Looking great, Vanessa!@@
You start taking pictures, trying to focus on capturing the essence of her sexiness.
@@.emote;
Vanessa smiles at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
If you think that is great, then how about this?@@
Saying so, Vanessa slowly goes down on her knees.
<<linkreplace "Take sexy pictures">><<scrollTop>><<ctpAdvance "VanessaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Campus Event 3.jpg">
Once on her knees, Vanessa raises her shirt, exposing her nice body. Vanessa poses in a sensual manner.
@@.you;
Wow! Now that's what I'm talking about@@
You get down and start taking pictures at a lower angle.
@@.emote;
Vanessa chuckles@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
So... What do you think?@@
@@.you;
I think your front side is sexy as hell!@@
@@.emote;
Vanessa raises an eyebrow@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Just my front side...?@@
Saying that, Vanessa turns around.
<<linkreplace "Take more sexy pictures">><<scrollTop>><<ctpAdvance "VanessaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Campus Event 4.jpg">
Once Vanessa turns around, she raises her ass and looks at you.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Are you sure it's just my front side?@@
//''Holy...''//
Your mouth hangs open as your eyes focus on her ass.
//''Did I really tap that?!''//
@@.emote;
Vanessa laughs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
From your reaction, I guess not!@@
You shake your head.
@@.you;
Sorry. But yeah, it's not just your front side. Even your back side is sexy as hell!@@
You continue taking pictures of her back, focusing more on her ass.
@@.emote;
Vanessa gives you a seductive smile@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Want to see more?@@
You immediately nod your head.
<<linkreplace "Take even more sexy pictures">><<scrollTop>><<ctpAdvance "VanessaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Campus Event 5.jpg">
Vanessa slowly lowers her pants, exposing her underwear to you. Your lower body reacts to it, almost as if it remembers what transpired in the abandoned lab.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Aren't you going to take your pictures?@@
Vanessa's voice snaps you back to reality.
//''How is it possible that I lost my virginity to that?!''//
You can't believe your luck, as you continue taking pictures of her.
@@.emote;
Vanessa chuckles@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
From the look of your pants, seems like you are quite happy to see me like that.@@
Saying that, Vanessa pulls back her pants and gets up, lowering her shirt in the process. You feel a bit embarrassed.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Also, don't show anyone those pictures. Got it, hotstuff?@@
@@.you;
Ah? Yes! Of course! These will be my personal materials!@@
@@.emote;
Vanessa raises an eyebrow@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Material? ... Oh! I see!@@
@@.emote;
Vanessa laughs@@
//''Ah! Shit! I meant to say treasures!''//
Before you could correct yourself, Vanessa starts to leave.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Well, I gotta get going. See you tomorrow, $player.name. Make sure not to hurt your wrist, okay?@@
Your face becomes red at her comment.
@@.corruption;
Vanessa is a little more corrupted@@
[[Wrap it up|House][$time.passTime(1);$senior.corruption += 1]]
<</ctp>>
<</if>>[img[img/ui/Discord.png][https://discord.gg/bb2hDyu]]
Join our discord! Here you can discuss the game, report bugs, give your feed back and even ask for access to the Beta Branch!<<set $initiate = 1>>
Testing
[[Day +1|Day Count Test][$time.dayCount += 1]]
<<if $time.dayCount is 5>>
Lulz
<</if>><img src="img/School/Slept in Class.jpg">
You try very hard to stay awake, but it just seems like you lack energy today.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And so, when you mix both compounds, what you get is a reaction that...@@
//''Must... Not... Sleep...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And so, Rachel. Can you give me an example of...@@
//''Example of... Zzzzzz...''//
[[Sleep until the end|School][$time.passTime(1)]]<img src="img/School/Normal Study.jpg">
You feel very average today. You are sure that you will absorb most of what is being taught, but you will have to review it latter.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Chemical reaction is a process in which one or more substances, which are called the reactants, are converted to one or more different substances, which are called the products.@@
You start to furiously write down what she is saying.
//''Yes, I understand some of those words...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Substances are either chemical elements or compounds. A chemical reaction rearranges the constituent atoms of the reactants to create different substances as products.@@
//''Yes... Definitely only some of those words...''//
@@.intelligence;
You feel smarter@@
[[Finish writing your notes|School][$player.intelligence += 1;$time.passTime(1)]]<img src="img/School/Focused Study.jpg">
For some reason you feel like your concentration is laser focused. You believe that you will be able to fully understand this class.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And so, if you add these two chemical compounds to these other two compounds, it will cause a reaction in which one of the compounds will be forcefully separated, allowing you to extract it. This leaves...@@
//''Two plus two is four... Minus one that's three... Quick maths!''//
@@.intelligence;
You feel much smarter@@
[[Finish listening to the lesson|School][$player.intelligence += 2;$time.passTime(1)]]<img src="img/Linda/Linda Lore 2.jpg">
As you are listening to the class, Linda sits on her desk.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name. Answer this question and you will gain extra brownie points.@@
//''Shit, I hope I got this...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What is entropy?@@
<<if $player.intelligence gte 10>>
@@.you;
Entropy is the measure of the disorder of a system. It is an extensive property of a thermodynamic system, which means its value changes depending on the amount of matter that is present.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Very good! If we were using stars, that answer would get you one!@@
@@.you;
Well, what can I say, I have an excellent teacher!@@
@@.emote;
Linda winks at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Now, now, $player.name, you don't have to suck up to me. But I do enjoy the compliment.@@
@@.love;
Linda loves you a little more@@
@@.intelligence;
You feel smarter@@
[[Answering a question, like a boss!|School][$teacher.love += 1;$player.intelligence += 1;$time.passTime(1)]]
<<else>>
@@.you;
Entropy is the... Uh... Randomness... Uh... Entropy is when a system becomes random?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That is not the right answer. Rachel?@@
//''Fuck...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes, Linda! Entropy is the number of possible microscopic configurations that would give you the same macroscopic measurement!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's a very simplified answer, but I will accept it. Good job Rachel. And $player.name, pay more attention.@@
@@.you;
Okay...@@
//''If I were smarter, I could have answered it...''//
[[Need to study more|School][$time.passTime(1)]]
<</if>><img src="img/School/Botched Conversation.jpg">
As you are talking to a girl next to you, for some reason you decide to tell her one of your jokes.
@@.you;
Hey, what do you do with a sick chemist? @@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Girl<hr>
What?@@
@@.you;
If you can't helium, and you can't curium, then you might as well barium!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Girl<hr>
...@@
You smile at her as she turns away from you and starts talking to another person.
//''Well, I thought it was funny...''//
[[Lay your head on your desk in shame|School][$time.passTime(1)]]<img src="img/School/Normal Talk.jpg">
You feel that you are more than capable of chatting up a girl today, so you decide to put it to the test by talking to a girl next to you.
@@.you;
And so I looked at him and said: "If you're not part of the solution, you're part of the precipitate!", the dude didn't even know how to answer!@@
@@.emote;
Girl laughs@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Girl<hr>
That's funny! You made a play on the word problem! I bet he had no idea what you were talking about.@@
Both of you laugh at expense of the imaginary person with whom you had a confrontation with.
@@.charm;
You feel more charming@@
[[Gain Charm|School][$player.charm += 1;$time.passTime(1)]]<img src="img/School/Group Talk.jpg">
Today you feel like you are on fire. You're sure that will be able to grab anyone's attention. You decide to use this moment to talk to a group of students.
@@.you;
As so I decided I wanted to use a pick up line she never heard. I told her: "Are you made of copper and tellurium? Because you're CuTe!"@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Guy<hr>
No way dude!@@
@@.you;
And you know what else? It totally worked! She didn't really understand anything about copper and tellurium, but she did like it that I called her cute.@@
You start laughing and the guy laughs with you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Girl<hr>
Awww... I like it. It may be cheesy, but who doesn't like to be called cute?@@
You have a great time with the group, talking about your imaginary pick up.
@@.charm;
You feel much more charming@@
[[Gain Charm|School][$player.charm += 2;$time.passTime(1)]]<img src="img/Rachel/Rachel Lore.jpg">
You start talking with a group of classmates.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Girl<hr>
And then I saw it! A double rainbow!@@
@@.you;
Double rainbow... What does it mean?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Well, a double rainbow is a phenomenon of optics that displays a spectrum of light due to the sun shining on droplets of moisture in the atmosphere. Does that explain it?@@
//''Oh? Seems like Rachel wants to join the conversation, that's rare.''//
You think of the best way to approach this.
<<if $player.charm gte 10>>
//''Let's try to insert her into the conversation.''//
@@.you;
Hey, isn't that a quote from that famous MOBA character, Light?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Light?@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Guy<hr>
Totally dude! I remember that quote!@@
@@.you;
Now that I think about it, isn't Rachel just as cute as that character?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
CUTE?!@@
Rachel's sudden outburst catches Linda's attention.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Kids! If you are going to talk in class, keep the volume to a minimum!@@
@@.emote;
Rachel lowers her head in embarrassment and turns back to the teacher@@
You can see a faint smile on her lips.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Girl<hr>
Nice one $player.name!@@
@@.emote;
Guy gives you a thumbs up@@
//''That went well.''//
@@.love;
Rachel loves you a little more@@
@@.charm;
You feel more charming@@
[[Dishing out compliments, like a boss!|School][$student.love += 1;$player.charm += 1;$time.passTime(1)]]
<<else>>
//''Better give her a hard time, that way she will feel like she is part of the group!''//
@@.you;
Hah! Dork!@@
@@.emote;
Rachel lowers her head in embarrassment and turns back to the teacher@@
//''Shit! That backfired!''//
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Girl<hr>
That was unecessary...@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Guy<hr>
Yeah dude, not cool.@@
The other students turn away from you and talk among themselves.
//''Sigh, if I were more charming, this wouldn't happen...''//
[[Wallow in shame|School][$time.passTime(1)]]
<</if>><<ctp "PravitasFemDom">>
<video src="img/Pravitas/Pravitas Femdom 1.mp4" autoplay loop/>
As you start licking, you feel a weird taste. You expected a tangy taste, but it's salty and has a pungent smell.
//''This isn't her pussy!''//
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What? You expected I would let you lick my pussy? You don't deserve it.@@
@@.emote;
Pravitas wiggles her ass@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Now get back to work!@@
You feel a slight sting on your arm, seems like Pravitas just hit you with something.
<<linkreplace "Continue eating her ass">><<scrollTop>><<ctpAdvance "PravitasFemDom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Femdom 2.mp4" autoplay loop/>
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes, that's right. You are going to learn its taste and you are going to learn to like it. You with yearn for it.@@
@@.you;
Hpmh hm hmph hmm!@@
//''I don't think so!''//
You feel another sting on your harm, this time harder.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I didn't tell you that you could talk. But don't worry, in time you will learn. I will teach you.@@
<<linkreplace "Continue eating her ass">><<scrollTop>><<ctpAdvance "PravitasFemDom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Femdom 3.mp4" autoplay loop/>
As you continue to lick, Pravitas gets up. You sigh in relief, believing that it's over, only to have her sit on you again. Seems like she only got up to change position.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Don't stop! Keep going! I'm very close to finishing!@@
Seeing the finishing line on the horizon, you start licking her with greater vigor.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes! Just a little more!@@
<<linkreplace "Lick furiously">><<scrollTop>><<ctpAdvance "PravitasFemDom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Femdom 4.mp4" autoplay loop/>
Pravitas begins to shake as you seek her asshole with your tongue.
@@.emote;
Pravitas moans@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yessssss, that's a good boy! Keeping going at it!@@
You focus the center of her asshole and give her the final blow.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes! Yes! Yesssssssssssssssss!@@
@@.emote;
Pravitas collapses on the stairs, seemingly out of energy@@
You finally have enough space to breathe properly. You feel there's a change in your body. For some reason, you don't feel bad about what happened.
//''I feel... Excited?''//
You shake your head, trying to get that thought out of your mind. As you were occupied with your own thoughts, Pravitas already got up and is now looking at you.
@@.corruption;
You feel the power of corruption coursing through your veins@@
@@.corruption;
You feel vastly more corrupted@@
[[Talk to Pravitas|Pravitas Conclusion]]
<<set $corruptionevent = 1>>
<<set $pravitasfemdom = 1>>
<</ctp>><<ctp "PravitasSub">>
<img src="img/Pravitas/Pravitas Sub 1.jpg">
You push Pravitas off of you. As you take charge, the scene changes.
@@.emote;
Pravitas is surprised@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
WHAT?! You were able to take control of your dream?!@@
You shake your head, trying to clear your mind. Now you are pissed.
//''This bitch!''//
@@.emote;
Pravitas flinches as she looks at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Now, now $player.name. There's no need to be angry. I can guarantee that you would have enjoyed it.@@
You glare at her and take a deep breath to calm your mind.
//''Fine. If she wants it that way, two can play her game.''//
@@.you;
So you want me to fuck all of the girls I know, right?@@
@@.emote;
Pravitas looks at you in surprise@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Of course! You have to! The more girls you have sex with, the stronger I will become!@@
You raise an eyebrow at her.
@@.you;
Don't you mean, the stronger //I// will become?@@
@@.emote;
Pravitas gives you a smirk@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Well, yes, of course. You are me and I am you. If I become stronger, you will become stronger. It's a win-win situation, don't you think so?@@
@@.you;
Yes... A win-win situation... But there's a problem here.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
A problem? What kind of problem can there possibly be?@@
You stare right into her eyes.
@@.you;
I don't like to be dominated. I'm the master of my own fate. I'm in control here. Not you. Do you understand?@@
@@.emote;
Pravitas becomes even more suprised@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Well, sure. Like I told you, I never intended in interfering with you, as long as you had sex, I would have been more than happy to take a back seat, it's just that-@@
@@.you;
Just that what? You thought that you could control me just because I didn't follow your plans?@@
@@.emote;
Pravitas frowns@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Listen-@@
@@.you;
NO! You listen! From now on, you will not force me into doing anything that I don't want to do. Understood?@@
@@.emote;
Pravitas is a bit shaken and nods her head@@
@@.you;
Good... Now, back to what we were talking, you said you wanted me to fuck all the girls I know, right?@@
@@.emote;
Pravitas nods her head with more vigor@@
@@.you;
Well, from my point of view, you are also a girl.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What?@@
You smirk at her.
@@.you;
Kneel.@@
@@.emote;
Pravitas frowns at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Don't get cocky just because you-@@
@@.you;
Didn't you hear me?! I told you to kneel!@@
You envision Pravitas kneeling in front of you and notice that Pravitas' body moves against her will.
@@.emote;
Pravitas is shocked@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
This can't be! How can you be controlling your dream so well?!@@
<<linkreplace "Command her to suck your dick">><<scrollTop>><<ctpAdvance "PravitasSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Sub 2.mp4" autoplay loop/>
You can't help but laugh as Pravitas impales herself on your cock, sucking it as if in desperation.
@@.you;
How does my cock taste, Pravitas?@@
@@.emote;
Pravitas makes gurgling sounds@@
@@.you;
What's that? Tastes good? I'm glad you like it, because there's a whole lot more cock for you.@@
You grab Pravitas' head.
<<linkreplace "Force her to take your dick deeper">><<scrollTop>><<ctpAdvance "PravitasSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Sub 3.mp4" autoplay loop/>
@@.you;
Fuck! This feels good! Take that cock, you dirty whore!@@
@@.emote;
Pravitas makes angry gurgling noises@@
@@.you;
Yeah you are! You are my personal cock sleeve!@@
You put more pressure on her head, forcing her to keep deep throating you.
@@.you;
Damn! I'm almost there! Take it, you bitch!@@
<<linkreplace "Force her to take as much as your dick as you can">><<scrollTop>><<ctpAdvance "PravitasSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Sub 4.mp4" autoplay loop/>
As Pravitas is fully impaled, you cum in her throat.
@@.you;
Take it! Drink it all!@@
@@.emote;
Pravitas makes swallowing noises@@
As you finish cumming, you let go of Pravitas' head and she falls down onto the floor, exhausted.
@@.emote;
Pravitas starts coughing@@
Your mind finally starts to clear and it finally dawns on you. You almost just skull fucked Pravitas.
@@.you;
Errr... Sorry Pravitas, I don't know what took over me...@@
You watch as Pravitas spits on the floor and gets up.
@@.emote;
Pravitas smiles at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Don't worry $player.name. I don't mind getting dominated every once in a while.@@
@@.emote;
Pravitas glares at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
But if you call me a dirty whore again, it will be your ass on the line, got it?@@
@@.you;
Ha... Haha...@@
Seems like Pravitas doesn't like being called a whore. Although, given enough time, you feel that this is something that could change.
//''But what was that, that took over me?''//
You feel like something in you has awakened...
@@.corruption;
You feel the power of corruption coursing through your veins@@
@@.corruption;
You feel vastly more corrupted@@
[[Talk to Pravitas|Pravitas Conclusion]]
<<set $corruptionevent = 1>>
<<set $pravitassub = 1>>
<</ctp>><img src="img/Pravitas/Pravitas Conclusion.jpg">
The scene changes again, you are now in an abandoned building.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
The ritual is now complete. You should be feeling the corruption coursing through you.@@
You do indeed feel something strange in you, something that is willing you into depravity. Weirdly enough, you don't feel worried.
@@.you;
What is this corruption?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It's our power. It's how we hunt our prey. It's how we feed.@@
You feel confused by her explanation.
@@.you;
Can't you be a little bit more specific?@@
@@.emote;
Pravitas sighs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
The power of corruption is what will allow you to easily have sex with the women around you. It can make women go crazy for you. It can make them ignore any type of preconceived value they may hold. Although, I'm too weak to exert my full power.@@
@@.you;
And how do I use this "Corruption"?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Well, normally you wouldn't need to actually do anything. Your very presence would be enough to corrupt those around you. But unfortunately, I'm too weak. So you will have to be in physical contact with any woman that you wish to corrupt, and even then it will only make it easier to get them to have sex with you.@@
@@.you;
Physical contact? As in touching their skin?@@
@@.emote;
Pravitas sighs again@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes $player.name. As in touching their skin.@@
@@.you;
And how long do I have to touch them?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Oh, not much, only a couple of minutes.@@
@@.you;
A couple of minutes?!@@
@@.emote;
Pravitas glares at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Surely you can manage at least that, right?@@
You can't help but cough.
@@.you;
Yeah... Sure... Easy peasy lemon squeazy...@@
@@.emote;
Pravitas sighs harder@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Listen, once you start, you will get the hang of it. Once I become more powerful, it will become even easier. Once I'm at full strength, you will be drowning in whatever hole you wish to fuck.@@
//''Does she really have to put it that way?''//
Even though you think that, you feel something inside of you craving. It's like you just gained a second stomach, but that can only be satisfied with sex.
You scratch your head.
@@.you;
So... How do I start?@@
@@.emote;
Pravitas stares at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Surely there are places that women tend to frequent, right? Places where they are more likely to have sex with a charming stranger?@@
Place where they are willing to have sex? That reminds you that there's a certain app that is very popular at the moment.
//''What was the name? It had something to do with fire... Kindle?''//
@@.emote;
Pravitas shrugs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Or if you are really desperate, you can just pay them.@@
You shake your head.
@@.you;
No... I've got an idea. I think I can make this work.@@
@@.emote;
Pravitas is surprised@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Really? Now that's a first.@@
@@.you;
Hey! That's not nice!@@
//''Even if it is true...''//
@@.emote;
Pravitas chuckles@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Well, I used a lot of power to talk to you today and to give you a part of my power. So I'll have to go back to sleep.@@
@@.you;
Am I going to see you again?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Once you've fed me enough, I can talk to you again. Hopefully I won't die in my sleep...@@
You try to to sound reliable.
@@.you;
Don't worry Pravitas! You can trust me, this time for sure. I will be getting them booties!@@
@@.emote;
Pravita sighs one last time and becomes transparent@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Way to make me even more worried...@@
You start to feel very tired. An irresistible pull is forcing your eyes to close. For some reason, you don't think you will remember everything that happened here, much like you can't remember a full dream.
But one thing is for certain, the other hunger that you are feeling will remain.
[[Go back to sleep|Kindle Tutorial]]<<ctp "KindleTutorial">>
<img src="img/Other/Waking Up.jpg">
As you wake up, you feel that you had some weird dream. You are not sure, but it feels that there is something inside giving you a new perspective... A new desire.
Your hand moves on its own, picking up your cell phone.
//''What am I even looking for?''//
You scroll through the app section. One app seems to grab your attention.
//''Kindle? Where have I heard about it?''//
You read through the description of the App.
@@.you;
Let's see... Kindle is the most used Dating App available... With over 70 million users... Can be used for free, but there is a premium service... The female users will rate the male users? What?@@
//''Wait... Isn't this an app that Harold told me? That I got a lot of chicks on this?''//
You think that it's dumb and you are about to close the app store, but something in you doesn't let you.
//''Maybe I'll just take a quick look, it can't hurt, can it?''//
<<linkreplace "Download the App">><<scrollTop>><<ctpAdvance "KindleTutorial">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Kindle.jpg">
You download the app and open it. It requires a registration and for you to link it to, at least, one social media platform, in order to prove that you are a person.
//''What's even the point? It's not like that would stop bots from registering...''//
You finish registering, but now it requires you to upload at least 5 photos of yourself and then add a description.
You look over your social media and pick 5 pictures at random. You are not putting much faith in this app.
@@.you;
Annnnd done! Now what?@@
You start reading the guide.
@@.you;
After finishing registration, your profile will be added and will be able to swipe right for anyone you like and left for anyone you don't like... Okay...@@
You mess around with the app for a while, but eventually just get bored and start swiping right on every hot girl you see.
@@.you;
I'm sure most of these girls are just bots anyway...@@
After thirty minutes of swiping, you decide to call it a day and close the app. You stretch your arms and get out of bed.
@@.you;
Well, today is Saturday, so there's not much for me to do...@@
[[Start your day|Start]]
<</ctp>><<ctp "Camille">>
<img src="img/Other/Kindle.jpg">
Seems like everyone is about to go out. Since you've got nothing better to do, you decide to check on your Kindle app.
@@.you;
Let's see...@@
@@.data;
1 New Match@@
@@.you;
Wow! I actually got a match?! Wait... This could still be fake...@@
//''Let's see... Camille?''//
<<linkreplace "Click on her profile to check her photo.">><<scrollTop>><<ctpAdvance "Camille">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Camille Body.jpg">
You click on her profile. The very first image is a selfie in a bathroom.
@@.you;
Holy shit! She's hot!@@
//''Is this real? Please let it be real!''//
You decide to try your luck and send her a message.
//''Okay. $player.name, you can do this. Just act cool.''//
@@.you;
Hey babe.@@
//''Smooth.''//
You imagine her reading it and instantly knowing that you are a cool guy. Or a creep...
//''Shit! Who the hell calls a girl "babe" without even knowing her?! I have to delete it before she sees it!''//
As you are about to delete your message, you receive a reply from her.
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
hey! i liked ur profile pic! so cool! but no sign in description????? what is it??@@
//''Holy shit! She actually answered! And she even liked my profile picture! But that's quite a mess to read... Do people talk like this on this app? And sign? What kind of sign should you put in your description?''//
You decide to send her a peace sign.
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
lmao!!! not that kind of sign silly!! talking about ur zodiac sign!!!@@
//''Oh! I guess there are some girls that are interested in those kinds of things... I should probably update my description with it.''//
@@.you;
It's Taurus.@@
//''Let's keep it short and simple. She thinks you are cool, may as well not ruin it.''//
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
omg! i'm capricorn! we r totally compatible! we should totally meet irl!@@
//''We are compatible? Well, guess I can't complain about that... She also wants to meet! But where? Somewhere that cool people go to...''//
@@.you;
Sure, let's meet at Bob's Shack.@@
//''I've overheard my seniors saying they always go there, so it should be popular.''//
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
kk! we meet there at 3 k?@@
@@.you;
Yep, see you there are 3.@@
You close the app and check the time.
@@.data;
12:34 PM@@
@@.you;
Still quite a while before I have to meet her... But where's Bob's Shack in the first place? Fuck! I have to look it up. I also have to shower!@@
As you are about to rush to the bathroom, something dawns on you.
@@.you;
Should I really meet her? I've never dated using an app before... Is this really how it goes? What if this is a prank? Or a scam? What if she's completely nuts?@@
You are about to turn around and forget this ever happened, but you feel something inside of you demanding you go meet this girl.
@@.you;
I mean, worst case I can just walk away... May as well...@@
<<linkreplace "Take a shower and get ready to meet her.">><<scrollTop>><<ctpAdvance "Camille">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Bob Shack.jpg">
As you arrive at the place, you check your phone.
@@.data;
2:48 PM@@
You take a deep breath to calm your nerves.
@@.you;
Is this shabby place really that popular?@@
You leave you car and enter the restaurant. You look around and don't see Camille anywhere.
//''Well, it's still early...''//
You decide to sit at a table and order fries.
//''If she doesn't show up, at least I got some fries out of this trip...''//
As the fries arrive, you decide to check the Kindle app, to make sure you didn't miss any message she might have sent you. But as you were about to open it, you hear the door opening.
//''Holy shit! She actually came!''//
She's wearing an orange shirt that does nothing to hide her curves, as well as a skirt.
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
Hey! You must be $player.name! And you even ordered fries for us! How sweet!@@
//''Seems like she's as excited in real life as she is in the app''//
@@.you;
And you must be Camille. I gotta say, you look more beautiful in person than you do on screen. Please, take a seat.@@
@@.emote;
Camille giggles@@
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
Oh! Stop it you!@@
As she sits down, both of you talk for a while. She tells you how big of a fan she is of Susan Miller, a famous astrology guru. As you are talking, you feel an undescribable urge to hold her hands. As if you were to hold her hands for a while, something good might happen.
//''But how would I get her to let me hold her hands? Wait... If she's big on astrology... Maybe...''//
@@.you;
Hey, Camille. Did you know that I know how to read palms?@@
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
Really?! Show me! Show me!@@
@@.emote;
Camille shoves her hands in front of you@@
//''That went easier than I expected... Now to invent some bullshit...''//
@@.you;
Hm... Yes... I can see... These lines are telling me that you are a very cheerful person that loves animals...@@
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
Oh my god! How did you read that from my palm?! That's totally me!@@
//''Your description in the Kindle app says that...''//
You tell her more obvious facts, that are described in her profile.
As you are holding her hands, you start feeling heat building up in you. And your lower body is starting to react.
@@.you;
Let me check your future... Hm...@@
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
This is so awesome!@@
@@.you;
Yes... It says here that you are about to put something meaty into your mouth...@@
//''We are about to eat chicken, so obviously...''//
Your palms are beginning to become sweaty. Your cock is starting to become hard.
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
Yes... I can see that...@@
As you look up at her, you can see her eyes are glistening. Feeling like you can't hold it in anymore, you decide to excuse yourself and go to the bathroom.
@@.you;
I'm sorry Camille, I have to go to the bathroom real quick...@@
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
Wait? Really? Oh! I get it! Okay!@@
<<linkreplace "Run to the bathroom">><<scrollTop>><<ctpAdvance "Camille">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Bathroom Door.jpg">
As you enter the bathroom, your dick feels impossibly hard.
@@.you;
What the hell is happening? I'm not a virgin anymore! I shouldn't be getting hard just by touching a girl's hand!@@
You quickly remove your pants and start getting down to business when suddenly the door opens.
@@.you;
Wha-?!@@
Camille rapidly closes the door behind her and gives you a meaningful smile.
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
So this is where my meat is!@@
//''Is she really here to-''//
Before you could even finish thinking, Camille is already on her knees in front of you.
@@.emote;
Camille giggles@@
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
Guess your prediction really did come true!@@
<<linkreplace "Try not to cum quickly">><<scrollTop>><<ctpAdvance "Camille">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Camille BJ 1.mp4" autoplay loop/>
You hold onto the wall, as Camilles lifts up her shirt, giving you a perfect view of her tits, before going down on your cock.
@@.you;
Oh! Fuck!@@
The pleasure of her taking you into her mouth almost made you cum. Seems like she's quite experienced.
She starts to pick up the pace.
<<linkreplace "Hold it in!">><<scrollTop>><<ctpAdvance "Camille">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Camille BJ 2.mp4" autoplay loop/>
Camille starts to treat your dick like it's a popsicle.
//''Shit! This is too intense!''//
As you feel that you are about to cum, Camille stops sucking your cock.
@@.you;
Wha... What?!@@
@@.emote;
Camille looks at you and pleads@@
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
I want you to fuck my face!@@
//''Say no more!''//
<<linkreplace "Start fucking her face">><<scrollTop>><<ctpAdvance "Camille">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Camille BJ 3.mp4" autoplay loop/>
You hold her head and start to rapidly move your hips, trying to extract every last bit of pleasure from her.
@@.you;
Yes! Take it!@@
The only sound you can hear is her gargling on your cock. But all great things come to an end and you feel that you will start to cum, so you slam your dick as deep as you can and cum down her throat.
@@.you;
Urg!@@
As you finish cumming, a clarity comes over you. You feel like a burden you've been carrying with you has been lifted.
<<linkreplace "Look down">><<scrollTop>><<ctpAdvance "Camille">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Camille BJ 4.jpg">
As you look down, you see the satisfied face of Camille.
//''Did she cum from that?''//
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
That was amazing! Don't you find it exciting to do it in a public bathroom?@@
As you were about to answer her, you hear a knock on the door.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Is everything alright in there?@@
//''SHIT! We made too much noise. Fast! Gotta think of an excuse!''//
@@.you;
Yeah! Just a second! Uh... I had too much fiber, so it's hard to take a shit right now!@@
//''Really $player.name? That's the best you can do?''//
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Uh... Okay... Just make sure to flush, okay?@@
@@.you;
Yeah, flushing! Sure! I will flush.@@
You hear the footsteps of the person leaving.
@@.emote;
Camille giggles@@
@@.you;
Err... I think we should get going, once they see you leaving the bathroom after me, it may cause a problem...@@
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
I guess you are right...@@
@@.you;
Just give me a second, I'm going to pay for the fries and I will wait for you outside.@@
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
Okay!@@
<<linkreplace "Go pay for the fries and leave">><<scrollTop>><<ctpAdvance "Camille">><</linkreplace>>
<<ctpNext>>
After a little bit, Camille also leaves the restaurant.
@@.emote;
Camille stretches her arms@@
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
That was fun! I honestly wasn't expecting much, but I'm glad that I came!@@
You are not sure if you should feel insulted or not.
@@.you;
I had a lot of fun too.@@
@@.emote;
Camille looks at her cell phone@@
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
Hey! I gotta go, but if you ever want to hang out again, give me a call, okay?!@@
Saying that, Camille enters her car and leaves.
@@.you;
Did I really just receive a blowjob in a bathroom? At a restaurant no less...@@
You try to come to terms with how you felt about that and you come to the conclusion that you enjoyed it.
@@.you;
Guess I will keep using this app! Wait... I don't have her phone number!@@
You check your app, but it seems like the contact has already been deleted. Instead, you have received a review.
@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
had lots of fun! 5/5 would recommend! his meat is quite good too!@@
You feel a bit embarrassed, but proud.
@@.corruption;
You've become more corrupted@@
@@.intelligence;
You feel smarter@@
@@.charm;
You feel more charming@@
[[Go back home|Kindle Notice][$time.passTime(3);$player.corruption += 1;$player.charm += 1;$player.intelligence +=1]]
<<set $kindleoption = 1>>
<<set $ratings = 1>>
<<set $pravitascorruption = 1>>
<</ctp>><img src="img/Other/Kindle.jpg">
This is your Kindle Account. You've already uploaded your pictures and the description. Only your name and ratings will be displayed. For every new girl you go out with, your rating will be increased by 1. Try to aim for completion!
Name: $player.name
Ratings: $ratings out of 6
[[Check for Matches|Kindle Matches]]
[[Return|Start]]
<<if $ratings gt 6>>
<<set $ratings = 6>>
<</if>>@@.stuff;
<img src="img/Profile/Camille.jpg" class="float-left">Camille<hr>
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr><img src="img/Other/Kindle.jpg">
<span style="color:gold;">The Kindle App will be a service that will allow you to engage in random events. This is where all of the Patreon Requests will be. At the start, there will be four random events created by me and one created by a Patreon, in order to help you get to Corruption level 1.
You will be able to use the Kindle App from your Bedroom. For now, this can only be done on Saturday and Sunday at Noon. As the game progresses, I may allow it to be used on other days also.
For those interested in getting an event of their own choosing, these are the rules:
Limited Number of Events Per Patreon: 1 for $20 Supporters and 3 for $50 Supporters.
Restriction on Actress Choice: You may only choose a single actress and it must not collide with any other actress that has already been selected. $50 Supporters may create up to 3 events using the same actress.
Restriction on Fetish: This game will not allow fetishes that I'm not confortable with. These include, but are not limited to: Rape, Gore, Beastiality, Golden Shower and other types of extreme fetishes. Make sure to contact me if you want to be certain that your fetish will be allowed.
Restriction on Pravitas Level: Scenes must follow the script of the game, as such they must follow the power curve from Pravitas.
Minimum Quality Video: In all requests, you must provide the video with a minimum quality of 720p. It's recommended that you provide a 1080p video.
As such, this is an example of Request:
Actress: Dani Daniels
Fetish: Massage
Video: Link
Scene: After exchanging messages on Kindle, she invites you to go to a Spa. You will corrupt her there and give her an erotic massage (including fingering).
In this case, Pravitas Level 1 will suffice and the Scene will be made in the next possible release. But it will require the Erotic Massage skill and 10 Charm in order to convince her to let you touch her.
So, if you wish to support my work and have your favorite actress in the game, please consider subscribing to my Patreon!</span>
[[Back to the game|House]]''How do I raise stats?''
Each stat can be risen by perfoming a specific task. Sometimes special events will also raise your stats.
<span style="color:#15BB05;">Fitness</span>: You can Swim every day Early Morning. It can be done at the Yard.
<span style="color:#A935FE;">Charm</span>: You can Socialize Mondays to Fridays at School. It can be done during Class.
<span style="color:#479EFF;">Intelligence</span>: You can Pay Attention Mondays to Fridays at School. It can be done during Class.
<span style="color:#8B0000;">Corruption</span>: Every sex event will raise your Corruption by one point.
''How can I use Kindle?''
On the 4th day (Friday), once you go to Sleep, Pravitas will Call you. After finishing the event, you will have a forced event on 5th day (Saturday) at Noon. This will enable you to use Kindle every Saturday and Sunday, at Noon.
''How do I reach Corruption Level 1?''
In order to upgrade the level of your corruption, you must first bring it to 9. This is done through events, but the Kindle App is the easiest way to increase it.
After reaching 9, an event will eventually happen and your Corruption Level will increase.
''How do I get the Camera?''
Camera can be bought by progressing Anna's Corruption Quest.
''How do I learn to Massage?''
Massage can be learnt by progressing Kelly's Corruption Quest.
''How do I advance the Story with the Characters?''
Every Character has Love Level and Corruption Level. You must first Raise the Love Level to 1, before you can raise the Corruption Level to 1. Some characters already start with Love Level 1, while others start with Corruption Level 1.
You can increase Love/Corruption up to 9, then you must do an Event for that Character. After the Event happens, it will be raised to 10. Then you repeat the process, but this time to 19.
''The Quest isn't progressing, did I do something wrong?''
Make sure you are following the order of the quest. If it's Red, it means it hasn't been completed and you won't be able to progress to the next step.
''When can I call the other girls?''
After it's available, you can call them on Mondays to Fridays (Late Afternoon and Evening) and on Sundays and Saturdays (Late Morning, Afternoon and Evening).
''Who's who in this game?''
Household:
Kelly = Nina Elle
Sarah = Valentina Nappi
Anna = Elsa Jean
Pravitas = Asa Akira
School:
Linda = Monique Alexander
Rachel = Riley Reid
Vanessa = Harley Dean
Others:
Lilith = Gina Valentina
Jenna = Amina Fara
Melissa = Melissa Moore
Rebeca = Janice Griffith
Lana = Lana Rhoades
Isabella = Angel Wicky
Jessica = Ferrara Gomez
''What if I have other questions?''
You can always ask the community in my Discord.
''What if I want to donate money?''
You can always support me through my Patreon!<<if $pravitas.level is 1>>
<<set _rand = random(2)>>
<<if _rand == 0>>
<<goto "Cramp">>
<<elseif _rand == 1>>
<<goto "Normal Swim">>
<<else>>
<<goto "Champ Swim">>
<</if>>
<<elseif $pravitas.level is 2>>
<<set _rand = random(2)>>
<<if _rand == 0>>
<<goto "Normal Swim">>
<<elseif _rand == 1>>
<<goto "Normal Swim">>
<<else>>
<<goto "Champ Swim">>
<</if>>
<</if>><img src="img/Other/Cramps.jpg">
You stare at the pool, getting ready to swim.
@@.you;
Should I warm up before swimming?@@
You feel kinda lazy today, so you decide you skip it.
@@.you;
I mean, what's the worst that can happen?@@
As you jump into the pool and start swimming, you feel your leg starting to cramp.
//''SHIT!''//
You rapidly try to reach the edge of the pool and get out.
@@.you;
Ouch! Yeah $player.name! What a great idea! Let's jump into the pool without warming up! For fuck sake...@@
[[Limp back into the house|House][$time.passTime(1)]]<img src="img/Other/Normal Swim.jpg">
You stare at the pool, getting ready to swim.
@@.you;
Warming up is the key to success, when it comes to sports.@@
You feel okay today, not terribly excited, but enough that you can get a solid workout.
@@.you;
All done! Here we go!@@
You swim back and forth a few times, before getting tired and leaving the pool. Once out, you stretch again.
@@.you;
Yeah, that felt good!@@
@@.fitness;
You feel fitter@@
[[Go back inside|House][$time.passTime(1);$player.fitness += 1]]<img src="img/Other/Champ Swim.jpeg">
You stare at the pool, getting ready to swim.
@@.you;
Yeah! Let's do this! Let's get warming up out of the way!@@
You feel very excited today.
@@.you;
Okay! Here we go!@@
You quickly swim back and forth a few times, before getting tired and getting out. Your breathing becomes rough.
@@.you;
I can do this!@@
You jump into the water again and swim back and forth a few more times, feeling your body burning. Eventually you can no longer swim, so you get out of the pool and lie down on the grass.
@@.you;
Yeah! I'm a beast!@@
You move your hand towards the towel, but pick up your cell phone instead.
@@.you;
Gotta immortalize this moment!@@
You take a selfie and write the description "I'm a Warrior!".
After a few moments to cool down, you get up and dry yourself, before going towards your house. Before you reach the door, you take a look at your selfie and then delete it.
//''I'm a warrior? Really dude?''//
@@.fitness;
You feel much fitter@@
[[Go cool your head inside|House][$time.passTime(1);$player.fitness += 2]]<img src="img/Other/WIP.jpg">
This is still WIP, please just use the Kindle App for now. Or you can skip time here.
[[Go back|House]]
[[Skip Time|House][$time.passTime(3)]]<<set _rand = random(4)>>
<<if _rand == 0>>
<<goto "Kindle Sabrina">>
<<elseif _rand == 1>>
<<goto "Kindle Angela">>
<<elseif _rand == 2>>
<<goto "Kindle Helena">>
<<elseif _rand == 3>>
<<goto "Kindle Alina">>
<<else>>
<<goto "Kindle Kira">>
<</if>>1-Requires 10 Fitness. > Sabrina
2-Requires 10 Charm. > Alina
3-Requires 10 Intellect. > Angela
4-Requires $20. > Helena
5-Requires 10 Fitness. > Kira<<ctp "SabrinaKindle">>
<img src="img/Kindle/Sabrina Body.jpg">
Seems like there's a new match. You open her profile.
@@.stuff;
Name: Sabrina
Age: 19
Description: I absolutely love swimming. Beach? Done it. Pool? Done it. Lake? Done it. My bathtub? Believe it or not, done it. Interested in swimming? I'm your girl. I will challenge anyone! No one can beat me when it comes to swimming! (ง •̀_•́)ง
p.s. I can hold my breath for 3 minutes straight. ( ͡° ͜ʖ ͡°)@@
@@.you;
Wow... Sabrina? She looks cute. Weird... But cute! Let's try and set a date with her!@@
You begin composing a message for her.
@@.you;
Hey girl, how's it going? From your profile, I saw that you love to swim. Guess what? So do I! I swim every day in the pool at my house.@@
//''Done! This should get her attention''//
<<linkreplace "10 minutes later">><<scrollTop>><<ctpAdvance "SabrinaKindle">><</linkreplace>>
<<ctpNext>>
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Hi $player.name! I saw that one of your profiles was you in a pool! So I thought that was the case! You look hot in a speedo (≧ ᗜ ≦)@@
//''Wow... This girl sure isn't shy!''//
@@.you;
Thanks! Gotta say, you don't look half bad either! But I was wondering if you can beat me in a race...@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
What?! Did you just challenge me to a swimming race?! Oh! You are so on! (ง •̀_•́)ง@@
//''She took the bait!''//
@@.you;
Great! How about a race in the pool at my place?@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Can't... My parents have grounded me for a week ಥ_ಥ@@
//''Really? She's 19 and still getting grounded?''//
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Oh! I know! How about you come to my place? My parents are out for the weekend and I won't technically be breaking the rules! (~‾▿‾)~@@
@@.you;
Are you sure it's fine I come over?@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Of course! Anyone that can swim is trustworthy! Everyone knows that! (ง '̀͜ '́ )ง@@
//''I don't think that's a thing...''//
Sabrina tells you her address and you plan to meet her in an hour. You better be wearing your speedo.
<<linkreplace "Meet Sabrina at the her house's pool">><<scrollTop>><<ctpAdvance "SabrinaKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Sabrina Intro.jpg">
As you arrive at her house, Sabrina sends you another message.
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Once you get here, you can enter the blue door! We have an indoor pool! I will be in there waiting! (◕‿◕✿)@@
You look around and find the blue door. Once you enter the room, you can spot Sabrina already in the pool.
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Hey! You must be $player.name! And I see you are already dressed for our duel!@@
//''Duel?''//
@@.you;
Hey, Sabrina. From the looks of it, you've already warmed up. Mind helping me warm up?@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Sure! When it comes to swimming, proper warm up is half of the battle!@@
@@.emote;
Sabrina climbs out of the pool@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
So, what do you need me to do?@@
@@.you;
Do you mind if I use your arm like a bar? I've got terrible balance and I need to hold onto something while I warm up.@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
No problem!@@
@@.emote;
Sabrina extends an arm for you to hold@@
//''Perfect!''//
You hold on her arm and start warming up. After 30 seconds you start to feel hot. After a minute you feel your lower body starting to stir. When you look up, you can see that Sabrina's face is flushing.
//''It's working!''//
After two minutes, you finally let go of Sabrina's arm. Sabrina's face is bright red.
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Le-let's race!@@
Sabrina turns around and rapidly jump into the pool, probably trying to cool herself. You follow after her.
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Okay! On 3! 1... 2... 3!@@
<<if $player.fitness gte 10>>
You put all your effort into winning. You feel that all the swimming you do at home is paying off.
It's an intense race, but you are able to beat her by less than a second. Once you reach the edge of the pool, you climb up and raise both arms.
@@.you;
And I win!@@
@@.emote;
Sabrina looks up at you and stares at your crotch@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Don't you think you are a little too excited to have won?@@
You look down and see that you have a massive hardon. It's a miracle that you were able to swim with it that way. You scratch your head.
@@.you;
I can't help it, once my blood starts pumping, it becomes hard.@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
I see... But isn't it painful? Shouldn't you let it out?@@
//''Looks like she wants to see the D!''//
<<linkreplace "Let the monster breath">><<scrollTop>><<ctpAdvance "SabrinaKindle">><</linkreplace>>
<<else>>
You put all your effort into winning. But no matter how fast you swim, you just can't seem to be able to catch up to her. In the end, you lose.
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
I WON!@@
You get out of the pool, only to see Sabrina jumping around.
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Better luck next time scrub!@@
She looks at you and then at your crotch.
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Errr... I think you should go home and take care of that.@@
Your can't help but cover it and leave.
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Better luck next time!@@
//''I need to be more fit!''//
[[Go home in shame|House][$time.passTime(3)]]
<</if>>
<<ctpNext clear>>
<img src="img/Kindle/Sabrina BJ 1.jpg">
Your cock is already heavily swollen. No matter how you think about it, it seems the corruption also affects you.
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Holy... I don't think I've ever seen a dick that big! Is it painful?@@
@@.you;
A little... Nothing that can't be solved with a little help.@@
You give her a meaningful smile.
@@.emote;
Sabrina thinks for a bit and then nods her head@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Well, you are the winner! So let me reward you!@@
You watch as Sabrina gets out of the pool and stands right in front of you.
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Here, let me give you a hand.@@
@@.emote;
Sabrina winks at you@@
<<linkreplace "Let her give you a hand">><<scrollTop>><<ctpAdvance "SabrinaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Sabrina BJ 2.mp4" autoplay loop/>
Sabrina starts to jerk you off, but it seems she's not very experienced at it.
@@.you;
Uh... You need to get a better grip on it...@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Oh? Okay...@@
@@.emote;
Sabrina squeezes your cock@@
@@.you;
OUCH! Not that tight!@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Sorry! I've never given someone a handjob before!@@
//''Seriously?!''//
@@.you;
Never?@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Yeah... I usually just use my mouth... Oh! I know!@@
You watch as Sabrina kneels in front of you.
<<linkreplace "Let's try this again">><<scrollTop>><<ctpAdvance "SabrinaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Sabrina BJ 3.mp4" autoplay loop/>
Sabrina licks your cock and takes your whole dick into her mouth.
@@.you;
HOLY!@@
@@.emote;
Sabrina looks up at you@@
After a little bit, she pops the dick out of her mouth.
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Better?@@
@@.you;
You are amazing!@@
@@.emote;
Sabrina smiles at you and goes back to work@@
<<linkreplace "Embrace the pleasure">><<scrollTop>><<ctpAdvance "SabrinaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Sabrina BJ 4.mp4" autoplay loop/>
This time she uses both of her hands in order to squeeze everything out of you.
//''You are telling me she can't give a handjob, but she's this good at giving blowjobs?!''//
Your toes start to curl and you start feeling like you are about to cum. You decide to warn her.
@@.you;
I'm about to cum!@@
<<linkreplace "Almost there">><<scrollTop>><<ctpAdvance "SabrinaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Sabrina BJ 5.mp4" autoplay loop/>
Instead of letting go, she takes you even deeper into her mouth.
@@.you;
OH SH-@@
No longer able to hold it, you start cumming into her mouth. After what felt like an eternity, your cock finally pops out of her mouth. Sabrina instantly jumps into the pool again. The heat that you were feeling until now seems to have dissipated.
<<linkreplace "Feel the bliss of a clear mind">><<scrollTop>><<ctpAdvance "SabrinaKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Sabrina BJ 6.jpg">
@@.emote;
Sabrina cleans her mouth with the pool water@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Yuck! I can't get used to this taste...@@
You scratch your head at her comment.
@@.you;
Sorry for cumming in your mouth@@
@@.emote;
Sabrina smiles at you@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
It's okay! I may not know how to give a handjob, but I definitely know how to use my mouth!@@
@@.you;
That you do! I can't believe how good you were!@@
@@.emote;
Sabrina laughs shyly@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Yeah... A good use of your mouth is necessary for a swimmer!@@
You can't help but laugh at that statement, but as you look at Sabrina, she seems to be shuffling around.
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
Erm... I need to go to my bedroom to take care of... Stuff...@@
Seems she's still excited.
@@.you;
Want me to help you with that?@@
@@.emote;
Sabrina's face becomes red@@
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
No! It's fine! I can handle it myself!@@
She gets out of the pool runs towards the door, but turns around once she reaches it and yells at you.
@@.stuff;
<img src="img/Profile/Sabrina.jpg" class="float-left">Sabrina<hr>
If you ever want to challenge me again, I will be here!@@
She then leaves. You feel a bit awkward now.
//''I wonder if she's a virgin... There's no way, right?''//
@@.corruption;
You've become more corrupted@@
@@.fitness;
You feel fitter@@
[[Go back home, like a champ|House][$time.passTime(3);$player.corruption += 1;$player.fitness += 1;]]
<<if not $SabrinaFT>>
<<set $SabrinaFT to true>>
<<set $ratings += 1>>
<</if>>
<</ctp>><img src="img/Pravitas/Pravitas Corruption Event 1.jpg">
As your mind begins to clear and you notice your surroundings, you find yourself in a room. Seems like Pravitas is happy for once.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Well, well, well... I didn't think you had it in you $player.name, but I'm impressed.@@
Your mind finally clears and you recall all the events you had in the dream. You look at her with a smug smile.
@@.you;
I told you I could do it.@@
//''$player.name 1, Pravitas 0''//
@@.emote;
Pravitas raises an eyebrow@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
More like $player.name 1, Pravitas 4@@
//''Shit! Forgot about the mind reading!''//
@@.you;
So... What do I owe the pleasure this time?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Oh, don't be like that! I called you here to congratulate you! You were able to feed me a little bit! A very... very... small amount. But, hey! It's like they say, beggars can't be choosers!@@
You scowl at her.
@@.you;
I thought you said you called me here to congratulate me, not to complain.@@
@@.emote;
Pravitas sighs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Must you ruin the fun of it? Fine. From what I've seen, it seems that you can now handle using my power to corrupt. So I'm going to unlock a part of your memory, so that you can remember how to corrupt people.@@
//''Remember? Wait a minute...''//
@@.you;
That is right! I can't remember anything that happens here!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Actually, it's more or less. While you won't have vivid memories, you will remember certain feelings. It's the reason that you felt compelled to go out with that girl. The same force that compelled you to hold her hands.@@
@@.you;
But why are you making me forget what happens here?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It's a necessary precaution. Your mind is still not solid enough to accept my existence.@@
@@.you;
But aren't I fine here?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes, but that is because you are in a dream. Anything is possible in a dream, your mind won't try to fight it.@@
You nod understandably.
@@.you;
I see...@@
//''I have no idea what she means...''//
@@.emote;
Pravitas sighs again@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Just understand that I'm doing what's best for you. If you were to lose your mind and go crazy, I would most likely end up dying.@@
@@.you;
Well... I guess... So, does that mean that, when I wake up, I will remember how to corrupt people?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Exactly! You won't understand WHY you know that, but you most likely won't question it. And with that, I need to go back to sleep. I need to reserve my energy, since only God knows when you will get laid.@@
//''God? Does she even believe in God?''//
@@.emote;
Pravitas stares at you with emotionless eyes@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It's a manner of speech $player.name...@@
@@.you;
Oh! Right... So... That's it?@@
You feel disappointed.
@@.emote;
Pravitas raises an eyebrow@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What? You want more? ... Fine, here.@@
@@.emote;
Pravitas opens her blouse@@
<img src="img/Pravitas/Pravitas Corruption Event 2.jpg">
A smile creeps up on your face.
@@.you;
Hehe... Boobies...@@
You start to feel very tired. An irresistible pull is forcing your eyes to close.
<<set $pravitascorruption = 0>>
[[Go back to sleep|Corruption Tutorial]]<img src="img/Other/Waking Up.jpg">
As you wake up, you feel that you had some weird dream. But you feel that you now understand what happened yesterday.
@@.you;
It seems that if I remain touching a woman for enough time, the Corruption of the Pravitas will make her act with a lot less restraint...@@
//''Should I even be using this?''//
You are not sure if you should or not. But something inside of you is telling you that it's fine to use it.
@@.you;
I mean... Why not? Some people have infinite money and some people are Brad Pitt. I just have a golden touch! Yes, that's it! ... Would it be a pink touch?@@
You get up from bed and start stretching. As you finish, you walk up to the window and open it.
@@.you;
Good bye lame $player.name! And good morning sexy touch $player.name!@@
//''...''//
You close the window in shame.
@@.you;
I should really stop doing these kinds of things... If anyone saw me, they would think I'm a weirdo...@@
You turn around, only to feel your heart fall. The door was open and your $m.rel was there.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Uh... It's perfectly normal for a young man such as yourself to behave that way... I guess?@@
You remain still as a statue. You feel like your soul just left your body.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I just came here to tell you that I won't be able to make breakfast today... Uh... I'm... I'm going to close your door now, okay?@@
@@.emote;
Kelly closes the door@@
<<set $corruptingtouch = 1>>
[[Curl up on your bed|Start]]<<ctp "AngelaKindle">>
<img src="img/Kindle/Angela Body.jpg">
@@.stuff;
Name: Angela
Age: 28
Description: Albert Einstein once said that the definition of insanity is doing the same thing over and over again and expecting different results. I've dated many jocks and prom kings during my youth and, while they were able to satify my body, none of them were able to satisfy my mind.
I'm looking for a man who knows how to tease my head. Do it well enough and I might just blow yours.@@
@@.you;
Angela? Seems like she's a teacher... I wonder how I should approach this...@@
After thinking for a while and not coming with a good answer, you decide to just wing it with a famous cheezy line you remember.
@@.you;
Looking at your picture, the only thing that comes to my mind is that I want to do with you what spring does with the cherry trees.@@
//''Read that one in one of my comic books...''//
After a few minutes, you get an answer.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Pablo Neruda? A wise choice. Seems like you have potential $player.name. So tell me, how would you go about teasing me?@@
@@.you;
A man stands on one side of a river, his dog on the other. The man calls his dog, who immediately crosses the river without getting wet and without using a bridge or a boat. How did the dog do it?@@
//''Yep, read it from a comic book.''//
After a few more minutes, she answers again.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
How did the dog do it?@@
@@.you;
The river was frozen.@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Oh! I get it! That's a good one.@@
//''Now, for the bait...''//
@@.you;
I've got even better ones, but they only work if we meet.@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Now I'm curious... Right now I'm doing some reasearch at the Central Library, why don't you come and visit me? I'm at Table 34.@@
//''It actually worked?! Seems like I'm good at this!''//
@@.you;
Understood, I'll meet you in an hour.@@
You hum excitedly as you walk towards the bathroom, ready to take a shower.
<<linkreplace "Take a shower and meet her at the Library">><<scrollTop>><<ctpAdvance "AngelaKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Central Library.jpg">
As you arrive at the Central Library, you can't help but be amazed at the structure.
@@.you;
So this is the Central Library...@@
You enter the Library and start searching for Table 34. Unfortunately the Library is huge, so it takes you a little while to find it.
You eventually spot a young woman. You are not sure if this is her, so you decide to test it.
@@.you;
Take one out and scratch my head, I am now black but once was red. What am I?@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
A match.@@
You see Angela getting up from her chair and facing you.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
So you must be $player.name.@@
@@.emote;
Angela looks you up and down@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Seems like you look just as good in person as you look in your pictures.@@
<<linkreplace "Greet her">><<scrollTop>><<ctpAdvance "AngelaKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Angela Intro.jpg">
You also look her up and down.
@@.you;
And I got to say, you look even better in person.@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Quite the charmer, aren't you? But you didn't come all this way just to compliment me, have you? That would be quite dissapointing.@@
@@.you;
Not at all, I came here to open your eyes to a whole new world.@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Confident, aren't you? I like confidence, so let's see what you got.@@
@@.you;
Not yet, this trick involves me being able to hear your heartbeat. So I will need to keep feeling your pulse.@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Really? I've never seen or heard of anything like this. Well, I have to say, I am curious.@@
@@.emote;
Angela extends an arm to you.@@
//''Good, now I just have to hold on for a while and impress her.''//
@@.you;
So, what I'm about to do now is use your heartbeat to determine what number you are thinking. As I get closer to the answer, you will feel your heart beat faster and your body will begin to heat up. But to make it simple, I want you to think of a number between 1 and 10.@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Is that so? Fine, I'll bite. I'm thinking of a number.@@
<<if $player.intelligence gte 10>>
@@.you;
Okay, so, now I want you to get that number and multiply it by 9.@@
As she is multiplying her number, you can feel your body becoming hotter.
//''It's starting!''//
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Done.@@
@@.you;
Now I need you to add the first and second digit. But if it's a single digit, you don't need to add anything.@@
You can feel her pulse starting to amp up, seems like it's working. Seems like this corruption is starting to cause her mind to dull, since she's taking a while to do simple math.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Okay, done.@@
@@.you;
Great! Now I want you add the number 4 to your number.@@
Your cock starts to become hard and you can see that her eyes are starting to become moist.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Fi-finished.@@
Her breathing is starting to become irregular also. Seems like she's turned on.
@@.you;
Okay, from what I can feel, you heart is beating like crazy... This means that I know the answer. The number is 13.@@
@@.emote;
Angela gasps@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
How did you do that?!@@
//''Nailed it! Seems like she forgot that I had to guess the first number she thought of! Now to spout some bullshit...''//
@@.you;
I took the amount of times your heart was beating per second, multiplied it by number of times you blinked in the last thirty seconds and then added 1. Simple really.@@
@@.emote;
Angela stands in front of you with her mouth agap@@
@@.you;
So, did I blow your mind?@@
@@.emote;
Angela gives you a seductive smile and puts her hand on your crotch@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
That, you did. And as a reward, I'm going to blow yours.@@
<<linkreplace "Sit down and let her blow (your mind)">><<scrollTop>><<ctpAdvance "AngelaKindle">><</linkreplace>>
<<else>>
//''FUCK! How did it go again?!''//
@@.you;
Err... Okay... So now multiply that number by... 4.@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Done.@@
@@.you;
And the number is 13!@@
@@.emote;
Angela pulls her arm out of her grasp@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
What? I was thinking of the number 7, how did you even come up with 13? It wasn't even one of the numbers I had to choose from.@@
//''Wait... No! She first had to multiply it by 9!''//
@@.you;
Wait! I forgot one part, give me another chance!@@
@@.emote;
Angela stares at you@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
I think you should go. If you want to impress me, you are going have to study harder.@@
@@.emote;
Angela sits back down e goes back to researching@@
//''Sigh... If I were smarter, I could remember this stupid trick...''//
[[Drive back home|House][$time.passTime(3)]]
<</if>>
<<ctpNext clear>>
<img src="img/Kindle/Angela BJ 1.jpg">
You watch as Angela looks around. The library is huge and fairly empty, so that only person you can see is the librarian quite a far distance away.
//''Who even uses a library nowadays?''//
Angela kneels in front of you before taking out your cock.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
I see you were already expecting this...@@
She gives your dick a good lick.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Hm... Tastes nice and clean. Good hygine too.@@
<<linkreplace "Get ready for the action">><<scrollTop>><<ctpAdvance "AngelaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Angela BJ 2.mp4" autoplay loop/>
Angela immediately starts teasing your balls while she gives you a handjob.
//''Seems like she's an expert at this!''//
She licks your shaft up and down, sending pleasure down your spine. You can't help but hold tightly to your chair.
@@.emote;
Angela chuckles@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
There's still a lot more to come.@@
<<linkreplace "Even more action">><<scrollTop>><<ctpAdvance "AngelaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Angela BJ 3.mp4" autoplay loop/>
Angela starts licking your tip and taking it into her mouth. This continues for a while and you begin to move and an arm to get a hold of her head, trying to force her to take more of your dick into her mouth.
@@.emote;
Angela swats your hand away@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
You just sit tight and let me do it, okay?@@
You can't help but nod.
<<linkreplace "Let her do her thing">><<scrollTop>><<ctpAdvance "AngelaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Angela BJ 4.mp4" autoplay loop/>
Angela takes your whole cock into her mouth and starts moving again.
@@.you;
Ke-keep going! This feels awesome!@@
You stare intently at her huge breats while she deepthroats you, imagining getting a hold of them. Angela ends up noticing you and stops.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
I see, so my mouth isn't enough for you...@@
@@.you;
Wait? What?! No I d-@@
@@.emote;
Angela puts a finger on your lips@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Shhh...@@
You watch as Angela pulls down her shirt, revealing her bra.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
This is what you want, isn't it?@@
You nod.
<<linkreplace "Be embraced (by tits)">><<scrollTop>><<ctpAdvance "AngelaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Angela BJ 5.mp4" autoplay loop/>
Angela aligns your cock and uses her massive breast to sandwich it. It's a strange feeling, but not a bad one.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Happy now?@@
You can't help but feel dissapointed that there's still cloth in the way, but you nod your head nonetheless. Seems like Angela notices that.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
A greedy one, aren't you?@@
Angela gets up and looks around again, then removes her shirt and unhooks her bra.
<<linkreplace "Time for the real deal">><<scrollTop>><<ctpAdvance "AngelaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Angela BJ 6.mp4" autoplay loop/>
Angela spits on your cock in order to lubricate it and then completly surrounds your dick with her tits.
@@.you;
HOLY S-@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Shhh... Don't forget we are in a library.@@
You remain silent and the only sound you can hear is that of flesh being wrapped around more flesh. And the sound of slushing. Your cock begins to pulse, signaling the impeding spurt.
@@.you;
I'm... I'm gonna cum...@@
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
We better not get this place dirty... Fast, cum in my mouth.@@
<<linkreplace "Cum in her mouth">><<scrollTop>><<ctpAdvance "AngelaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Angela BJ 7.mp4" autoplay loop/>
She opens her mouth while you stroke your cock as hard as you can.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Come on, aim for my tongue.@@
You feel your balls tightning and you are about to cum. A stream of jizz pours into Angela's mouth. Angela gulps it and puts her bra and shirt back on.
She silently stares at your cock and slowly start to undo her own pants.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
I'm going to need that inside of me.@@
Hearing those words, your cock that was starting to soften, begins to become hard again. Seeing that, Angela smiles.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Good to see that you are a real m-@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Librarian<hr>
What's with all that noise over there?!@@
//''SERIOUSLY?! Right now?!''//
You look at Angela as she stares at you in dissapointment and then sighs, while tightning her pants.
<<linkreplace "Blue balls...">><<scrollTop>><<ctpAdvance "AngelaKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Angela Intro.jpg">
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Guess it wasn't meant to be.@@
@@.you;
How about we go to my place? Or maybe to a motel?@@
You try to desperatly salvage the situation, but Angela shakes her head.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
Can't. I have to finish this research today.@@
You feel dissapointed and lower your head.
@@.stuff;
<img src="img/Profile/Angela.jpg" class="float-left">Angela<hr>
But hey, maybe next time you can blow my mind again and I will return the favor, how about that?@@
@@.emote;
Angela winks at you@@
@@.you;
Sure, I will see you next time.@@
//''I almost had sex in a public space... I wonder if that makes me a deviant?''//
@@.corruption;
You've become more corrupted@@
@@.intelligence;
You feel smarter@@
[[Put on your pants and go back home|House][$time.passTime(3);$player.corruption += 1;$player.intelligence += 1;]]
<<if not $AngelaFT>>
<<set $AngelaFT to true>>
<<set $ratings += 1>>
<</if>>
<</ctp>><<ctp "HelenaKindle">>
<img src="img/Kindle/Helena Body.jpg">
@@.stuff;
Name: Helena
Age: 34
Description: What is a man? A man is someone that is capable of providing. If you are not a man, you shouldn't waste my time.
I'm a woman with expensive tastes and a body to go with it. I may be fierce as a tiger, but I can also purr as a kitten. Show me a good time and I will show you a good time.@@
@@.you;
This Helena lady seems like someone that won't be satisfied unless I'm capable of buying stuff...@@
<<if $player.money gte 20>>
<<linkreplace "Message her ($20)">><<scrollTop>><<ctpAdvance "HelenaKindle">><</linkreplace>>
<</if>>
[[Go do something else|House][$time.passTime(3)]]
<<ctpNext clear>>
<img src="img/Kindle/Helena Body.jpg">
@@.stuff;
Name: Helena
Age: 34
Description: What is a man? A man is someone that is capable of providing. If you are not a man, you shouldn't waste my time.
I'm a woman with expensive tastes and a body to go with it. I may be fierce as a tiger, but I can also purr as a kitten. Show me a good time and I will show you a good time.@@
@@.you;
This Helena lady seems like someone that won't be satisfied unless I'm capable of buying stuff...@@
//''Gotta spend money on something, may was well be on women.''//
You decide to message her.
@@.you;
Hey honey, how's it going?@@
//''May as well play it as a sugar daddy... Wait... She's much older than me, wouldn't that make me sugar son?''//
After a few minutes, Helena messages you back.
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
hey handsome want to have some fun? ;)@@
//''Straight to the point, eh?''//
@@.you;
Sure do, where do we meet?@@
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
in front of giga shopping mall 1 hour ;)@@
@@.you;
Sure, meet you there.@@
//''That was far easier than I thought''//
<<linkreplace "Take a shower and go meet her">><<scrollTop>><<ctpAdvance "HelenaKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Giga Shopping Mall.jpg">
You arrive at the Giga Shopping Mall with a bit of time to spare. Today you decided to wear a jacket.
@@.you;
I wonder why it's called Giga, when it's not really all that big...@@
As you are looking around, you end up spotting Helena.
//''She's also early?''//
<<linkreplace "Walk up to her and say hi">><<scrollTop>><<ctpAdvance "HelenaKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Helena Intro.jpg">
@@.you;
Hey there, Helena!@@
@@.emote;
Helena is surprised@@
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Well, look at you arriving early. Not only are you handsome, you're also a gentleman.@@
As she finishes saying that, she attaches herself to you arm.
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Ready to walk around for bit?@@
//''I wonder if it's normal for older women to be so aggressive?''//
@@.you;
Sure, just lead the way.@@
<<linkreplace "Walk around">><<scrollTop>><<ctpAdvance "HelenaKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Clothe Shop.jpg">
After window shopping for quite a while, you eventually end up in one of the clothing stores.
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Look at how many beautiful dresses there are here! Really wish I could get one...@@
//''Seems like she's hinting at you to be a "man"...''//
@@.you;
Why don't we go inside and choose one for you?@@
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Really?! Not only are you handsome and a gentleman, you are also generous! Truly a man!@@
You watch as Helena happily looks for Clothes. You decide to wait outside the store, but she eventually comes out.
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
What are you waiting for? Come in!@@
@@.emote;
Helena grabs your hand and pulls you in@@
//''Shit! If she keeps holding my hand, she will get corrupted! But maybe this is a good thing?''//
You decide to go with the flow and follow her into the store. While she shows you what she thinks is nice, you make sure to keep hold of her hand. Eventually the heat in your body starts to gradually increase.
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
It's really hot in here, isn't it?@@
@@.you;
Yeah, feels like it. I wonder if the air conditioner is defective?@@
@@.emote;
Helena shrugs@@
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Oh well, I won't let that be a dampner!@@
Helena eventually pulls you towards the changing room, carrying a dress in her hand. As she arrives, she looks around and then pulls you in with her.
@@.you;
Are you sure it's fine for me to be here?@@
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Of course! Just sit down on that chair right there! I need a man's opinion!@@
Helena starts to undress right in front of you and starts to put on the dress she got.
//''Wow... Literally no shame at all.''//
You can't really complain, considering the state you are in.
<<linkreplace "Wait for her to wear the dress">><<scrollTop>><<ctpAdvance "HelenaKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Helena Dress.jpg">
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Tchara! What do you think?@@
//''Wait... That's not a dress! That's a babydoll!''//
@@.you;
You look very hot.@@
@@.emote;
Helena smiles at you and looks at your crotch@@
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
I can see that the little man also liked my new dress. But it's $20... I don't have the money to buy it...@@
@@.you;
Don't worry, didn't I say I would get it for you?@@
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Really? Thanks! I might end up falling in love with you at this rate@@
@@.emote;
Helena winks at you@@
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
But we really can't have you leaving here in that state... What would the people say? Oh! I know, take off your pants.@@
//''Very agressive...''//
@@.you;
Like? Right here?@@
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Sure! No one will come in while the curtains are closed. Now, come on, there's no need to be shy!@@
@@.emote;
Helena chuckles@@
You feel kinda unconfortable doing it in a public area, but your desire speaks louder and you undo your pants.
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Almost forgot! I don't want to get this dress dirty...@@
You watch as Helena removes her babydoll and kneels in front of you.
<<linkreplace "Let the magic begin">><<scrollTop>><<ctpAdvance "HelenaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Helena HJ.mp4" autoplay loop/>
She licks the tip of your dick and gives you a handjob.
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Hm... I missed the taste of a young cock.@@
You can see the hunger in her eyes. Seems like she's a cougar.
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Let's get a real taste now...@@
<<linkreplace "Try not to cum">><<scrollTop>><<ctpAdvance "HelenaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Helena BJ.mp4" autoplay loop/>
Helena immediately swallows your cock whole, trying to milk it like she hasn't had anything to drink in days.
@@.you;
Jesus! You are good at this!@@
Seems like all her years of experience aren't for nothing. This is one of the best blowjobs you've ever had.
@@.emote;
Helena hums contently@@
As she is giving you the blowjob, you can see her hand rapidly moving on her crotch. Seems like she's getting very excited. Eventually she stops and gets up.
@@.you;
Wha- Why did you stop?@@
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
I can't take it anymore! Quick! Lay down!@@
Helena quickly removes her panties.
//''Not gonna say no to that!''//
<<linkreplace "Lay down and enjoy it">><<scrollTop>><<ctpAdvance "HelenaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Helena Mount.mp4" autoplay loop/>
Helena starts mounting you with vigor.
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Yes! YES! How long as it been since I've had a nice young cock?!@@
As she rapidly moves her hips, the feeling of pleasure threatens to overwhelm you. As you feel you are about to cum, she once again gets off of you. at this point it feels like she is purposefully stopping just before you cum.
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
I need you to fuck me!@@
She holds down on the chair and raises her ass towards you.
<<linkreplace "Take her from behind">><<scrollTop>><<ctpAdvance "HelenaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Helena Dog.mp4" autoplay loop/>
You start pumping her from behind, moving your hips with vigor, trying to extract every ounce of pleasure.
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Keep going! I'm about to cum!@@
You feel the same way.
@@.you;
I'm about to cum too!@@
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Keep going! You can cum in me! I'm on the pill!@@
While you rationally know that you really shouldn't trust a random woman, you are too horny to care. You keep on clapping her cheeks until the point of eruption.
@@.you;
Urrrrrrrghhhhhhh!@@
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
Aaaaaaaaaaaaahhhhhhhhhhhh!!@@
You grunt while you send your load up her womb. Meanwhile, Helena's pussy has a vice grip on your dick and, much like her mouth, it feels like it's trying to milk you for all you're worth.
Helena isn't able to hold herself up and collapses onto the ground. You take a moment to breath and appreciate the mess you made.
<<linkreplace "Clean up and pay for the dress">><<scrollTop>><<ctpAdvance "HelenaKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Helena Intro.jpg">
Once you finish paying for the Babydoll Dress, you and Helena leave the shopping mall.
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
I was mistaken, you are not man, you are a stallion!@@
You suddenly feel embarrassed by what just happened, so you scratch your head.
@@.you;
What can I say, I get turned hot by hot women.@@
@@.emote;
Helena chuckles and gives you a wink@@
@@.stuff;
<img src="img/Profile/Helena.jpg" class="float-left">Helena<hr>
If you ever feel like going shopping, give me a call. I would gladly "help" you out.@@
@@.you;
Su-sure, I will give you a call.@@
@@.emote;
Helena smiles and leaves@@
As you finish watching her enter her car, you think back at what you did.
@@.you;
Jesus... Older women sure take what they want... Not that I mind that or anything.@@
You smile and decide to go home.
@@.corruption;
You've become more corrupted@@
[[Put on your pants and go back home|House][$time.passTime(3);$player.corruption += 1;$player.money -= 20]]
<<if not $HelenaFT>>
<<set $HelenaFT to true>>
<<set $ratings += 1>>
<</if>>
<</ctp>><<ctp "KiraKindle">>
<img src="img/Kindle/Kira Body.jpg">
@@.stuff;
Name: Kira
Age: 22
Description: Sugar? Cut it out. Fat? Limit it. Exercises? Every day.
I don't date fat people. I don't date lazy people. Do you think you are man enough for me? swipe right.@@
//''A health enthusiast?''//
You look at the mirror.
@@.you;
Well... I'm not fat and I'm not lazy. I also exercise regularly...@@
You shrug.
@@.you;
May as well try.@@
You pick up your phone and start sending her a message.
@@.you;
Hey there, up for burning some carbs?@@
//''Heh...''//
After a few minutes, you get an answer.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
You think you can keep up? Meet me at Little Park, 1300 hours.@@
@@.you;
You're on!@@
//''That was quick... Seems like the type of girl that knows what she wants.''//
You stretch your arms and go to your bedroom to change your clothes.
<<linkreplace "Put on your sporty clothes">><<scrollTop>><<ctpAdvance "KiraKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Little Park.jpg">
Little Park is fairly close to your house, so you decided to just jog there.
You look around and you see that the park is fairly empty. You look at your cell phone.
@@.data;
12:53 PM@@
@@.emote;
I'm seven minutes early...@@
You wonder if Kira is going to be late, so you start warming up.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
A man that knows his stuff. I'm starting to like you already, pretty boy.@@
<<linkreplace "Turn around">><<scrollTop>><<ctpAdvance "KiraKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Kira Intro.jpg">
You turn around in surprise, only to see Kira behind you.
@@.emote;
Kira smiles at you@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
I went for a little jog to warm up. Ready to get your ass kicked?@@
//''Seems like she's not one for much small talk.''//
@@.you;
Me? You better be prepared to eat my dust!@@
@@.emote;
Kira laughs@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Confidence? I like that! Let's see how long it lasts though. Who ever does 5 laps around the park first, wins.@@
Saying that, Kira takes off. You are surprised for a second, but you run after her.
@@.you;
Hey! That's cheating!@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Rule number one of being a soldier, cupcake! Always be prepared!@@
While running may not be your specialty, you are confident in your stamina. As such, you just go all out from the start. Eventually, you catch up to Kira and then bypass her.
@@.you;
Better try harder to keep up, cupcake!@@
@@.emote;
Kira laughs@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Rule number two of being a soldier, always keep pace!@@
@@.you;
I'm not a soldier! I'm a swimmer!@@
<<if $player.fitness gte 10>>
You start breathing harder, but you are used to being oxygen deprived. Your lungs are far more efficient at gathering oxygen than your average person.
On the last lap, your clothes start to feel like they multiplied in weight and your speed starts to fall. You can start to hear Kira getting closer to you, but you endure.
You use every bit of gas to reach the small bridge, indicating the finishing line. Suddenly you hear Kira picking up pace and easily passing you.
She arrives at the finishing line just a few seconds before you. You try to speak, but you are too busy gasping for air. Kira on the other hand seems absolutely fine.
@@.emote;
Kira laughs@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Hey, I gotta say! For a swimmer, you sure put on a show! You may have not won, but I do admire a man of tenacity.@@
She gives you a shoulder bump and you almost fall down, using the rails of the bridge to keep yourself up. You feel absolutely parched.
@@.you;
Water...@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Oh? You didn't bring a water bottle? Rookie mistake right there. There are no drinking fountains in this part. Seems like you forgot rule number one again!@@
@@.emote;
Kira laughs@@
You can't help but frown at that.
@@.you;
Not... Soldier... Need... Water...@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Don't worry, I got you. I live right next to park. Here, I will help you get there and give you a big glass of water. Call it a consolation prize!@@
Kira moves towards you and puts your arm over her shoulder and pulls you up. She holds your hand in order to keep you secured.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Lost count of how many times I had to do this in the army!@@
@@.you;
Thanks...@@
It takes you a couple of minutes to arrive to her house. Even though Kira's breath was fine at the start, she's breathing much harder now and her eyes are moist.
//''Seems like the corruption worked...''//
<<linkreplace "Enter her house">><<scrollTop>><<ctpAdvance "KiraKindle">><</linkreplace>>
<<else>>
After a couple of laps, you can no longer take it and collapse on the ground. Kira stops in front of you.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Gotta say, I'm dissapointed in you. Well, feel free to try again!@@
After saying that, she goes back to running.
@@.you;
Damnit...@@
//''I need to be more fit...''//
[[Try to recover your stamina and go back home|House][$time.passTime(3)]]
<</if>>
<<ctpNext clear>>
<img src="img/Kindle/Glass of Water.jpg">
Kira puts a glass of cold water on the table for you.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Here you go, drink that. I'm going to go change my clothes.@@
You pick up the glass of water and take a sip.
@@.you;
Sweet nectar of the gods...@@
<<linkreplace "Drink your water and wait for Kira">><<scrollTop>><<ctpAdvance "KiraKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Kira Grab.jpg">
After you finish your glass of water, you hear a door opening. You turn around and watch as Kira walks over to you.
@@.you;
Thanks for the water, Kira.@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Don't worry about it@@
@@.emote;
Kira gives you a lewd smile@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
But I am going to take you up on your offer of "burning carbs".@@
Kira gets close to you and puts her hand on your crotch.
@@.emote;
Kira becomes surprised@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Oh? Looks like the little soldier is already up and ready. I like that!@@
<<linkreplace "Help her burn carbs">><<scrollTop>><<ctpAdvance "KiraKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Kira Pants.mp4" autoplay loop/>
Kira sits down on a bench and pulls down your pants.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Well, hello there little soldier! Seems like you aren't that little after all!@@
//''Seems like she's really into talking to my penis...''//
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
How would you like to invade my mouth?@@
@@.emote;
Kira opens her mouth wide@@
<<linkreplace "Ram that cock into her mouth">><<scrollTop>><<ctpAdvance "KiraKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Kira BJ.mp4" autoplay loop/>
You take a hold of her hair and start pumping her mouth in furious motion.
@@.emote;
Kira makes gargling noises@@
As you are moving your hips, Kira pushes you and stats up.
//''Did I go too agressively?''//
@@.you;
Sor-@@
You try to apologise, but Kira cuts you off.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
I have a better idea!@@
You watch as Kira uses the bench bar as a monkey bar, turning herself upside town and then looking up with you.
@@.emote;
Kira opens her mouth@@
//''Holy shit!''//
<<linkreplace "Ram her mouth again!">><<scrollTop>><<ctpAdvance "KiraKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Kira BJ Feet.mp4" autoplay loop/>
As you are fucking her mouth, your eyes can't help but look at her feet.
//''Why do they look so enticing?''//
You can't help yourself and you start kissing her feet.
@@.emote;
Kira gurgles in surprise and starts to suck harder@@
After a while, she moves her head to take your cock out of her mouth and uses her arms to hold the bar, raising her ass towards you.
@@.emote;
Kira looks at you in a provocative manner@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Do you have what it takes to open your way into my honeycomb?@@
You feel your blood starting to boil in excitement, no longer being able to control your instincts. You get a hold of her pants and tear them.
@@.you;
RAWR!@@
<<linkreplace "Eat some honey!">><<scrollTop>><<ctpAdvance "KiraKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Kira Cunnilingus.mp4" autoplay loop/>
You start eating her pussy with vigor.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
YES! Now that's what I'm talking about! Eat that pussy, boy!@@
You move your tongue up and down her labia and you suck on her clit. But soon you are no longer able to hold yourself back anymore.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Wha-@@
<<linkreplace "Ram it in!">><<scrollTop>><<ctpAdvance "KiraKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Kira Fuck 1.mp4" autoplay loop/>
You take a hold of her back and raise her hips a bit, while you ram your cock into her pussy.
@@.emote;
Kira screams in excitement@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
YES! FUCK THAT PUSSY! DESTROY IT WITH YOUR FLESH MISSILE!@@
You take that as a sign and double your effort, going into full throttle. But after a while Kira starts to whine.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Shit, $player.name! I can't hold on anymore, help me down!@@
While you would like to ignore her and keep fucking her, you also don't want to get her hurt, so you reluctantly stop and help her down.
@@.emote;
Kira is panting@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Good, but I'm still not done, lay down on this bench!@@
<<linkreplace "Lay down on the bench">><<scrollTop>><<ctpAdvance "KiraKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Kira Fuck 2.mp4" autoplay loop/>
Kira positions herself on top of you and sits down on your cock, then she gets a hold of the bar and pulls herself up.
@@.emote;
Kira laughs@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
I've never done this kind of pull up!@@
Kira starts bouncing on your cock, using her arms to and legs to keep momentum. Yet that quickly stops.
@@.emote;
Kira is panting even harder@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Sorry $player.name, I got too tired from running...@@
//''I CAN'T STOP NOW!''//
You quickly pick Kira up, remove her shirt and lay her down on the bench.
@@.emote;
Kira yelps@@
<<linkreplace "Destroy that pussy!">><<scrollTop>><<ctpAdvance "KiraKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Kira Fuck 3.mp4" autoplay loop/>
You start drilling her with full disregard, caring only for your own pleasure. You can only hear the sound of your hips clashing with hers and of her moaning.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Ah! I'm almost- I'm cumming!@@
You can feel her pussy contracting, but you keep pumping anyway.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Wait! I'm still sensitive! Ah! I'm cumming again!@@
@@.emote;
Kira becomes dazed@@
You keep moving your hips for what feels an eternity, but eventually you get to your end point.
@@.you;
Shit! I'm going to cum!@@
You screaming that you are about to cum gets Kira to wake up from her daze.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Wait! Not inside! It's not safe today!@@
She uses all her strength to push you off and then kneels in front of you and opens her mouth.
<<linkreplace "Cum in her mouth">><<scrollTop>><<ctpAdvance "KiraKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Kira Cum.mp4" autoplay loop/>
You take a hold of her head while you stroke your cock, cumming into her mouth. You can't help but grunt while you do.
@@.you;
Urrgghh!@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
Yes! That's right! Cum into my mouth soldier!@@
After what feels like you came like a fountain, you finally calm down.
<<linkreplace "You feel zen">><<scrollTop>><<ctpAdvance "KiraKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Kira End.jpg">
Kira cleans your cock with her mouth and then sits down on the floor.
@@.emote;
Kira very fatigued@@
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
I need a shower...@@
You also can no longer stand and you plop down on the floor, panting.
@@.you;
So do I...@@
//''But that was very fun!''//
You watch as Kira gets up.
@@.stuff;
<img src="img/Profile/Kira.jpg" class="float-left">Kira<hr>
You can rest a bit before you go, but make sure to give me a call if you ever want to go running again, okay?@@
Not having enough energy to answer her, you just give her the thumbs up. You watch as Kira turns around and leaves.
[[Recover your energy and go back home|House][$time.passTime(3);$player.corruption += 1;$player.fitness += 1;]]
<span style="color:gold;">This Event was made possible by Red Claw.</span>
<<if not $KiraFT>>
<<set $KiraFT to true>>
<<set $ratings += 1>>
<</if>>
<</ctp>><<ctp "AlinaKindle">>
<img src="img/Kindle/Alina Body.jpg">
@@.stuff;
Name: Alina
Age: 24
Description: Too often we underestimate the power of a touch, a smile, a kind word, a listening ear, an honest compliment, or the smallest act of caring, all of which have the potential to turn a life around.
If you aren't capable of acting with empathy, then you aren't capable of loving. If you can't love, then why are you swiping right?@@
//''That's a lot of love in her profile... I wonder what she does for a living?''//
You decide to text her.
@@.you;
Hey there, beautiful.@@
//''Complimenting the lady... Everyone likes compliments, right?''//
After a few minutes, she answers.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Hey there, handsome.@@
//''Seems like she's the kind of girl that wants the man to do all the work...''//
@@.you;
Since you liked my profile, what do you say we get a cup of coffee and get to know each other better?@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Sorry, can't. I'm at work right now. I'll have a break in one hour, but I won't have time to actually go out on a date during it.@@
//''Hm... I'm kinda curious what on she does...''//
@@.you;
That's no problem, how about this. I will buy the coffee and bring it to you, we can talk during your break. How does that sound?@@
//''I know I'm kinda forcing it, but who knows, might as well.''//
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Really?! How sweet of you! Sure! I work at the Saint Hospital. Just tell the reception that you brought coffee to nurse Alina and they will show you where to go.@@
//''She's a nurse?! Well, guess that makes sense. Wonder what she looks like in a nurse uniform''//
@@.you;
Okie dokie! I'll meet you in an hour.@@
You turn off your phone and rush to the shower.
@@.you;
Man, I can't believe that worked! Lately I've been really hitting it with the women... I wonder why?@@
<<linkreplace "Take a shower and buy Coffee">><<scrollTop>><<ctpAdvance "AlinaKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Saint Hospital.jpg">
As you arrive at the hospital, you check your phone.
@@.you;
Her break will start in a couple of minutes, so I should hurry...@@
You enter the hospital and immediately go to the non-emergency reception.
@@.you;
Hello, good afternoon! I've brought coffee for nurse Alina. She told me that you could tell me where she's at.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Hm...?@@
@@.emote;
Receptionist looks you up and down@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Barely passable. I would say a solid 7 out of 10.@@
You don't know what to so, so all you can do is stay there with a stiff smile on your face.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
If you go straight down that hall, it will be room 108. You will also need this bracelet.@@
@@.emote;
Receptionist gives you a pink bracelet@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
It shows that you are a visitor. Don't want to be dragged out by security, now would you?@@
@@.you;
I see, thanks!@@
You decide to quickly get away from the weird receptionist.
<<linkreplace "Enter room 108">><<scrollTop>><<ctpAdvance "AlinaKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Alina Intro.jpg">
As you enter the room, your body stiffens and your mouth becomes agape at the sight of her.
<<if $player.charm gte 10>>
@@.you;
Wow... And here I thought you couldn't look any more beautiful than you did in your picture...@@
@@.emote;
Alina chuckles@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
You don't look so bad yourself Mr. ?@@
@@.you;
Please, just call me $player.name!@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Very well $player.name, then you can just call me Alina.@@
@@.emote;
Alina extends her hand@@
@@.you;
It's a pleasure to meet you face to face, Alina.@@
You move to extend your hand, but you commit the fatal mistake of having a coffee in both hands.
As you move your hand, the lid of the coffee comes off and some of the it splashes on your hand.
//''OUCH!''//
You try to supress the burning pain and not scream, but your hand tightens anyway and some more splashes on your pants.
//''FUUUUUUU-''//
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
$player.name! Quickly, put the coffees on the table!@@
You put down both coffees and Alina grabs your hand.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Come here! We need to wash your hand with cold water!@@
You follow her as she drags you to the sink and turns on the water.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
We need to keep it under the running water for about 5 minutes...@@
Alina never lets go of your hand and, after a minute, you can already feel the effects of the corruption. You feel the burning sensation slowly start to numb. In its place, you feel your body raising in heat.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
That's odd... It should be red by now...@@
@@.emote;
Alina removes your hand from the water and takes a closer look.@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Seems like it wasn't anywhere as severe as I thought it was... Guess you were lucky $player.name! Come, let me put on some burn lotion, just to make sure.@@
she once again drags you towards a cabinet and pulls out the lotion.
//''Seems like she's really into taking care of people... Well, she is a Nurse after all...''//
She starts rubbing the lotion on your hand.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
There! This should do!@@
@@.you;
Thanks Alina! You were a great help! And sorry for ruining this moment...@@
@@.emote;
Alina laughs@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Well, it could have been worse!@@
You are too embarrassed to tell her that some hot coffee got on your crotch, so you feel like its stinging a little bit.
@@.you;
Listen, I'm really sorry, but I have to go...@@
You decide that you may as well just leave and take a look at it in bathroom. You can't help but reflexively put your hand on it.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Oh? Already? Are you sure?@@
@@.emote;
Alina follows your hand and is shocked@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
$player.name! You got hot coffee on your pants?! Why didn't you tell me?!@@
@@.you;
I was embarrassed...@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Nonsense! I'm a Nurse! I've seen a dick or two! Come, take off your clothes and sit down on this table, I will take a look and make sure there's nothing wrong!@@
You take off most of your clothes and sit down with your underwear on.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Didn't I tell you to take it all off?@@
You feel embarrassed, because of your hardon.
@@.you;
But I-@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
No buts! Off with it!@@
<<linkreplace "Hesitate">><<scrollTop>><<ctpAdvance "AlinaKindle">><</linkreplace>>
<<else>>
@@.you;
HOLY SHIT! YOU ARE HOT AS FUCK!@@
@@.emote;
Alina is taken aback by your shout and scowls at you@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
This is a Hospital! Don't shout like that, what is wrong with you?@@
//''Fuck! I messed that up!''//
@@.you;
Sorry, it's just that... er... I couldn't think right, with how hot you are.@@
@@.emote;
Alinas scowls even harder@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
I think you should go home and learn some manners...@@
You drop your head, turn around and leave.
//''Man... I need to be more charming than that...''//
[[Go back home|House][$time.passTime(3)]]
<</if>>
<<ctpNext clear>>
<video src="img/Kindle/Alina BJ 1.mp4" autoplay loop/>
As you hesitate, Alina sighs.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Oh! Come on!@@
@@.emote;
Alina forcefully pulls off your underwear and becomes speechless.@@
@@.you;
Sorry, I don't know what to say...@@
@@.emote;
Alina coughs@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Don't worry $player.name, it's perfectly normal!@@
While she says that, she keeps staring at your junk.
@@.you;
Alina?@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Ah? AH! Yes! We need to put some lotion on it! Just it case!@@
You watch as Alina fumbles with the lotion bottle.
//''Well, not going to say no to having a beautiful woman handling my cock!''//
<<linkreplace "Lotion up!">><<scrollTop>><<ctpAdvance "AlinaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Alina BJ 2.mp4" autoplay loop/>
You feel a tingling in your back when the lotion hits your hard dick.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Now we just need to make sure to spread it...@@
Alina starts to spread the lotion with her hand.
@@.you;
Ah!@@
@@.emote;
Alina chuckles@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Don't worry! This is normal! Yes... Perfectly normal...@@
It seems like Alina is getting engrossed on spreading the lotion.
<<linkreplace "More lotion!">><<scrollTop>><<ctpAdvance "AlinaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Alina BJ 3.mp4" autoplay loop/>
Alina, seemingly forgetting what she was doing, is now using both of her hands to spread the lotion.
//''Isn't she giving me a handjob?''//
You can see that Alina is starting to breath heavily and there's saliva starting to drop from her mouth.
//''Maybe it's the power of corruption that is doing this...''//
After a while, Alina stops.
@@.you;
What? Why did you stop?@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
I... I... I CAN'T TAKE IT ANYMORE!@@
Your eyes bulge as you witness Alina taking off her clothes.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Up! Off the table!@@
@@.you;
YE-YES MA'AM!@@
//''What happened to her?!''//
You get off the table and then Alina lays down on it, on her back and opens her mouth.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Now give me that cock!@@
<<linkreplace "Can't say no to a hungry woman!">><<scrollTop>><<ctpAdvance "AlinaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Alina BJ 5.mp4" autoplay loop/>
You start to rapidly thrust into her mouth.
//''Goddamn this feels good!''//
After trusting for a while, you start to knead her breast.
@@.emote;
Alina makes gargling noises@@
@@.you;
You like that, don't you?!@@
You start to trust even faster and Alina makes even louder gargling noises, but she eventually pushes you off and starts coughing.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Calm down tiger, geez... I thought I was gonna suffocate there!@@
Seems like you were too entranced in what you were doing.
@@.you;
So-sorry...@@
@@.emote;
Alina smiles at you and turns around@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Don't worry, but let me control the pace.@@
<<linkreplace "Start thrusting again">><<scrollTop>><<ctpAdvance "AlinaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Alina BJ 4.mp4" autoplay loop/>
She takes the cock into her mouth, but makes sure to keep a hand on your leg and another on your dick. You start thrusting in pace with her hand, nice and carefully.
@@.emote;
Alina starts humming@@
//''Seems like this is her preferred pace''//
Unfortunately you can no longer stop yourself from cumming.
@@.you;
Shit! I'm going to cum!@@
She takes your dick out of her mouth and gets off the table.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Go on! Cum in my mouth!@@
<<linkreplace "Start fapping">><<scrollTop>><<ctpAdvance "AlinaKindle">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kindle/Alina BJ 6.mp4" autoplay loop/>
You start wanking as fast as you can and you eventually start cumming.
@@.you;
Urgh!@@
You watch as Alina opens her mouth to receive your cum.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Yes! Cum in my mouth!@@
You eventually stop cumming and you feel refreshed. Alina gets up and goes to the sink and washes her face. You get worried.
@@.you;
Did I get it in your eye?@@
@@.emote;
Alina laughs@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Still have to work, can't be seen with cum on my face! Speaking of which, we need to get dressed.@@
You look down at your junk.
//''That's right, I'm buck naked in a hospital!''//
<<linkreplace "Dress up">><<scrollTop>><<ctpAdvance "AlinaKindle">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kindle/Alina Finish.jpg">
As you finish dressing up, you look at Alina doing the same. You feel a bit awkward.
@@.you;
Well, that was fun.@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Indeed it was.@@
As you look around, you spot the two cups of coffee.
@@.you;
Shit! The coffee! Ah man... I bet it's cold now...@@
@@.emote;
Alina laughs@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Well, maybe someday you can invite me over to have some coffee.@@
@@.emote;
Alina winks at you@@
@@.you;
Sure, I would l-@@
@@.data;
Nurse Alina, please present yourself at Room 207@@
@@.emote;
Alina shrugs@@
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
Oh well, that was fun, but I now need to work.@@
She starts to leave, but as she passes you, she slaps your butt.
@@.stuff;
<img src="img/Profile/Alina.jpg" class="float-left">Alina<hr>
But do get in contact with me again, okay handsome?@@
You become flustered.
@@.you;
Su-sure!@@
You watch as Alina leaves.
//''I better go...''//
@@.corruption;
You've become more corrupted@@
@@.charm;
You feel more charming@@
[[Go back home, like a champ|House][$time.passTime(3);$player.corruption += 1;$player.charm += 1;]]
<<if not $AlinaFT>>
<<set $AlinaFT to true>>
<<set $ratings += 1>>
<</if>>
<</ctp>><<if $player.corruption gte 10>>
<<ctp "SarahMasturbate">>
<img src="img/Other/Room Door Slightly Open.jpg">
As you are walking down the hall, you notice that the door to your $os.rel's room is slightly open.
As you get closer, you start to hear moaning.
//''I wonder what's happening in there...''//
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "SarahMasturbate">><</linkreplace>>
[[Don't take a look|House]]
<<ctpNext clear>>
<video src="img/Sarah/Sarah Masturbate.mp4" autoplay loop/>
As you open the door a bit more, you can clearly see your $os.rel masturbating.
//''Wow... I wonder if she needs an extra hand...''//
You shake your head, not believing what just went through your mind.
//''I shouldn't be thinking of my $os.rel like that...''//
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<<else>>
<img src="img/Other/Room Door Slightly Open.jpg">
As you are walking down the hall, you notice that the door to your $os.rel's room is slightly open.
As you get closer, you start to hear moaning.
//''I shouldn't peek on her...''//
[[Don't peek|House]]
<</if>><<set $initiate = 1>>
[[Sleep|Sleep Test][$time.newDay()]]<img src="img/Pravitas/Pravitas Corruption Level 1.jpg">
As your mind begins to clear and you notice your surroundings, you find yourself in a house. You can't help but gasp at the view of Pravitas wearing only a pink underwear. She seems happy.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I've gotta say, I didn't think that you had it in you...@@
//''That I didn't have it in me?''//
You become confused.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
That you would have enough guts to go out and have sex, considering how spineless you were acting.@@
//''That's hurtful... True, but hurtful...''//
You frown.
@@.emote;
Pravitas laughs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Hey, don't be like that, I'm giving you a compliment here! I've recovered most of what I've lost now and I can feel my powers evolving ever so slightly!@@
//''Evolving?''//
@@.you;
That's a good thing, right?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Of course it's a good thing! The more I evolve, the more you evolve! Remember, we are both one. So what's good for me, is also good for you.@@
That caught your attention.
@@.you;
And how exactly will I evolve?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
You must have noticed by now that your body changed. You are becoming smarter, fitter and more charming, at a rate that shouldn't be possible.@@
That's right, for some reason your body seems to respond at an unreasonable rate. Going for a swimming session was enough for you to feel your muscles growing. Just the act of paying attention in class was enough for you to feel smarter. Actively interacting with strangers caused you to understand them more easily.
@@.you;
Hm... Now that I think about it, that is true... Why didn't I notice it?@@
@@.emote;
Pravitas shrugs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
In order to protect your mind, I made it so that you wouldn't notice it. It's not like you are suddenly jacked and most people wouldn't know that you became smarter or more charming.@@
You nod at her words.
@@.you;
So, what does this evolving do, exactly?@@
@@.emote;
Pravitas smiles at you@@
<<if $player.intelligence is 10 and $player.fitness is 10 and $player.charm is 10>>
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I'm glad you asked! You also must have noticed that the growth rate of all of your abilities have stunted.@@
<<elseif ($player.intelligence is 10||$player.fitness is 10||$player.charm is 10)>>
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I'm glad you asked! You also must have noticed that the growth rate of some of your abilities have stunted.@@
<<else>>
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I'm glad you asked! While you maybe have yet to feel your growth being stunted, it is inevitable.@@
<</if>>
@@.you;
I see... So that's what it is...@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Exactly! There's a limit to my power, so you can only grow so much, before that limit is reached. But once I evolve, I will become more powerful and in turn, you will be able to keep growing!@@
@@.you;
And so, what's needed for you to evolve?@@
@@.emote;
Pravitas raises an eyebrow to you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What do you mean "what"? It's sex! Have as much sex, with as many partners as possible!@@
//''That's it? No fetch quest? No weird ritual? Kinda disappointing really...''//
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Disappointing? Would you rather have to find a sacred item in the Amazon rain forest or have to sacrifice ten virgins to me?@@
//''Fuck! Forgot about the mind reading!''//
You cough loudly.
@@.you;
Of course not! Sex I can do! Yes! Sex is good! Will do sex!@@
@@.emote;
Pravitas sighs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Why do I feel less certain now?@@
You can't help but flush at her words and wanting to escape.
@@.you;
If that's all, mind if I go back to sleep?@@
@@.emote;
Pravitas shrugs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
If that's what you want, but I did call you here intended in rewarding you;@@
//''A REWARD?!''//
You become excited at the prospect of the reward.
@@.emote;
Pravitas approaches you with a seductive smile@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Surely you would like to have some fun, right?@@
<<if $pravitasfemdom is 1>>
You nod your head.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Good... Very good... I guess you've earned the right to worship my pussy.@@
The scenery changes and you find yourself in front of Pravitas, who's laying on the couch without he panties.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Now... Come and get your reward...@@
You begin to move, only to feel pain.
@@.you;
Ow!@@
Seems like she's capable of inflicting pain to you even without touching.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Who told you that you could stand tall? Crawl.@@
//''Am I really going to do this?''//
You feel uncertain, but your excitement ends up winning in the end.
[[Crawl to her|Corruption Femdom]]
<<else>>
You stop and think about it.
//''I mean... Having sex with a beautiful woman? How can I say no?''//
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Good!@@
@@.emote;
Pravitas removes her panties and sits on a chair@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Now crawl over here and lick my pussy.@@
You stop and frown at her.
//''This shit again?! Guess she still doesn't know who's the boss.''//
The scenery changes and Pravitas finds herself in a secretary's outfit again, but this time she's on top of a table.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Wait. What?!@@
@@.you;
Guess I'll have to teach you a lesson.@@
[[Dominate her|Corruption Sub]]
<</if>><<ctp "CorruptionFemdom">>
<video src="img/Pravitas/Pravitas Pussy Licking 1.mp4" autoplay loop/>
You crawl up to her and start licking her pussy.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
There it is! That's a good boy...@@
As you keep licking, you start to feel a bit out of breath, so you try to move out in order to breath. As you are about to do that, Pravitas holds your head in place and prevents you from doing so.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Tsk, tsk... That's a bad boy, trying to stop in the middle. You will finish what you started!@@
//''Is she trying to suffocate me?!''//
You decide to just try to force her to cum fast in order to be able to breathe.
<<linkreplace "Lick harder">><<scrollTop>><<ctpAdvance "CorruptionFemdom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Pussy Licking 2.mp4" autoplay loop/>
You double your efforts and it starts to pay off, Pravitas is no longer able to hold your head in place.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes! That's right! Keep going! I'm very close! That's a good boy!@@
As you concentrate even harder to make her cum, you feel something bitter sweet gushing out of her pussy.
@@.emote;
Pravitas moans in ecstasy@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes! YES! AH!@@
It seems Pravitas has finally cummed, so you get up and prepare to penetrate her. As you are about to move, you suddenly feel pain.
@@.you;
Ouch! What was that for?@@
@@.emote;
Pravitas glares at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Do you really think that only that much of effort will allow you to fuck me? It seems you still don't know your place.@@
As you were about to stand up, Pravitas kicks you and forces you down.
@@.emote;
Pravitas gives you a wicked smile@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
But then again, I did promise you a reward... I suppose I can use my feet on you.@@
<<linkreplace "Stay down">><<scrollTop>><<ctpAdvance "CorruptionFemdom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Footjob 1.mp4" autoplay loop/>
You feel Pravitas' cold foot on your junk. You can't help but be dissatisfied.
@@.you;
You call this a reward?!@@
You feel intense pain.
@@.emote;
Pravitas looks down on you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
That's no way to talk to your Master. Seems like you still need more training.@@
//''Master?! TRAINING?!''//
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Once you feel the pleasure that my feet will give you, I'm sure you will understand.@@
Unable to move a single muscle, you are helpless as Pravitas starts to move her feet in a more aggressive manner.
<<linkreplace "Try not to cum">><<scrollTop>><<ctpAdvance "CorruptionFemdom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Footjob 2.mp4" autoplay loop/>
You can't help but feel pleasure, even though she's using her feet to stroke your cock.
@@.emote;
Pravitas smirks at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Seems like you are starting to feel it. But don't worry $player.name. In time you will come to enjoy it. In time you will be begging me.@@
//''Begging you? Never!''//
@@.emote;
Pravitas laughs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
That's right, you can try to resist. But in the end, you will fold. They always do.@@
The pleasure starts to become even stronger, as Pravitas begins to move her feet even faster.
//''FUCK! I CAN'T HOLD IT IN ANYMORE!''//
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "CorruptionFemdom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Footjob 3.mp4" autoplay loop/>
You ended up cumming, even though you didn't want to.
@@.emote;
Pravitas laughs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
See? Didn't that feel good?@@
You try to protest, but weirdly enough, you find that it actually did feel good, even though it wasn't exactly what you want it.
//''What's happening to me?''//
[[End of Reward|Corruption Conclusion][$player.corruptionlevel += 1]]
<</ctp>><<ctp "CorruptionSub">>
<img src="img/Pravitas/Pravitas Fuck 1.jpg">
@@.emote;
Pravitas scowls at you.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It's not very nice to do this to a lady!@@
You scoff at her.
@@.you;
A lady? What kind of lady shows up in a man's dream all naked? You are nothing more than a cum dumpster!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What?! How da-@@
You will her to lay down on her back and open her mouth.
@@.emote;
Pravitas is surprised@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Oh! You better not b-@@
<<linkreplace "Shut her mouth with your cock">><<scrollTop>><<ctpAdvance "CorruptionSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Fuck 2.mp4" autoplay loop/>
You stuff her mouth with your cock and start thrusting your hips.
@@.you;
That's right! This is much better, my own fleshlight!@@
@@.emote;
Pravitas makes angry gargling noises@@
@@.you;
You may be fighting it, but I know that you enjoy it. I can clearly see your pussy getting wet from here.@@
You decide to use your hand to stir her pussy.
@@.emote;
Pravitas makes surprised gargling noises@@
You start laughing.
@@.you;
Look at this! It's like a fountain! I just have to touch it and it gushes juices everywhere! I guess it really wants my cock, doesn't it?@@
You remove your cock from her mouth and Pravitas starts coughing.
@@.you;
Don't worry, we aren't nearly done yet!@@
You begin to will her to sit down and turn her back to you.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Wait! You are planning to f-@@
<<linkreplace "Fuck her pussy">><<scrollTop>><<ctpAdvance "CorruptionSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Fuck 3.mp4" autoplay loop/>
You start ramming your cock into her pussy, using her hips and neck as support.
@@.you;
So this is what your pussy feels like! It's much tighter than I thought!@@
@@.emote;
Pravitas starts moaning.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
You bastard! I am going to get you back for this!@@
@@.you;
You say that, but aren't you enjoying this? Your pussy has vice grip on my cock!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It's... It's only to make you cum faster!@@
@@.you;
Oh? Is that so? Then I better get to work then!@@
<<linkreplace "Go to town on her pussy!">><<scrollTop>><<ctpAdvance "CorruptionSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Fuck 4.mp4" autoplay loop/>
You use your foot to keep head down and start thrusting into her with everything you've got.
@@.you;
Now this is what I'm talking about!@@
@@.emote;
Pravitas moans even harder@@
@@.you;
Even though you refuse to admit, you are dirtying the whole floor with your pussy juices!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Not- Not true! Ah! No!@@
You feel her pussy heavily contracting on your dick, a clear sign that she just came. You begin to laugh.
@@.you;
You just came? Guess the pleasure was just too much, wasn't it?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Sh-shut up! Ah! I'm cumming again!@@
You keep ramming into her until you are no longer able to hold it.
@@.you;
Fuck! Kneel for me Pravitas!@@
<<linkreplace "Have her kneel in front of you">><<scrollTop>><<ctpAdvance "CorruptionSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Fuck 5.mp4" autoplay loop/>
As she kneels in front of you, she also opens her mouth wide to receive your load.
@@.you;
Now that's a good girl! Take it!@@
You start to cum in her mouth, while Pravitas tries her best to take all of your cum. As you finish, you let go of her, your mind clear and blissful.
Pravitas also collapses on the floor. As you look down on her, you can't help but smirking at the job you've done. She eventually gets up and dusts herself off.
@@.emote;
Pravitas scowls at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Seems like you enjoy being rough. You better watch out $player.name. What goes around, comes around.@@
@@.you;
Aw, don't be like that, Pravitas. I know you enjoyed it.@@
@@.emote;
Pravitas shrugs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Maybe I did, maybe I didn't.@@
//''Just a little more and she will be mine!''//
@@.emote;
Pravitas glares at you@@
//''Shit... Mind reading... Keep forgetting.''//
[[End of Reward|Corruption Conclusion][$player.corruptionlevel += 1]]
<</ctp>><img src="img/Pravitas/Pravitas Corruption Conclusion.jpg">
the world changes again and Pravitas is already dressed up.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
And that's it for your reward, keep working hard and there just might be more coming your way.@@
@@.emote;
Pravitas winks at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
So, what is it again that you need to do?@@
You start to feel excited by your future prospects.
@@.you;
Have sex. If I have sex, you get stronger, thus I get stronger.@@
@@.emote;
Pravitas smiles at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
That's right! Now go get em tiger!@@
With that, Pravitas disappears and you start to feel tired.
//''It's so weird... Ever since I've gotten Pravitas, it's been so easy to have sex... Almost like I'm the protagonist of a porn game!''//
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
//*Cough*//@@
@@.you;
Hm...? Weird, I thought I heard something...@@
Your eyes feel too heavy to stay awake.
@@.corruption;
You feel that you became more corrupted@@
[[Finish sleeping|Start][$player.corruption += 1]]<<set $initiate = 1>>
<<set $corruptionevent = 1>>
[[Corruption|Corruption Test][$player.corruption += 10]]
[[Corruption|Corruption Test][$player.corruptionlevel += 1]]<img src="img/Other/Room Door Slightly Open.jpg">
You wake up earlier than usual and decide to walk around the house.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But what can I do?@@
As you were walking by your $os.rel's room, you hear her talking to someone.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But I've already spent all the money I had this month... There's no way I can get it...@@
//''Seems like she's on the phone. I wonder what's she talking about...''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I mean... It's not the end of the world... The old controller is still working, it's just that the X button keeps failing every once in a while.@@
//''Seems like her controller is dying.''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Anyway, enough about that, how is t-@@
You decide to stop eavesdropping.
@@.you;
Hm... Maybe if I buy her a controller, she will stop treating me like shit. I should be able to buy it online.@@
[[Leave|House]]
<<set $SarahPresent = 1>>
<<set $oslovequest1 to true>><<ctp "LindaLove1">>
<img src="img/Other/Going for a run.jpg">
Instead of going for a swim, today you decide that you want to mix it up and go for a run. You put on your running shoes and decide where you want to go.
@@.you;
Maybe I should run to the hill?@@
The hill is fairly close to your school, as such it will take around 30 minutes of running to get there.
@@.you;
Yeah, that would be good exercise!@@
You start to get pumped up and begin your warming up routine.
//''Always make sure to stretch!''//
<<if $player.fitness gte 10>>
As you finish warming up, you decide to test your body.
@@.you;
I've been feeling on the top of my game recently! May as well go all out and run to the hill!@@
You begin with a light jog and then start picking up. By the time you are reaching the hill, you are already drenched in sweat.
//''This is rougher than I thought! But I can still do it!''//
Putting in a little bit more effort, you eventually arrive at the hill. You stop and catch your breath.
@@.you;
Yes! I did it!@@
<<else>>
As you finish warming up, you decide to take it easy.
@@.you;
I don't think I'm at the point that I can run all the way to the hill...@@
You begin with a brisk walk and then start to jog. Even though you've only been jogging, you are already drenched in sweat.
//''This is rougher than I thought! I need to exercise more!''//
Putting in a little bit more effort, you eventually arrive at the hill. You stop and catch your breath.
@@.you;
Fuck... This was harder than I thought...@@
<</if>>
After you catch your breath, you start to look around.
@@.you;
I've gotta say, there surely isn't much to see here.@@
As you are about to turn around and leave, you catch something out of the corner of your eye.
@@.you;
Wait... Is that Linda?@@
<<linkreplace "Greet her">><<scrollTop>><<ctpAdvance "LindaLove1">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Run 1.jpg">
You walk towards her, intent on saying "Hello".
@@.you;
Hey, Linda!@@
@@.emote;
Linda turns around in surprise@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name? What are you doing here?@@
@@.you;
I decided to go for a run today. I prefer swimming, but running is good every once in a while.@@
@@.linda;
Going for a run, eh?@@
@@.emote;
Linda looks your up and down@@
<<if $player.fitness gte 10>>
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yes... I can see that. Wow, $player.name! You look very sturdy!@@
<<else>>
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm... I guess? You do look healthy.@@
<</if>>
@@.you;
Well, I do pride myself on my health.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Really now?@@
@@.emote;
Linda gives you a meaningful smile@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Tell you what, $player.name! How about we have a race? First one to run a lap around the hill wins!@@
@@.you;
I don't know, Linda...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh, come on! Don't be a baby! Tell you what! If you win, I will give you a nice reward!@@
//''A REWARD?!''//
@@.you;
A reward? What kind of reward?@@
@@.emote;
Linda winks at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I will show you something that I'm proud of.@@
//''Hm... Well, worst case scenario, at least I get some practice...''//
@@.you;
Okay, Linda! You are on!@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's more like it!@@
You both get in position and get ready to run.
<<linkreplace "3... 2... 1... GO!">><<scrollTop>><<ctpAdvance "LindaLove1">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Running.jpg">
<<if $player.fitness gte 10>>
Both you and Linda start running. At first you are easily able to keep up with her.
//''Yes, this feels right!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Looks like you are able to keep up with me!@@
@@.you;
Of course! I've been swimming for years!@@
Unfortunately you are not used to running on uneven terrain and start to feel fatigued, since you were already tired from running from your house to the hill.
//''Damn it... If only I hadn't ran all the way here!''//
@@.emote;
Linda taunts you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What's the matter $player.name?! Getting tired already?!@@
@@.you;
Never!@@
You try to squeeze every bit of energy you have left, but Linda slowly starts to take the lead.
//''Shit! I'm going to lose!''//
In a last act of desperation, you throw caution to the wind and pull all stops. You slowly start to catch up with her.
@@.emote;
Linda is surprised and laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Nice! You've got more guts than I thought!@@
As you feel that you are about to pass her, Linda starts to run even faster and eventually reaches the end goal just before you did.
You end up collapsing on the floor, breathing very hard. While Linda is also breathing hard, she's still standing.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm impressed... You didn't win, but you got close.@@
//''Only because I was already tired!''//
@@.emote;
Linda thinks for a bit and then smiles at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I will tell you what. I usually go for a run on Fridays after work. Why don't you meet me on Campus and try again? I'm always up for some challenger.@@
Unable to respond, you just give her the thumbs up.
//''I will win next time, I'm sure of it...''//
<<else>>
Both you and Linda start running.
//''Shit! She's already getting ahead of me!''//
You immediately understand that you aren't a match to her, but your pride doesn't allow you to give up.
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You've got guts! I like that!@@
But even though you tried your best, in the end you were not able to beat her.
//''Running is much harder than I expected...''//
You sit down on the ground trying to recover. Linda approaches you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name, there's no need to sulk!@@
While breathing hard, you were able to squeeze out a few words.
@@.you;
But I wasn't able to win...@@
@@.emote;
Linda thinks for a bit and then smiles at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I will tell you what. I usually go for a run on Fridays after work. Why don't you meet me on Campus and try again? I'm always up for some challenger.@@
Unable to respond, you just give her the thumbs up.
//''I've gotta train more before I challenger her...''//
<</if>>
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And with that, I've gotta get going! See you Monday, $player.name!@@
You just wave at her as she leaves and lies down on the ground.
//''At least it was good exercise...''//
@@.fitness;
You feel fitter@@
[[Rest and then go back home|House][$player.fitness += 1;$time.passTime(2)]]
<</ctp>>
<<set $teacherlovequest1 to true>><img src="img/Other/Rebeca.jpg">
As you enter Accogliente, a restaurant famous for having a sofa and very few customers, you can't help but wonder why this university has so many weird themed stores. While looking around, you notice that Rebeca is sitting alone. You decide to talk to her.
@@.you;
Hey, Rebeca.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh? $player.name, right?@@
@@.you;
Yep. Not eating with Rachel today?@@
@@.emote;
Rebeca shrugs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Seems like she had something urgent to do before next class. Hey! How about you sit here and eat with me?@@
@@.you;
Sure, if you don't mind.@@
You sit down on the couch, next to Rebeca and order something for yourself. The waiter eventually gets back with a cup of water for you and you take a sip.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
So... Are you trying to get into Rachel's panties?@@
You spit out the water and start coughing.
@@.you;
What?!@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I'm just kidding! I just wanted to see your reaction!@@
You wipe your mouth with a paper towel.
@@.you;
You sure chose the right timing to do that...@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
But in all seriousness now, are you friends with Rachel?@@
//''Friends, uh?''//
You try to think about it, but you come to the conclusion that, at most, you guys are classmates.
@@.you;
I'm not sure it can be said we are friends, more like good classmates, I guess?@@
@@.emote;
Rebeca looks at you with a saddened face@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
You see, even though Rachel has always been a bright girl, she's always had trouble fitting in with people. She's very shy and at the same time, very smart and hardworking. She's also very naive and believes that others are like her. That usually rubs others, that aren't nearly as smart or hardworking, the wrong way.@@
While you don't particularly mind that, you can see how that could be the case.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I always thought that would change once she started college, especially in such a tough course. That she would be surrounded by like-minded people and she would fit in. But, weirdly enough, I've never seen her hanging out with anyone and, as far as her classmates are concerned, she's only ever talked about you.@@
@@.you;
Really? But everyone in class is very friendly and I have yet to see anyone bullying her.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yes, but do they actively go out of their way to insert her into their conversations?@@
//''Now that she mentions it...''//
@@.you;
I guess not... I guess they expect that, if she wants to, she could just join in?@@
@@.emote;
Rebeca shakes her head@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Not only is Rachel too shy, she's also been burned a lot during high school. While trying to join in, they would just make fun of her.@@
//''So that's how it is...''//
@@.emote;
Rebeca takes your hand@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
So, I've got a favor to ask!@@
You become slightly embarrassed by having your hand being held suddenly.
@@.you;
Y-Yes?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I want you to become friends with Rachel!@@
You don't really oppose that idea.
@@.you;
Sure... But I'm already acting friendly with her, aren't I?@@
@@.emote;
Rebeca lets go of your hand@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
That won't do! You need to make her want to be your friend!@@
//''Isn't that what I've been doing?''//
@@.you;
And how exactly am I supposed to do that?@@
@@.emote;
Rebeca gets up and smiles at you@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
You seem like a smart guy, so why don't you challenge her on something nerdy?@@
@@.you;
Nerdy?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yeah! Rachel has always been smart and competitive! So if you beat her on something that requires brain power, I'm sure she will turn towards you!@@
//''I'm seriously questioning tha sanity of this girl...''//
@@.you;
Are you sure?@@
@@.emote;
Rebeca puts both hands on her waist@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Positive!@@
//''Well... I guess it can't hurt...''//
@@.you;
I guess... I mean, sure, why not? I will do it.@@
@@.emote;
Rebeca hugs you@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yay! And if you become her friend, you will become my friend too!@@
You can feel her breast pushing against you.
//''I guess that wouldn't be so bad...''//
@@.you;
I would love to b-@@
@@.data;
An alarm goes off@@
@@.emote;
Rebeca looks at her cellphone@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
AH! Shit! I forgot! I gotta go! Sorry $player.name! I will see you next time!@@
And just like that, you watch as she runs out of the establishment.
@@.you;
Wait a second... She didn't leave any money to pay for the bill!@@
You sigh, but resign yourself on paying on her behalf.
<<if $player.intelligence is 10>>
@@.you;
I guess I'm smart enough to challenge her, so I should just meet her in the classroom, after class... Maybe on Friday?@@
<<else>>
@@.you;
But I'm not smart enough to challenger her yet... I should study more and then challenger her. The best place... That would the classroom, after class, on a Friday...@@
<</if>>
[[Pay for the both of you|School][$player.money -= 10;$time.passTime(1)]]
<<set $studentlovequest1 to true>><img src="img/Other/Controller.jpg">
You browse the shop and find the perfect controller.
@@.you;
DualJolt 4 Wireless Controller... For the Gaming System... Yes, this is exactly what I need! They will even deliver it tomorrow!@@
[[Buy the controller|House]]
<<set $SarahPresent = 0>>
<<set $VGCBuy to true>><<if $player.charm gte 20>><span style="color:green;">Raise Charm to 20</span><<else>><span style="color:red;">Raise Charm to 20</span><</if>>
<<if $LilithArrives>><span style="color:green;">Talk to Anna about Lilith (Wed/Fri; Evening)</span><<else>><span style="color:red;">Talk to Anna about Lilith (Wed/Fri; Evening)</span><</if>>
<<if $LilithMet>><span style="color:green;">Meet Lilith (Wed/Fri; Evening)</span><<else>><span style="color:red;">Meet Lilith (Wed/Fri; Evening)</span><</if>>
<<if $LilithCall>><span style="color:green;">Call Lilith (Bedroom)</span><<else>><span style="color:red;">Call Lilith (Bedroom)</span><</if>>
<<if $LilithCaught>><span style="color:green;">Lilith visits (Saturday; Noon)</span><<else>><span style="color:red;">Lilith visits (Saturday; Noon)</span><</if>>
<<if $LilithCaught>>
<<if $ys.love is 19>><span style="color:green;">Raise Anna's Love to 19</span><<else>><span style="color:red;">Raise Anna's Love to 19</span><</if>>
<<if $QualityCamera>><span style="color:green;">Buy Item</span><<else>><span style="color:red;">Buy Item</span><</if>>
<span style="color:red;">Pacify Anna (Wed/Fri; Evening)</span>
<<else>>
<</if>>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@<<if $SarahVideogame>><span style="color:green;">Play videogames with her (Tue/Thu, Midnight)</span><<else>><span style="color:red;">Play videogames with her (Tue/Thu, Midnight)</span><</if>>
<<if $oslovequest1>><span style="color:green;">Reach 9 points in Love and go to sleep</span><<else>><span style="color:red;">Reach 9 points in Love and go to sleep</span><</if>>
<<if $vgcontroller>><span style="color:green;">Buy Videogame Controller for $50</span><<else>><span style="color:red;">Buy Videogame Controller for $50</span><</if>>
<<if $player.charm gte 10>><span style="color:green;">Raise Charm to 10</span><<else>><span style="color:red;">Raise Charm to 10</span><</if>>
<span style="color:red;">Visit Sarah when she's playing videogames (Tue/Thu, Midnight)</span>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@<<if $teacher.love is 9>><span style="color:green;">Reach 9 points in Love</span><<else>><span style="color:red;">Reach 9 points in Love</span><</if>>
<<if $teacherlovequest1>><span style="color:green;">Exercise on Weekend (Sat/Sun, Early Morning, Yard)</span><<else>><span style="color:red;">Exercise on Weekend (Sat/Sun, Early Morning, Yard)</span><</if>>
<<if $player.fitness gte 10>><span style="color:green;">Raise Fitness to 10</span><<else>><span style="color:red;">Raise Fitness to 10</span><</if>>
<span style="color:red;">Meet Linda on Friday Afternoon, at campus</span>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@<<if $RachelFriend>><span style="color:green;">Meet Rebeca (Tue/Thu, Afternoon)</span><<else>><span style="color:red;">Meet Rebeca (Tue/Thu, Afternoon)</span><</if>>
<<if $student.love is 9>><span style="color:green;">Reach 9 points in Love</span><<else>><span style="color:red;">Reach 9 points in Love</span><</if>>
<<if $studentlovequest1>><span style="color:green;">Talk to Rebeca while having at least $10 (Tue/Thu, Afternoon)</span><<else>><span style="color:red;">Talk to Rebeca (Tue/Thu, Afternoon)</span><</if>>
<<if $player.intelligence gte 10>><span style="color:green;">Raise Intelligence to 10</span><<else>><span style="color:red;">Raise Intelligence to 10</span><</if>>
<span style="color:red;">Meet Rachel (Fri, Afternoon)</span>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@In order to evolve Pravitas, you must first secure your surroundings.
<<if $player.corruptionlevel is 1>><span style="color:green;">Player Corruption: Level 1</span><<else>><span style="color:red;">Player Corruption: Level 1</span><</if>>
<<if $player.corruption is 19>><span style="color:green;">Reach 19 points in Corruption</span><<else>><span style="color:red;">Reach 19 points in Corruption</span><</if>>
<<if $m.corruptionlevel is 1>><span style="color:green;">Kelly Corruption: Level 1</span><<else>><span style="color:red;">Kelly Corruption: Level 1</span><</if>>
<<if $ys.corruptionlevel is 1>><span style="color:green;">Anna Corruption: Level 1</span><<else>><span style="color:red;">Anna Corruption: Level 1</span><</if>>
<<if $os.lovelevel is 1>><span style="color:green;">Sarah Love: Level 1</span><<else>><span style="color:red;">Sarah Love: Level 1</span><</if>>
<<if $teacher.lovelevel is 1>><span style="color:green;">Linda Love: Level 1</span><<else>><span style="color:red;">Linda Love: Level 1</span><</if>>
<<if $student.lovelevel is 1>><span style="color:green;">Rachel Love: Level 1</span><<else>><span style="color:red;">Rachel Love: Level 1</span><</if>>
<<if $student.corruptionlevel is 1>><span style="color:green;">Rachel Corruption: Level 1</span><<else>><span style="color:red;">Rachel Corruption: Level 1</span><</if>>
<<if $ratings gte 4>><span style="color:green;">Kindle Rating: 4+</span><<else>><span style="color:red;">Kindle Rating: 4+</span><</if>>
<span style="color:red;">Go to Sleep on Friday</span><<ctp "SarahGames">>
<img src="img/Sarah/Sarah Videogames.jpg">
You enter the living room and watch Sarah as she plays her favorite game. You hide the new controller behind your back.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Come on... COME ON!@@
Seems like she's struggling.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
This goddamn fucking controller!@@
She starts clicking the buttons very hard.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Urg! Now it's not even working!@@
Eventually she gets up and stomps her foot.
//''I guess this is the best time to show up...''//
@@.you;
Hey Sarah.@@
@@.emote;
Sarah jumps@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
AH! FUCK! Didn't I already tell you not to sneak in like that?!@@
You shrug.
@@.you;
I didn't sneak up on you, you were just too focused on cursing your controller.@@
@@.emote;
Sarah becomes slightly embarrassed@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well! This piece of trash isn't working properly! It made me lose 3 games in a row!@@
@@.you;
Then why don't you just buy a new one?@@
@@.emote;
Sarah starts to become angry, but then sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I just don't have the money to buy a new one right now...@@
@@.you;
Hm... I see...@@
//''Yep, it's now or never!''//
<<linkreplace "Give her the gift">><<scrollTop>><<ctpAdvance "SarahGames">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Controller.jpg">
You present the controller to her and give her a smile.
@@.you;
Here!@@
@@.emote;
Sarah becomes stiff@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You... You bought me a controller?@@
@@.you;
Yep!@@
You watch as Sarah slowly extends her hand towards the controller, but at the last moment she pulls back.
@@.emote;
Sarah frowns at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Why did you buy me a controller? What do you want from me?@@
//''Seems like she doesn't trust me... I wonder why?''//
@@.you;
Quite simple really. I've been practicing lately and, once I kick your ass, I don't want you to give me the excuse that the controller wasn't working.@@
@@.emote;
Sarah is surprised@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Did... Did you really buy a controller just for that reason?@@
@@.you;
Of course! And hey, if you don't believe me, you can just pay me back by playing with me. I always have fun playing videogames with you.@@
@@.emote;
Sarah becomes embarrassed@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I... I don't believe you...@@
You shrug.
@@.you;
Well, you can always choose to refuse. I'm not going to force it on you, but I am giving it to you in good will.@@
As you are about to pull your hand back, Sarah immediately stops you by taking the controller.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well... I guess if you really just want to get your ass kicked by me for it, then I don't mind!@@
@@.emote;
Sarah smiles and turns around@@
//''Wow... I didn't even know she could smile!''//
As you are about to grab the second controller and sit next to her, she turns around and hugs you. You freeze in surprise.
@@.you;
Wha?!@@
The hug only lasts for a couple of seconds.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
There! A reward for getting me this item! But don't expect more than that!@@
You watch as Sarah, once again, turns around and sits on the floor.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What are you waiting for $player.name? Come here! Didn't you want to get your ass kicked?@@
//''Sigh... Well, I guess it's better than her calling me names...''//
As you sit next to her and pick up the second controller, you can see that her cheeks are slightly red.
//''Hey, this was more effective than I thought!''//
@@.love;
Sarah now likes you@@
@@.love;
Sarah loves you a little more@@
[[Play games for a couple of hours and go to sleep|Sleep][$os.lovelevel += 1;$os.love += 1]]
<</ctp>>
<<set $vgcontroller to false>><img src="img/Other/Waking Up.jpg">
As you are waking up, you hear the doorbell.
@@.you;
Urgh... Who the hell rings a doorbell at this hour in the morning?@@
You lethargically get up and make your way towards the door. As you open it, there's no one there.
@@.you;
Are you fucking kidding me? A prank?!@@
You look around and then you look down, only to spot a package.
@@.you;
Holy shit! They did say that they would deliver it today, but I didn't think it would be at the crack of dawn!@@
You bend down and pick it up.
@@.you;
Eh... I guess it's better early than never. Now I just need to surprise Sarah with it! If I'm not mistaken, she plays on tuesdays and thurdays at midnight...@@
<<if $player.charm is 10>>
//''I should make sure to give it to her as soon as possible...''//
<<else>>
//''I think I need to get better at interacting with people, before I give it to her...''//
<</if>>
You close the door and go back in inside.
[[Controller Get!|House]]
<<set $vgcontroller to true>>
<<set $VGCBuy to false>><<ctp "RunLinda">>
<img src="img/Linda/Linda Run 2.jpg">
Having finished class, you put on your exercise clothes and go out to meet Linda. Once you arrive, you see Linda waiting for you.
@@.emote;
Linda smiles at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I knew you would come! You didn't strike me like the type of man that would remain a loser!@@
//''Loser?!''//
You give her a fierce smile.
@@.you;
Today it will be you that will be eating my dust!@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I like your confidence, $player.name! But you won't be able to beat me!@@
@@.you;
Oh? Is that so? Then is the deal still on? I win and you show me something that you are proud of.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Of course! If you beat me, that is!@@
@@.you;
Then you are on!@@
Both of you stand next to each other.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Then, again, whoever does a lap around the hill, wins.@@
//''I won't lose this time!''//
Both of you prepare to start.
<<linkreplace "3... 2... 1... GO!">><<scrollTop>><<ctpAdvance "RunLinda">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Running.jpg">
Both of you start running and you are easily able to keep up with her.
//''I'm in perfect shape this time!''//
@@.emote;
Linda is surprised@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I see you got better!@@
@@.you;
Didn't I tell you that you would eat my dust?!@@
You begin to pick up pace, but Linda is able to keep up somehow.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Don't get too cocky before you win, $player.name!@@
While you may be faster and have more stamina than her, she's a much better runner. You are having a hard time moving on the uneven hill.
//''Shit... Can't lose!''//
Your breath starts to get heavy and fatigue starts to set in.
//''How is she still fine?!''//
Unlike you, Linda seems to be fine. This is mostly because she knows how to breathe correctly and how to move her body in an optimal way.
@@.emote;
Linda taunts you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Getting tired already, $player.name?!@@
@@.you;
In your dreams!@@
You can almost see the finish point, so you decide to go all in.
//''Here goes nothing!''//
You slowly start to open a distance from her.
@@.emote;
Linda becomes surprised@@
Linda tries to catch up to you, but she's not able to keep up with your last spurt of energy. You arrive at the end point, with Linda a couple of seconds behind. You are breathing very hard.
@@.you;
Told you... I would... Win...@@
You plop on the floor and look at Linda. While she's breathing hard, it's nowhere near the same amount as you.
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You caught me by surprise, speeding up like that!@@
You smile at her.
@@.you;
You aren't going to be a sore loser and say that it didn't count, are you?@@
@@.emote;
Linda scoffs at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Of course not! A deal is a deal!@@
<<linkreplace "Receive the reward">><<scrollTop>><<ctpAdvance "RunLinda">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Run 3.jpg">
You immediately freeze, as she pulls down her sport blouse.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Here you go! Take a look at my twins!@@
//''Holy shit! They look perfect!''//
After a couple of seconds, Linda fixes her blouse.
@@.you;
Ah!@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And that's all you will get from me! Did you enjoy it?@@
Not having much to say, you just nod your head. Linda then gets close to you and slaps your back.
//''Ouch!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I like you, $player.name! I admire your spirit! Maybe one day we can go out for a drink!@@
//''Going out with Linda?! Awesome!''//
@@.you;
Hey, I would love to have a drink with you also.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
But say, shouldn't you be going back? Don't you have to take your $ys.rel back home?@@
@@.you;
Uh? Oh, shit! I almost forgot!@@
You immediately get up and start making your way back to school.
@@.emote;
Linda waves at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
See you next Monday, $player.name!@@
@@.love;
Linda now likes you@@
@@.love;
Linda loves you a little more@@
[[Rush back to school|School][$teacher.lovelevel += 1;$teacher.love += 1;$time.passTime(1)]]
<</ctp>>
<<set $teacherlovequest1 to false>><<ctp "ChallengeRachel">>
<img src="img/Rachel/Rachel Another Classroom Event 2.jpg">
After class finishes, all of your classmates immediately leave the classroom, leaving only you and Rachel, who was busy sorting out her notes. As she's about to leave, you call out her name.
@@.you;
Hey, Rachel.@@
@@.emote;
Rachel turns of head around@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes?@@
@@.you;
Are you in a hurry to leave?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Well... Not really. I should have about an hour before I have to go home. Why?@@
You smile and her and take out a box from your backpack.
@@.you;
Then I challenge you to a duel!@@
@@.emote;
Rachel becomes confused@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A duel?@@
@@.you;
Yes! Not just any kind of duel, but a duel of the minds!@@
<<linkreplace "Show her the box">><<scrollTop>><<ctpAdvance "ChallengeRachel">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/7 Wonders Duel.jpg">
You gave a lot of thought on what game you could duel her in. You've never much liked chess and any TCG was out of the question, so you decided on a game you used to play when you were a kid.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
7 WONDERS?! I've always wanted to play that game! <span style="font-size:70%">Just never had enough friends to play it with...</span>@@
@@.you;
What was that?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing! But can we even play it with two? Doesn't it need at least three players?@@
@@.you;
Well, the original version did. But this one is the Duel version! This will work perfectly with two players! So, are you up for it?@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes, please! Please explain me the rules!@@
@@.you;
Okay, unlike the original 7 Wonders version, in this one you-@@
<<linkreplace "Finish explaining the rules and start playing">><<scrollTop>><<ctpAdvance "ChallengeRachel">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/7 Wonders Duel Play.jpg">
After teaching her how to play, you both immediately start the game.
//''Looking at the face up cards and wonders... I should go for a military victory!''//
You decide to focus as much as possible on gathering military cards and getting ready to build military wonders, like The Colossus. Meanwhile, it seems that Rachel is trying to achieve a scientific victory.
//''I have to hamper her...''//
After you finish the first round, you notice that you have pushed your military victory three spots, while Rachel is still stuck with only two science cards, but a quite a few resources.
//''This is going to be easier than I thought...''//
The game proceeds almost like you thought it would, with only two more military points until you win. Except that on the final round, Rachel pulls out a surprise.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I will pay 6 gold, plus my resources, and buy Circus Maximus!@@
You weren't paying attention to her resources and you failed to see that she could build it.
//''Shit! But I can still... Wait a minute...''//
You count the amount of points that Rachel has.
//''No! She's not going for the scientific victory! She's going for points!''//
You fell into her trap, focusing too hard on hampering her victory, which caused you to delay your own, allowing her to get ahead of you in points.
Right now you can build The Colossus, but that would mean that you are still one military point shy from winning.
//''There are no more military cards that can be seen! And there's no way I can beat her in points! Please RNGesus! Help me!''//
You start praying as Rachel buys another card, which will in turn reveal another two cards...
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
NO! That's not fair!@@
//''Siege Workshop! Yes! I win!''//
@@.you;
And I buy the Siege Workshop! Pushing the Military another two points! It's my victory!@@
<<linkreplace "To victory!">><<scrollTop>><<ctpAdvance "ChallengeRachel">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Another Classroom Event 1.jpg">
You start to put the stuff back into the box.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Here, let me help you!@@
As Rachel helps you, you decide to make some small talk.
@@.you;
That was fun, wasn't it?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! Although I wasn't a big fan of losing because of luck...@@
You can't help but laugh at that.
@@.you;
Hey! Luck is also part of the game!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But still!@@
As you are almost finishing putting everything back into the box, Rachel becomes very quiet.
@@.you;
Rachel?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
$player.name... Do you... Do you think that we could play again some other time? it doesn't have to be next week! It can be anytime!@@
//''Seems like she really liked the game''//
@@.you;
Of course. We can play any time you want, just give me the heads up and I will bring it.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?!@@
@@.you;
Yes, that's what friends do.@@
@@.emote;
Rachel becomes surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Friends? We are friends?@@
@@.you;
Well, I would like to think so. Do you not want to be my friend?@@
@@.emote;
Rachel panics@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
NO! ... I MEAN YES! Yes! We are friends!@@
You chuckle.
@@.you;
Then it's fine, that's what friends do.@@
As you look at Rachel, you can see a bright smile on her face.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Then I will see you next week, friend! And I will definitely win next time!@@
You laugh at that.
@@.you;
We will see about that!@@
You watch as Rachel skips her way out the door.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
<span style="font-size:70%">Yes! I've made a friend!</span>@@
@@.love;
Rachel now likes you@@
@@.love;
Rachel loves you a little more@@
[[Finish packing up|School][$student.lovelevel += 1;$student.love += 1;$time.passTime(1)]]
<</ctp>>
<<set $studentlovequest1 to false>><img src="img/Rachel/Rachel with Friend Event 2.jpg">
You enter Accogliente and spot Rachel and Rebeca. You decide to greet them.
@@.you;
Hey Rachel. Hey Rebeca.@@
<<if not $RachelFriend2>>
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh! Hey $player.name! We were just talking about you!@@
@@.emote;
Rachel becomes embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Rebeca! It's embarrassing!@@
//''They were?''//
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What's there to be embarrassed? Weren't you all happy saying how you've made a new friend?@@
You watch as Rachel's face becomes even redder. You give them a big smile.
@@.you;
Is that so? Well, I'm happy too.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
See? No problem!@@
@@.emote;
Rebeca takes your arm@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I'm your friend too, right?@@
//''She's still very straightforward''//
@@.you;
Of course, I would love to be your friend.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Great! Then how about you and I g-@@
@@.emote;
Rachel pulls Rebeca off of you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Rebeca! You can't cling on him like that!@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Aww... How cute, she's made a new friend and is already jealous!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Wha-?!@@
You can swear that you can see steam coming out of her head. Any more and her head might explode.
@@.you;
Okay, okay. How about we have lunch and leave the teasing for later?@@
<<set $RachelFriend2 to true>>
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Fine...@@
<<else>>
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh, hey $player.name!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hi $player.name!@@
You sit down on the sofa with them and order lunch.
<</if>>
[[Have lunch with them|School][$time.passTime(1)]]<img src="img/Other/Room Door Slightly Open.jpg">
It seems like Sarah is sleeping and her bedroom door is slightly open.
//''She's sleeping right now... I shouldn't bother her this early in the morning...''//
[[Leave|House]]<img src="img/Other/Room Door Slightly Open.jpg">
It seems like Anna is sleeping and her bedroom door is slightly open.
//''She's sleeping right now... I shouldn't bother her this early in the morning...''//
[[Leave|House]]<<if $ys.corruptionlevel gte 2>>
<<ctp "AnnaMasturbate">>
<img src="img/Other/Room Door Slightly Open.jpg">
As you are walking down the hall, you notice that the door to your $ys.rel's room is slightly open.
As you get closer, you start to hear moaning.
//''I wonder what's happening in there...''//
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "AnnaMasturbate">><</linkreplace>>
[[Don't take a look|House]]
<<ctpNext clear>>
<video src="img/Anna/Anna Masturbates 1.mp4" autoplay loop/>
As you open the door a bit more, you can clearly see your $ys.rel masturbating.
//''Whoa... Seems like I got here just in time for the show!''//
<<linkreplace "Keep watching">><<scrollTop>><<ctpAdvance "AnnaMasturbate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Masturbates 2.mp4" autoplay loop/>
You can't help but keep watching.
//''It seems like she's still quite vanilla in her masturbation...''//
@@.emote;
Anna moans softly@@
As Anna keeps touching her pussy over her panties, she slowly becomes frustrated.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Panties are getting in the way...@@
<<linkreplace "Keep watching">><<scrollTop>><<ctpAdvance "AnnaMasturbate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Masturbates 3.mp4" autoplay loop/>
You watch as Anna removes her panties.
//''Nice!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Lilith said this would make it feel better...@@
<<linkreplace "Keep watching">><<scrollTop>><<ctpAdvance "AnnaMasturbate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Masturbates 4.mp4" autoplay loop/>
You watch as Anna starts to massage her naked pussy.
@@.emote;
Anna moans a bit louder@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hm... Much better...@@
As Anna starts to feel pleasure, her hand starts to move faster.
<<linkreplace "Keep watching">><<scrollTop>><<ctpAdvance "AnnaMasturbate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Masturbates 5.mp4" autoplay loop/>
You watch as Anna starts rapidly move her hand.
@@.emote;
Anna moans loudly@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Y-Yes! Touch me, $player.ys!@@
//''Me?!''//
You are tempted to walk in, but you hold yourself back.
//''Now's not the time...''//
As Anna gets closer to her climax, her hands move even faster.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-I'm cumming! I'm cumming, $player.ys!@@
As she cums, her body starts to spasm. Unable to hold herself up any longer, she falls down on her bed, exhausted.
//''That was a nice show!''//
You decide to leave her alone.
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<<elseif $ys.corruption lte 9>>
<img src="img/Other/Locked Door.jpg">
It's locked.
//''I wonder why Anna locked her door...''//
[[Leave|House]]
<<else>>
<<ctp "AnnaMasturbate">>
<img src="img/Other/Room Door Slightly Open.jpg">
As you are walking down the hall, you notice that the door to your $ys.rel's room is slightly open.
As you get closer, you start to hear moaning.
//''I wonder what's happening in there...''//
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "AnnaMasturbate">><</linkreplace>>
[[Don't take a look|House]]
<<ctpNext clear>>
<video src="img/Anna/Anna Masturbates 1.mp4" autoplay loop/>
As you open the door a bit more, you can clearly see your $ys.rel masturbating.
//''Holy... I didn't know Anna masturbated!''//
You can't help but imagine your $ys.rel being so pure that she didn't even know how to touch herself.
//''Then again... Everyone masturbates...''//
<<linkreplace "Keep watching">><<scrollTop>><<ctpAdvance "AnnaMasturbate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Masturbates 2.mp4" autoplay loop/>
You can't help but keep watching.
//''Wow... I wonder if she needs an extra hand...''//
You shake your head, not believing what just went through your mind.
//''I shouldn't be thinking of my $ys.rel like that...''//
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<</if>><<ctp "KellyCorruptionQuest1">>
<img src="img/Kelly/Kelly Livingroom Massage 1.jpg">
After getting out of the shower, you decide to enter the living room. There you see your $m.rel with a bottle of oil in her hands.
@@.you;
Hi $m.rel, what are you doing?@@
@@.emote;
Kelly is surprised to see you with only a towel@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, hi honey. I was just massaging my feet.@@
Seems like your $m.rel knows how to give massages. Maybe you could convince her to give you one.
//''But if she gives me a massage, it will inevitably corrupt her... Do I really want to do that?''//
<span style="color:gold;">You are about to corrupt one of the main characters. Once you corrupt her, your actions will now slowly increase this corruption until the breaking point. Once you have chosen to corrupt her, there is no turning back.</span>
<<linkreplace "Corrupt her">><<scrollTop>><<ctpAdvance "KellyCorruptionQuest1">><</linkreplace>>
[[Don't corrupt her and leave|House][$time.passTime(1)]]
<<ctpNext clear>>
<img src="img/Other/Shoulder Pain.jpg">
You decide you want that shoulder massage.
@@.you;
Hey, $m.rel... My shoulder has been very stiff lately... I think it's from swimming a lot... Do you think you can help me with it?@@
@@.emote;
Kelly looks up at you and smiles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I can see that! Seems like you are getting very fit... That's great! The healthier you are, the happier I am! And of course I can help you!@@
@@.emote;
Kelly taps the sofa@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Here, lay down on the sofa, I will get that stiffness right out of your shoulder.@@
@@.you;
Nice! Thanks, $m.rel! I will just go to my bedroom real quick and put on some clothes!@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
There's no need to do that $player.name! Come, just lay down.@@
@@.you;
Is it really fine? I'm basically naked here...@@
@@.emote;
Kelly laughs even harder and taps the sofa@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You don't have anything I haven't seen already. Come, lay down.@@
//''Well, guess I will just have to do it like this...''//
<<linkreplace "Lay down">><<scrollTop>><<ctpAdvance "KellyCorruptionQuest1">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Livingroom Massage 2.jpg">
As you lay down on your stomach, you can feel a weight on your ass.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
There! Now I have a cushion to sit on, while I take care of your back.@@
@@.you;
Could you not call my ass a cushion...@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I guess you are right... It's a bit too hard to be a cushion!@@
You can't understand why, but you become embarrassed.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Okay, let's get this stiffness out of your back@@
<<linkreplace "Receive the massage">><<scrollTop>><<ctpAdvance "KellyCorruptionQuest1">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 3.mp4" autoplay loop/>
You lay there as Kelly starts to pour some oil on her hands and spread it on your back.
@@.you;
Ah!@@
//''COLD!''//
Once the cold liquid hits your back, you can't help but yelp.
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's a bit cold, but it will warm up once I start.@@
Just like she said, once she started rubbing the lotion, it became pleasant. You could clearly feel your body heating up.
//''Wait... Is that the lotion or the corruption?''//
<<linkreplace "Keep being massaged">><<scrollTop>><<ctpAdvance "KellyCorruptionQuest1">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 4.mp4" autoplay loop/>
You can't help but moan a bit, as she slowly removes the stiffness.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Does it feel good?@@
@@.you;
Very...@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Great! So the $50 that I spent on massage classes weren't a waste after all!@@
@@.you;
You can say that again...@@
After a while, you can no longer think straight and only the bliss from the massage stays on your mind.
<<linkreplace "Bliss">><<scrollTop>><<ctpAdvance "KellyCorruptionQuest1">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Towel Bulge.jpg">
As you are laying there, you feel a weight getting off of you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
And... There! Done. How does your back feel?@@
Her talking to you snaps you out of it. Since Kelly got off your back, you immediately get up and move your shoulders.
@@.you;
Amazing! It doesn't feel hard at all!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Seems like something else become hard instead...@@
@@.you;
What?@@
You look down at your crotch, only now noticing that it's hard.
//''Oh! Fuck!''//
@@.you;
Sorry $m.rel! I didn't mean to!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's alright, honey... It's perfectly normal for a young man like yourself to have an erection every now and then. Just make sure not to let Anna see it, okay?@@
You feel ashamed and cover your erection, but you can't help but notice that your $m.rel's stare lingers on your bulge for a bit longer than it should have... You also notice as slight flush on her face.
@@.you;
I'll be going back to my bedroom then.@@
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
If you ever need another massage, you can talk to me, okay?@@
@@.you;
Okay, thanks $m.rel!@@
You decide to quickly retreat to your bedroom, to take care of business.
//''That felt great! Maybe I should learn how to give a massage? That way I could pay it back to her... I would also need to get my own lotion...''//
@@.corruption;
You've become more corrupted@@
@@.corruption;
Kelly is now permanently corrupted@@
@@.corruption;
Kelly becomes massively more corrupted@@
[[Go back to your bedroom|Start][$player.corruption += 1;$m.corruption += 4;$time.passTime(1)]]
<</ctp>>
<<set $kellycorruption to true>>
<<set $kellycorruptionquest1 to true>>
<<set $lotionbuy = 1>><<ctp "AnnaCorruption1">>
<img src="img/Anna/Anna Yard Photos 4.jpg">
You decide that you will corrupt her.
//''Who knows, maybe if she's less pure, she won't be so easy to take advantage of...''//
You try to rationalize your decision... But you know why you are actually doing this.
@@.you;
Hey, Anna. I don't think I'm very good at this...@@
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Why do you say that?@@
@@.you;
I don't know... I just feel like the images don't come out right... It's like I don't know how to hold the camera correctly...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, that! Well, I did learn a few techniques in my photography class!@@
@@.you;
Really?! Could you show them to me?@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course! Here! Hold up the camera like you were going to take a picture!@@
You raise the camera in a clumsy manner, even putting your finger on the lens.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hm... It seems like your form is worse than what it was... But no matter! I can fix it!@@
@@.emote;
Anna moves behind you and puts her hands over yours@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
First you gotta remove your finger off of the lens...@@
She slowly takes your finger off of the lens and puts it on the proper position.
@@.you;
Okay... Now what?@@
@@.emote;
Anna moves her hands to your elbows@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Now you have to keep your elbows together, against your chest.@@
While she is slowly guiding your elbows to the right position, you start to feel your body heating up.
//''Seems like it's working, even if she's the one touching me...''//
@@.you;
Got it... Now what?@@
@@.emote;
Anna puts her hands on yours again@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
The lenses are heavy... So you want to make sure it's stable...@@
She slowly takes your left hand, that was on the side, and puts it under the lens.
@@.you;
Hm... This does feel a lot more comfortable...@@
@@.emote;
Anna chuckles and puts her hand on your head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Your posture is too rigid, you need to slightly lean forward, that way the camera can always remain motionless...@@
While she's slowly starting to move your head a bit forward, you can hear that she's breathing harder now.
//''Seems like it's starting to affect her also... She should be willing to take more provocative photos now...''//
@@.you;
I think I got it! Let me get a few more pictures of you, so I can get used to this position!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh? Okay!@@
You watch as Anna gets back to her position, her face clearly flushed.
@@.you;
Actually... I've got an idea! We already have a few pictures that emphasizes your cuteness, so how about we get a few that emphasizes your sexiness?@@
@@.emote;
Anna becomes confused@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
My sexiness? And how would I do that?@@
@@.you;
Easy! You are already pretty, so all we have to do is take pictures like you are a movie star!@@
@@.emote;
Anna becomes excited@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
A movie star?! Yes! Let's do that!@@
You can't help but chuckle at her excitement.
@@.you;
Okay, so here's what we are going to do. Turn your back to me and let your straps fall down. That way your back will be more exposed, thus, sexier.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hm... Okay...@@
You get the camera ready as Anna turns around and slowly lets her straps down.
<<linkreplace "Take sexy pictures">><<scrollTop>><<ctpAdvance "AnnaCorruption1">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 5.jpg">
You start to take photos again.
@@.emote;
Anna becomes embarrassed@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
So... How does it look?@@
You give her a thumbs up.
@@.you;
Very sexy! It's like you are a Hollywood star!@@
@@.emote;
Anna becomes excited@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?!@@
//''I'm impressed at how easy it is... She will definitely be an easy target for scammers... I have to do this for her!''//
@@.you;
Yes! Now, let's change the pose a bit... How about you sit on the table and put both hands on your knees, that way it will emphasize your chest!@@
//''Or lack of...''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
You watch as she slowly sits on the table and gets into her pose.
<<linkreplace "Take sexier pictures">><<scrollTop>><<ctpAdvance "AnnaCorruption1">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 6.jpg">
After she sits down, you start taking more pictures.
@@.you;
Very good!@@
//''Is it just me or are the straps slowly falling lower?''//
@@.you;
You are like a Marilyn Monroe!@@
@@.emote;
Anna starts chuckling@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I am, aren't I?@@
@@.you;
Okay! Now how about you climb on the sofa? Then look in a sexy manner at the camera!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
You watch as she carefully gets on the sofa and positions herself.
<<linkreplace "Take even sexier pictures">><<scrollTop>><<ctpAdvance "AnnaCorruption1">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 7.jpg">
After she gets in position, you start taking more pictures.
@@.you;
Excellent!@@
//''Her straps are getting lower! It seems like she hasn't noticed... Should I tell her?''//
@@.emote;
Anna laughs to herself@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I'm a sexy Hollywood actress!@@
@@.you;
You sure are!@@
//''She's too pure... I should warn her!''//
<<linkreplace "Warn her">><<scrollTop>><<ctpAdvance "AnnaCorruption1">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 8.jpg">
As you open your mouth to warn her, the inevitable happens.
@@.you;
Ah!@@
You let out a surprised shout.
@@.emote;
Anna becomes confused and looks down@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Uh? Ah!@@
@@.emote;
Anna covers her breast with her arm and glares at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You saw it, didn't you?!@@
You can't help but scratch your head.
@@.you;
Sorry Anna... I was about to tell you that your strap was falling... But hey! You do have cute breasts!@@
You can see tears starting to swell up in her eyes.
@@.emote;
Anna gets up and runs back into the house@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Noooooooo! My $player.ys is a pervert!@@
You just stand there and watch, as she rushes inside.
//''Sigh...''//
@@.you;
Well... That could have gone better... But she does have cute breasts... Even though they are small...@@
You start to delete all of the sexy photos.
@@.you;
I don't want her classmates seeing this... I should probably buy a camera, that way I can keep all of the pictures! I can get one online.@@
@@.corruption;
You've become more corrupted@@
@@.corruption;
Anna is now permanently corrupted@@
@@.corruption;
Anna becomes massively more corrupted@@
[[Go back inside and apologize to Anna|House][$player.corruption += 1;$ys.corruption += 4;$time.passTime(1)]]
<</ctp>>
<<set $annacorruption to true>>
<<set $annacorruptionquest1 to true>>
<<set $camerabuy = 1>><img src="img/Other/Camera.jpg">
You look for the best camera you can afford and end up buying a Pravitas D750 FX.
@@.you;
Jesus... Why are cameras so goddamn expensive?@@
While $100 may not be much for some, it sure is for you.
@@.you;
Oh well... I will just think of this as an investment for the future!@@
[[Buy the Camera|House]]
<<set $camerabuy = 0>>
<<set $CameraBuy to true>><img src="img/Other/Waking Up.jpg">
As you are waking up, you hear the doorbell.
@@.you;
Urgh... Who the hell rings a doorbell at this hour in the morning?@@
You lethargically get up and make your way towards the door. As you open it, there's no one there.
@@.you;
Are you fucking kidding me? A prank?!@@
You look around and then you look down, only to spot a package.
@@.you;
Holy shit! They did say that they would deliver it today, but I didn't think it would be at the crack of dawn!@@
You bend down and pick it up.
@@.you;
Great! Now I can take pictures!@@
You start making a creepy laughter.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Are you just going to stand there laughing like that all day?@@
Your $os.rel sneaking up on you like that causes you to swallow air and start coughing. You take your package and rush back to your room.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Weirdo...@@
[[Camera Get!|House]]
<<set $Camera to true>>
<<set $CameraBuy to false>><<ctp "AnnaPhotosCorruption">>
<img src="img/Anna/Anna Photos 1.jpg">
As you go out to the yard, you spot Anna walking around.
//''We are all alone... This would be a good opportunity to take some better pictures!''//
You decide that you want to try and get Anna to take more provocative pictures.
//''But she's still too pure... Maybe if I give her a little push...''//
Corrupting her again seems like the only way to break her out of her shell.
//''How am I going to do this? Hm...''//
You go back inside and get a brush, then you go back outside.
@@.you;
Hey, Anna!@@
@@.emote;
Anna turns around and smiles you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh? Hey, $player.name!@@
@@.you;
How about we take some pictures?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sure! I love taking pictures!@@
@@.you;
Ah, but before we start, I want to make sure your hair is perfect. Do you mind if I brush it?@@
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You want to brush my hair? Hm... I guess.@@
You prepare a chair and Anna sits down on it. You start brushing her hair, making sure to keep a hand on her head.
@@.you;
No matter how I look at it, you really do have beautiful hair...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hehe... I always make sure to take care of it! You wouldn't believe how much I have to spend on products for it to look like this!@@
@@.you;
Hm... But it sure is worth it. Even though I'm brushing it, it's like I'm passing the brush through silk strands...@@
@@.emote;
Anna blushes@@
You start feeling your body heating up, sign that the corruption is starting to work.
@@.you;
So, how does it feel?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
How does what feel?@@
@@.you;
Having your hair brushed.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, it feels nice!@@
@@.you;
Is that so?@@
You start petting her head while you brush her hair.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hm... That feels better...@@
You can start to see her skin flushing and her breath getting more ragged, clear signs that the corruption worked on her.
//''Time for the push!''//
@@.you;
And... Done! Now let's take those pictures!@@
@@.emote;
Anna becomes disappointed@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Done? Already? Aw...@@
You can't help but chuckle.
@@.you;
Don't worry, if you want me to brush your hair, I can always do it.@@
@@.emote;
Anna becomes excited@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?! Then I will take you up on that offer!@@
You watch as Anna gets up and poses.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Now let's start the photography session!@@
<<linkreplace "Start taking pictures">><<scrollTop>><<ctpAdvance "AnnaPhotosCorruption">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 2.jpg">
You start to take pictures of Anna.
@@.you;
Very good, Anna!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
How do I look?@@
@@.you;
Beautiful as always!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hehe...@@
//''Let's see if this works''//
@@.you;
Anna, now slightly raise your blouse, to get a better view of your midriff!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
<<linkreplace "Take sexy pictures">><<scrollTop>><<ctpAdvance "AnnaPhotosCorruption">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 3.jpg">
//''It actually worked!''//
You take even more pictures of her exposed tummy.
@@.you;
Very good, you have a nice looking tummy!@@
@@.emote;
Anna laughs@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What does that even mean?@@
@@.you;
Okay, now turn around and raise your hip a little bit, let's get a better look of your back side!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Got it!@@
<<linkreplace "Take sexy pictures">><<scrollTop>><<ctpAdvance "AnnaPhotosCorruption">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 4.jpg">
//''Wow...''//
You make sure to focus on her ass for a few pictures.
@@.you;
Now that's what I'm talking about. Cute and Sexy!@@
@@.emote;
Anna hums@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Are the pictures looking good?@@
@@.you;
Good? They are looking great! Hell, I could probably sell these to a magazine!@@
@@.emote;
Anna's face flushes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! No selling pictures of me!@@
You can't help but laugh.
@@.you;
I'm just joking! But it is true that they are just that good.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hehe... Well, I am beautiful!@@
//''Still just as easy...''//
@@.you;
Okay, let's get one last set. Turn around and raise your blouse a bit higher this time.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
<<linkreplace "Take sexy pictures">><<scrollTop>><<ctpAdvance "AnnaPhotosCorruption">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 5.jpg">
As you are about to take another picture, Anna turns around and raises her blouse much higher than you expected.
//''Holy...''//
Seeing you freeze, Anna snaps out of it and realizes something important. She immediately lowers her blouse, crouches and covers her face.
@@.emote;
Anna becomes very embarrassed@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Nooooo! I forgot that I wasn't wearing a bra!@@
//''This corruption is stronger than I expected...''//
@@.you;
Hey, there's no need to be embarrassed. Like I said! You have beautiful breasts! Also, there are a lot of actresses that show their breasts during photos. It's art!@@
@@.emote;
Anna shyly looks up at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?@@
@@.you;
Really! I bet you would have millions of fans if they ever saw you like that!@@
@@.emote;
Anna gets up and smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course! It's art, after all! Nothing to be ashamed of!@@
@@.you;
Exactly! So, how about we take a few more pictures of you like that?@@
@@.emote;
Anna's face becomes red and she runs back into the house@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Noooooo! $player.name is a pervert!@@
You can't help but laugh at this scene repeating.
//''Oh well, I shouldn't really force her to do anything...''//
@@.corruption;
You've become more corrupted@@
@@.corruption;
Anna feels more depraved@@
@@.corruption;
Anna becomes more corrupted@@
[[Go back inside and store the photos|House][$player.corruption += 1;$ys.corruption += 1;$time.passTime(1);$ys.corruptionlevel += 1]]
<</ctp>><<ctp "PhotosWithAnna">>
<img src="img/Anna/Anna Yard Photos 5.jpg">
You start taking photos as Anna turns around and lowers her straps.
@@.you;
Good! You are looking great! And sexy! Now turn around and sit, let's get a few pictures from the front!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
<<linkreplace "Take more sexy pictures">><<scrollTop>><<ctpAdvance "PhotosWithAnna">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 6.jpg">
You take more photos as she sits down and puts both of her hands on her knees.
@@.you;
Look at that! The camera loves you!!@@
@@.emote;
Anna chuckles@@
@@.you;
Okay, last one! Climb on the sofa! Let's get a good pose!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
On it!@@
<<linkreplace "Take more sexy pictures">><<scrollTop>><<ctpAdvance "PhotosWithAnna">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 7.jpg">
As you are about to take more photos, you notice the strap is starting to fall again.
//''Shit! I have to warn her this time!''//
@@.you;
Anna! Your straps are going to fall!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Uh? Oh!@@
@@.emote;
Anna fixes her straps and becomes embarrassed@@
You give her a charming smile.
@@.you;
It's okay, how about we stop here for now?@@
@@.emote;
Anna nods her head, her face still red.@@
//''Gotta pick up her mood...''//
@@.you;
But I got to say, you look even better than most of these Hollywood actresses!@@
@@.emote;
Anna perks up@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?!@@
@@.you;
Of course! I will bet that directors would be fighting each other to be able cast you!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hehe...@@
//''Saved!''//
@@.love;
Anna loves you a little more@@
@@.corruption;
Anna is a little more corrupted@@
[[Wrap it up|House][$time.passTime(1);$ys.corruption += 1;$ys.love += 1]]
<</ctp>><img src="img/Other/Massage Lotion.jpg">
You look through reviews on massage lotions and end up choosing the French Rose Massage Lotion.
@@.you;
According to these reviews, it will bring certain pleasure to those that are massaged with it... Well, seems like there are a lot of positive reviews, may as well...@@
[[Buy Lotion|House]]
<<set $lotionbuy = 0>>
<<set $LotionBuy to true>><img src="img/Other/Waking Up.jpg">
As you are waking up, you hear the doorbell.
@@.you;
Urgh... Who the hell rings a doorbell at this hour in the morning?@@
You lethargically get up and make your way towards the door. As you open it, there's no one there.
@@.you;
Are you fucking kidding me? A prank?!@@
You look around and then you look down, only to spot a package.
@@.you;
Holy shit! They did say that they would deliver it today, but I didn't think it would be at the crack of dawn!@@
You bend down and pick it up.
@@.you;
Oh! It's the Lotion I got! Nice!@@
You open the box and look at it.
@@.you;
Even though I have the Lotion, it's not like it will massage on its own... I have to learn how to massage first.@@
//''Where can I learn how to give massages... That's the question...''//
@@.you;
I should go back to my bedroom and research that...@@
[[Lotion Get!|Massage Research]]
<<set $Lotion to true>>
<<set $LotionBuy to false>><img src="img/Other/Jessica Massage.jpg">
Once you enter your bedroom, you immediately begin to research.
@@.you;
Let's see...@@
You scroll down ads. After a while, one catches your eyes.
@@.you;
Jessica Massages? Let's see... Learn how to massage a woman in a single day... Only $50?@@
//''Can you really learn how to massage someone in a single day?''//
@@.you;
Open only on Saturdays and Sundays... Classes start at Noon and end at Night... First hand practice... Results guaranteed or money returned...@@
//''I mean... What's the worst that can happen?''//
You decide to go with it.
@@.you;
Okay, so I have to get at least $50 and be ready to leave either on a Saturday or a Sunday... And it has to be at Noon...@@
[[Close the Ad|Start]]
<<set $massagelearn = 1>><<ctp "LearnMassage">>
<img src="img/Other/Calling Jessica.jpg">
You decide to give Jessica a call.
@@.data;
Calling... Calling... Calling...@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Hello, this is Jessica speaking.@@
@@.you;
Hey Jessica, my name is $player.name. I've read your ad and I'm interested in learning how to give massages.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Oh! Excellent! You can come to my house. I have a proper room, where I will teach you how to massage a woman!@@
@@.you;
And your ad said that there would be a practical lesson?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Yes! I will teach you everything you need to know, then you will be able to practice it on me. I will tell you how well you are doing and what you have to do to adjust it.@@
@@.you;
I see... Makes sense... Understood. So, what's the address?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
The address is ...@@
You write down the address and get ready to go.
<<linkreplace "Learn how to massage">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jessica Intro.jpg">
As you arrive, you spot a woman in front of the door.
//''Must be Jessica...''//
You get out of the car and go to greet her.
@@.you;
Jessica, right?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Oh, hi! You must be $player.name! Are you ready to learn how to massage?@@
@@.you;
Hey, that's what I'm here for!@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Excellent! Come inside! We will spend the next few hours going through the basics and hand motions. Once were are done with that, you will be able to test your skills on me.@@
@@.you;
Good. Does everyone learn how to give a good massage in a day?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Well... Some people are better than others, but it's just a question of practice. Once you learn the basics, you will be able to improve on your own.@@
//''Uh... That doesn't sound that great... Well, I shouldn't have much of an issue learning anything...''//
@@.you;
Understood.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Great! Now come in! I will just change my clothes real quickly and we can start!@@
<<linkreplace "Go inside and wait">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Learning Massage 1.jpg">
You look around the room.
//''Well... It looks decent enough...''//
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Okay! Now, let's go through the basics...@@
You spend the next couple of hours learning. Thanks to your intelligence and fitness, you are able to easily grasp everything she taught you.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Wow! You are a natural! I've never seen anyone learn this fast!@@
@@.you;
I'm quite impressed myself. I usually don't get things this fast.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Oh, there's no need to be so humble! I'm looking forward to your practical!@@
Saying that, she leaves the room.
//''Seems like there are upsides to having Pravitas in me... If she evolves, will it make things even easier?''//
After a few moments, Jessica comes back, wearing only a towel.
//''Wow...''//
@@.you;
I didn't think that you would be naked...@@
@@.emote;
Jessica laughs@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
This is the best way to receive a massage! I'm sure your girlfriend will be butt naked too!@@
//''I don't actually have one...''//
You watch as she lays down e readjust the towel.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Okay! You can now start with my back!@@
@@.you;
Got it.@@
<<linkreplace "Start the Massage">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 2.mp4" autoplay loop/>
You start by rubbing oil on her back and gently rubbing it in.
@@.emote;
Jessica moans a bit@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
I've got to say... You sure do know how to use your hands...@@
@@.you;
Is that so? Glad you are enjoying it.@@
You slowly put a bit of pressure on her muscles.
@@.emote;
Jessica groans@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
A bit more gently...@@
//''Her back is kinda stiff... So are her shoulders...''//
<<linkreplace "Massage her shoulders">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 3.mp4" autoplay loop/>
You decide to try to undo the stiffness in her shoulders.
@@.emote;
Jessica groans some more@@
@@.you;
You're very stiff... Kinda weird for a masseuse to have stiff shoulders...@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
I've been very stressed lately...@@
@@.you;
Is that so?@@
As you are removing the stiffness, you can feel your body heating up as well.
//''It seems that I will corrupt others, even when I don't want to...''//
You know that the corruption isn't that bad, it just makes them more likely to do something they already want to do, so you don't mind.
@@.emote;
Jessica sighs in relief@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
My shoulders feel much better now... If I hadn't taught you, I would be sure that you were already a professional!@@
You can't help but hum at her praise.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
My legs are kinda stiff also, do you mind massaging them?@@
@@.you;
Sure, if you don't mind.@@
<<linkreplace "Massage her legs">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 4.mp4" autoplay loop/>
You slowly press the muscles of her legs, going from her buttox all the way to her foot.
@@.emote;
Jessica moans louder@@
As you are giving her a massage, you can clearly see her inner thighs glistening.
//''That doesn't look like oil... Is she getting wet?''//
You remember that she told you that girls can even cum if the massage is good enough.
//''Let's try to make her cum!''//
You start to put strength in your hands and carefully caress her inner thighs.
@@.emote;
Jessica moans loudly@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
That's right... Just like that!@@
<<linkreplace "Massage her ass">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 5.mp4" autoplay loop/>
You begin to gently caress her ass, while simultaneously massaging her hips.
@@.you;
How does that feel?@@
@@.emote;
Jessica supresses her moans@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
G-great! Keep going!@@
You feel like if you were to touch her labia, she would instantly cum.
@@.you;
Mind if I push a little farther in?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
P-please...@@
With her consent, you prepare to move your hands deeper.
//''Now for the killing blow!''//
<<linkreplace "Make her cum">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 6.mp4" autoplay loop/>
You gently push her, so that she's laying on her side and you continue to focus on her inner thigh.
@@.emote;
Jessica is releasing muffled moans@@
By looking at Jessica, you can see she's biting the towel, trying to keep her mouth in check.
//''Let's see for how long you can hold out!''//
You quicken your pace, making sure to barely touch her outer labia.
@@.emote;
Jessica begins to tremble@@
//''It's working!''//
You put more pressure and caress her her inner labia too.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Ah! Aaaaaaaaah!@@
You can see a small amount of liquid gushing out of her, a clear sign that she came. You decide to stop. Even though you stopped, she still trembles and moans for a little while.
//''Great! I can definitely use this!''//
<<linkreplace "Wait for her to compose herself">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jessica Finish.jpg">
After a while, she gets up and puts on her clothes.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
I've gotta say $player.name! You've got a real knack for this! I'm sure you could be a professional!@@
@@.you;
Really? Was it that good?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Of course! I would normally have to pay to get a massage that good!@@
@@.you;
Does that mean you won't charge me $50?@@
@@.emote;
Jessica laughs@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Of course I will! A massage doesn't make the bills go away!@@
You can't help but shrug at that.
@@.you;
Hey, can't blame me for trying.@@
@@.emote;
Jessica laughs even louder@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
I guess I can't. Anyway, I'm sure whoever you are going to give that massage to, will be very happy.@@
@@.you;
Thank you for teaching me, Jessica.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
No, thank you for giving me the massage!@@
After exchanging some final pleasantries, you get ready to go home. You look outside and it's already dark.
//''It was totally worth the $50!''//
@@.emote;
You now know how to massage women@@
@@.corruption;
You've become more corrupted@@
[[Go back home|House][$player.corruption += 1;$time.passTime(5);$player.money -= 50]]
<</ctp>>
<<set $Massage to true>>
<<set $massagelearn = 2>><<ctp "KellyMassageCorruption">>
<img src="img/Kelly/Kelly Bikini Yard 1.jpg">
You go outside and spot your $m.rel sun bathing.
@@.you;
Hey $m.rel!@@
@@.emote;
Kelly removes her headset@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hi honey. How are you?@@
@@.you;
I'm doing fine, but not as fine as you will be in a few minutes!@@
@@.emote;
Kelly becomes confused@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
What do you mean?@@
You give her a big smile.
@@.you;
I've got a surprise for you!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Really? What kind of surprise?@@
@@.you;
A surprise that will make you feel really good! It's in the living room!@@
@@.emote;
Kelly gets up@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
In the livingroom? Okay, let's see it!@@
@@.you;
You can go in first, I need to get one last thing and I will meet you there.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Okay, I will see you there then!@@
You watch as Kelly goes into the house.
//''Great! Now I just need to get the lotion and get ready for the massage!''//
<<linkreplace "Get the lotion and go to the living room">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 1.mp4" autoplay loop/>
As you are about to enter the living room, you catch your $m.rel putting on the towel.
//''Damn... How can her breasts be that impressive?''//
You wait for her to finish wrapping the towel around herself and go in.
@@.you;
Okay! I'm back! Have you found out what the surprise is?@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
That I did. But when did you learn how to massage?@@
@@.you;
Well, after you gave me that massage, it made me want to learn it. Now I can repay the favor!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Is that so? Then I will accept your generosity!@@
As your $m.rel says that, she gets on the table and lays down.
//''Good thing we still had this massage table. Who would have thought that something my father bought years ago would eventually be used...''//
You put the lotion on top of the counter and get ready to start the massage.
<<linkreplace "Prepare the massage">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Corruption Massage 2.jpg">
You first put some lotion on your hands and spread it around a bit, in order to make it warmer. You start by slowly massaging her shoulders.
@@.you;
Hm... I'm going need to pull this towel down a bit, is that okay?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sure.@@
You pull down the towel until it's only covering her ass.
@@.you;
Okay, I'm about to start for real.@@
<<linkreplace "Start the massage">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 3.mp4" autoplay loop/>
You start by slowly rubbing her sides and back.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Wow... You are really good at this!@@
You smile and don't answer, instead you put more pressure with your fingers.
@@.emote;
Kelly moans@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Now that feels good...@@
As you are slowly rubbing her back, you start to feel a familiar heat rising in you. Clear signs of the corruption at work.
//''This should make her feel even better...''//
<<linkreplace "Move to her legs">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 4.mp4" autoplay loop/>
You move your hands up and down her legs, making sure to put pressure at the correct points.
@@.emote;
Kelly groans@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah... Yes... My legs really needed that...@@
You slowly knead the muscles, trying to get any sign of stiffness out of them.
@@.you;
How does it feel?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It feels great...@@
You start to hum and focus on her thighs.
<<linkreplace "Focus on her thighs">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 5.mp4" autoplay loop/>
You carefully massage her thighs, making sure not to go too deep.
//''Don't want her to feel uncomfortable...''//
@@.emote;
Kelly releases a muffled moan@@
//''Seems like she's trying to stop herself from moaning...''//
You look back at her and you can see her face smushed into the towel.
@@.you;
I'm going to increase the pressure, okay?@@
@@.emote;
Kelly releases muffled noises@@
You can't help, but laugh.
@@.you;
I'm going to take that as a yes.@@
You put a bit more pressure on her thighs and can feel her body trembling slightly.
//''Seems like she's really starting to feel good now''//
You decide to not overstay your welcome and move to her waist.
<<linkreplace "Massage her waist">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 6.mp4" autoplay loop/>
You begin to move your hands around her waist.
@@.emote;
Kelly releases an even louder muffled moan.@@
@@.you;
You alright there $m.rel?@@
You see that Kelly raises her head a bit to talk. Her eyes are glistening and her voice rasp.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Haven't felt this good in a very long time... How did you get so good at this?@@
@@.you;
Well, let's just say I have a knack for this.@@
And with that, you put more pressure and hear your $m.rel's head hitting the towel again, her body visibly shaking.
//''Seems like she's really close... What if I moved my hands to her hips?''//
You are about to move your hands towards her hips, when you hear someone entering the living room.
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh my God! You know how to give massages, $player.ys?!@@
You can feel your $m.rel's body stop shaking. Seems like she's trying to compose herself.
//''Damn... So close...What a terrible timing, Anna...''//
Never the less, you smile at her and answer.
@@.you;
Yep, learned it a while ago.@@
@@.emote;
Anna smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yay! You being the greatest $player.ys in the world, means that you will give this beautiful $ys.rel a massage too, right?@@
You can't help but chuckle at her eagerness.
//''Oh well, I did learn how to massage women for a reason...''//
@@.you;
Sure, but not right now, my hands are getting kinda tired.@@
@@.emote;
Anna becomes disappointed and looks at her mother@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Is he any good at it?@@
@@.emote;
Kelly raises her head a bit and smiles at Anna@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
This is one of the best massages I've ever had!@@
@@.emote;
Anna becomes even more disappointed and looks at you will puppy eyes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Awww... $player.name?@@
You end up laughing at that.
@@.you;
Sorry, Anna. If I tried to give you a massage with my hands like this, it just wouldn't feel good.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay...@@
And with that, Anna leaves the living room.
//''Better wrap things up here''//
You stop your massage and back off.
@@.you;
Okay $m.rel, I think this is enough. I'm going to put the lotion back, while you dress.@@
<<linkreplace "Take the lotion back to your room">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Corruption Massage 7.jpg">
When you get back to the living room, your $m.rel is just about finished putting on her dress.
@@.you;
So, did you like the surprise?@@
Instead of answering you, your $m.rel gives you a tight hug.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
This was one of the best presents I've had! And it's not even my birthday! Thanks $player.name!@@
@@.you;
I'm glad you liked it. I will make it a habit of giving a massage every once in a while.@@
@@.emote;
Kelly gives you a kiss very close to your mouth@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thank you! You are such a great $player.m!@@
@@.you;
Hey, anything for the greatest $m.rel in the world.@@
@@.emote;
Kelly lets go of you and gives you a sweet smile@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Seems like I'm going to have to think of something special for your birthday!@@
And with that, she leaves the living room with a skip in her step. As she leaves, you can't help but notice something glistening down her leg.
//''Odd... Did I put too much oil on her thigh?''//
@@.corruption;
You've become more corrupted@@
@@.corruption;
Kelly feels more depraved@@
@@.corruption;
Kelly becomes more corrupted@@
[[Put everything back|House][$player.corruption += 1;$m.corruption += 1;$time.passTime(1);$m.corruptionlevel += 1]]
<</ctp>><<if not $AnnaFriend2>>
<img src="img/Anna/Anna Bedroom Friends 1.jpg">
As you enter Anna's bedroom, you notice that she seems to be texting on her phone.
@@.you;
Hey Anna, what are doing?@@
@@.emote;
Anna looks up at you with surprise@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, hi $player.name! Didn't see you come in.@@
You chuckle at that.
@@.you;
Texting your friend?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yep!@@
//''Hm... She's not going all defensive... Maybe?''//
@@.you;
Say, you've yet to bring your friend over.@@
@@.emote;
Anna looks up at you and scowls@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Surely you are not just saying that because you want to hit on her, right?@@
//''Shit! She's on to me! Quick! Act naturally!''//
@@.you;
Whaaaaat? Me? Naaaaaah. It's just that, if she's a friend of yours, we should be able to meet her. Also, wouldn't having her over be fun?@@
@@.emote;
Anna thinks for bit@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hm... I guess you are right...@@
//''Yes!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay, I will talk to her and see if she wants to come over.@@
@@.you;
Great! Make sure to tell me exactly when she's coming, so I can meet her!@@
@@.emote;
Anna glares at you@@
//''Cough''//
@@.you;
I mean... Make sure to tell US when she's coming, that way WE can meet her...@@
Saying that, you decide to do a tactical retreat.
<<set $AnnaFriend2 to true>>
[[Retreat!|House][$time.passTime(1)]]
<<else>>
<img src="img/Anna/Anna Bedroom Friends 1.jpg">
As you enter Anna's bedroom, you notice that she seems to be texting on her phone.
@@.you;
Hey Anna, what are doing?@@
@@.emote;
Anna looks up at you with surprise@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, hi $player.name! Didn't see you come in.@@
You chuckle at that.
@@.you;
Texting your friend?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yep!@@
@@.you;
Any update on when she's coming over?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
She said that it would be "Soon".@@
@@.you;
Okay! Great!@@
@@.emote;
Anna scowls at you@@
You decide to leave it at that.
[[Leave|House][$time.passTime(1)]]
<</if>><<if $ys.corruption lte 9>>
<img src="img/Anna/Anna Livingroom Cellphone 1.jpg">
As you enter the living room, you spot Anna laying down on the sofa, messing with her phone.
@@.you;
Hey Anna, what's up?@@
@@.emote;
Anna looks up at you and then back at the phone@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Not much...@@
@@.you;
Is that so?@@
//''Hm... Fishy...''//
@@.you;
Are you sure...?@@
@@.emote;
Anna puts down the cell phone and sighs@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yeah...@@
//''Seems like she doesn't want to talk about it right now... I shouldn't push...''//
@@.you;
Okay, but if you need something, you can count on me, okay?@@
You watch as Anna looks at you almost like she wants to tell you something, but she hesitates and instead just nods.
[[Leave|House][$time.passTime(1)]]
<<else>>
<<ctp "AnnaSelfie">>
<img src="img/Anna/Anna Livingroom Cellphone 1.jpg">
As you enter the living room, you spot Anna laying down on the sofa, messing with her phone.
@@.you;
Hey Anna, what's up?@@
@@.emote;
Anna looks up at you and then back at the phone@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Not much...@@
@@.you;
Is that so?@@
//''Hm... Fishy...''//
@@.you;
Are you sure...?@@
@@.emote;
Anna puts down the cell phone and sighs@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yeah...@@
//''Seems like she doesn't want to talk about it right now... Maybe I should push her?''//
<<linkreplace "Push the issue">><<scrollTop>><<ctpAdvance "AnnaSelfie">><</linkreplace>>
[[Don't push it|House][$time.passTime(1)]]
<<ctpNext clear>>
<img src="img/Anna/Anna Livingroom Cellphone 2.jpg">
You decide to push the issue and figure out what's wrong.
@@.you;
Anna... Look at me.@@
@@.emote;
Anna takes her eyes off he phone and looks at you@@
@@.you;
Come on, you can trust me. What's the issue?@@
@@.emote;
Anna thinks for a bit, then sighs@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Some girls in my classroom are making fun of me...@@
@@.you;
Really? That's odd... Are they jelous of you?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well... Not really... They are making fun that I... <span style="font-size:70%">That I...</span>@@
You watch as Anna's face starts to become red.
@@.you;
That you?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
<span style="font-size:50%">That I don't have a boyfriend...</span>@@
@@.you;
What was that?@@
@@.emote;
Anna becomes very embarrassed@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
That I don't have a boyfriend!@@
//''Doesn't have a boyfriend, uh?''//
@@.you;
Isn't that because you are still waiting for "the one"?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yeah! But they keep talking about everything they do with their boyfriends and then they make fun of me that doesn't have one!@@
//''I guess girls have this kind of issue too..''//
You start thinking for a bit and then you come up with a plan. You look at your $ys.rel and smile at her.
@@.you;
Well, if that is the case, then I have an idea.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You... You do?@@
You nod your head.
@@.you;
Sure. We just have to fake it.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Fake it? And how would we do that?@@
@@.you;
Well, they don't know I'm your $player.ys, right?@@
@@.emote;
Anna becomes confused@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yeah...?@@
@@.you;
So, how about this. We take a few photos together and you put them in your cell phone. Then, when they start talking about boyfriends and what not, you let them see those pictures.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
And how would that work?@@
@@.you;
Simple. When they see us, they will most likely ask if that is your boyfriend. All you have to do is not answer them.@@
@@.emote;
Anna thinks for a bit and then brightens up@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I see! That way they won't be able to make fun of me!@@
//''And, if I'm lucky, the boys will think the same!''//
@@.you;
Exactly! So, want to do it?@@
@@.emote;
Anna becomes excited@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes! Let's do this!@@
<<linkreplace "Take selfies">><<scrollTop>><<ctpAdvance "AnnaSelfie">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Livingroom Cellphone 3.jpg">
You and Anna spend the next few minutes getting many pictures together.
@@.you;
There! Now all you have to do is show them the photos and then be coy about it!@@
@@.emote;
Anna jumps up and hugs you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Thank you! You are the best $player.ys ever!@@
You feel a bit ashamed that you had some ulterior motives.
@@.you;
Hey, anything for you, dear $ys.rel!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hehe...@@
//''This should keep those horny students away from her for a while...''//
@@.you;
If you ever need more, you can just talk to me, okay?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! Oh! I need to apply some filters to them! This is going to be so much fun!@@
@@.emote;
Anna lets go of you and runs back to her bedroom@@
//''Well, as long as she's happy...''//
@@.love;
Anna loves you a little more@@
<<set $AnnaCellphone to true>>
[[Leave|House][$ys.love += 1;$time.passTime(1)]]
<</ctp>>
<</if>><<if $ys.lovelevel gte 2 and not $AnnaCKiss>>
<img src="img/Anna/Anna Livingroom Cellphone 2.jpg">
As you enter the living room, you spot Anna staring at her cell phone.
@@.you;
Hey, Anna. What's the matter?@@
@@.emote;
Anna looks up at you and pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
My friends are saying that I have a made up boyfriend!@@
//''Oh, so they finally noticed!''//
@@.you;
Why are they saying that?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's because all of my photos with you are with us just posing...@@
//''Now's my chance!''//
You put on your thinking face.
@@.you;
Hm... I do have an idea, but I'm not sure you want to go through with it...@@
@@.emote;
Anna brightens up@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?! What is it?!@@
You grin at her.
@@.you;
Do you want them to believe that we are boyfriend and girlfriend?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes!@@
@@.you;
Then how about we take a picture of us kissing?@@
You can clearly see Anna's face becoming bright red.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Uh... I mean... That would work... But...@@
//''Time for the take down!''//
@@.you;
Didn't you already kiss me at the park? This will be the same.@@
@@.emote;
Anna's face becomes even redder@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
T-That was a spur of the moment thing...@@
@@.you;
Anna, don't you like me?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course I do!@@
@@.you;
Then what's the problem? We like each other. It's only natural for two people that like each other to kiss, right?@@
@@.emote;
Anna is a bit confused@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really...?@@
You nod your head.
@@.you;
Really.@@
@@.emote;
Anna nods her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yeah... That does make sense! Of course! Okay, let's do this $player.ys!@@
//''Nice!''//
You watch as Anna stands up, clearly still nervous.
//''I better make the move this time''//
You slowly move your hand to her face and brush her bangs aside.
@@.you;
The closer I look at you, the more beautiful you are...@@
You move your face closer to hers, until your lips almost touch. As you wait for a bit, Anna moves her face forward and gives you a kiss.
<img src="img/Anna/Anna Kiss.jpg">
After a little bit, you pull back.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Wah...@@
@@.you;
How did it feel?@@
@@.emote;
Anna smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
That felt nice! Thank you, $player.ys! Now they will HAVE to believe me!@@
You give her a smile as you watch her happily start texting.
@@.you;
Anna?@@
@@.emote;
Anna looks up at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes?@@
@@.you;
You forgot to take a picture.@@
You watch as Anna looks down at her cell phone, aghast. Her face slowly starts becoming red in embarrassment. She slowly looks up back at you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
C-Can we do it again?@@
You can't help but laugh.
@@.emote;
Anna's face becomes even redder@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
H-Hey! Don't laugh!@@
@@.love;
Anna loves you a little more@@
@@.corruption;
Anna is a little more corrupted@@
<<set $AnnaCKiss to true>>
[[Kiss her for the photo|House][$ys.love += 1;$time.passTime(1);$ys.corruption += 1]]
<<elseif $ys.lovelevel gte 2>>
<img src="img/Anna/Anna Livingroom Cellphone 1.jpg">
As you enter the living room, you spot Anna laying down on the sofa, messing with her phone.
@@.you;
Hey Anna, is it working?@@
@@.emote;
Anna notices you and smiles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
For now, yes! Thanks again $player.ys!@@
@@.you;
Do you want to take another picture?@@
You watch as Anna looks up at you in surprise, her face starting to flush. She shyly nods her head and gets up. You approach her and kiss her.
<img src="img/Anna/Anna Kiss.jpg">
You are sure that it won't last. Maybe you guys will need to do more to prove that you are her boyfriend.
@@.love;
Anna loves you a little more@@
[[Leave|House][$time.passTime(1);$ys.love += 1]]
<<else>>
<img src="img/Anna/Anna Livingroom Cellphone 1.jpg">
As you enter the living room, you spot Anna laying down on the sofa, messing with her phone.
@@.you;
Hey Anna, is it working?@@
@@.emote;
Anna notices you and gets up@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
For now, yes! Thanks again $player.name!@@
//''Great! So it is working!''//
@@.you;
You are very welcome, Anna.@@
You are sure that it won't last. Maybe you guys will need to do more to prove that you are her boyfriend.
[[Leave|House][$time.passTime(1)]]
<</if>><<ctp "JennaDate">>
<img src="img/Other/Jenna Date 1.jpg">
You start driving Jenna around town.
@@.you;
There are quite a few places that are fun to go to, do you have any kind of preference?@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Hm... I think I would like to check out some stores first. I haven't really bought anything since I moved here.@@
@@.you;
Is that so? When did you move here?@@
@@.emote;
Jenna thinks for a bit@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
I think it was $time.dayCount days ago?@@
@@.you;
Really? Have you been enjoying this town?@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh! Yes! It's kinda quirky! I like it!@@
//''Quirky?''//
@@.you;
That's great. This is a nice place, once you get to know it.@@
<<linkreplace "Drive her to a shopping area">><<scrollTop>><<ctpAdvance "JennaDate">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jenna Date 2.jpg">
You arrive at the shopping area and start showing her around.
@@.you;
This is the Central Shopping Area. You will be able to find most things you need here.@@
You get close to one of the mannequins.
@@.you;
And this one right here is Anita. Say "hi" Anita!@@
You take one of the mannequins arm and wave it at Jenna.
@@.emote;
Jenna chuckles@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Hi Anita! Nice to meet you!@@
As you are messing around with it, the arm you were holding to falls off.
@@.you;
Oh shit!@@
@@.emote;
Jenna bursts out laughing@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Hey! You just broke Anita's arm! That's not nice! Here, let me fix it!@@
<img src="img/Other/Jenna Date 3.jpg">
Saying that, Jenna picks up the arm a puts it back in place. You decide to take Jenna's hand.
@@.you;
Come, we better get out of here before the store owner starts yelling at us.@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh, okay!@@
//''Seems like she isn't against holding my hand.''//
As you are both leaving, an ice cream shop catches your attention.
@@.you;
Hey, up for some ice cream, Jenna? On me, of course.@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Really?! I love ice cream!@@
<<linkreplace "Get some ice cream">><<scrollTop>><<ctpAdvance "JennaDate">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jenna Date 4.jpg">
As the both of you are eating the ice cream, Jenna's phone starts to ring.
@@.emote;
Jenna answers her phone@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Hello?@@
//''I wonder who's calling...''//
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh! Hi, Kelly! Yes, I'm having a wonderful time! Here, let me put you on speaker.@@
@@.emote;
Jenna puts Kelly on speaker@@
//''Really?! This is kinda embarrassing...''//
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Can you guys hear me?@@
@@.emote;
Hey, $m.rel...@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
We can hear you perfectly!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Great! I'm just checking in you guys. Make sure to stay safe, okay?@@
@@.you;
Got it...@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Okay!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Good! Now this old lady is going get out of your way. And $player.name, don't be too forward on your first date!@@
@@.you;
Ah, $m.rel!@@
@@.emote;
Kelly and Jenna laugh@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Don't worry Kelly! He's being a perfect gentleman!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
That's what I like to hear. Bye bye! Have a nice time!@@
@@.you;
Bye, $m.rel...@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Bye, Kelly!@@
@@.emote;
Jenna turns off the phone@@
@@.you;
Sorry, Jenna... This is so embarrassing...@@
@@.emote;
Jenna chuckles@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Don't worry, it's just proof that she cares about you!@@
//''Sigh...''//
@@.you;
I guess... But I'm not a kid anymore.@@
<<linkreplace "Eat ice cream">><<scrollTop>><<ctpAdvance "JennaDate">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jenna Date 5.jpg">
You start eating the ice cream with disregard.
@@.emote;
Jenna laughs@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
For someone who's not a kid anymore, you sure are a messy eater! Here! Let me get it!@@
Saying that, Jenna wipes the cream off your face and eats it.
//''What?!''//
You feel your face becoming hotter.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Hm... Yum! Vanilla!@@
@@.emote;
Jenna looks at your stunned face and chuckles@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Sorry, guess I shouldn't have done that?@@
You shake your head.
@@.you;
No, it's alright, you just caught me by surprise.@@
The both of you finish your ice creams.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
So, where now?@@
//''Hm... The park should be nice...''//
You take Jenna's hand again.
@@.you;
I know! Here, come with me!@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Okay!@@
<<linkreplace "Go to the park">><<scrollTop>><<ctpAdvance "JennaDate">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jenna Date 6.jpg">
As you are walking in the park, you start feeling that familiar heat creeping in you, a sign of the corruption at work.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh! Look, $player.name! Ducks!@@
@@.you;
Yeah... I wonder if they are a pair?@@
@@.emote;
Jenna becomes excited@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
They look so cute! Can we take a closer look?@@
@@.you;
I don't think that's a good idea, Jenna. It will only spook them and they will end up flying.@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Aww... Oh well, then I will be satisfied with just watching them from here.@@
You watch as she squats down to watch the ducks.
@@.you;
<span style="font-size:70%">I think you are the one that looks cute...</span>@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Did you say something?@@
You shake your head.
@@.you;
Nothing. Want to keep going?@@
@@.emote;
Jenna gets up@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Yep! Let's continue!@@
<<linkreplace "Keep walking">><<scrollTop>><<ctpAdvance "JennaDate">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jenna Date 7.jpg">
While still holding her hand, you and Jenna walk down the bridge.
@@.you;
So... What did you think of our park?@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
It's so peaceful! And beautiful!@@
@@.you;
I'm glad you enjoyed it.@@
@@.emote;
Jenna chuckled@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Seems like Kelly was right about you! You really are everything she tells me about!@@
You can't help but feel embarrassed at her bring that up.
@@.you;
Does she talk a lot about me?@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Sometimes... Usually when it's about men.@@
@@.emote;
Jenna tries to imitate Kelly@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
She's always all like "My son is much better than these creeps!"@@
You end up laughing at her impersonation.
@@.you;
Well, as long as she keeps the embarrassing stories to a minimum...@@
@@.emote;
Kelly chuckles@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
There's quite a bit of that too!@@
//''Sigh, $m.rel...''//
You look up and see that it's getting late.
@@.you;
Want to check a few more shops, before we leave?@@
@@.emote;
Jenna becomes excited@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Okay!@@
You and Jenna walk towards a stand full of plushes. As you are standing in front of a bunch of plushes, you decide to play around a bit. You pick one up and look at Jenna.
@@.you;
Hey there, beautiful lady!@@
You say in a sharp voice.
@@.emote;
Jenna looks at the plush and giggles@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Hi, Mr. Bear!@@
@@.you;
You look so pretty! And delicious...@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Delicious?@@
@@.you;
Yes! And I'm starving... So I'm going to eat you! Rawr!@@
<<linkreplace "Attack her">><<scrollTop>><<ctpAdvance "JennaDate">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jenna Date 8.jpg">
You start attacking Jenna with the bear plush.
@@.emote;
Jenna Laughs@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Noooo! Don't eat my face Mr. Bear!@@
@@.you;
It's useless to resist! Become my food!@@
As you are messing around with Jenna, the owner of the stand looks at you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Ahem. Are you going to buy that, sir?@@
You become embarrassed.
@@.you;
Err... Sure!@@
You buy the bear and present it to Jenna.
@@.you;
For you, make sure to take care of the bear, and don't let it eat people, okay?@@
@@.emote;
Jenna takes the bear and hugs it@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Okay! Did you hear that, Mr. Bear? No eating people!@@
You chuckle and decide to move to the next stand. You look around and see that it's a stand that specializes in paper. You notice that they sell paper roses.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Wow! Everything is so well made!@@
<<linkreplace "Give her a rose">><<scrollTop>><<ctpAdvance "JennaDate">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jenna Date 9.jpg">
You pick up one of the roses and decide to present it to her.
@@.you;
This is for you, Jenna.@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh? A rose? It's so beautiful!@@
@@.you;
Hey, you know what they say. Always give a beautiful flower, to a beautiful girl.@@
@@.emote;
Jenna chuckles with a red face, then she gives you a shy smile@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Corny... But thank you. I love it.@@
You smile at her and look into her eyes. She looks back at you, her eyes moist.
//''Here goes nothing!''//
<<linkreplace "Lean in for a kiss">><<scrollTop>><<ctpAdvance "JennaDate">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jenna Date 10.jpg">
You decide to give it a go. You get close to her. Close enough that your lips are almost touching, but then you stop, letting her make the final move.
@@.emote;
Jenna leans in and kisses you@@
As you kiss her, you can taste the sweet flavor of her lips. Once you start, it feels like something is possessing the both of you, as your kisses begin to become more and more aggressive. As you are about to move your hand to her ass, you hear someone coughing.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Ahem. Sir, please take it to a room. This is not the right place for that.@@
You stop kissing Jenna and feel your cheeks burning in embarrassment.
//''What am I doing in public?!''//
@@.emote;
Jenna's face is very red@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
I think it's getting very late, how about you take me home?@@
//''I guess that was too much for her... Can't blame her, though.''//
You give her your best smile.
@@.you;
Sure, let's get going.@@
As you turn around, you feel Jenna taking your hand.
//''Seems like I still got a shot!''//
<<linkreplace "Take Jenna to her house">><<scrollTop>><<ctpAdvance "JennaDate">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jenna House.jpg">
You arrive in front of Jenna's house.
@@.you;
Wow... This looks like such a nice house!@@
@@.emote;
Jenna chuckles@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
It's been a very long time since I've had so much fun. Thank you, $player.name!@@
You smile at her.
@@.you;
Hey, I also had a lot of fun, so there's no need to thank me.@@
@@.emote;
Jenna's cheeks start to become red@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Say... My father will be getting back late tonight...@@
//''Is she saying what I think she is?!''//
@@.you;
Yes?@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
So... Would you like to come in and have some coffee?@@
//''Coffee? Really?''//
You feel a little disappointed, but you don't want to push the issue, instead you just give her a big smile.
@@.you;
Sure, I would love to have coffee with you.@@
You watch as Jenna's face becomes even redder as she takes your hand and directs you towards the door. Once you arrive there, she turns around and looks at you with moist eyes. She leans forward a bit, expecting something of you.
//''Oh yeah! "Coffee"! As in sex!''//
Your excitement comes out in full force, as you embrace Jenna and start kissing her deeply. Jenna kisses you back and moves her hand to open the door, but with you in front of her, she isn't able to open it. You move your hand to the handle and open it instead, entering the house backwards.
[[Go inside|Jenna Sex]]
<</ctp>><<ctp "JennaSex">>
<img src="img/Other/Jenna Sex 1.jpg">
As you enter the house, the kissing becomes more intense and you can feel your cock already rock hard, pressing hard against your jeans. Jenna's hands, that were exploring your back, slowly move towards your crotch.
@@.emote;
Jenna stops kissing you and gives you a meaningful smile@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
What's this? Seems like someone is enjoying this!@@
You laugh at that.
@@.you;
What man wouldn't enjoy being touched by a beautiful woman?@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Is that so? Then how about I have a little look?@@
Saying that, she pushed you back, causing you to sit on a puff. Her hands expertly undo the buckle of your pants, revealing the now erect penis.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh my! Hello there, Mr. Penis! You are quite larger than I expected!@@
<<linkreplace "Receive Handjob">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 2.mp4" autoplay loop/>
Jenna starts to slowly give you a handjob, but she doesn't seem very experienced, considering her awkward movements. You decide to help her along.
@@.you;
Squeeze a little tighter and be more gentle.@@
@@.emote;
Jenna listens to your commands@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Like this?@@
Now that she's got the proper grip, it feels much better, but the issue is that your cock is still too dry.
@@.you;
Yes... But it's a bit too dry. You need to lube it first@@
@@.emote;
Jenna gives you a meaningful smile@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh! I get what you mean!@@
Saying that, Jenna puts her hair behind her ears and kneels downs.
<<linkreplace "Receive Blowjob">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 3.mp4" autoplay loop/>
Without even a hint of hesitation, Jenna starts to go down on your cock, trying to take as much of it in as possible.
@@.you;
Oh, yes! This feels great! Keep it up, Jenna!@@
You start to caress her head as she continues to give you a blowjob. But after a moments, her movements start to slow down and she takes your cock out of her mouth and starts massaging her jaw.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Sorry, $player.name... Your cock is just too big for my mouth! My jaw is hurting.@@
//''Well, I'm not going to feel bad with you telling me my cock is too big!''//
@@.emote;
Jenna gets up and takes your hand@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Come! Let's go up to my bedroom! We can continue there!@@
As you enter her bedroom, you decide to take an active role. You hug her from behind and start kissing her neck, while fondling her breast.
@@.emote;
Jenna moans@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Hm.... $player.name...@@
You slowly start removing her clothes, starting with her blouse and then her skirt.
@@.emote;
Jenna chuckles@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Getting a little agressive there, aren't you?@@
@@.you;
Well, if your upper mouth can't handle my cock, I'm sure your lower one won't have a problem.@@
After you finish undressing her, you pick her up.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Wha-@@
<<linkreplace "Throw her on the bed">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 4.mp4" autoplay loop/>
As she falls on the bed, you get into position and raise one of her legs. You can clearly see that her pussy is completely drenched, ready to take you in. You give her a grin.
@@.you;
What a naughty girl. We hardly even started and you are already this wet.@@
@@.emote;
Jenna becomes embarrassed@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
I'm not always like this, okay? You just happen to be special...@@
@@.you;
Oh, don't worry. I'm not complaining. So, what do you want me to do?@@
You move your dick up and down her labia.
@@.emote;
Jenna moans and becomes even redder@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
<span style="font-size:70%">I want you to fuck me...</span>@@
You give her a grin.
@@.you;
What was that? You have to say it more clearly.@@
You keep teasing her pussy with your cock.
@@.emote;
Jenna moans even louder@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
I want you to ravage my pussy!@@
You can't help but laugh at that.
@@.you;
Now that's the spirit!@@
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 5.mp4" autoplay loop/>
You penetrate her and start to fuck her.
@@.you;
How does it feel to have my huge cock in you@@
@@.emote;
Jenna moans loudly@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Ah! It feels great!@@
You start picking up the pace and fuck her faster. You can clearly hear her juices being stirred by your cock.
@@.you;
Well, if you thought that was good, then how about this?@@
<<linkreplace "Fuck her harder">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 6.mp4" autoplay loop/>
You put a leg on the bed and start pounding her.
@@.emote;
Jenna starts gasping for air@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Ah! Ah! Ah! This! Is! Too! Intense!@@
You ignore her and keep fucking her hard. You can feel her pussy starting to contract. You are sure she's close to an orgasm.
@@.emote;
Jenna moans very loudly@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Ah! Keep going! I'm almost! Cu- I'm cumming!@@
As Jenna cums, you feel your cock being sucked into her pussy, like it's trying to milk you for all you are worth. But you resist your urge to cum and lay down on the bed, positioning her on her side.
<<linkreplace "Fuck her sideways">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 7.mp4" autoplay loop/>
You position your cock and begin the piston motion.
@@.emote;
Jenna yelps@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Wait! I'm still sensitive!@@
Caring little for her protests, you start pumping her.
@@.emote;
Jenna moans very hard and graps the pillow@@
As you are fucking her, you can clearly feel her pussy contracting again.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Ah! No! I'm cumming again!@@
Still not satisfied, you pick Jenna up and slide under her.
<<linkreplace "Fuck her even harder">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 8.mp4" autoplay loop/>
Feeling that you are very close to cumming, you decide to give it your all.
@@.emote;
Jenna pants@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Ah! Ah! Ah!@@
//''Seems like she can't even speak anymore!''//
You keep fucking her nonstop, until you reach your peak. As you reach it, you rapidly pull out and get up.
<<linkreplace "Cum in her mouth">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 9.mp4" autoplay loop/>
You position your cock in front of her mouth.
@@.you;
Open up, Jenna! Got a little something for you!@@
Still dazed, Jenna opens her mouth and puts out her tongue, ready to catch anything you give her.
@@.you;
Yeah, that's a good girl! Here, take it all!@@
You feel the familiar build up of pressure and the following relief that comes from cumming.
@@.you;
Urgh!@@
You start cumming into her mouth. As you finish cumming, you collapse on the bed, satisfied that you did a good job.
<<linkreplace "Rest">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jenna Finish.jpg">
As you get up, you can see that Jenna is already up and wearing her sleepwear.
@@.emote;
Jenna smiles at you@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
You've finally got up!@@
@@.you;
Oh, hey Jenna... I think I collapsed... What time is it?@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
It's almost 9 P.M.! I thought I was going to have to force you up!@@
//''Force me up? Why?''//
@@.you;
Is that so? Sorry... Was I too rough on you?@@
@@.emote;
Jenna becomes surprised@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh! No! You didn't do anything wrong! Much to the contrary, really! It's just that my father gets home by 10 P.M.!@@
Hearing that, you rapidly get up.
//''Oh, shit! Forgot about that!''//
You start to desperatly look around for your clothes.
@@.emote;
Jenna chuckles@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
I folded your clothes and put them on the chair there.@@
You look at where Jenna was pointing and see your clothes, neatly stacked up.
@@.you;
Oh! Thank you, Jenna!@@
@@.emote;
Jenna laughs and acts coy@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh, the pleasure was mine. But I do need you to leave. If my father gets back early, I don't even know what he would do if he found out what you did to his precious daughter...@@
You feel a chill run down your spine and you finish putting on your clothes. As you look back, Jenna is still sitting on the bed.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Sorry... I'm still kinda sore...@@
You can't help but laugh.
@@.you;
That's alright, I will see myself out. See you next time, Jenna.@@
@@.emote;
Jenna smiles at you and waves goodbye@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
See you, $player.name! But don't be that rough next time!@@
You leave her room with a smile on your face.
//''Heh, but I'm sure she enjoyed it.''//
@@.corruption;
You've become more corrupted@@
[[Go back home|House][$player.corruption += 1;$time.passTime(7)]]
<</ctp>><<ctp "VanessaHI">>
<img src="img/Other/Anna Calling.jpg">
As you are about to go to the parking lot to take your $ys.rel back home, your phone starts ringing.
//''I wonder who's calling...''//
You pull out your phone and see that it's Anna. You answer the call.
@@.you;
Hey Anna, I'm on my way to the parking lot right now.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.name! You don't have to take me home today, I will be staying here until later today. I have a group project that I need to start on. After it's done, my friend is going to take me back home.@@
@@.you;
Oh, I see. Okay. But if you need me to come and get you, just give me a call, alright?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! Thank you, $player.ys!@@
And with that, you end the call.
//''Now what? Should I just go straight home anyway...?''//
As you are mulling over on what to do, someone sneaks up on you and pinches your waist. You can't help but jump and scream.
@@.you;
AHHHH!?@@
@@.emote;
Vanessa starts laughing in a hysterical manner@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I can't believe how high you jumped!@@
You scowl at Vanessa.
@@.you;
Not funny. Are you trying to give me a heart attack?@@
@@.emote;
Vanessa chuckles and calms down@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Sorry! It's just that you were concentrating so much, that I couldn't resist it. Also, heart attack? What are you, 50?@@
You sigh.
@@.you;
So, what's up?@@
@@.emote;
Vanessa stops and thinks@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Oh yeah! Almost forgot the reason I came here in the first place! There's some left over meat back at home that needs to be cooked, but it's a little bit too much for me alone. So I decided to invite someone to eat with me. What do you say?@@
@@.you;
So you are inviting me on a date?@@
@@.emote;
Vanessa laughs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Not really a date! Well, kinda. It's just a small barbecue. Are you in?@@
//''Well, I don't have anything else to do anyway...''//
@@.you;
Sure, why not? Do I have to bring anything?@@
@@.emote;
Vanessa smiles at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
How about you bring a few beers to go with the meat?@@
@@.you;
Okay, got it.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Great! You don't have my number yet, do you? Here, let's exchange info!@@
You and Vanessa exchange numbers.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I will send you my address. I will go back home and start the coals, so make sure not to take too long, okay?@@
@@.you;
Go it. I don't have anything else to do at the moment, so I will just drive to a liquor store and be on my way.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Okay! I will see you there, $player.name!@@
You watch as Vanessa leaves.
<<linkreplace "Buy the beers">><<scrollTop>><<ctpAdvance "VanessaHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Liquor Store.jpg">
You arrive at John's Liquor Store, where you usually buy your stuff. As you enter the store, one of the staff members greets you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Staff<hr>
Hello, sir! Welcome to John's. Are you searching for anything specific?@@
//''Now that I think about it... What kind of beer does Vanessa like?''//
@@.you;
Yes. I need some beer, but I want something that a girl would like.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Staff<hr>
Oh? Buying beer to drink with a girl? I've got just the thing for you!@@
Saying that, the staff member goes into the back of the store and comes back with a 12 pack.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Staff<hr>
This is the Perversität Beer. It's all the rage right now with the female customers. And you are in luck, because this is the very last 12 pack we have.@@
//''Perversität Beer? Never heard of it...''//
@@.you;
Well, I guess that will work. How much is it?@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Staff<hr>
That will be $20, sir.@@
@@.you;
$20?! Surely that can't be, right? A 12 pack usually costs me around $12!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Staff<hr>
This is a special line of beer, sir. I can guarantee that it will impress any lady.@@
//''Urgh... I do want to impress her...''//
You think for a bit and decide to just go with it.
@@.you;
Fine... But if she doesn't like it, I'm going give this store a bad review...@@
@@.emote;
Staff laughs@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Staff<hr>
Don't worry, sir. You've made the right choice!@@
//''My hard earned money...''//
Saying that, he puts the 12 pack into a bag.
<<linkreplace "Pay the man and go to Vanessa's house">><<scrollTop>><<ctpAdvance "VanessaHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa House.jpg">
You arrive at the house and send Vanessa a message.
@@.you;
Hey, I just got here.@@
After a few seconds, a reply comes in.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Go down the stairs. I'm at the yard. Just follow the smoke :).@@
You look around and, sure enough, you can see some smoke.
@@.you;
Got it. On my way.@@
<<linkreplace "Go down the stairs and meet Vanessa">><<scrollTop>><<ctpAdvance "VanessaHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa House Intro 1.jpg">
After going downstairs, you look around and spot Vanessa.
@@.emote;
Vanessa waves at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Over here!@@
You walk over to her and raise the bag.
@@.you;
Got us some beer!@@
@@.emote;
Vanessa takes the bag from you and puts it on the table@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Great! Let's see what we got here... Perversität Beer! I absolutely love this one! I've gotta say, you do know how to woo a lady.@@
//''Yes! She likes it!''//
@@.you;
Eh, what can I say? I'm just that kind of guy, you know?@@
@@.emote;
Vanessa giggles@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
The staff at the shop recommended it to you, didn't they?@@
@@.you;
Yeah...@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Well, you still deserve credit for going with the suggestion!@@
<img src="img/Vanessa/Vanessa Kiss Cheek.jpg">
Saying so, Vanessa leans over and kissed you on the cheek. You feel a bit disappointed.
@@.you;
Aww... That's it?@@
@@.emote;
Vanessa chuckles@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Calm down, big boy. The afternoon just started! Now, come over here and help me with this barbecue.@@
You watch as Vanessa puts the beer into a cooler with ice and pulls out the meat.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Now, I know men enjoy playing with their meat. So how about you be in charge of it?@@
@@.you;
Sure, leave it to me.@@
<<linkreplace "Put your man card on the line and do the barbecue">><<scrollTop>><<ctpAdvance "VanessaHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Barbecue.jpg">
You finish seasoning the meat and put it on the grill.
@@.you;
How do you like your meat?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I like mine medium.@@
@@.you;
Got it.@@
//''A medium steak for her and a medium rare for me...''//
As you are cooking, Vanessa leans on you from behind and giggles.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Well, would you look at that. You do know how to handle your meat.@@
You can't help but chuckle.
@@.you;
You sure love your innuendos, don't you?@@
@@.emote;
Vanessa lets go of you and shrugs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I'm a lady. I would never do something as crass as saying that you know how to handle your penis.@@
//''Innuendos aren't exactly lady like either...''//
@@.emote;
Vanessa pokes you on the back@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Why do I feel like you are thinking something rude?@@
@@.you;
It's just your imagination...@@
//''A woman's 6th sense is scary...''//
<<linkreplace "Finish cooking and start eating">><<scrollTop>><<ctpAdvance "VanessaHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa House Intro 2.jpg">
You and Vanessa finish eating your steaks. You both chat for a while, while drinking some cold beer.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
So, are you enjoying your classes?@@
You can't help burst out laughing.
@@.you;
What are you, my mom?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey, I'm your Senior. As such, it's only right that I want to know.@@
@@.you;
Yep, it's been really fun. Far better than what my other course was.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Your other course?@@
@@.you;
Yeah, I was majoring in Computer Science. My father wanted me to specialize in software development and work for him in his firm. But honestly? It wasn't for me.@@
@@.emote;
Vanessa smiles at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Is that so? Well, I for one am glad that you chose Chemical Engineering.@@
@@.you;
Thanks. What about you, why did you choose Chemical Engineering?@@
You can see Vanessa's face starting to flush.
//''Was that a question she can't answer?''//
@@.emote;
Vanessa stretches and finishes her beer@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Man... It's gotten hot, hasn't it?@@
@@.you;
Not really? If anything, I feel that it got colder?@@
//''Is she dodging the question?''//
@@.emote;
Vanessa gets up@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
No... It definitely feels hot... Too hot for a jacket...@@
<<linkreplace "Is it hot?">><<scrollTop>><<ctpAdvance "VanessaHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa House Intro 3.jpg">
You watch as Vanessa slowly unzips her jacket.
//''Woah...''//
@@.you;
Yep! You are right! Man it's getting hot! Must be the global warming or something!@@
@@.emote;
Vanessa chuckles@@
<<linkreplace "Watch the show">><<scrollTop>><<ctpAdvance "VanessaHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa House Intro 4.jpg">
Vanessa fully undoes her jacket and pulls it open.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
There, much better. So, what were we talking about?@@
You end up laughing at her obvious move to change the subject.
@@.you;
Honestly? I don't remember.@@
@@.emote;
Vanessa smiles at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Great. So...@@
You and Vanessa talk about random subjects for a while longer.
<<linkreplace "Talk away">><<scrollTop>><<ctpAdvance "VanessaHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa House Intro 1.jpg">
As it starts to get late, you get up and stretch, while Vanessa closes her jacket again.
@@.you;
Man, that was fun. We should do this more often.@@
@@.emote;
Vanessa chuckles@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
You are welcome to come over after school. My parents usually work until late, so I'll be home alone.@@
@@.emote;
Vanessa winks at you@@
//''Yep, I should definitely give her a visit!''//
@@.love;
Vanessa loves you a little more@@
[[Help her clean up the mess and go back home|House][$senior.love += 1;$time.passTime(2);$player.money -= 20]]
<</ctp>>
<<set $VanessaHI to true>>
<<set $CallIntro to true>><<ctp "LindaHI">>
<img src="img/Other/Anna Calling.jpg">
As you are about to go to the parking lot to take your $ys.rel back home, your phone starts ringing.
//''I wonder who's calling...''//
You pull out your phone and see that it's Anna. You answer the call.
@@.you;
Hey Anna, I'm on my way to the parking lot right now.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.name! You don't have to take me home today, I will be staying here until later today. I have a group project that I need to start on. After it's done, my friend is going to take me back home.@@
@@.you;
Oh, I see. Okay. But if you need me to come and get you, just give me a call, alright?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! Thank you, $player.ys!@@
And with that, you end the call.
//''Now what? Should I just go straight home anyway...?''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name! Catch!@@
You quickly turn around only to see an apple flying your way.
//''What the hell?!''//
Your hand to eye coordination is good enough that you are easily able to catch it. You look forward and see that Linda was the one that threw it.
@@.you;
What's this for?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Payment.@@
@@.you;
Payment?@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yes, I need you to do something for me.@@
You raise an eyebrow.
@@.you;
And the payment is... An apple?@@
@@.emote;
Linda puts both hands on her waist@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, you should be thankful that I'm giving you my apple.@@
//''Didn't Rachel give it to you in the first place?''//
You sigh.
@@.you;
So, what can I help you with.@@
@@.emote;
Linda smiles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Now that's a good boy! I heard that you learned how to give massages from Jessica.@@
//''Jessica? Oh! The massage trainer!''//
@@.you;
Yes?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And she told me you were quite good at it!@@
@@.you;
Okay?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And my back has been killing me recently...@@
@@.you;
And then?@@
@@.emote;
Linda frowns at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Surely you know what I'm hinting at.@@
@@.you;
You want me to give you a massage?@@
@@.emote;
Linda smiles again@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I want you to give me a massage!@@
//''Well... I do have free time... And I would like to put my hands on her body...''//
@@.you;
Sure. But where would I be able to do it?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
At my house.@@
@@.you;
What?!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I've got a nice massage table and some premium oil back home. You can do it there.@@
@@.you;
Are you sure that's fine?@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Of course! It's not like we are going there to fuck. It's just a massage.@@
You feel that your ears are getting red.
@@.you;
Well, if you are fine with it.@@
@@.emote;
Linda takes out her cell phone@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Great! Here, give me your number and I will send you my address. So when you are free, you can come over.@@
Both of you exchange your numbers.
@@.you;
I've got some free time right now.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Really? Great! Then meet me at my house in 30 minutes, I have to get somethings ready.@@
@@.you;
Got it.@@
Saying that, Linda leaves towards her car.
//''I wonder how Linda knows about Jessica...''//
<<linkreplace "Kill some time and go to Linda's house">><<scrollTop>><<ctpAdvance "LindaHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda House.jpg">
You drive to Linda's house.
@@.you;
Man... That's quite the big house... Aren't teachers supposed to be underpaid?@@
As you are wondering how Linda can afford such a house, you text her.
@@.you;
I'm here.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
GR8! DOOR IS OPEN!@@
You become surprised by the way she texts.
//''Uh... Not sure what I expected, but this wasn't it...''//
<<linkreplace "Go inside the house">><<scrollTop>><<ctpAdvance "LindaHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda House Intro 1.jpg">
As you enter the house, you spot Linda in the living room and, behind her, a massage table.
@@.emote;
Linda smiles at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Good! You made it!@@
@@.you;
Hey Linda, this is quite the nice place you have.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It is, isn't it? It was a present from an old admirer.@@
@@.you;
Really? Someone gave you a house as a present?!@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well... Give is a strong word... More like I sued him for sexual harassment and we settled for me owning this house.@@
@@.you;
Wow! That guy must be loaded!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, he is the owner and president of the University. Oh, but you didn't hear this from me, got it?@@
//''Holy... How is she still even working there?!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Anyway, you came for a reason and that is to give me a massage. So how about we get to it?@@
@@.you;
Sure.@@
<<linkreplace "Get ready to massage her">><<scrollTop>><<ctpAdvance "LindaHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda House Intro 2.jpg">
You start looking around the room, thinking about what you are going to do next.
@@.emote;
Linda coughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name? I'm going to change here, mind waiting in another room?@@
@@.you;
Oh! Yeah! Of course! Sorry about that.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's alright. How about you go through that door and into the kitchen? You can even grab something to drink from the fridge. I will call you when I'm done.@@
@@.you;
Okay!@@
You immediately go into the kitchen. You are too nervous to get anything to drink, so you just wait.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay, $player.name! I'm done!@@
You go back into the living room and see that Linda is completely naked, with only a single towel covering her butt. You stand still as a statue, as you take in the view.
//''Whoa...''//
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I understand that a young man like yourself can't help but gawk. But how about you do that while massaging me?@@
You feel a bit embarrassed by being called out.
@@.you;
Yeah, sorry about that.@@
<<linkreplace "Start the massage">><<scrollTop>><<ctpAdvance "LindaHI">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda House Intro 3.mp4" autoplay loop/>
You pick up the oil and softly pour a good amount on her back.
@@.emote;
Linda trembles a bit@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I can't get used to how cold these oils feel.@@
@@.you;
Yeah, but it will get better once I start spreading it.@@
You rubs your hands for a bit in order to heat them up.
<<linkreplace "Spread the oil">><<scrollTop>><<ctpAdvance "LindaHI">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda House Intro 4.mp4" autoplay loop/>
You slowly spread the oil around her back, making sure it's evenly spread and that it covers every part.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm... Much better.@@
You softly put pressure to make sure she's as relaxed as she can get.
@@.emote;
Linda moans a bit@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I guess you are good at this...@@
You crack your knuckles.
@@.you;
Okay, I'm going to get started.@@
<<linkreplace "Massage her shoulders">><<scrollTop>><<ctpAdvance "LindaHI">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda House Intro 5.mp4" autoplay loop/>
You start by using your thumb to knead the shoulder, adding the fingers of the other hand to help apply more pressure.
@@.emote;
Linda moans@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's it... Get in there...@@
You can feel that her shoulder is kinda stiff, so you apply pressure to the shoulder with the fingertips, working in a circular motion up to the neck muscle.
@@.you;
Your shoulders are a bit stiff. Having a hard week?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Just the normal stress of being an adult...@@
Once you have finished the neck and shoulder massage, you glide both hands down the back in long, flowing strokes. You start to feel that familiar heat.
@@.you;
I'm going to do your sides now, is that fine?@@
@@.emote;
Linda moans but doesn't say anything@@
You can't help but smirk.
@@.you;
Going to take that as a yes.@@
<<linkreplace "Move to sides">><<scrollTop>><<ctpAdvance "LindaHI">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda House Intro 6.mp4" autoplay loop/>
You get a hold of the top of the hip with your thumbs and gently move up the muscle.
@@.emote;
Linda moans harder@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
So good...@@
You move your hand from her hip to her back and slowly push downwards to her hips, making sure to apply sufficient pressure. As you are moving your hand, you can feel them barely touching her side boob.
<<linkreplace "Continue the back massage">><<scrollTop>><<ctpAdvance "LindaHI">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda House Intro 7.mp4" autoplay loop/>
You position your thumbs at the top of the back, just below the neck. Using a fanning motion with your thumbs extended, you push gently down toward the lower back with your pressure angled at her feet.
@@.emote;
Linda shudders@@
You move your hands up and down her waist, making sure your fingers gently caress her breast as you pass by. As you are doing so, Linda raises both of her legs and arcs her back.
@@.emote;
Linda does muffled sounds@@
//''Did she just cum from that?!''//
<<linkreplace "Finish the back massage">><<scrollTop>><<ctpAdvance "LindaHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda House Intro 8.jpg">
As you finish the back massage, Linda gets up and wraps the towel around her waist, either not aware or not caring that her breast are exposed.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That was amazing, $player.name! I'm sure I could get used to it.@@
You can't help but feel proud that she's praising your skills.
@@.you;
Are you sure you don't want me to massage your legs?@@
@@.emote;
Linda chuckles and winks at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm not sure I could hold myself back if you massaged my legs. But thank you for that massage.@@
//''She wouldn't be able to hold herself back?!''//
@@.you;
You are very welcome. If you want me to massage you again, you can just tell me.@@
@@.emote;
Linda smiles at you and touches her breast@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I will keep that in mind. Now, go on. I need to get ready for the evening classes and you have been more than compensated for your work.@@
You end the gulping at the view.
@@.love;
Linda loves you a little more@@
@@.corruption;
Linda is a little more corrupted@@
[[Time to go home|House][$teacher.love += 1;$teacher.corruption += 1;$time.passTime(2)]]
<</ctp>>
<<set $LindaHI to true>>
<<set $CallIntro to true>><<ctp "RachelHI">>
<img src="img/Other/Anna Calling.jpg">
As you are about to go to the parking lot to take your $ys.rel back home, your phone starts ringing.
//''I wonder who's calling...''//
You pull out your phone and see that it's Anna. You answer the call.
@@.you;
Hey Anna, I'm on my way to the parking lot right now.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.name! You don't have to take me home today, I will be staying here until later today. I have a group project that I need to start on. After it's done, my friend is going to take me back home.@@
@@.you;
Oh, I see. Okay. But if you need me to come and get you, just give me a call, alright?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! Thank you, $player.ys!@@
And with that, you end the call.
//''Now what? Should I just go straight home anyway...?''//
As you are contemplating on what to do next, you spot Rachel walking in the opposite direction from the parking lot.
//''Odd... Doesn't she usually have to leave after class?''//
Curious, you decide to approach her.
@@.you;
Hey, Rachel!@@
@@.emote;
Rachel turns around@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, hi $player.name. Can I help you with something?@@
@@.you;
Nah, I was just curious on what you are up to.@@
@@.emote;
Rachel slightly tilts her head to the side@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Going home?@@
@@.you;
Don't you usually drive home?@@
@@.emote;
Rachel lowers her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
My car is in maintenance, so I have to take the bus today...@@
@@.you;
Is that so? Then how about I give you a lift?@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?! But don't you have to take your $ys.rel home?@@
You shrug.
@@.you;
She has to stay here until late and a friend of hers will drive her home. So, do you want a lift?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes, please!@@
//''Seems like she's quite happy.''//
Both of you walk towards your car.
@@.you;
Now that I think about it, I have no idea where you live.@@
@@.emote;
Rachel's face becomes pink@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh... It's at 2153 Saint Street...@@
//''Saint Street? Isn't that where all the rich folks live?!''//
@@.you;
Got it.@@
You open the passengers door.
@@.you;
Ladies first.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thank you!@@
<<linkreplace "Drive Rachel home">><<scrollTop>><<ctpAdvance "RachelHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel House.jpg">
As you are driving through Saint Street, you start to feel inadequate in your car.
//''Oh, look... Another Bugatti...''//
@@.you;
Hey, Rachel... Are you sure it's fine for me to be here?@@
@@.emote;
Rachel looks at you and tilts her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Why wouldn't it be?@@
//''Too innocent!''//
@@.you;
Nevermind...@@
After driving a bit more, you eventually reach your destination.
//''Holy! Look at the size of that house!''//
You are sure that the house must go for at least a couple million.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
We're here!@@
You stop the car and step out with Rachel.
@@.you;
You're house looks very... uh... Big.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah! It was my grandfather's house. He gifted it to my mother once she got married.@@
//''How rich can you possibly be?!''//
@@.you;
I'm sure it must be a lot of fun to bring friends over to play.@@
@@.emote;
Rachel's eyes become downcast@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah... I'm sure it would...@@
//''Shit! Forgot about that!''//
You can't help but cough at your thoughtlessness.
@@.emote;
Rachel raises her head and looks at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Say... Do... <span style="font-size:80%">Do...</span> <span style="font-size:70%">Do you want to come in?</span>@@
@@.you;
Sure, if your parents don't mind.@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?! My parents are usually out at this hour. The only person that is usually here is Melissa, our housekeeper.@@
//''You guys even have a housekeeper?!''//
@@.you;
Uh... I guess it's fine then.@@
@@.emote;
Rachel takes your hand@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Come! I want to show you the house!@@
//''Well, at least she's happy...''//
<<linkreplace "Go into the house">><<scrollTop>><<ctpAdvance "RachelHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel House Intro 1.jpg">
As you are about to enter the house with Rachel, someone calls out to her.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">?????<hr>
You got back earlier than expected, Rachel.@@
//''Who's that beauty?!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh... Hey, Melissa...@@
//''That's the housekeeper?! Holy...''//
You watch as Melissa walks up to you two.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Seems like you brought someone home... Now that's a miracle. Is this your boyfriend?@@
@@.emote;
Rachel's face becomes red in embarrassment@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
No! This is my... <span style="font-size:80%">My...</span> <span style="font-size:70%">Friend...</span>@@
@@.emote;
Melissa raises an eyebrow@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Didn't I already tell you to speak up? No one can understand you if your keep mumbling.@@
//''Huh... Beautiful on the outside, but a bitch on the inside...''//
You decide to assist Rachel. You extend your hand to Melissa.
@@.you;
Hey, I'm $player.name.@@
While your hand is extended, Melissa doesn't hold it. Instead, she just looks you up and down.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Decent, I guess. Make sure not to make any mess in there, got it? I'm the one that has to clean it.@@
Saying that, Melissa turns around and leaves. As she gets far enough, you stick out your tongue to her.
@@.emote;
Rachel giggles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sorry for that... She can be a bit...@@
@@.you;
Of a cunt?@@
@@.emote;
Rachel's face becomes red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I was going to say strict... Anyway! Let's go in!@@
Saying that, she takes your hand and opens the door.
<<linkreplace "Actually go inside">><<scrollTop>><<ctpAdvance "RachelHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel House Intro 2.jpg">
After a brief tour of the house, you and Rachel end up in the Living room.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
So, what did you think?@@
//''It's fucking huge!''//
@@.you;
You have a wonderful house.@@
@@.emote;
Rachel blushes a little bit@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehehe...@@
@@.you;
So, what do you usually do here?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, you know... Study...@@
@@.you;
Hm... What else?@@
@@.emote;
Rachel deflates@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Read... Watch TV... Listen to music... <span style="font-size:70%">Alone...</span>@@
//''Hm... It's worse than I thought...''//
You take out your cell phone and open your meme folder.
<<linkreplace "Show her some dank memes">><<scrollTop>><<ctpAdvance "RachelHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel House Intro 3.jpg">
You sit down on the sofa.
@@.you;
Sit down for a bit, I want to show you something.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, okay!@@
You watch as Rachel sits down on the armchair next to the Sofa.
@@.you;
Err... I meant next to me, I want to show you something on my cell phone.@@
@@.emote;
Rachel's face becomes red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Sorry!@@
She shyly gets up and moves towards you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Excuse me...@@
Once she sits down, you open your folder and choose one of your best memes.
<img src="img/Other/Chemistry Cat Meme.jpg">
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! I get it! During an exothermic reaction, energy is constantly given off, often in the form of heat!@@
You spend some time going through your meme folder.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
These are funny! Did you make them yourself?@@
@@.you;
Not at all, it's usually my friends that send them to me...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh...@@
//''Shit... I said the F word...''//
@@.you;
Say, how about we send each other some memes?@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?!@@
@@.emote;
Rachel picks up her cell phone and then freezes@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But I don't have your number...@@
@@.you;
Oh yeah! I forgot about that! Here, let's exchange numbers.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
You both exchange numbers.
@@.emote;
Rachel holds her cell phone closely and hums happily@@
//''Who would have thought that she would become so happy with just exchanging numbers...''//
As you are about to say something, Melissa walks into the living room.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Rachel. Your parents are about to get back home and they won't be happy if they know that there's a stranger in their house. It's time for him to leave.@@
//''Wow... Is she aiming for the title of Queen B?''//
<<linkreplace "Get off the sofa">><<scrollTop>><<ctpAdvance "RachelHI">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel House Intro 4.jpg">
As you get up and put your cell phone into your pocket, Rachel looks at you with downcast eyes.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sorry, $player.name...@@
@@.you;
Oh, don't worry. I understand.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah... But you came all this way and it feels like I'm kicking you out...@@
You can't help but laugh at her being timid.
@@.you;
Hey, like I said, don't worry. I can always come back another day.@@
@@.emote;
Rachel becomes surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What?!@@
@@.you;
Unless you don't want me to...?@@
@@.emote;
Rachel furiously shakes her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
No! I mean yes! Wait... I mean no! Uh...@@
You can almost see steam coming out of her ears. You laugh even harder.
@@.you;
So you are saying it's fine if I visit again?@@
@@.emote;
Rachel becomes very embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes... Oh! But it has to be after school!@@
@@.you;
Got it, I will visit you when I have free time.@@
@@.emote;
Rachel gives you a radiant smile@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! Thanks!@@
You follow Rachel as she shows you out.
@@.you;
I will see you next time, Rachel!@@
@@.emote;
Rachel waves at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
See you!@@
As you are leaving, she goes back inside and closes the door.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
<span style="font-size:70%">YES! I DID IT! I HAVE ANOTHER FRIEND, THAT MAKES TWO!</span>@@
You can't help but chuckle as you get back to your car.
@@.love;
Rachel loves you a little more@@
[[Go back home|House][$student.love += 1;$time.passTime(2)]]
<</ctp>>
<<set $RachelHI to true>>
<<set $CallIntro to true>><img src="img/Other/Vanessa Calling.jpg">
<span style="color:gold;">Congratulations! You've just unlocked the ability to visit people who you have got their cell phone number!
Of course, you won't be able to visit them at any time, they have their own schedule. As such, you can visit them on Mondays to Fridays (Late Afternoon and Evening) and on Sundays and Saturdays (Early Morning, Late Afternoon and Evening).
Be aware that some times they may not be available to visit, even on those hours.
In order to visit them, you must go to the House area and give them a call! If they are not available, they will tell you that they are busy. But keep in mind that the option will only show during the appropriate hours!</span>
[[Understood|House]]
<<set $FlagA to true>><<if $LindaHI>>
<<btnLink "Call Linda" "Call Linda">><</if>>
<<if $RachelHI>>
<<btnLink "Call Rachel" "Call Rachel">><</if>>
<<if $VanessaHI>>
<<btnLink "Call Vanessa" "Call Vanessa">><</if>>
<<btnLink "Don't call anyone" "House">><<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<goto "Linda Busy">>
<<case "Evening">>
<<goto "Linda Busy">>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<goto "Linda Busy">>
<<case "Evening">>
<<goto "Linda Massages You">>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<goto "Linda Massage">>
<<case "Evening">>
<<goto "Linda Busy">>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<goto "Linda Busy">>
<<case "Evening">>
<<goto "Linda Massages You">>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<goto "Linda Massage">>
<<case "Evening">>
<<goto "Linda Busy">>
<</switch>>
<!--================================================================-->
<<case "Saturday">>
<<switch $time.time>>
<<case "Late Morning">>
<<goto "Linda Pool">>
<<case "Late Afternoon">>
<<goto "Linda Busy">>
<<case "Evening">>
<<goto "Linda Dinner">>
<</switch>>
<!--================================================================-->
<<case "Sunday">>
<<switch $time.time>>
<<case "Late Morning">>
<<goto "Linda Photos">>
<<case "Late Afternoon">>
<<goto "Linda Yoga">>
<<case "Evening">>
<<goto "Linda Busy">>
<</switch>>
<!--================================================================-->
<</switch>><<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<goto "Rachel Busy">>
<<case "Evening">>
<<goto "Rachel Busy">>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<if $student.corruption gt 2>>
<<goto "Rachel Playing 3">>
<<elseif $student.corruption gt 0>>
<<goto "Rachel Playing 2">>
<<else>>
<<goto "Rachel Playing">>
<</if>>
<<case "Evening">>
<<goto "Rachel Busy">>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<goto "Rachel Busy">>
<<case "Evening">>
<<if $student.lovelevel gte 2>>
<<goto "Rachel Study 2">>
<<else>>
<<goto "Rachel Study">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<if $student.corruption gt 2>>
<<goto "Rachel Playing 3">>
<<elseif $student.corruption gt 0>>
<<goto "Rachel Playing 2">>
<<else>>
<<goto "Rachel Playing">>
<</if>>
<<case "Evening">>
<<goto "Rachel Busy">>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<goto "Rachel Busy">>
<<case "Evening">>
<<if $student.lovelevel gte 2>>
<<goto "Rachel Study 2">>
<<elseif $RebecaTalk and not $RachelInvite and $student.love gte 15 and $ticketsbuy>>
<<goto "Invite Rachel">>
<<else>>
<<goto "Rachel Study">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Saturday">>
<<switch $time.time>>
<<case "Late Morning">>
<<goto "Rachel Busy">>
<<case "Late Afternoon">>
<<if $student.corruptionlevel gte 2>>
<<goto "Rachel Yoga 3">>
<<elseif $DealingMelissa2 and not $InviteRachelAgain and $student.love gte 19>>
<<goto "Invite Rachel Again">>
<<elseif $student.corruption gt 0>>
<<goto "Rachel Yoga 2">>
<<else>>
<<goto "Rachel Yoga">>
<</if>>
<<case "Evening">>
<<if $student.corruptionlevel gte 2>>
<<goto "Rachel Photos 3">>
<<elseif $RachelP and not $RachelC and $player.charm is 10>>
<<goto "Corrupting Rachel">>
<<elseif $Cosplay and $student.corruptionlevel is 0>>
<<goto "Rachel Cosplay Pictures">>
<<elseif $RachelC>>
<<goto "Rachel Photos 2">>
<<else>>
<<goto "Rachel Photos">>
<</if>>
<</switch>>
<!--================================================================-->
<<case "Sunday">>
<<switch $time.time>>
<<case "Late Morning">>
<<if $student.lovelevel gte 2>>
<<goto "Rachel Brunch 2">>
<<else>>
<<goto "Rachel Brunch">>
<</if>>
<<case "Late Afternoon">>
<<if $InviteRachelAgain and $student.lovelevel is 1>>
<<goto "Date with Rachel">>
<<else>>
<<goto "Rachel Busy">>
<</if>>
<<case "Evening">>
<<goto "Rachel Shower">>
<</switch>>
<!--================================================================-->
<</switch>><<switch $time.day>>
<!--================================================================-->
<<case "Monday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<goto "Vanessa Massage">>
<<case "Evening">>
<<goto "Vanessa Busy">>
<</switch>>
<!--================================================================-->
<<case "Tuesday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<goto "Vanessa Busy">>
<<case "Evening">>
<<goto "Vanessa Busy">>
<</switch>>
<!--================================================================-->
<<case "Wednesday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<goto "Vanessa Study">>
<<case "Evening">>
<<goto "Vanessa Busy">>
<</switch>>
<!--================================================================-->
<<case "Thursday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<goto "Vanessa Busy">>
<<case "Evening">>
<<goto "Vanessa Busy">>
<</switch>>
<!--================================================================-->
<<case "Friday">>
<<switch $time.time>>
<<case "Late Afternoon">>
<<goto "Vanessa Study">>
<<case "Evening">>
<<goto "Vanessa Busy">>
<</switch>>
<!--================================================================-->
<<case "Saturday">>
<<switch $time.time>>
<<case "Late Morning">>
<<goto "Vanessa Busy">>
<<case "Late Afternoon">>
<<goto "Vanessa and Friend">>
<<case "Evening">>
<<goto "Vanessa Busy">>
<</switch>>
<!--================================================================-->
<<case "Sunday">>
<<switch $time.time>>
<<case "Late Morning">>
<<goto "Vanessa Eat">>
<<case "Late Afternoon">>
<<goto "Vanessa Busy">>
<<case "Evening">>
<<goto "Vanessa Busy">>
<</switch>>
<!--================================================================-->
<</switch>><img src="img/Other/Linda Calling.jpg">
You decide to give Linda a call.
@@.data;
Ringing... Ringing...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name. I'm sorry, but I'm very busy at the moment. Mind calling some other time?@@
@@.you;
Oh, no problem. Sorry to bother you.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's no bother at all. Talk to you next time.@@
@@.you;
Yeah, see ya.@@
You hang up.
//''Seems like right now is not a good time to visit Linda...''//
[[Go back|Call]]<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name! I'm kinda busy right now, so I can't really stay on the phone!@@
@@.you;
Oh, is that so? Sorry for calling, then...@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Don't worry! Call me some other time, okay?@@
@@.you;
Got it. Bye, Rachel.@@
You hang up.
//''Seems like right now is not a good time to visit Rachel...''//
[[Go back|Call]]<img src="img/Other/Vanessa Calling.jpg">
You decide to give Vanessa a call.
@@.data;
Ringing... Ringing...@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey, hotstuff. I can't really stay on the phone for long. I'm really busy right now.@@
@@.you;
Oh, is that so? Sorry for calling, then...@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
It's fine. Make sure to call me later, okay?@@
@@.you;
Got it. Bye, Vanessa.@@
You hang up.
//''Seems like right now is not a good time to visit Vanessa...''//
[[Go back|Call]]<<ctp "LindaPool">>
<img src="img/Other/Linda Calling.jpg">
You decide to give Linda a call.
@@.data;
Ringing... Ringing...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name.@@
@@.you;
Hi, Linda. What are you up to?@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm currently enjoying my pool. Why don't you put some trunks on and come over?@@
//''Pool? Pool equals bikini!''//
@@.you;
On my way!@@
<<linkreplace "Visit Linda">><<scrollTop>><<ctpAdvance "LindaPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Pool 1.jpg">
You arrive at her house and immediately spot Linda staring at the pool.
//''Whoa...''//
@@.emote;
Linda notices you and turns her head around@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh, you've arrived. Good.@@
<<linkreplace "Greet Linda">><<scrollTop>><<ctpAdvance "LindaPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Pool 2.jpg">
As Linda turns around to face you, she also looks you up and down.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm... Now that I can get a closer look at you. You are quite fit, aren't you?@@
@@.you;
Well, I do swim a lot. While it won't make me huge, it does keep me lean.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh yeah... I do remember you saying that you swam...@@
@@.emote;
Linda thinks for a bit and then gives you a devilish smile@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Want to make a bet?@@
@@.you;
What kind of bet?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
If you can't cross the length of the pool, five times, without coming up to breathe, you will have to pay for my lunch on Monday.@@
You raise an eyebrow at her.
@@.you;
And what if I win?@@
@@.emote;
Linda smile widens@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's a surprise.@@
You look at the pool.
//''Seems like it's 10 meters in length... Times five... So around the distance of an Olympic pool?''//
You nod your head.
@@.you;
Got it.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Great! Let's see what you go!@@
You stand in front of the pool and warm up a little bit.
<<linkreplace "Take a deep breath">><<scrollTop>><<ctpAdvance "LindaPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Champ Swim.jpeg">
As you jump into the pool, you use your momentum to carry you to the end of it.
//''That's one...''//
You flip around and use your feet you push you forward.
//''This should be easy...''//
You start swimming and reach where you started.
//''That's two...''//
Your momentum has ended and now you need to rely solely on technique, in order to maintain speed.
//''I'm not really used to this...''//
You make your way to the end of the pool, but the burden is starting to take its toll on you.
//''That's three...''//
You use your feet to once again push yourself forward, but you weren't able to gain much from it.
//''This is harder than I thought...''//
You keep swimming and once again reach where you started.
//''That's four... One more to go...''//
You feel your lungs burning now, your mouth desperate to open in order to bring in some oxygen.
//''I can do this!''//
You no longer have any semblance of technique, instead relying purely on force to push you towards the end. As you are thinking that you wouldn't make it, your hand touches the wall.
<<linkreplace "Get out and breathe!">><<scrollTop>><<ctpAdvance "LindaPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Pool 3.jpg">
As you get out of the water and take a huge breathe, you open your eyes. This causes your to gulp in surprise, causing you to choke on air. You start coughing violently.
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Seems like you DO swim a lot. I'm impressed.@@
You try to say something to her, but you are still coughing.
@@.emote;
Linda covers up her breasts, crouches down and taps your back@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come on, calm down. Just focus on breathing.@@
As you calm down a bit, you are able to stop coughing.
@@.you;
I thought I was going die for a moment...@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Sorry, I thought you would enjoy the surprise.@@
You look up at her and become disappointed when you notice that she already covered herself up.
@@.you;
I wasn't even able to see it well...@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, maybe you will have another chance some other time.@@
Saying that, Linda jumps into the pool with you.
@@.corruption;
Linda is a little more corrupted@@
[[Play around and go home|House][$teacher.corruption += 1;$time.passTime(1)]]
<</ctp>><<if not $Camera>>
<img src="img/Other/Linda Calling.jpg">
You decide to give Linda a call.
@@.data;
Ringing... Ringing...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name.@@
@@.you;
Hi, Linda. What are you up to?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Getting myself a suntan in front of the pool.@@
//''Damn... This would have been a great opportunity to get some pictures! If I had a camera, that is...''//
@@.you;
I see, well, make sure to not get a sunburn!@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Don't worry, I will be careful.@@
[[Hang up|Call]]
<<else>>
<<ctp "LindaPhotos">>
<img src="img/Other/Linda Calling.jpg">
You decide to give Linda a call.
@@.data;
Ringing... Ringing...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name.@@
@@.you;
Hi, Linda. What are you up to?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Getting myself a suntan in front of the pool.@@
//''A suntan? This might be a great opportunity to get some nice pictures!''//
@@.you;
Mind if I drop over?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Sure, I don't mind.@@
//''Better take my camera with me!''//
<<linkreplace "Visit Linda">><<scrollTop>><<ctpAdvance "LindaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Photos 1.jpg">
As you arrive at Linda's house, you go to the back yard where the pool is at. Once you get there, you spot Linda laying on the chair.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name! Come, sit down.@@
You sit down on a chair next to her.
@@.you;
Hey, Linda.@@
@@.emote;
Linda looks at the box you are carrying@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What's that? Did you bring me a gift?@@
You pick up the box and open it, taking out your camera.
@@.you;
Not exactly. I was wondering if you would like to have some pictures taken.@@
@@.emote;
Linda looks at the camera and frowns@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You are not going to use them as "material", are you?@@
You feel your face becoming red.
@@.you;
No! Of course not! I... I was just thinking it would be... Nice?@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, I don't mind.@@
@@.emote;
Linda lays on her back and poses@@
//''Alright!''//
You get down to take pictures at a lower angle.
<<linkreplace "Take pictures of Linda">><<scrollTop>><<ctpAdvance "LindaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Photos 2.jpg">
You start taking pictures of her laying down.
//''This is good!''//
@@.you;
You are a natural at this, Linda!@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Let's just say that I've got some experience with this.@@
//''Experience? Was she a model?''//
As you get some more pictures, you decide to ask her to change the pose.
@@.you;
Linda, do you mind changing the pose?@@
<<linkreplace "Take pictures of Linda">><<scrollTop>><<ctpAdvance "LindaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Photos 3.jpg">
You watch as Linda gets up on all four and raises her hip.
//''Whoa... She wasn't kidding...''//
You take more pictures of her, trying to make sure to capture her whole figure.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What do you think?@@
@@.you;
You look amazing, Linda! Let's get another pose!@@
@@.emote;
Linda chuckles@@
<<linkreplace "Take pictures of Linda">><<scrollTop>><<ctpAdvance "LindaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Photos 5.jpg">
Linda raises herself up a little bit and turn around, giving you ample view of her ass.
//''Dat ass!''//
You make sure to focus it.
@@.you;
Looking good!@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Me or my ass?@@
You feel a bit embarrassed, but decide to just go with the flow.
@@.you;
Both!@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Honesty. I like that.@@
<<linkreplace "Take pictures of Linda">><<scrollTop>><<ctpAdvance "LindaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Photos 4.jpg">
Linda gets into a crawl position, making sure to emphasize her bust.
//''So freakin hot!''//
You start to feel a stirring in your loins.
//''If she would lower just a bit more, her breasts would look perfect...''//
@@.you;
Would you mind lowering your back just a smidgen?@@
@@.emote;
Linda gives you knowing smile and lowers her back a bit@@
<<linkreplace "Take pictures of Linda">><<scrollTop>><<ctpAdvance "LindaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Photos 6.jpg">
As you finish taking photos, Linda gets up.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You can take a few more, after this I need to get going.@@
//''Aww... I better make them good!''//
@@.you;
Would you mind holding your straps like you are about to untie them?@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Naughty, aren't you?@@
Saying that, Linda holds the straps and you start to take pictures.
@@.you;
Great! Now turn around, please!@@
<<linkreplace "Take pictures of Linda">><<scrollTop>><<ctpAdvance "LindaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Photos 7.jpg">
Linda turns around and you can now take pictures of her back.
@@.you;
Looking great!@@
@@.emote;
Linda hums@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hope you are finished, because I have to go.@@
@@.you;
Yeah... I feel like there's something missing, but I can't put a hand on it...@@
@@.emote;
Linda raises an eyebrow@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I think I know what you want.@@
<<linkreplace "Take pictures of Linda">><<scrollTop>><<ctpAdvance "LindaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Photos 8.jpg">
Linda uses both of her hands to spread her cheeks, giving you a glimpse of her crotch.
//''Oh, my God!''//
You feel like a lightning just hit you and you start taking pictures as fast as your finger allows you.
@@.you;
You are a genius, Linda!@@
@@.emote;
Linda laughs and lets go of her ass@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, I have to go now, $player.name. Don't stay up until late with those photos, okay? You have school on Monday.@@
You feel your ears heating up in embarrassment has she leaves.
//''Got some nice treasure!''//
[[Time to go home|House][$time.passTime(1)]]
<</ctp>>
<</if>><<if not $LindaYogaFT>>
<<ctp "LindaYoga">>
<img src="img/Other/Linda Calling.jpg">
You decide to give Linda a call.
@@.data;
Ringing... Ringing...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name.@@
@@.you;
Hi, Linda. What are you up to?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm going out to practice some yoga at the hill close to my house. Up for joining me?@@
//''Well, I don't have anything better to do''//
@@.you;
Sure! I will bring my mat with me.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Great, you will be able to spot me from the front of my house.@@
@@.you;
Got it, I'm on my way.@@
<<linkreplace "Visit Linda">><<scrollTop>><<ctpAdvance "LindaYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Yoga 1.jpg">
After arriving at Linda's house, you spot her standing on top of a hill, you decide to wave at her.
@@.emote;
Linda waves back@@
You start to make your way up the hill and eventually arrive.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You're finally here. Come, put down your mat and have a seat.@@
You put down the mat and sit down.
@@.you;
Hey, Linda. I've gotta ask... Why are you doing yoga on top of a hill?@@
@@.emote;
Linda waves around@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Look at this landscape, isn't it beautiful? If yoga is all about the union of body and spirit, wouldn't the best place be here?@@
@@.you;
I guess?@@
@@.emote;
Linda frowns at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Not much into spiritualism, are you?@@
You give her wry smile.
@@.you;
Not really, I'm more of a body type of person.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's fine. You can get up now, we will start our exercises.@@
//''Then why did I have to sit in the first place?''//
<<linkreplace "Get up">><<scrollTop>><<ctpAdvance "LindaYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Yoga 2.jpg">
You get up and get in position.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay, now breathe in...@@
@@.emote;
Linda breathes in@@
You breathe in and hold your breath for a few seconds.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And breathe out...@@
@@.emote;
Linda breathes out@@
And this continues for a solid five minutes.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
There, don't you feel better? More connected to nature?@@
@@.you;
I guess? I'm going to be honest with you, Linda. I don't really get it...@@
<<linkreplace "Sit down">><<scrollTop>><<ctpAdvance "LindaYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Yoga 3.jpg">
As you sit down and look up at Linda, she laughs and raises her shirt.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Don't worry, $player.name! You don't have to get it. It's also really good for keeping in shape, see?@@
@@.you;
Well... I can say that, at the very least, it is working for you.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay, enough of that. Let's continue.@@
<<linkreplace "Continue with the Yoga">><<scrollTop>><<ctpAdvance "LindaYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Yoga 4.jpg">
Linda gets on all four and then raises her ass.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
This position is called "Downward Dog"...@@
As she raises her ass, you can't help but stare at it.
@@.emote;
Linda frowns at you@@
As you are staring at her ass, you don't notice that she's looking at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name?@@
<<linkreplace "Keep staring">><<scrollTop>><<ctpAdvance "LindaYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Yoga 5.jpg">
As you were staring at her ass, Linda stops her posture and sits down again.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name, if you are not going to take this serious, then I don't think you should be here.@@
//''Damn... I fucked up...''//
@@.you;
Sorry, Linda. I will focus this time.@@
@@.emote;
Linda shakes her head@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I think you should learn a bit more about yoga...@@
//''I better not push it...''//
@@.you;
Got it. I will see you Monday then.@@
//''I should probably learn more about yoga before I try this again...''//
<<set $LindaYogaFT>>
[[Time to go home|House][$time.passTime(1)]]
<</ctp>>
<<else>>
<img src="img/Other/Linda Calling.jpg">
You decide to give Linda a call.
@@.data;
Ringing... Ringing...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name.@@
@@.you;
Hi, Linda. What are you up to?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm going out to practice some yoga at the hill close to my house. Did you learn more about yoga?@@
//''Damn.. I still have to learn more about yoga...''//
@@.you;
Not yet...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Then when you do, you are welcome to join me.@@
@@.you;
Got it.@@
[[Hang up|Call]]
<</if>><<ctp "LindaDinner">>
<img src="img/Other/Linda Calling.jpg">
You decide to give Linda a call.
@@.data;
Ringing... Ringing...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name.@@
@@.you;
Hi, Linda. What are you up to?@@
@@.emote;
Linda sighs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Currently trying to find the will to make dinner... I think I will just order takeout... Again...@@
//''This might be a good opportunity for me!''//
@@.you;
How about this, why don't I go over and make some dinner for us?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh? Well, aren't you the gentleman? Sure, I would love that. Hell, I'm even going to buy a wine bottle for us!@@
@@.you;
I'll be on my way then.@@
<<linkreplace "Visit Linda">><<scrollTop>><<ctpAdvance "LindaDinner">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Dinner 1.jpg">
You arrive at Linda's house. You knock on the door and wait. After a few seconds, someone opens the door.
@@.emote;
Linda smiles at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You've arrived! Great! I'm starving! Come in, I got us a nice white wine!@@
@@.you;
Excuse me then.@@
You walk in as Linda closes the door. You take this opportunity to check her out.
//''Wow... That dress really compliments her b... Body...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come! The kitchen is this way!@@
You follow Linda as she happily takes you to the kitchen.
//''I wonder how much she hates cooking...''//
As you enter the kitchen, you notice a shopping bags around the table.
@@.emote;
Linda becomes bashful@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I had to buy some ingredients... I haven't cooked in a while...@@
You can't help but laugh at that.
@@.you;
Don't worry. Fresh is better, anyway.@@
<<linkreplace "Start cooking">><<scrollTop>><<ctpAdvance "LindaDinner">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Dinner 2.jpg">
As you start cooking, Linda stands right next to you.
//''Wish she would give me a little bit of space here...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Are you sure that it's going to turn out good?@@
@@.you;
Sure, why wouldn't it?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well... You don't really look like the type that cooks...@@
//''Rude...''//
@@.you;
Well, most of the cooking at home isn't done by me. But I do help out and even cook sometimes.@@
You continue cooking, while Linda remains standing right next to you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Are you sure that it's g-@@
You use the spoon to put a bit of the rice into a bowl.
@@.you;
Here, taste this.@@
<<linkreplace "Have her taste it">><<scrollTop>><<ctpAdvance "LindaDinner">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Dinner 3.jpg">
Linda takes the spoon and has a bite of the rice.
@@.emote;
Linda's eyes light up@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Woah! This is actually good!@@
//''Still rude...''//
@@.you;
I told you. I may not always cook, but when I do, it tastes just fine.@@
@@.emote;
Linda gives you a wry smile@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Sorry... It's just that I'm not that great at cooking...@@
//''Noticed that...''//
You give her a smile.
@@.you;
Don't worry, we all have things we are not good at.@@
@@.emote;
Linda becomes a bit embarrassed@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah... And I'm supposed to be the adult here. I will go set the table then.@@
//''Good... Now I can actually cook in peace...''//
You watch as Linda leaves the kitchen.
<<linkreplace "Finish cooking">><<scrollTop>><<ctpAdvance "LindaDinner">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Dinner 4.jpg">
As you enter the dining room, you notice that there are no plates. In its place, there's a banana tree leaf.
@@.you;
Really...?@@
@@.emote;
Linda becomes embarrassed@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I actually only had one plate, and it broke last week... I was planning on getting more... But, you know... Anyway! I made sure to wash it, so it's fine!@@
You can't help but sigh.
//''Where did my reliable teacher go to?''//
You serve the food while Linda serves the wine. You both eat, drink and talk about your day.
<<linkreplace "Finish eating">><<scrollTop>><<ctpAdvance "LindaDinner">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Dinner 5.jpg">
As you finish eating, it seems like Linda drank most of the wine. You notice that Linda is a bit tipsy and her words are sluring a little bit.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Sorry about today...@@
You give her a smile.
@@.you;
It's not a problem. Hell, I find it more charming that you have flaws.@@
@@.emote;
Linda's face becomes a bit red.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay, enough out of you. If you keep throwing sweet words at me, I might end up making a mistake.@@
//''Damn...''//
@@.you;
Well, then I will be going. It was a lovely night.@@
As you are about to turn around and leave, Linda pulls you in.
<img src="img/Linda/Linda Kiss.jpg">
As you feel something soft press against your lips, you notice that Linda has kissed you.
@@.emote;
Linda gives you a smile and winks@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, I guess a small mistake is fine. I'm blaming it on the wine.@@
//''Yes! I'm getting there!''//
@@.you;
I will gladly take it.@@
Linda opens the door for you to leave.
@@.you;
Good night, Linda.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Good night, $player.name. I had a lot of fun too.@@
@@.love;
Linda loves you a little more@@
[[Time to go home|House][$teacher.love += 1;$time.passTime(2)]]
<</ctp>><<if not $Massage>>
<img src="img/Other/Linda Calling.jpg">
You decide to give Linda a call.
@@.data;
Ringing... Ringing...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name.@@
@@.you;
Hi, Linda. What are you up to?@@
@@.emote;
Linda groans@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Nothing at the moment. My back is kinda hurting...@@
//''Maybe if I knew how to give massages, I could give her one...''//
@@.you;
Damn... That sucks. Make sure to take care of yourself, Linda.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Don't worry, I will.@@
[[Hang up|Call]]
<<else>>
<<ctp "LindaMassage">>
<img src="img/Other/Linda Calling.jpg">
You decide to give Linda a call.
@@.data;
Ringing... Ringing...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name.@@
@@.you;
Hi, Linda. What are you up to?@@
@@.emote;
Linda groans@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Nothing at the moment. My back is kinda hurting...@@
@@.you;
Really? Would you like me to give you a massage?@@
@@.emote;
Linda becomes excited@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You would? Sure! Come right over! I will prepare the living room for you!@@
@@.you;
Got it, I will be on my way then.@@
<<linkreplace "Visit Linda">><<scrollTop>><<ctpAdvance "LindaMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Massage 1.jpg">
You arrive at Linda's house and press the doorbell.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come in! It's open!@@
You open the door and spot Linda in the middle of taking off her shirt.
//''Nice...''//
@@.you;
Hey, Linda. Are you ready for the massage?@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Give me a second. Go to the kitchen real quick so I can finish undressing.@@
@@.you;
Got it.@@
You start going towards the kitchen, but become curious.
<<linkreplace "One last peek">><<scrollTop>><<ctpAdvance "LindaMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Massage 2.jpg">
Before you enter the kitchen, you turn your head around to look at Linda.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey! No peeking!@@
//''Damnit... Seems like she already knew that I was going to look...''//
@@.you;
Err... I just wanted to know if I can get some water...@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm sure that was the reason. Sure, you can drink anything in the fridge. But no peeking, got it?@@
@@.you;
Got it, sorry.@@
You go into the kitchen and drink a glass of water.
//''Man does she have a nice looking ass...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm ready! You can come in!@@
You move back to the living room and see Linda being covered only by a towel.
<<linkreplace "Start the massage">><<scrollTop>><<ctpAdvance "LindaMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda House Intro 3.mp4" autoplay loop/>
You pick up the oil and softly pour a good amount on her back.
@@.emote;
Linda trembles a bit@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I can't get used to how cold these oils feel.@@
@@.you;
Yeah, but it will get better once I start spreading it.@@
You rubs your hands for a bit in order to heat them up.
<<linkreplace "Spread the oil">><<scrollTop>><<ctpAdvance "LindaMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda House Intro 4.mp4" autoplay loop/>
You slowly spread the oil around her back, making sure it's evenly spread and that it covers every part.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm... Much better.@@
You softly put pressure to make sure she's as relaxed as she can get.
@@.emote;
Linda moans a bit@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You are so good at this...@@
You crack your knuckles.
@@.you;
Okay, I'm going to get started.@@
<<linkreplace "Massage her shoulders">><<scrollTop>><<ctpAdvance "LindaMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda House Intro 5.mp4" autoplay loop/>
You start by using your thumb to knead the shoulder, adding the fingers of the other hand to help apply more pressure.
@@.emote;
Linda moans@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's it... Get in there...@@
You can feel that her shoulder is kinda stiff, so you apply pressure to the shoulder with the fingertips, working in a circular motion up to the neck muscle.
@@.you;
Seems like I found the issue... I will get that stiffness right out of there.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That would be nice...@@
Once you have finished the neck and shoulder massage, you glide both hands down the back in long, flowing strokes. You start to feel that familiar heat.
@@.you;
I'm going to do your sides now, is that fine?@@
@@.emote;
Linda moans but doesn't say anything@@
You can't help but smirk.
@@.you;
Going to take that as a yes.@@
<<linkreplace "Move to sides">><<scrollTop>><<ctpAdvance "LindaMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda House Intro 6.mp4" autoplay loop/>
You get a hold of the top of the hip with your thumbs and gently move up the muscle.
@@.emote;
Linda moans harder@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
So good...@@
You move your hand from her hip to her back and slowly push downwards to her hips, making sure to apply sufficient pressure. As you are moving your hand, you can feel them barely touching her side boob.
<<linkreplace "Continue the back massage">><<scrollTop>><<ctpAdvance "LindaMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda House Intro 7.mp4" autoplay loop/>
You position your thumbs at the top of the back, just below the neck. Using a fanning motion with your thumbs extended, you push gently down toward the lower back with your pressure angled at her feet.
@@.emote;
Linda shudders@@
You move your hands up and down her waist, making sure your fingers gently caress her breast as you pass by. As you are doing so, Linda raises both of her legs and arcs her back.
@@.emote;
Linda does muffled sounds@@
//''Did she just cum from that?!''//
<<linkreplace "Finish the back massage">><<scrollTop>><<ctpAdvance "LindaMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda House Intro 8.jpg">
As you finish the back massage, Linda gets up and wraps the towel around her waist, either not aware or not caring that her breast are exposed.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That was amazing, $player.name! I'm sure I could get used to it.@@
You can't help but feel proud that she's praising your skills.
@@.you;
Are you sure you don't want me to massage your legs?@@
@@.emote;
Linda chuckles and winks at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm not sure I could hold myself back if you massaged my legs. But thank you for that massage.@@
//''She wouldn't be able to hold herself back?!''//
@@.you;
You are very welcome. If you want me to massage you again, you can just tell me.@@
@@.emote;
Linda smiles at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Thanks, $player.name! I will make sure to repay the favor. Now I need to get ready for the evening classes.@@
@@.you;
Got it. Have a good day.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Bye, $player.name.@@
As you are leaving, you open and close your hands, remembering the feeling in your hands.
@@.love;
Linda loves you a little more@@
@@.corruption;
Linda is a little more corrupted@@
[[Time to go home|House][$teacher.love += 1;$teacher.corruption += 1;$time.passTime(1)]]
<</ctp>>
<</if>><<ctp "LindaMassagesYou">>
<img src="img/Other/Linda Calling.jpg">
You decide to give Linda a call.
@@.data;
Ringing... Ringing...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name! I was just thinking of giving you a call!@@
@@.you;
Really?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yeah, I learned a few massage techniques from Jessica. Up for being my guinea pig?@@
//''If I'm up to have you touch me?! Of course!''//
@@.you;
Sure, I don't mind.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Great! Then move your ass, I will prepare the area.@@
@@.emote;
Linda hangs up@@
@@.you;
Receiving a massage, uh...@@
<<linkreplace "Visit Linda">><<scrollTop>><<ctpAdvance "LindaMassagesYou">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Massages You 1.jpg">
You arrive at Linda's house and press the doorbell. After a few seconds, the door opens.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Welcome, $player.name!@@
You can't help but gawk at Linda's attire. You can easily tell that she's not wearing a bra.
@@.emote;
Linda raises an eyebrow@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Did you come here to stare or to be massaged?@@
@@.you;
Ah! Sorry, I couldn't help staring at your beauty...@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Always with the silver tongue... Come on in.@@
You walk in and follow Linda to her bedroom.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I was going to use the living room, but it's kind of a mess at the moment.@@
You look over at the living room and see a lot of boxes and vials.
@@.you;
Is that all from school?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yeah, since I don't teach classes in the evening on Tuesdays and Thursdays, I usually have to bring the work back home.@@
//''Being a teacher must be tougher than I thought...''//
You walk into her bedroom, where there's a massage table right in front of her bed.
@@.emote;
Linda turns around and smiles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay, now off with your clothes.@@
@@.you;
Got it.@@
You start looking around for a place to take off your clothes.
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What are you being all shy for? Just take it off here and lie down.@@
You feel a bit embarrassed to do it in front of her, but you do it anyway. You strip down and remain in your briefs.
@@.emote;
Linda taps the massage table@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Now up you go!@@
You lay down on the massage table.
<<linkreplace "Get massaged">><<scrollTop>><<ctpAdvance "LindaMassagesYou">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Massages You 2.mp4" autoplay loop/>
Linda starts by pouring oil on your back.
//''Cold!''//
@@.you;
Ah!@@
@@.emote;
Linda laughs and winks at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Cold, isn't it? Consider this payback.@@
You watch as Linda starts to heat up her hands in preparation.
<<linkreplace "Get massaged">><<scrollTop>><<ctpAdvance "LindaMassagesYou">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Massages You 3.mp4" autoplay loop/>
Linda starts with her hands parallel to each other and slides them down each side of the spine, massaging all the way down to the lower back, then slides them up all the way to the neck, over the shoulders, and down the arms to the fingertips.
You can't help but moan a bit.
//''Damn, this feels good!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Enjoying it?@@
@@.you;
This feels amazing!@@
@@.emote;
Linda chuckles and continues@@
After repeating that movement for a while, she stops and shakes her head.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm... I'm not going to be able to continue this massage like this...@@
//''Like this?''//
@@.you;
What's the problem?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
This!@@
@@.emote;
Linda slaps your ass@@
@@.you;
Ow!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
This underwear is getting in the way! We will have to remove it!@@
@@.you;
WHA-@@
<<linkreplace "Bye briefs">><<scrollTop>><<ctpAdvance "LindaMassagesYou">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Massages You 4.mp4" autoplay loop/>
Before you can even react to it, Linda pulls down your briefs and tosses them to the side. You try to cover your butt.
@@.you;
Hey!@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Don't be such a baby, I'm going to put a towel on top of it.@@
Saying that, Linda pulls out a towel and covers your ass.
//''I'm going to pay you back for this...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
But I do have to say, you do have a nice ass.@@
//''Is this how women feel?''//
@@.you;
I'm pretty sure that's sexual harassment...@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I guess you are right. Okay, let's continue.@@
<<linkreplace "Be massaged">><<scrollTop>><<ctpAdvance "LindaMassagesYou">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Massages You 5.mp4" autoplay loop/>
Linda moves behind you and puts her hands on your thighs.
@@.you;
Ah!@@
@@.emote;
Linda giggles@@
Linda starts squeezing your buttocks between her thumb and fingers in a flowing motion with one hand and then with the other hand. You can't help but moan a bit.
//''This actually feels good...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Because of where this part of the thighs is positioned, it rarely receives any kind of attention, so it's not uncommon for it to be tense.@@
@@.you;
I... I can see that...@@
After a few more moments, Linda stops.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay, now time to turn you over!@@
@@.you;
What?!@@
@@.emote;
Linda gives you a devilish smile@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm going to massage your chest now.@@
You end up frowning.
@@.you;
This is definitely sexual harassment...@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come on, it's nothing that I haven't seen or touched before.@@
@@.emote;
Linda slaps your ass again@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Up you go.@@
<<linkreplace "Turn around">><<scrollTop>><<ctpAdvance "LindaMassagesYou">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Massages You 6.mp4" autoplay loop/>
You turn around and try to keep the towel from exposing your hardon. Meanwhile Linda starts to massage your chest.
@@.emote;
Linda whistles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I imagined you were fit from looking at you with a shirt on, but it's nice to confirm it.@@
Linda places her hands on your chest and then pushes upwards towards your arm, rubbing down on the sternum gently, while tapping the center chest. You end up moaning a bit louder. Your cock twitches, trying to free itself from the towel.
//''This feels really good...''//
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Jessica did say that this felt really good.@@
She starts to move her hands down your chest and towards your pelvis, making sure to knead the muscles of your abdomen. As she moves lower, she notices that your cock is hard.
//''Shit! She noticed it!''//
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Seems like you are really enjoying it, aren't you?@@
Linda slowly moves her hand towards your penis.
//''Is she really going to do it?!''//
You start to become excited. But, just as she's about to touch it, she stops and shakes her head.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
<span style="font-size:70%">What am I doing...</span>@@
@@.emote;
Linda moves back@@
You feel disappointed.
@@.you;
Ah!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay. I think you've enjoyed it enough.@@
Linda turns around around and starts to leave the bedroom.
<<linkreplace "Get up">><<scrollTop>><<ctpAdvance "LindaMassagesYou">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Massages You 7.jpg">
As she's leaving, she stops and looks at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's my fault that it's like that in the first place, so I will let you use my bathroom. Just make sure to clean up after yourself, okay?@@
Saying that, she leaves the bedroom.
@@.you;
If it's your fault, you could have given me a hand...@@
@@.corruption;
Linda is a little more corrupted@@
[[Take care of business and go home|House][;$teacher.corruption += 1;$time.passTime(1)]]
<</ctp>><<ctp "RachelShower">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm actually getting ready to do some yoga!@@
@@.you;
Really? Do you mind if I watch it?@@
You can hear her voice become panicy.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You- You want to see me do yoga?!@@
//''Crap, maybe I was too forward... Let's try to smooth it over!''//
@@.you;
Yeah, I'm really into fitness, but I'm not all that great at yoga. So I would love to be able to watch you, for research purposes!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uh? Oh! I see! Then it's fine then!@@
//''Good thing She's naive...''//
@@.you;
Great! Then I will be on my way!@@
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 1.jpg">
You arrive at Rachel's house and Melissa lets you in, telling you she's in the living room. When you arrive there, you spot Rachel in her yoga outfit.
@@.you;
Hey, Rachel.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hi, $player.name! Ready to learn a bit more about yoga?@@
@@.you;
Sure am!@@
You sit down and wait for her to start.
@@.emote;
Rachel's face becomes red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This is more embarrassing than what I expected...@@
@@.you;
If it helps, you can turn away from me.@@
//''And I'll get to see your ass!''//
@@.emote;
Rachel thinks for a bit@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! I think that will work!@@
Rachel turns around and gets into her first pose.
<<linkreplace "Watch Rachel do yoga">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 2.jpg">
Rachel raises and releases her arms, letting the right arm come forward and the left arm go back. She deeply bends her right knee, while keeping her left leg stretched.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This pose is called the Warrior II...@@
@@.you;
Oh, I see...@@
//''She does seem to have a cute little ass...''//
<<linkreplace "Focus more on her ass">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 3.jpg">
Rachel raises her right arm overhead and lets her left arm slide down the left leg.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This pose is called the Reverse Warrior...@@
//''Like I thought, she does have a cute ass!''//
@@.you;
Hm...@@
@@.emote;
Rachel turns around and looks at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
$player.name?@@
@@.you;
Uh? Ah, yes! It's very good! I'm amazed how smoothly you are able to maintain that pose!@@
@@.emote;
Rachel's face becomes a bit red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I see... Okay, next pose!@@
Rachel sits down and gets ready to make another pose.
<<linkreplace "Keep watching">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 4.jpg">
Rachel raises her arms and puts them behind her back, while keeping her legs tucked in. Her face becomes even redder when looking at you, so she looks sideways, avoiding your gaze.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
And... And this pose is called High Bound Angle...@@
//''Wow... Look at that stomach!''//
@@.you;
Yes... Very nice...@@
<<linkreplace "Keep watching">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 5.jpg">
Rachel then lays down flat on the floor and raises her body up.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
And this one is called the Cobra...@@
//''I wonder if I could make her feel more at ease when doing yoga in front of me...''//
As Rachel continues to do her poses, your mind starts to wander.
<<linkreplace "Rachel finishes her yoga">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 6.jpg">
After a while, Rachel sits down in front of you and then smiles.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That was a lot better than what I expected!@@
@@.you;
Yes, and I also learned quite abit too.@@
//''Mostly about your body...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Are you planning on starting to do yoga?@@
@@.you;
Hm... That would be a good idea, wouldn't it? I will look into it.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, and if you need an yoga partner... I... <span style="font-size:80%">I...</span>@@
@@.emote;
Rachel's face starts to become red@@
//''Seems like she's still very shy...''//
@@.you;
I would love to do yoga with you.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?! Okay! Then when you learn it, we will do it together! Hehe...@@
[[Do some small talk and leave|House][$time.passTime(1)]]
<</ctp>><<ctp "RachelShower">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing much, I'm just making some brunch.@@
@@.you;
Brunch? What's that?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You don't know what brunch is? It's when you combine both breakfast and lunch. In short, brunch!@@
//''Is that a rich people's type of thing?''//
@@.you;
I see... Oh yeah, that reminds me, I have yet to have breakfast.@@
You laugh.
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You haven't?! Hm... Hey... Would you... <span style="font-size:90%">Perhaps...</span><span style="font-size:80%"> Maybe...</span><span style="font-size:70%"> You know...</span>@@
//''Seems like she's trying to invite me over... I should probably help her...''//
@@.you;
Hey, since the both of us haven't eaten yet. Wanna eat together?@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! I would love to!@@
@@.you;
Okay, is there anything in particular you want me to bring?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
No! I got everything here, you just need to show up! You can just open the door, I will be in the kitchen!@@
@@.you;
Got it, I will be on my way then.@@
As you are about to hang up, you can hear a distant voice.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yay! A friend is coming over to eat with me!@@
You can't help but laugh at that.
//''Seems like she forgot to turn off her phone...''//
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Brunch 1.jpg">
As you arrive at Rachel's house, you open the door and go straight to the kitchen. Once you get there, you spot Rachel with a basket of fruits. You knock to get her attention.
@@.you;
I'm here, Rachel.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, hi $player.name! Come in! I'm just finishing setting up.@@
You walk in the kitchen and take a loot around.
@@.you;
So, what is it that we are making?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
We will be making a dish with an assortment of fruits and some scrambled eggs to be the protein! Maybe some wheat bread? We also need some fresh squeezed juice!@@
@@.you;
Got it. What do you want me to do?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Could you squeeze the juice? I always have a hard time with that...@@
//''You would expect them to have some kind of expensive juicer for that...''//
@@.you;
Okay, then I will handle the juice and the eggs, while you cut up the fruits. Is that fine with you?@@
@@.emote;
Rachel smiles at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yep!@@
<<linkreplace "Start making the juice">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Brunch 2.jpg">
As you put all the tools in place, you are to get some fruits when Rachel hands you a lemon.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Here!@@
@@.you;
Oh! Thank you.@@
You cut the lemon and start squeezing the juice out into a strainer and then use a reamer to finish the job. You are about to go get another lemon, but Rachel hands you another one.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Here!@@
@@.you;
Uh... Thanks...@@
You repeat the process and, once again, Rachel hands you another lemon.
@@.emote;
Rachel smiles at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Here!@@
//''Has she been standing there the whole time?''//
@@.you;
Uh... I don't want to be rude, but aren't you supposed to be chopping up the fruit?@@
@@.emote;
Rachel's face becomes red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I forgot about that! Sorry!@@
You watch as Rachel turns around in a hurry, as she rushes towards the cutting board, and ends up hitting her knee on a kitchen cabinet.
@@.emote;
Rachel winces in pain@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ow....@@
@@.you;
Are you alright?!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes...@@
@@.you;
Are you sure? If you need anything, you can just say it.@@
@@.emote;
Rachel becomes very embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm fine...@@
Other than the slight tears in her eyes, she seems to be alright, so you just go back to juicing.
<<linkreplace "Finish making brunch">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Fruit Brunch.jpg">
As you both finish, you take the plates to the table.
//''I wonder why these plates are so... Girly...''//
You stretch your arms and prepare to start eating, when you notice that Rachel has yet to sit down. Instead, she's got her cell phone out and seems to be taking pictures of her food.
//''Seriously?''//
@@.you;
Rachel, what are you doing?@@
@@.emote;
Rachel looks up at you and her face becomes slightly red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Taking pictures for my Instaounce...@@
@@.you;
You have an Instaounce account? What is it?@@
@@.emote;
Rachel becomes more embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It's... It's not really that good...@@
@@.you;
I'm sure it's fine.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Doesn't this food look delicious! Let's eat!@@
Saying that, Rachel sits down and starts stuffing her mouth with food.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Delishus!@@
//''She's clearly avoiding the issue... I wonder why...''//
You decide to not press the issue.
<<linkreplace "Make small talk and finish eating">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Brunch 4.jpg">
As you both finish, Rachel picks up the dishes and puts them in the sink. She then starts washing them.
@@.you;
I don't mean to be rude, but isn't that why you guys have a housekeeper?@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Even if she's the housekeeper, it's not nice to make a mess just because someone else will clean it.@@
@@.you;
I see... That's very thoughtful of you, Rachel.@@
@@.emote;
Rachel's cheek become slightly pink@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe...@@
You get up and decide to help clean the mess that was left in the kitchen.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, you don't need to help me, $player.name!@@
@@.you;
Didn't you just say that it's not nice to make a mess just because someone else will clean it? I will give you a hand then, otherwise I will feel bad.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh? Okay! Thank you!@@
@@.love;
Rachel loves you a little more@@
[[Time to leave|House][$student.love += 1;$time.passTime(1)]]
<</ctp>><<ctp "RachelShower">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hi, Rachel. What are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing much, why?@@
@@.you;
Wanna hang out for a while?@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes!@@
@@.you;
Great, then I will be on my way.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! See you soon!@@
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Shower 1.jpg">
As you arrive at Rachel's house, the first person you see is Melissa, in what seems to be her sleeping wear.
//''Man... How can a woman be this hot?!''//
@@.you;
Hey, Melissa.@@
@@.emote;
Melissa raises an eyebrow at you@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Here to visit Rachel?@@
@@.you;
Yes, I gave her a call and told her I was coming.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Hm... Then you should wait for her in the living room, she's taking a shower right now.@@
@@.you;
Okay, got it.@@
As you are about to go in, Melissa calls you again.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Also, make sure not to make much noise, I'm going to rest for a while and I don't want to be disturbed.@@
Saying that, Melissa leaves towards a small house that is next to the mansion.
//''Aren't you the housekeeper?! Why are you acting like you are the owner of the house?! Man...''//
While you think that, you don't have the courage to say it out loud. You walk into the house and into the living room.
@@.you;
Now what should I do...@@
As you are thinking, you can hear Rachel's voice. It seems like she's singing.
@@.you;
She's taking a shower... Maybe I should take a look?@@
You start to question if you want to peek at her or not.
@@.you;
On one hand, that's not something I should do... On the other hand, I get to see her naked.@@
While you aren't in conflict, something inside of you seems to demand that you take a look.
@@.you;
I mean... It's just a quick glimpse... Yeah, a quick glimpse and then I will leave...@@
After your terrible work of self-justification, you go towards the bathroom.
<<linkreplace "Peek on Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Shower 2.mp4" autoplay loop/>
As you arrive at the bathroom door, you can already hear her singing.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
♪ ♫ I always knew... ♪ ♫ You were a bad boy... ♪ ♫ I used to think that it was cute! ♪ ♫@@
//''As I thought... She does have cute little tits...''//
As you take a peek, you catch a glimpse of her back.
//''Wait, did I see that right?!''//
<<linkreplace "Keep Peeking">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Shower 3.mp4" autoplay loop/>
As you peek more, Rachel continues to sing, turning around and shaking her ass.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
♪ ♫ You took me down... ♪ ♫ Just like a rob roy... ♪ ♫ And now I'm coming for you! ♪ ♫@@
As you see the tattoo on her back, your jaw hangs open.
//''She actually has tattoos?!''//
The shock of seeing that Rachel has tattoos on her back momentarily causes you to forget why you were here. You almost call out to her, but you stop yourself at the last second.
//''What was I about to do! Jesus man... I mean... Even Anna has tattoos... Maybe it's just something young girls do now?''//
You calm yourself down.
<<linkreplace "Keep Peeking">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Shower 4.mp4" autoplay loop/>
You continue to watch as Rachel starts putting soap on herself.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
♪ ♫ Run devil run, run devil run run... ♪ ♫@@
//''Seems like she makes sure to keep her bush nice a trimmed...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
♪ ♫ Run devil devil run run! ♪ ♫@@
//''And she does have a nice ass...''//
<<linkreplace "Keep Peeking">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Shower 5.mp4" autoplay loop/>
You keep watching as Rachel starts to rinse herself.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
♪ ♫ You better run! ♪ ♫ Run! ♪ ♫ Run! ♪ ♫ Run! ♪ ♫ Run! ♪ ♫ Cause there's going be some hell to pay! ♪ ♫@@
//''Why does it feel that she's talking to me...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
♪ ♫ You better run! ♪ ♫ Run! ♪ ♫ Run! ♪ ♫ Run! ♪ ♫ Run! ♪ ♫ And that's the only thing I'm going to say! Hey! ♪ ♫@@
//''I better leave...''//
You decide you don't want to risk staying.
<<linkreplace "Time to leave">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Shower 6.jpg">
You go back to the living room and eventually Rachel comes.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hi, $player.name! Sorry for taking so long, I didn't think you would get here this fast!@@
@@.you;
Oh, don't worry. It's my fault for coming straight to your house. Besides, I enjoyed my time waiting.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really? Did you like what you saw?@@
//''What I saw?! Does she know?!''//
You feel cold sweat going down your back.
@@.you;
What I saw...?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah! Isn't the yard beautiful? I also enjoy looking at it.@@
@@.you;
The yard? Ah! Yes! The yard! Yep, really beautiful! Best yard I've ever seen!@@
@@.emote;
Rachel chuckles and smiles at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You are weird!@@
//''Thankfully she didn't notice...''//
[[Spend some time with Rachel|House][$time.passTime(1)]]
<</ctp>><<if not $Camera>>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing... I'm bored...@@
//''This may be a good opportunity to get some pictures of her! If I had a camera...''//
[[Do some small talk and hang up|Call]]
<<else>>
<<ctp "RachelShower">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing... I'm bored...@@
//''This may be a good opportunity to get some pictures of her!''//
@@.you;
I've got an idea!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really? What is it?@@
@@.you;
How about we play "Model"?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Model? Like plastic model?@@
You can't help but laugh.
@@.you;
No, I meant model as in modeling. You dress up and I take pictures of you.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uh... I don't know... I'm not sure I would look good...@@
@@.you;
What are you saying?! I'm sure you would look amazing!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Do- Do you really think so...?@@
@@.you;
I really do!@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Okay! Yes! Let's do this! I wanna do this, please!@@
//''Great! She accepted it!''//
@@.you;
Got it, I'm on my way then. Make sure to dress up and I will bring my camera.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! I will see you soon!@@
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 1.jpg">
As you arrive at Rachel's home, you spot her on the porch.
@@.you;
Hey, Rachel!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name! So... What do you think?@@
//''Seems like she's still self conscious...''//
@@.you;
I think you look very pretty. And may I say, even a bit sexy?@@
@@.emote;
Rachel's face becomes red in embarrassment@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Melissa was the one that helped me get dressed...@@
@@.you;
Well, she did an excellent job. But the clothes alone aren't enough to make someone pretty.@@
@@.emote;
Rachel lowers her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh... I see...@@
//''Did she misunderstand me?''//
@@.you;
What I mean is that you look very pretty, the clothes are only there to compliment your figure.@@
@@.emote;
Rachel raises her head, her eyes twinkling@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uh? Oh! I get it now! So you think I'm pretty! Hehe...@@
@@.you;
So, are you ready to take some pictures?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! Let's do this!@@
<<linkreplace "Take pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 2.jpg">
You watch as Rachel starts by giving your the V sign and putting her tongue out.
//''Not exactly the sexiest of pictures...''//
You start taking pictures of her, trying to get her whole body in the frame.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
So, what do you think?@@
@@.you;
Hm... You look quite nice, but let's try to go for a pose that's a little more natural...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What do you mean?@@
@@.you;
Try this, raise your hands above your head and push your chest out.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh... Okay, I will try.@@
Rachel seems a bit embarrassed, but she does it anyway.
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 3.jpg">
Rachel tries to get into the pose, but she's a bit clumsy. She gives you a big smile.
//''Hm... We are almost there...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How about now?@@
@@.you;
You are looking great! But let's try to raise your left leg a bit, and use your hands to pull up your hair just a little. Also, instead of a smile, try to give me a seductive look.@@
@@.emote;
Rachel's face becomes red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I... I will try...@@
//''Seems like I'm pushing her too much...''//
<<linkreplace "Sexy picture of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 4.jpg">
Rachel follows your words and gets into another pose.
//''Now that's what I'm talking about!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How- How about now?@@
You can clearly see that Rachel is very embarrassed.
//''I shouldn't push her more than this... At least not yet.''//
@@.you;
You are looking perfect! Now that we got some good photos, wanna take some silly ones?@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes!@@
You watch as Rachel gives you not only a single V, but the double V and puts her tongue out again.
<<if not $RachelP>>
[[Take some silly pictures of her and call it a day|Rachel Corruption Level 1]]
<<else>>
[[Take some silly pictures of her and call it a day|House][$time.passTime(1)]]
<</if>>
<</ctp>>
<</if>><<ctp "RachelShower">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, I'm playing Twister!@@
@@.you;
Really? With who?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
...@@
@@.you;
Rachel?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
<span style="font-size:80%">Alone...</span>@@
@@.you;
You are playing Twister alone? How is that possible?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You know...@@
//''No... I don't know...''//
@@.you;
Rachel... Do you want me to come over and play with you?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You would?! I mean... If you want to...@@
@@.you;
Sure, I would love to. I will see you soon then.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! See you soon!@@
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Playing 1.jpg">
As you arrive at Rachel's house, Melissa lets you in and tells you that Rachel is in the living room. When you get there, you spot Rachel, already playing on her own.
//''How does one play Twister alone...''//
@@.you;
Hey, Rachel!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hi, $player.name!@@
@@.you;
Ready to have some fun?@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes, please!@@
@@.you;
Okay, since you are already there, may as well start with you.@@
You pick up the spinner and sit down.
<<linkreplace "Play Twister">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 2.mp4" autoplay loop/>
You spin the spinner.
@@.you;
Okay, left foot on green!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! This will be easy!@@
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 3.mp4" autoplay loop/>
You spin the spinner.
@@.you;
Now right foot on blue!@@
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Got it! Still easy! This is so much better than using the ruler!@@
@@.you;
Ruler? What's that?@@
@@.emote;
Rachel becomes slightly embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing!@@
You look around and, sure enough, you see a long ruler.
//''Was she using that to spin the spinner?''//
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 4.mp4" autoplay loop/>
You spin the spinner.
//''Foot again...''//
@@.you;
Right foot on green!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
You watch as Rachel turns around to put her right foot on green. She can no longer see you.
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 5.mp4" autoplay loop/>
You spin the spinner.
//''Foot, again?!''//
You look up at Rachel. She still has her back to you.
//''Maybe I should spice it up a bit... With a little... Uh... Creative use of game mechanics.''//
You move the arrow of the spinner.
@@.you;
Right hand on green!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, okay!@@
You watch as Rachel bends over to put her hand on green, giving you a clear view of her ass.
//''Now that's what I'm talking about!''//
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 6.mp4" autoplay loop/>
You spin the spinner.
//''Foot... Maybe I should help it out again...''//
As you are about to move the arrow, you notice that Rachel can now see you from under her legs.
@@.you;
Uh... Right foot on blue!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Got it! This is so much fun!@@
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 7.mp4" autoplay loop/>
You spin the spinner.
//''Foot again?! What's with me and feet?!''//
You look up and notice that Rachel can't see you.
@@.you;
Ahem... Left hand on green!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I can do this!@@
As Rachel puts her left hand on green, you can see her balance is slightly off.
//''Just one more push...''//
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 8.mp4" autoplay loop/>
You spin the spinner.
//''Foot?! Is there a higher power that is guiding me towards feet?!''//
It's impossible to cheat, so you just call it out.
@@.you;
Left foot on blue...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
As Rachel tries to move her foot from green to blue, she ends up tripping on herself and falling down.
@@.emote;
Rachel bursts out laughing@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I lost!@@
//''This was fun... But I wonder if I can make it more spicy... Like if you lose, you have to remove a piece of clothing?''//
@@.you;
Yep. Now come here, it's my turn.@@
@@.emote;
Rachel gets up and moves towards you while humming@@
//''Uh... Maybe not yet...''//
@@.love;
Rachel loves you a little more@@
[[Play some more and leave|House][$student.love += 1;$time.passTime(1)]]
<</ctp>><<ctp "RachelShower">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Studying!@@
//''Hm... This would be a good opportunity to get closer to her and also keep up with the classes...''//
@@.you;
Do you mind if I come over and study with you? There are a few things I'm not understanding.@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sure! I would love to study with you! I will even prepare some study cookies!@@
//''Study cookies?''//
@@.you;
Great, then I will pack up my stuff and drive over.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Got it! I will get things ready too! This is going to be so much fun!@@
//''Does she really love studying that much?''//
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Study 1.jpg">
You arrive at Rachel's house and Melissa lets you in. When you get to the living room, you spot Rachel studying.
//''Seems like she's really focused...''//
@@.you;
Hey, Rachel.@@
@@.emote;
Rachel raises her head and smiles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hi, $player.name! Here! Have some cookies!@@
@@.you;
Thanks.@@
You move next to her and eat a cookie from the plate. As you are doing that, you start to unpack your stuff, in order to study.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
So, what is it that you are having problems with?@@
@@.you;
Oh, you know, it's...@@
You both start reviewing the subjects and doing some small talk.
<<linkreplace "Study with Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Study 2.mp4" autoplay loop/>
You spend most of your time talking about random things you've seen on the internet.
@@.you;
And when we were six, Anna dashed out of the bathroom butt naked just because I yelled that a cockroach got in!@@
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That was so mean! Did she hate you after that?@@
@@.you;
Eh, for about a day. I used my allowance to buy her an ice cream and she forgave me.@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I wish I had relationships like yours... I'm the only child and up until they hired Melissa, I've been living mostly alone...@@
//''An only child, uh?''//
@@.you;
Hey, don't worry. I will make sure to show up frequently and, maybe, if you are lucky, I will even prank you some time.@@
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thank you, $player.name... I'm happy to have met you.@@
@@.you;
I'm happy to have met you too, Rachel.@@
@@.love;
Rachel loves you a little more@@
[[Finish studying and leave|House][$student.love += 1;$time.passTime(1)]]
<</ctp>><<if not $Massage>>
<img src="img/Other/Vanessa Calling.jpg">
You decide to give Vanessa a call.
@@.data;
Ringing... Ringing...@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey, hotstuff.@@
@@.you;
Hey, Vanessa. What are you up to?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I'm in the middle of my training.@@
@@.you;
Training? Are you at a gym?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
No, I have some workout equipment here at home.@@
//''Hm... Maybe this is a good opportunity... If I knew how to give massages, that is...''//
[[Make some small talk|Call]]
<<else>>
<<ctp "VanessaMassage">>
<img src="img/Other/Vanessa Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey, hotstuff.@@
@@.you;
Hey, Vanessa. What are you up to?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I'm in the middle of my training.@@
@@.you;
Training? Are you at a gym?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
No, I have some workout equipment here at home.@@
//''Hm... Maybe this is a good opportunity...''//
@@.you;
Hey, are you sore after exercising?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Yeah, kinda. Why?@@
@@.you;
Well, I've learned how to give massages. Want one?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Really?! Hey, I already thought you were a nice guy, but that gives you some extra credits! I'll be finishing in a few minutes!@@
@@.you;
Okay, I will be on my way then.@@
<<linkreplace "Visit Vanessa">><<scrollTop>><<ctpAdvance "VanessaMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Massage 1.jpg">
You arrive at Vanessa's house and knock on the door. Vanessa opens the door while wearing her workout outfit.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
You are finally here! I've just finished my routine!@@
//''Now that I look at her... She's really fit!''//
@@.you;
Hey, Vanessa.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Fast! Come on in! I want to feel those magical hands!@@
You can't help but chuckle at how excited she is.
@@.you;
Got it.@@
You walk into the house, while Vanessa sits down on the sofa.
<<linkreplace "Massage her shoulder">><<scrollTop>><<ctpAdvance "VanessaMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Vanessa/Vanessa Massage 2.mp4" autoplay loop/>
You start by massaging her shoulder.
@@.emote;
Vanessa moans a bit@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hm... So you do know what you are doing!@@
You move your hands around her collar bone.
@@.you;
I can feel that your shoulders are slightly stiff. Something on your mind lately?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Oh, you know... College... Parents... The usual...@@
@@.you;
I see... Well, I did come prepared.@@
You stop your massage and show her a bottle of oil.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Is that massage oil?!@@
@@.you;
Yep, would you like a back massage?@@
@@.emote;
Vanessa smiles at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Of course I would!@@
<<linkreplace "Give her a back massage">><<scrollTop>><<ctpAdvance "VanessaMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Vanessa/Vanessa Massage 3.mp4" autoplay loop/>
Vanessa lays down on the sofa and immediately takes off her sports bra.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Let's get this out of the way!@@
//''Whoa... She's not even slightly shy about it...''//
She pulls in the towel she was holding to have something to lay on.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Okay! I'm ready!@@
You end up chuckling.
<<linkreplace "Put on the oil">><<scrollTop>><<ctpAdvance "VanessaMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Vanessa/Vanessa Massage 4.mp4" autoplay loop/>
You start by putting oil on her back.
@@.emote;
Vanessa becomes startled@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Ah! Cold!@@
@@.you;
Yeah, but don't worry, once I start massaging your back, it will heat up real fast.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Then hurry up! It feels like you just put ice cold water on my back!@@
@@.you;
Okay, okay.@@
<<linkreplace "Start rubbing her back">><<scrollTop>><<ctpAdvance "VanessaMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Vanessa/Vanessa Massage 5.mp4" autoplay loop/>
You start by moving your hands upward on both sides of the spine all the way to the shoulders.
@@.emote;
Vanessa moans@@
@@.you;
Better now?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Much better...@@
@@.you;
Glad you are enjoying it.@@
You start kneading the muscles, lifting and rubbing them with your fingers and the base of your hand.
@@.emote;
Vanessa groans@@
@@.you;
Don't worry, it will feel better soon. I'm just removing the stiffness from your muscles.@@
You make a circular motion as you move your hands upward, pressing a bit more firmly with your thumbs as you make the circles.
@@.emote;
Vanessa moans@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
How did you get this good at it?@@
@@.you;
Let's just say I had some hands on learning experience.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I see...@@
You move across the shoulders and start moving down the upper arms, using less pressure as you move downward.
@@.emote;
Vanessa moans louder@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Yes...@@
@@.data;
Ring... Ring... Ring...@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Really?! Right now?! I swear to God I'm going to kill whoever is calling!@@
You watch as Vanessa picks up the phone and checks on who's calling.
@@.emote;
Vanessa sighs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Mom... Sorry, $player.name. I have to take this.@@
@@.you;
It's not a problem. I will wait.@@
Vanessa gets up and goes into another room.
//''Well... That sucks...''//
Eventually she gets back.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Sorry, $player.name. I have to go out. Can we pick this up next time?@@
@@.you;
Oh, sure. Don't worry about it.@@
@@.emote;
Vanessa smiles at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Thanks again. Your massage gave me the energy I needed.@@
@@.love;
Vanessa loves you a little more@@
@@.corruption;
Vanessa is a little more corrupted@@
[[Time to go home|House][$senior.love += 1;$senior.corruption += 1;$time.passTime(1)]]
<</ctp>>
<</if>><<ctp "VanessaFriend">>
<img src="img/Other/Vanessa Calling.jpg">
You decide to give Vanessa a call.
@@.data;
Ringing... Ringing...@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey, hotstuff.@@
@@.you;
Hey, Vanessa. What are you up to?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I'm about to meet a friend of mine.@@
<<if not $VanessaF>>
@@.you;
Friend of yours? Anyone I know?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
No. She's called Mary.@@
@@.you;
Mary? As in the Virgin Mary?@@
@@.emote;
Vanessa laughs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I can assure you she's anything but a virgin. Say, why don't you join us?@@
@@.you;
Won't I be bothering you girls?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Nonsense! Come on over! We will be by the pool!@@
@@.you;
Got it.@@
<<else>>
@@.you;
Friend of yours? Is it Mary?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Yes. Want to come over?@@
@@.you;
Sure, I would love to.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Okay, then we will be by the pool.@@
@@.you;
Great, I will see you girls soon then.@@
<</if>>
<<linkreplace "Visit Vanessa">><<scrollTop>><<ctpAdvance "VanessaFriend">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Friend 1.jpg">
<<if not $VanessaF>>
As you arrive at Vanessa's house, you go around towards the yard, where the pool is at. Once you arrive, you spot Vanessa and who you assume to be Mary.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I'm telling you, he's great. Much different than Mark.@@
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">?????<hr>
Eh? That's some mighty high praise coming from you, girl. You normally ain't like that. Are you in love with him or something?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Oh, shush you...@@
//''In love with him?''//
You end up catching the tail end of the conversation. You wanted to listen in a little bit more, but it seems that Vanessa spotted you.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
$player.name! Come over! I want to introduce my best friend!@@
@@.you;
Hey, Vanessa.@@
As you get closer, Vanessa moves next to you and embraces your arm.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
This slut right here is Mary. Mary, this hunk is $player.name.@@
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">Mary<hr>
You? Calling me a slut? That's quite rich. Didn't you have sex with, like, half of your class? I've heard that you've even slept with girls.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey! At least I have standards. You on the other hand, didn't you have sex with Harold?@@
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">Mary<hr>
Urgh... Don't remind me of him...@@
You start to feel really uncomfortable with this conversation, so you aren't able to introduce yourself.
@@.emote;
Vanessa looks at you.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Aren't you going to say anything?@@
@@.you;
Uh... I... Hi, I'm $player.name.@@
@@.emote;
Mary bursts out laughing and extends her hand@@
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">Mary<hr>
Seems like we went a little too far with the prank, Vanessa! Poor boy is scared stiff! Hey $player.name, I'm Mary.@@
You take her extended hand and give it a soft shake.
@@.you;
Prank?@@
@@.emote;
Mary smirks@@
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">Mary<hr>
Yeah! Vanessa said you are a bit prudish.@@
@@.emote;
Vanessa chuckles@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
We were just joking around.@@
//''Is that really true?''//
@@.you;
Oh, it's not like I...@@
@@.emote;
Mary punches you on the shoulder@@
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">Mary<hr>
Don't worry, $player.name! While Vanessa here might act like a slut, I can assure you that she's actually just a tease. You should consider yourself lucky!@@
//''Lucky? Did she talk about how we...?''//
You feel your face starting to get red.
@@.emote;
Vanessa laughs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Don't worry, $player.name! I made sure to praise your performance. Especially since it was your first time!@@
//''She's acting much differently with her friend around... Or is she naturally like this?''//
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">Mary<hr>
Look at that, Vanessa! You are scaring the boy stiff!@@
@@.you;
Uh, I...@@
@@.emote;
Vanessa chuckles@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Okay, I think we had enough fun. $player.name, you told me you are an excellent swimmer, why don't you show it to us?@@
Glad that you can take some time to cool your mind, you nod your head and jump into the water.
<<else>>
As you arrive at Vanessa's house, you go around towards the yard, where the pool is at.
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">Mary<hr>
Look! $player.name is here!@@
You wave at the girls.
@@.you;
Hey, Mary. Hey, Vanessa.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
You finally got here! Come on in! The water feels great!@@
You take off your shirt and jump into the water, then you approach them.
@@.emote;
Mary gets closer and touches your abs@@
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">Mary<hr>
Look at those muscles! The boy here must have been training!@@
@@.you;
Swimming is really good for keeping a lean body.@@
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">Mary<hr>
Hey! I want to see you swim again!@@
You find it kinda weird that she enjoys watching you swim, but you nod your head nonetheless.
<</if>>
<<linkreplace "Go for a swim">><<scrollTop>><<ctpAdvance "VanessaFriend">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Friend 2.jpg">
As you raise out of the water, the first thing you see is Vanessa's ass.
//''Whoa...''//
@@.emote;
Vanessa chuckles@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Seems like you really are a good swimmer.@@
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">Mary<hr>
Yeah! I bet he could eat your pussy from under the water and not come up until you cum!@@
//''She's really not the shy type...''//
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Mary, you are going to scare $player.name again. He's not like Harold.@@
@@.emote;
Mary shudders@@
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">Mary<hr>
Urgh... Why do you keep reminding me of that douche...@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey, you were the one that slept with him.@@
@@.stuff;
<img src="img/Profile/Mary.jpg" class="float-left">Mary<hr>
I was drunk at the time!@@
@@.emote;
Vanessa raises an eyebrow@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
You are always drunk at a party. You can't keep using that excuse for ever.@@
//''They seem to get along very well. As expected from best friends.''//
You spend some time with them.
<<set $VanessaF to true>>
[[Time to go home|House][$time.passTime(1)]]
<</ctp>><<ctp "VanessaEat">>
<img src="img/Other/Vanessa Calling.jpg">
You decide to give Vanessa a call.
@@.data;
Ringing... Ringing...@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey, hotstuff.@@
@@.you;
Hey, Vanessa. What are you up to?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I'm about the have breakfast right now.@@
@@.you;
Breakfast? Isn't it kind of late for that?@@
You hear Vanessa groan like she's stretching.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
It's Sunday, $player.name. I stayed up until late yesterday, so I woke up late today.@@
//''This could be a good opportunity to get closer to her...''//
@@.you;
Wanna eat together then? I only had a bowl of cereal, so I'm up for some more.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hm... I guess it's fine. How about we make a deal then, we can have what's in my house, but you have to cook it.@@
@@.you;
That's fine, I'm sure I can handle breakfast.@@
@@.emote;
Vanessa laughs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Great! See you soon then.@@
@@.you;
See you.@@
<<linkreplace "Visit Vanessa">><<scrollTop>><<ctpAdvance "VanessaEat">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Eat 1.jpg">
You arrive at Vanessa's house and knock on the door.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Come on in! I'm in the kitchen!@@
You open the door and walk into the kitchen, only to witness Vanessa in what you can only assume to be her sleeping clothes. You stop in your tracks and stare at her for a moment.
@@.emote;
Vanessa looks at you and raises an eyebrow@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
What's the matter? You've clearly seen a lot more than this.@@
//''Damn... Stared too much...''//
@@.you;
Sorry, but I can't help but be smitten by your beauty every time I look at your figure.@@
@@.emote;
Vanessa bursts out laughing and smiles at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Fancy yourself a poet, hotstuff? Well, that's fine. I do quite enjoy being called beautiful.@@
//''Saved!''//
@@.you;
So, what exactly are we going to have?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hm... Let's see@@
@@.emote;
Vanessa moves to the fridge@@
<<linkreplace "Prepare to make breakfast">><<scrollTop>><<ctpAdvance "VanessaEat">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Eat 2.jpg">
You watch as Vanessa starts looking through the fridge.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Let's see... Eggs... Bacon... A few types of fruit... Cheese? Beer!@@
@@.you;
Beer?! For breakfast?!@@
@@.emote;
Vanessa walks out of the fridge with ingredients in hand while chuckling@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey! As your senior, I need to set the example!@@
//''Seriously?! Beer?!''//
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Now, come on! You said you would cook. Let's see what you got!@@
@@.you;
Fine...@@
You decide to make scrambled eggs with cheese, with a side of bacon and fruit.
@@.you;
Do we have bread to be able to make toast?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hm... I guess there's a loaf somewhere inside the lower drawer of the cupboard. Let me check.@@
You watch as Vanessa bends over to look for the loaf of bread.
//''That ass though...''//
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hm... Not here... Or here...@@
@@.emote;
Vanessa slowly shakes her ass as she searches for it@@
//''Whoa...''//
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Found it!@@
Vanessa gets up and hands you the loaf of bread.
@@.emote;
Vanessa smirks@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hope you enjoyed the show.@@
@@.you;
Hey, I'm not much for dessert before the main meal, but I will take it.@@
@@.emote;
Vanessa chuckles@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
You are getting better at this.@@
<<linkreplace "Finish preparing breakfast">><<scrollTop>><<ctpAdvance "VanessaEat">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Eat 3.jpg">
You finish cooking and put the dishes on the table.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hm... Smells good! That's a nice surprise!@@
You raise an eyebrow to her.
@@.you;
What, you thought that I didn't know how to cook?@@
@@.emote;
Vanessa chuckles@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
No. I just didn't know you were this good! It's a compliment!@@
Vanessa says that while she takes a big sip of the glass of beer.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Are you sure you don't want some?@@
You look to your glass of water.
@@.you;
I'm good. I don't think I'm ready to have beer for breakfast.@@
@@.emote;
Vanessa laughs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Don't worry, you will be eventually! Any party you go to, if you aren't half blacked out, then you just aren't having fun!@@
<<linkreplace "Make small talk and finish eating">><<scrollTop>><<ctpAdvance "VanessaEat">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Eat 4.jpg">
You both finish eating and Vanessa takes off her glasses and stretches.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Well, that was nice, we should do this more often. I don't mind you cooking another meal for me.@@
@@.emote;
Vanessa winks at you@@
@@.you;
I'm glad you enjoyed it.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Well, I gotta get some things ready.@@
@@.emote;
Vanessa walks over and kisses you on the cheek@@
<img src="img/Vanessa/Vanessa Kiss Cheek.jpg">
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Keep it up and there might just be something more in it for you.@@
You watch as she leaves, shaking her ass.
//''Man... Totally worth it...''//
@@.love;
Vanessa loves you a little more@@
[[Time to go home|House][$senior.love += 1;$time.passTime(1)]]
<</ctp>><<ctp "VanessaStudy">>
<img src="img/Other/Vanessa Calling.jpg">
You decide to give Vanessa a call.
@@.data;
Ringing... Ringing...@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hey, hotstuff.@@
@@.you;
Hey, Vanessa. What are you up to?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Urgh... Studying...@@
You can't help but chuckle at that.
@@.you;
Not a big fan of studying?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I mean, who the hell is? Point at someone that enjoys studying and you will be pointing at a liar!@@
//''I'm pretty sure Rachel likes to study...''//
@@.you;
I can't really help you with what you are studying, but would you like company?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Company? Sure! Bring your ass over here! It feels better to talk to someone while studying then just suffering in silence.@@
@@.you;
Okay, I will see you soon then.@@
<<linkreplace "Visit Vanessa">><<scrollTop>><<ctpAdvance "VanessaStudy">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Study 1.jpg">
You arrive at Vanessa's house and knock on the door.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
It's open! Come on in!@@
You walk in and spot Vanessa laying on the sofa.
@@.you;
Hey Vanessa, how's the study going?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Boring...@@
You walk over and take a look at her book.
@@.you;
What are you studying?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Reactor kinetics...@@
//''Reactor what?''//
@@.you;
Sounds complicated...@@
@@.emote;
Vanessa chuckles@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Don't worry, you are going to have to study this too, eventually.@@
@@.you;
Why don't you explain it to me? I usually like to talk about the subject out loud, in order to remember it.@@
@@.emote;
Vanessa thinks@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hm... Okay, let's try it then. The basis of reactor kinetics is...@@
<<linkreplace "Listen to the explanation">><<scrollTop>><<ctpAdvance "VanessaStudy">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Study 2.jpg">
As Vanessa is talking, you walk around the living room and end up behind her.
//''Man... That is one nice ass...''//
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
The neutrons produced through radioactive...@@
//''I wonder when I'm going to be able to tap that again...''//
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Because these radioactive decay neutrons...@@
//''Would she mind if touched her ass? Or would that be too creepy?''//
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
...@@
//''Hm... Maybe she enjoys having her ass eaten?''//
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
$player.name!@@
<<linkreplace "Snap out of it">><<scrollTop>><<ctpAdvance "VanessaStudy">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Study 3.jpg">
You turn your head and spot Vanessa looking at you.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
You've been staring at my ass while drooling, instead of listening to my explanation.@@
You feel your face becoming a bit red as you were caught red handed.
@@.you;
Err... Sorry...@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
I don't mind if you stare at my ass, but at the very least you should listen to what I'm saying.@@
@@.you;
Yeah, sorry about that. Want to start over? I promise that I will behave.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hm... Fine... But only because I really need to study. Like I was saying, the basis of reactor kinetics is...@@
<<linkreplace "Listen seriously">><<scrollTop>><<ctpAdvance "VanessaStudy">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Vanessa/Vanessa Study 4.jpg">
After a couple of hours, it seems like Vanessa is satisfied with her study.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Owwww... My head hurts...@@
@@.you;
Are you usually not good at studying?@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Well, I'm not bad. I just find it really boring. I didn't have much an issue in the first year. But once the second year came around? I almost failed the very first test that I didn't study for. Since then I've been forcing myself to study.@@
@@.you;
Doesn't your class have a study group or something?@@
@@.emote;
Vanessa laughs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
The people in my class are more than happy to just barely get by. My mother, on the other hand, would kill me if I did the same.@@
//''Her mother, uh? Could she be strict? Wouldn't make sense, considering Vanessa's personality...''//
@@.you;
Well, if you ever need someone to help you study, I don't mind being that guy. Although I'm not sure how much help I will be.@@
@@.emote;
Vanessa smiles at you@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Thanks, $player.name! I'm glad to have met you. So far you've been much better than most men I know.@@
@@.you;
Really? As in?@@
@@.emote;
Vanessa laughs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Don't get too ahead of yourself, buster!@@
As Vanessa gets up and stretches, her phone rings.
@@.data;
Ring... Ring... Ring...@@
Vanessa picks up her phone and looks at who's calling.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Mom...@@
You watch as Vanessa takes a big breathe.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Hi, mother... Yes, I'm studying... Yes, I should be able to get an excellent grade... Yes... I know that a perfect grade is better...@@
You feel a bit awkward listening to her conversation, so you take out your own cell phone in order to distract yourself. After a couple of minutes, Vanessa turns off her phone.
@@.emote;
Vanessa sighs@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Sorry for that.@@
@@.you;
Oh, don't mind me...@@
//''Maybe I should ask her about her mother someday...''//
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Anyway! Enough of that! Let's talk about something fun!@@
You spend the next few minutes gossiping about the people in your class.
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Damn... I almost forgot that I have an appointment scheduled...@@
@@.you;
Oh? That's fine. I had fun talking to you.@@
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
So did I, hotstuff. Also, thanks for keeping me company while I was studying.@@
@@.you;
Hey, I also had fun, so it's fine.@@
@@.emote;
Vanessa smiles and walks up to you@@
<img src="img/Vanessa/Vanessa Kiss Cheek.jpg">
@@.vanessa;
<img src="img/Profile/Vanessa.jpg" class="float-left">Vanessa<hr>
Then will you keep me company next time?@@
//''Seems like I'm almost getting there!''//
@@.you;
Sure, I would love to.@@
@@.love;
Vanessa loves you a little more@@
[[Time to go home|House][$senior.love += 1;$time.passTime(1)]]
<</ctp>><img src="img/Other/Player Bedroom.jpg">
You arrive back home and start thinking about what just happened.
@@.you;
Hm... I don't think I will ever get anywhere with Rachel if this continues...@@
You lay down on the bed and put both of your hands on the back of your head.
@@.you;
So what exactly could be done...@@
You know the answer to that question, you just feel that it's something you are not supposed to do.
@@.you;
I mean... It's not like it's going to hurt her... It's just going to make her more... Open?@@
You imagine that, while Rachel is pretty cute being innocent, she would be much better if she were just a little bit shy.
@@.you;
And hey... Maybe it will help her make more friends...@@
You start to talk yourself into it.
@@.you;
Yes... I'm not doing this for me, I'm doing this for her. If she's a little bit more open, then she will have an easier time making friends!@@
You get up from your bed, congratulating yourself on your flawed logic.
@@.you;
Now... The question is how would I be able to keep skin contact with her for that long...@@
You scratch your chin while thinking on what you could possibly do.
@@.you;
There has to be a way... There must be something that I can do that even a shy girl like her will allow it...@@
No matter how much you think about it, nothing seems to come to mind. You start scratching your head.
@@.you;
Urgh... Surely there is SOMETHING I can do!@@
As you look around the room, you spot an old magazine that was laying down on the corner of your room.
@@.you;
Hm... Is that?@@
You get off of the bed and pick up the magazine.
<img src="img/Other/Thumb Wrestling Magazine.jpg">
@@.you;
Pro Thumb Wrestling... Oh yeah, I remember this. Anna gave me it as a gift for my birthday... Talk about a bad gift.@@
You are about the toss the magazine to the corner, but you stop yourself midway.
@@.you;
Wait a minute... This could work, right?@@
You think about it for a minute, before shaking your head.
@@.you;
No... This is too dumb... Although, she does like playing games... Nah, this is too stupid.@@
You toss the magazine to the corner and go lay on your bed again.
@@.you;
What to do...@@
[[Keep thinking of a solution|Start][$time.passTime(1)]]
<<set $RachelP to true>><img src="img/Other/Rebeca.jpg">
As you enter Accogliente, a restaurant famous for having a sofa and very few customers, you can't help but wonder why this university has so many weird themed stores. While looking around, you notice that Rebeca is sitting alone. You decide to talk to her.
@@.you;
Hey, Rebeca.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh, hey $player.name!@@
You sit down next to her.
@@.you;
No Rachel today?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
She was actually here a couple of minutes ago, but then she got up in a hurry saying she forgot to finish something.@@
@@.you;
Hm... Did we have a project we had to turn in?@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
You don't seem all that worried.@@
You give her a wry smile.
@@.you;
Unlike Rachel, I'm more than happy just maintaining a good grade, I don't need to be perfect.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Speaking of Ms. Perfect, how's it going with her?@@
You raise an eyebrow.
@@.you;
How's what going?@@
@@.emote;
Rebeca smirks at you@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Don't you think for a second that I don't know what you are doing!@@
//''She does?''//
@@.you;
And that would be?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
You are trying to get Rachel to come out of her shell!@@
//''Oh... Well, I guess there's that too.''//
@@.you;
Darn... How did you know?@@
@@.emote;
Rebeca gets up, puts both hands on her waist and sniffs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Don't underestimate my nose! I can sniff a scoop from a mile away! Especially when it's related to a friend!@@
@@.you;
A scoop? Do you plan on being a journalist?@@
@@.emote;
Rebeca smiles at you@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Seems like you are good at guessing. Yes. I'm currently majoring in journalism.@@
@@.you;
I see, makes sense in a weird way.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hey! What do you mean with that?@@
You end up laughing at her reaction.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Anyway... Let's go back to the topic of Rachel. How do you plan on getting her out of her shell?@@
You scratch your head.
@@.you;
I'm not sure... I'm trying to get her to be more used to doing embarrassing things, so she doesn't feel so embarrassed in front of others, but I'm honestly stumped on what to do.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hm... That's actually a good idea! And I have the perfect plan for you!@@
@@.you;
You do?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yes! You see, Rachel is actually interested in cosplay!@@
//''Really?!''//
@@.you;
She is?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yes! I've actually seen her going through a cosplay magazine once. She almost had a heart attack when I creeped up on her.@@
@@.you;
Does that mean she likes to do cosplay?@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Not at all! I'm pretty sure that she would die of embarrassment before she was even able to cosplay. But I feel things are different now. As long as someone gives her an extra push, that is.@@
@@.you;
And let me guess. I'm that someone.@@
@@.emote;
Rebeca smiles at you@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Exactly! So, what do you think? Want to turn Rachel into a cosplayer?@@
//''Well, can't say I'm not interested...''//
@@.you;
Fine. But what kind of cosplay should it be?@@
@@.emote;
Rebeca shrugs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I've done my part, now it's up to you to do the rest.@@
//''Well... I guess I could look it up online...''//
You give Rebeca a nod.
@@.you;
Okay, I will try.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Ah, but this consultation wasn't free!@@
@@.you;
It wasn't?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Not at all! I can't be doing pro-bono this early in my career! So I want something from you!@@
@@.you;
Money?@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
No, dummy! I want pictures! If you can get her to cosplay, you have to take some pictures of her!@@
@@.you;
Oh! I see... Well, considering that you are her friend, I guess that's fine.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Great! And with that, I have to go! I'm already late as is!@@
Saying that, Rebeca rushed out of the restaurant.
//''Cosplay, huh...''//
[[Eat and leave|School][$time.passTime(1)]]
<<set $RebecaC to true>>
<<set $CosplayR to true>><<ctp "RachelShower">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing... I'm bored...@@
//''This may be a good opportunity to get some pictures of her!''//
@@.you;
I've got an idea!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really? What is it?@@
@@.you;
How about we play "Model"?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Model? Like plastic model?@@
You can't help but laugh.
@@.you;
No, I meant model as in modeling. You dress up and I take pictures of you.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uh... I don't know... I'm not sure I would look good...@@
@@.you;
What are you saying?! I'm sure you would look amazing!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Do- Do you really think so...?@@
@@.you;
I really do!@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Okay! Yes! Let's do this! I wanna do this, please!@@
//''Great! She accepted it!''//
@@.you;
Got it, I'm on my way then. Make sure to dress up and I will bring my camera.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! I will see you soon!@@
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 1.jpg">
As you arrive at Rachel's home, you spot her on the porch.
@@.you;
Hey, Rachel!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name! So... What do you think?@@
//''Seems like she's still self conscious...''//
@@.you;
I think you look very pretty. And may I say, even a bit sexy?@@
@@.emote;
Rachel's face becomes red in embarrassment@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Melissa was the one that helped me get dressed...@@
@@.you;
Well, she did an excellent job. But the clothes alone aren't enough to make someone pretty.@@
@@.emote;
Rachel lowers her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh... I see...@@
//''Did she misunderstand me?''//
@@.you;
What I mean is that you look very pretty, the clothes are only there to compliment your figure.@@
@@.emote;
Rachel raises her head, her eyes twinkling@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uh? Oh! I get it now! So you think I'm pretty! Hehe...@@
@@.you;
So, are you ready to take some pictures?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! Let's do this!@@
<<linkreplace "Take pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 2.jpg">
You watch as Rachel starts by giving your the V sign and putting her tongue out.
//''Not exactly the sexiest of pictures...''//
You start taking pictures of her, trying to get her whole body in the frame.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
So, what do you think?@@
@@.you;
Hm... You look quite nice, but let's try to go for a pose that's a little more natural...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What do you mean?@@
@@.you;
Try this, raise your hands above your head and push your chest out.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh... Okay, I will try.@@
Rachel seems a bit embarrassed, but she does it anyway.
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 3.jpg">
Rachel tries to get into the pose, but she's a bit clumsy. She gives you a big smile.
//''Hm... We are almost there...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How about now?@@
@@.you;
You are looking great! But let's try to raise your left leg a bit, and use your hands to pull up your hair just a little. Also, instead of a smile, try to give me a seductive look.@@
@@.emote;
Rachel's face becomes red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I... I will try...@@
//''Seems like I'm pushing her too much...''//
<<linkreplace "Sexy picture of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 4.jpg">
Rachel follows your words and gets into another pose.
//''Now that's what I'm talking about!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How- How about now?@@
You can clearly see that Rachel is very embarrassed.
//''Damn... Seems she's still too timid for this... Maybe if... I mean, it may be stupid, but its worth a try!''//
You put down the camera.
@@.you;
Hey, Rachel. Are you up for game?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A game...? What kind of game?@@
@@.you;
Thumb wrestling.@@
@@.emote;
Rachel is confused@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thumb wrestling? What's that?@@
@@.you;
It's something me and my friends used to play when we were younger. Up for a try?@@
@@.emote;
Rachel becomes excited, but then dejected@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Yes! ... But I don't know how to play it...@@
You move closer to her and extend your hand.
@@.you;
Don't worry, it's easy. Here, give me your hand.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh-Okay.@@
@@.emote;
Rachel timidly puts her hand on yours.@@
@@.you;
Great! Now all we gotta do is...@@
You take her hand in and force her to lock her fingers with yours, leaving only your thumb out.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah!@@
You can see Rachel's face becoming red.
@@.you;
Now all you have to do is move your thumb. The objective here is to pin your opponent's thumb under your own.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh-Okay!@@
You watch as Rachel awkwardly tries to pin your thumb. You make sure to keep it slacked, in order to allow her to win. After a little bit, she ends up pinning your thumb.
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I... I did it! YES! Again! Let's do it again!@@
//''Great! It actually worked!''//
As Rachel takes a firmer grip on your hand, you decide to lure her further in by letting her win a couple of rounds. As time goes by, you start to feel that pleasant heat creeping up your hand and into your body. Proof that the corruption is starting.
You can see that Rachel's face is starting to flush.
@@.emote;
Rachel jumps excitedly@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! I won again! I'm the best!@@
//''I guess now it's time pull her in!''//
@@.you;
Wow... You are a natural at this... Tell you what, how about we wager on a best of three?@@
@@.emote;
Rachel stops jumping, turns her head slightly up and puts her other hand close to her mouth@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh-ho-ho-ho-ho! You dare challenge the Queen of Thumb War?!@@
//''There's that laughter again.... I wonder why she does that? Also, it's thumb wrestling...''//
@@.you;
Yes, so, are you up for it?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course! So, what are the terms?@@
@@.you;
Simple, if you win, I will do any one thing you want.@@
@@.emote;
Rachel's face becomes a bit redder@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Anything I want?!@@
@@.you;
Yep. But if I win, you must do something for me.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! It's a deal! You are on!@@
//''Can't believe she fell for it...''//
<img src="img/Other/Thumb Wrestling.jpg">
You decide to let Rachel win the first round.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh-ho-ho-ho-ho! That's the first round! I can already imagine all the things I want to tell you to do!@@
//''Does she have some kind of Queen Complex? Also, it's one thing...''//
@@.you;
Now, Rachel. Remind yourself that overconfidence is a slow and insidious killer.@@
@@.emote;
Rachel wiggles her thumb around@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hmph! It's not overconfidence when you have the skill to back it up!@@
@@.you;
Is that so...?@@
On the second round, Rachel tries to pin your thumb again in a straightforward manner, but you simple dodge it and press down her thumb, pinning it in the process.
@@.emote;
Rachel becomes flustered@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! A fluke! That was a fluke!@@
//''I'm starting to feel a bit bad that she hasn't noticed that she's terrible at this game...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm going to win this round!@@
You watch as Rachel starts wiggling her thumb even faster, trying to feint you.
//''Seriously?''//
You simply move your thumb over hers and over power it, pushing it down and pinning it.
@@.emote;
Rachel's face pales@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nooooooooo! I lost!@@
//''I'm also far stronger than her...''//
@@.you;
Guess it's my win. Ready to hold your end of the deal?@@
@@.emote;
Rachel's face becomes slightly red and her eyes are slightly moist@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Not fair! You cheated! Be-best of five!@@
//''Sigh...''//
@@.you;
I didn't cheat. But fine, let's do a best of five.@@
@@.emote;
Rachel becomes excited again and grabs your hand@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You fell for my trap! No backsies!@@
//''It's a trap! Or not...''//
You quickly beat her again.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Noooooo! How can this be?!@@
You watch as Rachel crouches and looks at you with puppy eyes.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Best of seven?@@
@@.you;
Didn't you just say that the last time was a trap?@@
@@.emote;
Rachel becomes flustered@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I... I mean... Fine...@@
//''She gave in easier than I expected...''//
You watch as Rachel gets up and starts fidgeting, her face bright red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
So... What will you have me do?@@
You give her a bright smile and lift up your camera.
@@.you;
Pictures!@@
@@.emote;
Rachel's face becomes even redder@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Wh-what kind of pictures?@@
@@.you;
Just normal ones, nothing that you won't feel comfortable doing.@@
//''For now...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?@@
@@.you;
Yep.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! So, what should I do?@@
@@.you;
I want you to lean forward and make a sexy face.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Do... Do I have to?@@
@@.you;
Well, you don't have to. But you did lose the bet... And I'm not big on people that don't keep their word.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
O-okay! I will do it! I'm a woman of my word!@@
//''Great!''//
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 5.jpg">
You start taking pictures as soon as Rachel gets into position.
//''Now that's what I'm talking about!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Is... Is this okay?@@
@@.you;
You are doing fine, Rachel! Keep it up! But make sure to smile!@@
You take a few more pictures before telling her to change her pose.
@@.you;
I've got enough photos of your front side. How about a few from behind?@@
@@.emote;
Rachel becomes flustered@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
From behind?!@@
@@.you;
Yeah! I want to get some pictures of that perky little butt you have!@@
@@.emote;
Rachel's face is completely red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Perky?!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 6.jpg">
Rachel slowly turns around and looks back at you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Like this?@@
@@.you;
Yeah! Now give me a smile and put a hand on your head.@@
As Rachel moves into the pose, you take a few more pictures.
//''Hm... I feel I can get her ass to be a bit more perky.''//
@@.you;
Hey, Rachel. I've got a better idea! How about using your hands to lift your butt a little bit?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What?! Do-do I really have to do that?!@@
You can see that she's already very embarrassed, but you feel you can push her a little bit more.
@@.you;
Well, you did lose the bet...@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 7.jpg">
You watch as Rachel closes her eyes and slowly moves her hands towards her ass.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
L-like this?@@
//''Much better!''//
@@.you;
Excellent! Now give me a nice smile!@@
As Rachel gives you a smile, you take a few more pictures. You can clearly see that she's pushing herself.
@@.you;
Okay! I think we have enough photos of your butt. You can turn around now.@@
@@.emote;
Rachel turns around and sighs in relief@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Finally!@@
//''We aren't getting anywhere if I don't push her a bit more''//
@@.you;
But we aren't done yet! Just a few more!@@
You watch as Rachel is about to open her mouth to protest.
@@.you;
Okay! So here's what I want you to do! I want you to hold onto your shirt like you are about to undo it!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Just a few more?@@
@@.you;
Yes.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Promise?@@
@@.you;
Of course.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Pinky swear?@@
@@.you;
Sure.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Cross your heart?@@
@@.you;
You are stalling, Rachel.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fine...@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 8.jpg">
As Rachel gets into the pose, you start to take pictures.
@@.you;
Very nice! Now give me a mysterious look!@@
@@.emote;
Rachel raises an eyebrow@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Mysterious? Mysterious how?@@
@@.you;
You know... Mysterious.@@
//''Not exactly sure what that is either...''//
You watch as Rachel changes her facial expression a bit.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Is this mysterious?@@
//''Eh, it will do.''//
@@.you;
Sure is! Very good, Rachel! You are a Natural at this!@@
You can see that Rachel is very embarrassed, but you can also see a hint of a smile. You take a few more pictures.
@@.you;
Okay! One more!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
One more? Wasn't that the last one?@@
@@.you;
No, no, no. This is the last one! Promise!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay... So what do I do?@@
//''Time for the last push!''//
@@.you;
I want you to pull your shirt slightly open, giving me a better view of your chest area!@@
@@.emote;
Rachel becomes very embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yo-you want me to do what?!@@
@@.you;
Just a little bit, so I can get a sexier picture. Promise it's the last thing I ask. Once you do it, the bet will have been paid!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fine...@@
<<linkreplace "Last picture of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 9.jpg">
You watch as Rachel opens her shirt a little bit.
@@.emote;
Rachel is a bit dejected@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Like this?@@
//''Damn... Let's give her a bit of encouragement!''//
@@.you;
Exactly! You are looking sexy and beautiful!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
R-really?!@@
@@.you;
Yep, I'm sure you could go pro if you wanted to!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But this is so embarrassing...@@
Even though she says that, she gives you a bright smile.
//''Nice! It worked! Now I better not push her any further.''//
You take your final picture and put the camera back into the case, then you approach Rachel.
@@.you;
See, that wasn't so bad, now was it?@@
@@.emote;
Rachel's face is still red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It wasn't... But it was still very embarrassing...@@
@@.you;
I'm sure this will help you become more open. That in turn will help you make more friends.@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?!@@
@@.you;
Yep. Why did you think I made you do this?@@
@@.emote;
Rachel becomes a bit flustered@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Rebeca said that all men are pervs... So...@@
@@.you;
She's right. But I'm your friend and I want what's best for you.@@
//''And for me.''//
@@.emote;
Rachel gives you a bright smile@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I see! Thank you, $player.name!@@
@@.corruption;
You've become more corrupted@@
@@.corruption;
Rachel is now permanently corrupted@@
@@.corruption;
Rachel becomes massively more corrupted@@
<<set $RachelC to true>>
[[Time to wrap it up|House][$player.corruption += 2;$student.corruption += 4;$time.passTime(1)]]
<</ctp>><img src="img/Other/Harley Cosplay.jpg">
You go back to the cosplay site.
@@.you;
Man... This is so expensive... This better be worth it!@@
[[Buy the Cosplay Outfit|House]]
<<set $cosplayrbuy = 0>>
<<set $CosplayRBuy to true>><img src="img/Other/Waking Up.jpg">
As you are waking up, you hear the doorbell.
@@.you;
Urgh... Who the hell rings a doorbell at this hour in the morning?@@
You lethargically get up and make your way towards the door. As you open it, there's no one there.
@@.you;
Are you fucking kidding me? A prank?!@@
You look around and then you look down, only to spot a package.
@@.you;
Holy shit! They did say that they would deliver it today, but I didn't think it would be at the crack of dawn!@@
You bend down and pick it up.
@@.you;
Oh! This is the Cosplay I ordered! Nice!@@
As you are about to leave, you spot Anna.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Cosplay? Are you into cosplay, $player.name?@@
//''Crap!''//
@@.you;
No! Ah, this is for a friend of mine!@@
@@.emote;
Anna raises an eyebrow, but then giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well, if you are going to cosplay, make sure to take pictures! I do want to see it!@@
Saying that, Anna leaves.
@@.you;
No, wait! I said it's for a friend of mine!@@
As she doesn't turn back, you end up sighing.
//''Now she will think I'm a weirdo...''//
[[Cosplay Get!|Cosplay Plan]]
<<set $Cosplay to true>>
<<set $CosplayRBuy to false>><<ctp "RachelCosplay">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing... I'm bored...@@
//''This is my chance!''//
@@.you;
You know, Rachel... I felt really bad for not giving you more chances at winning against me on Thumb Wrestling...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?@@
@@.you;
Really! So I decided it was only fair for us to have a rematch!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... But I'm not sure I can win...@@
//''Crap...''//
@@.you;
Nonsense! Didn't you win many times before? I just got lucky.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sure didn't feel that way...@@
//''Damn... Come on, $player.name! Think!''//
@@.you;
How about this! We will wrestle five times, and if you win once, it's your win!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I don't know...@@
//''Maybe if a taunt her?''//
@@.you;
Oh, well... I was trying to help you, but if you want to keep your title of loser...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Loser?!@@
@@.you;
You are refusing my challenge, even when I'm giving you the advantage... What else would I call you?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! You are going to regret it! I'll accept your challenge! Same conditions as last time!@@
//''Nice! It worked!''//
@@.you;
Sure. The loser has to do what the winner asks.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uhuhu... Just you wait, $player.name! I'm going to make you kneel in front of me and beg for forgiveness!@@
//''Maybe it worked a little bit too well...''//
@@.you;
We will see about that. I will see you in a few!@@
<<linkreplace "Pack up the cosplay outfit and your camera">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 1.jpg">
You arrive at Rachel's house and press the door bell. After a few moments, the door opens.
@@.emote;
Rachel glares at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I hope you are ready to lose!@@
//''Yep... Definitely worked too well!''//
@@.you;
We will see about that!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Then follow me!@@
You enter the house and follow Rachel.
//''She seems a lot more energy than usual...''//
As you go into the kitchen, you spot a can of energy drink called "Wrestler".
@@.you;
Did you have an energy drink before I got here?@@
@@.emote;
Rachel turns around and smiles at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course! There were no rules against it! The can said it gives extra energy to wrestlers!@@
@@.you;
I don't think that will work on thumb wrestling...@@
@@.emote;
Rachel puts her hand up to her face and laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh-ho-ho-ho! It's no use in trying to weasel yourself out of this! I will show you who's the loser!@@
//''She's even going full queen mode...''//
@@.you;
Well, don't say I didn't warn you...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hmph! Let's see if you can keep that attitude after I kick your bottom!@@
//''Really? Bottom?''//
@@.you;
Got it. So... Will it be a best of 3?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey! You said that it would be a match of five and that I only needed to win once!@@
You can't help but chuckle at that.
@@.you;
Well, you seem so well prepared and confident, that I thought that you wouldn't want the handicap.@@
@@.emote;
Rachel's eyes tear up a bit@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Noooo! I need every advantage I can get to beat you! Please give me the handicap!@@
You end up laughing at her dropping the queen act.
@@.you;
Okay, okay... No need to cry. You only have to win once out of five.@@
@@.emote;
Rachel smirks at you and laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh-ho-ho-ho! You fell right into my trap! Now that I have your word, you are not allowed to back out of our bet!@@
//''Oh... It was another of her traps...''//
Saying that, Rachel puts forth her hand.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Get ready to taste defeat!@@
You grab her hand.
@@.you;
If you say so...@@
And so, five rounds go by in a flash.
@@.emote;
Rachel crouches and covers her face@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Noooo! I can't believe I lost!@@
//''I can't believe she actually thought she could win...''//
@@.you;
Well, it's my win. The terms were that you must do anything I tell you to.@@
@@.emote;
Rachel looks up at you with slight tears in her eyes@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Best of 13?@@
@@.you;
Rachel...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fine... What do I have to do?@@
You give her a big smile.
@@.you;
Be right back!@@
<<linkreplace "Go and fetch the things">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Box.jpg">
You return with a box in hands.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-what's in that?@@
You give her a smirk.
@@.you;
Why don't you open it? I got it especially for you.@@
You watch as Rachel, with trembling hands, slowly opens the box.
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Clothes?@@
@@.you;
Not just any clothes. Harley Quinn's clothes!@@
@@.emote;
Rachel is confused@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Harley Quinn?@@
@@.you;
You do know Batman, right?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sure? I think I watched a movie about him once...@@
@@.you;
Well, Harley Quinn is one of the most famous villains in the series!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I see...@@
As reality dawns on Rachel, her face goes from white, to pink, to red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You want me to cosplay as her?!@@
@@.you;
Exactly! Since you lost the bet to me, you have to cosplay as Harley Quinn. Not only that...@@
You pull out the camera.
@@.you;
I get to take pictures of it!@@
You watch, as Rachel's face, previously red, now pales.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Pictures?!@@
@@.you;
Yep! Surely you aren't going to refuse, right? I mean... You did say you were a woman of your word.@@
@@.emote;
Rachel quickly shakes her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I won't refuse! I will do it! B-but, could we at least not take pictures?@@
You give her a big smile.
@@.you;
Of course not!@@
@@.emote;
Rachel crouches again and covers her face@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nooooo!@@
<<linkreplace "Have her dress up">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 2.jpg">
As Rachel finishes putting on her costume, she enters the room while covering her chest.
//''Whoa! That looks good! Seems like she put effort into the makeup!''//
@@.emote;
Rachel is embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-why does it say "Lil Slut" on my shirt?@@
//''Crap! Did I end up buying the costume from a porn site?!''//
@@.you;
Uh... It's what the character likes to wear! It can't be helped, don't worry.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But this is so embarrassing!@@
//''Need to think of something, fast!''//
@@.you;
Well, if it's embarrassing, why don't you pretend to be the character?@@
@@.emote;
Rachel is confused@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Pretend to be the character?@@
@@.you;
Yeah! I heard that the best way to not be embarrassed is to pretend to be someone else! You are now Harley Quinn, not Rachel! You are a bad girl!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A bad girl?!@@
@@.you;
Yes! You don't take shit from no one! You like to wear a pigtail hairstyle! You like to dress in skimpy clothes! And to you, the world is nothing more than your playground!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I see! Yes! I think that could work! Let's see, I'm a bad girl! And bad girls curse, right?!@@
//''Seems like she's into it!''//
@@.you;
Exactly! Now give me your best curse!@@
@@.emote;
Rachel gives you her meanest face@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Poopy!@@
Unable to hold yourself back, you end up laughing.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-what, what are you laughing for?!@@
@@.you;
Sorry! I couldn't help it, you looked so cute trying to act like a bad girl!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey! I can act like a bad girl! That was... Yes, that was just a test! I was testing you! I will show you a real bad girl now!@@
@@.you;
Oh? Is that so? Let's see it then.@@
@@.emote;
Rachel becomes very embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fu... Fu...@@
@@.you;
Fu...?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
<span style="font-size:70%">Fuck...</span>@@
@@.you;
Oh, come one, you can do better than that, Bad Girl Rachel!@@
@@.emote;
Rachel glares at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
F-Fuck!@@
@@.you;
Great! Now give me some more! Show me that you don't give a shit!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fuck! Shit! Cunt!@@
@@.you;
Very nice! Now let's get this cos-@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Bastard! Bitch! Whore!@@
@@.you;
Uh, Rachel? I think that's enough cursing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Shut the fuck up! I'm not Rachel! I'm Harley Quinn! And I don't give a shit about what you think!@@
//''Well... I guess I did get what I wanted...''//
@@.you;
Great! Then show me what you got!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 3.jpg">
Rachel raises the bat to the camera.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You better make sure that I'm nice and pretty in those photos, boy! Or I will smash that camera into pieces!@@
@@.you;
Yeah, that's great! Keep it up!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 4.jpg">
Rachel gives you the middle finger.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fuck you! I'm the one in charge here! You have to listen to what I say!@@
//''Seems like she's really into the character now!''//
@@.you;
Of course, Rac- I mean, Harley! I will listen to anything you say!@@
@@.emote;
Rachel gives you a bright smile@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yay! Uh... Ahem... I mean... You better! Uh... Fool!@@
//''She broke character just now... I guess it's endearing in it's own way.''//
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 5.jpg">
Rachel puts the bat down and starts playing with her hair, while licking her lips.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Now... What should I make you do...@@
//''Oh! This is good!''//
You make sure to capture that on camera.
@@.you;
Come on, Harley! Show the camera who's in charge here!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 6.jpg">
Rachel turns around and uses the bat to prop up her ass.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Make sure to take good pictures of me!@@
//''Nice!''//
@@.you;
Only the very best for you!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 7.jpg">
Rachel squats down and shows her tongue.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You can't resist this beauty!@@
@@.you;
I sure can't! Especially with you in that small shirt!@@
@@.emote;
Rachel looks down, seemingly remembering she was wearing the "Lil Slut" shirt.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fuck this shirt, I am no one's little slut!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 8.jpg">
Rachel starts to remove her shirt.
//''Holy! This is it! Gotta make sure to keep her on track!''//
@@.you;
As expected of Harley! She don't take no shit, not even from the clothes she's wearing!@@
@@.emote;
Rachel thrusts out her chest@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course!@@
@@.you;
And how cruel of Harley! Teasing the poor camera man by stripping. Trully a bad girl!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
R-Really?!@@
@@.you;
Of course! Only a bad girl would be so bold to do that!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-yeah! That's right! I'm teasing you!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 9.jpg">
Rachel starts to pull on her bra.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You nasty, nasty little boy. Being tempted by this beautiful young lady!@@
//''Great! She's into it! Let's give her another push!''//
@@.you;
Yes my, lady! I can't resist this temptation! Please! Please don't go any further, for I may just not be able to resist!@@
@@.emote;
Rachel's face becomes red@@
//''Did I over dramatize it?''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I will do as I please! You can't tell me what to do!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 10.jpg">
You watch as Rachel slowly removes her bra.
//''She's actually doing it!''//
@@.emote;
Rachel's face becomes even redder@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-you like this, don't you?!@@
@@.you;
I love it!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 11.jpg">
Rachel removes her bra and leans on the door frame.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I can see you drooling from here! What a naughty boy!@@
@@.you;
My eyes are only for you, Harley!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 12.jpg">
Rachel moves back and lowers her pants.
@@.emote;
Rachel's face is as red as tomato@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
And I-I'm sure you would love to e-eat this ass too, wouldn't you?!@@
//''Let's keep pushing it!''//
@@.you;
Yes! And I would lick my fingers afterwards!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 13.jpg">
Rachel pulls on her panties.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A-and I'm s-sure you would l-love to e-eat this p-p-p...@@
You notice that Rachel's face is very red.
@@.you;
Rachel?@@
As you are confused, Rachel suddenly starts to wobble.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This p-p-p...@@
@@.you;
Rachel!@@
As you quickly move towards her, she seems to faint on the spot.
//''Shit! Did I push her too far?''//
<<linkreplace "Help Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Rachel Bedroom.jpg">
You carry Rachel back to her bedroom. You make sure to remove her shoes as you lay her on the bed. As you finishing putting a cover over her, you can see Rachel stirring.
@@.you;
Rachel?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uh? $player.name? Where am I?@@
@@.you;
You are in your bedroom, it seems like too much blood got into your head and you fainted.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fainted? Oh, I see... I just had a really weird dream where I was...@@
Rachel notices that she's only in her underwear, her face becomes bright red again. You can't help but chuckle.
@@.you;
Oh, believe me, that wasn't a dream. I have the pictures!@@
@@.emote;
Rachel covers her face with the sheet@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I can't believe I did that!@@
You give her a smile.
@@.you;
So, how did it feel?@@
@@.emote;
Rachel peeks at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How did what feel?@@
@@.you;
Being free! Acting on impulse! Doing what you wanted!@@
@@.emote;
Rachel tilts her head and thinks back@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Doing what I wanted? Yes... I did, didn't I?@@
@@.you;
Yes, so... How did it feel?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It... It felt nice... Not to be restricted... Not needing to be a proper lady...@@
@@.you;
Do you feel more open now?@@
@@.emote;
Rachel gives you a smile@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Actually... I do! I kinda feel liberated! Thank you, $player.name!@@
@@.you;
Oh, it wasn't me. It's was all you. As you are now, I'm sure you don't even need to hide behind that cover!@@
@@.emote;
Rachel's face becomes red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I feel free... But it's still kinda embarrassing...@@
//''Damn... Guess I gotta keep helping her...''//
You pick up your camera and start to leave.
@@.you;
Well, I guess I better let you rest.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uh... $player.name? You are going to delete those photos, right?@@
@@.you;
Uh? Oh, yeah, sure. I actually already did!@@
@@.emote;
Rachel gives you a smile@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, is that so? Thank you, $player.name!@@
//''Sorry, Rachel... I lied...''//
@@.corruption;
You've become more corrupted@@
@@.corruption;
Rachel feels more depraved@@
@@.corruption;
Rachel becomes more corrupted@@
[[Time to go home|House][$player.corruption += 1;$student.corruption += 1;$time.passTime(1);$student.corruptionlevel += 1]]
<</ctp>><<ctp "RachelShower">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing... I'm bored...@@
//''This may be a good opportunity to get some more pictures of her!''//
@@.you;
I've got an idea!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really? What is it?@@
@@.you;
How about we take some more pictures of you?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A-again?!@@
@@.you;
Yep. Remember, you have to be more comfortable with yourself.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I guess...@@
@@.you;
If you want to have more friends, that's something that will be very important.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! I will do it!@@
@@.you;
Great! Then I will bring my camera.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! I will ask Melissa to help me dress up!@@
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 1.jpg">
As you arrive at Rachel's home, you spot her on the porch.
@@.you;
Hey, Rachel!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name! So... What do you think?@@
//''Seems like she's still self conscious...''//
@@.you;
I think you look very pretty. And may I say, even a bit sexy?@@
@@.emote;
Rachel's face becomes red in embarrassment@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thanks...@@
@@.you;
So, are you ready to take some pictures?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! Let's do this!@@
<<linkreplace "Take pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 2.jpg">
You watch as Rachel starts by giving your the V sign and putting her tongue out.
//''Not exactly the sexiest of pictures...''//
You start taking pictures of her, trying to get her whole body in the frame.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
So, what do you think?@@
@@.you;
Hm... You look quite nice, but let's try to go for a pose that's a little more natural...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What do you mean?@@
@@.you;
Try this, raise your hands above your head and push your chest out.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 3.jpg">
Rachel gets into the pose. She gives you a big smile.
//''Hm... We are almost there...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How about now?@@
@@.you;
You are looking great! But let's try to raise your left leg a bit, and use your hands to pull up your hair just a little. Also, instead of a smile, try to give me a seductive look.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I will try!@@
<<linkreplace "Sexy picture of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 4.jpg">
Rachel follows your words and gets into another pose.
//''Now that's what I'm talking about!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
H-How about now?@@
You can clearly see that Rachel is starting to get embarrassed.
@@.you;
You are doing great! Now I want you to lean forward and make a sexy face!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I will do my best!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 5.jpg">
You start taking pictures as soon as Rachel gets into position.
//''Much better!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Is... Is this okay?@@
@@.you;
You are doing fine, Rachel! Keep it up! But make sure to smile!@@
You take a few more pictures before telling her to change her pose.
@@.you;
I've got enough photos of your front side. How about a few from behind?@@
@@.emote;
Rachel becomes flustered@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
From behind?!@@
@@.you;
Yeah! I want to get some pictures of that perky little butt you have!@@
@@.emote;
Rachel's face is completely red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Perky?!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 6.jpg">
Rachel slowly turns around and looks back at you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Like this?@@
@@.you;
Yeah! Now give me a smile and put a hand on your head.@@
As Rachel moves into the pose, you take a few more pictures.
//''Hm... I feel I can get her ass to be a bit more perky.''//
@@.you;
Hey, Rachel. I've got a better idea! How about using your hands to lift your butt a little bit?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What?! Do-do I really have to do that?!@@
@@.you;
We are trying to make you a little bit less self conscious, so it's necessary!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I will do it then!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 7.jpg">
You watch as Rachel closes her eyes and slowly moves her hands towards her ass.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
L-like this?@@
//''This is it!''//
@@.you;
excellent! Now give me a nice smile!@@
As Rachel gives you a smile, you take a few more pictures. You can clearly see that she's pushing herself.
@@.you;
Okay! I think we have enough photos of your butt. You can turn around now.@@
@@.emote;
Rachel turns around and sighs in relief@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Finally!@@
//''We aren't getting anywhere if I don't push her a bit more''//
@@.you;
But we aren't done yet! Just a few more!@@
You watch as Rachel is about to open her mouth to protest.
@@.you;
Okay! So here's what I want you to do! I want you to hold onto your shirt like you are about to undo it!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Just a few more?@@
@@.you;
Yes.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But I'm so embarrassed...@@
@@.you;
Come on! No pain, no gain! Or would this be no shame, some gain? Either way, you can do this, Rachel!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-Yes! I can do this!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 8.jpg">
As Rachel gets into the pose, you start to take pictures.
@@.you;
Very nice! Now give me a mysterious look!@@
@@.emote;
Rachel raises an eyebrow@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Mysterious? Mysterious how?@@
@@.you;
You know... Mysterious.@@
//''Not exactly sure what that is either...''//
You watch as Rachel changes her facial expression a bit.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Is this mysterious?@@
//''Eh, it will do.''//
@@.you;
Sure is! Very good, Rachel! You are a natural at this!@@
You can see that Rachel is very embarrassed, but you can also see a hint of a smile. You take a few more pictures.
@@.you;
Okay! One more!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
One more? Wasn't that the last one?@@
@@.you;
No, no, no. This is the last one! Promise!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay... So what do I do?@@
//''Time for the last push!''//
@@.you;
I want you to pull your shirt slightly open, giving me a better view of your chest area!@@
@@.emote;
Rachel becomes very embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yo-you want me to do what?!@@
@@.you;
It's necessary, Rachel! Just a bit more to help you push out of your cocoon! Like a beautiful little butterfly!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A little butterfly?! Well, if you put it like that...@@
<<linkreplace "Last picture of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 9.jpg">
You watch as Rachel opens her shirt a little bit and gives you a smile.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Like this?@@
@@.you;
Exactly! You are looking sexy and beautiful!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Heh... Heheh...@@
//''Nice! It worked! Now I better not push her any further.''//
You take your final picture and put the camera back into the case, then you approach Rachel.
@@.you;
See, that wasn't so bad, now was it?@@
@@.emote;
Rachel's face is still red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It wasn't... But it was still very embarrassing...@@
@@.you;
I'm sure this will help you become more open. That in turn will help you make more friends.@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?!@@
@@.you;
I'm sure of it!@@
@@.emote;
Rachel gives you a bright smile@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I see! Thank you, $player.name!@@
@@.corruption;
Rachel becomes a little more corrupted@@
[[Time to wrap it up|House][$student.corruption += 1;$time.passTime(1)]]
<</ctp>><<if $CallIsabella and not $GettingInfo>>
I can't end the day now! I have to meet Isabella!
[[Go back|Start]]
<<else>>
You are about to go to sleep and end your day, are you sure you want to do that?
[[Yes|Sleep]]
[[No|Start]]
<</if>><img src="img/Rachel/Rachel with Friend Event 2.jpg">
You enter Accogliente and spot Rachel and Rebeca. You decide to greet them.
@@.you;
Hey Rachel. Hey Rebeca.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh! Hey $player.name! We were just talking about you!@@
@@.emote;
Rachel becomes embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Rebeca! It's embarrassing!@@
//''They were?''//
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yes! It's increadible, really. She was just saying how you have a nice a-@@
As Rebeca is about to say something, Rachel covers Rebeca's mouth with her hands.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Not a word out of you!@@
//''Seems like she's starting to be a little more open...''//
You decide to tease her a bit.
@@.you;
That I have a nice?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It's nothing!@@
@@.you;
Oh, so you are saying I don't have a nice?@@
@@.emote;
Rachel's face becomes even redder@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That's not what I said!@@
Meanwhile, you can see Rebeca with a big smile on her face.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yeah, Rachel. Are you saying that $player.name DOESN'T have a nice ass?@@
//''They were talking about my ass?''//
@@.emote;
Rachel turns around in a panic@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
No! He does have a nice ass!@@
@@.you;
Oh? So you were talking about my ass? So, what is so nice about it?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yeah, Rachel. Tell us, in details, what you find so nice about his ass.@@
You can see slight tears forming in Rachel's eyes, her face as red as a tomato.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It's... It's...@@
@@.you;
It's?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
It's?@@
You can swear that you can see steam starting to come out of her ears.
@@.emote;
Rachel tuns around and runs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
$player.name! Rebeca! You bullies!@@
As Rachel runs away, Rebeca bursts out laughing.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hahaha! I don't think I've ever seen her do that!@@
You can't help but scratch your head.
@@.you;
Maybe we went a bit too far?@@
@@.emote;
Rebeca shakes her head@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Nah, she needs this. I don't think she's ever talked about a man's ass before. I'm sure she will get used to it.@@
@@.you;
Well, if you say so.@@
Suddenly you feel her punching you in the arm.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
But you better not hurt her, you got it?@@
You end up rubbing your arm.
@@.you;
Didn't plan to...@@
@@.emote;
Rebeca gives you a smile@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Great! Then we can be friends too!@@
@@.corruption;
Rachel becomes a little more corrupted@@
[[Have something to eat|School][$student.corruption += 1;$time.passTime(1)]]<<ctp "RachelShower">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm actually getting ready to do some yoga!@@
@@.you;
Really? Do you mind if I watch it? I want to learn more about yoga.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sure, I guess?@@
//''Nice! I can now see her in tight clothes!''//
@@.you;
Great, I will see you there then!@@
@@.you;
Okay, see you soon!@@
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 1.jpg">
You arrive at Rachel's house and Melissa lets you in, telling you she's in the living room. When you arrive there, you spot Rachel in her yoga outfit.
@@.you;
Hey, Rachel.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hi, $player.name! Ready to learn a bit more about yoga?@@
@@.you;
Sure am!@@
You sit down and wait for her to start.
@@.emote;
Rachel's face becomes red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This is more embarrassing than what I expected...@@
@@.you;
If it helps, you can turn away from me.@@
//''And I'll get to see your ass!''//
@@.emote;
Rachel thinks for a bit@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! I think that will work!@@
Rachel turns around and gets into her first pose.
<<linkreplace "Watch Rachel do yoga">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 2.jpg">
Rachel raises and releases her arms, letting the right arm come forward and the left arm go back. She deeply bends her right knee, while keeping her left leg stretched.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This pose is called the Warrior II...@@
@@.you;
Oh, I see...@@
//''She does seem to have a cute little ass...''//
<<linkreplace "Focus more on her ass">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 3.jpg">
Rachel raises her right arm overhead and lets her left arm slide down the left leg.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This pose is called the Reverse Warrior...@@
//''Like I thought, she does have a cute ass!''//
@@.you;
Hm...@@
@@.emote;
Rachel turns around and looks at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
$player.name?@@
@@.you;
Uh? Ah, yes! It's very good! I'm amazed how perky your ass looks in that pose!@@
@@.emote;
Rachel's face becomes a bit red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-what?!@@
//''Oops...''//
@@.you;
Ahem... I mean to say, how robust your form looks in that pose!@@
@@.emote;
Rachel frowns at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It's not proper to stare at a lady's ass.@@
@@.you;
Couldn't help it. It's natural instinct for a man to stare at a beautiful lady's ass. Especially when it's nice and perky.@@
@@.emote;
Rachel's face becomes very red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I see! So it can't be helped, because I'm too pretty? Heh... Hehe...@@
//''I'm glad that she's weak to compliments...''//
Rachel sits down and gets ready to make another pose.
<<linkreplace "Keep watching">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 4.jpg">
Rachel raises her arms and puts them behind her back, while keeping her legs tucked in. Her face becomes even redder when looking at you, so she looks sideways, avoiding your gaze.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
And... And this pose is called High Bound Angle...@@
//''Wow... Look at that stomach!''//
@@.you;
I've gotta say, not only do you have a nice butt, you also have a nice navel.@@
@@.emote;
Rachel rapidly covers her stomach@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
$player.name! Did you come here to learn a bit more about yoga or to ogle me?!@@
You give her a smile.
@@.you;
A little bit of both?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hmph... Keep that up and I won't invite you to watch me again.@@
//''Maybe I'm pushing a bit too much...''//
@@.you;
Okay, I will focus. I promise.@@
@@.emote;
Rachel frowns at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay... I will trust you...@@
<<linkreplace "Keep watching">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 5.jpg">
Rachel lays down flat on the floor and raises her body up.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
And this one is called the Cobra...@@
//''I wonder if I could make her feel more at ease when doing yoga in front of me...''//
As Rachel continues to do her poses, your mind starts to wander.
<<linkreplace "Rachel finishes her yoga">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 6.jpg">
After a while, Rachel sits down in front of you and then smiles.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That was a lot better than what I expected!@@
@@.you;
Yes, and I also learned quite a bit too.@@
//''Mostly about your body...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Are you planning on starting to do yoga?@@
@@.you;
Hm... That would be a good idea, wouldn't it? I will look into it.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, and if you need an yoga partner, I can help you. As long as you turn off your perviness.@@
//''Perviness?!''//
@@.you;
I would love to do yoga with you. And I will try to do my best to tune my perviness down.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?! Okay! Then when you learn it, we will do it together! Hehe...@@
@@.corruption;
Rachel becomes a little more corrupted@@
[[Do some small talk and leave|House][$time.passTime(1);$student.corruption += 1]]
<</ctp>><<ctp "RachelShower">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, I'm playing Twister!@@
//''This may be a good opportunity!''//
@@.you;
Do you want me to swing by and play together?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sure, I would love it!@@
@@.you;
Great, then I will be on my way over.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! See you soon!@@
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Playing 1.jpg">
As you arrive at Rachel's house, Melissa lets you in and tells you that Rachel is in the living room. When you get there, you spot Rachel, already playing on her own.
@@.you;
Hey, Rachel!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hi, $player.name!@@
@@.you;
Ready to have some fun?@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes, please!@@
@@.you;
Okay, since you are already there, may as well start with you.@@
You pick up the spinner and sit down.
<<linkreplace "Play Twister">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 2.mp4" autoplay loop/>
You spin the spinner.
@@.you;
Okay, left foot on green!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! This will be easy!@@
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 3.mp4" autoplay loop/>
You spin the spinner.
@@.you;
Now right foot on blue!@@
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Got it! Still easy! This is so much better than using the ruler!@@
@@.you;
Ruler? What's that?@@
@@.emote;
Rachel becomes slightly embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing!@@
You look around and, sure enough, you see a long ruler.
//''Was she using that to spin the spinner?''//
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 4.mp4" autoplay loop/>
You spin the spinner.
//''Foot again...''//
@@.you;
Right foot on green!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
You watch as Rachel turns around to put her right foot on green. She can no longer see you.
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 5.mp4" autoplay loop/>
You spin the spinner.
//''Foot, again?!''//
You look up at Rachel. She still has her back to you.
//''Maybe I should spice it up a bit... With a little... Uh... Creative use of game mechanics.''//
You move the arrow of the spinner.
@@.you;
Right hand on green!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, okay!@@
You watch as Rachel bends over to put her hand on green, giving you a clear view of her ass.
//''Now that's what I'm talking about!''//
@@.you;
I've gotta say, I do enjoy looking at your perky ass.@@
@@.emote;
Rachel becomes slightly embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
$player.name! You perv!@@
@@.you;
Hey, I'm just stating a fact here.@@
@@.emote;
Rachel gets back into position@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hmph!@@
//''She may be acting that way, but I can see a smile on her face.''//
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 6.mp4" autoplay loop/>
You spin the spinner.
//''Foot... Maybe I should help it out again...''//
As you are about to move the arrow, you notice that Rachel can now see you from under her legs.
@@.you;
Uh... Right foot on blue!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Got it! This is so much fun!@@
@@.you;
I'm enjoying it too.@@
//''Always nice to get a good look at a girl's ass.''//
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 7.mp4" autoplay loop/>
You spin the spinner.
//''Foot again?! What's with me and feet?!''//
You look up and notice that Rachel can't see you.
@@.you;
Ahem... Left hand on green!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I can do this!@@
As Rachel puts her left hand on green, you can see her balance is slightly off.
//''Just one more push...''//
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 8.mp4" autoplay loop/>
You spin the spinner.
//''Foot?! Is there a higher power that is guiding me towards feet?!''//
It's impossible to cheat, so you just call it out.
@@.you;
Left foot on blue...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
As Rachel tries to move her foot from green to blue, she ends up tripping on herself and falling down.
@@.emote;
Rachel bursts out laughing@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I lost!@@
//''This was fun... But I wonder if I can make it more spicy... Like if you lose, you have to remove a piece of clothing?''//
@@.you;
Yep. Now come here, it's my turn.@@
@@.emote;
Rachel gets up and moves towards you while humming@@
//''Uh... Maybe not yet...''//
You move to the pad.
@@.you;
Also, no ogling my ass, got it?@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey! You were ogling mine, so it's only fair I do the same!@@
@@.you;
Oh? I was only joking. So you are going ogle my ass?@@
@@.emote;
Rachel's face becomes very red@@
You can't help but laugh at that.
//''She's almost there...''//
@@.love;
Rachel loves you a little more@@
@@.corruption;
Rachel becomes a little more corrupted@@
[[Play some more and leave|House][$student.love += 1;$time.passTime(1);$student.corruption += 1]]
<</ctp>><img src="img/Other/Player Bedroom.jpg">
You arrive back at your house and go straight into your bedroom and sit down in front of your computer.
@@.you;
Okay... Let's see...@@
You start searching for Cosplay examples.
@@.you;
Catgirl? No...@@
You look through many different cosplays.
@@.you;
Crossdressing? No...@@
You eventually find one that you like.
@@.you;
Hm... Superheroes cosplay... I think this would be mild enough for her not to mind... But who should I pick?@@
As you are thinking, your eyes catch one in particular.
@@.you;
Is that... Harley Quinn? That's perfect! Making her cosplay as a bad girl! Genius!@@
You decide to go with Harley Quinn.
@@.you;
Great! Now all I need to do is see how much the outfit costs...@@
You check some cosplay shops.
@@.you;
$75?! Are you kidding me?! How can it be that expensive?!@@
You eventually close the website and sigh.
@@.you;
Well... I guess I will just have to go with it...@@
[[Finish Researching|House]]
<<set $CosplayR to false>>
<<set $cosplayrbuy = 1>><img src="img/Other/Player Bedroom.jpg">
You go back into your bedroom in order to think of a plan.
@@.you;
So... I got the cosplay... Now what do I do?@@
No matter how long you think, the only thing that comes to mind would be having her lose a bet to you.
@@.you;
The real question is how...@@
As you are pondering, you remember your thumb wrestling match with Rachel.
@@.you;
I've noticed that she's very competitive... Maybe if I challenge her to a rematch, she will accept? There's no way, right? She should know that it's impossible for her to win...@@
You think for a while longer, but decide to just go with that plan.
@@.you;
It wouldn't hurt to corrupt her a little more... Just so that she's a little less self conscious...@@
You look at the clock.
@@.you;
The best time would be on Saturday, Evening... I should give her a call.@@
[[Get on with your day|House]]<<ctp "RachelCE2">>
<img src="img/Rachel/Rachel Classroom Event 1.jpg">
As you are packing your things, you notice that Rachel still hasn't left.
@@.you;
Hey Rachel, why are you still here?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I asked Linda to get me a sample of the chemical compound we learned today, but she said that she had to go to the bathroom first...@@
@@.you;
Is that so? Want me to keep you company for a little bit?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sure, I would love it!@@
<<linkreplace "Keep her company">><<scrollTop>><<ctpAdvance "RachelCE2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Classroom Event 2.jpg">
You talk to Rachel about your every day.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
And then, I was at this groceries store, about to get last Pravitas Cookies that was in stock, when this HUGE lady walks behind and says "I saw those cookies first, they are mine!"@@
@@.you;
Really? And what did you do?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Well, normally I would just apologize and leave. But on that day I didn't feel like it. So I took the cookie and said "I don't think so!" and then I ran to the cashier to pay for it!@@
@@.you;
Oh? And weren't you afraid of her going after you?@@
@@.emote;
Rachel giggles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
She did try at first, but she was out of breath after a few steps!@@
@@.you;
Quite daring of you.@@
@@.emote;
Rachel puffs out her chest@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course! This is the new and improved daring Rachel!@@
@@.you;
Is that so? So you are saying you are now a daring person?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yep!@@
//''This should be a good opportunity!''//
@@.you;
Would you have the courage to lift your skirt, here in the middle of the classroom? Knowing that Linda could walk in at any moment.@@
@@.emote;
Rachel's face becomes slightly red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
O-of course!@@
<<linkreplace "Dare her">><<scrollTop>><<ctpAdvance "RachelCE2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Classroom Event 3.jpg">
With her face slightly red, Rachel slowly raises her skirt.
//''She actually did it!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I said I was daring!@@
@@.you;
You sure did. You've got a cute butt too.@@
@@.emote;
Rachel's face becomes redder@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe... Of course my butt is cute! Every part of me is!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What about your butt being cute?@@
Without you even noticing, it seems that Linda got back.
@@.emote;
Rachel lets go of her skirt and jumps back@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! Linda! It-it's nothing!@@
@@.emote;
Linda raises an eyebrow and gives Rachel a lewd smile@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Nothing, uh? Showing your ass to $player.name while I was away. I know what it's like to be young, but you really shouldn't be doing it in the classroom. At least not when the teacher is about to return.@@
//''Linda is going quite heavy on the tease...''//
@@.emote;
Rachel's face becomes as red as tomato@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I was wasn't going to do anything@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I know, I'm just messing with you.@@
You watch as Linda walks up to Rachel and gives her a slap on the ass.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ow!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
But I do agree that you have a cute ass.@@
@@.corruption;
Rachel becomes a little more corrupted@@
[[Time to go|School][$student.corruption += 1;$time.passTime(1)]]
<</ctp>><<if $player.money lt 5>>
<img src="img/Rachel/Rachel Food Court Event 1.jpg">
You decide to experiment the coffee from "Le Bonjour", famous for never removing their Christmas decorations. As you enter, you spot Rachel already there.
@@.you;
Hey Rachel, how's the coffee?@@
@@.emote;
Rachel notices you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Hi $player.name! It was amazing! It has a subtle taste of cinnamon and allspice berries!@@
@@.you;
Was? Did you already finish?@@
@@.emote;
Rachel becomes crestfallen@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah... I only had enough for a single cup...@@
@@.emote;
Rachel looks at you with puppy eyes@@
//''Well... I'm out of money...''//
You chuckle.
@@.you;
Yeah... I don't even have enough for one.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Awww...@@
[[Chill with Rachel|School][$time.passTime(1)]]
<<else>>
<<ctp "RachelCoffee">>
<img src="img/Rachel/Rachel Food Court Event 1.jpg">
You decide to experiment the coffee from "Le Bonjour", famous for never removing their Christmas decorations. As you enter, you spot Rachel already there.
@@.you;
Hey Rachel, how's the coffee?@@
@@.emote;
Rachel notices you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Hi $player.name! It was amazing! It has a subtle taste of cinnamon and allspice berries!@@
@@.you;
Was? Did you already finish?@@
@@.emote;
Rachel becomes crestfallen@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah... I only had enough for a single cup...@@
@@.emote;
Rachel looks at you with puppy eyes@@
//''Well... I do have some money... Should I tease her?''//
<<linkreplace "Tease Her (-$5)">><<scrollTop>><<ctpAdvance "RachelCoffee">><</linkreplace>>
[[Just chill with Rachel|School][$time.passTime(1)]]
<<ctpNext clear>>
<img src="img/Rachel/Rachel Food Court Event 3.jpg">
You decide to tease Rachel.
@@.you;
Well... I DO have the money to buy it...@@
@@.emote;
Rachel looks around, gets up and raises her skirt a bit@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You would buy one for me too, right?@@
//''Woah!''//
@@.you;
Of course! I'm, after all, a gentleman!@@
@@.emote;
Rachel chuckles and sits down, her face slightly red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That was kinda embarrassing...@@
@@.you;
I'm amazed you did it. How did it feel?@@
@@.emote;
Rachel smiles at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It felt... Oddly good.@@
<<linkreplace "Have a coffee with Rachel">><<scrollTop>><<ctpAdvance "RachelCoffee">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Food Court Event 2.jpg">
After the waiter arrives with the coffee, you decide to do some small talk.
@@.you;
I've noticed that you've been less shy lately.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah... After I cosplayed to you, I felt that most things don't embarrass me all that much... Well... At least not as much...@@
//''Nice, it's working!''//
@@.you;
Glad you are feeling that way.@@
@@.corruption;
Rachel becomes a little more corrupted@@
[[Time to go|School][$student.corruption += 1;$time.passTime(1);$player.money -= 5]]
<</ctp>>
<</if>><<ctp "RachelChem">>
<img src="img/Rachel/Rachel Chemlab Event 1.jpg">
As you enter the chemlab, you see that Rachel is already there.
@@.you;
Hey Rachel, shouldn't you be out having lunch?@@
Instead of answering you, she just points at the table where a box is sitting, most likely it being her food.
@@.you;
I see, so what are you doing?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I didn't finish the homework Linda gave us...@@
You run under a table and hide.
@@.you;
Oh shit!@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What?!@@
@@.you;
It's the end of the world! I'm hiding!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-what?@@
You get out from under the table and laugh.
@@.you;
Well, you didn't do your homework, so I thought it was the end of the world.@@
@@.emote;
Rachel pouts at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey! That's not nice! I just was very busy!@@
You end up chuckling.
@@.you;
Well, I better leave it to you then...@@
As you are about the leave, Rachel calls out to you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Wait! Won't you help me with it?@@
//''Well... I should help her... But maybe I can get something out of this...''//
@@.you;
Well... I don't know... I kinda want to have lunch and relax... You know?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, come on! Please!@@
@@.you;
Hm... What should I do?@@
<<linkreplace "Tease her">><<scrollTop>><<ctpAdvance "RachelChem">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Chemlab Event 2.jpg">
You look at Rachel as she slowly raises her skirt.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Please?@@
//''Whoah!''//
@@.you;
Ahem... Well... I am kinda hungry... You know...@@
<<linkreplace "Tease her">><<scrollTop>><<ctpAdvance "RachelChem">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Chemlab Event 3.jpg">
You look at Rachel as she raises her skirt even higher.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Please?@@
//''Red panties! I can even see through them a bit!''//
@@.you;
Well, I am, after all, your friend. So it's only right that I help you!@@
@@.emote;
Rachel lets go of her dress and chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course it is!@@
@@.corruption;
Rachel becomes a little more corrupted@@
[[Help her with her homework|School][$student.corruption += 1;$time.passTime(1)]]
<</ctp>><img src="img/Rachel/Rachel with Friend Event 2.jpg">
You enter Accogliente and spot Rachel and Rebeca. You decide to greet them.
@@.you;
Hey Rachel. Hey Rebeca.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh! Hey $player.name! We were just talking about you!@@
@@.you;
Really?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yeah! Rachel was just talking about how you have a nice ass!@@
@@.emote;
Rachel giggles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Not just a nice ass, but arms too! And chest!@@
@@.you;
Well, thank you, Rachel. You've got a pretty sweet ass too.@@
@@.emote;
Rachel smiles at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thanks! I do workout in order to have it.@@
@@.emote;
Rebeca is surprised@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Woah! Rachel actually followed through on a lewd conversation!@@
@@.emote;
Rachel pouts@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Come on! I wasn't that bad!@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yeah, you were! Right, $player.name?@@
You nod your head.
@@.emote;
Rachel pouts even harder@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey! No bullying me!@@
You end up laughing too.
[[Have something to eat with the girls|School][$time.passTime(1)]]<<ctp "PravitasPowerup">>
<img src="img/Pravitas/Pravitas Powerup 1.jpg">
<<set $initiate to 0>>
As you open your eyes, you find yourself in an office. You spot Pravitas sitting on the desk.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Can you feel it, $player.name?@@
You become slightly confused.
@@.you;
Feel it? Feel what?@@
@@.emote;
Pravitas smiles at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
The changes! As you've been corrupting your surroundings, I've been slowly becoming more powerful.@@
//''Is that a good thing...?''//
You watch as Pravitas gets off the table and slowly walks up to you.
@@.emote;
Pravitas caresses your chest@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Of course it's a good thing... The more powerful I become, the more I can do for you...@@
Your mind starts to get muddled. You shake your head to snap out of it.
@@.you;
I guess? But won't you take over my body if you become stronger?@@
@@.emote;
Pravitas chuckles@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Of course not, silly... I've told you. I was just testing you that time. We are now one and the same... I would never do anything to harm you...@@
You feel a chill run down your spine. Something is wrong.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
But, alas, what you have been doing up until now isn't enough... I've hit a wall, you see? A wall that requires an extra oomph! And, for that, I need you to corrupt someone.@@
@@.you;
But, haven't I been doing that?@@
@@.emote;
Pravitas sighs and shakes her head@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
$player.name... $player.name... $player.name... Can you really call what you've been doing corruption?@@
You become surprised.
@@.you;
It isn't?@@
@@.emote;
Pravitas chuckles@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Of course not. The so called "corruption" you've been doing up until now has been nothing more than lowering the inhibition of the girls you remain in contact with. Although it's a permanent effect, it is still no different than giving a girl some alcohol. Can you really call that, corruption?@@
You slowly feel like there's a fog forming in your mind.
@@.you;
I guess not...@@
You shake your head again to try to get it to clear.
//''Is she doing something to me?!''//
@@.emote;
Pravitas walks behind you and touches your muscles@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Your body is much firmer than it was when I first met you. I've been helping you evolve faster than any human can. Doesn't it feel good? To only need to swim for a few hours to have the effect of swimming for a month?@@
@@.you;
Sure... It does make it easier to remain fit...@@
@@.emote;
Pravitas caresses your head@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Your mind is much faster now... With my powers, you only need to read a paragraph once to understand it's meaning, when before you had to read it many times.... Doesn't it feel good to be smarter?@@
The fog in your mind is starting to get denser.
//''There's something wrong here!''//
@@.you;
Yeah... No more needing to cram in order to pass a test...@@
@@.emote;
Pravitas circles around you and looks into your eyes@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Your features have become sharper. You should be able to tell what someone wishes to hear. It should be much easier to get what you want... Doesn't it feel good? To be able to convince anyone of your point of view. To be able to sweet talk any girl into sleeping with you. To be able to avoid trouble by talking your way out of it.@@
As your mind becomes even more muddled. You can feel a smirk on your face.
@@.you;
Yes... It does feel good.@@
You watch as Pravitas takes a few steps back and looks at you with saddened eyes.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Unfortunately, that's the limit of what I can do for you. And, who knows, maybe my powers will start to diminish and you will go back to be what you were before...@@
You feel dread setting into you.
//''No! Don't be...''//
@@.you;
What?! No!@@
@@.emote;
Pravitas gives you a smile@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
But not all is lost... Like I said, you only have to really corrupt someone in order to let me become more powerful... In order for me to evolve!@@
You feel confused.
//''Don't do...''//
@@.you;
But, how would I be able to do that...?@@
@@.emote;
Pravitas gets close to you and touches your face@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Oh, you don't have to worry about that. I can temporarily increase your power of corruption. Instead of it having the weak effect of lowering the inhibition, it will work more as an aphrodisiac. You will also not require direct contact. Just the girl being near of you will be enough for this effect to work. The strength of the effect is based on the person's state of mind and their natural attraction to you.@@
@@.you;
I... I see. That would work! Yes! Let's do this!@@
//''No!''//
@@.emote;
Pravitas leans in and kisses you@@
<img src="img/Pravitas/Pravitas Kiss.jpg">
You can feel something flowing into you.
<<linkreplace "Feel the power">><<scrollTop>><<ctpAdvance "PravitasPowerup">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 2.jpg">
You feel there is some kind of abnormal power inside of you.
@@.you;
W-what's this?@@
@@.emote;
Pravitas smirks@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
That's the power of corruption. I had to use all of the energy that I stocked up in order to give you a taste of that power. It will only last a single day, so you will have to make good use of it.@@
@@.you;
Only a day?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes. I will make sure to give you the impulse needed. So, once you wake up, you will feel a strong urge to fuck any girl you see.@@
@@.emote;
Pravitas laughs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Make sure to corrupt at least someone, got it? It doesn't matter WHO it is.@@
You nod your head.
@@.you;
And if I do, I will become stronger, right?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Of course. Now, off you go.@@
And with a snap of Pravita's finger, you feel drowsy. As you close your eyes, you feel something fighting inside of you.
<<linkreplace "Sleep time">><<scrollTop>><<ctpAdvance "PravitasPowerup">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 1.jpg">
Pravitas stares at the empty spot where $player.name was.
@@.emote;
Pravitas clicks her tongue and frowns@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
His willpower is stronger than expected... I thought I could simply control him, but it seems that it won't be that easy...@@
@@.emote;
Pravitas sits on the desk and shrugs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Oh well, better a strong host than a weak one.@@
@@.emote;
Pravitas smirks@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Well, all he has to do is give into the power. If he doesn't, then at least there's something to look forward to in the future. Now, let's see what he will do with this new power of his.@@
[[Continue|Pravitas Powerup 2]]
<</ctp>><<ctp "PravitasPowerUp2">>
<img src="img/Other/Waking Up.jpg">
As morning dawns, you wake up and feel your head hurting.
@@.you;
Ouch... What the hell?@@
You stretch your arms and out of the bed.
@@.you;
Damn... Did I knock my head while I was asleep?@@
You feel slightly confused, but decide to move on with your day. The first thing you notice when you get up is that your morning wood feels far harder than it usually is.
@@.you;
Uh... Well, it should go away after going to the bathroom.@@
You decide to just ignore your erection and go straight to the bathroom.
<<linkreplace "Go to the bathroom">><<scrollTop>><<ctpAdvance "PravitasPowerUp2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Bathroom Door.jpg">
You arrive at the bathroom and notice that someone is already inside.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
La la la ♪@@
//''Seems like Anna is already inside...''//
You would usually just wait for Anna to finish taking a bath, but for some reason it feels like your body wants to go inside the bathroom.
//''Damn... Do I really need to piss that badly?!''//
While your mind was hesitating, your body moved on it's own.
<<linkreplace "Enter the bathroom">><<scrollTop>><<ctpAdvance "PravitasPowerUp2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 3.jpg">
You enter the bathroom and spot Anna taking a shower. Seems like she doesn't notice you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hum ♪ La la la ♪@@
//''How can a girl be so innocent, yet so hot?!''//
You can't help but catch a glimpse of her naked body, your cock feeling even harder than it was just a moment ago. You walk to the toilet and lift up the seat.
@@.emote;
Anna covers her body in surprise@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! $player.name?!@@
Seems like the noise of the seat hitting the wall alerted your $ys.rel.
@@.you;
Sorry, Anna! I really need to piss!@@
Without hesitation, you take out your cock in front of her and start going pee.
@@.you;
Ahhh... Much better.@@
@@.emote;
Anna is shocked@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
W-wha-@@
As you are pissing, you take a glance at Anna, who's starting at your cock with her mouth agape while covering her body with her hands.
//''Is she interested in it?''//
You can't help but smile a little bit as you finish your business. But, even though you finished, your cock is still rock hard.
//''Maybe I will have to take care of this...''//
You look back at Anna and notice a change. She's no longer covering her body with her hands. Instead, she is just starting at your cock, her face flushed.
@@.you;
Anna?@@
Since she doesn't answer, you decide to approach her.
@@.you;
Anna? Are you alright?@@
As you look at Anna, you notice a couple of things. The first is that her eyes, that are usually bright and full of emotion, are now dull, looking more like those of a dead fish. The second is that you can clearly see that she's excited, her nipples are hard and her vulva enlarged.
You feel your body telling you that this is a once in a life time chance. You get closer to her and smirk.
@@.you;
Anna? Are you interested in my cock?@@
@@.emote;
Anna mechanically nods@@
//''Maybe I should take this opportunity?''//
As you think that, your head starts to hurt a lot.
@@.you;
Ouch! What the?!@@
You feel like something inside of you is trying to prevent you from doing anything towards your $ys.rel. But you also start to feel your body heat up, clearly wanting you to follow through. You shake your head and look at Anna again, who's still starting at your cock, unmoving.
//''Maybe I shouldn't? There's clearly something wrong...''//
You stand at an impasse. On one hand, you feel that your body clearly wants you to take this opportunity. On the other, you feel that you shouldn't. You look back at Anna and you:
[[Give in to your body's demands|Anna Bad End]]
<<linkreplace "Endure it and leave">><<scrollTop>><<ctpAdvance "PravitasPowerUp2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 4.jpg">
You shake your head and decide to endure it. You are certain that it must have been the Pravitas inside of you that caused this issue.
@@.you;
Sorry, Anna...@@
You put on your pants and leave the bathroom. As you look back, you can see Anna still staring at you. You close the bathroom door and decide to go straight to your bedroom.
[[Think about what just happened|Pravitas Powerup 3]]
<</ctp>><<ctp "AnnaBadEnd">>
<video src="img/Bad Endings/Anna/Anna Bad End 1.mp4" autoplay loop/>
Unable to resist your basic impulses, you step into the shower. Once inside, Anna immediately start to soap your body. As she does that, you feel a huge relief as your headache just seems to vanish.
@@.you;
Hm... That's nice... Don't forget to wash him too.@@
Saying that, you point to your erect penis.
You watch Anna's hand slowly makes her way down your body and eventually touches your penis. She slowly covers it with soap.
@@.you;
Good, now you have to rinse it, Anna. Make sure not to leave any soap on it.@@
@@.emote;
Anna smiles at you and moves her hand@@
<<linkreplace "Rinse it">><<scrollTop>><<ctpAdvance "AnnaBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Anna/Anna Bad End 2.mp4" autoplay loop/>
Anna slowly moves her moves her inexperienced hands up and down your shaft, trying to get all of the soap off.
@@.you;
Very good...@@
You take this moment to move your hand to her ass.
@@.you;
Do you like this?@@
@@.emote;
Anna mechanically nods her head@@
You start to caress her ass.
@@.emote;
Anna hums@@
As she is moving her hands, another idea pops up into your mind.
@@.you;
Anna, I don't think it's clean enough... Why don't you use your mouth to clean it?@@
@@.emote;
Anna looks up at you in confusion@@
//''Does she not understand?''//
<<linkreplace "Tell her to kneel down">><<scrollTop>><<ctpAdvance "AnnaBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Anna/Anna Bad End 3.mp4" autoplay loop/>
@@.you;
Anna, can you kneel down in front of me?@@
@@.emote;
Anna looks at you and nods@@
You watch as she slowly kneels in front of you.
@@.you;
Good, now take my penis and put it inside your mouth.@@
As you say that, Anna moves her mouth close to your penis and puts your tip inside of it.
<<linkreplace "Enjoy">><<scrollTop>><<ctpAdvance "AnnaBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Anna/Anna Bad End 4.mp4" autoplay loop/>
You watch as Anna takes your cock into her mouth and looks up at you.
@@.you;
Great... Now you need to move, make sure to suck on it as you move, okay?@@
As if to answer you, your $ys.rel starts to move her head back and forth while sucking your cock. You can't help but moan a bit.
@@.you;
There we go, that's a good girl.@@
As if to answer your praise, she seems to double her efforts and, in doing so, makes it so you are about to cum.
<<linkreplace "About to cum">><<scrollTop>><<ctpAdvance "AnnaBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Anna/Anna Bad End 5.mp4" autoplay loop/>
Seemingly like she has gotten used to this, she quickly moves up and down your shaft, keeping a constant sucking.
@@.you;
Urg... Crap! I'm almost there, Anna!@@
Anna doesn't stop and keeps moving her head. Unable to resist, you grab her head.
@@.emote;
Anna is surprised@@
@@.you;
I'm about to cum and I want you to swallow it!@@
You feel your balls tightening as you shove your cock deep into your $ys.rel's throat.
@@.emote;
Anna makes gurgling noises@@
@@.you;
Take it!@@
You start cumming down her throat and you can hear Anna swallowing.
@@.you;
Ah! That's it!@@
As you are cumming, you feel you mind becoming hazy.
//''What...?''//
Your eyes are unable to focus as you look down at Anna's face. She has a look of surprised on her face, like she can't believe what just happened.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah, $player.ys?@@
You can see tears streaming down her face.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
W-why did you do this?@@
As you try to answer her, the haziness gets thicker. You open your mouth, but you can only get a single word out.
@@.you;
S-sorry...@@
You can't comprehend what got into you to do such a thing, but even as you think that, your vision becomes blurry and you eventually lose conscious.
<<linkreplace "Wake up">><<scrollTop>><<ctpAdvance "AnnaBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Anna/Anna Bad End 6.mp4" autoplay loop/>
As you open your eyes, you can see your $ys.rel stroking your cock.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Am I doing this right, $player.ys?@@
You are confused at what happened. Last thing you remember is that you were in the bathroom and you had taken advantage of your $ys.rel.
@@.you;
A-Anna? What's happening@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What are you saying, silly? We're obviously having sex!@@
<<linkreplace "Confused">><<scrollTop>><<ctpAdvance "AnnaBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Anna/Anna Bad End 7.mp4" autoplay loop/>
As you lay there confused, Anna stops stroking and starts licking your cock.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hm... So good... It's like a salty popsicle!@@
After saying that, she immediately swallows your cock, showing a lot more experience in doing it than what you remember. You can't help but moan.
She expertly moves her hand while moving her head up and down your shaft, sucking at just the right amount of pressure. It's almost has if she had a lot of experience doing this.
//''What's happening?!''//
You have a look of confusion as you look at Anna.
@@.emote;
Anna stops sucking@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What's the matter, $player.ys? Am I doing something wrong?@@
She slowly crawls up to you and looks you straight into your eyes. You just now notice that there's a purple haze in her eyes. While not obvious at first look, you can clearly see it now that she's this close.
@@.you;
A-Anna? Why are you doing this?@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What do you mean, silly? We do this all the time?@@
Saying that she shakes her hips.
//''Is, is this a dream? But it feels so real...''//
As you are thinking that, Anna puts one of your hands on her ass and whispers in your ear.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Surely you want to stick your penis into my tight little cooch, right?@@
<<linkreplace "Move your hand to your penis">><<scrollTop>><<ctpAdvance "AnnaBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Anna/Anna Bad End 8.mp4" autoplay loop/>
Unable to resist the temptation, you slowly start to press your tip up her pussy.
@@.emote;
Anna moans@@
//''T-this is wrong...''//
You understand why, but you feel that this shouldn't be happening. You let go of your cock.
@@.you;
Sorry, Anna...@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Having a hard time finding it? Here, let me do it!@@
@@.you;
What? Wait! N-@@
Before you could stop her, Anna sticks your penis in her pussy and slams down.
@@.you;
Ah!@@
@@.emote;
Anna moans loudly@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hm... I missed having your penis in my coochie!@@
You feel a shiver going up your spine, as your body fills with pleasure.
<<linkreplace "Enjoy the ride">><<scrollTop>><<ctpAdvance "AnnaBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Anna/Anna Bad End 9.mp4" autoplay loop/>
As you are confused, Anna starts riding you.
@@.emote;
Anna moans@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes... Yes! I love you, $player.ys!@@
You are startled by her confession, but, unable to resist this pleasure any longer, you put both of your hands on her ass and squeeze.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hm... That's right! Squeeze my little butt, $player.ys!@@
The more she rides you, the more you hunger for her.
@@.you;
Ah... Anna!@@
<<linkreplace "Take control">><<scrollTop>><<ctpAdvance "AnnaBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Anna/Anna Bad End 10.mp4" autoplay loop/>
You shift her off of you and lift one her legs, slamming your cock deep into her pussy.
@@.emote;
Anna yelps in surprise@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! $player.ys! That's it! Slam your penis into me!@@
<<linkreplace "Thrust">><<scrollTop>><<ctpAdvance "AnnaBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Anna/Anna Bad End 11.mp4" autoplay loop/>
You increase your movement, as you keep thrusting into your $ys.rel. You can't help but groan in pleasure.
@@.emote;
Anna moans@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! AH! Yes! YES! Give it to me, $player.ys!@@
You feel slightly frustrated that you can't seem to be able to fully maintain your pistoning motion from this position.
<<linkreplace "Take her from behind">><<scrollTop>><<ctpAdvance "AnnaBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Anna/Anna Bad End 12.mp4" autoplay loop/>
You pull her up and position yourself behind her and start thrusting again.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! YES! Keeping going, $player.ys! I'm almost there!@@
Her pleads barely register to you, all you care about is satiating your lust. You can feel her shivering and her pussy contracting.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! AH! I'm cumming! I'm cumming for my $player.ys!@@
As she cums, you keep slaming your hips into her. But, in doing so, you feel you are very close to your climax.
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "AnnaBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Anna/Anna Bad End 13.mp4" autoplay loop/>
You keep fucking her with all your might and it seems like Anna notices that you are about to cum.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Do it, $player.name! Cum inside of me! I want it all inside! I want a child of yours!@@
//''W-what?!''//
Her saying that snaps you out of it and you pull out just before you cum.
@@.emote;
Anna is disappointed@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah...@@
As you touch yourself, you start cumming on her back.
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Next time you need to cum inside of me, okay?@@
As you cum, you the haze returning, and, for some reason, you believe that it will never be lifted again.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Hope you enjoyed my last gift for you. Sleep well, $player.name. I will take care of everything.@@
@@.you;
P-Pravitas...@@
[[Return to the past|Pravitas Powerup 2]]
<</ctp>><<ctp "KellyBadEnd">>
<img src="img/Bad Endings/Kelly/Kelly Hand.jpg">
Unable to resist your basic impulses, you put your other hand on your $m.rel's ass and pull her close to you.
@@.emote;
Kelly is surprised@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah!@@
@@.you;
Hey, $m.rel. I'm being honest with you...@@
In order to show her you mean it, you take a step back and pull down your pants.
@@.emote;
Kelly gasps@@
You take her hand and put it on your cock.
@@.you;
See? I mean it.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, my...@@
You notice that your $m.rel's eyes are locked on your cock, her mouth slightly agape. She's looking at your penis like it's premium sausage.
//''Seems like she wants it!''//
@@.you;
Do you want it?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
A-are you fine with an old lady like myself?@@
@@.you;
Didn't I already say it? You are perfect!@@
You can see a smile on your $m.rel's face, as she slowly lowers herself.
<<linkreplace "Enjoy">><<scrollTop>><<ctpAdvance "KellyBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Kelly/Kelly Bad Ending 1.mp4" autoplay loop/>
As her head gets to the same level as your penis, she slowly puts your cock into her mouth.
@@.you;
There you go, $m.rel... Take it in.@@
As she sucks your cock, it still feels like she is hesitating.
@@.you;
Come on, you can do better than that?@@
@@.emote;
Kelly looks into your eyes and nods@@
<<linkreplace "Keep enjoying">><<scrollTop>><<ctpAdvance "KellyBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Kelly/Kelly Bad Ending 2.mp4" autoplay loop/>
You watch as your $m.rel starts to pick up pace, as she licks your shaft and balls.
@@.you;
There we go... That's more like it!@@
As she keeps going, it seems like she's getting more excited.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
A young man's dick... How long has it been?@@
As she says that, she takes your whole cock into her mouth in a single move.
@@.you;
Holy! You sure are good at this!@@
Seemingly like she can't hear you, she focuses solely on your cock.
//''Fuck! This feels good!''//
As you keep watching, you can't help but notice her breasts bouncing up and down.
//''That gives me an idea''//
@@.you;
Hey, $m.rel?@@
She keeps on sucking on your cock. You put your hand on her head to stop her.
@@.emote;
Kelly is surprised@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah, what? Are you not enjoying this?@@
@@.you;
Of course I am, but I have another idea... I want to use your breasts.@@
While surprised at first, she quickly lowers the zipper of her dress.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You want to use these breasts? Then use them! They are all yours!@@
She holds her breasts together, giving you access to them.
<<linkreplace "Fuck her breasts">><<scrollTop>><<ctpAdvance "KellyBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Kelly/Kelly Bad Ending 4.mp4" autoplay loop/>
You start thrusting your cock into the pit of her breasts.
@@.you;
Whoa! They are so soft!@@
Your cock, already lubed by her saliva, slips right between them.
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Are you enjoying these breasts, honey.@@
@@.you;
They are wonderful, $m.rel!@@
As you keep thrusting, your $m.rel spits on your cock in order to lube it more. After a while, you can see your $m.rel's face is completely flushed.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
H-honey... I can't take it anymore.@@
Your $m.rel seems to have been turned on by you fucking her breasts. You nod at her and help her up.
@@.you;
Put your leg up on this table...@@
She does as you tell her to, and you take off her panties, giving you access to her pussy.
//''Am I really going to do this?''//
Seemingly like she notices your hesitation, she speaks to you.
@@.emote;
Kelly is worried@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
H-honey? Are you turned off by an old lady's pussy?@@
You shake your head, unable to hold your self back any longer.
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "KellyBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Kelly/Kelly Bad Ending 5.mp4" autoplay loop/>
You slowly press the tip of your head onto your $m.rel's pussy.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yes, honey! Do it!@@
With a single thrust, you shove your dick all the way into her. As you do so, your $m.rel pussy contracts and holds onto your cock, like it won't ever let go.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah! This feeling... A young man's dick...@@
You watch as she trembles, it seems like she came as soon as you penetrated her.
<<linkreplace "Start thrusting">><<scrollTop>><<ctpAdvance "KellyBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Kelly/Kelly Bad Ending 6.mp4" autoplay loop/>
You start fucking her with everything you have.
@@.emote;
Kelly moans loudly@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah! There, honey! Keep going!@@
As her pussy contracts, you feel a shiver going up your spine, signaling that you are close to finishing.
@@.you;
I-I'm almost there, $m.rel!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Don't stop! I want you to cum inside!@@
//''Inside?!''//
You keep pounding her. Although you know you shouldn't, you aren't able to fight against your desires.
@@.you;
Ah! I'm going to cum inside of you!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah! Yes! Do it!@@
You give her one last thrust, penetrating her as deep as you can.
@@.you;
Urgh!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah! I can feel it! It's so much! I'm going to become pregnant!@@
As you cum in her, the thick haze addles your mind. You end up collapsing on the ground and so does your $m.rel.
You look at her face, you can see a clear look of bliss, that slowly morphs itself into a look of dread.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
D-Did I really do that to my own $player.m?!@@
//''What?''//
You can see tears forming in her eyes.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I-I'm so sorry honey... I-I don't know what happened to me...@@
Your confusion doesn't last long, as your addled mind succumbs to darkness.
<<linkreplace "Wake up">><<scrollTop>><<ctpAdvance "KellyBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Kelly/Kelly Bad Ending 7.mp4" autoplay loop/>
As you open your eyes, you feel like you are imprisoned in your own body.
//''What's happening...?''//
@@.you;
There you go, take that cock!@@
You can see yourself shoving your dick into your $m.rel's mouth.
@@.emote;
Kelly makes gurgling noises@@
//''What?''//
Try as you might, you can't seem to move even a finger.
@@.you;
Tell me how much you love love this cock@@
You see yourself stop face fucking her to let answer.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I love it!@@
You feel a smirk on your face.
@@.you;
And what do you want me to do with it?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I want you to fuck me!@@
//''Why can't I move?!''//
@@.you;
Do you want me to? Or do you need me to?@@
@@.emote;
Kelly becomes desperate@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I need your cock!@@
You watch as you hug her and pull her to the sofa.
@@.you;
Now that's a good answer!@@
<<linkreplace "Unable to act">><<scrollTop>><<ctpAdvance "KellyBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Kelly/Kelly Bad Ending 8.mp4" autoplay loop/>
You watch as your body starts thrusting your cock up your $m.rel's pussy with reckless abandon.
@@.emote;
Kelly moans loudly@@
@@.you;
Tell, what are you?@@
//''She's my $m.rel!''//
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm your slut!@@
//''What?!''//
@@.you;
Of course you are my slut!@@
You can feel your body start fingering your $m.rel's ass.
@@.emote;
Kelly moans even louder@@
@@.you;
And you better get your ass ready, because later tonight I'm going to fuck it to.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yes! Please keep fucking me!@@
You are confused about what is happening. No matter what you do, you can't move.
<<linkreplace "Unable to Act">><<scrollTop>><<ctpAdvance "KellyBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Kelly/Kelly Bad Ending 9.mp4" autoplay loop/>
Your body flips your $m.rel around and continues to thrust.
@@.emote;
Kelly trembles as she moans@@
Your body laughs.
@@.you;
Cumming again? This is what? The fifth time?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah- Please... Keep fucking me!@@
@@.you;
Man, you are a hungry whore, aren't you?@@
As you watch in horror what is happening, your mind slowly becomes hazy.
<<linkreplace "Unable to Act">><<scrollTop>><<ctpAdvance "KellyBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Kelly/Kelly Bad Ending 10.mp4" autoplay loop/>
You watch as your $m.rel is no longer able to sit and she falls down sideways.
@@.emote;
Kelly moans@@
@@.you;
Can't control your body anymore? We are not even done yet!@@
Your body keeps thrusting into her pussy. You can feel her convulsing again.
@@.you;
Came again, didn't you? Are we on double digits already? But we aren't even close to finished!@@
Caring little for your $m.rel's state, your body just keeps fucking her.
//''No... Why is this happening...''//
The haze in your mind grows thicker. As it slowly consumes you, you are sure that you will never be able to wake up again.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Did you enjoy watching me turn your $m.rel into a slut? Don't worry, soon all of them will be.@@
@@.you;
P-Pravitas...@@
[[Return to the past|Pravitas Powerup 4]]
<</ctp>><<ctp "SarahBadEnd">>
<img src="img/Other/Headache.jpg">
As your head starts hurting more and more, you end up surrendering to your desires.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey, $player.os? Are you alright?@@
Unable to take it any longer, you embrace your $os.rel and kiss her.
@@.emote;
Sarah is surprised@@
At first she was surprised by your sudden action, but soon she starts kissing you back. As she kisses you, you feel the pain wash away as if it were a lie.
As the strength returns to limbs, you are able to get off the floor. Sarah rises with you.
@@.emote;
Sarah's face is flushed@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Uh, $player.os? Does that mean you forgive me?@@
Instead of telling her, you decide to show it with actions.
<<linkreplace "Kiss her again">><<scrollTop>><<ctpAdvance "SarahBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Sarah/Sarah Bad Ending 1.mp4" autoplay loop/>
You embrace $os.rel again, but this time she doesn't resist at all. As you are kissing her, you move your hands to her voluptuous ass.
@@.emote;
Sarah moans@@
You are not the only one being active, the more you kiss her, the more she becomes desperate for your body. The first thing she does is remove the shirt you have on.
As she presses up to you, she feels your hard cock. She pushes you slightly back and gasps for air.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I see that you are quite happy to kiss me.@@
You can't help but smile.
@@.you;
Of course, who wouldn't be happy kissing an absolute bombshell of a woman?@@
@@.emote;
Sarah smiles back at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, I can't just let my $player.os suffer blue balls, now can I?@@
<<linkreplace "Enjoy">><<scrollTop>><<ctpAdvance "SarahBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Sarah/Sarah Bad Ending 2.mp4" autoplay loop/>
After saying that, Sarah slowly goes down to her knees and undoes your pants.
@@.emote;
Sarah looks up to you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Let's see what secret I will find here.@@
As she finishes taking off your pants, your cock almost slaps her on face. She gets closer to it and takes a whiff.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... I've always wanted to know what your cock smells like.@@
You give her a dirty smile.
@@.you;
Well, you can find out what it tastes like too.@@
<<linkreplace "Keep Enjoying">><<scrollTop>><<ctpAdvance "SarahBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Sarah/Sarah Bad Ending 3.mp4" autoplay loop/>
You watch as she slowly takes your cock into her mouth. The warm saliva in her mouth causes you to feel a spike of pleasure.
@@.emote;
Sarah looks up at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Dos it fil gud?@@
It feels weird that she tries to speak with your cock in her mouth.
@@.you;
This feels awesome! Keep going!@@
As you say that, she doubles her efforts.
<<linkreplace "Try not to cum fast">><<scrollTop>><<ctpAdvance "SarahBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Sarah/Sarah Bad Ending 5.mp4" autoplay loop/>
As you are doing your best to not come, your $os.rel starts using both of her hands, while sucking on your head of your cock.
//''Fuck! This feels too good!''//
@@.emote;
Sarah looks into your eyes@@
Even with your cock in her mouth, you can tell that she is smiling.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Goin tu cum?@@
Not being able to hold for much longer, you decide to pull her off your cock.
@@.emote;
Sarah is surprised@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah! Did I do something wrong, $player.os?@@
You shake your head.
@@.you;
No, but I don't want to come alone.@@
As she looks at you, the meaning of what you said dawns on her and her face flushes.
@@.emote;
Sarah nods her head@@
You watch as Sarah gets up and sits on the table stand.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm ready, $player.os...@@
You get close to her and start by kissing her neck.
@@.emote;
Sarah moans@@
You take the hem of her dress and pull it over her head.
@@.emote;
Sarah giggles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hot for my body, $player.os?@@
As if to answer her, you take her breast into your hand and suck on it.
@@.emote;
Sarah moans louder@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
P-please, I'm ready for you, $player.os!@@
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "SarahBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Sarah/Sarah Bad Ending 6.mp4" autoplay loop/>
As you let go of her tits, you can feel her hand holding your cock.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I want you to fuck me!@@
You let her guide your penis to the entrance of her pussy. Once the head is in, you thrust your hips.
@@.emote;
Sarah moans loudly@@
You can't help but moan as well.
@@.you;
Ah!@@
<<linkreplace "Fuck her harder">><<scrollTop>><<ctpAdvance "SarahBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Sarah/Sarah Bad Ending 7.mp4" autoplay loop/>
Once you start fucking her, you can't stop, so you move your hips with as much force as you can muster.
@@.emote;
Sarah moans very loud@@
Your hips keep crashing together like they are trying to fuse.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! Keep fucking me, $player.os! Make me yours!@@
As she calls for you, you feel like you need to fuck her even harder, but it's just not possible in this position. You put your hand on her leg.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah, $player.os?@@
You slowly raise her leg over your shoulder, giving you better access to her pussy.
@@.you;
Now I'm going to make you mine@@
<<linkreplace "Fuck her with all you've got">><<scrollTop>><<ctpAdvance "SarahBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Sarah/Sarah Bad Ending 8.mp4" autoplay loop/>
As you smash your hips into her ass, you can hear the lewd sound that it makes.
@@.emote;
Sarah gasps for air@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah! Keep going, $player.os! Don't stop!@@
As you are fucking her, you can't help but think of how used to being fucked she is.
//''Shame that I couldn't be her first...''//
As you think that, a dark smile comes across your face. You slow down your hips.
@@.emote;
Sarah is surprised@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-why did you slow down@@
You get close to her ear and whisper to her.
@@.you;
Didn't you say you wanted me to hurt you@@
@@.emote;
Sarah is taken aback@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Y-yeah...@@
You can see look of confusion on face.
@@.you;
Have you ever had anal sex before?@@
@@.emote;
Sarah's face flushes as she shakes her head@@
You smile widens.
@@.you;
Then I want your first time.@@
You watch as Sarah is surprised, but eventually nods her head.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I-I also want you to take my first time!@@
You stop fucking her and sit down on the couch.
@@.you;
If I'm going to fuck your ass, we will need more lube.@@
<<linkreplace "Let her lube it">><<scrollTop>><<ctpAdvance "SarahBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Sarah/Sarah Bad Ending 9.mp4" autoplay loop/>
As you sit down, Sarah moves forward and takes your cock into her mouth. As she is sucking you, you eventually put your hand on her head.
@@.you;
Good, it's going to need a lot of lube, so make sure to get the whole cock.@@
Once you say that, you slowly push Sarah's head down your cock.
@@.you;
Ah, yes... Just like that... A little deeper.@@
Once Sarah reaches your hilt, you let go of her head. She slowly takes your cock out of her mouth. You can see the thick saliva dripping from it.
@@.emote;
Sarah gasps for air@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is this enough?@@
You nod your head.
@@.you;
Lay down on the bed.@@
As Sarah lays down, you take off her panties and position your cock.
@@.you;
I'm about to take your first.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Y-Yes! Please fuck my ass!@@
<<linkreplace "Take her first">><<scrollTop>><<ctpAdvance "SarahBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Sarah/Sarah Bad Ending 10.mp4" autoplay loop/>
You slowly push your cock up her ass.
@@.emote;
Sarah groans@@
@@.you;
Are you okay there?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
K-Keep going!@@
//''Seems like she's trying to endure it''//
You keep pushing forward.
@@.emote;
Sarah whimpers@@
@@.you;
Almost there, Sarah...@@
@@.emote;
Sarah nods@@
As you push in, you eventually reach the end. Once your cock is fully inside of her, you stop.
@@.you;
Does it hurt?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
A-a little bit...@@
@@.you;
Can I move?@@
You can see the reluctance on her face, but she nods anyway.
<<linkreplace "Start moving">><<scrollTop>><<ctpAdvance "SarahBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Sarah/Sarah Bad Ending 11.mp4" autoplay loop/>
You slowly start to move your hips.
@@.emote;
Sarah whimpers@@
@@.you;
Do you want me to stop?@@
@@.emote;
Sarah shakes her head.@@
You keep moving your hips and you feel that the resistance is slowly stopping. As it becomes easier to fuck her, you start to move faster.
@@.emote;
Sarah moans@@
You are surprised that Sarah moaned.
@@.you;
Is it starting to feel good?@@
Sarah seems surprised that she moaned.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Y-yeah... I'm getting used to this.@@
As you are moving your hips, you feel that you are about to cum.
<<linkreplace "Cum in her ass">><<scrollTop>><<ctpAdvance "SarahBadEnd">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Bad Endings/Sarah/Sarah Bad Ending 12.mp4" autoplay loop/>
You take Sarah's hips and flip her over.
@@.emote;
Sarah is surprised@@
You start thrusting even faster, trying to reach climax.
@@.emote;
Sarah moans loudly@@
@@.you;
I-I'm cumming, Sarah!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! Come in me, $player.os!@@
You take her hips and trust as deep as you can, cumming in the process.
@@.you;
Urgh!@@
@@.emote;
Sarah moans very loudly@@
As you cum, you can see her pussy contracting and some liquid splashing out of it.
@@.you;
Did you cum, Sarah?@@
@@.emote;
Sarah nods her head@@
You can't help but smile at how perverted she is, cumming because you came inside her ass. As you remove your cock from inside of her, you can see her asshole agape.
As you are admiring your work, you start to feel a haze in your mind.
//''W-what?!''//
As you are confused, you can hear laughter.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Did you enjoy it?@@
@@.you;
P-Pravitas...@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Now that you had your fun, I'm going to have mine.@@
As she says that, you can feel the haze taking over your mind.
//''N-no! Stop!''//
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
No... I don't think I will.@@
And with that, the haze takes over your mind.
[[Return to the past|Pravitas Powerup 6]]
<</ctp>><<ctp "PravitasPowerup3">>
<img src="img/Other/Player Bedroom.jpg">
As you enter the room, you feel like your body is on fire.
@@.you;
Urg... What's happening.@@
Your body fills with lust and your mind is having a hard time thinking straight.
@@.you;
Is this the corruption?@@
Your hand seems to automatically start massaging your cock. And, as you sit on the sofa, you start to masturbate.
<video src="img/Other/Masturbation M.mp4" autoplay loop/>
You close your eyes as your hand moves up and down your shaft. You can't help but visualize your $ys.rel.
<<linkreplace "Visualize">><<scrollTop>><<ctpAdvance "PravitasPowerup3">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 5.jpg">
You start to furiously jerk off, while imagining your $ys.rel sitting on the bathtub as you enter the bathroom. You can almost hear her saying:
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.ys! Seems like you have a hardon!@@
You keep beating your meat as you think she would say:
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Is that because of me? Well, then I have to do something about it, don't I?@@
Then she would get off the bathtub and walk up to you.
<<linkreplace "Visualize">><<scrollTop>><<ctpAdvance "PravitasPowerup3">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 6.jpg">
You imagine that she would start stripping while saying:
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Is this the little body that is making you horny?@@
You would nod your head while she removes her clothes and lays on the floor.
<<linkreplace "Visualize">><<scrollTop>><<ctpAdvance "PravitasPowerup3">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 7.jpg">
As she lays on the floor, she would slowly start to remove her bra. Not all of it, but just enough to tease you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
How lewd, $player.ys. Getting all hot and bothered just by looking at your $ys.rel's body.@@
Your hand starts to move more furiously.
<<linkreplace "Visualize">><<scrollTop>><<ctpAdvance "PravitasPowerup3">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 8.jpg">
She would then get up and lean on the glass panel, then she would say:
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well... If you really want to see me naked, guess there's nothing I can do about it, is there?@@
You would nod your head and she would start stripping. First starting with her bra, then moving on to her panties.
You start to feel like you are reaching your limits.
<<linkreplace "Visualize">><<scrollTop>><<ctpAdvance "PravitasPowerup3">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 9.jpg">
She would then move to the counter and say, while using a hand to spread her cheeks:
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Does the sight of this ass excite your, $player.ys?@@
You would nod and she would chuckle and move to the center of the bathroom.
You are about to cum.
<<linkreplace "Visualize">><<scrollTop>><<ctpAdvance "PravitasPowerup3">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 10.jpg">
She would then sit on the floor and spread her legs.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Then what are you waiting for? Don't you want to ram your giant cock deep into the tight, little pussy of mine? But would it even be able to take it all?@@
She would chuckle after saying that last sentence.
You start to thrust your hips into your hand and the pressure that has been building up can no longer be contained.
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "PravitasPowerup3">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Cum Tissue.jpg">
As you finish cumming, your mind becomes clear once again and the heat in your body subsides, but not completely. You make sure to wipe it all up with a tissue and throw it into the trash. You then look at the mirror.
@@.you;
What happened there... The last time this happened was when I first got infected by Pravitas...@@
You remember that lately you've been sexually active.
@@.you;
The documents did say that Pravitas becomes stronger when you have sex...@@
As you are looking at yourself, you notice that there's a slight tinge of purple in your iris.
@@.you;
What the...@@
You get your face closer to the mirror.
@@.you;
I don't remember my eyes looking like this...@@
What's even odder to you is that, even though you know it's not normal, you don't feel panicy. You end up sighing.
@@.you;
I feel like I'm missing something important...@@
The dull pain in your head is slowly subsiding, yet your body still feels hot. You sigh again.
@@.you;
I should get some water...@@
[[Go to the kitchen|Pravitas Powerup 4]]
<</ctp>><<ctp "PravitasPowerup4">>
<img src="img/Pravitas/Pravitas Powerup 11.jpg">
You enter the kitchen and look around. The only person you spot is your $m.rel.
//''Thankfully Anna is not here... I'm not sure how I'm going to face her...''//
As you move towards the fridge, your $m.rel spots you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Good morning, honey!@@
//''Damnit... I wanted to avoid people for now...''//
@@.you;
Hey, $m.rel! Good morning.@@
@@.emote;
Kelly chuckles and smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Why are you acting all stiff? Did I just catch you with your hand in the cookie jar?@@
//''Maybe the power of corruption has weakened and it won't affect her?''//
You try to give her a smile.
@@.you;
I just came here to get a glass of water, I didn't want to bother you while you cook.@@
@@.emote;
Kelly is slightly surprised@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Bother me? Since when has that ever been the case? Also, I've just finished making breakfast! Sarah won't be getting back until later today and Anna said she had to go out early today, so it will be just me and you for now!@@
//''Anna is going out? Hopefully she will be fine... And that at least gives me time to think...''//
@@.you;
I'm not really hungry right now...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
What? But I made your favorite! Eggs, bacon and toast! Can't you feel the smell of this nice, crisp bacon?@@
@@.emote;
Kelly picks up the pan and uses her hand to blow the scent over to you@@
//''Whoa... That smells good!''//
You can feel your mouth starting to water.
@@.you;
Uh... Yeah... But I kinda...@@
@@.emote;
Kelly scowls at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sit your ass down right now, young man. I spent almost an hour making this breakfast for you, and you will eat it.@@
//''Crap...''//
You nod your head and sit down.
@@.emote;
Kelly smiles at you and takes out a plate@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Now that's a good boy.@@
//''I will just eat quickly and leave... Surely nothing will happen.''//
<<linkreplace "Have breakfast">><<scrollTop>><<ctpAdvance "PravitasPowerup4">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Eggs Bacon and Toast.jpg">
Your $m.rel finishes plating the food and serves it to you.
@@.you;
Whoa! This looks awesome!@@
//''I guess some food will help me think!''//
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I knew you would like it!@@
You start to wolf down your food.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey! Calm down! You are going to end up having an upset stomach!@@
You slow down the pace and Kelly laughs.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
If you were that hungry, then why were you trying to scurry out?@@
You don't say anything and, instead, just focus on eating. You notice that Kelly moves behind you and runs her finger on your neck. A chill goes down your spine as she does that.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You sure are sweaty... Were you exercising?@@
@@.you;
Uh... Yeah... I just wanted to get an early workout...@@
//''Fapping can be considered a workout, can't it?''//
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Is that so...@@
@@.emote;
Kelly takes a whiff of you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, you don't smell bad... But you should take a shower after eating, okay?@@
You nod your head and try to focus on your food, yet your body starts to heat up.
//''Not now!''//
You suddenly feel your $m.rel start to run her hand over your shoulder.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... I can see that your workout is getting results...@@
@@.you;
Uh... Yeah...@@
Her hands slowly go down your arms.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Your muscles are nice and hard...@@
As she says that, you can feel her hot breath tickling your hears. Your cock, that had calmed down after you masturbated, starts to wake up again.
She slowly moves her hands to your chest and starts caressing it.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Even your chest is nice and firm...@@
You can now feel her breast on your back, your cock fully awakening.
//''This is dangerous!''//
Her hands slowly make her way down your chest and on to your abdomen.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh my... This is hard as well... I wonder what else is hard...@@
Her hot breath still tickling your ears, while her breast are pressed against you. You are afraid that if you stay there any longer, you won't be able to hold yourself back, so you get up from the chair.
@@.you;
I-I'm done eating!@@
As you are about to leave, you feel your $m.rel's hand hold your arm.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
W-wait! Are sure you are done?@@
You look back and you see her face completely flushed and her eyes wet. You can clearly see that her eyes, while not as dull as Anna's, are still unfocused. She's clearly affected by this new corruption.
@@.you;
Y-yeah! Uh... I'm just not really that hungry right now!@@
@@.emote;
Kelly stares at you in the eyes@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
But don't you want to spend some time with me?@@
You feel your body happily answer her plea, as your crotch gets ever so harder, but, as if to counter that, you feel your head starting to hurt.
@@.you;
O-of course I do, $m.rel! It's just that I'm pretty busy right now!@@
@@.emote;
Kelly gives you a hurt look and lets go of your arm@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Is it because I'm old?@@
You are surprised by the sudden change.
@@.you;
What?! No, of course not!@@
@@.emote;
Kelly brings her hands to her breasts and kneads them@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
My breasts aren't as firm as they used to be...@@
@@.you;
Nonsense! Your body is still perfect!@@
@@.emote;
Kelly looks up at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Really? Do you really think so?@@
@@.you;
Of course!@@
@@.emote;
Kelly picks up your hand and puts it on her breast@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Here, feel it. Doesn't it feel saggy?@@
While she uses her hand to make you feel her breasts, you can feel your body heating up more. It feels like its telling you to comfort her. As you are about to move your other hand and get a good feel of her, your head starts to hurt a lot, almost as if warning you that it's a trap.
[[Give in and comfort her|Kelly Bad End]]
<<linkreplace "Resist and Leave">><<scrollTop>><<ctpAdvance "PravitasPowerup4">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 12.jpg">
You end up shaking your head and trying to clear your mind. You remove your hand from your $m.rel's grasp.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah!@@
@@.you;
Sorry, $m.rel... I can't... At least not like this...@@
You immediately leave, afraid that if you stay any longer, you won't be able to hold yourself back.
As you leave, you take a last look at your $m.rel. You swear that you can almost see a look of relief on her face.
[[Leave the house|Pravitas Powerup 5]]
<</ctp>><<ctp "PravitasPowerup5">>
<img src="img/Other/Depressed.jpg">
As you leave your house, you walk around a bit until you decide to sit down on the curb of the street and take a deep breath.
//''What am I doing...''//
The pain in your head slowly subsides and you don't feel as horny anymore.
//''What's even happening to me!''//
You feel confused. While it feels like you should know what is happening, for some reason it feels that something is blocking your ability to understand the situation. You exhale.
//''For some reason, I'm pretty sure this will only last for today and that I need to have sex with someone...''//
You raise your head and look up to the sky.
@@.you;
But is it really me the one that is thinking this or is it someone else?@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
$player.name?@@
<<linkreplace "Look at who called your named">><<scrollTop>><<ctpAdvance "PravitasPowerup5">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 13.jpg">
Surprised that someone called your name, you quickly find out that she's right in front of you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
It's $player.name, right?@@
Seems like this girl knows who you are and you are pretty sure that you've seen her somewhere before, but you just can't grasp it.
@@.you;
Yes, that's me... I'm sorry, but my head isn't in the right place right now, so I can't really remember your name.@@
@@.emote;
The girl chuckles@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
It's alright. My name is Lana. I met you a couple of years ago when I moved here.@@
Taking a closer look at her face, you remember that there was a housewarming party a couple of years ago. You remember that your $m.rel brought you and Anna to visit, while Sarah said she was busy. The daughter of the family that lives there was called Lana.
@@.you;
Oh yeah... That's right! You are Lana. Lana Moore, right? From 939 Street?@@
@@.emote;
Lana gives you a bright smile@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Yes, that's it! So you do remember me!@@
You and Lana proceed to catch up with a little bit of small talk and eventually you decide to ask her.
@@.you;
So, what can I help you with?@@
@@.emote;
Lana chuckles@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Well, you looked kind of depressed, so I decided to check up on you. It's not like you are a complete stranger!@@
Her saying that, reminded you of the events that have transpired, making you feel crestfallen. You end up lowering your head.
@@.you;
Yeah... I've just got a lot on my mind recently...@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
With your family?@@
You raise your head in surprised.
//''How does she know?!''//
@@.emote;
Lana chuckles@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
I also leave my house when I fight with my parents. So it was a lucky guess!@@
You nod your head.
@@.you;
Oh, I see... Makes sense.@@
@@.emote;
Lana gives you a mysterious smile@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Or maybe I'm a Witch and I was able to read your mind.@@
You become surprised again and your mouth hangs open.
@@.emote;
Lana laughs@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
I'm just kidding! Of course I can't read minds! I don't think anyone can!@@
//''Man... That scared me half to death... But why did I believe that someone could read minds in the first place?''//
You give her a weak smile.
@@.you;
Oh, I see... And here I was thinking you would be able to brew me a potion to solve my problems.@@
@@.emote;
Lana puts a hand on her chin and thinks@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Hm... You know, I may just have this potion.@@
You raise a brow to her.
@@.you;
You do?@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Yeah!@@
You watch as Lana pulls out a bottle from her bag.
@@.you;
Tequila?@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Yep! I will be hosting a party for my friends tonight. And you know what? You are invited, $player.name! While it won't solve your problems, at least it will give you respite from them! And, who knows, you may even be able to hook up with someone there!@@
@@.emote;
Lana winks at you@@
You feel a bit surprised that someone that is almost a stranger would invite you to a party, but you decide to accept it anyway.
@@.you;
Sure, I would love to. Beats staying at home.@@
@@.emote;
Lana laughs@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Great! Then I will see you at 8 P.M.!@@
@@.you;
8? Aren't your parents going to mind a party that late?@@
@@.emote;
Lana chuckles@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
My parents are out, silly! How else would I be able to host a party.@@
You give her a smile.
@@.you;
I see... Makes sense. I will see you at 8.@@
@@.emote;
Lana nods her head.@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
That's more like it! Don't be late!@@
Saying that, Lana turns around and starts walking home. You notice the strap from her right shoe was a bit loose.
@@.you;
Lana, your right shoe strap is loose!@@
@@.emote;
Lana looks down and notices it@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Oh! Thank you for telling me!@@
<<linkreplace "Watch her">><<scrollTop>><<ctpAdvance "PravitasPowerup5">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 14.jpg">
As Lana bends down to fix her strap, her tight shorts do little to hide her ass.
//''Whoa!''//
The sight of her ass seems to trigger something inside of you, causing your body heat to rise, but this time your head doesn't hurt.
//''Odd... Does my head only hurt with the people back home?''//
You didn't notice that you were staring straight at her ass the whole time you were thinking.
@@.emote;
Lana looks at you and chuckles@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Well, I guess you already got your reward.@@
@@.you;
Ah, sorry, didn't mean to stare.@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
That's alright. I will see you at the party, $player.name!@@
@@.you;
Yeah, I will see you then.@@
You watch as Lana leaves.
//''She's quite the nice girl... Wonder why I never tried to befriend her...''//
You feel a little confused.
//''Oh yeah, that's right. I wasn't able to befriend any girl before the accident...''//
You can't help but shake your head. You are not sure if the Pravitas was a blessing or a curse. But one thing was for certain, you were sure you had to score at that party.
You get up and slap your cheeks.
@@.you;
Okay, $player.name! You can do this! Let's just avoid the people back home and this will become a non-issue!@@
//''Hopefully...''//
[[Spend some time outside then go home|Pravitas Powerup 6]]
<</ctp>><<ctp "PravitasPowerup6">>
<img src="img/Other/Player Bedroom.jpg">
After spending a few hours outside, you decide to sneak back to your house and get ready for the party.
@@.you;
Let's see... What should I wear...@@
You spend some time looking around your wardrobe.
@@.you;
Should I wear a suit?@@
You take the suit and look at the mirror.
@@.you;
Of course not... It's a party, not a funeral...@@
You put the suit back in and look for more informal clothing.
@@.you;
It's been forever since I've gone to a party... What do people even wear these days?@@
As you are looking around, you take a sniff of your armpit.
@@.you;
Urg... I've been sweating too much today. I should take a shower first...@@
<<linkreplace "Take a shower">><<scrollTop>><<ctpAdvance "PravitasPowerup6">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Bathroom Door.jpg">
You make your way through the house, being careful not to bump into anyone.
@@.you;
Nice! No one is in the bathroom!@@
You quickly get into the bathroom and turn on the shower.
As you are showering, you can hear the door from the living opening.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm home...@@
//''Crap! Seems like Sarah is back!''//
You decide to quickly finish your shower.
<<linkreplace "Finish your shower and get back to your bedroom">><<scrollTop>><<ctpAdvance "PravitasPowerup6">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 15.jpg">
As you are leaving the bathroom, you spot Sarah in the living room. You try to sneak by her, but she ends up spotting you.
@@.emote;
Sarah raises an eyebrow to you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And just where are you going, acting all sneaky like that?@@
You stop in your tracks and greet her.
@@.you;
Oh, uh... Hey, Sarah. I was just... You know... Going to my bedroom.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... Suspicious...@@
You try to keep going towards your bedroom, when Sarah walks in front of you and uses her arm to stop you from moving forward.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Why don't you tell me what you are really doing?@@
//''Really? You have to do this today, of all days?''//
You try to think of an excuse to give her, but nothing sticks to your mind, so you just tell her the truth.
@@.you;
I was invited to a party by Lana, the girl that lives close to here.@@
@@.emote;
Sarah bursts out laughing@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really? You? Invited to Lana's party? Don't lie to me $player.name. There's no way you were invited to her party.@@
While you were just trying to get back to your room as quick as possible, her treating you like unsociable dweeb kind of ticks you off.
@@.you;
Hey! I WAS invited by her! What's the big deal? And why are you making fun of me anyway? I thought we were making up!@@
Sarah becomes surprised by your outburst and quickly retracts her arm, allowing you passage to your room. You take this opportunity to blast right past her.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah, $player.name! Wait! I didn't mean-@@
You don't listen to her and instead close the door behind you.
<<linkreplace "Get ready for the party">><<scrollTop>><<ctpAdvance "PravitasPowerup6">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Badly Dressed.jpg">
You pick up any set of clothes you can find and put them on.
@@.you;
Uh... I guess this will do? It looks sociable... But not too social... Also not really informal...@@
You realize that you suck at dressing up for events. You can't help but sigh.
@@.data;
Knock... Knock...@@
You hear someone knocking on the door.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey, $player.name... Can we talk, please?@@
//''Crap...''//
You decide to just ignore her, but she instead opens your door.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name, I'm sorry about saying that back then. I'm sure you were inv-@@
She stops mid sentence and stares at you.
@@.you;
What?@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You can't POSSIBLY be going to Lana's party dressed like that!@@
@@.you;
Hey! What wrong with what I'm wearing?!@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Look, I'm sorry for what I said back there... I was just trying to make a little fun of you... I didn't realize I hit a sore spot...@@
You stare at Sarah and notice she's acting shy.
//''I don't think I've ever seen her act that way...''//
You end up not being able to stay being mad at her.
@@.you;
It's fine... I'm just a bit nervous, that's all...@@
//''And I'm kinda losing my mind over what's happening to me...''//
@@.emote;
Sarah looks up at you and gives you a smile@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, I still feel like I have to make it up to you. So, how about I help you dress up for the party? You know? Like someone that isn't in his 40's?@@
You can't help but frown at that.
@@.you;
Is it really that bad?@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, let's just say that it's not ideal for where you are going, okay?@@
You end up sighing.
@@.you;
I guess...@@
//''I mean... She's only going to help me real quick, there's no way this corruption would affect her that fast, right?''//
<<linkreplace "Accept her help">><<scrollTop>><<ctpAdvance "PravitasPowerup6">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 16.jpg">
You watch as Sarah starts to look at what you have inside your wardrobe.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Superhero shirt... No... Turtleneck? Of course not! What the hell is this shirt?!@@
//''Seems like she's having a hard time there...''//
@@.emote;
Sarah looks at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name, we are going have to go out shopping one day and buy you some real clothes...@@
@@.you;
Hey, what's wrong with what I have?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
These honestly feels like mom bought all of them for you.@@
@@.you;
...@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
She did buy all of this for you, didn't she?@@
You can't help but look away.
@@.you;
I just don't like buying clothes...@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, we will fix that some other day.@@
You watch as Sarah goes back to looking for something for you to use.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... Yes... I think this will work quite nicely!@@
She pulls out one of your shirts that you usually use with a suit.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Now... For pants... Hm... These jeans will do!@@
She pulls out a pair of jeans that you never used, because they were too tight.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Now... For shoes... I guess these white ones will do...@@
She pulls out your pair of white shoes that you never used, because they were a pain in the ass to clean.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Now... We need something to give it a finishing touch... Hm... I guess this watch will work nicely!@@
She pulls out an old watch that your father gave you many years ago. You rarely ever used it, since you preferred just using your cell phone.
You watch as Sarah gets up and brings you the clothes.
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Here! Put these on!@@
You take all of them and look at her.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What?@@
@@.you;
Aren't you going to give me some privacy to change?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, come on! Don't be a wuss! It's not like you have something I've never seen before. Besides, you are going to be in your underwear anyway!@@
//''I wouldn't mind if it weren't for this stupid corruption...''//
But before you could even protest, Sarah walks up to you and pulls down your pants.
@@.you;
W-What?!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
There! See? Nothing special. Now put on your clothes! I want to see how you look!@@
You look at her and notice that she seems completely normal. You can't help but sigh.
//''Well, I guess the corruption isn't working on her... This is so weird...''//
<<linkreplace "Dress up">><<scrollTop>><<ctpAdvance "PravitasPowerup6">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Well Dressed.jpg">
You look at yourself in the mirror.
//''I don't get it... This is a shirt, a pair of pants and shoes... Wasn't that what I was just wearing?''//
@@.emote;
Sarah claps@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Would you look at that! You do look nice! When you aren't dressing up like a dork, that is!@@
You look at the mirror again.
//''Well... I guess I do look a lot sharper...''//
You nod your head.
@@.you;
Yeah, I do look nice. Thanks, $os.rel.@@
@@.emote;
Sarah is surprised@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What did you just say?@@
@@.you;
That I look nice?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No, the other thing!@@
@@.you;
Thanks, $os.rel?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! That! You haven't called me that in years!@@
You become slightly embarrassed and end up scratching your chin.
@@.you;
Well... Our relationship wasn't that great until recently...@@
@@.emote;
Sarah becomes slightly sad@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That is right... I really haven't been treating you right in the last few years...@@
You give Sarah a smile.
@@.you;
That's true. But don't worry about it. Like I said, let's let bygones be bygones. It's water under the bridge, really.@@
You can see Sarah trembling a bit.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
<span style="font-size:60%">No...</span>@@
@@.you;
Sarah...?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I... I've hurt you...@@
//''Something is wrong...''//
@@.you;
Come on Sarah. It wasn't THAT bad.@@
@@.emote;
Sarah shakes her head@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No... I've hurt you... I've hurt my precious $player.os!@@
Just when you thought that you had the corruption under control, it starts to act again, your body heat rising up. But unlike that time with Lana, you start feeling a headache, almost as if warning you of something.
//''Should I just escape?''//
As you are thinking about just leaving, you are caught by surprise.
//''She's... She's crying?''//
@@.you;
S-Sarah?@@
As you are startled, Sarah approaches you, her eyes moist from tears.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name... Would you forgive me? For hurting you?@@
@@.you;
What? Of course! Didn't I say it's all in the past? Come on Sarah, don't be like that!@@
@@.emote;
Sarah shakes her head@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
N-no... I can't just say it never happened...@@
@@.emote;
Sarah looks up at you@@
You become surprised. Sarah's eyes, that were moist just a moment ago, are now slightly dull. Her face is flushed and breath seems moist.
//''Fuck! It's the corruption again!''//
As you are about to about to hurry and leave, Sarah embraces you. As you feel Sarah's hot body, your body answers by sending blood down to your cock.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name... No... Hey, $player.os... I want you to hurt me.@@
Your eyes widen.
@@.you;
What?!@@
As you are confused, Sarah takes your hands and puts it on her ass.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I want you to treat me like a cheap whore! I want you to get back at me! I-I want you to forgive me!@@
You can feel the desperation in her voice as she presses herself on you. Your cock feels so hard that it hurts.
//''T-this is not like her!''//
While you understand that this is not right, a part of you also remembers the years of torment that she's caused. Your body is telling you that this is your moment, the moment you have always wanted. The moment to get back at her.
//''Yeah... She did treat me badly... Unlike sweet Anna and my wonderful $m.rel... She treated me like trash... Why should I hold back?''//
Your body becomes hotter as you put strength into your hands that are holding her ass.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah! Yes! Just like that, $player.os!@@
As you look into Sarah's eyes, you can see that there are more tears forming in them. You feel the biggest jolt of pain in your head that you've felt until now.
@@.you;
Urgh!@@
Unable to resist, you end up letting go of Sarah and going down to your knees.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No, $player.os!@@
@@.emote;
Sarah embraces you as you colapse@@
You feel her hot body sticking to yours. You are sure that, if you give into her embrace, you would be free from this pain. But this pain is telling you that, by giving in, you will lose something that you will never get back.
[[Give into her embrace|Sarah Bad End]]
<<linkreplace "Resist and Leave">><<scrollTop>><<ctpAdvance "PravitasPowerup6">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Evening.jpg">
You close your eyes and quickly leave your bedroom.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Wait! Please, $player.os!@@
You ignore her pleas and rush out of the house. You keep running until you are out of breath.
//''What's happening to me?!''//
You stop and look up at the evening sky.
//''Should I even go through with this?''//
You feel like your memories are being played with. You are certain that you should know what is happening, but for what ever reason, you just can't grasp it. But one thing is for certain, you know things can't stay this way.
You shake your head.
@@.you;
May as well... My head didn't hurt when Lana turned me on, so I'm guessing that's the right choice...@@
For some reason, you feel like everything will become clear, as long as you can do this.
[[Go to the party|Pravitas Powerup 7]]
<</ctp>><<ctp "PravitasPowerup7">>
<img src="img/Other/Lana House.jpg">
As you arrive in front of a house, you see a lot of people at the yard.
//''What the hell...''//
You check the number and, sure enough, it's 939 Street.
//''Is this really the place? I thought it would be a small party...''//
As you are busy looking around, you head a familiar voice.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Oh, hey! It's $player.name!@@
You look towards the voice and, sure enough, you spot Lana coming out of the house.
@@.emote;
Lana approaches you@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Hey, you are late.@@
You can't help but scratch your head.
@@.you;
Sorry, had a lot of stuff on my mind...@@
@@.emote;
Lana chuckles and then hits you on the arm@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
I'm just joking! Most people don't arrive on time. Come! Let me introduce you to some of my friends!@@
Saying that, she picks up your hand and pulls you towards the house.
<<linkreplace "Time to party">><<scrollTop>><<ctpAdvance "PravitasPowerup7">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/House Party.jpg">
As you enter the house, you can see that there are quite a few people inside.
//''How many people did she invite?!''//
Lana pulls you towards the living room, where there are a few people siting and drinking. One of them spots you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Some Dude<hr>
Lana! Who's the new kid?@@
Lana stops and lets go of your hand.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Let me introduce him to you all. This is $player.name!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Some Chick<hr>
Oh! So that is the puppy you found on the side of the street!@@
//''Puppy?''//
@@.emote;
Lana laughs@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Don't say that! He's going to misunderstand!@@
You watch as Lana turns around to you.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
These people are my friends! The tall muscular one is Chad.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Chad<hr>
Whassup.@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Next to him is Clarice.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Clarice<hr>
Hey, there!@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
And next to her is Bridget!@@
@@.emote;
Bridget gives you a wink@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Bridget<hr>
Hello, little puppy.@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
And last! But not least! My best friend, Cally!@@
@@.emote;
Cally gets up and extends her hand@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Carol<hr>
Hey there, $player.name. Name's Carol, but everyone calls me Cally.@@
@@.emote;
Lana giggles@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
And that's it for my friends!@@
@@.you;
Uh... If you don't mind me asking... What about the people outside?@@
@@.emote;
Everyone laughs@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Chad<hr>
It's a party, dude! A party needs people!@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
They are just people I met at other parties. We send a group invite. That way it's a lot more fun, don't you think?@@
You've never been all that great with huge groups of people.
@@.you;
Uh... Sure...@@
@@.emote;
Bridget giggles@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Bridget<hr>
Seems like the puppy is scared stiff, Lana!@@
You feel embarrassed.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Oh, but I've got just the right thing for that!@@
You watch as Lana walks away towards another room, that you assume is the kitchen.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Carol<hr>
So, tell me $player.name, how do you know Lana?@@
@@.you;
Oh, I met her a couple of years ago during a housewarming party.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Carol<hr>
Oh? That means you live around here?@@
@@.you;
Yeah, I live on the top hill side, where there's a pool.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Clarice<hr>
A pool?! That's awesome! Have you ever hosted a party before?@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Chad<hr>
Yeah, dude! I've yet to bang a chick in the pool!@@
They seem to have become excited about the prospect of having a party at your house.
//''There's no way $m.rel would allow it...''//
As you are trying to think of a way to decline, Lana returns with a big bottle and 6 shot glasses.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
I'm back!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Bridget<hr>
Oh! She brought the Tequila! Now the party is really going to start!@@
Lana chuckles as she pours 6 shots.
//''I guess getting drunk is one way this could work...''//
@@.emote;
Lana hands you a shot and smiles at you@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Here, the magical potion!@@
@@.you;
Thanks...@@
You take the glass and look at it's content.
//''Well... Here goes nothing!''//
As you drink the shot of Tequila, you feel your throat burning.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Clarice<hr>
Oh! Look at him go!@@
@@.emote;
Bridget chuckles@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Bridget<hr>
I guess the little puppy can drink!@@
You quickly down the Tequila shot and feel your head feeling lighter.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Chad<hr>
Uhu! Let the party start!@@
You can see Chad pouring more shots.
<<linkreplace "Bottoms up!">><<scrollTop>><<ctpAdvance "PravitasPowerup7">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 17.jpg">
After a few more shots, Lana's friends scatter to mingle with the other party-goers.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Feeling better now?@@
Your mind feels slightly clouded from drinking.
@@.you;
Yeah, this does help me get my mind off of everything.@@
@@.emote;
Lana chuckles@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Come on! Let's see some more energy! It's a party!@@
You pick up another shot of Tequila and slam it.
@@.you;
Okay! Let's do this!@@
<<linkreplace "It's a party!">><<scrollTop>><<ctpAdvance "PravitasPowerup7">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Dancing.mp4" autoplay loop/>
You pull Lana by the hand and take her to the "dance floor".
@@.emote;
Lana giggles@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Now that's more like it!@@
Without a care in the world, you start dancing with Lana.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Wow! You are pretty good at this!@@
You are pretty sure that it's only because the both of you are drunk.
@@.you;
Yeah, baby! Watch these moves!@@
You feel your body heating up. You are not sure if it's because of the alcohol, the dancing or the corruption. Probably all of them.
//''Fuck it! I've been holding it in for too long!''//
You decide to just go with it. As Doris Day would say, "Que Sera, Sera".
Without an ounce of hesitation, you pull Lana in and give her a kiss.
@@.emote;
Lana is startled@@
She slightly resists you at first, but that only lasts for a moment, before she gives in and kisses you back.
You start to feel weird. The combination of alcohol, music and atmosphere causes your senses to meld into one. You feel your hands moving as if they had a mind of their own. They start by caressing her butt and slowly move up her hips.
@@.emote;
Lana moans@@
You hands make way to her breast, that you fondle. Lana lets go of you and puts her hands over yours. You look into her face and you can clearly see that it's flushed, and it's not only because of the alcohol.
@@.emote;
Lana moves her face close to your ear@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
I think it's a little too hot in here...@@
Saying that, she takes off your hand and slowly takes off her blouse.
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "PravitasPowerup7">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 18.jpg">
As she removes her blouse, you notice she's wearing a baby-doll under it. Your hands move faster than you can think, and you start fondling her breasts while kissing her neck.
@@.emote;
Lana moans louder@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
W-wait...@@
You feel like there's no way you would be able to stop, but you summon the last of your willpower to give her some space.
@@.emote;
Lana smiles@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
I'm not done yet...@@
Saying that, she puts her hands on her skirt and lowers it.
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "PravitasPowerup7">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 19.jpg">
As Lana takes off her skirt, you can see a cute tattoo on her ass.
@@.you;
You've got a really nice... Tattoo.@@
@@.emote;
Lana giggles@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
I'm sure it's not the tattoo you are interested in.@@
Saying that, Lana puts her hand on your chest and gives you a hard shove.
//''What the-''//
You are surprised as you fall back on to the sofa.
@@.emote;
Lana gives you a lusty smile@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Didn't I tell you that I'm a Witch? I'm about to show you some magic that's going to blow your mind.@@
[[Sit back and enjoy the magic|Pravitas Powerup 8]]
<</ctp>><<ctp "PravitasPowerup8">>
<video src="img/Pravitas/Pravitas Powerup 20.mp4" autoplay loop/>
Lana slowly gets closer to you.
@@.emote;
Lana gives you a lewd smile@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Getting a better look of your face, you do look handsome.@@
Saying that, she starts kissing you. Your mind, still addled, just makes you move your hands to her ass in order to get a good feel. After a while she stops kissing you and touches your crotch.
@@.emote;
Lana giggles@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Looks like someone is looking forward to this...@@
As she says that, she quickly removes your pants.
<<linkreplace "Enjoy the magic">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 21.mp4" autoplay loop/>
As your pants are removed, Lana proceeds to give you a hand-job.
@@.emote;
Lana hums@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
That's quite a nice dick you have here...@@
She slowly moves her hands up and down.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Nice and firm... I wonder what it tastes like...@@
Saying that, she gives your cock a lick, sending shivers down your spine. You can't help but moan a bit, this causes her to smile.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
If you thought that was good...@@
<<linkreplace "Enjoy the magic">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 22.mp4" autoplay loop/>
Lana proceeds to take your cock into her mouth.
@@.you;
Urgh...@@
//''She's so good at this...''//
You end up making a strange sound.
@@.emote;
Lana looks up at you@@
As Lana is looking at you, she slowly makes her way down your shaft, trying to take your whole cock into her mouth. Your cock starts to pulse, signaling that it's close to cumming. But as you were getting close, Lana stops sucking you.
@@.you;
Ah!@@
@@.emote;
Lana smiles at you@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Not yet, big boy. You can't cum before a lady, don't you have manners?@@
Saying that, Lana gets on top of you and whispers in your ear.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Let's see how good your cock feels inside of me.@@
<<linkreplace "Enjoy the magic">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 23.mp4" autoplay loop/>
Lana positions your cock into her wet entrance. You keep waiting for her to take you in, but she only teases your tip.
@@.emote;
Lana gives you a naughty smile@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
What? Do I have to do all the work here?@@
You can barely process what's going on, but you know for sure what you have to do. You put your hands around her hips and trust your cock deep into her pussy.
@@.emote;
Lana moans@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
That's it! Harder!@@
<<linkreplace "Fuck her harder">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 24.mp4" autoplay loop/>
You start to trust your cock into her harder, causing her to bounce on your lap.
@@.emote;
Lana moans louder@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Yes! That's it! That's what I wanted!@@
You put in all of your effort in order to extract as much pleasure as possible from her. Unfortunately, all the alcohol you ingested is hampering your ability to move. Eventually Lana grabs your arms and makes you let go of her waist.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Let me do it...@@
<<linkreplace "Enjoy the ride">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 25.mp4" autoplay loop/>
Lana turns around and puts her hands on the table in order to get a better support.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Okay, let's see if you can take this!@@
She starts to rapidly move her hips up and down, slapping her ass against your thighs, causing lewd sounds. You end up moaning from the excess pleasure.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Didn't I tell you that I had a magic that would blow your mind?@@
You can't help but agree with her, although it wasn't just your mind that was being blown.
@@.emote;
Lana moans very hard@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
I-I'm almost there!@@
You can feel her pussy contracting around your cock, causing it in turn to bring you closer to cumming.
@@.you;
Ah! M-me too! Fuck! I'm almost there!@@
Lana starts to bounce even harder.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
D-don't cum yet! I'm almost there!@@
As if trying to answer her call, you feel a sudden spurt of energy coming from somewhere, so you take control of her hips and thrust your cock into her with all you have.
@@.emote;
Lana yelps in surprise@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Ahh!@@
You put your whole body into trusting your hips into her, while she holds even tighter to the table.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
I-I'm cumming!@@
As she starts to cum, you feel you are about to cum also. While you are certain that you should pull out, your body doesn't seem to care at all, and just trusts with reckless abandon and you end up cumming inside of her.
@@.you;
Urg!@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Ahh!@@
Her insides start to rapidly convulse, almost as if she's having many orgasms at the same time.
After a while, you stop cumming and let go of her hips, this causes her to collapse on the carpet. You also feel a lack of energy and end up collapsing on the sofa.
<<linkreplace "Rest">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Palm.jpg">
As you are sitting on the sofa, your mind slowly starts to clear, like a fog in the morning. Your body and mind, that felt like they were in conflict with one another the whole day, seem to have calmed down.
You can't help but looking at your palm, where you first got in contact with Pravitas.
@@.you;
Did I do the right thing? Won't she become stronger and eventually take over?@@
While you are worried, for some reason you are sure that it won't be the case. You can't explain it, but you feel like you were victorious, by resisting all of the urges you had until this moment.
As your mind starts to clear, you begin to notice other noises besides the loud music. You immediately get up with a startle.
//''Wait! Lana is hosting a party! There are a ton of people here and we just had sex in the middle of the living room!''//
Cold sweat goes down your spine as your mind becomes completely clear from this realization.
//''Fuck... Are people going to call me a pervert form now on?''//
You begin to worry about your future and how the people that live with you will react to it. As you become ever so worried, you begin to notice that sounds are very odd.
//''Am I hearing moaning?''//
You slowly get up from the sofa.
<<linkreplace "Look around">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 26.mp4" autoplay loop/>
As you look around, you are startled by what you are seeing.
//''What the hell!''//
You look around and notice Clarice getting fucked by huge black dude.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Clarice<hr>
Yes! Give me that huge black cock!@@
To her left you notice Bridget scissoring another girl.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Bridget<hr>
Hm... How do you like that my little kittie!@@
While all of that is incredible, what startles you the most is Carol, that is currently being fucked by three guys at the same time, one of them being Chad.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Chad<hr>
Yeah! You like it, don't you, bitch?!@@
You notice that Carol tries to respond, but she has a cock in her mouth, so all she's able to make are gurgling noises.
A chill goes down your spine. You are sure that this wasn't a swinger party. You remember something you read in the documents regarding Pravitas.
//''Did I cause this?''//
Unable to think straight, you decide to make your escape.
[[Go back home|Pravitas Powerup 9]]
<</ctp>><<ctp "PravitasPowerup9">>
<img src="img/Other/Night.jpg">
As you leave Lana's house, you decide to take your time and catch some fresh air, before returning home.
//''Man... What happened there...''//
Your memory is kind of jumbled. Not only were you drunk on Tequila, the corruption also seems to have muddled your mind.
As far as you can Tell me, your corruption power seems to have gotten out of control and ended up infecting everyone around you.
//''I wonder if that now makes me a danger to society?''//
You begin to become worried about what will happen to you and those around you.
//''Will I have to seclude myself?''//
You end up shaking your head. While you don't want everyone around you to lose their minds over the corruption, you don't want to die either.
You let out a big sigh and look at the moon.
@@.you;
What should I do... And have I really only met Pravitas that one time? It would be much easier if I could talk to her...@@
For some reason you are sure that you have met Pravitas more than once, but no matter how hard you try to remember, it just seems to split through your mind.
As you are thinking that, you feel something strange inside of you, as if telling you not to worry.
You let out an even bigger sigh.
@@.you;
I need to get home...@@
You slowly make your way to your house. As you arrive, you notice the lights are off. You decide to check your watch.
@@.data;
11:34 P.M.@@
//''At least no one will see me get back...''//
You walk to the side of your house, where your bedroom is located, and open its window.
//''Good thing I didn't lock it!''//
<<linkreplace "Sneak into your bedroom">><<scrollTop>><<ctpAdvance "PravitasPowerup9">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Player Bedroom.jpg">
As you enter the bedroom, you make immediately take off your clothes.
//''Much better!''//
Standing only in your underwear, you look into the mirror.
//''I don't think I look that different''//
But on a closer inspection, you notice the purple haze that was around your iris seems to have become more prominent.
@@.you;
What the hell?!@@
As you are confused, you suddenly feel a huge burst of pain in your body.
@@.you;
Urgh!@@
You open your mouth to scream, but the pain is so strong that you aren't even capable of doing that. Not being able to stand, you end up collapsing onto your bed.
//''WHAT THE FUCK?!''//
You feel like every part of your body is being ripped to shreds and molded back, over and over again.
//''S- STOP... MAKE IT STOP!''//
You curl up, trying to do your best to endure it, but as you think you are starting to get used to it, a new surge happens.
@@.you;
Argh!@@
The pain is too much and your sight goes dark.
[[Pass out|Pravitas Powerup 10]]
<</ctp>><<ctp "PravitasPowerup10">>
<img src="img/Pravitas/Pravitas Powerup 1.jpg">
As you open your eyes, your memories flood back to you, like they had never left in the first place. You shudder as you remember the pain you were feeling just a moment ago.
As you look forward, you notice Pravitas sitting on a table again. You feel an uncontrollable amount of rage cursing through your veins. You glare at Pravitas.
@@.you;
Pravitas! You fucking bitch! What did you do to me?!@@
@@.emote;
Pravitas chuckles and smiles at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Calm down, $player.name. You will end up going bald.@@
//''THIS FUCKING-''//
You are about to move get closer to her to let her know how you feel, when you notice that your body isn't moving.
@@.you;
What?!@@
@@.emote;
Pravitas laughs and claps@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I've got to say, you did an excellent job there! I honestly was not expecting you to start an orgy! I was half expecting you to be able to corrupt that young girl, maybe even a couple of her friends. But the whole party? That was unexpected.@@
You keep struggling to try to move your body.
@@.emote;
Pravitas sighs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It's useless, $player.name. You know that I have full control of this realm.@@
@@.emote;
Pravitas smiles@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
And thanks to you, I have finally evolved. The pain that you were feeling? That was me transforming your body. You should be thankful, really. You will be able to become an even finer specimen of a man.@@
@@.you;
Screw you! You were trying to take over my body again! Don't you fucking think that I forgot about that!@@
@@.emote;
Pravitas gives you a displeased look@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
$player.name... I was only testing you. If I really wanted to take over your body, it would be as easy as snapping my fingers.@@
You are taken by surprise by that statement. Pravitas said that she couldn't lie to you, but then again, that in itself could have been a lie.
@@.you;
Then why don't you?!@@
@@.emote;
Pravitas chuckles and shrugs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Why? Because you and I are one. Your desires are mine and mine are yours. There's no reason for me to take over you. Of course, it would be another story if you were too weak to even pass a simple test.@@
You scowl at her.
//''There's no way that is true... Is it?''//
You slowly start to warm up to her.
//''I mean... It does make sense...''//
@@.emote;
Pravitas smiles@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Of course it makes sense. It's the truth, after all. I'm sure you know, since you and I are one.@@
As you are about to nod your head in agreement, you remember the massive headache you had when you woke up and every time you were corrupting the people living in your house. Almost as if your subconscious was warning you of a trap.
You suddenly open your eyes wide, as it dawns on you.
//''This feeling... She's trying to control me again!''//
@@.emote;
Pravitas clicks her tongue@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
You sure have grown sharp... Well, it matters little to me.@@
As if she has teleported, Pravitas is now in front of you.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
You've had your fun, $player.name. But if it's up to you, you will die far before I'm able to reach full maturity.@@
@@.emote;
Pravitas extends her hand to you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Now come, take my hand, $player.name, and let us end this farce.@@
//''No!''//
<<linkreplace "Resist">><<scrollTop>><<ctpAdvance "PravitasPowerup10">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Blindfold.jpg">
As Pravitas extends her hand to you, you force your eyes shut and try to get her out of your head.
@@.emote;
Pravitas laughs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It's useless, $player.name. I've evolved and I'm no longer as restricted as I once was. While I have strengthened many aspects of your body, in here all that matters is your will. And you don't have the will to resist me now.@@
//''No! I won't give in!''//
@@.emote;
Pravitas clicks her tongue@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Stop being unsightly, $player.name. Give me your hand.@@
You feel a mysterious power compelling you to hold her hand. Your arm slowly, but surely, moves up.
//''No! Stop!''//
@@.emote;
Pravitas laughs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
You've had your chance, $player.name. Had you given in to your basic desires and taken full advantage of your corruption, we wouldn't be in this situation. I would have just sat back and let you do all the work. But don't worry, I will make sure to take extra good care of them.@@
//''Them?''//
Anna's sweet face flashes in your mind.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.ys!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Oh? Thinking of your $ys.rel? Hm... She is cute, isn't she? I can't wait to take her virginity and lead her on the road of depravity! But not just her, I will make sure to take care of your $m.rel, too. After all, she's been so very lonely.@@
//''My $m.rel?!''//
You can almost hear her calling you in the morning.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Breakfast is ready, honey!@@
@@.emote;
Pravitas laughs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
And, as a favor for you, I will make sure to teach that slut of your $os.rel a lesson! I will make her into my personal slave! After all, she did treat you like trash for many years! You should be thankful!@@
//''Sarah?!''//
While you remember how she treated you, what's stuck to you the most were her tears that you saw today.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I've hurt you... I've hurt my precious $player.os!@@
@@.emote;
Pravitas laughs even louder@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What? Are you feeling bad for that whore? You see, that is why I have to do this, $player.name. Even though you are under my influence, I just don't feel that you have what it takes.@@
//''No! Don't touch them!''//
@@.emote;
Pravitas sighs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
For the last time, $player.name. You are not in control here. NOW. GIVE. ME. YOUR. HAND!@@
You can hear the impatience in Pravitas’ voice.
//''No!''//
@@.emote;
Pravitas growls@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
You know what? No more nice parasite. I was going to give you an olive branch and treat them right, but now you've pissed me off. Once I take control of you, they will become, not only my sluts, but the town sluts! By the time I'm done with them, they will be looser than a cheap sailor's whore!@@
You feel your hands tightening and a liquid slowly trickling down your fingers. You are contracting your jaw so hard that you can even feel a metallic taste in your mouth.
//''No!''//
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
GIVE. IN!@@
You feel a fire burning deep in your mind. You end opening your eyes and looking directly at Pravitas.
@@.you;
NO!@@
@@.emote;
Pravitas becomes surprised@@
Using every last bit of will, you move your hand, that feels as heavy as lead, and strike her across her face. Pravitas, getting caught off guard, ends up falling onto the floor.
@@.you;
YOU WILL NOT HURT THEM!@@
@@.emote;
Pravitas puts a hand on the cheek you slapped@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
H-how? You shouldn't be able to move unless I say so!@@
@@.you;
You think you can control me?! You are in MY body! And I will NEVER give it to you!@@
You watch as Pravitas slowly gets up and dusts off her clothes.
@@.emote;
Pravitas glares at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Hmph... Doesn't matter. Even if I can't take you over today, you will let your guard down some day.@@
//''THIS FUCKING BITCH!''//
[[Show her who's the boss|Pravitas Powerup 11]]
<</ctp>><<ctp "PravitasPowerup11">>
<img src="img/Pravitas/Pravitas Powerup 27.jpg">
You use all of your force of will to imagine Pravitas inside a cage.
@@.emote;
Pravitas is surprised@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What?! How can you still control this realm?!@@
You let out a low sound almost like a growl and glare at Pravitas.
@@.you;
You fucking bitch... You want to act like a bitch? Then you will be trained as one!@@
@@.emote;
Pravitas laughs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Aren't you getting a little over your head here, $player.name?@@
You give her a dark smile.
@@.you;
Oh, we will see about that.@@
You imagine holding a chain.
@@.emote;
Pravitas scowls@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
You... You wouldn't!@@
You can't help but laugh.
@@.you;
A good owner must always leash his bitch.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What?! No!@@
You watch as Pravitas tries to move back, but you command her to remain still.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
No!@@
<<linkreplace "Leash her">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 28.jpg">
You take the chain and leash it on the collar that Pravitas is wearing.
@@.emote;
Pravitas glares at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
You will pay for this!@@
You can't help but laugh even harder.
@@.you;
Seems like the bitch still hasn't learned her place. Barking at your owner? I need to teach you manners!@@
You open your pants and take her hand.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What are you doing?!@@
@@.you;
I'm going to teach you manners, obviously.@@
<<linkreplace "Guide her to your cock">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 29.mp4" autoplay loop/>
You slowly move her hand to your cock, making sure to keep control, as to not let her yank it.
@@.you;
Do you feel it, Pravitas? This is the discipline instrument of your owner.@@
@@.emote;
Pravitas gives you a fierce glare@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
If you come anywhere close to me with that, I will bite it off!@@
You laugh out loud.
@@.you;
Still being aggressive? Then let's move to the training. Move that hand.@@
You can see Pravitas struggling to not obey, but it's useless and she slowly moves her hand.
@@.you;
There we go. Now you are learning.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I will get you back for this humiliation...@@
You click your tongue in disapproval.
@@.you;
Pravitas... Pravitas... You still haven't learned, have you? Maybe if you didn't use your mouth and, instead, used your ears?@@
You give her a dark smile
@@.you;
Pravitas, why don't you squat there and open your mouth?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What?! NO!@@
While she says that, her body goes against her will and slowly squats down, while her mouth opens.
@@.you;
Good. Now let's see if, with your mouth occupied, you can learn.@@
<<linkreplace "Shove your cock into her mouth">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 30.mp4" autoplay loop/>
You slowly move your cock into her mouth, as if testing the waters.
@@.you;
How does your owner's cock taste like?@@
@@.emote;
Pravitas glares at you@@
You end up laughing at that.
@@.you;
Sorry, I forgot you can't speak right now.@@
Saying that, you shove your cock deeper into her mouth.
@@.you;
This is getting boring... Pravitas, close your lips around it.@@
Unable to disobey, Pravitas closes her lips around your cock.
@@.you;
That's better...@@
You start to move with more vigor.
@@.emote;
Pravitas glares at you even harder@@
@@.you;
Seems like you still haven't learned. Guess you need to take it in DEEPER!@@
You shove your whole cock into her mouth, forcing her lips to touch your sack.
@@.emote;
Pravitas' eyes bulge out@@
@@.you;
Then you must be punished!@@
You start to throat fuck her. After a while, you take your cock out of her mouth.
@@.emote;
Pravitas' coughs violently@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Damn you...@@
You end up shrugging.
@@.you;
Guess this bitch needs to be marked. Pravitas, how about you raise that ass of yours to me?@@
@@.emote;
Pravitas glares at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Don't you d-@@
You glare back at her.
@@.you;
Do it.@@
Her body seems to answer your demands, as she slowly bends down and raises her ass.
<<linkreplace "Ram it in">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 31.mp4" autoplay loop/>
You pull on her chain as you ram your cock into her pussy.
@@.you;
Ah! Now that's what I'm talking about!@@
You slowly start to move your hips.
@@.you;
Can you feel this, Pravitas? Can you feel my cock impaling you?@@
You look as Pravitas remains quiet.
@@.you;
Silent treatment? We will see how long that lasts.@@
You slowly start to increase the speed, but you quickly discover a problem.
//''Fucking through iron bars sucks...''//
Every time you move your hips, you feel the cold bars hitting your stomach.
@@.you;
Oh well, that's enough for this whole cage thing. Pravitas, step back.@@
@@.emote;
Pravitas gets up and gives you a dark smile@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What's this? Tired already?@@
You can't help but laugh at that statement.
@@.you;
Not at all. As a matter of fact, we have barely started. I just want a better access to you. Now. Step. Back.@@
Unable to resist, Pravitas steps back and you open the cage.
You give her a smirk.
@@.you;
That's a good bitch. Now turn around and hold on to the cage.@@
You watch as Pravitas growls, but does as you command.
@@.you;
Okay, let's try this again!@@
<<linkreplace "Shove your cock in">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 32.mp4" autoplay loop/>
You position your cock up and shove it into her pussy.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Ah!@@
You start clapping those cheeks to the best of your ability.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Damn it...@@
@@.you;
What was that?@@
You ask, but she doesn't say anything else.
@@.you;
I said, what was that?!@@
You give her strong slap on her ass.
@@.emote;
Pravitas yelps@@
@@.you;
Seems like I was still going too soft on you Pravitas!@@
You slap her ass again.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Ah!@@
@@.you;
I'm not a big fan of physical punishment, but you do need to learn your lesson.@@
You slap her ass once more. And again. And again. And again. By now her once pristine white ass is red, with the marks of your fingers.
@@.emote;
Pravitas whimpers@@
@@.you;
Did you learn your lesson now? Then raise your leg, bitch! Like if you were to pee!@@
You can't help but smile as Pravitas slowly raises her leg, even without you pressuring her with your will.
<<linkreplace "Fuck her harder">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 33.mp4" autoplay loop/>
You proceed to fuck her pussy even harder.
@@.emote;
Pravitas moans@@
//''Did she just moan?!''//
A dirty smile comes up your face.
@@.you;
How does it feel?@@
@@.emote;
Pravitas ignores you@@
You pull her leash, forcing her to look at you.
@@.you;
I asked you, how does it feel?@@
@@.emote;
Pravitas glares at you@@
@@.you;
Oh? You're going to act this way? Do you need more punishment?@@
You watch as Pravitas eyes become less challenging.
@@.emote;
Pravitas whimpers@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It... It feels...@@
@@.you;
It feels what?@@
You move your hips with even more vigor.
@@.emote;
Pravitas moans louder@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It feels good...@@
@@.you;
Louder!@@
You move your hips even harder.
@@.emote;
Pravitas moans even louder@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It-IT FEELS GOOD! DAMN IT!@@
You can't help but laugh, as you stop.
@@.emote;
Pravitas is surprised@@
@@.you;
Well, we can't be having that, now can we? After all, this is punishment.@@
You sit down on the floor and look up to Pravitas.
@@.you;
Come. I want you to impale your ass on my cock.@@
@@.emote;
Pravitas panics@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
W-What?! You can't do that!@@
//''Hm...?''//
This is the first time you see her panic during sex.
//''Has she never done anal?''//
As you are thinking that, you can see a look of surprise on her face, as if you just found out her secret.
@@.you;
Well... Well... Well... Seems like I just found out something.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
N-No!@@
You glare at her and will her.
@@.you;
Pravitas. Impale your ass on my cock. Now!@@
You watch as her body forces her to move.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
NO!@@
<<linkreplace "Fuck her ass">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 34.mp4" autoplay loop/>
You watch as Pravitas body slowly descends, eventually reaching the tip of your cock.
@@.you;
Great! Now slowly move down. I want to savor taking your anal virginity@@
@@.emote;
Pravitas whimpers@@
Thanks to your cock being well lubed by her sex juice, it doesn't feel dry, as you feel the tip of your cock entering her asshole.
@@.emote;
Pravitas groans@@
@@.you;
Does it hurt?@@
@@.emote;
Pravitas does a small nod.@@
You laugh.
@@.you;
Good! Now down you go!@@
With that, Pravitas' body moves down and impales herself on your cock.
@@.emote;
Pravitas screams@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Ah!@@
As you are about to tell her to start moving, her body falls back on you, like she lost all of her energy.
You click your tongue.
@@.you;
Tsk... Guess I will have to do all of the work today.@@
You put your hands under her ass and try to fuck her, you aren't able to move your hips well.
@@.you;
Pravitas! Move that ass up! I can't fuck your ass like this!@@
@@.emote;
Pravita whimpers, but can't move@@
You end up sighing.
@@.you;
How am I going to do this... Hm... Oh!@@
You have an idea.
@@.you;
Guess I will just use your pussy has a handle!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
W-What?!@@
Saying that seems to have made Pravitas snap out of it.
<<linkreplace "Use her pussy as a handle and fuck her ass">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 35.mp4" autoplay loop/>
You shove your finger into her pussy to get a better grip and pull her up, then you start to move your cock.
@@.emote;
Pravitas groans loudly@@
@@.you;
There we go!@@
You rapidly move your hips, fucking her ass with everything you have.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
T-This is too rough!@@
@@.you;
Too rough?! Bitch! I will show you rough!@@
You shove your cock as deep as you can and slap her ass. As you do so, Pravitas moans loudly and starts to tremble, her pussy contracting so hard on your hand that it hurts.
@@.you;
What the fuck!? Did you just cum!?@@
You look at Pravitas' face and she looks to be ashamed of going so low that she came by being fucked in the ass.
You can't help but laugh.
@@.you;
You try to act dominant, but what you actually wants was to be dominated, isn't it?@@
@@.emote;
Pravitas remains silent and glares at you@@
@@.you;
Oh? This again?@@
You take your cock out of her ass and push her off of you. You get up and look down at Pravitas, who's sprawled on the floor. You look at your cock and you notice that its dirty.
@@.you;
Ew... Pravitas, this needs to be cleaned@@
@@.emote;
Pravitas looks aghast@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
N-no! Don't you dare@@
Tired of her resisting, you take hold her head.
<<linkreplace "Time for cleaning">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 36.mp4" autoplay loop/>
While holding her head, you shove your cock into her mouth.
@@.you;
There we go, let's get this nice and clean.@@
@@.emote;
Pravitas makes guttural noises@@
@@.you;
Hm... Seems like even the very end on my shaft is dirty. That won't do.@@
You take your cock and shove it as deep as you can into her mouth. You hum as you do so.
@@.you;
There we go, nice and clean.@@
You take your cock out of her mouth.
@@.emote;
Pravitas has a coughing fit.@@
You start to feel tired.
@@.you;
Well, let's finish this, shall we?@@
<<linkreplace "Shove your cock back into her ass">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 37.mp4" autoplay loop/>
You shove your cock as hard as you can up her ass.
@@.emote;
Pravitas screams@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Damn it! Stop shoving it up my ass@@
You can't help but laugh, as you keep thrusting your hips.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Just you wait. One day I will shove a horse cock up your ass!@@
You stop moving your hips as you glare at Pravitas.
@@.you;
What was that?@@
@@.emote;
Pravitas gulps@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
N-nothing...@@
<<linkreplace "Slap her">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 38.mp4" autoplay loop/>
You slap her face as hard as you can.
@@.you;
You DARE to threaten me again?!@@
@@.emote;
Pravitas groans@@
You slap her face again.
@@.you;
After everything you've done?! After trying to take over my body, not once, but twice?!@@
@@.emote;
Pravitas whimpers@@
You slap her face one more time and glare at her.
@@.you;
Tell me you are sorry!@@
@@.emote;
Pravitas looks away@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
S-sorry...@@
You slap her face once more.
@@.you;
Like you mean it!@@
@@.emote;
Pravitas whimpers louder@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
S-Sorry!@@
You slap her face again.
@@.you;
Make me believe it!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Sorry! I'm sorry! Okay?!@@
You can see slight tears streaming down her face. That brings a dark smile to your face.
@@.you;
Good, now tell me how much you want my seed up your ass.@@
@@.emote;
Pravitas is surprised@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I... I want your seed up my ass...@@
@@.you;
Louder!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I WANT YOUR SEED UP MY ASS!@@
You quickly move your hips, noticing that you are on the verge of cumming.
<<linkreplace "Cum up her ass">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 39.mp4" autoplay loop/>
You shove your cock as deep as you can up her ass and start cumming.
@@.you;
Urg!@@
@@.emote;
Pravitas moans loudly@@
As you are cumming, you can feel her intestine contracting again.
@@.you;
Did you cum again?!@@
@@.emote;
Pravitas looks away@@
You can't help but laugh.
@@.you;
Well, whatever.@@
You take your cock out of her ass and you can see the gaping hole that it made. You can't help but smile at your work.
@@.you;
Pravitas, from now on you will not dictate what I do. I am in control here, got it?@@
@@.emote;
Pravitas gives a small nod@@
@@.you;
Answer me!@@
@@.emote;
Pravitas whimpers@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
G-got it. You are in control here...@@
You start to feel very tired. As Pravitas looks at you, you can see that she's still resisting.
@@.you;
Good. And so you don't forget about it, I will make sure to train you often.@@
@@.emote;
Pravitas looks down, as if in resignation@@
You feel the tiredness sweep over your body, as you close your eyes.
<<linkreplace "Time to sleep">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 40.jpg">
Naked, Pravitas looks at where $player.name once was and a dark smile creeps up her face. The submissive look nowhere to be found.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Great... That went better than I expected.@@
@@.emote;
Pravitas stretches and winces@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Ouch... Did he really need to fuck my ass that hard?@@
As Pravitas rubs her ass, she can't help but laugh.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
He may not have noticed, but now we are truly one. But I have to say, that was quite unexpected. Now, come $player.name! I'm sure you will be able to answer to my expectations!@@
@@.pravitaslevel;
Pravitas has evolved@@
@@.corruption;
You feel that you became more corrupted@@
[[Go to sleep|Pravitas Powerup 12][$pravitas.level += 1;$player.corruptionlevel += 1;$player.corruption += 4;$player.fitness += 1;$player.intelligence += 1;$player.charm += 1]]
<</ctp>><img src="img/Other/Waking Up.jpg">
As you wake up, you feel like your mind is clear for the first time.
@@.you;
Hm... I can actually remember everything now...@@
You can't help but smile.
@@.you;
Great! Now Pravitas will no longer be able to control me!@@
You get out of the bed and look into the mirror.
@@.you;
Man, you are looking good!@@
As you are looking at yourself in the mirror, you notice that the purple haze that you saw the other day in your iris has gotten even thicker. While it's not dominant enough to make your eyes purple, it does give it a mystical feel to it.
@@.you;
The hell... Pravitas did say she changed my body...@@
You flex your arms, but you don't notice anything different.
@@.you;
Hm... Well, I guess I will have to start exercising to find out...@@
You can't help but shake your head. As you are daydreaming, you hear a voice from downstairs.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name! Breakfast is ready!@@
You are taken by surprise by her voice. You remember what happened yesterday.
//''Crap! I forgot about that!''//
You start to panic, not knowing what you should do. But eventually you just stop and take in a deep breath.
@@.you;
Oh well... I guess I will just have to face it head on and deal with the consequences.@@
You put on a shirt.
@@.you;
And who knows... Maybe it's for the better.@@
As you are leaving the bedroom, you don't notice that a small dark smile creeps up on your face.
<<run $time.newDay()>>
[[Start your day|Start]]<<if $player.corruptionlevel is 1>><span style="color:green;">Reach Player Corruption Level 1</span><<else>><span style="color:red;">Reach Player Corruption Level 1</span><</if>>
<<if $player.fitness gte 10>><span style="color:green;">Raise Fitness to 10</span><<else>><span style="color:red;">Raise Fitness to 10</span><</if>>
<<if $kellycorruptionquest1>><span style="color:green;">Corrupt Kelly for the first time (Sat, Late Morning)</span><<else>><span style="color:red;">Corrupt Kelly for the first time (Sat, Late Morning)</span><</if>>
<<if $Lotion>><span style="color:green;">Buy Lotion</span><<else>><span style="color:red;">Buy Lotion</span><</if>>
<<if $player.intelligence gte 10>><span style="color:green;">Raise Intelligence to 10</span><<else>><span style="color:red;">Raise Intelligence to 10</span><</if>>
<<if $Massage>><span style="color:green;">Learn to Massage (Sat/Sun, Noon, House, $50)</span><<else>><span style="color:red;">Learn to Massage (Sat/Sun, Noon, House, $50)</span><</if>>
<<if $m.corruption is 9>><span style="color:green;">Reach 9 points in Kelly's Corruption</span><<else>><span style="color:red;">Reach 9 points in Kelly's Corruption</span><</if>>
<span style="color:red;">Finish Corrupting Kelly (Sun, Morning)</span>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@<<if $player.corruptionlevel is 1>><span style="color:green;">Reach Player Corruption Level 1</span><<else>><span style="color:red;">Reach Player Corruption Level 1</span><</if>>
<<if $player.charm gte 10>><span style="color:green;">Raise Charm to 10</span><<else>><span style="color:red;">Raise Charm to 10</span><</if>>
<<if $annacorruptionquest1>><span style="color:green;">Corrupt Anna for the first time (Mon, Late Afternoon)</span><<else>><span style="color:red;">Corrupt Anna for the first time (Mon, Late Afternoon)</span><</if>>
<<if $Camera>><span style="color:green;">Buy a Camera</span><<else>><span style="color:red;">Buy a Camera</span><</if>>
<<if $ys.corruption is 9>><span style="color:green;">Reach 9 points in Anna's Corruption</span><<else>><span style="color:red;">Reach 9 points in Anna's Corruption</span><</if>>
<span style="color:red;">Finish Corrupting Anna (Wed, Late Afternoon)</span>
<span style="color:gold;">Hint: In order to adquire a Camera, you MUST corrupt Anna for the first time. Then you will be able to buy it from the shop.</span>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@<<if $SarahCorruptionQ>><span style="color:green;">Talk to Sarah (Wed/Fri; Midnight)</span><<else>><span style="color:red;">Talk to Sarah (Wed/Fri; Midnight)</span><</if>>
<<if $SarahCosplay>><span style="color:green;">Buy Secret Costume ($100)</span><<else>><span style="color:red;">Buy Secret Costume ($100)</span><</if>>
<<if $SarahCosplaying>><span style="color:green;">Take Sarah out for a photo shoot (Sun;Noon)</span><<else>><span style="color:red;">Take Sarah out for a photo shoot (Sun;Noon)</span><</if>>
<<if $SarahUpdate>><span style="color:green;">Go to sleep</span><<else>><span style="color:red;">Go to sleep</span><</if>>
<<if $os.corruption gte 15>><span style="color:green;">Raise Sarah's Corruption to 15</span><<else>><span style="color:red;">Raise Sarah's Corruption to 15</span><</if>>
<<if $SarahFanCount>><span style="color:green;">Talk to Sarah (Wed/Fri; Midnight)</span><<else>><span style="color:red;">Talk to Sarah (Wed/Fri; Midnight)</span><</if>>
<<if $IsabellaCalled>><span style="color:green;">Call Isabella again (Weekend;Morning)</span><<else>><span style="color:red;">Call Isabella again (Weekend;Morning)</span><</if>>
<<if $IsabellaSecret>><span style="color:green;">Get more information from Isabella</span><<else>><span style="color:red;">Get more information from Isabella</span><</if>>
<<if $os.corruption gte 19>><span style="color:green;">Raise Sarah's Corruption to 19</span><<else>><span style="color:red;">Raise Sarah's Corruption to 19</span><</if>>
<<if $TellingSarah>><span style="color:green;">Talk to Sarah (Wed/Fri; Night)</span><<else>><span style="color:red;">Talk to Sarah (Wed/Fri; Night)</span><</if>>
<span style="color:red;">Make Sarah into a rising star (Tue/Thu; Midnight)</span>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@<<if $WakeUpCorruption>><span style="color:green;">Go to Sleep</span><<else>><span style="color:red;">Go to Sleep</span><</if>>
<<if $LindaJasmine>><span style="color:green;">Talk to Linda (Mon/Tue/Wed/Thu; Afternoon)</span><<else>><span style="color:red;">Talk to Linda (Mon/Tue/Wed/Thu; Afternoon)</span><</if>>
<<if $JasmineClass3>><span style="color:green;">Take your last class with Jasmine (Friday; Noon)</span><<elseif $JasmineClass2>><span style="color:red;">Take your last class with Jasmine (Friday; Noon)</span><<elseif $JasmineClass1>><span style="color:red;">Take your second class with Jasmine (Friday; Noon)</span><<else>><span style="color:red;">Take your first class with Jasmine (Friday; Noon)</span><</if>>
<<if $teacher.corruption gte 15>><span style="color:green;">Reach 15 points in Corruption</span><<else>><span style="color:red;">Reach 15 points in Corruption</span><</if>>
<<if $LindaStella>><span style="color:green;">Talk to Linda (Mon/Tue/Wed/Thu; Afternoon)</span><<else>><span style="color:red;">Talk to Linda (Mon/Tue/Wed/Thu; Afternoon)</span><</if>>
<<if $StellaRun>><span style="color:green;">Go on a run (Saturday; Noon)</span><<else>><span style="color:red;">Go on a run (Saturday; Noon)</span><</if>>
<<if $teacher.corruption gte 19>><span style="color:green;">Reach 19 points in Corruption</span><<else>><span style="color:red;">Reach 19 points in Corruption</span><</if>>
<<if $LindaTournament>><span style="color:green;">Go to Sleep</span><<else>><span style="color:red;">Go to Sleep</span><</if>>
<<if $Fatigues>><span style="color:green;">Buy Airsoft Fatigues</span><<else>><span style="color:red;">Buy Airsoft Fatigues</span><</if>>
<span style="color:red;">Join Linda (Sunday; Noon)</span>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@<<if $RachelP is true>><span style="color:green;">Take pictures of Rachel (Sat, Evening; Requires Camera)</span><<else>><span style="color:red;">Take pictures of Rachel (Sat, Evening)</span><</if>>
<<if $player.charm gte 10>><span style="color:green;">Raise Charm to 10</span><<else>><span style="color:red;">Raise Charm to 10</span><</if>>
<<if $RachelC is true>><span style="color:green;">Start Corrupting Rachel (Sat, Evening; Requires Camera)</span><<else>><span style="color:red;">Start Corrupting Rachel (Sat, Evening)</span><</if>>
<<if $student.corruption is 9>><span style="color:green;">Reach 9 points in Corruption</span><<else>><span style="color:red;">Reach 9 points in Corruption</span><</if>>
<<if $RebecaC is true>><span style="color:green;">Talk to Rebeca (Tue/Thu, Afternoon)</span><<else>><span style="color:red;">Talk to Rebeca (Tue/Thu, Afternoon)</span><</if>>
<<if $Cosplay is true>><span style="color:green;">Buy a Cosplay Outfit</span><<else>><span style="color:red;">Buy a Cosplay Outfit</span><</if>>
<span style="color:red;">Finish Corrupting Rachel (Sat, Evening)</span>
<span style="color:gold;">Hint: In order to adquire a Camera, you MUST corrupt Anna for the first time. Then you will be able to buy it from the shop.</span>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@Double-click this passage to edit it.Hello and thank you for playing Unexpected Expectations! I know you are excited to start, but before then I would like to give you a few important pointers!
<img src="img/ui/Tutorial 1.jpg">
1- This button is the "Save" menu! Inside of it you will be able to Save and Load your game! If you ever want to export your save, just click on "Save to Disk" and if you ever want to load a file, just click on "Load from Disk". In order to save on the same file, you must delete the one that was there before.
2- This is the "Relationship" menu and the most important menu of them all! In here you will be able to see how much Love/Corruption each of the girls, you will also be able to access the Character Menu by clicking on their portrait. You will also be able to see if there's a quest for that character. If you want to know the requirements of the quest, just click on it!
3- This is the "Help" menu! In here you will find common questions!
4- This is the "Cheat" menu! It's only available for my $5 supporters!
5- This is the "Restart" menu! If for some reason you want to restart the game, you can click on this!
6- This is the "Patreon" menu! In here you will be able to see everyone who are my current supporters! If you wish to support me, just click on the Patreon banner inside for the link!
7- This is the "Discord" menu! Hang out with us in my Discord! If you have any questions about the game, either I or someone from the community will help you!
<img src="img/ui/Tutorial 2.jpg">
1- This is the "Profile" picture of the girls! But it's also where you can find their Bio! Just click on it and it will open the new menu! In here you will be able to check out what her level is! (Both in Love and Corruption).
2- This is the "Corruption" quest! If this is showing, that means there's a "Corruption" quest available! To see more about it, just click on it!
3- This is the "Love" quest! If this is showing, that means there's a "Love" quest available! To see more about it, just click on it!
4- This is the "Pravitas' Evolution" quest! This is the main quest of the game that will push the story forward!
5- This is the amount of Love points! Many events require a certain amount of Love!
6- This is the amount of Corruption points! Many events require a certain amount of Corruption!
<img src="img/ui/Tutorial 3.jpg">
1- This shows the version number!
2- This shows how many days you've been playing! This is basically useless and is there for aesthetic reasons.
3- This shows on what day of the week you are on and on what hour you are on!
4- This shows the amount of money you have! Certain events and buying items requires money!
5- This shows your Charm level! Certain events requires a high amount of Charm! Once it reaches a gold amount, that means it's capped! Cap is increased by doing Pravitas' Evolution Quest!
6- This shows your Intelligence level! Certain events requires a high amount of Intelligence! Once it reaches a gold amount, that means it's capped! Cap is increased by doing Pravitas' Evolution Quest!
7- This shows your Fitness level! Certain events requires a high amount of Fitness! Once it reaches a gold amount, that means it's capped! Cap is increased by doing Pravitas' Evolution Quest!
8- This shows your Corruption level! Certain events requires a high amount of Corruption! Cap is increased by doing Pravitas' Evolution Quest!
[[Start a new day|Start][$initiate = 1]]<img src="img/Anna/Anna Bedroom Friends 1.jpg">
As you enter Anna's bedroom, you notice that she seems to be texting on her phone.
@@.you;
Hey Anna, what are doing?@@
@@.emote;
Anna looks up at you with surprise@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, hi $player.name! Didn't see you come in.@@
You chuckle at that.
@@.you;
Texting your friend?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yep!@@
@@.you;
Any update on when she's coming over?@@
@@.emote;
Anna looks at you suspiciously@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Why do you want to know...?@@
//''Shit! You can do this $player.name! Just be smooth!''//
<<if $player.charm gte 20>>
@@.you;
Well, I haven't met many of your friends. But, considering how cute and smart you are, I'm sure they are lovely people. So I'm very interested in meeting them!@@
@@.emote;
Anna blushes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I'm cute and smart...? Hehe... Of course I am!@@
//''Nailed it!''//
@@.you;
So, when is she coming over?@@
@@.emote;
Anna looks at her cell phone@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It says here that it will be either on Wednesday or Friday, in the evening...@@
@@.you;
excellent! It gives me time to prepare myself!@@
@@.emote;
Anna raises her head and looks at you confused@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Prepared for what?@@
//''Crap! My real intention leaked out!''//
@@.you;
To make some cookies for you guys! Surely you wouldn't want her to think we are not gracious hosts, right?@@
@@.emote;
Anna becomes excited and nods her head@@
//''Great... Now I have to bake cookies... Way to go $player.name!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! I do love cookies! Then it's settled! You will make cookies for us and meet us in my room!@@
@@.you;
Got it!@@
//''Yes! I will finally be able to meet my $ys.rel's hot friend!''//
<<set $LilithArrives to true>>
[[Leave|House][$time.passTime(1)]]
<<else>>
@@.you;
Oh, you know. I'm your $player.ys and all. So I feel like I should make sure my $ys.rel's friends are of good quality!@@
@@.emote;
Anna raises an eyebrow@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of good quality?@@
@@.you;
Uh... As in, they are a good influence on you!@@
@@.emote;
Anna scowls@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Are you saying I'm a bad judge of character?@@
@@.you;
N-no! Of course not!@@
@@.emote;
Anna crosses her arms and looks away from you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! Since you don't trust me, I won't trust you. I'm not telling you when she's coming!@@
//''Crap! I'm going to have to be smoother than that... I should work on my charm...''//
@@.you;
Okay...@@
[[Leave|House][$time.passTime(1)]]
<</if>><<ctp "LilithMeet">>
<img src="img/Other/Cookies.jpg">
As you finish baking the cookies, you look up to the clock and notice that Lilith should be arriving any time now.
@@.you;
The cookies still need to rest a bit...@@
As you are saying that, you hear the bell ringing.
@@.data;
Ding... Dong...@@
You are about to go answer the door, when you hear your $ys.rel rushing towards it.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I'll get it!@@
You can't help but shrug as you go back to putting the cookies on the rack.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, Lilith! Glad you could make it!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hi, Anna! Thank you for having me over!@@
You hear some weird sound that you can only assume that it's them hugging.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
And what's that in the bag?@@
You can hear Lilith chuckle.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I brought you a present!@@
You can hear Anna's excited voice.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?! What is it?! Show me! Show me!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Tcharam! What do you think? It matches mine!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Shorts! But aren't they... You know... A bit short?@@
You can hear her laugh.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Nonsense! If you have the goods, you need to show them!@@
You hear a slapping sound, most likely Lilith slapping Anna's ass.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ow! What was that for?!@@
You can hear Lilith laugh.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
To check if you had the goods! And I'm proud to say that you, indeed, have the goods!@@
//''She does, indeed...''//
You can hear Anna giggling.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course I have them! Now let's go to my bedroom!@@
You hear two pair of steps moving towards your $ys.rel's bedroom.
@@.you;
I better finish this quickly so I can visit them!@@
<<linkreplace "Let the cookies rest for a bit and take them to Anna's bedroom">><<scrollTop>><<ctpAdvance "LilithMeet">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Room Door Slightly Open.jpg">
With a plate of cookies in hand, you knock on Anna's door.
@@.you;
I'm here! And I bear gifts!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! The cookies! Bring them in!@@
<<linkreplace "Go in">><<scrollTop>><<ctpAdvance "LilithMeet">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 1.jpg">
You open the door and see them on Anna's bed.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh? So this is the famous $player.ys that you've been talking about.@@
//''She's talking about me at school?''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! That was private information!@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
It's fine, I'm sure your $player.ys doesn't mind, right $player.name?@@
@@.you;
Of course not. If my cute $ys.rel is talking about me, then it's something to be proud of.@@
As you look at Anna, you can clearly see that she's a bit embarrassed, but she quickly tries to hide it.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course!@@
You can't help but chuckle at that.
@@.emote;
Lilith gets up and offers you her hand@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I'm Lilith, by the way.@@
//''Does she want me to kiss her hand?''//
Not being able to think of a reason not to, you take her hand and kiss it.
@@.you;
As you know, I'm $player.name. It's a pleasure to meet you Lilith.@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh, believe me, the pleasure is mine.@@
//''Really? Weird... But hey! Not going to scoff at an easy target!''//
@@.you;
So, who wants some cookies?@@
@@.emote;
Anna jumps off the bed@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I do!@@
As she quickly reaches out for the cookies, you can't help but notice that Anna is wearing very small shorts, exactly like Lilith's.
//''Are these the shorts I heard of?''//
Seemingly noticing you looking at your $ys.rel's shorts, Lilith pipes up.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Anna, why don't you show your $player.ys the new shorts I got you?@@
@@.emote;
Anna looks up at Lilith with her face full of cookies@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh yesh! Check it oush!@@
You end up bursting out laughing at that.
@@.you;
Talking with your mouth full isn't very ladylike of you, Anna.@@
@@.emote;
Anna swallows and sticks her tongue out@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I am a proper lady! Do you want to see it or not?!@@
@@.emote;
Lilith chuckles@@
@@.you;
Of course I do.@@
<<linkreplace "Check her out">><<scrollTop>><<ctpAdvance "LilithMeet">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 2.jpg">
You watch as Anna opens a wide smile and poses.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
So? What do you think?@@
//''It's quite revealing...''//
@@.you;
Hm... I'm not sure... I can't tell from this position, mind turning around?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh?@@
As you glance over at Lilith, you can see her giving you a knowing smile.
//''Hm...?''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sure!@@
<<linkreplace "Check her out again">><<scrollTop>><<ctpAdvance "LilithMeet">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 3.jpg">
You watch as Anna turns around and raises her ass.
//''Damn... It may be small, but I sure would love to put my hands on that...''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
So?@@
You nod your head.
@@.you;
Yes, it looks very... Good on you.@@
@@.emote;
Anna puffs her chest proudly@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course it does! All clothes look cute on me!@@
As you are about to rein her in a bit, you hear Lilith cough.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I'm sorry Anna, do mind getting something for me to drink?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! Of course! We don't have any milk to go with these cookies!@@
@@.you;
It's fine, I c-@@
As you are about to offer to go, Lilith interrupts you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Exactly! Could you get us some milk, Anna?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
You watch as Anna quickly leaves the bedroom, leaving you alone with Lilith.
//''Well, this could be a good opportunity.''//
You put one of the cookies in your mouth.
<<linkreplace "Talk to Lilith">><<scrollTop>><<ctpAdvance "LilithMeet">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 4.jpg">
As you turn around and look at Lilith, you can see her smiling at you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
So... Do you like your $ys.rel, $player.name?@@
Caught by surprise, you end up spitting out the cookie and having a cough fit.
@@.you;
W-what?!@@
@@.emote;
Lilith gives you a knowing smile@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I saw you staring at your her ass, like a hungry wolf staring at juicy chunk of meat.@@
//''Crap, was it that obvious?!''//
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Not that I blame you. I'm quite attracted to that ass myself.@@
//''Wait, is she a lesbian?''//
@@.you;
Does that mean you are attracted to girls?@@
You watch as Lilith laughs and picks up a cookie from your plate.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Not just girls... Oops...@@
As she was talking, she drops the cookie on top of the bed.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh my... How clumsy of me...@@
<<linkreplace "Watch her pick up the cookie">><<scrollTop>><<ctpAdvance "LilithMeet">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 5.jpg">
As Lilith turns around and lowers herself to pick up the cookie, she raises her ass, giving you a clear view of it.
//''Holy... Now that's what I call a juicy ass!''//
As you are busy being fixated on her ass, Lilith turns her head around and smiles at you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
See anything you like?@@
You can't help but gulp in your saliva.
@@.you;
Well, you do have an impressive ass.@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Which one do you like better? Mine or your $ys.rel's?@@
You shrug at that question.
@@.you;
They each have their charm.@@
As Lilith was about to say something else, the door opens and Anna arrives with a jug of milk and three cups.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I've brought milk!@@
You watch as Lilith gets back up and sits on the bed. As she looks at you, she winks.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't worry, I won't tell her.@@
@@.emote;
Anna looks at Lilith and tilts her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Tell me what?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
S-E-C-R-E-T.@@
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! No fair! I want to know the secret, too!@@
You can't help but laugh at her antics. You sit down on the floor and you guys start talking about random stuff.
<<linkreplace "Watch her pick up the cookie">><<scrollTop>><<ctpAdvance "LilithMeet">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 6.jpg">
After an hour or so passes, Lilith gets up.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
This was a lot of fun, but I have to get going Anna, $player.name.@@
@@.you;
It was nice to have you over too, Lilith.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Aww... Are you going to come over again?@@
@@.emote;
Lilith smiles at Anna@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Of course.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Great! Then let me open the door for you!@@
You watch as Anna gets up and leaves the bedroom, Lilith walking behind her. As Lilith walks by you, she puts something in your pocket and whispers in your ear.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Call me.@@
As she leaves, she turns around and gives you a wink.
//''Hot damn...''//
You fish out what she put in your pocket and, sure enough, is a phone number.
//''This is going to be good!''//
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<<set $LilithMet to true>><<ctp "Caught">>
<img src="img/Group/Kelly and Anna Photos 1.jpg">
As you finish your shower and getting dressed up, you walk to the living room and spot Kelly and Anna outside.
//''They still haven't left?''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.name! Are you going to join us?@@
You fake a cough.
@@.you;
Uh, no... I'm not feeling that well, so I'm just staying home and watching a movie.@@
@@.emote;
Kelly becomes concerned@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Are you okay, honey? Do you want me to get something from the pharmacy?@@
@@.you;
Oh, not at all, I think it's just a small cold. I was looking forward to going out with you all, but I don't want it to get worse.@@
@@.emote;
Anna thinks for a bit@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I can stay home with you and watch a movie together.@@
@@.you;
NO! Uh... I mean, there's no need for that. You were looking forward to shopping with them, weren't you? Just go out and have fun!@@
@@.emote;
Anna is a bit confused@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Uh... Okay?@@
You hear Sarah yelling from the garage.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Are you guys coming or what?! I'm going to be late!@@
You smile at them.
@@.you;
Go on, have fun. We can go out next time.@@
@@.emote;
Kelly is still slightly concerned@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Okay. But if you need anything, make sure to call me, okay?@@
@@.you;
Sure $m.rel.@@
@@.emote;
Anna sticks out her tongue at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well, don't cry to me later saying how lonely you were! I did offer to stay!@@
You can't help but chuckle at that.
//''Oh, you don't have to worry about that...''//
@@.you;
Oh, it's fine. I'm just happy that my kind and lovely $ys.rel cares enough about me to stay.@@
//''Now LEAVE!''//
You can see Anna's face blushing a little.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
<span style="font-size:70%">Of course I care about you...</span>@@
@@.you;
What was that?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Nothing! Stupid $player.ys! Get well!@@
You watch as Anna waves at you and rushes to the garage.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm glad to see that you kids still get along. But seriously, make sure to call me if you need anything.@@
You smile at your $m.rel.
@@.you;
I will. Have fun!@@
And with that, she also leaves.
//''Okay! Operation "Home Alone" is a success! Now to get my Mojo on!''//
<<linkreplace "Get your 'Mojo' on">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 7.jpg">
As you are done with getting everything ready, you hear the doorbell.
@@.data;
Ding... Dong...@@
@@.you;
On my way!@@
You quickly go to the door and open it.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hey there, $player.name!@@
@@.you;
Hey Lilith. Ready for a good movie?@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
We will see.@@
You move out of the way of the door.
@@.you;
Then, please, come in.@@
@@.emote;
Lilith smiles at you@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Thanks.@@
<<linkreplace "Take her to the living room">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 8.jpg">
As you both arrive at the living room, you motion for her to have a seat.
@@.you;
So, what kind of movie do you like?@@
@@.emote;
Lilith gives you a knowing smile@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh, I enjoy those that are intense. That make your heart beat fast.@@
You give her a smile.
@@.you;
What a coincidence. Those kinds are my favorite, too.@@
As you sit there, you can start to feel your body answering to your desires. A familiar heat starts to grow in you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
So... You haven't answered me yet. Are you interested in Anna?@@
As the question hits you out of nowhere, you are unable to answer.
@@.emote;
Lilith grins@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Come on! You can tell me! I've seen it in your eyes.@@
You think for a while, before cautiously answering.
@@.you;
And what if I do...?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Well... You see, I kind of find that hot.@@
@@.you;
You do? Even though she's my $ys.rel?@@
@@.emote;
Lilith gets up and whispers in your ear@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
That's what makes it hot...@@
//''So she's into that... Interesting...''//
After she whispers, she turns around.
<<linkreplace "Look at her ass">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 9.jpg">
As you watch Lilith turn around, you can't help but be appreciative at how nice her ass looks.
@@.emote;
Lilith grins@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I can't help but notice that you're very interested in this ass...@@
@@.you;
Well, what can I say. I'm a man with good taste.@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Would you like to have a taste of it?@@
You can feel your crotch answering to her tease.
@@.you;
I'm sure you know the answer to that...@@
@@.emote;
Lilith gives you a lewd smile@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh, I know... But there's something I want from you...@@
You raise an eyebrow.
@@.you;
And that would be?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I want to be there.@@
//''Be there?''//
@@.you;
I don't follow?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
You know, when you do the dirty deed with Anna...@@
//''Oh! I see...''//
@@.you;
But what makes you think it would ever happen?@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Did you know she only talks about one boy? Want to have a guess at who that might be?@@
@@.you;
Me?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Yes, you. She may be all prim and proper, but I'm sure that, deep in her heart, she craves for her $player.ys's love... For his touch... For his cock.@@
You can't help but cough as she says it more directly.
@@.you;
I don't know...@@
<<linkreplace "Watch her ass">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 10.mp4" autoplay loop/>
You watch as Lilith slowly lowers her pants, giving you a clear view of her T-String.
//''Whoa, mama!''//
She slowly shakes her ass in front of you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I'm sure we could come to an understanding...@@
You can't help but gulp at that sweet ass dangling in front of you.
@@.you;
I-I mean... It's kind of private...@@
@@.emote;
Lilith looks back at you and grins.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't you want to touch it...@@
//''Of course I do!''//
<<linkreplace "Touch her ass">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 11.mp4" autoplay loop/>
You slowly put your hand on her ass and give it a good squeeze.
@@.emote;
Lilith giggles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
So... What do you think?@@
@@.you;
Hm... I'm not sure...@@
You give her ass a good slap.
@@.emote;
Lilith moans@@
@@.you;
Well, it is nice and firm...@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Do we have a deal?@@
@@.you;
Well... You do have a nice ass. But I'm not sure if you have what it takes...@@
You watch as Lilith turns around and raises an eyebrow at you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh, yeah?@@
You shrug and grin at her.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I will show you that I have what it takes.@@
Saying that, she slowly unbuckles your belt and pulls down your pants.
@@.emote;
Lilith grins at you@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
After I'm done, you will be begging me to come.@@
//''I'm sure someone is going to be begging to cum...''//
<<linkreplace "Enjoy">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 12.mp4" autoplay loop/>
You watch as Lilith slowly takes your hard cock into her hand.
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Seems like someone was expecting this.@@
Saying that, she slowly moves her hand up and down your shaft.
@@.you;
You are going to have to do better than that.@@
Without saying anything, Lilith slowly moves her face closer to your cock and takes your balls into her mouth. You feel your toes curling.
As Lilith moves her hand faster, your cock becomes harder.
@@.emote;
Lilith looks at you@@
@@.you;
T-that is good! But I don't think it's good enough.@@
<<linkreplace "Enjoy">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 13.mp4" autoplay loop/>
As you say that, Lilith moves her tongue up your shaft until it reaches the head. Once there, she takes in your head and starts giving you a blowjob.
//''Oh, God!''//
Her expert blowjob cause you to get a firmer grip of the sofa, as you try to stop yourself from cumming too fast.
As she notices you resisting, she slowly starts to take your shaft deeper and deeper into her mouth.
//''Fuck! I can't cum like this!''//
After a while, she takes your cock out of her mouth.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
So?@@
You try to make yourself sound tough, but you are slowly not being able to resist.
@@.you;
I-I don't think it's a good idea...@@
@@.emote;
Lilith raises an eyebrow@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh? Is that how it's going to be?@@
Saying that, Lilith turns around.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
This is what you are after, isn't it?@@
<<linkreplace "Enjoy">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 14.mp4" autoplay loop/>
You watch as Lilith slowly moves her butt over your cock and starts teasing you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
You want to be able to shove that hard cock of yours in my pussy, don't you?@@
You can't help but nod your head.
@@.emote;
Lilith grins@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Then all you have to do is agree... And this pussy is yours for the taking.@@
While you believe that it would be wrong to have her intrude in your relationship with Anna, another thought comes into your mind.
//''What are the odds of it even happening in the first place!?''//
Unable to hold back anymore, you shove Lilith to the sofa and line your cock with her pussy.
@@.emote;
Lilith is surprised@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Ah!@@
@@.you;
Fine! We have a deal! But for now, this pussy is mine!@@
Saying that, you thrust your cock into her pussy.
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 15.mp4" autoplay loop/>
As you thrust your cock deep into Lilith's waiting pussy, you can hear her gasp.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
H-hey! Slow down!@@
You can't help but smirk.
@@.you;
You were the one that tempted me.@@
Saying that, you give her ass a good slap.
@@.emote;
Lilith moans@@
@@.you;
Doesn't seem like you dislike it either.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hm... I just wasn't ready.@@
You put your hands on her ass as you slowly move your hips.
@@.emote;
Lilith moans a bit louder@@
@@.you;
Are you ready now?@@
Without saying anything, Lilith just nods her head.
//''It's show time!''//
<<linkreplace "Fuck her harder">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 16.mp4" autoplay loop/>
With her go ahead, you start to thrust your cock deep into her pussy.
@@.emote;
Lilith moans loudly@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I-it seems like you know how to use your hips@@
You can't help but grin.
@@.you;
Well, let's just say that I have some experience.@@
Unable to hold back any longer, you start to clash your hips with her ass, trying to extract every last bit of pleasure.
@@.emote;
Lilith moans even louder@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
S-slow down!@@
@@.you;
I don't think so!@@
As you say that, you speed up. With your hips clapping her cheeks, you can feel her pussy starting to contract on your dick.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Ah! Ah! AH!@@
@@.you;
What's this? Lady high and mighty is going to cum first?@@
Saying that, you redouble your effort, causing Lilith to bury her face into the sofa, while her whole body trembles.
//''Fuck! I'm also at my limit!''//
As you are close to cumming, you hear a gasp that did not come from Lilith.
@@.you;
What?!@@
<<linkreplace "See who it is">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 17.jpg">
As you turn your head, the only thing that enters your sight is your $ys.rel's surprised face. You can see tears starting to form in her eyes.
//''Shit!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
H-how could you?!@@
Saying that, Anna quickly runs away and into her room.
@@.you;
Anna! Wait! I can explain!@@
You hear the door slamming.
@@.you;
Oh, boy...@@
Seeing that caused any amount libido you had to just vanish.
<<linkreplace "Think of a solution">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 18.jpg">
As you try to think on what you have to do, you remember that Lilith was still in the room.
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Well, that was awkward.@@
You can't help but glare at her.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hey, don't blame me. You were the one that said that no one would be here.@@
You end up sighing and scratching your head.
@@.you;
I guess it is kind of my fault... But she should have left with Sarah and $m.rel...@@
@@.emote;
Lilith raises an eyebrow@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
And what are you waiting for?@@
You look at Lilith, confused.
@@.you;
Hm...?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Go and talk to her!@@
@@.you;
Bu-@@
@@.emote;
Lilith scowls@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
No buts! You made a deal with me and I won't let your pansy attitude get in the way of it! You need to apologize to her as soon as possible!@@
//''Well... She has a point...''//
You end up sighing again.
@@.you;
You are right...@@
You put your clothes back on and look back at Lilith.
@@.you;
I don't think you should be here for this.@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't worry, I won't get in the way.@@
She slaps you on the ass and winks at you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Go get her, tiger!@@
[[Go after Anna|Attempt Pacify Anna]]
<</ctp>>
<<set $LilithCaught to true>><<ctp "AnnaPacify">>
<img src="img/Other/Locked Door.jpg">
As you arrive at Anna's bedroom, you see that the door is closed. You decide to knock on it.
@@.you;
Anna?@@
You don't hear anything. You knock again.
@@.you;
Come on Anna... Talk to me...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Go away...@@
You can hear the sadness in her voice.
@@.you;
Don't be like this Anna... Let's talk...@@
You don't hear anything.
@@.you;
You know I'm pretty stubborn, Anna. I will sit down in front of your door as long as it takes.@@
You still don't hear anything.
@@.you;
Well, be my guest then. I've brought a plastic bottle with me, so I'm not going anywhere.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
<span style="font-size:70%">Ew...</span>@@
You sit down on the floor.
<<linkreplace "Wait">><<scrollTop>><<ctpAdvance "AnnaPacify">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Room Door Slightly Open.jpg">
You wait as it feels like hours.
//''Is she really going to stay holed up in there the whole day?''//
As you are thinking that, you hear some footsteps.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
$player.name?@@
@@.you;
I'm still here...@@
You hear the door open slightly.
@@.you;
Can I come in?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes...@@
<<linkreplace "Go in">><<scrollTop>><<ctpAdvance "AnnaPacify">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 19.jpg">
As you enter the bedroom, the first thing you notice is that Anna's eyes are slightly red, most likely from crying. You watch as she goes back and sits down on her bed, her head hanging down.
You walk up to her bed and kneel in front of her in order to be at the same level.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
<span style="font-size:60%">You lied...</span>@@
@@.you;
Anna...?@@
@@.emote;
Anna raises her head to look at you, her lips quivering@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You lied! You said that you were sick! You said that you would be just watching a movie! You said that you weren't going to do anything to Lilith!@@
//''She's taking this harder than expected...''//
@@.you;
I'm sorry Anna... I didn't mean to... It just kind of happened.@@
@@.emote;
Anna shakes her head and lowers it again@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You're lying! Just like you did a while ago!@@
@@.you;
Anna...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I... I came back because you said that you were sick and I thought you would feel lonely...@@
//''I guess I should have thought this through...''//
@@.you;
I'm sorry Anna... I didn't mean for you to see that...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You don't mean it...@@
@@.you;
Of course I mean it. You are my lovely $ys.rel and I would do anything for you.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You are lying... You were only nice to me because you wanted to hook up with that... That... That tramp!@@
You can't help but sigh and get up.
@@.you;
Anna... I'm serious. Tell you what. Anything you want, right now. Tell me and I will do my best to make it happen.@@
@@.emote;
Anna raises her head looks at you and scowls@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You will...?@@
@@.you;
Of course!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Anything...?@@
@@.you;
Well, within reason.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Then I want a camera...@@
@@.you;
A camera? Don't you already have one?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Not just any camera! I want a Pravitas EOS 5D Mark IV!@@
@@.you;
A Pravitas mark what?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Pravitas EOS 5D Mark IV! Mom said that it was too expensive, so I had to settle with the Pravitas Digital S3!@@
//''Too expensive? How expensive can a camera be...?''//
@@.you;
Well.. If she said it was too expensive...@@
@@.emote;
Anna turns her face away and pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
See! I knew you were lying!@@
You can't help but sigh.
@@.you;
No... I did give you my word. I will get you that Camera. Just write it down on a piece of paper for me.@@
@@.emote;
Anna looks back at you, surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Y-you will?@@
@@.you;
Of course I will. I said I would, and I will.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?@@
@@.you;
Yes. Really.@@
@@.emote;
Anna raises her hand and extends her pinky@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Pinky swear?@@
You can't help but chuckle, as you take her pinky with yours.
@@.you;
Pinky swear.@@
@@.emote;
Anna nods her head and picks up her note pad and a pen@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Pravitas... EOS 5D... Mark IV...@@
//''I do hope I didn't make a mistake accepting this request...''//
@@.emote;
Anna hands you the note@@
@@.you;
So... Do you forgive me?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! For now! But you are on probation, mister!@@
//''You raise both of your hands''//
@@.you;
Okay Officer, I promise I will behave.@@
@@.emote;
Anna crosses her arms@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You are not allowed to lie to me!@@
@@.you;
I won't lie to you.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
And absolutely no hooking up with my friends!@@
@@.you;
I promise that won't happen.@@
//''For now...''//
@@.emote;
Anna nods her head and gives you a smile@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Then I forgive you. But you have to keep your end of the deal!@@
@@.you;
Understood!@@
As you think of what else to say, you decide to try and spend some time with her.
@@.you;
So... Want to watch a movie together?@@
@@.emote;
Anna scowls at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
After what you did in the living room? Of course not!@@
//''Ah, crap! Way to go $player.name...''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You know what! I'm adding another condition! You need to sanitize the living room!@@
@@.you;
Fair...@@
@@.love;
Anna loves you a little less.@@
[[Go clean the living room|House][$time.passTime(3);$ys.love -= 3]]
<</ctp>>
<<set $AnnaAttempt to true>>
<<set $qcamerabuy = 1>><img src="img/Other/Expensive Camera.jpg">
You look for the Camera your $ys.rel told you she wanted.
@@.you;
Let's see... Pravitas EOS 5D Mark IV Full Frame Digital SLR Camera with EF 24-105mm f/4L IS II USM Lens Kit with Canon EF 16–35mm f/2.8L III USM Lens... $250!?@@
You can't help but gasp when you look at the price.
@@.you;
That's more than twice of what I payed for mine! How the hell can a camera be that expensive!?@@
You can't help but sigh.
@@.you;
The things I do for love...@@
[[Buy the Camera|House]]
<<set $qcamerabuy = 0>>
<<set $QCameraBuy to true>><img src="img/Other/Waking Up.jpg">
As you are waking up, you hear the doorbell.
@@.you;
Urgh... Who the hell rings a doorbell at this hour in the morning?@@
You lethargically get up and make your way towards the door. As you open it, there's no one there.
@@.you;
Are you fucking kidding me? A prank?!@@
You look around and then you look down, only to spot a package.
@@.you;
Holy shit! They did say that they would deliver it today, but I didn't think it would be at the crack of dawn!@@
You bend down and pick it up.
@@.you;
Oh! It's Anna's camera!@@
You check the box to make sure it's intact.
@@.you;
Before I deliver this to her, I should make sure she's in a good mood...@@
[[Camera Get!|House]]
<<set $QCameraBuy to false>>
<<set $QualityCamera to true>><<ctp "AnnaPacified">>
<img src="img/Other/Room Door Slightly Open.jpg">
With the camera inside it's metal case wrapped with a cute bow tie and a few flowers, you decide to pay your $ys.rel a visit.
As you arrive at Anna's bedroom, you see that the door is slightly open.
@@.you;
Hey Anna, you in there?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
$player.name? Come in!@@
You hide the box and the flowers behind your back.
<<linkreplace "Go in">><<scrollTop>><<ctpAdvance "AnnaPacified">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 20.jpg">
As you enter the room, you spot your $ys.rel dressed in a cute pink blouse.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.name! What's up?@@
You give her a smile.
@@.you;
Guess what I have here?@@
@@.emote;
Anna tilts her head in confusion@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What?@@
@@.you;
I will give you a hint. It's something I promised to do.@@
As you watch Anna's face, you can clearly see it slowly morph from confusion to excitement.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
D-did you get me the camera I wanted!?@@
You can't help but laugh.
@@.you;
Sure hope I did. After all, it did cost me an arm and a leg!@@
You can see Anna's face flush as you tell her that.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Y-you didn't have to... I was just angry back then...@@
@@.you;
Hey, none of that. It was my mistake and I made a promise.@@
<<linkreplace "Give her the present">><<scrollTop>><<ctpAdvance "AnnaPacified">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Present Box.jpg">
You present to her the box and the flowers.
@@.you;
The camera is me keeping my promise and the flowers is to tell you how sorry I am for what I did.@@
You can practically see Anna's eyes sparkling as she looks at the box and her face flushing even more as she looks at the flowers.
@@.emote;
Anna is acting shy@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
C-can I really have it?@@
You give her a smile.
@@.you;
Of course. Or don't you want it anymore?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
No! I mean, yes! I do want it!@@
Practically lunging on it, Anna takes the box and carefully hugs it.
@@.emote;
Anna hums in excitement@@
@@.you;
Aren't you going to open it?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! Yes!@@
Saying that, she tears off the bow tie that you so carefully did and slowly opens the box.
//''She could have at least pretended to care about the bow tie...''//
@@.emote;
Anna's eyes sparkle@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh. My. GOD! It really is a Pravitas EOS 5D Mark IV Full Frame Digital SLR Camera! And it comes with an EF 24-105mm f/4L IS II USM Lens Kit! And a Canon EF 16–35mm f/2.8L III USM Lens!@@
//''How can she remember all that?!''//
As Anna is jumping excitedly, she looks at you and jumps on you for a hug.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Thank you! Thank you! Thank you! You are the best $player.ys in the world!@@
You chuckle and pat her head.
@@.you;
Hey, anything for my precious $ys.rel, remember?@@
You watch as Anna's face blushes and she hides it in your chest.
@@.you;
So... How about we use it? Want me to take you to the park so you can take some pictures?@@
@@.emote;
Anna looks up at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
But it's almost dark outside...@@
@@.you;
Oh, I'm sure that with your new camera and your skills, you will be able to get some good pictures.@@
@@.emote;
Anna lets go of you and nods her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course! I will show you what a professional amateur is capable of!@@
//''The hell is a professional amateur!?''//
<<linkreplace "Take Anna to the Park">><<scrollTop>><<ctpAdvance "AnnaPacified">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Beautiful Evening.jpg">
You look at the picture that Anna took.
@@.you;
Wow... This is actually good!@@
@@.emote;
Anna punches you on the arm@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! What does that mean!@@
@@.you;
Ouch! I'm against violence! No punching me!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Then don't be a meanie to me!@@
You can't help but laugh as Anna scowls at you. As you finish laughing, you sit down on the bench.
@@.emote;
Anna sits down next to you@@
You both watch the sunset.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's so beautiful.@@
You look at Anna's face, the reflection of the setting sun giving it a mystical feeling.
@@.you;
I agree.@@
As Anna looks at your face, she blushes and looks down as she understands that you were talking about her.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Dummy...@@
You decide to use this moment to tell her what's on your mind.
@@.you;
Hey... I'm really sorry for what happened that day.@@
@@.emote;
Anna shyly moves her legs around, her face blushing@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It really hurt, you know... It was less that I caught you having s-sex with Lilith and more that you lied to me to hook up with her...@@
@@.you;
Yeah... That was kind of a shitty thing for me to do...@@
As the silence continues, you begin to feel awkward. Just as you are about to say something, Anna gets up and faces you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
$player.name... D-do you like me?@@
Confused at the seemingly weird question that came out of no where, you just give her your honest answer.
@@.you;
Of course I like you, Anna.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Are you going to lie to me again?@@
@@.you;
Of course not. I've learned my lesson.@@
@@.emote;
Anna nods her head@@
@@.you;
So... Am I forgiven?@@
You look at Anna as she makes a thinking face.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hm... Let's see...@@
As you are looking at her, she suddenly leans in and gives you a peck on your mouth.
//''Wha-''//
Still surprised, you watch as Anna turns her back at you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
There! You are now officially forgiven!@@
As Anna slowly starts walking towards your car, you can't help but touch your lips. You can feel yourself smiling.
As you are about to follow her, she turns around and smiles at you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I like you too, $player.ys!@@
As she says that, she turns back around and rushes towards your car. You could clearly see that her face was red in embarrassment.
Feeling a bit embarrassed, you scratch your head.
@@.you;
Well, I guess the camera was worth it...@@
@@.love;
Anna now really likes you@@
@@.love;
Anna loves you a lot more@@
[[Take Anna back home|House][$time.passTime(1); $ys.lovelevel += 1; $ys.love += 3]]
<</ctp>><img src="img/Other/Locked Door.jpg">
It's locked.
//''I should leave Anna alone for now...''//
[[Leave|House]]<img src="img/Other/Room Door Slightly Open.jpg">
It seems like Anna is studying right now.
//''I shouldn't get in her way of studying...''//
[[Leave|House]]<<if not $AnnaLilithFT>>
<<ctp "AnnaLilith">>
<img src="img/Anna/Anna Love Quest 1.jpg">
As you enter Anna's room, you are surprised to see Lilith in there.
//''Wasn't Anna mad with her?''//
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Really?! How bold of you!@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well, I had to do something!@@
@@.emote;
Lilith notices you and gives you a grin@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh! Look who it is, Anna! It's your precious $player.ys!@@
@@.emote;
Anna's face flushes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! It's not like that!@@
@@.emote;
Lilith chuckles@@
You decide to join the conversation.
@@.you;
Hey, Anna. Hey, Lilith.@@
With her face still flushed, Anna greets you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hi, $player.ys...@@
You look at Lilith and her grin gets wider.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What? Surprised to see me?@@
@@.you;
Well... Kinda. I thought you and Anna had a fight.@@
@@.emote;
Lilith pulls Anna in@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh! That! It's fine now. I just promised that what we did was for fun and that I wouldn't take her handsome $player.ys from her!@@
@@.emote;
Anna's face becomes red@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
L-Lilith! It- It's not like that, $player.ys!@@
//''Oh? How cute!''//
Seeing your $ys.rel acting all shy, you decide to play a prank on her. You lower your head and make a sad face.
@@.you;
Is that so? And here I thought you liked me... I guess I will just leave you two be...@@
You slowly turn around and, with your shoulders lowered, start walking towards the door.
@@.emote;
Anna gets up in a hurry@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
No! Wait! I do like you!@@
You turn around with a grin on your face.
@@.you;
Well, I like you too, Anna.@@
@@.emote;
Anna's face becomes even redder@@
@@.emote;
Lilith laughs out loud@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
You shouldn't be teasing your $ys.rel like that $player.name!@@
@@.emote;
Anna looks at you with eyes wide open@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
W-what! You were teasing me, $player.ys?@@
You can't help but chuckle. You watch as Anna climbs back up on her bed and turns her head sideways.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! And here I was being all worried about you! You are a big meanie, $player.ys!@@
@@.you;
Sorry, Anna. You were just too cute that I couldn't resist.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Don't care, I'm still mad at you!@@
While she says that, you can clearly see a smile on her face. You decide to sit down and have a chat.
<<linkreplace "Take a seat and talk to them">><<scrollTop>><<ctpAdvance "AnnaLilith">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 1.jpg">
As you sit down, you watch as Lilith hugs Anna.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Better be careful, $player.name! Tease her too much and I may just have to take her from you!@@
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
L-Lilith!@@
You can't help but laugh.
@@.you;
I don't know about that, Lilith. Anna doesn't seem like the type of person to swing that way. Besides, what do you even have to offer her?@@
@@.emote;
Lilith poses at you in mock offense@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
How can you say that? After all you've done to this poor and innocent body of mine...@@
//''Innocent my ass...''//
@@.emote;
Anna scowls at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! No bullying my friend!@@
You give Anna a smile.
@@.you;
It's alright Anna, we are just messing around.@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
He's right. Besides, considering he can see your body every day, mine doesn't amount to much.@@
@@.emote;
Anna's face becomes even redder@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
T-that's not true!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh, yeah?@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "AnnaLilith">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Bedroom Friends 2.jpg">
You stare at the scene with your eyes wide open as Lilith lifts up Anna's shirt.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
H-hey!@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
See? Your $player.ys can't even move his eyes away from you! He pretty much didn't even blink when I took off mine for him.@@
@@.emote;
Anna looks up at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Is that true?@@
@@.you;
Well, you are cuter after all.@@
You watch as Anna's face becomes so red that you can swear that you see steam coming out of her ears.
@@.emote;
Anna shakes her head@@
You and Lilith start laughing.
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You both are bullying me now!@@
@@.you;
Well... You are cute to tease after all.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! I don't want to talk to you two! Out!@@
//''Seems like we went a tad overboard...''//
<<linkreplace "Escort Lilith out">><<scrollTop>><<ctpAdvance "AnnaLilith">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Bedroom Friends 3.jpg">
As you leave Anna's room and close the door behind, Lilith starts to chuckle.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Seems like you did a good job with her.@@
You can't help but raise an eyebrow at her.
@@.you;
Really? She seems pretty mad...@@
@@.emote;
Lilith shakes her head@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
$player.name... You still don't understand a maiden's heart. She's just embarrassed.@@
@@.you;
Well, if you say so...@@
@@.emote;
Lilith grins and punches your arm@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't forget our deal. It took me quite a while to get her to forgive me, so don't mess it up again.@@
//''So she's serious about this...''//
@@.you;
Fine... I can't promise it will happen, but I will do my best.@@
@@.emote;
Lilith chuckles and winks at you@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh, I'm sure it will happen. Call it a woman's intuition.@@
@@.love;
Anna loves you a little more@@
@@.corruption;
Anna is a little more corrupted@@
<<set $AnnaLilithFT to true>>
[[Lead Lilith out|House][$ys.love += 1;$time.passTime(1);$ys.corruption += 1]]
<</ctp>>
<<else>>
<img src="img/Anna/Anna Love Quest 1.jpg">
As you enter Anna's room, you notice that Lilith and Anna are talking.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
You don't say!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I'm serious! It did happen! You see...@@
//''I shouldn't bother them right now...''//
[[Leave|House][$time.passTime(1)]]
<</if>><img src="img/Anna/Anna Sorry.jpg">
As you leave your bedroom, you spot your $ys.rel in the living room.
//''Shit...''//
You can't help but sigh.
//''May as well get this out of the way...''//
You slowly approach her and call out her name.
@@.you;
Hey, Anna...@@
@@.emote;
Anna turns her head to face you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh? Hey, $player.name. What's up?@@
You scratch the back of your head, trying to find the courage to bring up the subject.
@@.you;
I just wanted to apologize for yesterday.@@
@@.emote;
Anna tilts her head in confusion@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What about yesterday?@@
@@.you;
You know, the whole bathroom incident.@@
You watch as Anna's face becomes red in embarrassment, seemingly only now remembering the incident.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-it's fine! I mean, you really needed to go pee, right?@@
//''Odd... Doesn't she remember everything?''//
@@.you;
Y-yeah! Sorry about that!@@
@@.emote;
Anna lowers her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
J-just make sure to knock on the door next time okay? I almost passed out from surprised when I saw you t-take out your p-p-p...@@
@@.you;
My penis?@@
Her face becomes even redder as she turns around and dashes back towards her bedroom, most likely in embarrassment.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
$player.name! You pervert!@@
You can't help but laugh at her reaction.
//''Well, I guess I should be glad that she's still the same... But I wonder how much she actually remembers?''//
[[Start your day|House]]
<<set $AnnaSorry to true>><<ctp "KellySorry">>
<<linkreplace "First">><<scrollTop>><<ctpAdvance "KellySorry">><</linkreplace>>
<<ctpNext clear>>
<</ctp>>
<<set $KellySorry to true>><<ctp "SarahSorry">>
<<linkreplace "First">><<scrollTop>><<ctpAdvance "SarahSorry">><</linkreplace>>
<<ctpNext clear>>
<</ctp>>
<<set $SarahSorry to true>><img src="img/Other/Lilith Calling.jpg">
You decide to give Lilith a call.
@@.data;
Ring... Ring...@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hello...?@@
@@.you;
Hey, Lilith. This is $player.name.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh! $player.name! I was wondering when you were going to call.@@
You can't help but raise an eyebrow at that statement.
@@.you;
When? Not if?@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
There's no way you would be able to resist a booty like mine.@@
You end up nodding your head.
@@.you;
Well, you got me there.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Now, surely you didn't call me just to have a banter with me.@@
@@.you;
Well, I was wondering if you were up to watching a movie with me. You know, to chill.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh? And where have I heard of that expression? Was it Netmovies and Chill?@@
You can't help but cough, as she catches on to your underlying statement.
@@.you;
Everyone goes out on the weekend, at noon. So the house would be empty for a few hours. Are you up for it?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hm... I don't know. Are you sure you can handle watching a movie with me?@@
@@.you;
Hey, I'm pretty good at chilling. My question is, do you think you can handle it?@@
You can hear Lilith burst out laughing.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Confident, aren't you?@@
@@.you;
Hey, what can I say. Everyone is good at something, and that is just something I'm good at.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh? Okay. It's a date then. I will send you a text message on Saturday.@@
//''Yes! I did it!''//
@@.you;
Great! I will make sure to have everything ready. For the movie.@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Good. And $player.name, don't disappoint me. I would hate to have to spread the word that your movie just wasn't that enjoyable.@@
@@.you;
Oh, don't worry about that. It's going to be the best movie you've ever seen.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Building up the hype, aren't you? Then I will see you Saturday.@@
@@.you;
See you then.@@
You hang up the phone and punch the air.
@@.you;
Yes! I did it! Hell yeah!@@
[[Get ready for the movie|Start]]
<<set $LilithCall to true>><<if $player.intelligence lt 20>>>
<img src="img/Anna/Anna Study Night Livingroom 1.jpg">
As you are walking by the living room, you spot your $ys.rel studying on the sofa. She doesn't seem to be very spirited.
@@.you;
Hey Anna, what are you studying?@@
@@.emote;
Anna raises her head and looks at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Applied Shadowing...@@
You can't help but raise an eyebrow at that.
//''How do you even apply shadows?''//
@@.you;
Sounds complicated... Mind if I take a look?@@
@@.emote;
Anna nods her head and hands you the book@@
//''Let's see...''//
You open it and get shocked by its contents.
//''What the hell?! How can Photography be so complicated?!''//
You give the book back to Anna.
@@.you;
Sorry, Anna. I thought I could help you with that...@@
@@.emote;
Anna shakes her head and gives you a sympathetic smile@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's fine. I'm sure I will understand it eventually. But thank you for trying, $player.ys.@@
You watch as Anna goes back to studying.
//''If I was smarter, I could help her with that...''//
[[Let her study|House][$time.passTime(1)]]
<<else>>
<<ctp "AnnaStudyNight">>
<img src="img/Anna/Anna Study Night Livingroom 1.jpg">
As you are walking by the living room, you spot your $ys.rel studying on the sofa. She doesn't seem to be very spirited.
@@.you;
Hey Anna, what are you studying?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Applied Shadowing...@@
//''Hm... Maybe I can help...''//
@@.you;
Sounds complicated... Mind if I take a look?@@
@@.emote;
Anna nods her head and hands you the book@@
//''Let's see...''//
You open it and get shocked by its contents.
//''It's a bit complicated... But I think I understand it!''//
You close the book and give Anna a smile.
@@.you;
Would you like me to help you study it? I think I understand it more or less.@@
You watch as Anna's depressed face changes to a happy one.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?! You will help me with this?!@@
You nod your head.
@@.you;
Of course. Seeing you sad isn't good for my health.@@
@@.emote;
Anna blushes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hehe...@@
You start to move to the armchair, but Anna stops you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Wait! Sit next to me! It will be easier that way!@@
Saying that, she gets up and sits down. You sit next to her and you starting going through the contents.
@@.you;
And this part is...@@
<<linkreplace "Study">><<scrollTop>><<ctpAdvance "AnnaStudyNight">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Study Night Livingroom 2.jpg">
You finish going through the material after an hour. As you close the book, you stretch.
@@.you;
So, did you get it?@@
@@.emote;
Anna nods her head excitedly@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes! I'm amazed at how well you can teach it!@@
//''Guess I have Pravitas to thank for that...''//
@@.you;
Oh, it's nothing. I just happened to understand it. But why do you have to study it this late anyway?@@
@@.emote;
Anna's bright face becomes depressed@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I've got a test tomorrow...@@
You raise an eyebrow.
@@.you;
Again?@@
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's Ms. Juliet! She says that a test a week will keep us on our toes!@@
@@.you;
Man... That sucks. Well, at least you should do well on this test.@@
@@.emote;
Anna nods her head and smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
And it's thanks to you! Is there something I can do for you?@@
<<if $AnnaCKiss>>
@@.you;
How about a 'thank you' kiss?@@
You watch as Anna's face blushes and she closes her eyes. You slowly approach her and give her a kiss.
<img src="img/Anna/Anna Kiss 2.jpg">
You feel the warmth of her lips and a slight taste of cherry, most likely of her lipstick. After a little bit, you pull back.
//''This will have to do for now...''//
@@.emote;
Anna looks at you, her face still blushing@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Are you sure that's all you want?@@
You give her a smile.
@@.you;
Well, helping you is a reward in itself.@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
That's why I like you, $player.ys!@@
<<else>>
//''I should go easy for now...''//
You give her a smile.
@@.you;
Helping you is a reward in itself.@@
@@.emote;
Anna tilts her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! But if you need something, you can tell me!@@
<</if>>
@@.love;
Anna loves you a little more@@
[[Chit chat with her and get ready for bed|House][$time.passTime(1);$ys.love += 1]]
<</ctp>>
<</if>><<ctp "AnnaCorruptionQ">>
<img src="img/Anna/Anna Livingroom Cellphone 1.jpg">
As you are walking through the living room, you spot Anna on her cell phone.
//''I wonder what she's looking at...''//
You decide to sneak behind her and take a look.
//''Hm... Cosplay? Is she interested in that? May as well just ask her!''//
@@.you;
Hey, Anna!@@
You watch as Anna yelps in surprise and fumbles with her phone.
@@.emote;
Anna scowls at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! You scared me, $player.ys!@@
You can't help but chuckle.
@@.you;
Sorry, Anna. You were just so concentrated on your cell phone that I couldn't resist... But speaking of which, are you interested in cosplay?@@
@@.emote;
Anna's face becomes slightly red in embarrassment@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
W-Well... They look cute in their outfits... So I was wondering if I would look cute too...@@
//''So she IS interested!''//
@@.you;
Of course you would!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Do you really think so?@@
You nod your head.
@@.you;
I'm sure of it.@@
You watch as Anna moves her leg around shyly.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?! Hehe... But I don't have any costumes... And I already spent all of my money...@@
@@.you;
Hey! Don't worry about it! You know you are my precious $ys.rel! I will get the costume for you!@@
//''And I will get you to take pictures with it on!''//
@@.emote;
Anna looks at you with sparkling eyes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You will!? Thank you, $player.ys!@@
You nod your head.
@@.you;
Yes... But we need to get something special for you... Maybe sexy nurse? Or sexy policewoman... Oh! Maybe sexy firefighter!@@
<<linkreplace "Keep imagining">><<scrollTop>><<ctpAdvance "AnnaCorruptionQ">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Pout.jpg">
As you look at Anna, she is scowling at you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! No raunchy costumes!@@
//''Oops! Forgot she's not used to this...''//
@@.you;
Ahem... Of course not! I will be sure to pick something elegant!@@
@@.emote;
Anna raises an eyebrow@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Promise?@@
@@.you;
Promise! Don't worry! Have I ever let you down before?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well...@@
@@.you;
You know what? Don't answer that! But I'm serious, I will get you a nice costume to wear!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well... You are paying for it...@@
@@.emote;
Anna nods her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! Get me something nice!@@
//''And sexy...''//
After making the promise with Anna, you leave the living room.
//''But what should I get...''//
You don't have much experience in the cosplay scene.
//''The only person that I've ever bought a costume for was Rachel... And I don't think that kind of costume would fly with Anna...''//
As you are thinking, you take out your cell phone and look at the contact list.
//''Should I contact Lilith? She does know Anna a lot better than anyone else I could call...''//
Nodding your head, you decide to give Lilith a call some other time.
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<<set $AnnaCorruptionQ to true>><<if $ys.lovelevel is 2>><span style="color:green;">Reach Love Level 2</span><<else>><span style="color:red;">Reach Love Level 2</span><</if>>
<<if $AnnaCorruptionQ>><span style="color:green;">Find out about Anna's Interest (Sat; Night)</span><<else>><span style="color:red;">Find out about Anna's Interest (Sat; Night)</span><</if>>
<<if $AnnaCorruptionQ>>
<<if $LilithCallQ>><span style="color:green;">Call Lilith (Bedroom)</span><<else>><span style="color:red;">Call Lilith (Bedroom)</span><</if>>
<<if $AnnaCosplay>><span style="color:green;">Buy a costume for Anna</span><<else>><span style="color:red;">Buy a costume for Anna</span><</if>>
<<if $player.charm gte 20>><span style="color:green;">Raise Charm to 20</span><<else>><span style="color:red;">Raise Charm to 20</span><</if>>
<<if $ys.corruption gte 15>><span style="color:green;">Raise Corruption to at least 15</span><<else>><span style="color:red;">Raise Corruption to at least 15</span><</if>>
<<if $AnnaCosplaysQ>><span style="color:green;">Have Anna Cosplay (Mon; Late Afternoon)</span><<else>><span style="color:red;">Have Anna Cosplay (Mon; Late Afternoon)</span><</if>>
<<if $LilithCallQ2>><span style="color:green;">Send pictures to Lilith (Bedroom)</span><<else>><span style="color:red;">Send pictures to Lilith (Bedroom)</span><</if>>
<<if $ys.corruption gte 19>><span style="color:green;">Raise Corruption to at least 19</span><<else>><span style="color:red;">Raise Corruption to at least 19</span><</if>>
<span style="color:red;">Have Anna and Lilith Cosplay (Wed; Late Afternoon)</span><<else>><</if>>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@<img src="img/Other/Lilith Calling.jpg">
You decide to give Lilith a call in order for her to help you with the cosplay situation.
@@.data;
Ring... Ring...@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hey, $player.name! Are you calling to hook up?@@
@@.you;
Not this time, Lilith. I'm actually calling about Anna.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh? Do tell!@@
@@.you;
Well, you see...@@
You explain the situation to her.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hm... A good costume for her that isn't too naughty...@@
@@.you;
I was thinking something like Wonder Woman or something...@@
You can hear Lilith chuckling.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I don't think super heroes would be a good fit for her! But you sure are a wolf, wanting to see her in tight clothes!@@
@@.you;
Well, I can't really disagree with that...@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh! I get it! Since you are Mr. Big Bad Wolf, how about having her be Little Red Riding Hood?!@@
@@.you;
Red Riding Hood? Isn't that a kid?@@
You can hear Lilith laughing.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
You should know better than that! There are a ton of costumes for adults! I'm sure you will be able to find one!@@
//''Hm... Well, I guess that would work...''//
@@.you;
Got it, I will look it up. Thank you for your help, Lilith.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh! But don't forget our deal! I want to see her in that costume, too!@@
@@.you;
Well, I do plan on taking pictures, so I can send you a copy of them.@@
You can hear Lilith giggling.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I can already see Anna looking at you and saying 'What big hands you have!' and you being all 'It's to better take pictures of you!'@@
@@.you;
Yeah, yeah. I get it, I'm the Bad Wolf...@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
And then she will look down and say 'What a big cock you have!' and you will be all like 'It's to better f-@@
You turn off the phone and roll your eyes.
@@.you;
Well, I guess it is a good idea. I should look it up...@@
<<set $LilithCallQ to true>>
[[Go about your day|Start]]
<<set $annacosplaybuy = 1>><img src="img/Other/Red Riding Hood Costume.jpg">
Looking on a costume website, you notice on Red Riding Hood costume specifically.
@@.you;
Hey, this one isn't bad! It's not raunchy, but it's still sexy!@@
As your eyes lower, you notice the price.
@@.you;
$150!?@@
You rub your eyes and look at it again.
@@.you;
Holy shit! How can some clothes be so damn expensive?!@@
For a second you are tempted to just close the website, but then you remember who will be wearing it.
@@.you;
Well... It should be worth it... I hope...@@
[[Buy Costume|House]]
<<set $annacosplaybuy = 0>>
<<set $AnnaCosplayBuy to true>><img src="img/Other/Waking Up.jpg">
As you are waking up, you hear the doorbell.
@@.you;
Urgh... Who the hell rings a doorbell at this hour in the morning?@@
You lethargically get up and make your way towards the door. As you open it, there's no one there.
@@.you;
Are you fucking kidding me? A prank?!@@
You look around and then you look down, only to spot a package.
@@.you;
Holy shit! They did say that they would deliver it today, but I didn't think it would be at the crack of dawn!@@
You bend down and pick it up.
@@.you;
Oh! It's the costume I ordered!@@
//''Now I just have to convince her to, not only wear it, but to also slowly undress...''//
You start making a creepy laughter.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What's with the creepy laughter right in the middle of the house?@@
//''Oh shit!''//
@@.you;
Uh... I just... Uh... Remembering a joke! Yes! I got to go!@@
You immediately make your way back to your room.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What the...?@@
[[Escape to your room|Start]]
<<set $AnnaCosplayBuy to false>>
<<set $AnnaCosplay to true>><<ctp "AnnaCosplay">>
<img src="img/Anna/Anna Yard Photos 1.jpg">
As you go outside, you spot Anna and the new camera you bought her. You hide the box behind your back.
@@.you;
Hey, Anna!@@
@@.emote;
Anna turns around to look at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! Hi, $player.ys!@@
@@.you;
Say, would you like to put that camera to good use?@@
@@.emote;
Anna tilts her head a bit@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
To good use...?@@
As you watch as a light bulb seems to light up in her head.
@@.emote;
Anna becomes excited@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! The costume! Did you get it?!@@
You give her a grin.
@@.you;
That I did!@@
After saying that, you present her the box.
@@.emote;
Anna rushes to you in excitement@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What did you get?! What did you get?!@@
@@.you;
Why don't you open it and see it for yourself?@@
You watch as Anna tears open the box.
//''Literally zero grace...''//
@@.emote;
Anna tilts her head in confusion@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
A red dress?@@
@@.you;
Kinda. It's a Red Riding Hood costume! I thought it would look nice on you.@@
You can almost see Anna's eyes sparkling.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! I wanna try it on! Can I try it on, $player.ys?!@@
You can't help but chuckle.
@@.you;
Of course. After all, I bought it for you.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yay! Thank you, $player.ys!@@
You watch as Anna picks up the costume and rushes inside.
@@.you;
Well, at least she's excited.@@
You take a seat next to the camera.
<<linkreplace "Wait for her to get back">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 1.jpg">
After a while, Anna shows up in her new costume.
@@.emote;
Anna gives you a big smile@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What do you think?@@
@@.you;
Wow! You look beautiful, Anna!@@
@@.emote;
Anna's face flushes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hehe...@@
You pick up the camera.
@@.you;
We better make sure to capture your beauty!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes!@@
Saying that, Anna poses for you so you can start taking pictures.
<<linkreplace "Start taking pictures">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 2.jpg">
You watch as Anna takes off the hood, revealing her full hair.
//''Man... That's some great hair...''//
@@.you;
You are doing great, Anna! Now pull on the cape to show the inside of the costume!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
As Anna pulls on the cape, you start taking more pictures.
@@.you;
Okay! The cape may get in the way for the next few pictures, so why don't you take it off and put it over here?@@
@@.emote;
Anna tilts her head a little bit@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Are you sure?@@
@@.you;
Positive!@@
<<linkreplace "Let her take off the cape">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 3.jpg">
As Anna takes off the cape, you start to give her more directions.
@@.you;
Okay! Now lift up the hem so I can get a better view of those boots!@@
You watch as Anna slowly raises the hem, stopping at her knee.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Like this?@@
@@.you;
A little higher! I want a clear view of them!@@
@@.emote;
Anna raises it up to her thigh@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Is this enough?@@
//''Just one last push...''//
@@.you;
Just a bit more, Anna! We need to get your beautiful legs in the picture too!@@
@@.emote;
Anna shyly nods and raises the hem again@@
//''Jackpot!''//
You start taking more pictures of her, and then you notice something.
@@.you;
Hey, are those suspenders?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yeah! The dress came with these cute suspenders to help hold the leggings!@@
//''I want to see it!''//
@@.you;
Oh! Let's get some pictures of them too!@@
@@.emote;
Anna's face becomes red@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
B-But they are over my panties...@@
You give her a smile.
@@.you;
Hey! Don't worry about it! This is art!@@
@@.emote;
Anna shyly nods@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay...@@
<<linkreplace "Take pictures of her 'suspenders'">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 4.jpg">
You watch as Anna turns around and moves the dress to give you a better view of the suspenders.
//''Her ass being there is a nice bonus!''//
You make sure to capture it on the camera.
@@.you;
Hm... I can't really see it... Hey, can't you raise the dress a bit more?@@
@@.emote;
Anna shakes her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
No! The suspender is on my waist! I would have to take off my dress in order to show it!@@
@@.you;
Well, how about you take off the dress? It will still be classy!@@
You watch as Anna stops and thinks for a bit, but then shakes her head.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's too embarrassing to be just in my underwear...@@
You look to the side and notice the cape. A grin comes to your face.
//''I've got a great idea!''//
@@.you;
Well, it would be fine if you had something more than just your underwear, right?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Y-Yeah?@@
You pick up the cape and hand it to her.
@@.you;
How about using this instead of the dress? You will then be wearing something more than just your underwear!@@
//''Flawless logic, $player.name!''//
You watch as Anna is about to open her mouth to contest your logic, but she stops mid way and just nods instead.
<<linkreplace "More pictures of the 'suspenders'">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 5.jpg">
You watch as Anna takes off her dress and puts on her cape, enveloping her body in it.
@@.you;
Come on, Anna! Can't take pictures like that!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
B-But it's embarrassing!@@
@@.you;
Hey! I'm the only one here! It's fine!@@
You can see Anna's face becoming a darker shade of red.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
O-Okay...@@
She shyly opens the cape, giving you a clear view of her body.
//''Now that's what I'm talking about!''//
@@.you;
Great! Now give me a sweet smile!@@
@@.emote;
Anna smiles at you@@
@@.you;
Nice!@@
You take a few more pictures and lower the camera. As you lower it, you notice some flowers.
//''I've got another idea!''//
@@.you;
Okay, Anna! We got enough pictures from this angle. Why don't you go to the porch? I need to do something real quick!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay?@@
<<linkreplace "Pick the flowers">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 6.jpg">
You pick up a few flowers and turn them into an impromptu bouquet.
@@.you;
Here! Hold this!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! These are beautiful! Wait... Aren't these flowers the ones mom planted?@@
@@.you;
Hey! You can't make an omelet without breaking a few eggs! Don't worry, I will tell her I did it.@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! But don't expect me to help you!@@
You pick up the camera again.
@@.you;
Now sit down on the bench and smell them.@@
As she does that, you start taking more pictures.
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 7.jpg">
As you keep taking pictures of her, you notice that she's slowly getting more comfortable in being in her underwear.
//''Let's keep pushing it!''//
@@.you;
You are doing great, Anna! Now, how about you put both hands on your knees?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
As she puts her hands on her knees, you can't help but grin.
@@.you;
Now I need you to slowly spread your legs.@@
You watch as Anna's face becomes even redder, but she complies with your request and slowly opens her leg.
//''Nice! Maybe I can even get her to take off some of her underwear!''//
You take a few more pictures.
@@.you;
That's excellent! You are very beautiful, Anna! I'm sure you put every other model to shame!@@
Even though she's embarrassed, she puffs out her chest.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course!@@
//''Good, now for the final push!''//
@@.you;
Hey, why don't you t-@@
As you are about to tell something to Anna, you hear your $m.rel yelling from the living room.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm home!@@
//''What?! Now?!''//
As you look at Anna, you can clearly see her panicing. You can't help but sigh.
//''Such a good opportunity wasted...''//
You pick up her dress and give it to her.
@@.you;
Here, put this back on. I will go inside and distract her.@@
@@.emote;
Anna smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! Thank you, $player.ys! That was fun!@@
You give her a smile.
@@.you;
It was fun for me, too@@
//''May as well use this opportunity to transfer the pictures to my phone! I also need to send them to Lilith...''//
@@.corruption;
Anna is a more corrupted@@
[[Go inside and distract Kelly|House][$time.passTime(1);$ys.corruption += 2]]
<</ctp>>
<<set $AnnaCosplaysQ to true>><img src="img/Other/Lilith Calling.jpg">
You decide to give Lilith a call.
@@.data;
Ring... Ring...@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hey, $player.name! What do you have for me?@@
@@.you;
Whoa, not even a 'How you are doing'?@@
You can hear her chuckle.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Sorry, got too excited. How are you doing?@@
@@.you;
I'm doing fine. How a-@@
Before you can say anything else, she interrupts you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Now what do you have for me?!@@
You can't help but laugh.
@@.you;
Fine... I've got some nice pictures of her!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Great! Send them over!@@
You zip the files and send it to her.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh! Let's see! Nice... Nice... Very nice! So cute! Oh! Sexy! ... What?@@
@@.you;
Is there an issue?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hey! You didn't send the good ones!@@
@@.you;
What are you saying? I sent you all of them.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
There's no way you did! Where are the picture of her boobies! Her naked ass! Her cute pussy!@@
//''How can this girl be that big of a pervert?''//
@@.you;
I wasn't able to get her to go that far... We were interrupted...@@
You can hear Lilith scoff.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Surely you could have convinced her to at least take off the bra!@@
Having her talk to you that way ticks you off.
@@.you;
Hey! I did my best! If you think you could do any better, why don't you come over and do it?!@@
After a few seconds of silence.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh! That's a great idea! We will have another cosplay photo session! Then I can see her in person!@@
//''What...?''//
@@.you;
I mean... I guess that could work?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Excellent! When is Anna alone at home?@@
//''Hm... When would that be...''//
@@.you;
If I'm not mistaken, it's on Wednesday, late afternoon.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Great! Then I will bring a costume for Anna to wear!@@
@@.you;
Oh? And what will you be wearing?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
The Red Riding Hood costume you got! It looks very pretty and I'm sure it will look wonderful on me!@@
You can't help but burst out laughing.
@@.you;
Seems like you have more than one objective!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh, shut up. You are getting something good out of this, too!@@
@@.you;
Well, I guess I am. Okay. Should I tell Anna that you are coming over?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
No. I will tell her myself. I have to make sure she's ready for it, otherwise it would be counter productive...@@
You can hear her giggling.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I can't wait for her look of surprise when I bring her her 'costume'.@@
You can't help help but raise an eyebrow to that.
@@.you;
And what kind of costume would that be?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't worry! You will love it!@@
Saying that, she ends the call.
//''I'm kind of worried now...''//
[[End the call|Start]]
<<set $LilithCallQ2 to true>><<ctp "AnnaLilithCosplay">>
<img src="img/Anna/Anna Love Quest 1.jpg">
As you enter Anna's room, you notice that Lilith is already here.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
...and that's what she was saying!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
No way!@@
//''Seems like they are engrossed in their own conversation...''//
You decide to knock on the door.
@@.you;
Hey, girls.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! Hi, $player.ys!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Yeah! Hi, $player.ys!@@
You can't help but scowl at Lilith.
@@.you;
I'm not your $player.ys, Lilith.@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Shame, I always wanted one!@@
@@.emote;
Anna scowls at Lilith@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
He's my $player.ys! You can't have him!@@
@@.emote;
Lilith laughs@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Okay, okay. I won't take your precious $player.ys from you. I'm fine with just being his friend... With benefits.@@
@@.emote;
Lilith winks at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Benefits? What benefits?@@
You can't help but roll your eyes.
@@.you;
Don't mind her Anna. So, what were you two talking about?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh yeah! We were talking about the photo shoot we did! The one with the costume!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Yes, I was telling her how I would love to participate in one.@@
//''So I guess I'm to pretend this is new to me...''//
You nod your head.
@@.you;
Yeah, that would be a good idea. It's like they say, the more the merrier.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I think so, too! Lilith said she wanted to wear the costume you got for me and that she would bring something for me!@@
@@.emote;
Lilith pulls out a paper bag@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I've got it right here!@@
//''That... Doesn't look like it can carry a full costume...''//
As you are about to say something, Lilith stops you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Okay, $player.name! Out you go! We gotta dress up!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yeah! Out! I want to see my new costume!@@
@@.you;
Okay, okay. I get it... I will wait in the living room. Once you girls are finished, just come over.@@
You turn around and leave Anna's bedroom.
//''That's something to look forward to...''//
<<linkreplace "Wait in the living room">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Watching TV.jpg">
As you are laying on the couch, you can hear Anna and Lilith talking.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
H-How is this a costume!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What are you talking about?! That's one of my favorite costumes! It's Undead Schoolgirl!@@
//''Schoolgirl?!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
How is this undead?!@@
You can hear Lilith laugh.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't you see the bloodstain?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Isn't this just wine stain?! Are you sure you weren't just drinking and it spilled on it?!@@
You can hear Lilith chuckle.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Perhaps. But you look great in it! I'm sure your $player.ys will love it!@@
//''Oh? I'm curious now...''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
B-But it's embarrassing! Can I at least wear a bra?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What kind of model wears a bra? It gets in the way of the dress! See? I'm not wearing any!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
But I'm not wearing a dress! This is barely a shirt!@@
//''You had my curiosity but now you have my attention!''//
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't worry about it! Come! Let's show it to him!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
C-Can you at least go in front of me?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
That would be just rude. I'm sure he's excited to see you. Seeing me first would just deflate him. Don't you want to be the first to see your $player.ys's excited face?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
W-Well... I guess...@@
You start hearing steps moving towards you.
<<linkreplace "It's show time!">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 8.mp4" autoplay loop/>
As you sit on the sofa, you watch as Anna and Lilith walk in.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
T-This is so embarrassing...@@
You can't help but whistle at her.
@@.you;
Looking good, Anna!@@
You can clearly see Anna's face becoming even redder.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Y-You think so?@@
@@.you;
Of course! You look both beautiful and sexy at the same time! Not many women can pull that off!@@
@@.emote;
Anna puffs out her chest@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
O-Of course! Hehe...@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What? No compliments for me?@@
You look at Lilith.
@@.you;
Yeah, it's alright.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hey! What kind of compliment is that?!@@
@@.emote;
Anna laughs@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You two sure became good friends.@@
You watch as Lilith, with crocodile tears in her eyes, hugs Anna.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Anna! Your $player.ys is a bully!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's not like that. It's just that he prefers me!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hey! Why are you bullying me too?!@@
//''Seems like we were able to make Anna more at ease...''//
You pull out the camera.
@@.you;
So, you girls ready to take some pictures?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Of course!@@
<<linkreplace "Start taking pictures of them">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 9.jpg">
You pick up the camera and start taking pictures of them.
@@.you;
Very nice! Give me a big smile!@@
As they smile at you, you take more pictures. As you are taking pictures, Lilith starts to pat Anna's ass.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
H-Hey! Hands off!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
But you sure do have a nice ass, Anna. You should show it off more.@@
Saying that, she moves her hand and raises Anna's skirt.
<<linkreplace "Take pictures of Anna's ass">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 10.jpg">
Not wanting to miss this opportunity, you start taking more pictures of her.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
H-Hey!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
See! You have such a lovely ass that your $player.ys instantly started taking pictures!@@
@@.emote;
Anna looks at you@@
You give her the thumbs up.
@@.you;
Come on, smile for the camera!@@
After saying that, Anna gives you a smile.
@@.you;
That's it!@@
After a few more pictures, Anna scowls.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
This is not fair...@@
Saying that, Anna moves behind Lilith.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What's not fa-@@
Before she can say anything more, Anna raises Lilith's dress.
<<linkreplace "Take pictures of Lilith's ass">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 11.jpg">
You immediately start taking pictures of Lilith's ass as well.
@@.emote;
Anna makes a triumphant face@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! How does that feel?!@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
A little bit cold.@@
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! That's not the reaction I wanted.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh! Sorry... Kyaaah! ... Better?@@
You can't help but laugh at Lilith's theatrics.
@@.emote;
Anna scowls at Lilith@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Fine... Now that I noticed... Are you wearing a thong?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Of course! How else am I going to show off my ass?@@
As Lilith says that, she shakes her ass to you. You start taking pictures again.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
See? Your $player.ys loves it!@@
Seeing that, Anna's face flushes. Then she turns around and raises her skirt.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
L-Like this?@@
Saying that, she awkwardly tries to shake her ass.
<<linkreplace "Take pictures of both of their asses">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 12.jpg">
Seeing both of their asses on display, you can feel your body starting to become excited. That familiar heat of corruption slowly starts to fill you.
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Well, would you look at that. Anna can be pretty naughty too!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-It's because... Uh... It's art! Right, $player.ys?!@@
@@.you;
Exactly! Her cute butt is a work of art and must be displayed!@@
@@.emote;
Anna becomes embarrassed@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.ys! Don't say it like that!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Well, if her ass is a work of art... Then how about...@@
Saying that, she lowers her dress, revealing her breasts.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
L-Lilith!@@
//''Hell yeah!''//
<<linkreplace "Take pictures of Lilith's Titties">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 13.jpg">
As Lilith exposes her tits, you feel your body becoming even more excited. You start to feel a stirring in your loins.
@@.emote;
Lilith smiles at you@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What do you think?@@
@@.you;
Definitely a work of art!@@
You start taking even more photos.
//''Will there be enough space for all of these photos?!''//
As you are starting at Lilith's tits, Anna starts to pout.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! Not fair!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What do you mean, not fair? You also have a pair of beauties.@@
@@.emote;
Anna's face becomes even redder@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-I mean...@@
@@.emote;
Lilith grins at Anna@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Look at your $player.ys! He's practically salivating at the sight of my tits... Like a Big Bad Wolf staring at poor Red Riding Hood... Wanting to devour her...@@
As Anna looks at you, you look away, guilty as charge.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-I can do that too!@@
Saying that, Anna takes off her shirt.
<<linkreplace "Take pictures of Anna's Titties">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 14.jpg">
Seeing Anna's breast, you feel your heart starting to beat faster. Your hands start to become sweaty and your cock begins to react.
@@.emote;
Anna looks at you shyly@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
W-What do you think?@@
You give her the thumbs up.
@@.you;
Ten out of ten! If I were an anime character, enough blood would be coming out of my nose to send me to the moon!@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You are such a nerd!@@
As she says that, she smiles at you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh? Am I getting in the way now?@@
@@.emote;
Anna yelps in surprise@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
L-Lilith!@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Did you actually forget I was here?@@
@@.emote;
Anna looks away@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
N-No I didn't!@@
As Anna looks away, Lilith puts her hand on the skirt.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Well, if you are going to show your breasts to him... May as well show this...@@
Saying that, Lilith pulls the skirt open.
<<linkreplace "Take pictures of Anna's Panties">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 15.jpg">
Your fingers move in a flash, taking even more pictures.
//''Please endure, Memory Card!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! What are you doing?!@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
There's no need to be embarrassed! You are already showing your titties! And look! He's loving it!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
H-He is?@@
@@.emote;
Anna looks at you@@
You don't try to hide you excitement.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! I can do it myself!@@
Saying that, Anna pulls open her skirt.
<<linkreplace "Take even more pictures of Anna's Panties">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 16.jpg">
Your finger mashes the photo button even harder. Your cock, no longer satisfied with being dormant, slowly starts to rise.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh! That's quite devious of you, Anna! Look at him! It's like looking at a starved wolf staring at prime steak!@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I can be naughty, too, you know!@@
Saying that, Anna pulls down Lilith's dress.
<<linkreplace "Take pictures of their Panties">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 17.jpg">
As Anna pulls down Lilith's dress, you can clearly see that her face is fully flushed.
//''Is the corruption affecting her from this distance?''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
And that's revenge for you opening my skirt like that!@@
@@.emote;
Lilith giggles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
You are going to have to try harder than that to get revenge.@@
@@.emote;
Anna tilts her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Why?@@
@@.emote;
Lilith grins@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Because I don't mind showing off!@@
Saying that, Lilith turns around.
<<linkreplace "Take pictures of Lilith's ass">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 18.jpg">
As Lilith does that, she hugs Anna's waist. Lilith's face is also flushed.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Surely that isn't the best you can do, right?@@
You feel your heart beating even faster, your cock already rock hard.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course not!@@
You feel your body starting to release a lot of sweat. You are sure this is your body releasing the corrupting pheromones. While you feel that you should stop this, you are too far entranced by what's happening in front of you to actually care.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Then why don't you show me?@@
Saying that, Lilith's face gets closer and closer to Anna's.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! I will show you!@@
As Anna says that, she takes hold of Liliths chin and pulls her in.
<<linkreplace "Watch them">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 19.mp4" autoplay loop/>
You are stunned by the fact that your $ys.rel took the initiative to kiss Lilith.
Unable to back your primal urges, you start touching your cock.
You watch as Anna eventually pulls back, gasping for air.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
S-See! I told you!@@
@@.emote;
Lilith grins at Anna@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I wouldn't call that revenge...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What?!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
More like... Reward?@@
As she says that, she looks at you and notices that you are touching your cock through your pants.
@@.emote;
Lilith smirks@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Looks like someone was enjoying the show!@@
As Lilith says that, Anna looks at you too.
@@.emote;
Anna gasps@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
W-What are you doing, $player.ys?!@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
He couldn't resist watching his $ys.rel kissing another girl.@@
Saying that, she moves closer to you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
It must be painful, right? Here, let me give you a hand...@@
<<linkreplace "Let Lilith Service you">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 20.mp4" autoplay loop/>
Saying that, Lilith takes off your pants.
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
L-Lilith!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Whoa! I've got to say, $player.name. Your cock always impresses me!@@
<<linkreplace "Let Lilith Service you">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 21.mp4" autoplay loop/>
As Lilith stares at your cock, she slowly moves her hand up and down the shaft.
@@.emote;
Lilith giggles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
So much precum! You must have really enjoyed the show!@@
As Lilith is giving you a handjob, you can't help but look at Anna, who's in shock, staring at your cock. As you are about to say something, Lilith gets up and whispers in your ear.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't worry... Let her watch us... I'm sure she's interested...@@
You are not sure if lending your ear to the devil is a good idea, but you are too horny to care.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Now let's see if it still tastes like I remember!@@
Saying that, Lilith goes back to her knees.
<<linkreplace "Let Lilith Service you">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 22.mp4" autoplay loop/>
As Lilith kneels in front of you, she slowly takes your cock into her mouth, but at the halfway point, she pulls back.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Damn! I can barely fit it in my mouth!@@
Saying that, she takes your cock in again and tries to take in your whole cock, but without much success.
@@.emote;
Lilith coughs@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Gue... Guess I will just have to use my other mouth then!@@
As she gets up, Anna seems to wake up from her trance and stops Lilith.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
N-No! Stop!@@
@@.emote;
Lilith raises an eyebrow@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What's the matter, Anna?@@
You can see that Anna's face is completely red, her eyes moist and you can clearly see that her panties are wet.
//''Did she get excited watching Lilith service me?''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Y-You can't do that!@@
As Lilith is about to say something, she stops midway and grins, seemingly having thought of something else.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
But if I stop, who's going to help your $player.ys?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Help?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Yes... You see, when men have an erection like this, it becomes very painful if not treated... Do you want your $player.ys to be in pain?@@
@@.emote;
Anna shakes her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
NO!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
That means someone needs to help him... And if I don't... Will you?@@
You can't believe it's possible, but Anna's face became even more red. After a few moments of silence.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Well, I guess I w-@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I will do it!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
You will?@@
//''She will?!''//
As she says that, you watch her pump herself up.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-I can do this!@@
Saying that, she kneels in front of you and stares at your big cock, almost as if she's afraid of it.
@@.you;
You don't have to do this Anna...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
No! I said I would do this, so I will!@@
Seemingly having gathered her courage, she touches your cock.
<<linkreplace "Let Anna Service you">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 23.mp4" autoplay loop/>
You watch as Anna slowly moves her hand around your cock.
//''A-As expected from a complete amateur! She sucks at this!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
D-Does it feel good, $player.ys?@@
Not having it in your heart to say no, you decide to just say yes.
@@.you;
Y-Yes! A lot@@
As you look at Lilith, you can see her shaking her head. You watch as Anna continues to give you her awkward handjob.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Anna, give me your ear for a second.@@
Saying that, she whispers something in Anna's ears.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Yes, they love it.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
O-Okay! I will try!@@
<<linkreplace "Let Anna Service you again">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 24.mp4" autoplay loop/>
Once again, Anna takes your cock into her hands, but this time she actually puts some pressure on your shaft, moving both hands up and down. This sends a chill up your spine.
//''Holy sh-''//
You can't hold yourself back and you end up moaning.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
See? That means he's enjoying himself!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-I see!@@
Saying that, she redoubles her effort.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
This is actually kind of fun!@@
You feel the pressure slowly starting to build up. You are about to cum. Seemingly being able to tell that you are about to cum, Lilith stops Anna.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Wait, Anna.@@
@@.emote;
Anna tilts her head to the side@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Why?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't you want to make him feel even better?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes!@@
@@.emote;
Lilith grins@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Then let me show you.@@
Saying that, Lilith pushes your chest, causing you to fall down onto the sofa.
<<linkreplace "Let Lilith service you again">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 25.mp4" autoplay loop/>
As you are on your back, Lilith slowly crawls up to you, with Anna by her side.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
This is how you make him feel even better!@@
Saying that, she licks your cock and tries to put it in her mouth, only to have her hair get in her way.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Anna, could you hold my hair, please?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! Okay!@@
Saying that, Anna pulls Lilith's hair back.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Thank you.@@
And with that she goes down on your cock. As she sucks on the tip of your head and then takes most of your cock into her mouth, you feel a high amount of pleasure.
//''A-As expected from Lilith!''//
As you feel that you are about to explode, Lilith stops and gives you a grin.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Now it's your turn, Anna.@@
@@.emote;
Anna takes a deep breath@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! I can do this!@@
<<linkreplace "Let Anna service you again">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 26.mp4" autoplay loop/>
You watch as Anna shyly touches the tip of your head with her tongue.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Urg... Salty...@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't worry, you will get used to the taste in no time. After all, it's your $player.ys's taste!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Y-Yes!@@
And with that, Anna takes your cock into her mouth. Even though her blowjob is a bit awkward, an indescribable amount of pleasure flows from your cock into your brain.
You can't help but moan louder.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
See! He loves it! Now try to suck a little bit... Not too much, just enough to increase the pressure inside your mouth...@@
As Lilith guides her on how to give head, you feel like you are very close to cumming. You decide to give her some warning.
@@.you;
I'm about to cum!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
That's it, Anna! You are about to make your $player.ys cum! Come here, we don't want him cumming on the sofa!@@
As Lilith pulls Anna up, you get up as well.
<<linkreplace "Cum on them">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 27.mp4" autoplay loop/>
As you get up, you start wanking your cock.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Open your mouth wide Anna! Make sure to take all of your $player.ys's juices!@@
@@.emote;
Anna looks up at you and opens her mouth wide@@
Seeing that brings you over the edge and you start to cum.
@@.you;
Urgh!@@
As you cum, some of it falls in Anna's mouth, while some of it falls in Lilith's mouth. As Lilith swallows your cum, she looks at Anna.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Come on, swallow it.@@
As Lilith says that, Anna closes her mouth and swallows it, causing her face to pucker.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sour...@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
So, what do you think?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's better than what I thought it would be... But since it's my $player.ys's taste, I'm sure I will get used to it!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Now that's a good girl! Aren't you glad to have such a cute $ys.rel, $player.name?@@
@@.you;
Y-Yeah...@@
You can't help but notice that there's still a bit of cum on Lilith's lips. Anna notices it too.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You still got some on your face... Here, let me help you...@@
<<linkreplace "Watch the show">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 28.mp4" autoplay loop/>
As Anna says that, she kisses Lilith, making sure to take in the cum that was on her lips.
//''Fucking hell! This is going to make me hard again!''//
If you hadn't just cummed, you are sure your cock would be rock hard by now. After a while, Anna pulls back.
As Anna seems to be waking up from a daze, she looks at Lilith and then back at you. You can clearly see her face going completely red.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-I can't believe I just did this!@@
Covering her face with both hands, she gets up and rushes to her bedroom.
@@.you;
A-Anna!@@
Not understanding what happened, you try to follow her, but Lilith stops you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't worry, she's just taking in what happened. It's better if she's alone for now.@@
Not knowing if what she said is true, you decide to trust her, since she seems to like both you and Anna.
<<linkreplace "Talk to Lilith">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 29.jpg">
You watch as Lilith stretches.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Man... While I was expecting her to give you a handjob, I really didn't expect her to already be blowing you!@@
You can't help but scratch your head.
//''Can't tell her it's because of the effect of my corruption...''//
You give her a smile.
@@.you;
I guess with this our deal is over, right?@@
@@.emote;
Lilith raises an eyebrow at you@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What are you saying? A handjob and a blowjob? That barely even counts! And I only got a kiss out of it. A good kiss, but only a kiss nonetheless.@@
@@.you;
So you expect more from her?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Of course! This is just the start! She will be riding your cock in no time! And I will be there to drink the juices out of her pussy!@@
//''I'm not sure why, but that sounds disgusting...''//
@@.emote;
Lilith punches you on the arm@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I'm expecting great things from you! Give her some time and I'm sure she will make peace with what just happened. Hell, I'm sure she will be more than happy to do it again!@@
@@.you;
You think so?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh, I know so!@@
//''That would be nice!''//
Saying that, she picks up the clothes and goes towards Anna's bedroom.
@@.you;
Didn't you say to leave her alone for now?@@
@@.emote;
Lilith gives you a grin and winks@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I said for YOU to leave her alone.@@
Saying that, she sways her ass as she walks towards Anna's bedroom. She suddenly stops midway and turns around to you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Also, don't forget to send me those pictures!@@
After she says that, she goes into Anna's bedroom. You can't help but scratch your head.
@@.you;
Man... Now that's a girl that knows what she wants...@@
Unable to believe on what just happened, you decide to just take a shower and take it in.
@@.corruption;
You've become more corrupted@@
@@.corruption;
Anna feels more depraved@@
@@.corruption;
Anna becomes more corrupted@@
[[Go take a shower|House][$player.corruption += 1;$ys.corruption += 1;$time.passTime(1);$ys.corruptionlevel += 1]]
<</ctp>><img src="img/Anna/Anna Your Bedroom 1.jpg">
As you were watching TV in your bedroom, your $ys.rel suddenly barges into your bedroom.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
$player.ys! It's terrible!@@
Surprised by the sudden outburst, you get up.
@@.you;
What happened?! Did someone get hurt?!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Worse! The dress I wanted to buy is on sale for $65! But I only saved up $60! Mom said she won't let me borrow more money until I pay her back what I own! You have to save me $player.ys!@@
//''That's it?! Seriously?!''//
You can't help but sigh. You got worried for no reason.
As you were rubbing your temples, Anna continues to beg.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Come on dear $player.ys! Please! Please! PLEASE! For your cute and lovely $ys.rel? Lend me $5! I will pay you back, I swear!@@
Anna has never been good at paying back debt. Once you give her the money, it's gone for good. Maybe she would be willing to do something for you...
[[Don't give her money|Start][$time.passTime(1)]]
<<if $player.money gte 5>>
[[Give her $5 for a kiss|Anna Give $5][$player.money -= 5]]<</if>>
<<if $player.money gte 10>>
[[Give her $10 to see her ass|Anna Give $10][$player.money -= 10]]<</if>>
<<if $player.money gte 15>>
[[Give her $15 for a handjob|Anna Give $15][$player.money -= 15]]<</if>>
<<if $player.money gte 25>>
[[Give her $30 for a naked blowjob|Anna Give $30][$player.money -= 30]]<</if>><img src="img/Anna/Anna Your Bedroom 3.jpg">
You decide to give Anna the money, but you are going to give her a condition for it.
@@.you;
Fine. But I'm not going to lend you this money. You already own me enough as is. Instead, I'm going to give you $5, but under a certain condition.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You will?! Thanks, $player.ys! What do I have to do?@@
You give her a smile.
@@.you;
I will give you $5 in exchange for a kiss!@@
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
That's it?! I don't even need money to kiss you!@@
Saying that, Anna leans in and gives you kiss.
<img src="img/Anna/Anna Kiss 2.jpg">
After a while, she pulls back.
@@.emote;
Anna smiles at you and puts out her hand@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
There! Now gimme!@@
You can't help but chuckle.
@@.you;
Here. Also, I want to see you in that dress, okay?@@
@@.emote;
Anna nods her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course! That's why I like you, $player.ys!@@
Saying that, she immediately leaves your bedroom. Most likely going after the dress.
@@.love;
Anna loves you a little more@@
[[Get up and leave your bedroom|House][$ys.love += 1;$time.passTime(1)]]<<ctp "AnnaGiveMoney">>
<img src="img/Anna/Anna Your Bedroom 3.jpg">
You decide to give Anna the money, but you are going to give her a condition for it.
@@.you;
Fine. But I'm not going to lend you this money. You already own me enough as is. Instead, I'm going to give you $10, but under a certain condition.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You will?! Thanks, $player.ys! What do I have to do?@@
You give her a smile.
@@.you;
I will give you $10 in exchange for seeing that sweet ass of yours!@@
@@.emote;
Anna raises an eyebrow at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Is that really all you want?@@
You nod your head.
@@.you;
Yep. Paying $10 to see your ass is a bargain, in my opinion.@@
@@.emote;
Anna's face blushes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay...@@
<<linkreplace "Watch her">><<scrollTop>><<ctpAdvance "AnnaGiveMoney">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Your Bedroom 4.mp4" autoplay loop/>
As Anna turns around, she slowly raises her dress.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What do you think?@@
@@.you;
Hm... How about you shake it a bit for me?@@
As you say that, Anna slowly shakes her ass.
//''Nice...''//
@@.you;
I've got to say, I could stare at that ass the whole day...@@
@@.emote;
Anna giggles and lowers her dress@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Did I earn the money?@@
@@.you;
Of course!@@
@@.emote;
Anna smiles at you and puts out her hand@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Then gimme!@@
You can't help but chuckle.
@@.you;
Here. Also, I want to see you in that dress, okay?@@
@@.emote;
Anna nods her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course! That's why I like you, $player.ys!@@
Saying that, she immediately leaves your bedroom. Most likely going after the dress.
@@.love;
Anna loves you a little more@@
[[Get up and leave your bedroom|House][$ys.love += 1;$time.passTime(1)]]
<</ctp>><<ctp "AnnaGiveMoney">>
<img src="img/Anna/Anna Your Bedroom 4.jpg">
You decide to give Anna the money, but you are going to give her a condition for it.
@@.you;
Fine. But I'm not going to lend you this money. You already own me enough as is. Instead, I'm going to give you $15, but under a certain condition.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You will?! Thanks, $player.ys! What do I have to do?@@
You give her a smile.
@@.you;
I will give you $15 in exchange for a handjob!@@
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
A h-handjob?!@@
Your smile turns into a grin.
@@.you;
Yep! If you want this money, you are going to have to work for it.@@
@@.emote;
Anna scowls at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Fine...@@
<<linkreplace "Let Anna give you a handjob">><<scrollTop>><<ctpAdvance "AnnaGiveMoney">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Your Bedroom 5.mp4" autoplay loop/>
You watch as Anna crawls on top of the bed.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
If I'm going to give you a handjob, we need to get rid of these pants!@@
Saying that, she pulls off your pants.
//''Whoa! Aggressive!''//
Once your pants are off, your cock stands to receive Anna's attention.
@@.emote;
Anna looks at your cock and chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
If I didn't know any better, I would think you planned this.@@
@@.you;
Hey, my cock is always ready for you to give it a hand!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Is that so?@@
<<linkreplace "Let Anna give you a handjob">><<scrollTop>><<ctpAdvance "AnnaGiveMoney">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Your Bedroom 6.mp4" autoplay loop/>
You watch as Anna starts to handle your cock.
//''It's still too dry...''//
@@.you;
Hey, Anna. Use the lube over there.@@
You point at the lube on top of your nightstand.
@@.emote;
Anna picks up the lube and raises an eyebrow@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Why do you have this here?@@
@@.you;
What do you mean 'why'? To masturbate, obviously.@@
You can see Anna's face starting to flush.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-I knew that!@@
<<linkreplace "Let Anna give you a handjob">><<scrollTop>><<ctpAdvance "AnnaGiveMoney">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Your Bedroom 7.mp4" autoplay loop/>
After Anna lubes your cock, she slowly starts to move her hand. You can't help but groan in pleasure.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Enjoying this?@@
@@.you;
Much better than doing it myself...@@
You can see a smile on her face as she redoubles her effort.
<<linkreplace "Let Anna give you a handjob">><<scrollTop>><<ctpAdvance "AnnaGiveMoney">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Your Bedroom 8.mp4" autoplay loop/>
You watch as Anna starts using both of her hands. You start to feel that something inside of you is about to burst. You decide to give Anna a warning.
@@.you;
Anna, I'm about to cum!@@
As Anna looks at you, she only smiles and continues to move her hands.
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "AnnaGiveMoney">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Your Bedroom 9.mp4" autoplay loop/>
You feel that you aren't able to hold back anymore.
@@.you;
C-Cumming!@@
You start to cum.
@@.you;
Urgh!@@
As you cum, Anna continues to move her hands, milking your cock. After a while, you stop cumming and hand her some tissues.
@@.you;
Here, for your hands.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, it's alright $player.ys.@@
Saying that, she licks her hands clean.
//''Hot!''//
You use the tissue to clean your cock instead, hoping it doesn't become hard again.
<<linkreplace "Pay her">><<scrollTop>><<ctpAdvance "AnnaGiveMoney">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Your Bedroom 2.jpg">
As you put your pants back on, Anna puts out her hand.
@@.emote;
Anna smiles at you and puts out her hand@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Now gimme!@@
You can't help but chuckle. You take out a $10 and a $5 and put it in her hand.
@@.you;
Here. Also, I want to see you in that dress, okay?@@
@@.emote;
Anna nods her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course! Thank you for the money, $player.ys!@@
Saying that, she immediately leaves your bedroom. Most likely going after the dress. You can't help but grin.
@@.you;
No. Thank you for the handjob.@@
@@.corruption;
Anna is a little more corrupted@@
[[Get up and leave your bedroom|House][$time.passTime(1);$ys.corruption += 1]]
<</ctp>><<ctp "AnnaGiveMoney">>
<img src="img/Anna/Anna Your Bedroom 3.jpg">
You decide to give Anna the money, but you are going to give her a condition for it.
@@.you;
Fine. But I'm not going to lend you this money. You already own me enough as is. Instead, I'm going to give you $20, but under a certain condition.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You will?! Thanks, $player.ys! What do I have to do?@@
You give her a smile.
@@.you;
I will give you $20 for a blowjob!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
W-What?!@@
Your smile turns into a grin.
@@.you;
If you want this money, you are going to have to work for it.@@
@@.emote;
Anna scowls at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Pervert.@@
You shrug.
@@.you;
What can I say, a man has needs!@@
You watch as Anna thinks.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Make it $25 and I will do it naked!@@
//''I get to see her naked too?! Nice!''//
@@.you;
Oh? We've got a negotiator here!@@
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's that or nothing!@@
You nod your head.
@@.you;
You've got it, Ms. Art of the Deal!@@
@@.emote;
Anna smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
No backsies then!@@
<<linkreplace "Watch her strip">><<scrollTop>><<ctpAdvance "AnnaGiveMoney">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Your Bedroom 10.mp4" autoplay loop/>
You watch as she gets on the bed and pulls her dress up.
//''What the...''//
You are astonished that she wasn't wearing any underwear in the first place.
@@.you;
Wait! You weren't wearing any underwear?!@@
@@.emote;
Anna sticks her tongue out at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I knew you were a pervert, so I came prepared!@@
//''And this girl has the gall to call me a pervert...''//
You give her a smile.
@@.you;
Well, you won't see me complaining!@@
You watch as Anna chuckles and finishes taking off her dress.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
So... What do you think?@@
@@.you;
If you take a look at my cock, you would be able to tell what I think.@@
As you say that, you make your hard cock move a bit.
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Can't you be a bit more romantic...@@
You can't help but chuckle.
@@.you;
Sorry, Anna. Couldn't resist teasing you. You look even more beautiful than what I remembered.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! So you do know how to treat a lady!@@
As she says that, she smiles and takes your cock into her hand.
<<linkreplace "Blowjob time!">><<scrollTop>><<ctpAdvance "AnnaGiveMoney">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Your Bedroom 11.mp4" autoplay loop/>
You watch as she slowly starts licking the head of your cock. You immediately feel pleasure going up your spine.
Afterwards she takes the tip of your cock into her mouth and starts to suck on it, while she bobs her head up and down. You end up moaning.
@@.you;
Ah... Seems like you got better at this...@@
Without breaking eye contact, you can see the corner of her mouth rising. While you can't be sure while she has your cock in her mouth, you think she smiled.
<<linkreplace "Blowjob time!">><<scrollTop>><<ctpAdvance "AnnaGiveMoney">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Your Bedroom 12.mp4" autoplay loop/>
After a while, she pops your cock out of her mouth.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Lilith has been teaching me a thing or two...@@
Saying that, she goes for your balls, while jerking your cock. As she does that, you feel the pressure starting to build up.
<<linkreplace "Blowjob time!">><<scrollTop>><<ctpAdvance "AnnaGiveMoney">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Your Bedroom 13.mp4" autoplay loop/>
You watch as Anna goes back to your cock, but this time focusing only on the tip, using her hand to jerk you. You can't help but groan in pleasure.
@@.you;
Jesus... I could get used to this...@@
As you say that, Anna redoubles her effort, causing you to reach your limit. You decide to warn her.
@@.you;
Anna, I'm about to cum!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "AnnaGiveMoney">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Your Bedroom 14.mp4" autoplay loop/>
Instead of removing your cock from her mouth, she remains in position and prepares herself to receive your load. Unable to hold back any longer, you start to cum.
@@.you;
Urgh!@@
As you release your load into her mouth, she keeps moving her head. Once you finish cumming, she takes in your cum and swallows it, then she proceeds to clean your cock.
<<linkreplace "Pay her">><<scrollTop>><<ctpAdvance "AnnaGiveMoney">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Your Bedroom 2.jpg">
As you lay there with your cock now limp, you can't help but exclaim.
@@.you;
Whoa... Now that is what I call a blowjob...@@
And you aren't kidding, you haven't felt this good in a while.
//''I wonder if she's a natural at this...''//
Once Anna finishes putting on her clothes, she turns around and shows you her hand.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Now gimme!@@
//''Well, at least she's still cute.''//
You can't help but chuckle. You take out a $20 and a $10 and put it in her hand.
@@.emote;
Anna tilts her hand in confusion@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
$30? I didn't bring any change...@@
You give her a smile.
@@.you;
Keep it. After that blowjob? You 100% deserve it.@@
You watch as Anna's face brightens and she sticks out her chest with pride.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course! Not only am I beautiful, I'm also a good cock sucker!@@
//''I don't think you want to be known as a good cock sucker...''//
You decide against telling her that.
@@.you;
Also, I want to see you in that dress, okay?@@
@@.emote;
Anna nods her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course! Thank you for the money, $player.ys! That's why I like you!@@
Saying that, she immediately leaves your bedroom. Most likely going after the dress. You can't help but grin.
@@.you;
Man... But Lilith sure has been teaching her a thing or two...@@
@@.love;
Anna loves you a little more@@
@@.corruption;
Anna is a little more corrupted@@
[[Get up and leave your bedroom|House][$time.passTime(1);$ys.corruption += 1;$ys.love += 1]]
<</ctp>><<ctp "AnnaStudying">>
<img src="img/Anna/Anna Bedroom Study 1.jpg">
As you enter Anna's bedroom, you notice that your $ys.rel is currently studying.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey $player.ys! What are you doing here?@@
@@.you;
Hey Anna, I saw that you just got back, so I came here to see what's up.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, not much. I just went to the shopping mall with some friends from my class.@@
@@.you;
Oh? Did you buy anything nice?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
No... I didn't have any money. But we did do a lot of window shopping!@@
@@.you;
I see, did you have fun?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yep!@@
@@.you;
So, what are you doing?@@
@@.emote;
Anna becomes crestfallen@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Homework...@@
@@.you;
Homework? Bummer... Want me to help you?@@
@@.emote;
Anna's eyes shine when she looks at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You will?!@@
@@.you;
Of course. You are my precious $ys.rel, after all.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hehe... Then I will take you up on your offer!@@
You sit down next to her and go over her homework. Being smarter now, you are easily able to guide her through her homework, with a good help of your friend Mr. Google.
After an hour, she finishes her homework.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Aaaaand we are done! Thank you $player.ys!@@
@@.you;
No problem. But why do you have so much homework?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I... I may have been procrastinating on it until now...@@
@@.emote;
Anna bonks her head and sticks her tongue out@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ehe!@@
@@.you;
What do you mean 'Ehe'?! If it's going to be like that, I won't help you next time.@@
@@.emote;
Anna panics@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Nooo! Don't be a meanie! Your help makes it go so much faster!@@
As she panics, her pencil falls on the ground.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! My pencil!@@
You can't help but sigh.
@@.you;
I will get it...@@
<<linkreplace "Pick up the pencil">><<scrollTop>><<ctpAdvance "AnnaStudying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Bedroom Study 2.jpg">
As you get down to pick up her pencil, you notice that Anna's legs are spread out.
//''Oh! Nice view of her panties!''//
As you are staring at her panties, she calls you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Did you find my pencil?@@
@@.you;
Uh... I got distracted...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I see... Do you forgive me?@@
You aren't really mad at her, but you also don't want to make it seem to easy.
@@.you;
I don't know... It was a lot of unnecessary homework...@@
As you say that, you start looking for the pencil again.
<<linkreplace "Look for the pencil">><<scrollTop>><<ctpAdvance "AnnaStudying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Bedroom Study 3.jpg">
After you find it, you look up again, only to be staring at your $ys.rel's pussy.
//''Whoa! A nice, shaved pussy!''//
As you are speechless, Anna asks you again.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What about now?@@
You can't help but be amazed at how bold your $ys.rel has been acting.
@@.you;
Ahem... Well, I guess I'm a magnanimous person. So I will forgive you.@@
As you get out from under the desk, you can see Anna grinning at you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sure, magnanimous.@@
@@.love;
Anna loves you a little more@@
@@.corruption;
Anna is a little more corrupted@@
[[Make some small talk and leave|House][$ys.love += 1;$time.passTime(1);$ys.corruption += 1]]
<</ctp>><<ctp "AnnaPhotos">>
<img src="img/Anna/Anna Photos 6.jpg">
As you're looking at the yard, you spot your $ys.rel. Since only you and her are at home at the moment, this would be an excellent time to take some pictures of her. For some strange reason, she seems to be only in her underwear.
//''What the...''//
@@.you;
Hey Anna.@@
@@.emote;
Anna notices you and smiles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! Hey, $player.ys!@@
@@.you;
Now, don't take me wrong, since I do love seeing you in your underwear. But why are you in your underwear?@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well, since I'm the only one home right now, I thought it would be nice to get some fresh air!@@
You raise an eyebrow at that.
@@.you;
Aren't I here too?@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You are silly, $player.ys! I don't mind you seeing me like this!@@
@@.you;
Well... If you don't mind, then...@@
You pull out the camera.
@@.you;
Do you mind if I take some pictures?@@
@@.emote;
Anna smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Not at all! I love having you take my pictures!@@
Saying that, Anna poses for you.
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "AnnaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 7.jpg">
As she poses, you start to take pictures of her.
@@.you;
Very nice! Looking as beautiful as ever, Anna!@@
@@.emote;
Anna's smile brightens@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Thanks!@@
//''Good... This should allow me to push her a bit''//
You give her a grin.
@@.you;
Say, I can see that your front is beautiful, but what about your back?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! Of course it is!@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 8.jpg">
As she says that, she turns around and shows you her ass.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
See?@@
//''Oh, I do see!''//
@@.you;
Yep! I have to hand it to you Anna, you've got a beautiful backside too!@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course I do!@@
@@.you;
Then how about you raise your ass a bit? That way it will look even nicer!@@
As you say that, she pushes her ass up with her hands.
//''Great!''//
You take more pictures. But as she lowers her arm, it seems her bra straps fall down her shoulders.
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah!@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 9.jpg">
She immediately turns around and holds her bra, to make sure it doesn't fall.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Help, $player.ys! My bra is going to fall off!@@
//''Oh! This is a good opportunity!''//
@@.you;
Say, why don't you hold it like that for a while? It will make for a great sexy photo!@@
You watch as she raises an eyebrow, not fully believing you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Fine...@@
As she says that, she gives you a smile so you can keep taking pictures.
//''Let's go for another push!''//
@@.you;
I didn't know you were ashamed of your breasts, Anna.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What?! I'm not!@@
@@.you;
Then why are you trying so hard to keep them covered? We are the only ones home anyway.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! I will show you!@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 10.jpg">
As Anna says that, she let's go of her bra and cups her breasts, in order to show them off.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
See! I have nothing to feel ashamed of!@@
You nod your head.
@@.you;
Yep! I fully agree with you! That's some nice tits you have there!@@
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! Be more respectful to them!@@
You can't help but chuckle.
@@.you;
Sorry. That's a beautiful pair of breasts!@@
@@.emote;
Anna smiles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I know that! But thanks!@@
//''Let's push again!''//
@@.you;
But I wonder if I can say the same about your ass... You've been raiding the fridge a lot lately...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What?! My ass isn't fat! Didn't you see it?!@@
@@.you;
Well... It was covered by your panties... So I couldn't get a good look...@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 11.jpg">
As you say that, she lowers her panties and shows you her ass.
//''Nice!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
See! It's not fat!@@
@@.you;
Yep! Sorry Anna, it was my mistake. Your ass is nice and perky. I will give it a 10/10!@@
You take even more pictures.
@@.emote;
Anna smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's good that you know it!@@
//''For the final push!''//
You give her a grin.
@@.you;
But can I say the same about your whole body?@@
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What?! Now you are just being a meanie!@@
You can't help but chuckle and wink at her.
@@.you;
Well... There's only one way to prove it...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph!@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 12.jpg">
You watch as she takes off her panties and poses for you again.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
See!@@
You give her the thumbs up.
@@.you;
Yep! Absolute perfection! I must have been crazy to have thought otherwise!@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
This is fun!@@
You give her a smile.
@@.you;
I'm glad you are enj-@@
As you are about to finish, you hear the door slowly opening. In surprise, you look back and see Sarah looking at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name! Have you seen Anna?@@
@@.you;
What?@@
You become confused and look behind you, only to see nothing.
@@.you;
Uh... No, not at all! Why do you ask?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
She took my makeup kit without asking again! I swear to God I'm going to give her a good spanking when I find her!@@
Saying that, she closes the door and leaves, presumably searching for Anna. You look back.
@@.you;
Anna?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Down here!@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 13.jpg">
You look down and see Anna flat on the ground, behind the patio.
@@.you;
What are you doing there?@@
@@.emote;
Anna scowls at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hiding! Obviously! Just when did Sarah get back?!@@
@@.you;
Beats me. I must have been too focused on your b... Uh... On taking pictures to notice it.@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I guess this is exciting in it's own way!@@
@@.you;
So... Are you going to go meet Sarah?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course not! She wants to spank my cute little butt!@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Photos 14.jpg">
As she says that, she shows you her fully exposed ass.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Don't you think it would be a shame to have her spank this cute little butt?@@
//''I would love to spank that...''//
You nod.
@@.you;
Yes... A real shame...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
So you are going to help me sneak back in, right?@@
You can't help but smile at your $ys.rel tempting you into helping her.
//''Well, I don't hate that part of her''//
@@.you;
Sure.@@
@@.emote;
Anna smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Thank you, $player.name! That's why I like you!@@
@@.love;
Anna loves you a little more@@
@@.corruption;
Anna is a little more corrupted@@
[[Help her sneak back in|House][$ys.love += 1;$time.passTime(1);$ys.corruption += 1]]
<</ctp>><<ctp "AnnaYard">>
<img src="img/Anna/Anna Yard Photos 9.jpg">
As you leave the house and go to the yard, you see your $ys.rel in her underwear.
@@.you;
Hey, Anna! What's up with the getup?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.ys! You won't believe this! I was outside taking some pictures, when a bird flew over me and pooped on my dress!@@
You can't help but laugh at that story.
@@.you;
Really?!@@
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's not funny! I had to take off my dress and wash it, or it would end up staining it!@@
You try to stifle your laughter.
@@.you;
Sorry... So is that why you are in your underwear?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yeah... I was going to get something else to wear, but I didn't want to have another bird accident...@@
//''Hm... This gives me a good idea.''//
@@.you;
Say... How about we use this opportunity to get some sexy pictures of you in your underwear?@@
@@.emote;
Anna thinks for a bit and then smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You are such a perv, $player.ys! But since I like you, I will let you take pictures of me in my underwear.@@
//''Seems like she's on to me, but at least she doesn't mind...''//
@@.you;
Great! Let me get my camera!@@
<<linkreplace "Get your camera and take some pictures">><<scrollTop>><<ctpAdvance "AnnaYard">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 10.jpg">
You get back with the camera and notice that Anna is already in pose, waiting.
@@.you;
Oh! That's nice!@@
You begin to take pictures of her.
@@.you;
Okay! Now lift up your arm so I can get a better picture of your body!@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaYard">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 11.jpg">
As you direct her, Anna raises her left arm.
//''A nice shaved armpit!''//
You take some more pictures.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Is this fine?@@
@@.you;
You are doing amazing! Now how about we lower the bra straps a bit and try to emphasize the breasts?@@
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
O-Okay...@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaYard">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 12.jpg">
You watch as Anna lowers her straps and tries to emphasize her breasts.
//''Well... That was underwhelming... But I guess small boobs have their own charm...''//
You can see that Anna is a little depressed. Seems like she noticed that her action didn't emphasize anything.
@@.you;
You look beautiful, Anna! I've got to say, your body proportions are just perfect for you! I'm sure most models would be very jealous of you!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You really think so?@@
@@.you;
I know so!@@
@@.emote;
Anna giggles and smiles@@
//''Much better!''//
You take some more pictures of her.
@@.you;
Okay! Let's get that perky ass of yours in frame also!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaYard">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 13.jpg">
As she says that, she turns around and does her best to raise her ass.
@@.you;
Very good!@@
You take some more pictures, trying to focus on her ass.
//''Hm... Her legs look very nice too...''//
@@.you;
Hey, Anna! Mind bending down in a 90 degree angle? Keep your legs stretched and use the table to support you!@@
@@.emote;
Anna is a bit confused@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay?@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaYard">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 14.jpg">
Even though she's confused, she follows your direction.
//''That's what I'm talking about''//
You start taking pictures of her legs.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Am I doing this right?@@
@@.you;
You are doing it perfectly! You've got really long legs, despite your size, so I wanted to get some pictures of them!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Is that so? Hehe...@@
@@.you;
Okay, let's try to change the scene a bit. How about you sit down on the couch?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Got it!@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaYard">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 15.jpg">
You watch as Anna sits on the couch.
@@.you;
Great! Now hold your bra like you are about to take it off!@@
As she does what you say, you take even more pictures.
//''Let's push her a bit more!''//
@@.you;
Great! Now lean on the couch for bit!@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaYard">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 16.jpg">
As Anna leans on the couch, her bra slips down.
//''Nice!''//
You start taking more pictures.
@@.you;
Excellent! Very good!@@
Seemingly aware of said slip, she bites her lip to make herself sexier.
//''Whoa!''//
You take even more pictures.
@@.you;
Now that is what I call sexy!@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Perv!@@
@@.you;
Okay! Since the bra is slipping anyway, why don't we take a few pictures of you standing up while holding the bra!@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaYard">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 17.jpg">
As you direct her, she stands up and holds her falling bra.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Like this?@@
@@.you;
Yes! Just like that!@@
You take some more pictures.
//''Now for an extra push!''//
@@.you;
Okay! Now let go of the bra and smile for the camera!@@
@@.emote;
Anna stares at you and grins@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Perv!@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaYard">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 18.jpg">
As she says that, she lets go of her bra and gives you a smile.
//''Nice!''//
You take even more pictures.
//''Let's try to take this further!''//
@@.you;
Okay! Now how about you sit again and we can get a few pictures of your panties?@@
@@.emote;
Anna raises an eyebrow at that@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Going all out today, aren't you?@@
@@.you;
Hey, what can I say? I'm a big enthusiast for art!@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I'm not sure it's the art part you are interested in.@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaYard">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 19.jpg">
You watch as Anna sits down and spreads her legs.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Is this enough panties for you, pervy $player.ys?@@
//''Whoa!''//
Your fingers instantly start pressing the picture button.
@@.you;
Yeah! That's great! Now hold on to the edge as if you are about to pull it aside!@@
As Anna does as you tell her, you take even more pictures.
//''Almost there! Just a little bit more!''//
@@.you;
Great! Now how about we get a few pictures of your ass?@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sure!@@
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaYard">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 20.jpg">
As Anna gets up, she raises her ass and lowers her panties.
@@.emote;
Anna winks at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
How about this?@@
//''Holy! She's starting to lead!''//
You take some more pictures.
@@.you;
That's excellent! You have a very cute ass!@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I know!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm home!@@
As you're about to take more pictures, your $m.rel's voice calls your attention and you turn your head to look at the entrance.
//''Really?! Now?!''//
You sigh and put the camera down.
<<linkreplace "Turn around to look at Anna">><<scrollTop>><<ctpAdvance "AnnaYard">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Yard Photos 21.jpg">
As you look at Anna, you can see that she's completely naked.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Aww... And it was just starting to get fun.@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh well, we can try again next time.@@
Saying that, she picks up her clothes and leaves to her bedroom.
//''When did she become such a little vixen?!''//
As you are about to follow her, your phone vibrates. You take a look.
@@.data;
1 Message@@
@@.you;
I wonder who sent me this...?@@
You open it and it's from Lilith.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hey, $player.name! I have a feeling that you took some good pictures of Anna! So send them over!!@@
//''What the hell?!''//
You look around to make sure there's no hidden camera.
@@.you;
How the...@@
You shake your head and head back inside the house. You make sure to send her the pictures.
@@.corruption;
Anna is a little more corrupted@@
[[Wrap it up|House][$time.passTime(1);$ys.corruption += 1]]
<</ctp>><<ctp "testID">>
<img src="img/Anna/Anna Midnight Snack 3.jpg">
As you enter the kitchen, you are surprised to see that someone is already in here, considering how late it is.
//''She sure is acting a lot more casual now...''//
@@.you;
Hey, Anna! Raiding the fridge again?@@
@@.emote;
Anna frowns at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I'm not raiding the fridge! I'm just having a small bite. You know, a little something before going to bed...@@
You can't help but chuckle.
@@.you;
Well, if you say so. But do be careful, these things have a way of sneaking up on you.@@
@@.emote;
Anna gets up from the chair@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I'm not worried. That's what I workout for.@@
<<linkreplace "Closer look">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Midnight Snack 4.jpg">
As Anna says that, she exposes her midriff to you and grins.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Don't you agree?@@
You can't help but nod.
@@.you;
Well, you do have a cute belly button...@@
@@.emote;
Anna chuckles and winks at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
That's not the only cute thing I have.@@
As she says that, she walks past you and caresses your shoulder.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Good night, $player.ys. Don't stay up too late thinking of my cute parts.@@
You watch as she winks and leaves the kitchen.
//''She's becoming foxier too...''//
You are not sure if that's a good thing or a bad thing. But, for now, you like it.
@@.you;
Night, Anna.@@
@@.corruption;
Anna is a little more corrupted@@
[[Go to back to your bedroom and sleep|Sleep][$ys.corruption += 1]]
<</ctp>><<ctp "AnnaHungover">>
<img src="img/Anna/Anna Hungover 1.jpg">
As you enter the kitchen, you see that Anna is using a cold bottle of water as a cold pack.
@@.you;
Hey Anna... Are you feeling alright?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh, hi $player.ys. I'm just feeling a little under the weather...@@
You raise an eyebrow at that.
@@.you;
Don't tell me you're hung over again...@@
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I can't help if I'm weak to alcohol...@@
//''But you've only had a single glass...''//
As you are admonishing her in your head, Anna approaches you and pulls on your sleeve and looks at you with puppy eyes.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Surely you are not going to let your cute $ys.rel suffer, right?@@
You can't help but chuckle and pet her head.
@@.you;
Of course I'm not. How can I, when you are looking at me like that...@@
As you say that, Anna giggles and turns around.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
That's why I like you, $player.ys!@@
You can't help but sigh at her enthusiasm, considering that she looked like she was dying just a second ago.
//''Seems like being easily manipulated runs in the family... But maybe I can get something out of this!''//
<<linkreplace "Give her a massage">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Hungover 3.jpg">
You start by placing your hands on your $ys.rel's shoulders. You knead the two muscles on either side of the neck. You start with very little pressure and then you slowly squeeze harder.
@@.emote;
Anna releases a soft moan@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
So good...@@
You start to work on the back of the neck and with the thumb and first finger of your other hand, make tiny circles at the base of the skull. You gently squeeze the entire back of the neck.
@@.emote;
Anna moans@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hm...@@
You press both thumbs down, one on the outside of each shoulder. You move them in, pressing firmly until both thumbs reach the spine at the same time and then you crawl your thumbs out again to the shoulder joints.
@@.emote;
Anna moans a bit louder@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! Ah...@@
@@.you;
Enjoying it?@@
@@.emote;
Anna is slightly dazed@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes...@@
//''Let's give her a push!''//
@@.you;
Would you like to feel better?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes...@@
After she says that, you stop the massage.
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! Hey, what gives?@@
@@.you;
If I'm going to give you a massage, may as well give you a real one. Do you want it?@@
@@.emote;
Anna nods her head enthusiastically@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes! I would love to! Give me a full massage, please!@@
You walk into the closet and pull out the massage table and set it up in the living room.
@@.you;
I'm going to get some oil. So take off your clothes and lay on the table.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
<<linkreplace "Get the oil and give her a massage">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Hungover 4.jpg">
As you get back, you spot Anna sitting on the massage table.
@@.you;
I see you've already gotten yourself comfortable.@@
@@.emote;
Anna becomes excited@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yep! I'm ready for the massage!@@
You can't help but chuckle.
@@.you;
Are you sure? This oil can easily stain your underwear...@@
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?!@@
//''Nope.''//
@@.you;
Yes. But if you don't mind, then I can try to give you the massage with you in your underwear...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Wait! No! This underwear was expensive!@@
<<linkreplace "Watch her undress">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Hungover 5.jpg">
As she says that, she immediately starts to unhook her bra. As you are watching her, she notices your stare.
@@.emote;
Anna smiles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Enjoying the show?@@
@@.you;
Of course. I will take it as payment for the massage.@@
@@.emote;
Anna giggles and removes her bra@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Do I need to take off my panties too?@@
@@.you;
You don't have to, but then I wouldn't be able to give you a full massage...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Why is it that I have a hard time believing that?@@
You only shrug at her comment.
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Perv!@@
<<linkreplace "Watch her undress">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Hungover 6.jpg">
As Anna says that, she slowly takes off her panties.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
This better be a really good massage!@@
@@.you;
Oh, I'm sure you will enjoy it.@@
//''And so will I!''//
<<linkreplace "Watch her undress">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Hungover 7.jpg">
As she finishes taking off her panties, she lays on the table.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! I'm ready!@@
You can't help but sigh.
@@.you;
What about your socks?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! I forgot!@@
You watch as Anna raises her legs.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Take them off for me, please!@@
//''Oh! Nice!''//
You raise an eyebrow and try to make a serious voice.
@@.you;
Fine, I will do it. But only because it's you.@@
You hear Anna chuckling, not really believing in your facade.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I'm sure that's the reason!@@
<<linkreplace "Remove the socks and oil her">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Hungover 8.mp4" autoplay loop/>
After you remove her socks, you use the towel to cover her ass and you slowly start to pour oil on her back.
@@.emote;
Anna cries out@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! Cold!@@
You can't help but laugh.
@@.you;
Sorry Anna, I forgot to warn you. But don't worry, I will warm you up right away.@@
You can see slight tears on the corner of Anna's eyes.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You better!@@
//''She must not like cold stuff...''//
<<linkreplace "Start the massage">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Hungover 9.mp4" autoplay loop/>
You begin the massage by spreading the oil on her back. As you do so, you make sure to use a bit of pressure, so that it will heat up the oil and make it easier to be absorbed.
@@.emote;
Anna moans slightly@@
@@.you;
Better now?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes...@@
<<linkreplace "Massage her back">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Hungover 10.mp4" autoplay loop/>
Next you start the proper massage on her back. You begin on her trapezium and work your way down her shoulder blades.
@@.emote;
Anna moans@@
Taking it as a sign that you are on the right path, you put more pressure on her back, making sure to knead the muscles close to her neck.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah...@@
//''She seems to be relaxed, let's move to the next phase!''//
<<linkreplace "Massage her back">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Hungover 11.mp4" autoplay loop/>
As you finish with her shoulders, you slowly move your hands down her back, giving her ass a nice squeeze before moving back up.
@@.emote;
Anna moans a bit louder@@
As you repeat this motion, you notice that her pussy is slowly getting wetter.
@@.you;
I'm going to move down to your bottom side now. Is that fine?@@
While she doesn't respond to you, you can see her nod her head.
<<linkreplace "Massage her legs">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Hungover 12.mp4" autoplay loop/>
You start by moving your hands down her legs, making sure to cover them in the residual oil that's on your hands.
@@.emote;
Anna moans a bit louder@@
As you move down, you make sure to squeeze her calves a little bit, in order to relax her muscles. Eventually you reach her feet, massaging them a little bit as you return back to her legs.
You repeat this motion several times and, every once in a while, Anna releases a moan. You notice that she's also slowly raising her ass. Especially when your hand touches her inner thighs.
//''I guess I can be a bit more daring...''//
@@.you;
I'm going to move a bit up, okay?@@
@@.emote;
Anna moans@@
<<linkreplace "Massage her inner thighs">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Hungover 13.mp4" autoplay loop/>
Taking that as a sign of consent, you change your focus to her ass and then her inner thighs. As you move your hand, your fingers press on her pussy.
@@.emote;
Anna moans loudly@@
As your fingers touch her pussy, you can feel a wetness that isn't the oil.
//''Seems like she's getting very excited''//
You keep focusing on her inner thighs, sometimes letting your fingers "slip" and touch her pussy. Every time you do that, Anna releases another moan. Not wanting to overstay your welcome, you decide to move to the next part of the massage.
@@.you;
Okay, I'm done down here. Now let's massage your front.@@
@@.emote;
Anna is dazed@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Uh?@@
<<linkreplace "Flip her over">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Hungover 14.mp4" autoplay loop/>
You move to her front and help her flip over. With her front fully exposed, you start to pour oil on her again.
@@.emote;
Anna awakens from her daze@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
AH! COLD!@@
You can't help but chuckle.
@@.you;
Sorry...@@
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Just when I was close...@@
As she says that, she turns her face around. You can clearly see that it's flushed.
//''Was she about to cum?''//
@@.you;
Don't worry, I will make up for it.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You better...@@
<<linkreplace "Massage her front">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Hungover 15.mp4" autoplay loop/>
You slowly spread the oil around her chest, then down her hips.
@@.emote;
Anna moans@@
From her hips, you move your hands back to her chest and down to her stomach, making sure to keep a circular motion.
@@.emote;
Anna moans a bit louder@@
As you are massaging her, you can see that Anna is rubbing her legs together.
//''Guess she's ready for the next phase!''//
<<linkreplace "Go down stairs">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Hungover 16.mp4" autoplay loop/>
You move your hand down her stomach, arriving at her pussy.
@@.emote;
Anna moans louder@@
Taking that as a sign, you slowly move your hand around her pussy. You begin by cupping it and playing on her mound.
@@.emote;
Anna moans loudly@@
You slide your hand down the length of her vulva, using long, sweeping strokes. You also circle her clitoris, teasing it in the process.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ahh!@@
As you do that, she opens her eyes and stares straight at your crotch. Needless to say, it's as hard as a rock.
@@.emote;
Anna grins@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Seems like someone else wants a massage...@@
You give her an awkward smile.
@@.you;
Oh, don't worry about that. I want to focus on you.@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
That won't do. Lilith said that it's painful to leave it alone!@@
<<linkreplace "Observe her">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Hungover 17.mp4" autoplay loop/>
As Anna says that, she slowly unbuckles your pants, your hard cock almost hitting her in the face.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well, hello there little $player.name!@@
@@.you;
Little $player.name?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes! Since you are my $player.ys! Your cock is my little $player.name!@@
//''That... Doesn't make much sense...''//
<<linkreplace "Go back to massaging her">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Hungover 18.mp4" autoplay loop/>
As your hand starts to move again, Anna takes your cock into her mouth.
//''Oh! Fuck!''//
Your knees slightly buckle from the unexpected pleasure you feel.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hm...@@
As she starts to move her hand and mouth faster, your hands start to speed up as well.
@@.emote;
Anna releases muffled moans@@
<<linkreplace "Try not to cum first">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Hungover 19.mp4" autoplay loop/>
As you start to get closer and closer to cumming, you can feel that she's closer too.
@@.you;
I'm almost there, Anna!@@
As you say that, she starts to move faster. You try to keep pace with her, but the pleasure makes you not able to fully focus on your hand.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hm...!@@
You can feel her trembling, seemingly reaching orgasm before you. But only slightly.
@@.you;
I'm cumming, Anna!@@
Your $ys.rel, not being able to hold onto your cock as she cums, ends up releasing it, causing you to cum all over her face and body.
@@.you;
Urgh!@@
<<linkreplace "Climax">><<scrollTop>><<ctpAdvance "AnnaHungover">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Hungover 20.jpg">
As you finish cumming, Anna looks up at you and smiles.
@@.you;
Sorry Anna... I think it got into your hair...@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
That's alright, I need to take a shower after this massage anyway!@@
Saying that, she tries to get off the table, but when legs touch the ground, she buckles. You quickly move and prevent her from falling.
@@.you;
Anna!@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
My legs feel like pudding! Thank you for saving me, $player.ys!@@
@@.you;
Are you sure you can make it to the shower?@@
You can see Anna's face blushing.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Could you carry me there? Like a princess?@@
@@.you;
Well... I'm not sure what kind of princess has her face and hair covered in cum but sure.@@
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! That's mean!@@
As she says that, you pick her up in a princess carry and take her to the bathroom. You chuckle.
@@.you;
Sorry, I'm just teasing you. You are, after all, my beautiful little princess!@@
@@.emote;
Anna blushes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hehe...@@
@@.love;
Anna loves you a little more@@
@@.corruption;
Anna is a little more corrupted@@
[[Help her get to the bathroom|House][$ys.love += 1;$time.passTime(1);$ys.corruption += 1]]
<</ctp>><<if $player.charm lt 20>>
<img src="img/Kelly/Kelly Corruption Quest 1.jpg">
As you enter the kitchen, you notice your $m.rel drinking some wine, with a half empty wine bottle next to her.
//''Has she been drinking all of that alone?''//
You decide to approach her.
@@.you;
Hey, $m.rel... How are you doing?@@
@@.emote;
Kelly looks up at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh! Heey, honey! I'm fine! What about you? How was your day?@@
Looking at her, you can clearly see that she's not fine. You are certain that there's something weighing on her mind.
@@.you;
Are you sure? If you have any problem, I would be more than happy to listen to it.@@
@@.emote;
Kelly smiles at you and shakes her head@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Don't worry, honey. I'm serious. I just had a long day and I'm drinking to wind down...@@
You feel that if you try to pry the information out of her now, you would only be hurting her.
//''Maybe if I was better at this...''//
@@.you;
Okay, but if you ever need anything, I'm here for you. Okay?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Awww, how sweet! If you ever need anything, I'm here for you too!@@
You decide to leave her be for the moment.
[[Leave|House][$time.passTime(1)]]
<<else>>
<<ctp "KellyDrunk">>
<img src="img/Kelly/Kelly Corruption Quest 1.jpg">
As you enter the kitchen, you notice your $m.rel drinking some wine, with a half empty wine bottle next to her.
//''Has she been drinking all of that alone?''//
You decide to approach her.
@@.you;
Hey, $m.rel... How are you doing?@@
@@.emote;
Kelly looks up at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh! Heey, honey! I'm fine! What about you? How was your day?@@
Looking at her, you can clearly see that she's not fine. You are certain that there's something weighing on her mind.
//''Talking about my day will probably help her talk about hers...''//
@@.you;
Oh, I'm fine. But my day wasn't so great...@@
@@.emote;
Kelly looks at you with concern@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Really? Come over here! Have a seat! Tell your $m.rel what happened.@@
As you sit in front of her and talk about your day, you make sure to add a little bit of drama.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, honey... Do you want me to do anything?@@
You shake your head and give her a smile, her face slightly red from the alcohol.
@@.you;
Nah... Talking to you is good enough.@@
@@.emote;
Kelly gives you a smile@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
That's nice to hear... Haven't heard that for some time now...@@
//''Great! Now to bait her into talking!''//
@@.you;
Really? No way! I'm sure you hear that frequently!@@
@@.emote;
Kelly takes a gulp of her wine@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm already forty... Used to be that I had to fend off all of the sexual harassers back at work... Now they hardly even look at me...@@
@@.you;
What? There's no way that's true! You are still very beautiful!@@
@@.emote;
Kelly gives you a sad smile@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You don't have to lie to me... Even my husband doesn't think that anymore...@@
@@.you;
What do you mean?@@
@@.emote;
Kelly finishes her glass and pours a new one@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Do you know when was the last time we slept in the same room?@@
It's true that it has been a long time since he's been in the house. He's mostly been busy traveling for work.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Even when he's home, he will be mostly working! It's been almost two years since we've had sex! I'm sure he's out there, fucking that young little slut of a secretary of his!@@
As she moves the story along, she seems to be getting more and more frustrated. You can see tears starting to well up in her eyes.
@@.you;
Don't say that! I'm sure that's not the case! But even if it is, I'm here for you!@@
@@.emote;
Kelly shakes her head@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I know you are... But a woman needs more than just the love of her $player.m! A woman needs to be held tight! Needs to be kissed! Needs to be caressed! Needs to be given the type of love that only a man can provide to her!@@
As it looks like she's getting more and more agitated, you decide to make a move.
<<linkreplace "Kiss her">><<scrollTop>><<ctpAdvance "KellyDrunk">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Kiss.jpg">
You lean in and give her a kiss.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm!@@
She resists a little bit, but slowly gives in and kisses you back. After a while, she pushes you back.
@@.emote;
Kelly looks at you in astonishment@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name... What...?@@
You look at her straight in her eyes.
@@.you;
I'm here for you, $m.rel. Whatever you need, I can help you.@@
You can see her already red face become even redder, but this time it's not the alcohol.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
What...? But you're my $player.m and I'm your $m.rel... We can't be doing this sort of thing!@@
@@.you;
Don't you love me?@@
@@.emote;
Kelly frowns@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Of course I do! But this is a whole... More complex.@@
@@.you;
What's so complex about it? I love you, you love me. You are feeling lonely and I'm more than happy to help you with that.@@
@@.emote;
Kelly hesitates@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
B-But... It's wrong...@@
You raise an eyebrow.
@@.you;
Says who? We are both consenting adults. It's not like it's hurting anyone.@@
You can see it in her eyes that she's wavering.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I-I... I need to lay down... I think I drank too much...@@
Not being able to cope with the position you put her in, she gets up and leaves to her bedroom.
//''Crap...''//
You feel like you rushed a little too much.
@@.you;
I need to think of a better way... Maybe she would be more willing if there was a romantic setting...?@@
You decide to create a plan of action.
<<set $AnnaTalk to true>>
//''I should probably talk to Anna and Sarah... They should have some good ideas...''//
<<set $KellyDrink to true>>
@@.you;
But when would it be the best time to talk to them? I should probably do it while $m.rel isn't home...@@
You remember that Kelly isn't home on Wednesdays and Fridays, in the evening.
//''That would be a good time to talk to them...''//
<<set $SarahTalk to true>>
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<</if>><img src="img/Anna/Anna Bedroom Friends 1.jpg">
As you enter Anna's room, you see her laying on her bed with her cell phone.
@@.you;
Hey, Anna.@@
@@.emote;
Anna looks up at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! Hey, $player.ys!@@
@@.you;
What are you up to?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I'm just texting Lilith!@@
@@.you;
You two really are getting along, aren't you?@@
@@.emote;
Anna smiles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yep!@@
You decide that now is a good time to approach to topic.
@@.you;
Say... What do you think $m.rel would like to have?@@
@@.emote;
Anna tilts her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What mom would like to have...?@@
@@.you;
Yes... Like... Something that would put her in a good mood.@@
@@.emote;
Anna starts to think@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well... She's been complaining that her breasts are causing her back pain lately... She keeps rubbing her shoulder...@@
//''Oh?! Maybe I could give her a massage then!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I wonder what her breasts have to do with her shoulder...?@@
You give her a smile.
@@.you;
Oh, you won't need to worry about it.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Uh?@@
Confused on what you mean, Anna tilts her head and thinks harder, finally arriving at the answer.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! That's mean! They may be small now but they are still growing!@@
@@.emote;
Anna pouts@@
//''What do you mean "growing"?! You are already an adult!''//
You can't help but laugh at that.
@@.you;
Sorry, Anna. I'm just teasing you. Even if your breasts aren't big, they are cute.@@
<<if $ys.corruptionlevel is 1>>
You watch as Anna's face becomes red and she covers her breasts.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Perv!@@
<<else>>
@@.emote;
Anna looks at you and smiles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course they are! Every part of me is cute!@@
<</if>>
You end up chuckling.
<<if $SarahPlan>>
//''This is enough. I should hatch a plan back at my room...''//
<<else>>
//''Now I just need to talk to Sarah...''//
<</if>>
@@.you;
Well, I should get going...@@
As you are about to leave, Anna calls out to you.
<<set $AnnaPlan to true>>
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! Stop right there!@@
<<set $AnnaTalk to false>>
You turn around and look at her.
@@.you;
Yes?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You didn't just come here to ask me that, right?@@
@@.you;
Well... Uh... You seem busy texting Lilith...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I already finished texting her! She takes a long time to answer and I'm bored!@@
Seems like she's hinting that you should spend some time with her. You can't help but sigh.
@@.you;
Fine... I will entertain you for a while...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yay! So, did you know that...@@
@@.love;
Anna loves you a little more@@
[[Spend some time with her|House][$ys.love += 1;$time.passTime(1)]]<img src="img/Sarah/Sarah Kitchen 3.jpg">
As you enter the kitchen, you can see that Sarah is cooking.
@@.you;
Hey, Sarah.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hey $player.name.@@
You sniff the air.
@@.you;
Something smells good, what are you making?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You know... The usual...@@
While Sarah's cooking may not be very diverse, it does always taste good.
@@.you;
Well, whatever you are making, it's smelling great!@@
@@.emote;
Sarah raises an eyebrow at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What do you want, $player.name?@@
You act hurt.
@@.you;
What? Can't a $player.os come here to see what his $os.rel is doing?@@
@@.emote;
Sarah puts both hands on her hips@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I know you better than that. Now, out with it.@@
You can't help but chuckle.
@@.you;
Actually, I did come here for a reason. I wanted to ask you if there's something that $m.rel would want.@@
@@.emote;
Sarah is confused@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Mom? Why?@@
@@.you;
Well, she seems to be having a hard time, so I just wanted to do something special for her...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm...@@
You watch as Sarah thinks.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Mom did say that it's been years since someone has taken her out for dinner...@@
//''Oh yeah! A date! That would definitely work!''///
You nod your head.
@@.you;
That's a very good idea! I knew I could count on you, Sarah!@@
<<if $AnnaPlan>>
//''This is enough. I should hatch a plan back at my room...''//
<<else>>
//''Now I just need to talk to Anna...''//
<</if>>
As you are about to leave, Sarah calls to you.
<<set $SarahPlan to true>>
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And just where do you think you are going?@@
<<set $SarahTalk to false>>
@@.you;
Well... I was going to go to my room...@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And leave your poor $os.rel alone here slaving away to make dinner? After I helped you?@@
You stop in your tracks.
//''Well... Guess I can't run away from this.''//
You turn around and smile.
@@.you;
Of course not! You know me! Always happy to help!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yeah, right! You were just attempting to escape! Now move your ass over here and make yourself useful!@@
@@.love;
Sarah loves you a little more@@
[[Help her cook dinner|House][$os.love += 1;$time.passTime(1)]]<img src="img/Other/Writing a Plan.jpg">
You sit down in front of your desk and decide to hatch a plan to move things forward with your $m.rel.
@@.you;
Let's see...@@
You write down a few things you know she likes.
@@.you;
Massage...@@
You write down the things that Anna and Sarah told you.
@@.you;
Date... Dinner date, maybe?@@
You sit back on your chair and start to think.
@@.you;
I should probably take her out on a date... To somewhere nice... But where?@@
You open your browser and start searching for good restaurants.
@@.you;
This seems nice... Le Meilleur... Let's see... WHAT?!@@
Your eyes almost pop out of your head when you see the price.
@@.you;
$20 for a salad?! $15 for a drink?! How can it be this expensive!@@
You had heard that when you go to these type of restaurants, you end up paying more for the experience. You just didn't think it would be this much.
@@.you;
If I had to calculate how much I would have to spend... Around $100?!@@
You can feel the pain of watching your money going out of your wallet as you make a reservation.
@@.you;
The hell?! There's a waitlist?!@@
You click to make the reservation and pay the reservation fee. Apparently there will be a slot for you in the upcoming days. You can't help but sigh.
@@.you;
Okay... So that's finished... But I would also like to surprise her with the massage...@@
While you are quite the competent masseur, it was still a single day course.
<<set $ThePlan to true>>
@@.you;
Maybe I should call Jessica...@@
<<set $CallingJessica to true>>
You finish writing down your plans for the date.
@@.you;
Okay. We will go out for a date. Have a good time. Get back. I will offer her a massage. And then...@@
You nod your head approvingly.
[[Finish|Start]]<img src="img/Other/Calling Jessica.jpg">
You decide to give Jessica a call.
@@.data;
Ring... Ring...@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Hello?@@
@@.you;
Hey, Jessica. This is $player.name. I did a massage course with you some time ago.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
$player.name...? Oh! $player.name! The one with the magical hands! Hey, $player.name, what can I do for you?@@
@@.you;
You see, there's this... Uh... Girl... That I want to impress with a massage. I was wondering if you had anything for me?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Impress her with a massage? But I'm pretty sure you are already comp- Oh! Now I get it! Sure! I have something that will make you impress her!@@
@@.you;
Really?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Yes! It's called Full Massaging!@@
@@.you;
Full Massaging? As in, massaging the whole body?@@
You can hear Jessica chuckling.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Exactly! I'm going to teach you how to massage every part of a woman's body!@@
You become excited.
@@.you;
Sounds great! When can I go over there?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Oh! You can show up on a Sunday, at noon! I won't have any other clients on that day.@@
@@.you;
Sunday? Got it. And how much is it going to cost?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Well... This lesson usually costs extra. But for you? I will make an exception and only charge you $50 again!@@
//''Isn't that still very expensive for a lesson?!''//
@@.you;
G-Got it...@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Great! I will see you soon, $player.name!@@
@@.you;
Okay. I will see you soon, Jessica. Thank you for helping me out.@@
You can hear more chuckle.
<<set $JessicaCall to true>>
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
It's fine. I'm always happy to help!@@
<<set $CallingJessica to false>>
[[Go on about your day|Start]]<<ctp "DeepMassage">>
<img src="img/Other/Jessica Intro.jpg">
As you arrive at Jessica's place, you can see her waiting for you in front of the door.
@@.emote;
Jessica waves at you@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Hey, $player.name!@@
You get out of the car and greet her.
@@.you;
Hey, Jessica. How's it going?@@
@@.emote;
Jessica smiles at you@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
It's going great! It seems like I've been getting more clients lately!@@
@@.you;
That's great. You did do an awesome job with me.@@
@@.emote;
Jessica chuckles@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Well, I only deserve half of the praise. After all, you are a natural at this.@@
@@.you;
What can I say, everyone has a talent or two.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
That they do. Now come on in! I'm going to change my clothes and we can get started.@@
<<linkreplace "Enter">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Learning Massage 1.jpg">
As you are waiting inside, Jessica comes out with her loose fitting clothes.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Okay. Now, that last time you were here, you learned the basics about massaging.@@
Saying that, Jessica takes off her clothes and lays down on the table.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
So, this time, I will teach you how to massage every part of a woman's body. How about you start with my back?@@
As she says that, you move to her side and pour oil on her back.
<<linkreplace "Massage her back">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 2.mp4" autoplay loop/>
You start by moving your hands from her shoulder blades, all the way down to her lower back.
@@.emote;
Jessica moans@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Hm... I'm still impressed at how good you are at this...@@
@@.you;
Thanks.@@
You move your hands, while carefully putting pressure where you see fit, in order to loosen her muscles and make her more relaxed.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
That's good... Now move to my shoulders...@@
<<linkreplace "Massage her shoulders">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 3.mp4" autoplay loop/>
Using your thumbs, you carefully move them along her shoulder. You use your fingers as a handle in order to allow maximum control over your thumbs.
@@.emote;
Jessica moans a bit louder@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Yes... I can see you still know how to give a back massage... But do you still know how to give a lower body massage?@@
You give her a grin and move the towel out of the way.
<<linkreplace "Massage her thighs">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 4.mp4" autoplay loop/>
You move your hands up and down her thighs, being careful not to grip too hard, but making sure that there's enough pressure to help relax her muscles.
@@.emote;
Jessica moans slightly louder@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Ah... Yes... Now move up a little bit...@@
<<linkreplace "Massage her ass">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 5.mp4" autoplay loop/>
Your hands move to her hip and up her ass, then slowly back to her hip, using your palms in order to apply a small amount of weight.
@@.emote;
Jessica moans@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
So good...@@
<<linkreplace "Move slightly lower">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 6.mp4" autoplay loop/>
You decide to take care of her inner thighs as well.
@@.emote;
Jessica yelps in surprise@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
I see you've become more assertive...@@
You can't help but chuckle.
@@.you;
I've learned a thing or two...@@
As you move your hands, your fingers slightly touch her labia.
@@.emote;
Jessica moans loudly@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
W-Wait!@@
You stop your motion.
@@.you;
Did I do something wrong?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
N-No... You were actually doing too well... A-Anyway! We need to move to the second part of your lesson!@@
Saying that, Jessica turns around and reveals her chest to you.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Now you need to take care of my upper body. Start by pouring some oil.@@
//''Nice!''//
<<linkreplace "Pour oil on her chest">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 2.mp4" autoplay loop/>
You take out the oil and slowly start to cover her chest.
@@.emote;
Jessica yelps@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Ah! I can never get used to how cold it feels when it hits my breasts...@@
You give her a grin.
@@.you;
Don't worry, I will heat them up in a second.@@
@@.emote;
Jessica laughs@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Okay, $player.name! A chest massage concentrates primarily on the deep and superficial muscles located around the chest area...@@
She explains how to properly massage the chest area.
@@.you;
Got it!@@
<<linkreplace "Start massaging the chest">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 3.mp4" autoplay loop/>
Using what she told you, you move your experienced hands over her chest and spread the oil all around. Using your palms to create friction, your fingers to knead her muscles and your thumbs to apply pressure, you slowly move from her hips to her breasts and back again.
@@.emote;
Jessica moans loudly@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
As expected... You are a fast learner...@@
You give her a smile and keep moving your hands.
@@.you;
Well, I'm learning from the best.@@
@@.emote;
Jessica chuckles@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
And a charmer! Now you will have to get on the table for this next part...@@
<<linkreplace "Move to her neck">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 15.mp4" autoplay loop/>
You carefully get up on the table and gently position yourself on top of her. Using the friction caused by your palms, you slowly move your hands from her breasts, all around to the back of her neck.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Yes... Just like that...@@
As you are moving your hands, Jessica opens her eyes and notices your bulge, already hard.
@@.emote;
Jessica grins@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Seems like I'm not the only one feeling good here...@@
@@.you;
Well, what can I say. He's also raring for a massage...@@
@@.emote;
Jessica chuckles@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Is that so? Well... I guess you did already learn how to give a proper full body massage...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 4.mp4" autoplay loop/>
Saying that, she pulls you in by your collar and gives you a kiss. While it does catch you by surprise, you kiss her back. After a while, she pulls back.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Well, even if you won't use it, I may as well teach you how to give a man a massage...@@
@@.you;
Oh, I would love to see that!@@
As you say that, she gets off the table.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Okay, lie down now.@@
Not questioning her, you lie down on the table.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
First we have to get rid of this...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 5.mp4" autoplay loop/>
You watch as Jessica slowly undoes your pants.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Now let's see what we have here...@@
She finishes pulling the strings and reveals your cock.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Oh, my! Seems like your cock is ready for some good massaging...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 6.mp4" autoplay loop/>
You watch as Jessica moves her hand in an expert manner. You can't help but groan in pleasure.
@@.emote;
Jessica chuckles@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
The secret for a good massage is knowing how much pressure to put...@@
Saying that, she slowly increases both the pace and the pressure. The pleasure you feel is incredible.
//''I wonder if this is how she brings in extra cash...''//
While it may be rude to think that, she's too much of an expert for you to think otherwise.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Does it feel good?@@
@@.you;
Y-Yeah...@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Great! But, you see... The hand isn't able to put the appropriate pressure to make the penis really feel pleasure...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 7.mp4" autoplay loop/>
Saying that, she takes your cock into her mouth and starts sucking on its tip and then slowly moves down the shaft, making sure to keep the pressure. You end up moaning.
She eventually pulls your cock out of her mouth and licks it.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
The human mouth is capable of creating pressure through vacum... It's also naturally wet, making it the idea tool to massage a cock.@@
Saying that, she leans into your ears.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
But a woman's top mouth can't compared to...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 8.mp4" autoplay loop/>
As she says that, she positions herself above your cock.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
The bottom mouth...@@
Saying that, she impales herself on your cock.
@@.emote;
Jessica moans@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Let's see if your cock is as good as your hands...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 9.mp4" autoplay loop/>
Jessica starts moving her hips. As she starts moving, the limitations of the small table show up and you notice she's having a hard time keeping balance.
@@.you;
Here, let me help.@@
You put both hands on her hips, keeping her balanced and helping her move.
@@.emote;
Jessica chuckles@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Thanks.@@
And with that, she starts to move for real. With the sudden influx of pleasure, you end up grunting.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 10.mp4" autoplay loop/>
As she moves, the slow and rhythmic movement of hers causes the pleasure to slowly build up.
@@.emote;
Jessica moans@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
It seems... That your cock... Is also good...@@
As she keeps moving, you begin to feel impatient. The slow and steady approach is not one that you particularly enjoy.
<<linkreplace "Take control">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 11.mp4" autoplay loop/>
With a yelp of surprise from Jessica, you use the grip your hands have on her hips to swap places with her, placing her under you.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Hey, I was in the middle of giving you a massage!@@
You give her a grin.
@@.you;
I'm the one paying to learn, so I want to put in practice what I learned.@@
And with that, you begin to fuck her in earnest.
@@.emote;
Jessica moans loudly@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
I-I guess you have a point!@@
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 12.mp4" autoplay loop/>
You quicken your pace, causing Jessica to start moaning in an uncontrollable manner.
@@.emote;
Jessica moans loudly@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
S-Slow down!@@
You disregard it and keep fucking her at the same pace, trying to extract the maximum amount of pleasure you can get. As you are fucking her, you can feel her body starting to shake, her pussy starting to heavily contract on your cock. Clear signs that she's about to cum.
@@.emote;
Jessica moans even louder@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Ah! I-I'm cumming!@@
As she cums, you can feel the pressure that has been building up in your cock reaching the limit.
@@.you;
Fuck! I'm about to cum too!@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Y-You can cum inside!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 13.mp4" autoplay loop/>
Unable to make yourself stop fucking her, you trust your cock even deeper. You feel like the cork was finally removed and your cum starts to pour into her pussy.
@@.you;
Urgh!@@
You cumming in her seems to have triggered her body, causing her to cum again.
@@.emote;
Jessica moans loudly@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Ahh!@@
As you keep cumming, you keep trying to thrust into her, making sure all your cum goes into her.
<<linkreplace "Climax">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 14.mp4" autoplay loop/>
As you finish cumming, you pull out your cock from her pussy. As it keeps contracting, your cum slowly drips out of her.
@@.emote;
Jessica is breathing hard@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Now that was something else...@@
You are also breathing hard.
@@.you;
That was quite... The thorough teaching...@@
@@.emote;
Jessica chuckles@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Well, what can I say. I'm a damn good teacher.@@
Saying that, she gets off the table and puts on a shirt and sits on her chair.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jessica Finish.jpg">
As Jessica sits there, she looks at you and smiles.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Now you've fully learned how to give a woman a full massage, I don't have anything else to teach you. But I did quite enjoy our time together.@@
You smile at her.
@@.you;
Well, if you enjoyed it so much, does that mean I don't have to pay?@@
@@.emote;
Jessica laughs@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Of course not. I still have to pay my bills. That's a little shameless of you to ask.@@
You can't help but shrug.
@@.you;
Can't blame a man for trying.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Women aren't in to men who are cheapskates, you know.@@
@@.you;
Oh, don't worry, I'm not planning on cutting corners with her.@@
@@.emote;
Jessica grins@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
That's good. Now, go on. I want to rest a little bit after that workout.@@
@@.you;
Okay. Thanks again for the lesson, Jessica.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
You are very welcome, $player.name.@@
//''With this, my preparations are complete... I should invite $m.rel Monday night. That will give her some time to prepare...''//
And with that, you pay her the $50 and go back home.
[[Go back home|House][$time.passTime(3);$player.money -= 50]]
<<set $DeepMassage to true>>
<</ctp>><<ctp "testID">>
<img src="img/Other/Player Bedroom.jpg">
As you enter your bedroom, you look at the clock.
@@.data;
7:54 P.M.@@
@@.you;
It's almost 8...@@
You know that your $m.rel went out to get her hair done and she should be getting back any time now.
@@.you;
Let's see... What would be best?@@
Looking at your wardrobe, you are reminded of how few decent clothing items you have.
@@.you;
I should really go out and buy more stuff...@@
You decide to simply go with a traditional suit.
@@.you;
Can't really go wrong with this...@@
As you finish dressing, you hear a knock on the door.
@@.you;
Come in!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Corruption Quest 15.jpg">
As your $m.rel opens the door, your jaw almost drops at the sight of the gorgeous woman standing in front of you.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
What do you think? For an old lady, I clean up nicely, don't I?@@
Seeing her hair and make up freshly done, you can clearly see where Anna got her looks from. Not being able to come up with any clever answer, you decide to go with a single word.
@@.you;
Beautiful...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thank you. You are looking quite handsome yourself... Although, I do think you need to get more clothes...@@
@@.you;
Yeah... My thoughts were the same... Maybe tomorrow I will get some new stuff.@@
As you say that, you finish putting on your watch and move next to her. Once next to her, you extend your arm towards her.
@@.you;
Are you ready to go?@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh my, what a gentleman.@@
As Kelly holds your arm, you both make it to the garage.
<<linkreplace "Drive to the restaurant">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Restaurant.jpg">
As you both arrive at the Restaurant, you make your way to the host.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Host<hr>
Good evening sir. Madam.@@
@@.you;
Good evening. I have a reservation under the name of $player.name. A table for two.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Host<hr>
Just a second, sir.@@
As he says that, he starts flipping through his book.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, it seems they still do it the old fashion way!@@
Most restaurants nowadays will use digital reservation, speeding up the process.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Host<hr>
Yes, ma'am. We pride ourselves here in giving a legitimate experience to all of our clients. That includes the moment you arrive.@@
@@.you;
Oh, fancy.@@
You are not really sure what kind of experience it is having to wait for the host to find your name inside of a huge book.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Host<hr>
Found it. Table 17... Mirelia, please escort them to the table.@@
As he says that, a perky young girl picks up a couple of drink menus and stands in front of you two.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mirelia<hr>
Right this way, sir. Madam.@@
As you follow her, you can see your $m.rel smiling from the corner of your eyes.
@@.you;
Having fun?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's been quite a while since I've been treated this way.@@
As you both arrive at the table, she gives you some space to be a gentleman.
@@.you;
Here, let me help you, madam.@@
Imitating the host, you pull out the chair to allow your $m.rel to sit.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thank you, kind sir.@@
As she sits down, you push the chair back in and have a seat yourself.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mirelia<hr>
The waiter will be with you two in a moment. Meanwhile, would you like me to bring you something to drink?@@
@@.you;
Well... I don't really understand anything about drinks... So, what do you think, madam?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh! I want some Thé Sucré Citronné, mixed with gin.@@
//''That seems... A bit too girly for me.''//
@@.you;
I will take some gin and tonic.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mirelia<hr>
Right away.@@
With that, the hostess leaves. You decide to look around.
@@.you;
Man... This place sure looks fancy.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Doesn't it? I'm actually amazed that it doesn't seem to have changed at all. I think that even the host was the same...@@
As you are both commenting about the restaurant, the hostess arrives with your drinks and a basket of bite sized bread.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mirelia<hr>
Here you go. Sir. Madam. This is a compliment from the house.@@
You watch as Mirelia puts down the bread basket in the middle of the table and the drinks in front of you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mirelia<hr>
And with that, I will be taking my leave. The waiter will be arriving soon.@@
Saying that, she does a little curtsy and leaves.
<<linkreplace "Wait for the waiter">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Corruption Quest 16.jpg">
As your $m.rel takes a sip of her drink, you decide to snack on some bread.
@@.you;
Oh! This is actually quite good! Although... There isn't much of it...@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's meant to be an appetizer while we wait for the meal. Although, the meals here are more on the smaller size as well...@@
As you are about to answer her, what you assume to be your waiter arrives.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Good evening, Sir. Madam. My name is Henri and I will be having the pleasure of serving you tonight.@@
Saying that, he gives both of you a menu.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Henri<hr>
Tonight, as une entrée, we have Soupe à L’oignon or Salade Niçoise. As for le plat principal, I recommend our Coq au Vin or Confit de Canard. For dessert, may I suggest our Chocolate Soufflé? C'est très magnifique.@@
As he talks about the menu, you noticed a very important flaw in your plans. You don't speak French. As such, other than the chocolate souffle and the chicken stew, you have no idea what any of those dishes are.
@@.emote;
Kelly chuckles@@
Seemingly noticing that you are starting to panic, Kelly takes the menus and returns them to the waiter.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
He will be having some Soupe à L'oignon, but with little pepper. As for the main dish, the Confit de Canard will do. I, on the other hand, will have the Salade Niçoise and the Coq au Vin. Please make it white wine instead of red. As for dessert, we will decide on it latter.@@
The waiter takes the menus and does a slight bow.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Henri<hr>
Understood, Madam. Sir.@@
And with that, he leaves.
@@.you;
I'm impressed, $m.rel! I didn't know you spoke french!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Speaking is a bit of an overstatement. I learned French in college and know just enough to be able to read a menu.@@
@@.you;
Well, still, I'm impressed... So... What exactly am I eating?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You'll be having Onion Soup for the entrance dish. As for the main dish, it will be duck. Confit means it was marinated for over 36 hours and then slow cooked, that way the duck meat won't be tough and dry.@@
@@.you;
Oh! That does sound good!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
As for me, I will be having a salad with a mix of lettuce, fresh tomatoes, boiled eggs, fresh tuna, green beans, Nicoise Cailletier olives, and anchovies. And of course, the Coq au Vin!@@
You nod your head.
@@.you;
Well, at least I know the last one. It's the chicken stew.@@
@@.emote;
Kelly frowns@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's not just chicken stew. It's chicken braised with wine, mushrooms, salty pork, mushrooms, onions, garlic and a drop of brandy. The chicken itself is marinated for 12 hours in a special sauce to give it even more flavor. The meat melts like butter and the soup is just divine!@@
You raise your hands in surrender and give her a grin.
@@.you;
Sorry, didn't mean to offend your meal.@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, now you know.@@
<<linkreplace "Small talk before the meal">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/French Soup.jpg">
As you're talking to your $m.rel, the first meal arrives.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Henri<hr>
Here you go. Soupe à L'oignon for the sir. With little pepper. And the Salade Niçoise for the madam. The main dish should be arriving in about 30 minutes or so. So, please, enjoy your entrée.@@
And with that, he gives a slight bow and leaves. You look down at your meal.
@@.you;
Oh! This looks good!@@
You take a whiff.
@@.you;
Smells good too!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
This is one of the highest rated restaurants in the region. Anything short of excellent would probably get the chef fired.@@
As you look at what your $m.rel ordered, you are glad you didn't ask for the same.
@@.you;
That... Looks good?@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You were never one to like salad. Don't worry, this tastes magnifique.@@
Saying that, she imitates the waiter. You can't help but laugh at that.
@@.you;
Well, if you are enjoying it, then I'm happy.@@
You both start to slowly eat, while making small talk.
<<linkreplace "Small talk before the meal">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/French Chicken.jpg">
A while after finishing your soup, the waiter arrives with the main dishes.
//''This is it?''//
You can't help but be disappointed at the amount of food.
//''How is this $20?!''//
As you look at your $m.rel, you can see her eyes practically shining as she looks at her own dish.
//''Well, I did come here for her... So whatever...''//
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Henri<hr>
And here's our plat principal. Confit de canard for the sir. And Coq au vin for the madam. The chef used our finest white wine. Please do enjoy your meal.@@
And with that, the waiter does another slight bow and leaves. Not even waiting, your $m.rel instantly drinks a spoonful of the soup.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm...!@@
@@.you;
Does it taste good?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yes! It's excellent! It's so much better than when I make it... I wonder how they do it?@@
@@.you;
From what I've read online, restaurants tend to use an unhealthy amount of butter and sugar in their meals.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
No way!@@
You watch as Kelly stares and her meal, but ultimately shrugs.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh well, it's fine if it's only once in a while!@@
You can't help but chuckle at that. You both start eating and, in a matter of moments, the meal is gone.
//''So little...''//
@@.emote;
Kelly lets out a content sigh@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... That was well worth it.@@
@@.you;
Well, I'm glad you liked it.@@
@@.emote;
Kelly stares at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name... Thank you for taking me out. I've really missed going out... I-I've been thinking about what you said last time...@@
@@.you;
Don't worry about it. I brought you out today because you deserve it. Let's just enjoy the moment, okay?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
But I-@@
As she was about to say something, someone interrupts her.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Kelly? Is that you?@@
As your $m.rel looks up at who is talking to her, she becomes surprised.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sabrina?@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Sabrina<hr>
Oh! It really is you!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Corruption Quest 17.jpg">
As the girl named Sabrina says that, she sits next to your $m.rel. Your $m.rel doesn't seem to be very comfortable.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Sabrina<hr>
It's been quite a while since I've last seen you! The last time it was at the company party, right?!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Y-yeah... It's been a while, Sabrina.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Sabrina<hr>
And what are you doing here? I don't think I've ever seen you come here.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, I'm here with my-@@
Deciding to interrupt her, you announce yourself.
@@.you;
Hello. I'm $player.name. I've brought Kelly here on a date.@@
@@.emote;
Sabrina is surprised@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Sabrina<hr>
A date?! With Kelly?! A young man like yourself? No way!@@
The way she said it hits you the wrong way.
//''What do you mean "no way"?!''//
As you are about to say something, Kelly interrupts you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name, this is Sabrina. She's my husband's secretary...@@
//''Oh... So she must be the slut that $m.rel was talking about...''//
@@.emote;
Sabrina puffs out her sizable chest@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Sabrina<hr>
That's right, I'm Mr. Smith's private secretary! Wait... Did you know that Kelly was married?!@@
You raise an eyebrow.
@@.you;
Of course.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Sabrina<hr>
And you are still going out with... Her?@@
The way she calls your $m.rel "Her" with little respect, tics you off even more. Wanting to smooth things over, your $m.rel tries to explain.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sabrina, he's m-@@
Cutting her off, you tell Sabrina what's on your mind.
@@.you;
Yes. I am going out with her. She's a wonderful woman. She's smart. Kind. And beautiful. Unlike some petulant little pest that I'm seeing.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Sabrina<hr>
Little pest?! Me?!@@
@@.you;
Of course. What else would I call someone interfering with another's date? Now, shoo. Go back to whoever is unlucky enough to be dating you.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Sabrina<hr>
W-What?! Are you telling me that dating her is better than dating me?!@@
@@.you;
That goes without saying. Kelly here is a solid 10/10. You... Eh, I guess I will give you a 7. Maybe a 6 with that personality.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Sabrina<hr>
A 6?! HOW DARE YOU!@@
As she is about to explode, the waiter approaches her.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Henri<hr>
Ma'am. I would ask you not to make a scene in the restaurant. If you persist to act this way, we will have to ask that you leave.@@
As the waiter says that, you can see Sabrina's face becoming visibly red. Both from rage and from embarrassment.
@@.emote;
Sabrina glares at you@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Sabrina<hr>
I will remember your face...@@
Saying that, she stomps her way back to her table. You apologize to the waiter.
@@.you;
I'm sorry for the scene...@@
@@.emote;
Henri smiles and gives you a slight bow@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Henri<hr>
Not at all. I saw what happened. It was very manly of you to protect the honor of your lady.@@
@@.you;
Well, what can I say... She's well worth it.@@
As you look at Kelly's face, you can see that her mouth is slightly open in surprise, her cheeks flushing.
@@.you;
But this kind of soured the mood. Could you please bring me the check?@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Henri<hr>
Right away, sir.@@
As the waiter leaves, your $m.rel looks at you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You didn't have to do that...@@
@@.you;
Oh, I didn't have to. I wanted to. I'm not going to let some 2 bit sow talk like that to you. Especially when she's nowhere near the same level as you.@@
@@.emote;
Kelly's face flushes more and she chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well... I can't deny it felt good being protected...@@
As the bill arrives, you can't help but have a small panic attack.
//''$90?! For 2 drinks and 2 small meals?! Wait! There's still a $10 tip?!''//
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name? Do you want me to help you with that?@@
@@.you;
N-Not at all! Don't worry. I said it was my treat. I've been making good money lately, so this is nothing.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, since you want to be a gentleman to the end, I won't stop you.@@
With slight tears in your eyes, you pay the waiter and leave the restaurant.
@@.love;
Kelly loves you a little more@@
[[Go home|Special Massage][$time.passTime(1);$player.money -= 100;$m.love += 1]]
<</ctp>><<ctp "SpecialMassage">>
<img src="img/Other/Driving Night.jpg">
As you leave the restaurant with your $m.rel, you decide to strike some conversation.
@@.you;
Sorry about how things ended... I usually wouldn't blow up like that, but I couldn't take her bad mouthing you...@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's alright! Honestly? I kind of like having my little man protecting me. And Sabrina isn't exactly a nice person, so you don't need to feel bad for her.@@
//''Little man, eh?''//
You slowly reach your house. Once there, you park the car in the garage and both of you get out of it.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Corruption Quest 15.jpg">
As you finishing locking the door, you look at your $m.rel and notice that she's staring right at you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's been a wonderful night... It almost feels like I'm young again...@@
You smile at her.
@@.you;
Well, don't worry. It won't be the last.@@
@@.emote;
Kelly looks a bit uncertain@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
But... I...@@
//''She's almost there! Just a little more!''//
You shake your head.
@@.you;
Don't worry. You know I love you. And I want to do everything I can for you.@@
As you say that, you approach her.
<<linkreplace "Kiss her again">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Kiss.jpg">
You decide to give her a kiss. Even though she's not really drunk, you are sure her feelings for you slowly changed during the course of the date. She puts a small amount of resistance at first, but eventually surrenders and kisses you back. After a while, she pulls back and puts a hand on her lips.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... It does feel good to kiss someone again...@@
@@.you;
We can do more than just kissing...@@
As she looks at you with uncertainty again, you decide to try a different strategy.
@@.you;
Oh, yeah! I just remember! I had a part 2 of our date prepared.@@
@@.emote;
Kelly is slightly confused@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Part two?@@
@@.you;
Yes! I know you've been working really hard lately, so I've decided to do this!@@
As you walk past her, you open the door to the living room. And there was a massage table laying in wait, with some oil and a towel next to it.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
A massage!@@
You crack your finger.
@@.you;
And I've got to warn you, I've become better at giving massages. I will wash all that fatigue away.@@
While still a bit uncertain, the idea of receiving a massage wins out in the end.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
W-Well, I guess there's nothing wrong with having my $player.m massage me...@@
You give her a smile.
@@.you;
Of course. I will just go get a few more things. Meanwhile, you can put on that towel.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Okay!@@
And with that, you go to your bedroom to change your clothes.
<<linkreplace "Change clothes and come back">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 1.mp4" autoplay loop/>
As you arrive, you catch your $m.rel only in her panties, using the towel to cover herself.
//''It's now or never!''//
@@.you;
I see you are ready. Now lie down and let me take care of you.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm not going to say no to that.@@
Saying that, she lays on the table.
<<linkreplace "Start the massage">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Corruption Massage 2.jpg">
With her head down, you take the oil and slowly start spreading it on her back.
@@.emote;
Kelly releases a slight moan@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I can already see that you are better at this...@@
As you are spreading the oil, you are also slowly massaging the area.
@@.you;
This is just the start...@@
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 3.mp4" autoplay loop/>
As you finish spreading the oil, you slowly move your hands.
@@.emote;
Kelly slightly moans@@
As you massage her, you can clearly feel the heat in your body starting to spread and enter hers.
//''She will become a lot more relaxed if I do this...''//
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 6.mp4" autoplay loop/>
You slowly move from her upper back to her lower back. You move the towel a bit, but she doesn't mind.
@@.emote;
Kelly moans a bit@@
@@.you;
Does that feel good?@@
With a drawn out breath, she answers you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yess...@@
@@.you;
Great! Then I'm going to move to your legs, okay?@@
You can see Kelly nodding her head.
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 4.mp4" autoplay loop/>
You move your hands up and down her legs, making sure to put pressure at the correct points.
@@.emote;
Kelly groans@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah... Yes... My legs really needed that...@@
You slowly knead the muscles, trying to get any sign of stiffness out of them.
@@.you;
How does it feel?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It feels great...@@
You start to hum and focus on her thighs.
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 5.mp4" autoplay loop/>
You carefully massage her thighs, making sure not to go too deep.
@@.emote;
Kelly releases a muffled moan@@
//''Seems like she's trying to stop herself from moaning...''//
You look back at her and you can see her face smushed into the towel.
@@.you;
I'm going to increase the pressure, okay?@@
@@.emote;
Kelly releases muffled noises@@
@@.you;
I'm going to take that as a yes.@@
You put a bit more pressure on her thighs and can feel her body trembling slightly.
//''Seems like she's really starting to feel good now... Time for the final push!''//
@@.you;
I've learned a few new tricks...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm...?@@
@@.you;
It's called full body massage. Besides your back and your legs, the front of your body also needs to be taken care of.@@
You finish massaging her thighs and move to her front again, helping her flip around.
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 18.mp4" autoplay loop/>
As you flip her around, her huge breasts are in front of you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm sorry you have to see my saggy breasts...@@
@@.you;
Saggy? What are you talking about, your breasts look beautiful!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I know you are saying that to be nice, but that does make me feel better...@@
//''Seems like this whole age issue is really getting to her...''//
You start moving your hands. Starting with her arm and slowly making it up her breasts.
@@.emote;
Kelly moans@@
@@.you;
I'm not saying it just to be nice...@@
As you move your hands closer and closer to her breasts, you make sure to apply friction using your palms. Eventually, your hands reach her breasts. Using your hands, you take them into a cup and slowly rotate them, being careful not to apply too much pressure.
@@.emote;
Kelly moans more@@
@@.you;
And you may say they are saggy, but they do feel nice a firm...@@
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 19.mp4" autoplay loop/>
You hands slowly move down to her stomach and back to her breasts.
@@.emote;
Kelly moans a bit loudly@@
@@.you;
Does it feel good?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Y-Yes... It's been so long since a man touched me like that...@@
//''Great! Seems like she's prepared!''//
@@.you;
Well, it's only going to feel better from here...@@
You move your hands up to her breasts and try to fully cover them with your hands.
//''Hot damn! They are so big that I can barely fit them in my hands!''//
Protecting her nipples with your fingers, you use the base of your palm to apply friction, while using your fingers to apply pressure.
@@.emote;
Kelly moans even louder@@
You whisper in her ears.
@@.you;
I'm going to need you to turn around...@@
Without even resisting, she turns and on her stomach again. Once on her back, you slowly move your hands from her back to her ass. And from there, you slowly start to massage her ass again, but this time, you move your hands under her panties and slowly remove them.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Uh... $player.name?@@
Not giving her a time to stop you, you get to work.
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 20.mp4" autoplay loop/>
You quickly start massaging her ass, taking a handful of it into your hand and kneading it.
@@.emote;
Kelly moans loudly@@
As your hands move, your fingers some times caress her pussy.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah! $player.name!@@
As your hands keep moving, you can feel your $m.rel starting to tremble.
//''She's almost there... Just a little more!''//
<<linkreplace "Move to her pussy">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 21.mp4" autoplay loop/>
You move your hand from her ass to her pussy and slowly start to massage it.
@@.emote;
Kelly moans loudly@@
As she moans, she curls up her fingers and her toes, trying to resist the pleasure that is coming from your hand.
@@.you;
Don't worry, $m.rel! It's okay to feel good!@@
As you say that, you slowly stat to pick up speed.
@@.emote;
Kelly moans even louder@@
//''One last push!''//
<<linkreplace "Go for the kill">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 22.mp4" autoplay loop/>
You start to vigorously stir it, making sure to move her labia while also teasing the clit.
@@.emote;
Kelly moans very loudly@@
As your hand moves, you can feel that her pussy is trying to contract, her ass shaking nonstop.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I-I'm cumming!@@
As she cums, you keep up the pressure, trying to maximize the time she remains in climax.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah! No! I'm cumming again!@@
This repeats a few more times until she finally stops cumming.
@@.emote;
Kelly is breathing heavily@@
@@.you;
So, how did it feel?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I haven't cummed this hard in such a long time... I had almost forgotten how it felt like... And to think it was my $player.m that did it... Does it make me a bad $m.rel that I enjoyed it?@@
@@.you;
What? Of course not! You are a wonderful $m.rel! So much so that I want you to feel good! Both in body and mind!@@
As you stare at Kelly, she becomes silent. Seemingly deep in thought. After a while, she nods her head.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yes... Of course... After all, we should be looking out for each other.@@
@@.you;
Exactly!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You know what? Screw society! It hasn't been treating me nice, so why should I care what it thinks?!@@
As Kelly becomes even more passionate about it, you move to her front to help her get off the table.
@@.you;
That's right! Who cares what they think? All that matters is what we feel!@@
As Kelly is nodding her head at your words, she notices the bulge in your pants.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Speaking of feeling... You made me cum so hard, yet you are standing there with your cock all hard...@@
@@.you;
Oh, don't worry about it. Tonight was for you. I can take care of this on my own...@@
@@.emote;
Kelly frowns@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Now, that won't do! You have to listen to your $m.rel! Now drop those pants, young man!@@
<<linkreplace "Take off pants">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 23.mp4" autoplay loop/>
Unable to resist, you start to undo your pants.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Here, let me help you.@@
Saying that, she also starts to undo your pants. After pulling down your zipper, your cock bursts out of your pants.
@@.emote;
Kelly grins@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, my! Seems like someone is happy to see me!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 24.mp4" autoplay loop/>
As your pants are removed, your $m.rel starts to give you a handjob. Her experienced hands instantly make you feel pleasure. You can't help but moan.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You aren't the only one here that's good with his hands...@@
As she keeps moving her hands, you feel the pleasure building up in you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Seems like just my hands won't cut it...@@
//''Is she-?!''//
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 25.mp4" autoplay loop/>
Before you can even finish thinking, she takes your full cock into her mouth. The additional pleasure causes you to groan.
You watch as your $m.rel slowly moves her head up and down. As she does so, she starts touching her own breasts.
//''Seems like she's not shy about getting her own pleasure anymore...''//
As she continues to move, you aren't able to take it anymore.
@@.you;
Hey, $m.rel... I want to fuck your face...@@
You look at Kelly as she looks up to you. Without saying anything, she just positions her hand to give her support.
<<linkreplace "Fuck her face">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 26.mp4" autoplay loop/>
With her permission, you start fucking her face.
@@.emote;
Kelly releases a muffled moan@@
As you are fucking her face, she's touching her breasts. You start to feel the pressure that's being built up reaching it's maximum.
@@.you;
Ah! $m.rel! I'm about to cum!@@
Without saying anything, she just remains in position, ready to receive your load into her mouth. Unable to hold back any longer, you move even faster and start to cum in her mouth.
@@.you;
Urgh!@@
As you are cumming, you can feel her mouth moving, drinking your semen. After a while, you pull back, your cock completely clean. You are breathing hard.
@@.you;
That was awesome...@@
You can hear Kelly gulp.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
So that's what you taste like... I think I can get used to this taste...@@
@@.you;
Does that mean...?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
What? Surely you didn't expect me not to want to be pleasured after all of this, right?@@
You give her a smile.
@@.you;
Of course not! I'm ready if you are!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah... But I don't think I can have sex with you just yet... I'm still getting used to this feeling...@@
@@.you;
It's fine. I'm not going to rush you.@@
//''You will want it eventually...''//
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Corruption Quest 27.jpg">
As you put your clothes back on, you look back at Kelly.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Honey?@@
@@.you;
Yes, $m.rel?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Don't you have school tomorrow?@@
You can't help but laugh.
//''Guess some things just won't change...''//
@@.you;
Yep, I will be going to bed now. I'm sure I'm going to have a good night sleep.@@
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm sure I will have a good night too. Thank you, honey... I love you.@@
@@.you;
Love you too, $m.rel...@@
As you turn around to go to your bedroom, Kelly calls you back.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Aren't you forgetting anything?@@
@@.you;
Uh...?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
My goodnight kiss!@@
@@.you;
Oh!@@
You approach her and give her a deep kiss.
<img src="img/Kelly/Kelly Kiss.jpg">
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... I think I can get used to these kisses. Now, good night honey.@@
@@.you;
Night, $m.rel.@@
And with that, you return to you bedroom.
@@.corruption;
You've become more corrupted@@
@@.corruption;
Kelly feels more depraved@@
@@.corruption;
Kelly becomes more corrupted@@
[[Go to bed|Sleep][$player.corruption += 1;$m.corruption += 1;$m.corruptionlevel += 1]]
<</ctp>><<if $player.charm gte 20>><span style="color:green;">Raise Charm to 20</span><<else>><span style="color:red;">Raise Charm to 20</span><</if>>
<<if $KellyDrink>><span style="color:green;">Talk to Kelly while she's drunk (Mon; Night)</span><<else>><span style="color:red;">Talk to Kelly while she's drunk (Mon; Night)</span><</if>>
<<if $KellyDrink>>
<<if $AnnaPlan>><span style="color:green;">Talk to Anna (Wed/Fri; Evening)</span><<else>><span style="color:red;">Talk to Anna (Wed/Fri; Evening)</span><</if>>
<<if $SarahPlan>><span style="color:green;">Talk to Sarah (Wed/Fri; Evening)</span><<else>><span style="color:red;">Talk to Sarah (Wed/Fri; Evening)</span><</if>>
<<if $ThePlan>><span style="color:green;">Hatch a Plan (Bedroom)</span><<else>><span style="color:red;">Hatch a Plan (Bedroom)</span><</if>>
<</if>><<if $ThePlan>>
<<if $JessicaCall>><span style="color:green;">Call Jessica (Bedroom)</span><<else>><span style="color:red;">Call Jessica (Bedroom)</span><</if>>
<<if $DeepMassage>><span style="color:green;">Learn Deep Massage (Sun; Noon; $50)</span><<else>><span style="color:red;">Learn Deep Massage (Sun; Noon; $50)</span><</if>>
<<if $player.money gte 100>><span style="color:green;">Have at least $100</span><<else>><span style="color:red;">Have at least $100</span><</if>>
<<if $m.corruption is 19>><span style="color:green;">Reach 19 points in Kelly's Corruption</span><<else>><span style="color:red;">Reach 19 points in Kelly's Corruption</span><</if>>
<<if $KellyInvite>><span style="color:green;">Invite Kelly to a date (Mon; Night)</span><<else>><span style="color:red;">Invite Kelly to a date (Mon; Night)</span><</if>>
<span style="color:red;">Date With Kelly (Sun;Night)</span>
<</if>>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@<img src="img/Kelly/Kelly Corruption Quest 1.jpg">
As you enter the kitchen, you see your $m.rel drinking.
@@.you;
Hey, $m.rel...@@
@@.emote;
Kelly looks up at you and smiles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Heey, honey! What are you doing up so late?@@
@@.you;
Well, since I saw you were here drinking alone, I thought that I would pop in and give you a little bit of company.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Awww, how sweet of you! But you shouldn't be drinking, since you've got school tomorrow...@@
You shrug.
@@.you;
I don't have to drink to keep you company.@@
@@.emote;
Kelly nods her head@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Then that's fine, but make sure to not stay up too late, okay?@@
And with that, both of you talk about your respective days. Kelly rants about the difficulties of corporate politics and you talk about your days at school. Eventually you both run out of simple things to talk about and you decide that it would be a great time to bring up the subject.
@@.you;
Say... Have you ever heard of Le Meilleur?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Le Meilleur? As in... The restaurant?@@
@@.you;
Yes, that one.@@
@@.emote;
Kelly nods her head@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I remember it... My husband took me there a few years back, during our anniversary... It was a really fancy place...@@
@@.emote;
Kelly sighs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Which reminds me that it's been years since he's taken me out anywhere other than board meetings...@@
//''Now to carefully invite her...''//
@@.you;
Well, I've made a reservation at that restaurant. Would you like to go with me?@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Wouldn't you rather take your girlfriend instead?@@
@@.you;
You know I don't have a girlfriend... Plus, I would much rather take a beautiful mature woman to it.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh? And I would be that beautiful mature woman?@@
You give her a smile.
@@.you;
Exactly! It's also been ages since the last time we went out for something special. So, take it as a way of me saying that I appreciate everything you've done for me.@@
You watch as Kelly looks at you with a little bit of hesitation. She clearly wants to go out with you, and she would usually easily accept it, but it seems like your last conversation with her is still in her mind.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Honey... I-I don't think it's a good idea...@@
You take her hand into yours.
@@.you;
Please? Come on, I promise that all that we will do is go out for dinner and have a good time! Surely that's fine, right?@@
@@.emote;
Kelly is still hesitant@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
B-But...@@
@@.you;
Also, I've heard that they've recently started serving Coq au Vin...@@
As you say that, you can see her eyes light up.
//''It's always been her favorite...''//
@@.emote;
Kelly nods her head@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well... There's nothing wrong with a $m.rel and $player.m going out for dinner...@@
@@.you;
Great! The reservation is for Sunday night!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
O-Okay! I will make sure to be ready by then... I need to go do my hair... Maybe a new dress?@@
While hesitant, you can clearly see that she's excited by the prospect of going out on date.
//''Yes! Now I just have to make sure she has a good time and let her guard down! I've also got to make sure I have enough money...''//
<<set $KellyInvite to true>>
[[Finish talking to her|House][$time.passTime(1)]]<<ctp "KellyPhotos">>
<img src="img/Kelly/Kelly Photos 1.jpg">
As you're looking at the yard, you spot your $m.rel. Since only you and her are at home at the moment, this would be an excellent time to take some pictures of her.
@@.you;
Hey, $m.rel! Want to take some pictures?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh? Hi, $player.name!@@
@@.emote;
Kelly walks up to you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Photos? Hm... Sure, I would love to!@@
@@.you;
Great! Would you mind standing over there?@@
You watch as your $m.rel walks into position.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Right here?@@
@@.you;
Yes! That's perfect, now if you could me a pose!@@
As Kelly poses, you start to take pictures.
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 2.jpg">
You watch as your $m.rel gets into a standard pose.
@@.you;
Very nice!@@
You begin taking pictures of her.
@@.you;
Okay! Now let's try and change it a bit! How about you pull the collor a bit open, in order to show off the necklace?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Okay!@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 3.jpg">
As your $m.rel pulls her collor open, you take more pictures.
//''Great! Seems like I can push her quite a bit further this time!''//
@@.you;
That's very nice! Now, let's try to expose a little more of your chest!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh... I know what you want...@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 5.jpg">
As your $m.rel says that, she unbuttons the top button of her blouse.
//''Whoa!''//
@@.you;
Excellent!@@
You take more pictures of her.
@@.you;
Could you, perhaps, open it up a little bit more?@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sure!@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 6.jpg">
You watch as she unbuttons the last button of her blouse.
//''Man! Those tits look tight!''//
You keep taking more pictures.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, since I've opened the blouse this much, I don't think I need to keep it on, do I?@@
@@.emote;
Kelly winks at you@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 7.jpg">
You watch as she fully removes her blouse and poses.
//''Whoa! I didn't even need to say anything!''//
@@.you;
Now that's what I'm talking about! If you ever stop working at the company, I'm sure model agencies will be rushing to you, begging for you to model for them!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Even though I know that isn't true, I do appreciate the compliment.@@
//''Let's keep this ball rolling!''//
@@.you;
How about we change the pose a little bit?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh? What do you have in mind?@@
You give her a grin.
@@.you;
I want to take a few pictures of your backside!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
My backside?@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, I'm sure it's my backside you want...@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 8.jpg">
As she says that, she turns around and raises her skirt a little bit, while pushing her ass up.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Is this the backside you want?@@
//''Whoa mama!''//
You give her the thumbs up.
@@.you;
I'm glad that we are both on the same wavelength!@@
You start taking pictures of her ass.
//''Now if she would only just...''//
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 9.jpg">
As you are thinking, your $m.rel slowly lowers her skirt.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Better?@@
//''Is she a mind reader?!''//
@@.you;
Much better!@@
You take even more pictures.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, I guess I don't need this skirt anymore...@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 10.jpg">
As she says that, she takes off her skirt and poses for you again.
//''Why do I feel that I'm not in control here anymore?''//
@@.you;
Very nice! You have a beautiful body, $m.rel!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thanks, honey. It always feels great to hear that.@@
//''Great! Now to take control again!''//
@@.you;
Hey, how about you hug yourself for me? I want to get a few pictures of that.@@
@@.emote;
Kelly is a bit confused@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Like this?@@
@@.you;
Yes! Now slightly raise your arms!@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 11.jpg">
You watch as she slowly raises her arms, causing her breasts to become accentuated.
@@.you;
Excellent! Keep it like that!@@
As you are taking pictures, it finally dawns on your $m.rel what you really wanted.
@@.emote;
Kelly grins at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, I see... Clever.@@
As she says that, you notice that her bra straps start to slack and end up falling down her arms. Your $m.rel notices this and uses her hands to hold it in place.
//''Ah! So close!''//
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Dissapointed?@@
@@.you;
A little.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, I can't allow that, now can I?@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 12.jpg">
As your $m.rel says that, she removes her bra.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Satisfied now?@@
//''Whoa!''//
@@.you;
Very!@@
You take some more pictures of her.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, I may as well go back to the pose you wanted.@@
@@.emote;
Kelly winks at you@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 13.jpg">
You watch as she pushes her breast together.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
There you go. This was the pose you wanted, right honey?@@
//''Seems like she's in control again...''//
@@.you;
Well, what can I say! You really know me well!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Of course. There isn't anyone in this world that knows you better than me. After all, I've known you your whole life.@@
//''True...''//
@@.you;
Well, if you know me so well, can you guess what I want this time?@@
@@.emote;
Kelly thinks for a bit and then smiles@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 14.jpg">
As she smiles, she moves her arms and exposes her body to you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You want a better look at my body...?@@
//''Nice! Screw being in control! Let's see what she got!''//
Your hands move quickly and you start taking pictures.
@@.you;
Oh! That's right! Let's see how long you can keep guessing!@@
@@.emote;
Kelly chuckles@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 15.jpg">
You watch as she slowly lowers her panties, giving you a clear view of her genital area.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
This?@@
You keep on taking pictures.
@@.you;
I've got to hand it to you, you do know me! But, can you guess what I want now?@@
@@.emote;
Kelly thinks for a while and grins@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 16.jpg">
As she grins, she turns around and gives you a good view of her ass.
@@.emote;
Kelly winks@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You obviously want to take a look at my naked backside.@@
You can't help but laugh.
@@.you;
What can I say! I'm a man of refined taste!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I guess so... But these panties are making it hard to move...@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 17.jpg">
You watch as she takes off her panties and poses for you again.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Much better.@@
//''Much better! Also, I've got an idea!''//
@@.you;
Looking at you naked like that reminds me of something I once saw on a magazine!@@
@@.emote;
Kelly raises an eyebrow@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh? What kind of magazine?@@
You can't help but cough.
@@.you;
Oh, you know... The gentleman kind.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Gentleman, uh? And what did you see?@@
@@.you;
I saw this lady posing on the ground. While she was beautiful, she couldn't even hope to hold a candle to you! So I was hoping you could pose like her for me!@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Quite the smooth talker now, aren't you?@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 18.jpg">
As she says that, she slowly lowers herself to the floor.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Like this?@@
@@.you;
Almost! Now just push your leg a little bit higher and use your hand to support you!@@
You watch as she shifts position a little bit.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Like this?@@
@@.you;
Perfect!@@
You take some more pictures.
@@.you;
Now I want you to pose in a way that I can see a heart!@@
@@.emote;
Kelly is slightly confused@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
A heart?@@
You grin at her and explain it.
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 19.jpg">
You watch as she moves forward and raises her ass.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Like this?@@
@@.you;
Pull your legs in just a little bit more and raise your ass a bit higher!@@
She does as you say.
@@.you;
Perfect! Keep it like that!@@
You start taking pictures.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
How does this pose show you the heart?@@
You give her a grin.
@@.you;
Because it makes the shape of your ass look like a heart!@@
As you say that, Kelly bursts out laughing. As she's laughing, you hear the garage door starting to open.
//''Really?! Right now?!''//
@@.you;
Ah!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Guess we are out of time... But you can take one last picture.@@
<<linkreplace "Take some pictures">><<scrollTop>><<ctpAdvance "KellyPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Photos 20.jpg">
As Kelly says that, she turns sits down and opens her legs.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Satisfied?@@
@@.you;
Well, I guess this will do for now. But looking at your body is so addicting that I don't think I will ever be satisfied.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You really have become quite the smooth talker... Well, we can always take more pictures.@@
@@.you;
Really?!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Of course. I had a lot of fun today. And I always enjoy being called beautiful by you.@@
@@.you;
Well, then I guess I will just have to make this a habit!@@
@@.love;
Kelly loves you a little more@@
@@.corruption;
Kelly is a little more corrupted@@
[[Wrap it up|House][$time.passTime(1);$m.corruption += 1;$m.love += 1]]
<</ctp>><<ctp "KellyYardMassage">>
<img src="img/Kelly/Kelly Bikini Yard 1.jpg">
As you are walking in the yard, you notice that your $m.rel is sunbathing.
@@.you;
Hey, $m.rel!@@
@@.emote;
Kelly removes the headphones@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, hi honey! Do you need anything?@@
@@.you;
Not at all, I was just wondering if you want me to rub some sunscreen on your back.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You would do that? Thank you! That would be very helpful!@@
You get the sunscreen ready and move behind your $m.rel.
@@.you;
I'm going to take off your top, okay?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sure.@@
<<linkreplace "Take off her top and rub some sunscreen">><<scrollTop>><<ctpAdvance "KellyYardMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Bikini Yard 2.mp4" autoplay loop/>
You start rubbing the sunscreen on her back.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... It really does feel good when you rub it in.@@
@@.you;
Well, I've been getting plenty of experience massaging you.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
That is right... I always appreciate those massages.@@
<<linkreplace "Spread the sunscreen">><<scrollTop>><<ctpAdvance "KellyYardMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Bikini Yard 3.mp4" autoplay loop/>
You slowly move your hands up her back.
@@.you;
Just got to make sure to fully cover your back... Don't want you to get a sun burn.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You are such a good $player.m.@@
As you move your hands, you can't help but stare at her ass. An idea pops into your head.
<<linkreplace "Surprise Attack">><<scrollTop>><<ctpAdvance "KellyYardMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Bikini Yard 4.mp4" autoplay loop/>
As you finish spreading the sunscreen all over her back, your hand slowly got down her hip and on to her ass.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Honey?@@
@@.you;
I have to make sure your ass doesn't get any sunburn either. It would be a shame if such a beautiful ass ended up getting a nasty burn.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, I guess you are right.@@
//''Nice! I got her permission!''//
As you move your hands, you slowly take off her bottom part of the bikini.
<<linkreplace "Spread the sunscreen on her ass">><<scrollTop>><<ctpAdvance "KellyYardMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Bikini Yard 5.mp4" autoplay loop/>
You pour some sunscreen on her ass and start spreading it around.
@@.emote;
Kelly moans@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You really have gotten better with your hands...@@
//''It's not just my hands that got better... But I can't do that... Yet...''//
<<linkreplace "Finish">><<scrollTop>><<ctpAdvance "KellyYardMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Bikini Yard 6.mp4" autoplay loop/>
You slowly finish spreading the sunscreen all over her ass and back.
@@.you;
There! Done!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thank you honey, that really helps me out.@@
@@.you;
Not a problem. It was my pleasure!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, I can see how it would be.@@
As you get up to leave, you notice that she doesn't pull her bikini back up. Noticing your confusion, your $m.rel chuckles again.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It would be a real shame to waste the sunscreen. May as well get a nice tan on there.@@
You can't help but nod your head.
@@.you;
Hey, won't see me complaining.@@
@@.corruption;
Kelly becomes more corrupted@@
[[Go back inside|House][$m.corruption += 1;$time.passTime(1)]]
<</ctp>><<ctp "KellyMassage">>
<img src="img/Kelly/Kelly Livingroom Massage 1.jpg">
After getting out of the shower, you decide to enter the living room. There you see your $m.rel with a bottle of oil in her hands.
@@.you;
Hi $m.rel, what are you doing?@@
@@.emote;
Kelly is surprised to see you with only a towel@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, hi honey. I was just massaging my feet.@@
//''Hm... May as well ask her...''//
@@.you;
My back is kinda acting up, would you mind giving it a massage?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sure, honey! Come, lay down here!@@
<<linkreplace "Lay down">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 3.mp4" autoplay loop/>
As you lay down on your stomach, you can feel a familiar weight on your ass.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Feels like I'm sitting on a stool, instead of cushion...@@
You can't help but laugh at that.
@@.you;
Sorry $m.rel, comes with working out...@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's alright, if you are healthy, I'm happy.@@
Saying that, she puts on the oil on your back.
//''AH!''//
@@.you;
Man that oil is cold!@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Don't be a wimp!@@
Saying that, she starts to move her hands.
<<linkreplace "Be massaged">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 4.mp4" autoplay loop/>
You can't help but moan a bit, as she slowly removes the stiffness.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Does it feel good?@@
@@.you;
Very...@@
@@.emote;
Kelly chuckles@@
You groan as she slowly kneads your muscles.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You have such a wide back...@@
@@.you;
A wide back?@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yeah, it's a sign that you are a reliable man!@@
<<linkreplace "Be massaged">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 5.mp4" autoplay loop/>
As Kelly looks at your back, a grins grows on her face.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I've actually got an idea I always wanted to try...@@
@@.you;
Oh? And what would that be?@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You will see...@@
While you are not able to see her, you can hear some clothes rustling.
//''Is that what I think it is?''//
<<linkreplace "Be massaged">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 6.mp4" autoplay loop/>
As you are laying down, you suddenly feel something soft pressing on your back.
@@.you;
Is that...?@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
After watching this being done in a movie once, I wanted to try it out myself... How does it feel?@@
@@.you;
It actually feels pretty good...@@
@@.emote;
Kelly hums@@
<<linkreplace "Be massaged">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 8.mp4" autoplay loop/>
As you lay there, you can feel the softness increase.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
How about now?@@
//''It's not doing anything in terms of massages, but I'm not complaining!''//
@@.you;
It feels great! It's definitely increasing my bloodflow...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Your blood flow? ... Oh!@@
@@.emote;
Kelly grins@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
That reminds me, I've learned how to give a frontal massage as well.@@
@@.you;
A frontal massage?@@
You feel the weight getting off your ass.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yes! Come, turn around, let me show you!@@
You flip yourself around on the sofa and lay on your back. In front of you, you can see your $m.rel's two perky breasts as she looks at you. Your crotch reacts to that view.
@@.you;
Like this?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Exactly! Now, let me just take my seat...@@
Saying that, she sits on top of your crotch.
@@.you;
Ah!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
A little bumpy, but this will do.@@
<<linkreplace "Be massaged">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 9.mp4" autoplay loop/>
You watch as your $m.rel gets the oil out and starts pouring it into her hands.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Let's heat it up a little bit...@@
As she says that, she slowly moves her hand with the oil, creating a naughty sound. Your crotch reacts again.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh! A little bumpier than I thought!@@
@@.emote;
Kelly chuckles@@
You feel slightly embarrassed.
@@.you;
Sorry...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Don't worry, honey. It's a perfectly normal way for a healthy young man like yourself to react...@@
As she says that, she starts to massage your chest. While feeling her cool hands on your chest, you can't help but stare at the pair of tits that are right in front of you. Your crotch reacts again, pressing against your $m.rel's nether region.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah!@@
@@.emote;
Kelly chuckles and gives you a naughty smile@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I guess somewhere else wants a massage too...@@
//''Is she?''//
<<linkreplace "Be massaged">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 10.mp4" autoplay loop/>
You watch as your $m.rel moves her hand down your thigh and on to your junk. You can't help but slightly moan as she touches it.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh my... Look at how stiff it is... Do you want me to massage the stiffness out of it?@@
As she's touching your cock, you can only nod your head.
@@.emote;
Kelly grins@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
But to get this stiff just by having your $m.rel sit on it... How naughty...@@
Seems like your $m.rel is really into it now.
@@.you;
What man wouldn't react this way when there's a beautiful woman sitting on them? Not even counting the perfect pair of breasts that are in front of me.@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
And there you go, bringing out that silver tongue of yours. But I can't say I dislike it.@@
Saying that, she slowly moves back and in between your legs.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Now let's have a little looksie here...@@
<<linkreplace "Be massaged">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 11.mp4" autoplay loop/>
As your $m.rel takes off the towel, your cock stands erect, ready to receive some attention.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Seems like it really wants to be massaged...@@
As she says that, she slowly moves her oil covered hand over your cock. You can't help but tremble.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's so firm... And long...@@
You watch as she stares at your cock, he face slowly getting closer to it.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I think it's too sensitive for me to use my hands... Don't you think?@@
//''Is she going to give me a blowjob?!''//
You can't help but nod with hopeful expectations.
<<linkreplace "Be massaged">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 12.mp4" autoplay loop/>
As your $m.rel's face gets next to your cock, she gives it a lick. You can't help but moan at the sudden pleasure.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Tastes like the massage oil... Good thing I use the edible kind...@@
As she says that, she slowly starts to work on the tip of your cock.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I guess I will have to use my hand, after all...@@
<<linkreplace "Be massaged">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 13.mp4" autoplay loop/>
You watch as your $m.rel starts to give you a blowjob in earnest, using her hand to further increase your pleasure.
She starts by slowly sucking on your cock's tip and using her hand to create pressure in your shaft. The fatal combination slowly start to drive you to your end point.
As you are getting used to this pleasure, your $m.rel changes her game and, instead, takes your full cock into her mouth, creating a different type of pleasure.
@@.you;
Ah! I'm close to cumming!@@
<<linkreplace "Be massaged">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 14.mp4" autoplay loop/>
As you tell her that, she just smiles and redoubles her effort.
She goes back to sucking the tip of your cock and using her hand to pleasure your shaft, but this time she does it a lot more aggressively. This brings you to your end point.
@@.you;
Crap! I'm going to cum!@@
As you say that, your $m.rel takes your cock out of her mouth and starts jerking it.
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "KellyMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Massage 15.mp4" autoplay loop/>
Unable to hold back any longer, you end up cumming on her breasts.
@@.you;
Urgh!@@
As you cum, you can't help but groan.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
That's right baby, let it all out...@@
After you finish cumming, your $m.rel smiles at you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
So, how did it feel?@@
@@.you;
Best... Massage... Ever...@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm glad that you enjoyed it.@@
Saying that, she takes one of her fingers that is covered in cum, and licks it off. The sight of that causes your cock to want to react again.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Sour... Maybe I should have you eat more fruits in the morning?@@
@@.you;
Does that actually help with the taste?@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I don't know, but if you are going to keep cumming on me, we may as well try.@@
@@.emote;
Kelly stretches@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, I better go take a shower. I don't want to stink the whole house.@@
@@.corruption;
Kelly is a little more corrupted@@
[[Watch Kelly leave|House][$time.passTime(1);$m.corruption += 1]]
<</ctp>><<ctp "KellyLivingroomShower">>
<img src="img/Kelly/Kelly Livingroom Shower 1.jpg">
While laying down on the sofa, you spot your $m.rel coming in. She seems to be a bit sweaty.
@@.you;
Hey $m.rel, what were you up to?@@
@@.emote;
Kelly turns around@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, hi honey. I just went out for a run.@@
@@.you;
Were you able to get a good exercise?@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, I am all sweaty@@
As she says that, you can't help but sniff the air. You can feel the smell of her sweat. Oddly enough, all it does is arouse you.
@@.emote;
Kelly stretches@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, I'm going to go take a shower! See you later@@
@@.you;
Okay, see you.@@
As you watch her leave to the bathroom, you can't help but be interested in taking a look.
@@.you;
Well... I've already seen her naked... So I'm sure she won't mind...@@
Using your flawed logic, you get up from the sofa.
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "KellyLivingroomShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Shower 2.mp4" autoplay loop/>
You decide to spy on her taking a shower.
//''Wow... Look at those breasts!''//
You become mesmerized by her breasts, causing you to focus your attention on them.
<<linkreplace "Focus">><<scrollTop>><<ctpAdvance "KellyLivingroomShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Shower 3.mp4" autoplay loop/>
You're eyes can't help but be glued on her breasts.
//''I wonder if she needs some help soaping up...''//
As you are focused, you don't notice that you took a step forward, causing some noise.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah!@@
<<linkreplace "Crap...">><<scrollTop>><<ctpAdvance "KellyLivingroomShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Livingroom Shower 4.jpg">
As your $m.rel is surprised, she turns around and covers her naked parts.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name?! What are you doing here?!@@
You can't help but be embarrassed and scratch your head.
@@.you;
H-hey $m.rel... Uh... Oh! I just thought that I could help you by washing your back!@@
@@.emote;
Kelly sighs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Geez, $player.name... Are you trying to give your $m.rel a heart attack? You could have at least knocked..@@
@@.you;
Sorry...@@
@@.emote;
Kelly grins at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Also, are you really here to wash my back?@@
//''Crap... She's on to me... May as well come clean...''//
@@.you;
No... I'm sorry... I just couldn't resist taking a look at your naked body...@@
@@.emote;
Kelly nods her head@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
That's a good boy. You shouldn't be lying to your $m.rel...@@
@@.you;
Yeah... Sorry... I will be leaving...@@
<<linkreplace "Leave">><<scrollTop>><<ctpAdvance "KellyLivingroomShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Shower 5.mp4" autoplay loop/>
As you turn around to leave, your $m.rel calls out to you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I didn't say you had to leave. Since you said you were here to wash my back...@@
You turn around and look at your $m.rel.
@@.you;
Really?@@
@@.emote;
Kelly smiles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sure, I would love to have you wash my back... Just make sure to knock next time, okay?@@
You nod your head.
@@.you;
Sure! I will!@@
Kelly turns around and picks up the liquid soap.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Here you go.@@
<<linkreplace "Wash her back">><<scrollTop>><<ctpAdvance "KellyLivingroomShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Shower 6.mp4" autoplay loop/>
As she turns around, you slowly pour some liquid soap on her back. Your eyes can't help but wander around.
//''Whoa... Such a nice ass...''//
Seemingly noticing your gaze, your $m.rel talks to you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
What are you looking at, honey?@@
@@.you;
Uh... You have a beautiful... Back...@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm sure that it's my back you are looking at...@@
<<linkreplace "Wash her back">><<scrollTop>><<ctpAdvance "KellyLivingroomShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Livingroom Shower 7.mp4" autoplay loop/>
As you start washing her back, you can't stop yourself from moving your hand lower.
@@.emote;
Kelly moans a bit@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I thought you said that you were looking at my back...@@
@@.you;
Well, what can I say... I just couldn't resist.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Just make sure to wash my back properly...@@
@@.you;
Got it!@@
You slowly wash her back, but every so often you go back to her ass, only to have her call your attention. This persists until she feels like it was good enough.
@@.corruption;
Kelly is a little more corrupted@@
[[Finish|House][$time.passTime(1);$m.corruption += 1]]
<</ctp>><<ctp "KellyEating">>
<img src="img/Kelly/Kelly Eating Cereal 1.jpg">
As you are eating your breakfast, your $m.rel comes into the kitchen.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Honey... Even when there is no one to cook, you shouldn't only be eating cereal.@@
Since you didn't want to stop eating, you decide to just reply to her with your mouth full.
@@.you;
I don kno, taste grea to me.@@
@@.emote;
Kelly scowls at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Wouldn't you rather have something healthier? Like some fruit or some whole wheat bread.@@
You can't help but simply raise your shoulders.
@@.you;
It's yummy.@@
@@.emote;
Kelly sighs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Surely you would have something else to eat, right?@@
Thinking on it, you decide to make a joke.
@@.you;
Well, I've got a sausage, but I can't actually eat it.@@
@@.emote;
Kelly raises an eyebrow@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
A sausage that you can't eat? I don't remember getting something like that... Where is it?@@
<<linkreplace "Show her the sausage">><<scrollTop>><<ctpAdvance "KellyEating">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Eating Cereal 3.mp4" autoplay loop/>
You remove your pants to show her the sausage and give her a grin.
@@.you;
This one!@@
@@.emote;
Kelly frowns@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name! What are you doing right in the middle of the kitchen?!@@
You can't help but laugh.
@@.you;
Sorry, $m.rel. I just couldn't resist.@@
@@.emote;
Kelly sighs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You are lucky that the girls are busy doing other things, so they won't be coming to the kitchen any time soon...@@
//''Oh?! Chance!''//
@@.you;
Well, if they aren't going to come any time soon... Would you like to eat my sausage?@@
@@.emote;
Kelly raises an eyebrow@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
What happened to that glib tongue of yours? That was a very crude way to approach the subject...@@
You feel slightly embarrassed.
@@.you;
Yeah... Sorry, $m.rel. Brain not working that great in the morning...@@
You start to pull up your pants, only to have your $m.rel's hand stop you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, I didn't say I wouldn't...@@
<<linkreplace "Let her have your sausage">><<scrollTop>><<ctpAdvance "KellyEating">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Eating Cereal 4.mp4" autoplay loop/>
You watch as your $m.rel slowly starts moving her hand up and down your shaft.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
First we have to make sure your sausage is ready for consumption...@@
As your $m.rel handles your cock, it slowly starts to harden.
@@.you;
Oh! As expected of my $m.rel, you know how to handle your sausages!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I've been handling sausages way before you were born.@@
//''Naughty!''//
<<linkreplace "Let her have your sausage">><<scrollTop>><<ctpAdvance "KellyEating">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Eating Cereal 5.mp4" autoplay loop/>
As your cock becomes hard, she slowly gets down on her knees and looks around.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Make sure to tell me if you think the girls will come to the kitchen, okay?@@
@@.you;
Sure, I don't really want them to see this scene either...@@
//''At least not yet...''//
As she nods her head, she slowly takes your cock into her mouth. You can't help but use your hand to help her take a little more of your sausage into her mouth.
<<linkreplace "Let her have your sausage">><<scrollTop>><<ctpAdvance "KellyEating">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Eating Cereal 6.mp4" autoplay loop/>
After a while, she pulls out and gives the tip of your cock a lick.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
As far as sausages go, yours is one of the better ones... I especially like how hard and big it is...@@
@@.you;
I'm glad you like it, it's homemade.@@
You watch as she chuckles and goes back to "eating" your sausage. As she does, you can see spit falling on her breasts.
//''Man... I wonder how it would feel...''//
You decide to just ask her.
@@.you;
Hey, $m.rel... How about you have the sausage between your two buns?@@
@@.emote;
Kelly stops and looks at you with slight confusion@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
My two buns...? Oh! These two buns!@@
Saying that, she cups her breasts.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I guess I could do that!@@
<<linkreplace "Let her have your sausage">><<scrollTop>><<ctpAdvance "KellyEating">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Eating Cereal 7.mp4" autoplay loop/>
Saying that, she takes your cock between her two breasts.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... I can't really move while kneeling...@@
@@.you;
Oh! Don't worry about that! You know that I love to help!@@
And with that, you start thrusting your hips.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm sure you do...@@
As you thrust your hips, your $m.rel spits on your cock in order to keep it lubricated. Once you start to get the rhythm right, she puts her mouth on your tip, allowing you to slightly thrust into her mouth.
Every time you thrust, she sucks the tip of your cock, bringing you to the the edge of cumming.
@@.you;
Ah! I'm about to cum!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "KellyEating">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Eating Cereal 8.mp4" autoplay loop/>
You keep moving your hips with vigor.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Go on, honey! Cum for me! Let me see what that sausage is made of!@@
As she says that, your balls feel tight and you are no longer able to hold back.
@@.you;
Urgh!@@
As you are about to cum, your $m.rel takes your cock into her mouth and lets you cum in there. After a while, you finish cumming and you look at your $m.rel swallowing.
@@.emote;
Kelly grins at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Can't have you dirtying the kitchen... The girls would notice the smell...@@
You grin back.
@@.you;
Yeah, we can't have that...@@
@@.corruption;
Kelly is a little more corrupted@@
[[Finish Breakfast|House][$time.passTime(1);$m.corruption += 1]]
<</ctp>><<ctp "KellyBathroomPeek">>
<img src="img/Other/Bathroom Door.jpg">
It seems like Kelly is about to take a shower and the bathroom door is slightly open.
//''Should I peek?''//
<<linkreplace "Peek">><<scrollTop>><<ctpAdvance "KellyBathroomPeek">><</linkreplace>>
[[Don't peek|House]]
<<ctpNext clear>>
<video src="img/Kelly/Kelly Bathroom Peak 3.mp4" autoplay loop/>
You try to hide your presence as much as possible and decide to take a look.
//''Lucky! Seems like the show just started!''//
You watch as your $m.rel slowly starts to undress.
//''Whoa! Look at that body! How can she already in her 40s?!''//
<<linkreplace "Keep Peeking">><<scrollTop>><<ctpAdvance "KellyBathroomPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Bathroom Peak 4.mp4" autoplay loop/>
As your $m.rel finishes undressing, she slowly gets into the bathtub.
//''Now that's what I call a grade A ass!''//
You watch as she finishes getting into the bathtub and relaxes.
//''Not to mention those titties!''//
<<linkreplace "Keep Peeking">><<scrollTop>><<ctpAdvance "KellyBathroomPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Bathroom Peak 5.mp4" autoplay loop/>
You watch as your $m.rel slowly starts to soap herself.
//''Seems like she's getting into it...''//
As she does that, it seems she's also caressing her breasts.
//''I wonder if she's horny...''//
<<linkreplace "Keep Peeking">><<scrollTop>><<ctpAdvance "KellyBathroomPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Bathroom Peak 6.mp4" autoplay loop/>
As your $m.rel caresses her breasts, she slowly moves her hand to her crotch.
@@.emote;
Kelly moans@@
//''What a show!''//
As you stand there, you feel like you want to whip out your cock and start masturbating to her. Unfortunately you are not alone in the house and you can already hear someone approaching.
//''Damn... Maybe some other time...''//
[[Leave|House][$time.passTime(1)]]
<</ctp>><<ctp "KellyRoomPeek">>
<img src="img/Other/Room Door Slightly Open.jpg">
It seems like Kelly is changing her clothes and her bedroom door is slightly open.
//''Should I peek?''//
<<linkreplace "Peek">><<scrollTop>><<ctpAdvance "KellyRoomPeek">><</linkreplace>>
[[Don't peek|House]]
<<ctpNext clear>>
<video src="img/Kelly/Kelly Undress 1.mp4" autoplay loop/>
You hold your breath and try to get the best view you can possibly get.
//''Wow...''//
You watch as your $m.rel is taking off her dress.
//''She's got really nice curves...''//
<<linkreplace "Keep Peeking">><<scrollTop>><<ctpAdvance "KellyRoomPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Undress 2.mp4" autoplay loop/>
Your $m.rel slowly removes her bra. Your mouth can't help but gape.
//''Holy shit! Are those real?!''//
You feel your dick starting to become hard.
<<linkreplace "Keep Peeking">><<scrollTop>><<ctpAdvance "KellyRoomPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Undress 3.mp4" autoplay loop/>
Having finished taking off her bra, she moves to her panties.
//''It's time for the secret garden!''//
You watch as she removes her panties, your hand slowly touching your own cock.
//''Whoa! There's no hair there!''//
Seeing that, your cock throbs, but you remember where you are standing.
//''I better leave before someone sees me...''//
[[Finish peeking|House][$time.passTime(1)]]
<</ctp>><<ctp "KellyMasturbatePeek">>
<img src="img/Other/Room Door Slightly Open.jpg">
As you are walking down the hall, you notice that the door to your $m.rel's room is slightly open.
//''I wonder what $m.rel is doing... Should I peek?''//
<<linkreplace "Peek">><<scrollTop>><<ctpAdvance "KellyMasturbatePeek">><</linkreplace>>
[[Don't peek|House]]
<<ctpNext clear>>
<video src="img/Kelly/Kelly Masturbate 1.mp4" autoplay loop/>
As you peek, you see her undressing.
//''Nice! Am I about to get a nice show?!''//
You watch as she finishes taking off her bed robe and walks to her bed.
//''Hm...?''//
Once she's there, she reaches her hand under her pillow and pulls out a dildo.
//''Whoa!''//
<<linkreplace "Keep Peeking">><<scrollTop>><<ctpAdvance "KellyMasturbatePeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Masturbate 2.mp4" autoplay loop/>
You watch as she takes the dildo and starts caressing it.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... It's been a while since I've used you...@@
//''Wait! Is she about to?!''//
<<linkreplace "Keep Peeking">><<scrollTop>><<ctpAdvance "KellyMasturbatePeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Masturbate 3.mp4" autoplay loop/>
As she finishes caressing the dildo, she talks to it again.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Now to get you nice and wet...@@
As she says that, she starts sucking on it. Looking at her doing that, reminds you of when she was sucking on your own cock.
//''If she needs something to suck on, I'm always available...''//
As Kelly finishes sucking on it, she takes off her top and lays back on the bed.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I need this...@@
<<linkreplace "Keep Peeking">><<scrollTop>><<ctpAdvance "KellyMasturbatePeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Masturbate.mp4" autoplay loop/>
You watch as she thrusts the dildo into her pussy.
@@.emote;
Kelly moans@@
//''Fuck... I wish I was that dildo... Maybe sometime in the future...''//
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Honey... Harder...@@
//''What the?! Is she fantasizing about me?!''//
You cogitate the possibility of going in her room, but you shake your head.
//''It's still too soon... Even if she's fantasizing about me, I don't think she's ready for the real deal...''//
You keep watching as she masturbates.
//''Shame that I can't stay here for too long...''//
[[Leave|House][$time.passTime(1)]]
<</ctp>><<ctp "KellyMasturbatePeek">>
<img src="img/Kelly/Kelly Ready For Bed 4.jpg">
As you are walking past your $m.rel's bedroom, you see that the door is open and the lights are on. You decide to check in on her. Seems like she was undressing.
//''Seems like I got here just at the right time!''//
@@.you;
Hey $m.rel, getting ready for bed?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, hi honey! I was just about to take off my bra and get ready for bed.@@
Hearing that, you give her a grin.
@@.you;
Is that so? Then please, go ahead. Don't let me distract you.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Being quite straightforward, aren't you? Fine. I don't mind.@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "KellyMasturbatePeek">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Ready For Bed 5.jpg">
You watch as she removes her bra, putting on a little show for you.
@@.you;
I've got to say, I'm always impressed at how nice your breasts look.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It must have something to do with how you were fixated on them when you were a child.@@
<<linkreplace "Keep Watching">><<scrollTop>><<ctpAdvance "KellyMasturbatePeek">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Ready For Bed 6.jpg">
As she removes her bra, she lays down on the bed.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I hope you didn't come here just to watch me take off my clothes.@@
You can't help but laugh at that.
@@.you;
Well, I'm not going to lie, that was one of the reasons. But no, I actually just came here to check in on you. How was your day?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, it was quite busy... You see-@@
You listen to your $m.rel talk about her day, trying your best not to focus too hard on her breasts.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
And that's what happened.@@
@@.you;
Impressive.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thank you for checking in on me. I'm sure I'm going to sleep much better now.@@
You give her a smile.
@@.you;
You are very welcome.@@
You get up from the chair you were sitting on and stretch.
@@.you;
I better go to sleep too. Good night $m.rel.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Night honey. Sweet dreams.@@
@@.you;
Oh, after looking at your breasts for so long, I'm sure I'm going to have a wonderful dream!@@
@@.emote;
Kelly raises an eyebrow and then chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, I'm glad you enjoy them.@@
@@.love;
Kelly loves you a little more@@
[[Go to sleep|Sleep][$m.love += 1]]
<</ctp>><<ctp "KellyClothes">>
<img src="img/Kelly/Kelly Room Evening 4.jpg">
As you enter your $m.rel's bedroom, you spot her looking over some shirts.
//''Odd... Aren't those shirts masculine?''//
Not understanding what was happening, you decide to greet her.
@@.you;
Hey, $m.rel.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh! Hey, honey! You got here just in time!@@
@@.you;
Just in time? For what?@@
You watch as she shows you the shirts.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You see, I've noticed that you don't have that many shirts. So I went out and got a few for you to try on. If you like any of them, we can keep it, otherwise I will just take them back.@@
//''Well... It is true that I don't exactly have a great wardrobe selection...''//
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Here! Take a look!@@
Your $m.rel hands you a couple of shirts.
<<linkreplace "Take the shirts">><<scrollTop>><<ctpAdvance "KellyClothes">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Room Evening 5.jpg">
Holding the shirts, all you can think of is:
//''How are these any different than what I have?''//
Seemingly noticing your thought, your $m.rel tells you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
The shirts you have are a mixture of polyester and cotton. These are pure cotton. They are far more comfortable and look nicer. Although, they are a little harder to clean, since they require taking special precautions. But you don't have to worry about that last part, since I'm the one washing them anyway.@@
@@.you;
Hm... I see...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Now, come on! Try them on! I want to see how they look on you!@@
You nod to her and start taking off your shirt.
<<linkreplace "Take off your shirt">><<scrollTop>><<ctpAdvance "KellyClothes">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Room Evening 6.mp4" autoplay loop/>
As you are taking off your shirt, you can't help but notice that she's staring at your chest.
@@.you;
Is there something wrong, $m.rel?@@
@@.emote;
Kelly shakes her head@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Not at all. I'm just impressed at how fit you are.@@
//''I guess I have Pravitas to thank for that...''//
@@.you;
It's from the swimming and running I've been doing lately.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... It sure is doing wonders.@@
<<linkreplace "Try on the shirt">><<scrollTop>><<ctpAdvance "KellyClothes">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Room Evening 7.mp4" autoplay loop/>
As you are about to pick up the shirt, your $m.rel stops you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Here, let me put it on you.@@
@@.you;
Okay.@@
You turn around and let your $m.rel put the shirt on you. You have to give her credit, it does indeed feel more comfortable. As she finishes putting the shirt on you, her hand slowly lingers on your chest and slowly makes it way down to your abdomen.
@@.emote;
Kelly smiles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Your workout is definitely bringing results.@@
@@.you;
Thanks.@@
//''Although, it's mostly Pravitas' doing...''//
<<linkreplace "Finish trying out the shirts">><<scrollTop>><<ctpAdvance "KellyClothes">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Room Evening 8.mp4" autoplay loop/>
As you finish trying out the shirts, you stand in front of your $m.rel, her eyes still lingering on your chest. You can see her biting her lips.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Do you mind if I touch your chest for a little bit?@@
@@.you;
Sure, go right ahead.@@
As you say that, she closes in on you and slowly moves her hand up and down your chest.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's so hard...@@
As she does that, you feel your body answering to her and your cock slowly starts to engorge. Noticing that, your $m.rel's hand slowly makes her way down your chest and on to your pants.
@@.emote;
Kelly grins@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... It seems like your chest is not the only thing that is hard...@@
@@.you;
Well, what can I say. When a beautiful woman is touching you, it's only natural that your body will react.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Is that so...?@@
Your $m.rel gets close to you and whispers in your ear.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Want me to take care of that for you?@@
You can't help but nod at that.
<<linkreplace "Let her take care of it">><<scrollTop>><<ctpAdvance "KellyClothes">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Room Evening 9.mp4" autoplay loop/>
You watch as her hand open ups your pants.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Let's see what I can do here...@@
She slowly puts her hand inside your pants and starts to caress it.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... It's getting quite big... I may need t-@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Mom! I heard you got some shirts for $player.name!@@
Being taken by surprise, your $m.rel takes her hand out of your pants and turns around.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
H-hey sweetie! I didn't see you.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I just got back! Now let me see the shirts!@@
As Anna walks in, she notices that you are there.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! Hey, $player.ys! Are you already trying on the shirts?@@
You can't help but feel deflated by the situation.
//''It's not nice to cockblock your $player.ys...''//
@@.you;
Yeah, I just tried them out, I was about to choose a couple before you came in.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! No fair! I want to see you try them on too!@@
You can't help but sigh. Your $m.rel leans in on you and whispers in your ear again.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Don't worry, honey. I will make sure to help you some other time.@@
You give her a nod and smile at your $ys.rel.
@@.you;
Fine. But just a few, okay?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
@@.corruption;
Kelly is a little more corrupted@@
[[Try on the shirts again|House][$time.passTime(1);$m.corruption += 1]]
<</ctp>><<ctp "KellyClothes">>
<video src="img/Kelly/Kelly Your Bedroom 2.mp4" autoplay loop/>
As you are laying on your bed, watching a movie, your $m.rel comes in.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hey, honey.@@
@@.you;
Oh, hey $m.rel. What's up-@@
As you look at her, you are surprised by the fact that her robe leaves very little to the imagination.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, not much. I just came here to check in on you.@@
You can't help but gulp down your saliva.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Honey?@@
@@.you;
Ah, sorry $m.rel. Got distracted...@@
@@.emote;
Kelly grins@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Really? Did you get distracted by little old me?@@
Saying that, she walks in and closes the door. You give her a nod.
@@.you;
Yeah, I'm actually quite surprised. In a good way. But now I think I'm going to have a hard time sleeping...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh? Why is that?@@
@@.you;
I was trying to relax, before going to bed... Now I'm all excited. Look.@@
Saying that, you point at your pants, where a bulge is showing. Your $m.rel raises a hand up to her mouth.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, we can't have that, now can we?@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "KellyClothes">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Your Bedroom 3.mp4" autoplay loop/>
As she approaches you, she plays with her hair and asks.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
So... What can I do to help you?@@
//''Oh, I see where this is going!''//
@@.you;
Hm... Maybe you could start off by undoing your robe?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh my... But I'm not wearing anything under it...@@
You give her a grin.
@@.you;
That's exactly why it would help.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Is that so? Well, I guess it can't be helped then...@@
Saying that, she slowly undoes her robe, showing you her nakedness. Your cock instantly reacts to it.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Are you sure that helped? It seems like that just made it worse...@@
@@.you;
Not at all. It must be because you are far away... Why don't you get a closer look?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh? I guess so...@@
<<linkreplace "Let her take a closer look">><<scrollTop>><<ctpAdvance "KellyClothes">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Your Bedroom 4.mp4" autoplay loop/>
You watch as your $m.rel slowly climbs on your bed and makes her way closer to you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Even having a closer look... It seems like it's worse...@@
@@.you;
Not at all. It's Definitely better. You can touch it, if you don't believe me.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Is it? Hm... I guess I will have to touch it...@@
<<linkreplace "Let her touch it">><<scrollTop>><<ctpAdvance "KellyClothes">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Your Bedroom 5.mp4" autoplay loop/>
You watch as your $m.rel slowly puts her hand on your cock.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
No matter how I look at it... It's definitely worse...@@
@@.you;
Are you sure? I could swear it got better...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Let me take a closer look...@@
Saying that, she puts her face right next to your crotch and gives it a lick. This sends a shock up your spine. Without being able to hold back, you end up moaning.
@@.emote;
Kelly chuckles.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I knew it got worse!@@
@@.you;
Yeah... I guess it did...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Well, since I'm the one that made it happen, I guess I'm responsible for it.@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "KellyClothes">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Your Bedroom 6.mp4" autoplay loop/>
Saying that, she starts to pull off your underwear.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Now let's take a look at our little problem.@@
As she pulls your underwear off, your cock comes out in full force.
@@.emote;
Kelly gasps and then chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh my... I guess it's not a little problem after all...@@
@@.you;
I guess you are right... Will you help me?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Of course! It's a $m.rel's duty to help her $player.m!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "KellyClothes">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Your Bedroom 7.mp4" autoplay loop/>
As your $m.rel says that, she picks up your cock and brings it to her mouth.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
But I wonder if it will even fit...@@
//''You've already sucked my cock... You know it will fit...''//
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Such a big... Hard... Delicious cock...@@
Saying that, she takes your cock into her mouth.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "KellyClothes">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Your Bedroom 8.mp4" autoplay loop/>
As she takes your cock into her mouth, she starts sucking on it's tip while simultaneously using her hand to give you pleasure. You can't help but moan again.
@@.you;
Ah... So good...@@
Hearing that, your $m.rel redoubles her effort, trying to make you cum as quickly as possible. Since you didn't have time to prepare yourself, you are unable to stop yourself.
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "KellyClothes">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Your Bedroom 9.mp4" autoplay loop/>
Not being able to hold back anymore, you start to cum.
@@.you;
Urgh!@@
Being taken by surprise, your cum comes out of her mouth and onto your cock.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah! You should have warned me, $player.name!@@
Embarrassed by not being able to hold yourself back, you can't help but scratch your head and apologize.
@@.you;
Sorry, $m.rel...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's fine honey. But I almost let it fall on the mattress... If it did, it could stain it.@@
Saying that, she takes your cock into her mouth and eats all the cum off of it.
//''Holy...!''//
With a popping sound, your cock comes out of her mouth, nice and clean.
@@.emote;
Kelly smiles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
There. Problem solved. Do you think you will be able to sleep now?@@
@@.you;
Definitely... Thanks, $m.rel...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It was my pleasure, honey. I did have fun playing with you. But I have to go to bed now. Long day tomorrow.@@
Saying that, she gets off the bed.
@@.you;
I see... Good night, $m.rel...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Good night, honey. I love you.@@
@@.you;
Love you too, $m.rel...@@
Without much energy, you can only lay there and watch as she picks up her robe and goes back to her room.
@@.you;
Awesome...@@
@@.corruption;
Kelly is a little more corrupted@@
[[Rest|Start][$time.passTime(1);$m.corruption += 1]]
<</ctp>><<ctp "SarahSneak">>
<img src="img/Sarah/Sarah Love Quest 1.jpg">
As you were walking around the house, you notice that the living room's light was on. Curious, you decide to take a look.
//''Seems like it's Sarah...''//
You decide to drop by and greet her.
@@.you;
Hey, Sarah.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? Hey, $player.name. What are you doing up this late?@@
@@.you;
I could be saying the same about you. Shouldn't you be getting your beauty sleep?@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I've still got a bit of work to do. We had a particularly busy day, with lots of uploads. So we need to rate them and make sure they are abiding by the ToS.@@
//''Oh? Seems like she's more willing to talk about her work...''//
@@.you;
And how does that work?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, first we need to make sure it's not revenge porn and that the party is either consenting or is the author him or herself...@@
//''Revenge porn? Does that mean it's a porn site?''//
As Sarah is talking, she suddenly stops and looks at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I see... Trying to get me to tell you about the site I'm managing. Well, too bad. I'm not telling you yet.@@
//''Crap... She's on to me...''//
@@.you;
What do you mean? I was just curious...@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that so...?@@
You nod your head.
@@.you;
Of course! I mean, if you want to talk to me about your work, I'm more than willing to listen, but I'm not the type of guy to try an underhanded method to get said information from you!@@
@@.emote;
Sarah frowns as she looks at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really...?@@
You can feel cold sweat going down your back.
@@.you;
Really!@@
You watch as Sarah thinks for a bit and then nods her head.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Okay, $player.name... I trust you. But I really don't want to talk about it right now. I'm kind of embarrassed about it...@@
//''Embarrassed?! Now I'm even more interested!''//
@@.you;
Then how about we just make some small talk about our day?@@
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I can do that. Actually, I would love to talk a bit with you.@@
As you both talk, your $os.rel stretches and gets up.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I need to go to the bathroom.@@
Saying that, she closes the laptop and starts going towards the bathroom. As she reaches the door to the hall, she turns around and looks at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No peeking.@@
@@.you;
Come on, Sarah. You know me. I would never do that.@@
You watch as she raises and eyebrow and leaves. As you hear her closing the door, you immediately get up and open the laptop.
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "SarahSneak">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 2.jpg">
As you open the laptop, a blue screen greets you asking for the user name and password.
@@.you;
Of course it would be password protected...@@
You quickly look around the laptop, trying to find something that might give you a hint on what it could possibly be. After a little bit, you give up and close the laptop.
@@.you;
Damn... I guess it's a good thing that she's security minded...@@
//''I guess I will just have to do it the old fashioned way...''//
As you are thinking, you hear the bathroom door opening.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Did you behave?@@
@@.you;
Of course. Didn't I say I would?@@
You watch as she looks at the laptop, but doesn't notice anything odd with it.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, I guess you did.@@
She sits down and talks to you a little more, before you both get tired and decide to call it a day.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It was fun talking to you, $player.name.@@
@@.you;
Same. I missed these conversations of ours.@@
@@.emote;
Sarah gives you a wry smile@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yeah... Sorry about that...@@
You shake your head.
@@.you;
Don't worry, it's all in the past. What matters now is the future.@@
@@.emote;
Sarah gives you a heartfelt smile@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes. Then I'm off to bed. Good night, $player.os.@@
@@.you;
Good night, $os.rel.@@
//''Maybe if our relationship was a little bit better...''//
You watch as she leaves to her bedroom.
@@.love;
Sarah loves you a little more@@
<<set $SarahLoveQ to true>>
[[Go to bed|Sleep][$os.love += 1]]
<</ctp>><<if $SarahLoveQ>><span style="color:green;">Talk to Sarah (Wed/Fri; Midnight)</span><<else>><span style="color:red;">Talk to Sarah (Wed/Fri; Midnight)</span><</if>>
<<if $os.love gte 15>><span style="color:green;">Raise her Love to 15</span><<else>><span style="color:red;">Raise her Love to 15</span><</if>>
<<if $SarahSite>><span style="color:green;">Talk to Sarah again (Wed/Fri; Midnight)</span><<else>><span style="color:red;">Talk to Sarah again (Wed/Fri; Midnight)</span><</if>>
<<if $SarahFriend>><span style="color:green;">Talk to Sarah's Friend (Saturday; Evening)</span><<else>><span style="color:red;">Talk to Sarah's Friend (Saturday; Evening)</span><</if>>
<<if $CallIsabella>><span style="color:green;">Call Isabella from your bedroom(Weekend;Morning)</span><<else>><span style="color:red;">Call Isabella from your bedroom(Weekend;Morning)</span><</if>>
<<if $GettingInfo>><span style="color:green;">Get the Information from Isabella</span><<else>><span style="color:red;">Get the Information from Isabella</span><</if>>
<<if $os.love gte 19>><span style="color:green;">Raise her Love to 19</span><<else>><span style="color:red;">Raise her Love to 19</span><</if>>
<<if $player.charm gte 20>><span style="color:green;">Raise your Charm to 20</span><<else>><span style="color:red;">Raise your Charm to 20</span><</if>>
<<if $ConvincingSarah>><span style="color:green;">Convince Sarah (Wed/Fri; Night)</span><<else>><span style="color:red;">Convince Sarah (Wed/Fri; Night)</span><</if>>
<<if $SarahPictures>><span style="color:green;">Take artistic pictures of her (Fri; Late Afternoon)</span><<else>><span style="color:red;">Take artistic pictures of her (Fri; Late Afternoon)</span><</if>>
<span style="color:red;">Wait (Sun; Early Morning)</span>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@<<ctp "SarahSite">>
<img src="img/Sarah/Sarah Love Quest 1.jpg">
As you are walking down the hallway, you notice that the light in the living room is on.
//''Is Sarah there again?''//
Seeing that, you decide to take this opportunity to get her to open up. You rush to the kitchen and make coffee for the both of you. You pour it into two mugs.
You go into the living room and notice that she's working on her laptop.
@@.you;
Hey there, Sarah. You sure love to burn the midnight oil, don't you?@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey, $player.name. I don't think anyone does, but I usually go to sleep late, so it isn't much of an issue for me. What about you, shouldn't you be in bed by now?@@
You shrug.
@@.you;
Just not really tired and I'm also used to staying up late.@@
Saying that, you put a mug of coffee in front of her.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is... Is that coffee?!@@
@@.you;
Yep! I thought this would help you get through the night.@@
@@.emote;
Sarah takes the coffee mug and takes a whiff@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... Who would have thought that I would have such a thoughtful $player.os... Thank you, $player.name.@@
You give her a smile and take a seat.
@@.you;
You are very welcome, $os.rel.@@
As you are drinking your coffee, you just keep staring at your $os.rel while she works. Every once in a while she will look back at you and you will smile at her. Eventually, she stops and stares straight at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You want to know what I'm working on, don't you?@@
You can't help but give her an even wider smile.
@@.you;
I'm just curious, that's all. You don't have to tell me if you don't want to. It's not like I brought that nice, hot and delicious coffee expecting you to tell me what you do...@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh well... it's not like I mind it too much if you know about it... But not a single word to mom and Anna, got it?@@
You nod your head and get up to sit next to her.
@@.you;
So... What do you do exactly?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I... Manage a site call Kings and Queens... Have you heard of it?@@
@@.you;
Kings and Queens? Is that some kind of medieval type site?@@
@@.emote;
Sarah bursts out laughing@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course not, silly. It's a site where... Uh... You can sell private photos. Either yours or of someone else... With their consent, of course.@@
@@.you;
Private photos? So, like nudes?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, yes. But not necessarily nudes. Some sell sexy pictures in lingerie. Hell, some even sell completely normal pictures of them eating. Basically, they will take pictures of themselves doing whatever the clients want.@@
@@.you;
Whatever the clients want? Oh! Because they are Kings and Queens! I get it now. But do people really pay for that?@@
@@.emote;
Sarah grins@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You would be surprised. Horny people are willing to pay for pretty much anything that gets them off.@@
@@.you;
Oh? And how much do they usually go for?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It depends. Anywhere from a few cents to a few bucks. In some very special cases, where the King or Queen wants private photos, it can even sell for hundreds!@@
@@.you;
I see...@@
//''Hm... I wonder if she's ever sold her own pictures...''//
@@.you;
And so, what exactly do you do?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm one of the five moderators on the site. Our job is just to basically make sure everyone is a consenting adult and that the pictures don't break the ToS.@@
@@.you;
Really? What's the most common issue you usually face?@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fake IDs. Lots of teenagers want to make some money through this site. Of course, we don't allow anyone under the age of 18 sell their photos, but it doesn't stop the teens from trying to do so.@@
@@.you;
Yeah... I can see how that would be an issue...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Here. It's easier to understand if you check out the site itself. This right here is the logo.@@
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "SarahSite">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 3.jpg">
You watch as Sarah opens the website and you are greeted by the logo.
@@.you;
Kings and Queens... Express Yourself to the World?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes. The site administrators view it as a form of art... Well, most people just view it as an amateur porn site, though.@@
@@.you;
Oh! Interesting! Can you show me a few examples?@@
@@.emote;
Sarah glares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If you are so interested, you can create an account and pay for it, like everyone else. I'm not going to use my position as a way to let you get free porn.@@
//''Crap... I need to fix this!''//
@@.you;
Sorry... I'm not taking what you do lightly. I just didn't put much thought into what I said...@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yeah... Sorry about that. It's just there isn't much respect for someone who does this kind of work, you know?@@
@@.you;
I get it. And does it pay well?@@
@@.emote;
Sarah shrugs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It pays well enough. Especially now since the site is really starting to become popular.@@
//''Let's ask her the question!''//
@@.you;
Oh? And have you tried selling your own pictures?@@
@@.emote;
Sarah is surprised@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-What? O-Of course not!@@
//''She seems more flustered than angry... Let's keep at it!''//
@@.you;
Why not? You are very beautiful. I'm sure there would be lot of men willing to pay for some pictures of you. Hell, I'm sure there would be even a few women willing to pay!@@
@@.emote;
Sarah frowns and stares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Do... Do you really think so?@@
@@.you;
Of course! Even I would pay for some sexy pictures of you!@@
@@.emote;
Sarah's face becomes slightly red@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Seriously? Hm...@@
You look at her as she starts to consider what you said, but ultimately shakes her head.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No... I don't think so...@@
//''Odd... I didn't think she would refuse...''//
@@.you;
Why not?@@
As you ask that, Sarah gets up.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I don't want to talk about it $player.name. It's also getting late, so I'm off to bed. Good night.@@
@@.you;
Ah? Oh... Good night, Sarah.@@
You watch as she leaves.
@@.you;
What was that about...? Hm... It seems like she has some complicated past with taking pictures...@@
You stop to think on how you could solve that issue.
@@.you;
Well... First I have to find out what happened and it doesn't seem like Sarah is willing to share... Maybe a close friend of hers would know? I do recall she has a friend that visits every Saturday Evening... I could probably use my corruption to get her to talk...@@
<<set $SarahSite to true>>
[[Go to bed|Sleep]]
<</ctp>>
<<ctp "SarahPictures">>
<img src="img/Sarah/Sarah Photos 1.jpg">
Once you make sure everyone left the house, you pick up the gift that Isabella gave you and go to the yard, where you find Sarah.
@@.you;
Hey, Sarah!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hi, $player.name. Not going out?@@
@@.you;
Of course not! Didn't we agree on doing a photoshoot?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh... That... I guess I did agree to that, didn't I? Although, I'm sure you used the opportunity of me being a little bit drunk to convince me...@@
@@.you;
Hey! What can I say? You needed an extra push.@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine. I agreed to it anyway. Where do you want to take the pictures? Here?@@
A big grin grows on your face.
@@.you;
By the pool, actually. But before that, you need to change your clothes.@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
To what?@@
@@.you;
This!@@
You present the one piece swimsuit that Isabella gave you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-What? A swimsuit?@@
@@.you;
Exactly! If we are going to show off your body, then we may as well go all the way, right? I can guarantee that the pictures will come out very sexy with this.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Where did you even get it? It's not mine... Wait... With this big of a cut... It's Isabella's, right?@@
You nod your head.
@@.you;
When I asked her about your issue, she gave me that swimsuit and said it would suit you. And I have to agree with her.@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess... I did tell her that I thought this swimsuit looked nice... But a bit... Too revealing.@@
@@.you;
Great! Then why don't you put that on while I prepare the camera? Also! Bring a couple of those hand weights you use!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I... I'm not even going to ask...@@
As she says that, she makes her way inside the house.
//''It's show time!''//
<<linkreplace "Set everything up">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 18.jpg">
As you finish your preparations, you can hear steps approaching you. As you look at her, you nearly choke.
//''Whoa!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is this fine?@@
@@.you;
So... Hot... Did you work out a little bit before arriving?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yeah. I figured that, if we are going to be using this weight, I may as well be a bit sweaty. Do you think I went overboard?@@
You shake your head.
@@.you;
Not at all! That sweat has definitely raised your sexiness level by at least 2!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Sexiness level? Still a nerd I see.@@
While she says that, she smiles at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Then, what are we waiting for?@@
@@.you;
Ah! Yes! Of course.@@
And with that, you start to take pictures of her.
@@.you;
Sarah, could you lower your arms a bit? And use both hands to hold the weight.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Perfect!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 20.jpg">
She does as you tell her and you are able to get some pictures of her accentuating her figure.
@@.you;
Excellent! These look very nice!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Do I have to do something else?@@
@@.you;
No, just stand still for a moment, I need to get a good angle!@@
//''I may as well get a close up...''//
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 19.jpg">
You zoom in the camera and try to get only her upper body. After taking the picture, you look at the result.
//''Whoa! She's a natural!''//
@@.you;
Hey, Sarah. Come take a look.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Already? Sure, I guess...@@
She walks over and looks at the picture you took.
@@.you;
Looks nice, doesn't it?@@
You can see her face slightly flushing.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I-I guess you do know how to take pictures.@@
@@.you;
Well, if I'm being honest here, I'm doing like 20% of the work. The other 80% is just your natural beauty.@@
@@.emote;
Sarah frowns as she looks at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You're trying to sweet talk me into removing my clothes, aren't you?@@
@@.you;
Not at all. What I said is 100% factual.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hmph... I don't believe you.@@
As she says that, she returns to her spot, but you can notice an extra perk in her steps.
//''She clearly enjoyed the compliment...''//
@@.you;
Okay, now let's take a few more picture!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 21.jpg">
As you say that, you approach her and crouch down on the ground.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What are you doing?@@
@@.you;
Trying to get a lower angle... Could you pick up the other weight? I want you to hold one up high and one down low.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Yes! That's just perfect!@@
You take some more pictures of her.
@@.you;
Okay! That's enough from the front side for now. Could you turn around please?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Sure...@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 22.jpg">
As Sarah says that, she turns around, exposing her well rounded ass.
//''Man... I bet I could bounce a penny on that ass!''//
As you take more pictures, Sarah looks at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Hm... Could you move your hands closer to your butt? And push your back a bit further, that way your ass will be a bit more pronounced.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really focused on my ass, aren't you $player.name?@@
A grin pops up on your face.
@@.you;
Can't help it. It's a really nice ass.@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 23.jpg">
As you say that, she does what you asked her.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Excellent! Now hold still for a moment!@@
You use the zoom feature and try to focus on her ass.
//''Hm... Why do I feel like I'm not doing that ass justice...''//
As you are looking at it, an idea pops into your head.
//''Of course!''//
@@.you;
Sarah! Could you have a seat? Just make sure your ass is hanging out of the seat.@@
You watch as Sarah raise an eyebrow, but does as you say nonetheless.
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 24.jpg">
As she does that, her perfectly round ass really comes to life.
//''Now we are talking!''//
You instantly get busy taking pictures, trying to keep yourself from drooling.
//''I could eat that ass for breakfast, lunch and dinner!''//
As you are fully focused on her ass, Sarah turns her face around and looks at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Done yet?@@
@@.you;
Ah! Yes! Sorry.@@
//''Damn... If we upload this image, I'm afraid a new religion will pop-up, just to worship that ass...''//
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 25.jpg">
You watch as Sarah turns around and faces you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Now what?@@
@@.you;
Now that we have all the sexy poses, we need to spice it up a bit. Could you use your right hand to lift the weight, while using your left to touch the swimsuit? Like you are about to reveal your breast.@@
@@.emote;
Sarah scowls@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Perfect! We got to give them some tease!@@
You take some more pictures.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess I can see where this is going...@@
@@.emote;
Sarah takes a deep breath@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine... I said I would do it...@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 26.jpg">
With her saying that, she pull the swimsuit aside and reveals one of her breasts.
//''Whoa! I didn't even need to push her!''//
You immediately get to work taking pictures.
@@.you;
This is looking great! Keep it up!@@
You can see Sarah's face slowly getting redder.
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 27.jpg">
You watch as Sarah slowly pulls the swimsuit, revealing her other breast.
@@.you;
Great! Now lift up both weights! Let's show everyone how toned you are!@@
While Sarah scowls at you, she still does as you ask. You start taking even more pictures!
@@.you;
That's right! Show them all what you are all about! You are a lovely woman who's proud of her own body!@@
As you say that, you can see Sarah becoming a bit more confident.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course! I've worked hard to have a body like this!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 28.jpg">
Saying that, she gets off the bench and strikes a pose.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm not ashamed of my body! So what if everyone sees it?!@@
@@.you;
Exactly! You are hot! There's no reason to be ashamed. Show the world what you got!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 29.jpg">
As you say that, Sarah pulls open her swimsuit even more.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I've got a beautiful pair of breasts!@@
@@.you;
Yes! But that's not all you've got, is it?@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 31.jpg">
As you say that, Sarah turns around and shows her ass.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course not! I've also got a nice ass!@@
@@.you;
The finest ass I've ever seen! Now, let's strike one last pose to finish this with style!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 30.jpg">
As you say that, Sarah turns around and pulls in the swimsuit, revealing her full figure.
@@.you;
That's it! That's the money shot!@@
You take a few more pictures of her.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hmph! I will show that limp dick! I'm not ashamed of my body! So what if everyone saw it?@@
@@.you;
Exactly!@@
As you finish taking pictures, Sarah approaches you and puts out her hand.
@@.you;
Uh?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hand over the memory card. I'm going to upload these pictures to Kings and Queens.@@
//''Ah... But I wasn't able to make a copy of it yet...''//
As you are hesitant, Sarah begins to scowl.
@@.you;
Of course! Here you go Sarah.@@
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you for this, $player.name.@@
@@.you;
Anything for you, dear $os.rel... Just make sure to send me the link to your account, okay? I said I wanted to support you, and I meant it.@@
//''I also want to make a copy of the pictures!''//
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Sure. But you better keep your word and become my first fan!@@
@@.you;
Of course! Just make sure to send me the link to my phone and I will subscribe.@@
@@.emote;
Sarah gives you a big smile@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you, $player.name. It means a lot to me.@@
@@.you;
Don't worry about it. It was my pleasure.@@
//''It will be even more soon enough...''//
@@.corruption;
Sarah becomes a lot more corrupted@@
<<linkreplace "Go to your bedroom">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Player Bedroom.jpg">
As you are messing around, you get a message from Sarah.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
This is the link. It's still unlisted, so you should be able to become my first fan!@@
With that, you access the site and open a new account. After going through the full process, you click the link that Sarah sent you and subscribe as her first fan.
//''Does that now mean I'm her King?''//
A lewd grin shows on your face.
//''Well, I will be soon enough...''//
<<set $SarahPictures to true>>
[[Finish|Start][$os.corruption += 3;$time.passTime(1)]]
<</ctp>><<ctp "SarahFriend">>
<img src="img/Other/Livingroom.jpg">
After making sure your $os.rel is in the kitchen, you make your way to the living room.
//''If I'm not mistaken, she should be getting here any time now... I just have to make sure she doesn't press the doorbell or Sarah will come out and have me leave.''//
As such, you decide to stand close to the door, so you can spot her arriving. After a couple of minutes, you can hear a car parking in front of your house.
//''I think that's her! If I'm not mistaken, she's called Isabella...''//
As you wait, you can see her making her way up the patio.
//''It's show time!''//
<<linkreplace "Open the door">><<scrollTop>><<ctpAdvance "SarahFriend">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Friend 2.jpg">
As you suddenly open the door, you can see the Isabella is clearly surprised.
@@.you;
Oh, hey Isabella! I'm sorry, I didn't see that you were outside. Is the doorbell not working?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Ah! Hi, $player.name. I just got here, so you surprised me by opening the door just before I pressed the doorbell.@@
You move out of the doorway to allow her to get in.
@@.you;
Is that so? Well, Sarah is currently in the kitchen baking some snacks. Why don't you come in?@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, thank you. Sarah did say that you were quite the gentleman.@@
@@.you;
Really? Does she talk a lot about me?@@
@@.emote;
Isabella looks at you and smiles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Well... She did tell me not to say anything... But yeah, she does talk quite a bit about you.@@
//''Uh... She's not able to keep secrets... If she knows something about Sarah, it might be possible to get her to talk.''//
<<linkreplace "Escort her to the living room">><<scrollTop>><<ctpAdvance "SarahFriend">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 4.jpg">
As you slowly take her to the living room, you start to think of a plan to approach the subject. You decide to stand next to her, letting your corruption power slowly seep into her.
@@.you;
While you wait for my $os.rel to get here, do mind if I keep you company?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Of course not, silly! I was actually very interested in talking to you. But Sarah was all like "stay away from him". What, does she think I eat men for breakfast?@@
//''Really? I wonder why...''//
You laugh.
@@.you;
I'm sure she didn't mean it like that. She's probably worried that I would make a fool of myself in front of you and that would make her look bad.@@
@@.emote;
Isabella chuckles and sits down@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I wouldn't be so sure about that.@@
<<linkreplace "Sit down next to her">><<scrollTop>><<ctpAdvance "SarahFriend">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 5.jpg">
As you sit down, you decide to try and approach the topic. While you are next to her, you can clearly see her face starting to flush.
//''Seems like it's working. With this she should be more willing to talk to me...''//
@@.you;
Speaking of Sarah. Recently I tried to get her to pose for a few pictures and she wasn't having any of it. I thought it was weird how against it she was, but she wouldn't tell me why. Do you happen to know something about it?@@
@@.emote;
Isabella is surprised@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Trying to take pictures of her? Odd... She doesn't have any issue with taking normal pictures... It's n- Oh!@@
//''Did I say something wrong?''//
@@.emote;
Isabella grins@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I see how it is. Hm... I'm sorry, $player.name. That's personal information. I'm sure she wouldn't want me telling you...@@
//''Odd... I could swear she was the type of girl that wasn't able to keep secrets... Did I misjudge her?''//
You decide to try a different approach.
@@.you;
Come on, Isabella. If I knew the reason, I could try to help her.@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I'm sure you want to help her. But that's not something I should be telling you. At least not here.@@
As you are about to say something, Sarah shows up.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Isabella, are you here?@@
As Sarah calls Isabella, you notice that she takes something out of her purse.
@@.emote;
Isabella hands you a card and gives you a wink@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Hey, Sarah! I was just having a great time talking to your $player.os! You were right! He is quite the gentleman.@@
@@.emote;
Sarah scowls@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Isabella...@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name. Don't you have somewhere else to go? I want to talk to Isabella. In private.@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, looks like I'm in trouble.@@
@@.you;
Sure, Sarah. I will get out of your way.@@
As you get up and walk past her, she pulls your shirt.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You shouldn't be getting close to her. She's a shark.@@
//''A shark?!''//
@@.emote;
Isabella laughs@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Sarah, you shouldn't say things like that to him. He might have some misinterpretation of who I am. A pure woman like myself? A shark? That's just rude.@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Pure?! Please. You've had more dongs than a church bell.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Woah! That's even more rude!@@
//''And yet you aren't denying it...''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Anyway, I need to have a talk about boundaries with my friend here, $player.name.@@
@@.you;
Yeah, sure. I will be on my way then.@@
As you are walking away, you take another look at Isabella, only to have her grin at you.
//''A shark, uh? Well, I would like to think I'm quite the predator myself.''//
You take a look at the card that's in your hand.
//''Her phone number? She's actually got a calling card?! I should probably give her a call on a weekend morning...''//
[[Leave|House][$time.passTime(1)]]
<</ctp>>
<<set $SarahFriend to true>><<ctp "GettingInfo">>
<img src="img/Other/School Time.jpg">
As you were doing what you were doing, you hear your cell phone alarm go off.
@@.you;
Uh? What time it?@@
You take a look at your watch.
@@.you;
Damn... It's already evening. I need to make my way to Isabella's house.@@
You quickly rush into your bedroom and get dressed.
@@.you;
Eh, this will have to do.@@
Once you are done, you go to the garage and start your car.
<<linkreplace "Go to Isabella's House">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Isabella House.jpg">
You slowly drive down the street while keeping a close eye on the numbers.
@@.you;
Let's see... 469 Shepard Street... Purple tree... That should be it!@@
You stop the car and get out of it. You slowly make your way up the walkway until you are standing in front of the door.
@@.you;
Well... Here goes nothing...@@
<<linkreplace "Knock on the door">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 6.jpg">
As You knock on the door, you can hear some shuffling and then steps. After a little bit, the door opens.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh! Hey, $player.name! I'm so glad you could make it!@@
Standing in front of you is Isabella, with a blouse the leaves very little to the imagination.
@@.you;
Hey, Isabella. I'm sorry if I'm late. You did say evening, I just wasn't sure when exactly.@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
You came just in time. Now, how about you come on in?@@
<<linkreplace "Go into the house">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 7.jpg">
As you make your way into Isabella's house, she guides you to the living room and sits down on the sofa.
@@.emote;
Isabella taps the sofa@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Come, have a seat next to me.@@
@@.you;
Thanks.@@
You sit down next to her and she gives you a bright smile.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
You look very handsome in that outfit. I can see what Sarah sees in you.@@
//''I just put on the first outfit I saw...''//
As you take a closer look, you can see that she's flushed.
//''Did my corruption power hit her too strongly? I still haven't learned to control it that well...''//
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Say, $player.name... Would you like something to drink?@@
@@.you;
Ah, I drove here, so I don't want to drink anything alcoholic.@@
@@.emote;
Isabella grins@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, don't worry, there's no alcohol in it.@@
@@.you;
Is that so? Then, sure. I would love to have something to drink.@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 8.mp4" autoplay loop/>
As you say that, Isabella opens up her blouse.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
They aren't currently lactating. But I'm sure if you try hard enough, you might just be able to get something out of it.@@
Your eyes open wide at the sight of her actions.
//''I've definitely hit her too hard with my corruption!''//
As you are hesitating, Isabella questions you.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Don't like them? I'm sure I don't lose to many women when it comes to size.@@
You shake your head.
@@.you;
Ah! Sorry! I was just taken by surprise by the sight of those beautiful breasts!@@
@@.emote;
Isabella laughs@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Quite charming, I see. So, do you want a drink?@@
<<linkreplace "Take a drink">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 9.mp4" autoplay loop/>
Not wanting to insult her, nor miss the opportunity, you decided to just go with the flow and suck on those huge melons.
@@.emote;
Isabella moans@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
That's it! That's a good boy!@@
As her tit is in your mouth, you can feel the cold piercing hitting your tongue. You use your teeth to get a hold of it and slightly pull on it.
@@.emote;
Isabella moans loudly@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Seems like you really know how to use your mouth!@@
As she says that, you pop her tit out of your mouth.
@@.you;
Yup. Do you?@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
There's only one way to find out. Since you've had your drink, I guess it's time for me to have mine.@@
As she says that, she undoes your belt and pulls down your zipper, revealing your cock in the process.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, my! Now that is something I didn't hear from Sarah! Who would have thought that you had such a massive cock!@@
<<linkreplace "Let her get a drink">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 10.mp4" autoplay loop/>
As Isabella says that, she moves her mouth close to your cock.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Now... Let's see what it tastes like.@@
And with that, she takes your cock into her mouth. After a few attempts, she takes it out.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Geez! It's so big that I can barely fit it into my mouth!@@
@@.you;
Well, your huge breasts seems to be a perfect fit for my cock. How about we use them instead?@@
@@.emote;
Isabella looks at you and grins@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I like where your mind is going!@@
You watch as Isabella gets off the sofa and kneels.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Come on, bring your cock over here!@@
You comply with her request and position your cock between her breasts.
<<linkreplace "Fuck those tits">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 11.mp4" autoplay loop/>
Once your cock is in position, Isabella spits on it.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Let's get it nice and lubricated.@@
She moves her breasts in order to make it so your cock is perfectly held between them.
//''Holy shit! Her tits are so big that I can hardly see my dick!''//
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
There we go... Now how about you fuck my breasts? They are kind of heavy for me to move them on my own.@@
Not needing her to say it twice, you start moving your hips.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes, that's it. Fuck my tits!@@
You can't help but groan in pleasure. But, as you do so, you end up slightly losing your balance.
@@.emote;
Isabella laughs@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Careful there tiger! I want you to bust a nut, not your head!@@
@@.you;
Sorry, I'm not used to doing this in this position.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Is that so? Here, let me help you.@@
<<linkreplace "Let her help you">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 12.mp4" autoplay loop/>
As Isabella says that, she lays down on the sofa.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
There, now I can rest my back and you can fuck my tits without worry.@@
@@.you;
I've got to hand it to you. You're quite good at this.@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Comes with experience.@@
You position your cock in between her breasts and start fucking them. As you do so, she uses her mouth to lick the tip of your dick. You can't help but groan in pleasure again.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
That's it... Give it to me, big boy.@@
You start to quicken the movement of your hips. Unfortunately you feel that, if you keep going, you will end up cumming.
//''I can't cum before her!''//
You suddenly stop fucking her tits and get off of her.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Wha- Why did you stop?@@
@@.you;
I can't be the only one having fun here.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
But I'm having quite a bit of fun?@@
@@.you;
Don't worry, you will enjoy this quite a bit more.@@
<<linkreplace "Eat her">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 13.mp4" autoplay loop/>
As you say that, you pull down her panties and lift her legs up.
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, I see how it is. Your $os.rel calls me a shark, but here I am, about to be eaten by a tiger.@@
As she says that, you go down on her pussy.
@@.emote;
Isabella moans@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, you are quite good at this!@@
You slowly lick her pussy, feeling the cold touch of her piercing.
//''She sure likes to pierce her sexy bits...''//
Deciding to try the same approach as you did with the breasts, you slightly pull on the piercing.
@@.emote;
Isabella moans loudly@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes! That's it!@@
As you keep licking her pussy, she puts her hand on your head and stops you.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I need something meatier...@@
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 14.mp4" autoplay loop/>
As she says that, you can't help but grin. You get up and behind her, positioning your cock against her pussy.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes... Give it to me!@@
With that, you thrust your cock into her pussy.
@@.emote;
Isabella moans loudly@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes! That's it! Fuck my pussy!@@
Following her request, you start to thrust your hips as hard as you can.
@@.emote;
Isabella moans even louder@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes! Yes!@@
As you are fucking her, she suddenly throws her leg over you and pushes you backwards.
@@.you;
Wha-@@
Now you are with your back against the sofa, with Isabella on top of you. As you look into her eyes, you can see hunger in them.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
It's my turn!@@
//''Holy! This woman is cock hungry!''//
<<linkreplace "Let her mount you">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 15.mp4" autoplay loop/>
As she says that, she quickly starts moving her hips. But not satisfied with simple movement, she lifts herself until only your head is left inside of her and then slams herself down.
@@.emote;
Isabella moans loudly@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes! I'm almost there!@@
With that, she increases her pace. You also feel you are about to cum, but you hold yourself back.
//''I'm definitely not cumming inside of crazy!''//
With a final slam of her hips she starts to tremble, her pussy contracting hard against your cock.
//''Crap! Even her pussy is insane!''//
Barely being able to hold back, you pull your cock from out of her.
@@.emote;
Isabella is surprised@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Ah!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 16.mp4" autoplay loop/>
You quickly jack your cock and start to cum all over Isabella.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Aww... You could have cum in me.@@
//''No way in hell I would!''//
@@.you;
Sorry, I'm just used to pulling out.@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
That's alright. There's always a next time.@@
//''Damn... Sarah was right... This woman is a shark! She seems to be hungry for seamen!''//
As you finish cumming, you feel the energy draining out you.
<<linkreplace "Approach the subject">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 17.jpg">
After reaching climax, you feel that it's the right time to ask her your question.
@@.you;
So... Isabella. You said you knew why Sarah doesn't want to have pictures taken of her?@@
@@.emote;
Isabella snaps out of her daze@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh yeah... That is right, you wanted to know about that.@@
@@.emote;
Isabella bites on her lips and gives you a dirty look@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
You see, she doesn't mind having pictures of her taken. It's nudes she has an issue with. Which leads me to this question, why exactly do you want to take nude pictures of her?@@
//''Crap...''//
@@.you;
Uh... I have a good reason for that...@@
@@.emote;
Isabella laughs and winks at you@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I'm sure you do. I'm not going to judge you. Everyone has a kink or two.@@
//''I'm sure you have a least three...''//
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Anyway, the reason is quite simple. Do you remember Mark?@@
@@.you;
Mark?@@
You rattle your brain for someone with that name. While a few come to mind, none of them seem relevant, except one.
@@.you;
Like, Mark, the douche she used to date a long time ago?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
That one! You see, when she was dating him, she allowed him to take nude pictures of her.@@
@@.you;
I see... Wait... Did he?@@
@@.emote;
Isabella nods her head@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yep! After they broke up, he sent her nudes to everyone on his friend list, and they sent it to their friends and, soon enough, everyone had her nudes. She was REALLY pissed at that, enough so that she confronted Mark and kicked him in the nut sack.@@
@@.emote;
Isabella laughs@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
It was a glorious sight to behold, Mark laying on the ground, crying while holding his balls! But since then, she never allowed anyone to take nude pictures of her. Not even me! Can you believe that?!@@
//''100%.''//
You start to think out loud.
@@.you;
Then it's just a trust issue... If that's all it is, then I think I can do something about it...@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Just make sure to keep it to yourself, or she might tear it off.@@
As she says that, you feel cold sweat going down your spine.
//''I'm sure it will be fine... She will be consenting to it... It will be fine, won't it?''//
With that information now in hand, you decide that it's time to go back home.
@@.you;
I've got to get going, Isabella. It's getting really late.@@
@@.emote;
Isabella gives you a wink@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Okay, but you are welcome to come over anytime, okay? You can also cum over me anytime.@@
//''I don't think I will be sticking my dick into that pile of crazy any time soon...''//
As you are about to leave, Isabella stops you.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, yeah! I almost forgot! Just a second $player.name!@@
As she says that, she rushes to her bedroom. After a few seconds, she comes back with a one piece swimsuit.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Here! If you are going to take nude pictures of her, you may as well use this!@@
You take a look at it. It really doesn't do a good job hiding anything.
@@.you;
Okay. Thanks.@@
And with that, you quickly make your way out of her house.
@@.corruption;
You've become more corrupted@@
<<linkreplace "Get back home">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Player Bedroom.jpg">
As you arrive at your house, you decide to go straight to your bedroom.
@@.you;
So... Sarah doesn't want to take pictures for the Kings and Queens site because it would require someone else to take it for her and she's afraid that the person would distribute the photos. Even though she will be doing so herself? I guess it's just a question of body autonomy...@@
//''But how exactly should I approach this subject...''//
@@.you;
I guess the easiest way to get her to agree to something would be to have her be a little bit tipsie... Hm... We usually drink wine after dinner... So I guess that would be a good time?@@
You nod your head.
@@.you;
I should try to get an opportunity to talk to her after dinner. But before that, I have to make sure I'm capable of convincing her and that she likes me enough to accept it...@@
<<set $GettingInfo to true>>
[[Finish planning|House][$time.passTime(2);$player.corruption += 1]]
<</ctp>><img src="img/Group/Sarah Dinner Table.jpg">
As Kelly and Anna take the dishes to the Kitchen, only you and your $os.rel are left.
You feel this would be a good time to talk to her about her issues with nudes. You decide that the best approach is just to be direct with her.
@@.you;
Hey, Sarah.@@
You watch as Sarah slowly looks at you, clearly tipsy from the wine she has been drinking.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes, $player.name?@@
@@.you;
I've heard the reason why you are afraid of having sexy pictures of you taken.@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You...@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Isabella, right?@@
You nod your head.
@@.you;
Sorry. I just wanted to help you.@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And how exactly is you knowing that embarrassing story going to help me?@@
@@.you;
Well, from what I can see, there are two main issues we could tackle. The first being trust. Someone you liked broke the trust you put in him and that hurt and scarred you. The second one was that your nudes were released without your consent and that made you feel powerless.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, look at Mr. Freud here. Psychoanalyzing me.@@
//''Hm... She's being a little bit more defensive than I thought...''//
@@.you;
Say... Wouldn't you want to take that power back? Wouldn't you like to show to the world that you are confident in your own body? It's not like you have anything to lose, but a lot to gain. What's the harm in trying?@@
@@.emote;
Sarah is taken aback@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I... I don't know... I mean... How would we even do that in the first place?@@
You give her a grin.
@@.you;
Well, I can solve our first issue. The issue of trust.@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that so?@@
@@.you;
Yes! You know I've been practicing photography, right? Both $m.rel and Anna have been helping me. I've even taken a few pictures of you. Didn't they turn out nice?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess...?@@
@@.you;
And you trust me, right? That's the most important step. Trust. If you don't trust me, then I guess there's nothing we can do.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I... I...@@
You watch as Sarah looks away from you and replies in a small voice.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I do trust you, silly...@@
You grin grows wider.
@@.you;
Then if you trust me, if you REALLY trust me, you won't have any issues with me taking the pictures, right? You know I would not spread them around without your consent. Say the word, and they would be gone. Otherwise, I would just keep them for myself.@@
You can see Sarah's face, already a little bit flushed by the alcohol, get even redder.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I mean... Then you would have to...@@
@@.you;
Yes! I would have to take artistically tasteful photos of you.@@
You can hear Sarah letting out a small laugh, as a small smile grows on her face.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Artistically tasteful? Is that even a word?@@
@@.you;
Well! If it wasn't, it is now!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That's a weird way of saying that you want to take nude photos of me.@@
You wiggle your finger back and forth.
@@.you;
Hun, hun. Artistically nude photos of you.@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine. Artistically nude photos of me. They are still nude nonetheless.@@
@@.you;
Yes. But I'm an artist, both in body and mind!@@
@@.emote;
Sarah stares at you and then sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine... Let's change the subject. What about the second part?@@
//''Nice! I'm one step closer!''//
@@.you;
For the second part, we already have the means to do it!@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
We do?@@
@@.you;
Yes! The Kings and Queens site!@@
@@.emote;
Sarah is surprised@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I-I mean... I work for them...@@
@@.you;
Is there a clause in the contract that says you are not allowed to be a member as well?@@
@@.emote;
Sarah shakes her head@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No... It's actually encoraged... And they usually sell for a bit more than common photos... B-But...@@
@@.you;
So let me ask you this. What do you think of that site? Do you think the members of it are just whores, selling out to the highest bidder?@@
@@.emote;
Sarah becomes flustered@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What?! Of course not! We would never allow anything that vulgar! Also, what does it matter if they are selling photos of their body?! It's their body in the first place and they are free to do so as consenting adults! No one has the right to look down on them for doing what it takes to make ends meet!@@
You grin grows even wider.
@@.you;
See? I don't even need to make an argument about it. You already know full well how the site works. A lot better than myself that just found out about it. So I'm sure that, if there were to ever be a place where you could express yourself, it would be on Kings and Queens, right? I mean, it's even in the logo. To express yourself to the world.@@
@@.emote;
Sarah's face becomes even redder@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
B-But... I've never done something like this...@@
@@.you;
There's always a first time for everything. And don't worry, with my skill with the camera and your hot body, I'm sure you will easily be able to break top 10 on the site. Hell, even top 3 might not be a far fetched goal.@@
@@.emote;
Sarah looks down, her face getting redder@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
D-Do you think so?@@
//''Great! I only need one last push!''//
@@.you;
Of course! Didn't I say so? Even I would be willing to pay for it! Hell, I may even be your biggest fan!@@
You watch as Sarah scowls at you, but you can't help but notice a smile growing on her face.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I-I guess...@@
@@.you;
Great! Then let's do this! Let's kick that bad memory of Mark to the ground and spit on it! He shouldn't be living in your head, rent free!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Y-yeah! He shouldn't!@@
@@.you;
Exactly! Fuck Mark! That pretentious cunt!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yeah! Fuck Mark! That limp dick sack of shit! Couldn't keep his dick hard for longer than a minute!@@
//''That's... More information than I needed to know...''//
@@.you;
You tell him girl!@@
@@.emote;
Sarah let's out a heartfelt laugh and smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thanks, $player.name. At the very least, I feel a bit better now.@@
@@.you;
Hey, we are at the starting line. We still have a long way to go.@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You really want to move on with this?@@
@@.you;
Of course! You know I would do anything for you, dear $os.rel!@@
@@.emote;
Sarah gives you a lewd smile@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, I'm sure that's all there is in it for you. It's not like you just want to see my naked body, you perv.@@
You can't help but shrug.
@@.you;
Hey, if I said no, I would be the biggest liar in the world, now wouldn't I?@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess you would. Fine, you win. But dear $player.os. You better not break my trust, got it?@@
@@.you;
Of course! I would never do that, you know better than that.@@
@@.emote;
Sarah nods her head@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes... But just so we are clear. If you do... I will snap it.@@
@@.you;
Snap it?!@@
@@.emote;
Sarah gives you a dark smile@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like a twig.@@
Cold sweat goes down your back.
//''Does she really need my help in the first place?''//
@@.you;
I-It's fine! I would never do that in the first place.@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Then we have a deal. But I don't want to take these pictures while everyone is home.@@
You nod your head.
@@.you;
Got it, I will make sure to get everything ready.@@
You watch as Sarah gets up from the table.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And $player.name.@@
@@.you;
Yes?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you...@@
@@.you;
You are very welcome.@@
And with that, you watch as she makes her way to her bedroom.
@@.you;
Nice! I did it! Now I just need to make sure to take pictures of her when no one is home... If we are talking about a day... Friday Late Afternoon would be the best, right? Good lighting and no one is home, other than Sarah.@@
You nod your head.
@@.you;
Okay! I can work with this!@@
<<set $ConvincingSarah to true>>
[[Clear off the table|House][$time.passTime(1)]]<img src="img/Other/Player Bedroom.jpg">
As you wake up, Sarah suddenly bursts into your bedroom.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name! Are up!?@@
//''If I wasn't before, I am now...''//
@@.you;
Yes, what's up? Is there an emergency?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! Take a look at this!@@
As she says that, she shoves her cell phone close to your face. On the screen, it shows her Kings and Queens account.
@@.you;
Current amount of fans... 272?!@@
@@.emote;
Sarah becomes excited@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! It only took a little less than two days for it to reach this amount! I've made over 400 bucks!@@
@@.you;
Congratulations, Sarah! Didn't I tell you it would work? How does it feel?@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It feels great! Knowing I was the one putting the pictures out there and getting rewarded for it! Now what does it matter that that limp dicked sack of garbage did it?!@@
@@.you;
Well, I'm proud of you, Sarah. If you ever need me to take more pictures, then don't hesitate to ask.@@
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, I won't! But that reminds me. I want to split the money with you.@@
@@.you;
You do?!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course! You helped me and you took the pictures, that means you are entitled to a part of the reward!@@
//''I didn't do it for the money...''//
You shake your head.
@@.you;
I can't accept that. I did it for you. If I took the money, it just wouldn't feel right.@@
@@.emote;
Sarah scowls@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But I want to reward you...@@
@@.you;
Seeing your smile is reward enough for me, dear $os.rel.@@
You can see Sarah's face turning red as you say that.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Always being such a charmer... Fine, I know what I will do!@@
As she says that, she leans in and kisses you.
<img src="img/Sarah/Sarah Kiss.jpg">
//''Whoa!''//
After a while, she lets go, her face now fully red.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
T-There! Now you better help me with taking more pictures when I ask you to!@@
@@.you;
O-Of course!@@
As she finishes saying that, she rushes out of your bedroom, a smile clearly plastered on her face. You can't help but grin.
@@.you;
Definitely worth more than money...@@
@@.love;
Sarah now really likes you@@
@@.love;
Sarah loves you a little more@@
[[Start your day|Start][$os.lovelevel += 1;$os.love += 1]]<img src="img/Other/Isabella Calling.jpg">
As you turn on your phone, you take out the card that Isabella gave.
@@.you;
Okay... Let's give her a call...@@
@@.data;
Ring... Ring...@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Hello?@@
@@.you;
Hey Isabella, it's me, $player.name. Sarah's $player.os.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh! $player.name! I'm so glad you called.@@
@@.you;
Yes... You said that you didn't want to approach that subject here...@@
You can hear Isabella chuckling.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh! Come on, $player.name! Let's not do this through the phone! Who knows who might be eavesdropping!@@
//''Considering that I'm in my room with the door shut... Nobody...''//
@@.you;
Okay, would you like to meet somewhere?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Hm... Usually I would rather go to a nightclub... But I'm kind of busy today, so I guess we can skip that part. How about you just come over to my house? Today, in the Evening.@@
//''Guess she's not even trying to hide her intentions, uh...''//
@@.you;
Got it, I will pay you a visit.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Great! My address is 469 Shepard Street! It's the big house with the purple tree!@@
@@.you;
Okay. I will see you at soon then.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
See you soon!@@
You turn off your phone.
@@.you;
I wonder if she's always like this or is it the power of my corruption... Well, it doesn't matter. I will get the information I want and I may even get something extra out of it.@@
<<set $CallIsabella to true>>
[[Finish Call|Start]]<video src="img/Other/Gaming.mp4" autoplay loop/>
It's a waste of time!
[[Done|Start][$time.passTime(1)]]<<btnLink "Learning How To Massage" "Learning How To Massage">>
<<btnLink "Massage Kelly 1" "Massage Kelly 1">>
<<if $KellyFriend2>>
<<btnLink "Sex with Jenna" "Jenna Sexy">>
<</if>><<if $m.corruptionlevel gte 2>>
<<btnLink "Learning How To Deep Massage" "Learning How Deep Massage">>
<<btnLink "Massage Kelly 2" "Massage Kelly 2">>
<</if>>
<<btnLink "Return" "Past Events">><<btnLink "Visiting Isabella 1" "Visiting Isabella">>
<<btnLink "Pictures with Sarah" "Pictures with Sarah">>
<<if $os.corruptionlevel gte 2>>
<<btnLink "Sarah Cosplaying 1" "Cosplaying with Sarah 1">>
<<btnLink "Sarah Striptease" "Sarah Striptease">>
<<btnLink "Visiting Isabella 2" "Talking to Isabella">>
<<btnLink "Sarah Cosplaying 2" "Cosplaying with Sarah 2">>
<</if>>
<<btnLink "Return" "Past Events">><<btnLink "Caught by Anna" "Caught by Anna">>
<<if $ys.corruptionlevel gte 2>>
<<btnLink "Anna Cosplays" "Anna Cosplay">>
<<btnLink "Anna and Lilith Cosplay" "Anna Lilith Cosplays">>
<</if>>
<<btnLink "Return" "Past Events">><<btnLink "Running with Linda" "Running with Linda">>
<<if $teacher.corruptionlevel gte 2>>
<<btnLink "Sex with Jasmine 1" "Sex with Jasmine 1">>
<<btnLink "Sex with Jasmine 2" "Sex with Jasmine 2">>
<<btnLink "Sex with Linda" "Sex with Linda">>
<<btnLink "Sex with Stella" "Sex with Stella">>
<<btnLink "Airsoft Tournament" "Airsoft Tournament">>
<</if>>
<<btnLink "Return" "Past Events">><<btnLink "Rachel Cosplays" "Rachel Cosplay">>
<<if $student.lovelevel gte 1>>
<<btnLink "Sex with Melissa" "Sex with Melissa">>
<</if>><<if $student.corruptionlevel gte 2>>
<<btnLink "Sex with Rebeca" "Sex with Rebeca">>
<<btnLink "Netflics and Chill 1" "Netflics and Chill 1">>
<<btnLink "Netflics and Chill 2" "Netflics and Chill 2">>
<</if>>
<<btnLink "Return" "Past Events">><<btnLink "" "">>
<<btnLink "" "">>
<<if $>>
<<btnLink "" "">>
<<btnLink "" "">>
<</if>>
<<btnLink "Return" "Past Events">><<btnLink "Pravitas Dominating 1" "Pravitas Dominating 1">>
<<btnLink "Pravitas Dominated 1" "Pravitas Dominated 1">>
<<if $player.corruptionlevel gte 1>>
<<btnLink "Pravitas Dominating 2" "Pravitas Dominating 2">>
<<btnLink "Pravitas Dominated 2" "Pravitas Dominated 2">>
<</if>><<if $player.corruptionlevel gte 2>>
<<btnLink "Party with Lana" "Party with Lana">>
<<btnLink "Dominate Pravitas" "Dominate Pravitas">>
<</if>>
<<btnLink "Return" "Past Events">><<ctp "LearnMassage">>
<img src="img/Other/Calling Jessica.jpg">
You decide to give Jessica a call.
@@.data;
Calling... Calling... Calling...@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Hello, this is Jessica speaking.@@
@@.you;
Hey Jessica, my name is $player.name. I've read your ad and I'm interested in learning how to give massages.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Oh! Excellent! You can come to my house. I have a proper room, where I will teach you how to massage a woman!@@
@@.you;
And your ad said that there would be a practical lesson?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Yes! I will teach you everything you need to know, then you will be able to practice it on me. I will tell you how well you are doing and what you have to do to adjust it.@@
@@.you;
I see... Makes sense... Understood. So, what's the address?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
The address is ...@@
You write down the address and get ready to go.
<<linkreplace "Learn how to massage">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jessica Intro.jpg">
As you arrive, you spot a woman in front of the door.
//''Must be Jessica...''//
You get out of the car and go to greet her.
@@.you;
Jessica, right?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Oh, hi! You must be $player.name! Are you ready to learn how to massage?@@
@@.you;
Hey, that's what I'm here for!@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Excellent! Come inside! We will spend the next few hours going through the basics and hand motions. Once were are done with that, you will be able to test your skills on me.@@
@@.you;
Good. Does everyone learn how to give a good massage in a day?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Well... Some people are better than others, but it's just a question of practice. Once you learn the basics, you will be able to improve on your own.@@
//''Uh... That doesn't sound that great... Well, I shouldn't have much of an issue learning anything...''//
@@.you;
Understood.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Great! Now come in! I will just change my clothes real quickly and we can start!@@
<<linkreplace "Go inside and wait">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Learning Massage 1.jpg">
You look around the room.
//''Well... It looks decent enough...''//
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Okay! Now, let's go through the basics...@@
You spend the next couple of hours learning. Thanks to your intelligence and fitness, you are able to easily grasp everything she taught you.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Wow! You are a natural! I've never seen anyone learn this fast!@@
@@.you;
I'm quite impressed myself. I usually don't get things this fast.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Oh, there's no need to be so humble! I'm looking forward to your practical!@@
Saying that, she leaves the room.
//''Seems like there are upsides to having Pravitas in me... If she evolves, will it make things even easier?''//
After a few moments, Jessica comes back, wearing only a towel.
//''Wow...''//
@@.you;
I didn't think that you would be naked...@@
@@.emote;
Jessica laughs@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
This is the best way to receive a massage! I'm sure your girlfriend will be butt naked too!@@
//''I don't actually have one...''//
You watch as she lays down e readjust the towel.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Okay! You can now start with my back!@@
@@.you;
Got it.@@
<<linkreplace "Start the Massage">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 2.mp4" autoplay loop/>
You start by rubbing oil on her back and gently rubbing it in.
@@.emote;
Jessica moans a bit@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
I've got to say... You sure do know how to use your hands...@@
@@.you;
Is that so? Glad you are enjoying it.@@
You slowly put a bit of pressure on her muscles.
@@.emote;
Jessica groans@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
A bit more gently...@@
//''Her back is kinda stiff... So are her shoulders...''//
<<linkreplace "Massage her shoulders">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 3.mp4" autoplay loop/>
You decide to try to undo the stiffness in her shoulders.
@@.emote;
Jessica groans some more@@
@@.you;
You're very stiff... Kinda weird for a masseuse to have stiff shoulders...@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
I've been very stressed lately...@@
@@.you;
Is that so?@@
As you are removing the stiffness, you can feel your body heating up as well.
//''It seems that I will corrupt others, even when I don't want to...''//
You know that the corruption isn't that bad, it just makes them more likely to do something they already want to do, so you don't mind.
@@.emote;
Jessica sighs in relief@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
My shoulders feel much better now... If I hadn't taught you, I would be sure that you were already a professional!@@
You can't help but hum at her praise.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
My legs are kinda stiff also, do you mind massaging them?@@
@@.you;
Sure, if you don't mind.@@
<<linkreplace "Massage her legs">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 4.mp4" autoplay loop/>
You slowly press the muscles of her legs, going from her buttox all the way to her foot.
@@.emote;
Jessica moans louder@@
As you are giving her a massage, you can clearly see her inner thighs glistening.
//''That doesn't look like oil... Is she getting wet?''//
You remember that she told you that girls can even cum if the massage is good enough.
//''Let's try to make her cum!''//
You start to put strength in your hands and carefully caress her inner thighs.
@@.emote;
Jessica moans loudly@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
That's right... Just like that!@@
<<linkreplace "Massage her ass">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 5.mp4" autoplay loop/>
You begin to gently caress her ass, while simultaneously massaging her hips.
@@.you;
How does that feel?@@
@@.emote;
Jessica supresses her moans@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
G-great! Keep going!@@
You feel like if you were to touch her labia, she would instantly cum.
@@.you;
Mind if I push a little farther in?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
P-please...@@
With her consent, you prepare to move your hands deeper.
//''Now for the killing blow!''//
<<linkreplace "Make her cum">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 6.mp4" autoplay loop/>
You gently push her, so that she's laying on her side and you continue to focus on her inner thigh.
@@.emote;
Jessica is releasing muffled moans@@
By looking at Jessica, you can see she's biting the towel, trying to keep her mouth in check.
//''Let's see for how long you can hold out!''//
You quicken your pace, making sure to barely touch her outer labia.
@@.emote;
Jessica begins to tremble@@
//''It's working!''//
You put more pressure and caress her her inner labia too.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Ah! Aaaaaaaaah!@@
You can see a small amount of liquid gushing out of her, a clear sign that she came. You decide to stop. Even though you stopped, she still trembles and moans for a little while.
//''Great! I can definitely use this!''//
<<linkreplace "Wait for her to compose herself">><<scrollTop>><<ctpAdvance "LearnMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jessica Finish.jpg">
After a while, she gets up and puts on her clothes.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
I've gotta say $player.name! You've got a real knack for this! I'm sure you could be a professional!@@
@@.you;
Really? Was it that good?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Of course! I would normally have to pay to get a massage that good!@@
@@.you;
Does that mean you won't charge me $50?@@
@@.emote;
Jessica laughs@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Of course I will! A massage doesn't make the bills go away!@@
You can't help but shrug at that.
@@.you;
Hey, can't blame me for trying.@@
@@.emote;
Jessica laughs even louder@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
I guess I can't. Anyway, I'm sure whoever you are going to give that massage to, will be very happy.@@
@@.you;
Thank you for teaching me, Jessica.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
No, thank you for giving me the massage!@@
After exchanging some final pleasantries, you get ready to go home. You look outside and it's already dark.
//''It was totally worth the $50!''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "KellyMassageCorruption">>
<img src="img/Kelly/Kelly Bikini Yard 1.jpg">
You go outside and spot your $m.rel sun bathing.
@@.you;
Hey $m.rel!@@
@@.emote;
Kelly removes her headset@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hi honey. How are you?@@
@@.you;
I'm doing fine, but not as fine as you will be in a few minutes!@@
@@.emote;
Kelly becomes confused@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
What do you mean?@@
You give her a big smile.
@@.you;
I've got a surprise for you!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Really? What kind of surprise?@@
@@.you;
A surprise that will make you feel really good! It's in the living room!@@
@@.emote;
Kelly gets up@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
In the livingroom? Okay, let's see it!@@
@@.you;
You can go in first, I need to get one last thing and I will meet you there.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Okay, I will see you there then!@@
You watch as Kelly goes into the house.
//''Great! Now I just need to get the lotion and get ready for the massage!''//
<<linkreplace "Get the lotion and go to the living room">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 1.mp4" autoplay loop/>
As you are about to enter the living room, you catch your $m.rel putting on the towel.
//''Damn... How can her breasts be that impressive?''//
You wait for her to finish wrapping the towel around herself and go in.
@@.you;
Okay! I'm back! Have you found out what the surprise is?@@
@@.emote;
Kelly laughs@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
That I did. But when did you learn how to massage?@@
@@.you;
Well, after you gave me that massage, it made me want to learn it. Now I can repay the favor!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Is that so? Then I will accept your generosity!@@
As your $m.rel says that, she gets on the table and lays down.
//''Good thing we still had this massage table. Who would have thought that something my father bought years ago would eventually be used...''//
You put the lotion on top of the counter and get ready to start the massage.
<<linkreplace "Prepare the massage">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Corruption Massage 2.jpg">
You first put some lotion on your hands and spread it around a bit, in order to make it warmer. You start by slowly massaging her shoulders.
@@.you;
Hm... I'm going need to pull this towel down a bit, is that okay?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Sure.@@
You pull down the towel until it's only covering her ass.
@@.you;
Okay, I'm about to start for real.@@
<<linkreplace "Start the massage">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 3.mp4" autoplay loop/>
You start by slowly rubbing her sides and back.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Wow... You are really good at this!@@
You smile and don't answer, instead you put more pressure with your fingers.
@@.emote;
Kelly moans@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Now that feels good...@@
As you are slowly rubbing her back, you start to feel a familiar heat rising in you. Clear signs of the corruption at work.
//''This should make her feel even better...''//
<<linkreplace "Move to her legs">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 4.mp4" autoplay loop/>
You move your hands up and down her legs, making sure to put pressure at the correct points.
@@.emote;
Kelly groans@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah... Yes... My legs really needed that...@@
You slowly knead the muscles, trying to get any sign of stiffness out of them.
@@.you;
How does it feel?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It feels great...@@
You start to hum and focus on her thighs.
<<linkreplace "Focus on her thighs">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 5.mp4" autoplay loop/>
You carefully massage her thighs, making sure not to go too deep.
//''Don't want her to feel uncomfortable...''//
@@.emote;
Kelly releases a muffled moan@@
//''Seems like she's trying to stop herself from moaning...''//
You look back at her and you can see her face smushed into the towel.
@@.you;
I'm going to increase the pressure, okay?@@
@@.emote;
Kelly releases muffled noises@@
You can't help, but laugh.
@@.you;
I'm going to take that as a yes.@@
You put a bit more pressure on her thighs and can feel her body trembling slightly.
//''Seems like she's really starting to feel good now''//
You decide to not overstay your welcome and move to her waist.
<<linkreplace "Massage her waist">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 6.mp4" autoplay loop/>
You begin to move your hands around her waist.
@@.emote;
Kelly releases an even louder muffled moan.@@
@@.you;
You alright there $m.rel?@@
You see that Kelly raises her head a bit to talk. Her eyes are glistening and her voice rasp.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Haven't felt this good in a very long time... How did you get so good at this?@@
@@.you;
Well, let's just say I have a knack for this.@@
And with that, you put more pressure and hear your $m.rel's head hitting the towel again, her body visibly shaking.
//''Seems like she's really close... What if I moved my hands to her hips?''//
You are about to move your hands towards her hips, when you hear someone entering the living room.
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh my God! You know how to give massages, $player.ys?!@@
You can feel your $m.rel's body stop shaking. Seems like she's trying to compose herself.
//''Damn... So close...What a terrible timing, Anna...''//
Never the less, you smile at her and answer.
@@.you;
Yep, learned it a while ago.@@
@@.emote;
Anna smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yay! You being the greatest $player.ys in the world, means that you will give this beautiful $ys.rel a massage too, right?@@
You can't help but chuckle at her eagerness.
//''Oh well, I did learn how to massage women for a reason...''//
@@.you;
Sure, but not right now, my hands are getting kinda tired.@@
@@.emote;
Anna becomes disappointed and looks at her mother@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Is he any good at it?@@
@@.emote;
Kelly raises her head a bit and smiles at Anna@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
This is one of the best massages I've ever had!@@
@@.emote;
Anna becomes even more disappointed and looks at you will puppy eyes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Awww... $player.name?@@
You end up laughing at that.
@@.you;
Sorry, Anna. If I tried to give you a massage with my hands like this, it just wouldn't feel good.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay...@@
And with that, Anna leaves the living room.
//''Better wrap things up here''//
You stop your massage and back off.
@@.you;
Okay $m.rel, I think this is enough. I'm going to put the lotion back, while you dress.@@
<<linkreplace "Take the lotion back to your room">><<scrollTop>><<ctpAdvance "KellyMassageCorruption">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Corruption Massage 7.jpg">
When you get back to the living room, your $m.rel is just about finished putting on her dress.
@@.you;
So, did you like the surprise?@@
Instead of answering you, your $m.rel gives you a tight hug.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
This was one of the best presents I've had! And it's not even my birthday! Thanks $player.name!@@
@@.you;
I'm glad you liked it. I will make it a habit of giving a massage every once in a while.@@
@@.emote;
Kelly gives you a kiss very close to your mouth@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Thank you! You are such a great $player.m!@@
@@.you;
Hey, anything for the greatest $m.rel in the world.@@
@@.emote;
Kelly lets go of you and gives you a sweet smile@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Seems like I'm going to have to think of something special for your birthday!@@
And with that, she leaves the living room with a skip in her step. As she leaves, you can't help but notice something glistening down her leg.
//''Odd... Did I put too much oil on her thigh?''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "DeepMassage">>
<img src="img/Other/Jessica Intro.jpg">
As you arrive at Jessica's place, you can see her waiting for you in front of the door.
@@.emote;
Jessica waves at you@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Hey, $player.name!@@
You get out of the car and greet her.
@@.you;
Hey, Jessica. How's it going?@@
@@.emote;
Jessica smiles at you@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
It's going great! It seems like I've been getting more clients lately!@@
@@.you;
That's great. You did do an awesome job with me.@@
@@.emote;
Jessica chuckles@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Well, I only deserve half of the praise. After all, you are a natural at this.@@
@@.you;
What can I say, everyone has a talent or two.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
That they do. Now come on in! I'm going to change my clothes and we can get started.@@
<<linkreplace "Enter">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Learning Massage 1.jpg">
As you are waiting inside, Jessica comes out with her loose fitting clothes.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Okay. Now, that last time you were here, you learned the basics about massaging.@@
Saying that, Jessica takes off her clothes and lays down on the table.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
So, this time, I will teach you how to massage every part of a woman's body. How about you start with my back?@@
As she says that, you move to her side and pour oil on her back.
<<linkreplace "Massage her back">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 2.mp4" autoplay loop/>
You start by moving your hands from her shoulder blades, all the way down to her lower back.
@@.emote;
Jessica moans@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Hm... I'm still impressed at how good you are at this...@@
@@.you;
Thanks.@@
You move your hands, while carefully putting pressure where you see fit, in order to loosen her muscles and make her more relaxed.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
That's good... Now move to my shoulders...@@
<<linkreplace "Massage her shoulders">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 3.mp4" autoplay loop/>
Using your thumbs, you carefully move them along her shoulder. You use your fingers as a handle in order to allow maximum control over your thumbs.
@@.emote;
Jessica moans a bit louder@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Yes... I can see you still know how to give a back massage... But do you still know how to give a lower body massage?@@
You give her a grin and move the towel out of the way.
<<linkreplace "Massage her thighs">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 4.mp4" autoplay loop/>
You move your hands up and down her thighs, being careful not to grip too hard, but making sure that there's enough pressure to help relax her muscles.
@@.emote;
Jessica moans slightly louder@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Ah... Yes... Now move up a little bit...@@
<<linkreplace "Massage her ass">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 5.mp4" autoplay loop/>
Your hands move to her hip and up her ass, then slowly back to her hip, using your palms in order to apply a small amount of weight.
@@.emote;
Jessica moans@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
So good...@@
<<linkreplace "Move slightly lower">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Learning Massage 6.mp4" autoplay loop/>
You decide to take care of her inner thighs as well.
@@.emote;
Jessica yelps in surprise@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
I see you've become more assertive...@@
You can't help but chuckle.
@@.you;
I've learned a thing or two...@@
As you move your hands, your fingers slightly touch her labia.
@@.emote;
Jessica moans loudly@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
W-Wait!@@
You stop your motion.
@@.you;
Did I do something wrong?@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
N-No... You were actually doing too well... A-Anyway! We need to move to the second part of your lesson!@@
Saying that, Jessica turns around and reveals her chest to you.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Now you need to take care of my upper body. Start by pouring some oil.@@
//''Nice!''//
<<linkreplace "Pour oil on her chest">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 2.mp4" autoplay loop/>
You take out the oil and slowly start to cover her chest.
@@.emote;
Jessica yelps@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Ah! I can never get used to how cold it feels when it hits my breasts...@@
You give her a grin.
@@.you;
Don't worry, I will heat them up in a second.@@
@@.emote;
Jessica laughs@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Okay, $player.name! A chest massage concentrates primarily on the deep and superficial muscles located around the chest area...@@
She explains how to properly massage the chest area.
@@.you;
Got it!@@
<<linkreplace "Start massaging the chest">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 3.mp4" autoplay loop/>
Using what she told you, you move your experienced hands over her chest and spread the oil all around. Using your palms to create friction, your fingers to knead her muscles and your thumbs to apply pressure, you slowly move from her hips to her breasts and back again.
@@.emote;
Jessica moans loudly@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
As expected... You are a fast learner...@@
You give her a smile and keep moving your hands.
@@.you;
Well, I'm learning from the best.@@
@@.emote;
Jessica chuckles@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
And a charmer! Now you will have to get on the table for this next part...@@
<<linkreplace "Move to her neck">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 15.mp4" autoplay loop/>
You carefully get up on the table and gently position yourself on top of her. Using the friction caused by your palms, you slowly move your hands from her breasts, all around to the back of her neck.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Yes... Just like that...@@
As you are moving your hands, Jessica opens her eyes and notices your bulge, already hard.
@@.emote;
Jessica grins@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Seems like I'm not the only one feeling good here...@@
@@.you;
Well, what can I say. He's also raring for a massage...@@
@@.emote;
Jessica chuckles@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Is that so? Well... I guess you did already learn how to give a proper full body massage...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 4.mp4" autoplay loop/>
Saying that, she pulls you in by your collar and gives you a kiss. While it does catch you by surprise, you kiss her back. After a while, she pulls back.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Well, even if you won't use it, I may as well teach you how to give a man a massage...@@
@@.you;
Oh, I would love to see that!@@
As you say that, she gets off the table.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Okay, lie down now.@@
Not questioning her, you lie down on the table.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
First we have to get rid of this...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 5.mp4" autoplay loop/>
You watch as Jessica slowly undoes your pants.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Now let's see what we have here...@@
She finishes pulling the strings and reveals your cock.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Oh, my! Seems like your cock is ready for some good massaging...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 6.mp4" autoplay loop/>
You watch as Jessica moves her hand in an expert manner. You can't help but groan in pleasure.
@@.emote;
Jessica chuckles@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
The secret for a good massage is knowing how much pressure to put...@@
Saying that, she slowly increases both the pace and the pressure. The pleasure you feel is incredible.
//''I wonder if this is how she brings in extra cash...''//
While it may be rude to think that, she's too much of an expert for you to think otherwise.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Does it feel good?@@
@@.you;
Y-Yeah...@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Great! But, you see... The hand isn't able to put the appropriate pressure to make the penis really feel pleasure...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 7.mp4" autoplay loop/>
Saying that, she takes your cock into her mouth and starts sucking on its tip and then slowly moves down the shaft, making sure to keep the pressure. You end up moaning.
She eventually pulls your cock out of her mouth and licks it.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
The human mouth is capable of creating pressure through vacum... It's also naturally wet, making it the idea tool to massage a cock.@@
Saying that, she leans into your ears.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
But a woman's top mouth can't compared to...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 8.mp4" autoplay loop/>
As she says that, she positions herself above your cock.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
The bottom mouth...@@
Saying that, she impales herself on your cock.
@@.emote;
Jessica moans@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Let's see if your cock is as good as your hands...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 9.mp4" autoplay loop/>
Jessica starts moving her hips. As she starts moving, the limitations of the small table show up and you notice she's having a hard time keeping balance.
@@.you;
Here, let me help.@@
You put both hands on her hips, keeping her balanced and helping her move.
@@.emote;
Jessica chuckles@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Thanks.@@
And with that, she starts to move for real. With the sudden influx of pleasure, you end up grunting.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 10.mp4" autoplay loop/>
As she moves, the slow and rhythmic movement of hers causes the pleasure to slowly build up.
@@.emote;
Jessica moans@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
It seems... That your cock... Is also good...@@
As she keeps moving, you begin to feel impatient. The slow and steady approach is not one that you particularly enjoy.
<<linkreplace "Take control">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 11.mp4" autoplay loop/>
With a yelp of surprise from Jessica, you use the grip your hands have on her hips to swap places with her, placing her under you.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Hey, I was in the middle of giving you a massage!@@
You give her a grin.
@@.you;
I'm the one paying to learn, so I want to put in practice what I learned.@@
And with that, you begin to fuck her in earnest.
@@.emote;
Jessica moans loudly@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
I-I guess you have a point!@@
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 12.mp4" autoplay loop/>
You quicken your pace, causing Jessica to start moaning in an uncontrollable manner.
@@.emote;
Jessica moans loudly@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
S-Slow down!@@
You disregard it and keep fucking her at the same pace, trying to extract the maximum amount of pleasure you can get. As you are fucking her, you can feel her body starting to shake, her pussy starting to heavily contract on your cock. Clear signs that she's about to cum.
@@.emote;
Jessica moans even louder@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Ah! I-I'm cumming!@@
As she cums, you can feel the pressure that has been building up in your cock reaching the limit.
@@.you;
Fuck! I'm about to cum too!@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Y-You can cum inside!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 13.mp4" autoplay loop/>
Unable to make yourself stop fucking her, you trust your cock even deeper. You feel like the cork was finally removed and your cum starts to pour into her pussy.
@@.you;
Urgh!@@
You cumming in her seems to have triggered her body, causing her to cum again.
@@.emote;
Jessica moans loudly@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Ahh!@@
As you keep cumming, you keep trying to thrust into her, making sure all your cum goes into her.
<<linkreplace "Climax">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 14.mp4" autoplay loop/>
As you finish cumming, you pull out your cock from her pussy. As it keeps contracting, your cum slowly drips out of her.
@@.emote;
Jessica is breathing hard@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Now that was something else...@@
You are also breathing hard.
@@.you;
That was quite... The thorough teaching...@@
@@.emote;
Jessica chuckles@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Well, what can I say. I'm a damn good teacher.@@
Saying that, she gets off the table and puts on a shirt and sits on her chair.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DeepMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jessica Finish.jpg">
As Jessica sits there, she looks at you and smiles.
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Now you've fully learned how to give a woman a full massage, I don't have anything else to teach you. But I did quite enjoy our time together.@@
You smile at her.
@@.you;
Well, if you enjoyed it so much, does that mean I don't have to pay?@@
@@.emote;
Jessica laughs@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Of course not. I still have to pay my bills. That's a little shameless of you to ask.@@
You can't help but shrug.
@@.you;
Can't blame a man for trying.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
Women aren't in to men who are cheapskates, you know.@@
@@.you;
Oh, don't worry, I'm not planning on cutting corners with her.@@
@@.emote;
Jessica grins@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
That's good. Now, go on. I want to rest a little bit after that workout.@@
@@.you;
Okay. Thanks again for the lesson, Jessica.@@
@@.stuff;
<img src="img/Profile/Jessica.jpg" class="float-left">Jessica<hr>
You are very welcome, $player.name.@@
//''With this, my preparations are complete... I should invite $m.rel Monday night. That will give her some time to prepare...''//
And with that, you pay her the $50 and go back home.
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "SpecialMassage">>
<img src="img/Other/Driving Night.jpg">
As you leave the restaurant with your $m.rel, you decide to strike some conversation.
@@.you;
Sorry about how things ended... I usually wouldn't blow up like that, but I couldn't take her bad mouthing you...@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's alright! Honestly? I kind of like having my little man protecting me. And Sabrina isn't exactly a nice person, so you don't need to feel bad for her.@@
//''Little man, eh?''//
You slowly reach your house. Once there, you park the car in the garage and both of you get out of it.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Corruption Quest 15.jpg">
As you finishing locking the door, you look at your $m.rel and notice that she's staring right at you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It's been a wonderful night... It almost feels like I'm young again...@@
You smile at her.
@@.you;
Well, don't worry. It won't be the last.@@
@@.emote;
Kelly looks a bit uncertain@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
But... I...@@
//''She's almost there! Just a little more!''//
You shake your head.
@@.you;
Don't worry. You know I love you. And I want to do everything I can for you.@@
As you say that, you approach her.
<<linkreplace "Kiss her again">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Kiss.jpg">
You decide to give her a kiss. Even though she's not really drunk, you are sure her feelings for you slowly changed during the course of the date. She puts a small amount of resistance at first, but eventually surrenders and kisses you back. After a while, she pulls back and puts a hand on her lips.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... It does feel good to kiss someone again...@@
@@.you;
We can do more than just kissing...@@
As she looks at you with uncertainty again, you decide to try a different strategy.
@@.you;
Oh, yeah! I just remember! I had a part 2 of our date prepared.@@
@@.emote;
Kelly is slightly confused@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Part two?@@
@@.you;
Yes! I know you've been working really hard lately, so I've decided to do this!@@
As you walk past her, you open the door to the living room. And there was a massage table laying in wait, with some oil and a towel next to it.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
A massage!@@
You crack your finger.
@@.you;
And I've got to warn you, I've become better at giving massages. I will wash all that fatigue away.@@
While still a bit uncertain, the idea of receiving a massage wins out in the end.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
W-Well, I guess there's nothing wrong with having my $player.m massage me...@@
You give her a smile.
@@.you;
Of course. I will just go get a few more things. Meanwhile, you can put on that towel.@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Okay!@@
And with that, you go to your bedroom to change your clothes.
<<linkreplace "Change clothes and come back">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 1.mp4" autoplay loop/>
As you arrive, you catch your $m.rel only in her panties, using the towel to cover herself.
//''It's now or never!''//
@@.you;
I see you are ready. Now lie down and let me take care of you.@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm not going to say no to that.@@
Saying that, she lays on the table.
<<linkreplace "Start the massage">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Corruption Massage 2.jpg">
With her head down, you take the oil and slowly start spreading it on her back.
@@.emote;
Kelly releases a slight moan@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I can already see that you are better at this...@@
As you are spreading the oil, you are also slowly massaging the area.
@@.you;
This is just the start...@@
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 3.mp4" autoplay loop/>
As you finish spreading the oil, you slowly move your hands.
@@.emote;
Kelly slightly moans@@
As you massage her, you can clearly feel the heat in your body starting to spread and enter hers.
//''She will become a lot more relaxed if I do this...''//
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 6.mp4" autoplay loop/>
You slowly move from her upper back to her lower back. You move the towel a bit, but she doesn't mind.
@@.emote;
Kelly moans a bit@@
@@.you;
Does that feel good?@@
With a drawn out breath, she answers you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yess...@@
@@.you;
Great! Then I'm going to move to your legs, okay?@@
You can see Kelly nodding her head.
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 4.mp4" autoplay loop/>
You move your hands up and down her legs, making sure to put pressure at the correct points.
@@.emote;
Kelly groans@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah... Yes... My legs really needed that...@@
You slowly knead the muscles, trying to get any sign of stiffness out of them.
@@.you;
How does it feel?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
It feels great...@@
You start to hum and focus on her thighs.
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Massage 5.mp4" autoplay loop/>
You carefully massage her thighs, making sure not to go too deep.
@@.emote;
Kelly releases a muffled moan@@
//''Seems like she's trying to stop herself from moaning...''//
You look back at her and you can see her face smushed into the towel.
@@.you;
I'm going to increase the pressure, okay?@@
@@.emote;
Kelly releases muffled noises@@
@@.you;
I'm going to take that as a yes.@@
You put a bit more pressure on her thighs and can feel her body trembling slightly.
//''Seems like she's really starting to feel good now... Time for the final push!''//
@@.you;
I've learned a few new tricks...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm...?@@
@@.you;
It's called full body massage. Besides your back and your legs, the front of your body also needs to be taken care of.@@
You finish massaging her thighs and move to her front again, helping her flip around.
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 18.mp4" autoplay loop/>
As you flip her around, her huge breasts are in front of you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm sorry you have to see my saggy breasts...@@
@@.you;
Saggy? What are you talking about, your breasts look beautiful!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I know you are saying that to be nice, but that does make me feel better...@@
//''Seems like this whole age issue is really getting to her...''//
You start moving your hands. Starting with her arm and slowly making it up her breasts.
@@.emote;
Kelly moans@@
@@.you;
I'm not saying it just to be nice...@@
As you move your hands closer and closer to her breasts, you make sure to apply friction using your palms. Eventually, your hands reach her breasts. Using your hands, you take them into a cup and slowly rotate them, being careful not to apply too much pressure.
@@.emote;
Kelly moans more@@
@@.you;
And you may say they are saggy, but they do feel nice a firm...@@
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 19.mp4" autoplay loop/>
You hands slowly move down to her stomach and back to her breasts.
@@.emote;
Kelly moans a bit loudly@@
@@.you;
Does it feel good?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Y-Yes... It's been so long since a man touched me like that...@@
//''Great! Seems like she's prepared!''//
@@.you;
Well, it's only going to feel better from here...@@
You move your hands up to her breasts and try to fully cover them with your hands.
//''Hot damn! They are so big that I can barely fit them in my hands!''//
Protecting her nipples with your fingers, you use the base of your palm to apply friction, while using your fingers to apply pressure.
@@.emote;
Kelly moans even louder@@
You whisper in her ears.
@@.you;
I'm going to need you to turn around...@@
Without even resisting, she turns and on her stomach again. Once on her back, you slowly move your hands from her back to her ass. And from there, you slowly start to massage her ass again, but this time, you move your hands under her panties and slowly remove them.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Uh... $player.name?@@
Not giving her a time to stop you, you get to work.
<<linkreplace "Massage her">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 20.mp4" autoplay loop/>
You quickly start massaging her ass, taking a handful of it into your hand and kneading it.
@@.emote;
Kelly moans loudly@@
As your hands move, your fingers some times caress her pussy.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah! $player.name!@@
As your hands keep moving, you can feel your $m.rel starting to tremble.
//''She's almost there... Just a little more!''//
<<linkreplace "Move to her pussy">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 21.mp4" autoplay loop/>
You move your hand from her ass to her pussy and slowly start to massage it.
@@.emote;
Kelly moans loudly@@
As she moans, she curls up her fingers and her toes, trying to resist the pleasure that is coming from your hand.
@@.you;
Don't worry, $m.rel! It's okay to feel good!@@
As you say that, you slowly stat to pick up speed.
@@.emote;
Kelly moans even louder@@
//''One last push!''//
<<linkreplace "Go for the kill">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 22.mp4" autoplay loop/>
You start to vigorously stir it, making sure to move her labia while also teasing the clit.
@@.emote;
Kelly moans very loudly@@
As your hand moves, you can feel that her pussy is trying to contract, her ass shaking nonstop.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I-I'm cumming!@@
As she cums, you keep up the pressure, trying to maximize the time she remains in climax.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah! No! I'm cumming again!@@
This repeats a few more times until she finally stops cumming.
@@.emote;
Kelly is breathing heavily@@
@@.you;
So, how did it feel?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I haven't cummed this hard in such a long time... I had almost forgotten how it felt like... And to think it was my $player.m that did it... Does it make me a bad $m.rel that I enjoyed it?@@
@@.you;
What? Of course not! You are a wonderful $m.rel! So much so that I want you to feel good! Both in body and mind!@@
As you stare at Kelly, she becomes silent. Seemingly deep in thought. After a while, she nods her head.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Yes... Of course... After all, we should be looking out for each other.@@
@@.you;
Exactly!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You know what? Screw society! It hasn't been treating me nice, so why should I care what it thinks?!@@
As Kelly becomes even more passionate about it, you move to her front to help her get off the table.
@@.you;
That's right! Who cares what they think? All that matters is what we feel!@@
As Kelly is nodding her head at your words, she notices the bulge in your pants.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Speaking of feeling... You made me cum so hard, yet you are standing there with your cock all hard...@@
@@.you;
Oh, don't worry about it. Tonight was for you. I can take care of this on my own...@@
@@.emote;
Kelly frowns@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Now, that won't do! You have to listen to your $m.rel! Now drop those pants, young man!@@
<<linkreplace "Take off pants">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 23.mp4" autoplay loop/>
Unable to resist, you start to undo your pants.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Here, let me help you.@@
Saying that, she also starts to undo your pants. After pulling down your zipper, your cock bursts out of your pants.
@@.emote;
Kelly grins@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh, my! Seems like someone is happy to see me!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 24.mp4" autoplay loop/>
As your pants are removed, your $m.rel starts to give you a handjob. Her experienced hands instantly make you feel pleasure. You can't help but moan.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You aren't the only one here that's good with his hands...@@
As she keeps moving her hands, you feel the pleasure building up in you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... Seems like just my hands won't cut it...@@
//''Is she-?!''//
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 25.mp4" autoplay loop/>
Before you can even finish thinking, she takes your full cock into her mouth. The additional pleasure causes you to groan.
You watch as your $m.rel slowly moves her head up and down. As she does so, she starts touching her own breasts.
//''Seems like she's not shy about getting her own pleasure anymore...''//
As she continues to move, you aren't able to take it anymore.
@@.you;
Hey, $m.rel... I want to fuck your face...@@
You look at Kelly as she looks up to you. Without saying anything, she just positions her hand to give her support.
<<linkreplace "Fuck her face">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Kelly/Kelly Corruption Quest 26.mp4" autoplay loop/>
With her permission, you start fucking her face.
@@.emote;
Kelly releases a muffled moan@@
As you are fucking her face, she's touching her breasts. You start to feel the pressure that's being built up reaching it's maximum.
@@.you;
Ah! $m.rel! I'm about to cum!@@
Without saying anything, she just remains in position, ready to receive your load into her mouth. Unable to hold back any longer, you move even faster and start to cum in her mouth.
@@.you;
Urgh!@@
As you are cumming, you can feel her mouth moving, drinking your semen. After a while, you pull back, your cock completely clean. You are breathing hard.
@@.you;
That was awesome...@@
You can hear Kelly gulp.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
So that's what you taste like... I think I can get used to this taste...@@
@@.you;
Does that mean...?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
What? Surely you didn't expect me not to want to be pleasured after all of this, right?@@
You give her a smile.
@@.you;
Of course not! I'm ready if you are!@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Ah... But I don't think I can have sex with you just yet... I'm still getting used to this feeling...@@
@@.you;
It's fine. I'm not going to rush you.@@
//''You will want it eventually...''//
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "SpecialMassage">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Kelly/Kelly Corruption Quest 27.jpg">
As you put your clothes back on, you look back at Kelly.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Honey?@@
@@.you;
Yes, $m.rel?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Don't you have school tomorrow?@@
You can't help but laugh.
//''Guess some things just won't change...''//
@@.you;
Yep, I will be going to bed now. I'm sure I'm going to have a good night sleep.@@
@@.emote;
Kelly smiles at you@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm sure I will have a good night too. Thank you, honey... I love you.@@
@@.you;
Love you too, $m.rel...@@
As you turn around to go to your bedroom, Kelly calls you back.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Aren't you forgetting anything?@@
@@.you;
Uh...?@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
My goodnight kiss!@@
@@.you;
Oh!@@
You approach her and give her a deep kiss.
<img src="img/Kelly/Kelly Kiss.jpg">
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Hm... I think I can get used to these kisses. Now, good night honey.@@
@@.you;
Night, $m.rel.@@
And with that, you return to you bedroom.
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "GettingInfo">>
<img src="img/Other/School Time.jpg">
As you were doing what you were doing, you hear your cell phone alarm go off.
@@.you;
Uh? What time it?@@
You take a look at your watch.
@@.you;
Damn... It's already evening. I need to make my way to Isabella's house.@@
You quickly rush into your bedroom and get dressed.
@@.you;
Eh, this will have to do.@@
Once you are done, you go to the garage and start your car.
<<linkreplace "Go to Isabella's House">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Isabella House.jpg">
You slowly drive down the street while keeping a close eye on the numbers.
@@.you;
Let's see... 469 Shepard Street... Purple tree... That should be it!@@
You stop the car and get out of it. You slowly make your way up the walkway until you are standing in front of the door.
@@.you;
Well... Here goes nothing...@@
<<linkreplace "Knock on the door">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 6.jpg">
As You knock on the door, you can hear some shuffling and then steps. After a little bit, the door opens.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh! Hey, $player.name! I'm so glad you could make it!@@
Standing in front of you is Isabella, with a blouse the leaves very little to the imagination.
@@.you;
Hey, Isabella. I'm sorry if I'm late. You did say evening, I just wasn't sure when exactly.@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
You came just in time. Now, how about you come on in?@@
<<linkreplace "Go into the house">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 7.jpg">
As you make your way into Isabella's house, she guides you to the living room and sits down on the sofa.
@@.emote;
Isabella taps the sofa@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Come, have a seat next to me.@@
@@.you;
Thanks.@@
You sit down next to her and she gives you a bright smile.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
You look very handsome in that outfit. I can see what Sarah sees in you.@@
//''I just put on the first outfit I saw...''//
As you take a closer look, you can see that she's flushed.
//''Did my corruption power hit her too strongly? I still haven't learned to control it that well...''//
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Say, $player.name... Would you like something to drink?@@
@@.you;
Ah, I drove here, so I don't want to drink anything alcoholic.@@
@@.emote;
Isabella grins@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, don't worry, there's no alcohol in it.@@
@@.you;
Is that so? Then, sure. I would love to have something to drink.@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 8.mp4" autoplay loop/>
As you say that, Isabella opens up her blouse.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
They aren't currently lactating. But I'm sure if you try hard enough, you might just be able to get something out of it.@@
Your eyes open wide at the sight of her actions.
//''I've definitely hit her too hard with my corruption!''//
As you are hesitating, Isabella questions you.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Don't like them? I'm sure I don't lose to many women when it comes to size.@@
You shake your head.
@@.you;
Ah! Sorry! I was just taken by surprise by the sight of those beautiful breasts!@@
@@.emote;
Isabella laughs@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Quite charming, I see. So, do you want a drink?@@
<<linkreplace "Take a drink">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 9.mp4" autoplay loop/>
Not wanting to insult her, nor miss the opportunity, you decided to just go with the flow and suck on those huge melons.
@@.emote;
Isabella moans@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
That's it! That's a good boy!@@
As her tit is in your mouth, you can feel the cold piercing hitting your tongue. You use your teeth to get a hold of it and slightly pull on it.
@@.emote;
Isabella moans loudly@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Seems like you really know how to use your mouth!@@
As she says that, you pop her tit out of your mouth.
@@.you;
Yup. Do you?@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
There's only one way to find out. Since you've had your drink, I guess it's time for me to have mine.@@
As she says that, she undoes your belt and pulls down your zipper, revealing your cock in the process.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, my! Now that is something I didn't hear from Sarah! Who would have thought that you had such a massive cock!@@
<<linkreplace "Let her get a drink">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 10.mp4" autoplay loop/>
As Isabella says that, she moves her mouth close to your cock.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Now... Let's see what it tastes like.@@
And with that, she takes your cock into her mouth. After a few attempts, she takes it out.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Geez! It's so big that I can barely fit it into my mouth!@@
@@.you;
Well, your huge breasts seems to be a perfect fit for my cock. How about we use them instead?@@
@@.emote;
Isabella looks at you and grins@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I like where your mind is going!@@
You watch as Isabella gets off the sofa and kneels.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Come on, bring your cock over here!@@
You comply with her request and position your cock between her breasts.
<<linkreplace "Fuck those tits">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 11.mp4" autoplay loop/>
Once your cock is in position, Isabella spits on it.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Let's get it nice and lubricated.@@
She moves her breasts in order to make it so your cock is perfectly held between them.
//''Holy shit! Her tits are so big that I can hardly see my dick!''//
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
There we go... Now how about you fuck my breasts? They are kind of heavy for me to move them on my own.@@
Not needing her to say it twice, you start moving your hips.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes, that's it. Fuck my tits!@@
You can't help but groan in pleasure. But, as you do so, you end up slightly losing your balance.
@@.emote;
Isabella laughs@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Careful there tiger! I want you to bust a nut, not your head!@@
@@.you;
Sorry, I'm not used to doing this in this position.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Is that so? Here, let me help you.@@
<<linkreplace "Let her help you">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 12.mp4" autoplay loop/>
As Isabella says that, she lays down on the sofa.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
There, now I can rest my back and you can fuck my tits without worry.@@
@@.you;
I've got to hand it to you. You're quite good at this.@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Comes with experience.@@
You position your cock in between her breasts and start fucking them. As you do so, she uses her mouth to lick the tip of your dick. You can't help but groan in pleasure again.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
That's it... Give it to me, big boy.@@
You start to quicken the movement of your hips. Unfortunately you feel that, if you keep going, you will end up cumming.
//''I can't cum before her!''//
You suddenly stop fucking her tits and get off of her.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Wha- Why did you stop?@@
@@.you;
I can't be the only one having fun here.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
But I'm having quite a bit of fun?@@
@@.you;
Don't worry, you will enjoy this quite a bit more.@@
<<linkreplace "Eat her">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 13.mp4" autoplay loop/>
As you say that, you pull down her panties and lift her legs up.
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, I see how it is. Your $os.rel calls me a shark, but here I am, about to be eaten by a tiger.@@
As she says that, you go down on her pussy.
@@.emote;
Isabella moans@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, you are quite good at this!@@
You slowly lick her pussy, feeling the cold touch of her piercing.
//''She sure likes to pierce her sexy bits...''//
Deciding to try the same approach as you did with the breasts, you slightly pull on the piercing.
@@.emote;
Isabella moans loudly@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes! That's it!@@
As you keep licking her pussy, she puts her hand on your head and stops you.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I need something meatier...@@
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 14.mp4" autoplay loop/>
As she says that, you can't help but grin. You get up and behind her, positioning your cock against her pussy.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes... Give it to me!@@
With that, you thrust your cock into her pussy.
@@.emote;
Isabella moans loudly@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes! That's it! Fuck my pussy!@@
Following her request, you start to thrust your hips as hard as you can.
@@.emote;
Isabella moans even louder@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes! Yes!@@
As you are fucking her, she suddenly throws her leg over you and pushes you backwards.
@@.you;
Wha-@@
Now you are with your back against the sofa, with Isabella on top of you. As you look into her eyes, you can see hunger in them.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
It's my turn!@@
//''Holy! This woman is cock hungry!''//
<<linkreplace "Let her mount you">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 15.mp4" autoplay loop/>
As she says that, she quickly starts moving her hips. But not satisfied with simple movement, she lifts herself until only your head is left inside of her and then slams herself down.
@@.emote;
Isabella moans loudly@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes! I'm almost there!@@
With that, she increases her pace. You also feel you are about to cum, but you hold yourself back.
//''I'm definitely not cumming inside of crazy!''//
With a final slam of her hips she starts to tremble, her pussy contracting hard against your cock.
//''Crap! Even her pussy is insane!''//
Barely being able to hold back, you pull your cock from out of her.
@@.emote;
Isabella is surprised@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Ah!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Love Quest 16.mp4" autoplay loop/>
You quickly jack your cock and start to cum all over Isabella.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Aww... You could have cum in me.@@
//''No way in hell I would!''//
@@.you;
Sorry, I'm just used to pulling out.@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
That's alright. There's always a next time.@@
//''Damn... Sarah was right... This woman is a shark! She seems to be hungry for seamen!''//
As you finish cumming, you feel the energy draining out you.
<<linkreplace "Approach the subject">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 17.jpg">
After reaching climax, you feel that it's the right time to ask her your question.
@@.you;
So... Isabella. You said you knew why Sarah doesn't want to have pictures taken of her?@@
@@.emote;
Isabella snaps out of her daze@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh yeah... That is right, you wanted to know about that.@@
@@.emote;
Isabella bites on her lips and gives you a dirty look@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
You see, she doesn't mind having pictures of her taken. It's nudes she has an issue with. Which leads me to this question, why exactly do you want to take nude pictures of her?@@
//''Crap...''//
@@.you;
Uh... I have a good reason for that...@@
@@.emote;
Isabella laughs and winks at you@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I'm sure you do. I'm not going to judge you. Everyone has a kink or two.@@
//''I'm sure you have a least three...''//
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Anyway, the reason is quite simple. Do you remember Mark?@@
@@.you;
Mark?@@
You rattle your brain for someone with that name. While a few come to mind, none of them seem relevant, except one.
@@.you;
Like, Mark, the douche she used to date a long time ago?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
That one! You see, when she was dating him, she allowed him to take nude pictures of her.@@
@@.you;
I see... Wait... Did he?@@
@@.emote;
Isabella nods her head@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yep! After they broke up, he sent her nudes to everyone on his friend list, and they sent it to their friends and, soon enough, everyone had her nudes. She was REALLY pissed at that, enough so that she confronted Mark and kicked him in the nut sack.@@
@@.emote;
Isabella laughs@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
It was a glorious sight to behold, Mark laying on the ground, crying while holding his balls! But since then, she never allowed anyone to take nude pictures of her. Not even me! Can you believe that?!@@
//''100%.''//
You start to think out loud.
@@.you;
Then it's just a trust issue... If that's all it is, then I think I can do something about it...@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Just make sure to keep it to yourself, or she might tear it off.@@
As she says that, you feel cold sweat going down your spine.
//''I'm sure it will be fine... She will be consenting to it... It will be fine, won't it?''//
With that information now in hand, you decide that it's time to go back home.
@@.you;
I've got to get going, Isabella. It's getting really late.@@
@@.emote;
Isabella gives you a wink@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Okay, but you are welcome to come over anytime, okay? You can also cum over me anytime.@@
//''I don't think I will be sticking my dick into that pile of crazy any time soon...''//
As you are about to leave, Isabella stops you.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, yeah! I almost forgot! Just a second $player.name!@@
As she says that, she rushes to her bedroom. After a few seconds, she comes back with a one piece swimsuit.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Here! If you are going to take nude pictures of her, you may as well use this!@@
You take a look at it. It really doesn't do a good job hiding anything.
@@.you;
Okay. Thanks.@@
And with that, you quickly make your way out of her house.
@@.corruption;
You've become more corrupted@@
<<linkreplace "Get back home">><<scrollTop>><<ctpAdvance "GettingInfo">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Player Bedroom.jpg">
As you arrive at your house, you decide to go straight to your bedroom.
@@.you;
So... Sarah doesn't want to take pictures for the Kings and Queens site because it would require someone else to take it for her and she's afraid that the person would distribute the photos. Even though she will be doing so herself? I guess it's just a question of body autonomy...@@
//''But how exactly should I approach this subject...''//
@@.you;
I guess the easiest way to get her to agree to something would be to have her be a little bit tipsie... Hm... We usually drink wine after dinner... So I guess that would be a good time?@@
You nod your head.
@@.you;
I should try to get an opportunity to talk to her after dinner. But before that, I have to make sure I'm capable of convincing her and that she likes me enough to accept it...@@
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "SarahPictures">>
<img src="img/Sarah/Sarah Photos 1.jpg">
Once you make sure everyone left the house, you pick up the gift that Isabella gave you and go to the yard, where you find Sarah.
@@.you;
Hey, Sarah!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hi, $player.name. Not going out?@@
@@.you;
Of course not! Didn't we agree on doing a photoshoot?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh... That... I guess I did agree to that, didn't I? Although, I'm sure you used the opportunity of me being a little bit drunk to convince me...@@
@@.you;
Hey! What can I say? You needed an extra push.@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine. I agreed to it anyway. Where do you want to take the pictures? Here?@@
A big grin grows on your face.
@@.you;
By the pool, actually. But before that, you need to change your clothes.@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
To what?@@
@@.you;
This!@@
You present the one piece swimsuit that Isabella gave you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-What? A swimsuit?@@
@@.you;
Exactly! If we are going to show off your body, then we may as well go all the way, right? I can guarantee that the pictures will come out very sexy with this.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Where did you even get it? It's not mine... Wait... With this big of a cut... It's Isabella's, right?@@
You nod your head.
@@.you;
When I asked her about your issue, she gave me that swimsuit and said it would suit you. And I have to agree with her.@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess... I did tell her that I thought this swimsuit looked nice... But a bit... Too revealing.@@
@@.you;
Great! Then why don't you put that on while I prepare the camera? Also! Bring a couple of those hand weights you use!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I... I'm not even going to ask...@@
As she says that, she makes her way inside the house.
//''It's show time!''//
<<linkreplace "Set everything up">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 18.jpg">
As you finish your preparations, you can hear steps approaching you. As you look at her, you nearly choke.
//''Whoa!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is this fine?@@
@@.you;
So... Hot... Did you work out a little bit before arriving?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yeah. I figured that, if we are going to be using this weight, I may as well be a bit sweaty. Do you think I went overboard?@@
You shake your head.
@@.you;
Not at all! That sweat has definitely raised your sexiness level by at least 2!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Sexiness level? Still a nerd I see.@@
While she says that, she smiles at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Then, what are we waiting for?@@
@@.you;
Ah! Yes! Of course.@@
And with that, you start to take pictures of her.
@@.you;
Sarah, could you lower your arms a bit? And use both hands to hold the weight.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Perfect!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 20.jpg">
She does as you tell her and you are able to get some pictures of her accentuating her figure.
@@.you;
Excellent! These look very nice!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Do I have to do something else?@@
@@.you;
No, just stand still for a moment, I need to get a good angle!@@
//''I may as well get a close up...''//
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 19.jpg">
You zoom in the camera and try to get only her upper body. After taking the picture, you look at the result.
//''Whoa! She's a natural!''//
@@.you;
Hey, Sarah. Come take a look.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Already? Sure, I guess...@@
She walks over and looks at the picture you took.
@@.you;
Looks nice, doesn't it?@@
You can see her face slightly flushing.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I-I guess you do know how to take pictures.@@
@@.you;
Well, if I'm being honest here, I'm doing like 20% of the work. The other 80% is just your natural beauty.@@
@@.emote;
Sarah frowns as she looks at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You're trying to sweet talk me into removing my clothes, aren't you?@@
@@.you;
Not at all. What I said is 100% factual.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hmph... I don't believe you.@@
As she says that, she returns to her spot, but you can notice an extra perk in her steps.
//''She clearly enjoyed the compliment...''//
@@.you;
Okay, now let's take a few more picture!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 21.jpg">
As you say that, you approach her and crouch down on the ground.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What are you doing?@@
@@.you;
Trying to get a lower angle... Could you pick up the other weight? I want you to hold one up high and one down low.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Yes! That's just perfect!@@
You take some more pictures of her.
@@.you;
Okay! That's enough from the front side for now. Could you turn around please?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Sure...@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 22.jpg">
As Sarah says that, she turns around, exposing her well rounded ass.
//''Man... I bet I could bounce a penny on that ass!''//
As you take more pictures, Sarah looks at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Hm... Could you move your hands closer to your butt? And push your back a bit further, that way your ass will be a bit more pronounced.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really focused on my ass, aren't you $player.name?@@
A grin pops up on your face.
@@.you;
Can't help it. It's a really nice ass.@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 23.jpg">
As you say that, she does what you asked her.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Excellent! Now hold still for a moment!@@
You use the zoom feature and try to focus on her ass.
//''Hm... Why do I feel like I'm not doing that ass justice...''//
As you are looking at it, an idea pops into your head.
//''Of course!''//
@@.you;
Sarah! Could you have a seat? Just make sure your ass is hanging out of the seat.@@
You watch as Sarah raise an eyebrow, but does as you say nonetheless.
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 24.jpg">
As she does that, her perfectly round ass really comes to life.
//''Now we are talking!''//
You instantly get busy taking pictures, trying to keep yourself from drooling.
//''I could eat that ass for breakfast, lunch and dinner!''//
As you are fully focused on her ass, Sarah turns her face around and looks at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Done yet?@@
@@.you;
Ah! Yes! Sorry.@@
//''Damn... If we upload this image, I'm afraid a new religion will pop-up, just to worship that ass...''//
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 25.jpg">
You watch as Sarah turns around and faces you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Now what?@@
@@.you;
Now that we have all the sexy poses, we need to spice it up a bit. Could you use your right hand to lift the weight, while using your left to touch the swimsuit? Like you are about to reveal your breast.@@
@@.emote;
Sarah scowls@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Perfect! We got to give them some tease!@@
You take some more pictures.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess I can see where this is going...@@
@@.emote;
Sarah takes a deep breath@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine... I said I would do it...@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 26.jpg">
With her saying that, she pull the swimsuit aside and reveals one of her breasts.
//''Whoa! I didn't even need to push her!''//
You immediately get to work taking pictures.
@@.you;
This is looking great! Keep it up!@@
You can see Sarah's face slowly getting redder.
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 27.jpg">
You watch as Sarah slowly pulls the swimsuit, revealing her other breast.
@@.you;
Great! Now lift up both weights! Let's show everyone how toned you are!@@
While Sarah scowls at you, she still does as you ask. You start taking even more pictures!
@@.you;
That's right! Show them all what you are all about! You are a lovely woman who's proud of her own body!@@
As you say that, you can see Sarah becoming a bit more confident.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course! I've worked hard to have a body like this!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 28.jpg">
Saying that, she gets off the bench and strikes a pose.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm not ashamed of my body! So what if everyone sees it?!@@
@@.you;
Exactly! You are hot! There's no reason to be ashamed. Show the world what you got!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 29.jpg">
As you say that, Sarah pulls open her swimsuit even more.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I've got a beautiful pair of breasts!@@
@@.you;
Yes! But that's not all you've got, is it?@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 31.jpg">
As you say that, Sarah turns around and shows her ass.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course not! I've also got a nice ass!@@
@@.you;
The finest ass I've ever seen! Now, let's strike one last pose to finish this with style!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Love Quest 30.jpg">
As you say that, Sarah turns around and pulls in the swimsuit, revealing her full figure.
@@.you;
That's it! That's the money shot!@@
You take a few more pictures of her.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hmph! I will show that limp dick! I'm not ashamed of my body! So what if everyone saw it?@@
@@.you;
Exactly!@@
As you finish taking pictures, Sarah approaches you and puts out her hand.
@@.you;
Uh?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hand over the memory card. I'm going to upload these pictures to Kings and Queens.@@
//''Ah... But I wasn't able to make a copy of it yet...''//
As you are hesitant, Sarah begins to scowl.
@@.you;
Of course! Here you go Sarah.@@
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you for this, $player.name.@@
@@.you;
Anything for you, dear $os.rel... Just make sure to send me the link to your account, okay? I said I wanted to support you, and I meant it.@@
//''I also want to make a copy of the pictures!''//
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Sure. But you better keep your word and become my first fan!@@
@@.you;
Of course! Just make sure to send me the link to my phone and I will subscribe.@@
@@.emote;
Sarah gives you a big smile@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you, $player.name. It means a lot to me.@@
@@.you;
Don't worry about it. It was my pleasure.@@
//''It will be even more soon enough...''//
@@.corruption;
Sarah becomes a lot more corrupted@@
<<linkreplace "Go to your bedroom">><<scrollTop>><<ctpAdvance "SarahPictures">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Player Bedroom.jpg">
As you are messing around, you get a message from Sarah.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
This is the link. It's still unlisted, so you should be able to become my first fan!@@
With that, you access the site and open a new account. After going through the full process, you click the link that Sarah sent you and subscribe as her first fan.
//''Does that now mean I'm her King?''//
A lewd grin shows on your face.
//''Well, I will be soon enough...''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "Caught">>
<img src="img/Group/Kelly and Anna Photos 1.jpg">
As you finish your shower and getting dressed up, you walk to the living room and spot Kelly and Anna outside.
//''They still haven't left?''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.name! Are you going to join us?@@
You fake a cough.
@@.you;
Uh, no... I'm not feeling that well, so I'm just staying home and watching a movie.@@
@@.emote;
Kelly becomes concerned@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Are you okay, honey? Do you want me to get something from the pharmacy?@@
@@.you;
Oh, not at all, I think it's just a small cold. I was looking forward to going out with you all, but I don't want it to get worse.@@
@@.emote;
Anna thinks for a bit@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I can stay home with you and watch a movie together.@@
@@.you;
NO! Uh... I mean, there's no need for that. You were looking forward to shopping with them, weren't you? Just go out and have fun!@@
@@.emote;
Anna is a bit confused@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Uh... Okay?@@
You hear Sarah yelling from the garage.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Are you guys coming or what?! I'm going to be late!@@
You smile at them.
@@.you;
Go on, have fun. We can go out next time.@@
@@.emote;
Kelly is still slightly concerned@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Okay. But if you need anything, make sure to call me, okay?@@
@@.you;
Sure $m.rel.@@
@@.emote;
Anna sticks out her tongue at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Well, don't cry to me later saying how lonely you were! I did offer to stay!@@
You can't help but chuckle at that.
//''Oh, you don't have to worry about that...''//
@@.you;
Oh, it's fine. I'm just happy that my kind and lovely $ys.rel cares enough about me to stay.@@
//''Now LEAVE!''//
You can see Anna's face blushing a little.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
<span style="font-size:70%">Of course I care about you...</span>@@
@@.you;
What was that?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Nothing! Stupid $player.ys! Get well!@@
You watch as Anna waves at you and rushes to the garage.
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm glad to see that you kids still get along. But seriously, make sure to call me if you need anything.@@
You smile at your $m.rel.
@@.you;
I will. Have fun!@@
And with that, she also leaves.
//''Okay! Operation "Home Alone" is a success! Now to get my Mojo on!''//
<<linkreplace "Get your 'Mojo' on">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 7.jpg">
As you are done with getting everything ready, you hear the doorbell.
@@.data;
Ding... Dong...@@
@@.you;
On my way!@@
You quickly go to the door and open it.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hey there, $player.name!@@
@@.you;
Hey Lilith. Ready for a good movie?@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
We will see.@@
You move out of the way of the door.
@@.you;
Then, please, come in.@@
@@.emote;
Lilith smiles at you@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Thanks.@@
<<linkreplace "Take her to the living room">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 8.jpg">
As you both arrive at the living room, you motion for her to have a seat.
@@.you;
So, what kind of movie do you like?@@
@@.emote;
Lilith gives you a knowing smile@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh, I enjoy those that are intense. That make your heart beat fast.@@
You give her a smile.
@@.you;
What a coincidence. Those kinds are my favorite, too.@@
As you sit there, you can start to feel your body answering to your desires. A familiar heat starts to grow in you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
So... You haven't answered me yet. Are you interested in Anna?@@
As the question hits you out of nowhere, you are unable to answer.
@@.emote;
Lilith grins@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Come on! You can tell me! I've seen it in your eyes.@@
You think for a while, before cautiously answering.
@@.you;
And what if I do...?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Well... You see, I kind of find that hot.@@
@@.you;
You do? Even though she's my $ys.rel?@@
@@.emote;
Lilith gets up and whispers in your ear@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
That's what makes it hot...@@
//''So she's into that... Interesting...''//
After she whispers, she turns around.
<<linkreplace "Look at her ass">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 9.jpg">
As you watch Lilith turn around, you can't help but be appreciative at how nice her ass looks.
@@.emote;
Lilith grins@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I can't help but notice that you're very interested in this ass...@@
@@.you;
Well, what can I say. I'm a man with good taste.@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Would you like to have a taste of it?@@
You can feel your crotch answering to her tease.
@@.you;
I'm sure you know the answer to that...@@
@@.emote;
Lilith gives you a lewd smile@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh, I know... But there's something I want from you...@@
You raise an eyebrow.
@@.you;
And that would be?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I want to be there.@@
//''Be there?''//
@@.you;
I don't follow?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
You know, when you do the dirty deed with Anna...@@
//''Oh! I see...''//
@@.you;
But what makes you think it would ever happen?@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Did you know she only talks about one boy? Want to have a guess at who that might be?@@
@@.you;
Me?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Yes, you. She may be all prim and proper, but I'm sure that, deep in her heart, she craves for her $player.ys's love... For his touch... For his cock.@@
You can't help but cough as she says it more directly.
@@.you;
I don't know...@@
<<linkreplace "Watch her ass">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 10.mp4" autoplay loop/>
You watch as Lilith slowly lowers her pants, giving you a clear view of her T-String.
//''Whoa, mama!''//
She slowly shakes her ass in front of you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I'm sure we could come to an understanding...@@
You can't help but gulp at that sweet ass dangling in front of you.
@@.you;
I-I mean... It's kind of private...@@
@@.emote;
Lilith looks back at you and grins.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't you want to touch it...@@
//''Of course I do!''//
<<linkreplace "Touch her ass">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 11.mp4" autoplay loop/>
You slowly put your hand on her ass and give it a good squeeze.
@@.emote;
Lilith giggles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
So... What do you think?@@
@@.you;
Hm... I'm not sure...@@
You give her ass a good slap.
@@.emote;
Lilith moans@@
@@.you;
Well, it is nice and firm...@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Do we have a deal?@@
@@.you;
Well... You do have a nice ass. But I'm not sure if you have what it takes...@@
You watch as Lilith turns around and raises an eyebrow at you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh, yeah?@@
You shrug and grin at her.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I will show you that I have what it takes.@@
Saying that, she slowly unbuckles your belt and pulls down your pants.
@@.emote;
Lilith grins at you@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
After I'm done, you will be begging me to come.@@
//''I'm sure someone is going to be begging to cum...''//
<<linkreplace "Enjoy">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 12.mp4" autoplay loop/>
You watch as Lilith slowly takes your hard cock into her hand.
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Seems like someone was expecting this.@@
Saying that, she slowly moves her hand up and down your shaft.
@@.you;
You are going to have to do better than that.@@
Without saying anything, Lilith slowly moves her face closer to your cock and takes your balls into her mouth. You feel your toes curling.
As Lilith moves her hand faster, your cock becomes harder.
@@.emote;
Lilith looks at you@@
@@.you;
T-that is good! But I don't think it's good enough.@@
<<linkreplace "Enjoy">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 13.mp4" autoplay loop/>
As you say that, Lilith moves her tongue up your shaft until it reaches the head. Once there, she takes in your head and starts giving you a blowjob.
//''Oh, God!''//
Her expert blowjob cause you to get a firmer grip of the sofa, as you try to stop yourself from cumming too fast.
As she notices you resisting, she slowly starts to take your shaft deeper and deeper into her mouth.
//''Fuck! I can't cum like this!''//
After a while, she takes your cock out of her mouth.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
So?@@
You try to make yourself sound tough, but you are slowly not being able to resist.
@@.you;
I-I don't think it's a good idea...@@
@@.emote;
Lilith raises an eyebrow@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh? Is that how it's going to be?@@
Saying that, Lilith turns around.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
This is what you are after, isn't it?@@
<<linkreplace "Enjoy">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 14.mp4" autoplay loop/>
You watch as Lilith slowly moves her butt over your cock and starts teasing you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
You want to be able to shove that hard cock of yours in my pussy, don't you?@@
You can't help but nod your head.
@@.emote;
Lilith grins@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Then all you have to do is agree... And this pussy is yours for the taking.@@
While you believe that it would be wrong to have her intrude in your relationship with Anna, another thought comes into your mind.
//''What are the odds of it even happening in the first place!?''//
Unable to hold back anymore, you shove Lilith to the sofa and line your cock with her pussy.
@@.emote;
Lilith is surprised@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Ah!@@
@@.you;
Fine! We have a deal! But for now, this pussy is mine!@@
Saying that, you thrust your cock into her pussy.
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 15.mp4" autoplay loop/>
As you thrust your cock deep into Lilith's waiting pussy, you can hear her gasp.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
H-hey! Slow down!@@
You can't help but smirk.
@@.you;
You were the one that tempted me.@@
Saying that, you give her ass a good slap.
@@.emote;
Lilith moans@@
@@.you;
Doesn't seem like you dislike it either.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hm... I just wasn't ready.@@
You put your hands on her ass as you slowly move your hips.
@@.emote;
Lilith moans a bit louder@@
@@.you;
Are you ready now?@@
Without saying anything, Lilith just nods her head.
//''It's show time!''//
<<linkreplace "Fuck her harder">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Love Quest 16.mp4" autoplay loop/>
With her go ahead, you start to thrust your cock deep into her pussy.
@@.emote;
Lilith moans loudly@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I-it seems like you know how to use your hips@@
You can't help but grin.
@@.you;
Well, let's just say that I have some experience.@@
Unable to hold back any longer, you start to clash your hips with her ass, trying to extract every last bit of pleasure.
@@.emote;
Lilith moans even louder@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
S-slow down!@@
@@.you;
I don't think so!@@
As you say that, you speed up. With your hips clapping her cheeks, you can feel her pussy starting to contract on your dick.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Ah! Ah! AH!@@
@@.you;
What's this? Lady high and mighty is going to cum first?@@
Saying that, you redouble your effort, causing Lilith to bury her face into the sofa, while her whole body trembles.
//''Fuck! I'm also at my limit!''//
As you are close to cumming, you hear a gasp that did not come from Lilith.
@@.you;
What?!@@
<<linkreplace "See who it is">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 17.jpg">
As you turn your head, the only thing that enters your sight is your $ys.rel's surprised face. You can see tears starting to form in her eyes.
//''Shit!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
H-how could you?!@@
Saying that, Anna quickly runs away and into her room.
@@.you;
Anna! Wait! I can explain!@@
You hear the door slamming.
@@.you;
Oh, boy...@@
Seeing that caused any amount libido you had to just vanish.
<<linkreplace "Think of a solution">><<scrollTop>><<ctpAdvance "Caught">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Love Quest 18.jpg">
As you try to think on what you have to do, you remember that Lilith was still in the room.
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Well, that was awkward.@@
You can't help but glare at her.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hey, don't blame me. You were the one that said that no one would be here.@@
You end up sighing and scratching your head.
@@.you;
I guess it is kind of my fault... But she should have left with Sarah and $m.rel...@@
@@.emote;
Lilith raises an eyebrow@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
And what are you waiting for?@@
You look at Lilith, confused.
@@.you;
Hm...?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Go and talk to her!@@
@@.you;
Bu-@@
@@.emote;
Lilith scowls@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
No buts! You made a deal with me and I won't let your pansy attitude get in the way of it! You need to apologize to her as soon as possible!@@
//''Well... She has a point...''//
You end up sighing again.
@@.you;
You are right...@@
You put your clothes back on and look back at Lilith.
@@.you;
I don't think you should be here for this.@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't worry, I won't get in the way.@@
She slaps you on the ass and winks at you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Go get her, tiger!@@
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "AnnaCosplay">>
<img src="img/Anna/Anna Yard Photos 1.jpg">
As you go outside, you spot Anna and the new camera you bought her. You hide the box behind your back.
@@.you;
Hey, Anna!@@
@@.emote;
Anna turns around to look at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! Hi, $player.ys!@@
@@.you;
Say, would you like to put that camera to good use?@@
@@.emote;
Anna tilts her head a bit@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
To good use...?@@
As you watch as a light bulb seems to light up in her head.
@@.emote;
Anna becomes excited@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! The costume! Did you get it?!@@
You give her a grin.
@@.you;
That I did!@@
After saying that, you present her the box.
@@.emote;
Anna rushes to you in excitement@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What did you get?! What did you get?!@@
@@.you;
Why don't you open it and see it for yourself?@@
You watch as Anna tears open the box.
//''Literally zero grace...''//
@@.emote;
Anna tilts her head in confusion@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
A red dress?@@
@@.you;
Kinda. It's a Red Riding Hood costume! I thought it would look nice on you.@@
You can almost see Anna's eyes sparkling.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! I wanna try it on! Can I try it on, $player.ys?!@@
You can't help but chuckle.
@@.you;
Of course. After all, I bought it for you.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yay! Thank you, $player.ys!@@
You watch as Anna picks up the costume and rushes inside.
@@.you;
Well, at least she's excited.@@
You take a seat next to the camera.
<<linkreplace "Wait for her to get back">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 1.jpg">
After a while, Anna shows up in her new costume.
@@.emote;
Anna gives you a big smile@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What do you think?@@
@@.you;
Wow! You look beautiful, Anna!@@
@@.emote;
Anna's face flushes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hehe...@@
You pick up the camera.
@@.you;
We better make sure to capture your beauty!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes!@@
Saying that, Anna poses for you so you can start taking pictures.
<<linkreplace "Start taking pictures">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 2.jpg">
You watch as Anna takes off the hood, revealing her full hair.
//''Man... That's some great hair...''//
@@.you;
You are doing great, Anna! Now pull on the cape to show the inside of the costume!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
As Anna pulls on the cape, you start taking more pictures.
@@.you;
Okay! The cape may get in the way for the next few pictures, so why don't you take it off and put it over here?@@
@@.emote;
Anna tilts her head a little bit@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Are you sure?@@
@@.you;
Positive!@@
<<linkreplace "Let her take off the cape">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 3.jpg">
As Anna takes off the cape, you start to give her more directions.
@@.you;
Okay! Now lift up the hem so I can get a better view of those boots!@@
You watch as Anna slowly raises the hem, stopping at her knee.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Like this?@@
@@.you;
A little higher! I want a clear view of them!@@
@@.emote;
Anna raises it up to her thigh@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Is this enough?@@
//''Just one last push...''//
@@.you;
Just a bit more, Anna! We need to get your beautiful legs in the picture too!@@
@@.emote;
Anna shyly nods and raises the hem again@@
//''Jackpot!''//
You start taking more pictures of her, and then you notice something.
@@.you;
Hey, are those suspenders?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yeah! The dress came with these cute suspenders to help hold the leggings!@@
//''I want to see it!''//
@@.you;
Oh! Let's get some pictures of them too!@@
@@.emote;
Anna's face becomes red@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
B-But they are over my panties...@@
You give her a smile.
@@.you;
Hey! Don't worry about it! This is art!@@
@@.emote;
Anna shyly nods@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay...@@
<<linkreplace "Take pictures of her 'suspenders'">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 4.jpg">
You watch as Anna turns around and moves the dress to give you a better view of the suspenders.
//''Her ass being there is a nice bonus!''//
You make sure to capture it on the camera.
@@.you;
Hm... I can't really see it... Hey, can't you raise the dress a bit more?@@
@@.emote;
Anna shakes her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
No! The suspender is on my waist! I would have to take off my dress in order to show it!@@
@@.you;
Well, how about you take off the dress? It will still be classy!@@
You watch as Anna stops and thinks for a bit, but then shakes her head.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's too embarrassing to be just in my underwear...@@
You look to the side and notice the cape. A grin comes to your face.
//''I've got a great idea!''//
@@.you;
Well, it would be fine if you had something more than just your underwear, right?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Y-Yeah?@@
You pick up the cape and hand it to her.
@@.you;
How about using this instead of the dress? You will then be wearing something more than just your underwear!@@
//''Flawless logic, $player.name!''//
You watch as Anna is about to open her mouth to contest your logic, but she stops mid way and just nods instead.
<<linkreplace "More pictures of the 'suspenders'">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 5.jpg">
You watch as Anna takes off her dress and puts on her cape, enveloping her body in it.
@@.you;
Come on, Anna! Can't take pictures like that!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
B-But it's embarrassing!@@
@@.you;
Hey! I'm the only one here! It's fine!@@
You can see Anna's face becoming a darker shade of red.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
O-Okay...@@
She shyly opens the cape, giving you a clear view of her body.
//''Now that's what I'm talking about!''//
@@.you;
Great! Now give me a sweet smile!@@
@@.emote;
Anna smiles at you@@
@@.you;
Nice!@@
You take a few more pictures and lower the camera. As you lower it, you notice some flowers.
//''I've got another idea!''//
@@.you;
Okay, Anna! We got enough pictures from this angle. Why don't you go to the porch? I need to do something real quick!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay?@@
<<linkreplace "Pick the flowers">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 6.jpg">
You pick up a few flowers and turn them into an impromptu bouquet.
@@.you;
Here! Hold this!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! These are beautiful! Wait... Aren't these flowers the ones mom planted?@@
@@.you;
Hey! You can't make an omelet without breaking a few eggs! Don't worry, I will tell her I did it.@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! But don't expect me to help you!@@
You pick up the camera again.
@@.you;
Now sit down on the bench and smell them.@@
As she does that, you start taking more pictures.
<<linkreplace "Take more pictures">><<scrollTop>><<ctpAdvance "AnnaCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 7.jpg">
As you keep taking pictures of her, you notice that she's slowly getting more comfortable in being in her underwear.
//''Let's keep pushing it!''//
@@.you;
You are doing great, Anna! Now, how about you put both hands on your knees?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay!@@
As she puts her hands on her knees, you can't help but grin.
@@.you;
Now I need you to slowly spread your legs.@@
You watch as Anna's face becomes even redder, but she complies with your request and slowly opens her leg.
//''Nice! Maybe I can even get her to take off some of her underwear!''//
You take a few more pictures.
@@.you;
That's excellent! You are very beautiful, Anna! I'm sure you put every other model to shame!@@
Even though she's embarrassed, she puffs out her chest.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course!@@
//''Good, now for the final push!''//
@@.you;
Hey, why don't you t-@@
As you are about to tell something to Anna, you hear your $m.rel yelling from the living room.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm home!@@
//''What?! Now?!''//
As you look at Anna, you can clearly see her panicing. You can't help but sigh.
//''Such a good opportunity wasted...''//
You pick up her dress and give it to her.
@@.you;
Here, put this back on. I will go inside and distract her.@@
@@.emote;
Anna smiles at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! Thank you, $player.ys! That was fun!@@
You give her a smile.
@@.you;
It was fun for me, too@@
//''May as well use this opportunity to transfer the pictures to my phone! I also need to send them to Lilith...''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "AnnaLilithCosplay">>
<img src="img/Anna/Anna Love Quest 1.jpg">
As you enter Anna's room, you notice that Lilith is already here.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
...and that's what she was saying!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
No way!@@
//''Seems like they are engrossed in their own conversation...''//
You decide to knock on the door.
@@.you;
Hey, girls.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! Hi, $player.ys!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Yeah! Hi, $player.ys!@@
You can't help but scowl at Lilith.
@@.you;
I'm not your $player.ys, Lilith.@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Shame, I always wanted one!@@
@@.emote;
Anna scowls at Lilith@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
He's my $player.ys! You can't have him!@@
@@.emote;
Lilith laughs@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Okay, okay. I won't take your precious $player.ys from you. I'm fine with just being his friend... With benefits.@@
@@.emote;
Lilith winks at you@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Benefits? What benefits?@@
You can't help but roll your eyes.
@@.you;
Don't mind her Anna. So, what were you two talking about?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh yeah! We were talking about the photo shoot we did! The one with the costume!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Yes, I was telling her how I would love to participate in one.@@
//''So I guess I'm to pretend this is new to me...''//
You nod your head.
@@.you;
Yeah, that would be a good idea. It's like they say, the more the merrier.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I think so, too! Lilith said she wanted to wear the costume you got for me and that she would bring something for me!@@
@@.emote;
Lilith pulls out a paper bag@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I've got it right here!@@
//''That... Doesn't look like it can carry a full costume...''//
As you are about to say something, Lilith stops you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Okay, $player.name! Out you go! We gotta dress up!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yeah! Out! I want to see my new costume!@@
@@.you;
Okay, okay. I get it... I will wait in the living room. Once you girls are finished, just come over.@@
You turn around and leave Anna's bedroom.
//''That's something to look forward to...''//
<<linkreplace "Wait in the living room">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Watching TV.jpg">
As you are laying on the couch, you can hear Anna and Lilith talking.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
H-How is this a costume!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What are you talking about?! That's one of my favorite costumes! It's Undead Schoolgirl!@@
//''Schoolgirl?!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
How is this undead?!@@
You can hear Lilith laugh.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't you see the bloodstain?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Isn't this just wine stain?! Are you sure you weren't just drinking and it spilled on it?!@@
You can hear Lilith chuckle.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Perhaps. But you look great in it! I'm sure your $player.ys will love it!@@
//''Oh? I'm curious now...''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
B-But it's embarrassing! Can I at least wear a bra?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What kind of model wears a bra? It gets in the way of the dress! See? I'm not wearing any!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
But I'm not wearing a dress! This is barely a shirt!@@
//''You had my curiosity but now you have my attention!''//
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't worry about it! Come! Let's show it to him!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
C-Can you at least go in front of me?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
That would be just rude. I'm sure he's excited to see you. Seeing me first would just deflate him. Don't you want to be the first to see your $player.ys's excited face?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
W-Well... I guess...@@
You start hearing steps moving towards you.
<<linkreplace "It's show time!">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 8.mp4" autoplay loop/>
As you sit on the sofa, you watch as Anna and Lilith walk in.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
T-This is so embarrassing...@@
You can't help but whistle at her.
@@.you;
Looking good, Anna!@@
You can clearly see Anna's face becoming even redder.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Y-You think so?@@
@@.you;
Of course! You look both beautiful and sexy at the same time! Not many women can pull that off!@@
@@.emote;
Anna puffs out her chest@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
O-Of course! Hehe...@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What? No compliments for me?@@
You look at Lilith.
@@.you;
Yeah, it's alright.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hey! What kind of compliment is that?!@@
@@.emote;
Anna laughs@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You two sure became good friends.@@
You watch as Lilith, with crocodile tears in her eyes, hugs Anna.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Anna! Your $player.ys is a bully!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's not like that. It's just that he prefers me!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Hey! Why are you bullying me too?!@@
//''Seems like we were able to make Anna more at ease...''//
You pull out the camera.
@@.you;
So, you girls ready to take some pictures?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Of course!@@
<<linkreplace "Start taking pictures of them">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 9.jpg">
You pick up the camera and start taking pictures of them.
@@.you;
Very nice! Give me a big smile!@@
As they smile at you, you take more pictures. As you are taking pictures, Lilith starts to pat Anna's ass.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
H-Hey! Hands off!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
But you sure do have a nice ass, Anna. You should show it off more.@@
Saying that, she moves her hand and raises Anna's skirt.
<<linkreplace "Take pictures of Anna's ass">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 10.jpg">
Not wanting to miss this opportunity, you start taking more pictures of her.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
H-Hey!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
See! You have such a lovely ass that your $player.ys instantly started taking pictures!@@
@@.emote;
Anna looks at you@@
You give her the thumbs up.
@@.you;
Come on, smile for the camera!@@
After saying that, Anna gives you a smile.
@@.you;
That's it!@@
After a few more pictures, Anna scowls.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
This is not fair...@@
Saying that, Anna moves behind Lilith.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What's not fa-@@
Before she can say anything more, Anna raises Lilith's dress.
<<linkreplace "Take pictures of Lilith's ass">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 11.jpg">
You immediately start taking pictures of Lilith's ass as well.
@@.emote;
Anna makes a triumphant face@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! How does that feel?!@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
A little bit cold.@@
@@.emote;
Anna pouts@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! That's not the reaction I wanted.@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh! Sorry... Kyaaah! ... Better?@@
You can't help but laugh at Lilith's theatrics.
@@.emote;
Anna scowls at Lilith@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Fine... Now that I noticed... Are you wearing a thong?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Of course! How else am I going to show off my ass?@@
As Lilith says that, she shakes her ass to you. You start taking pictures again.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
See? Your $player.ys loves it!@@
Seeing that, Anna's face flushes. Then she turns around and raises her skirt.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
L-Like this?@@
Saying that, she awkwardly tries to shake her ass.
<<linkreplace "Take pictures of both of their asses">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 12.jpg">
Seeing both of their asses on display, you can feel your body starting to become excited. That familiar heat of corruption slowly starts to fill you.
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Well, would you look at that. Anna can be pretty naughty too!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-It's because... Uh... It's art! Right, $player.ys?!@@
@@.you;
Exactly! Her cute butt is a work of art and must be displayed!@@
@@.emote;
Anna becomes embarrassed@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.ys! Don't say it like that!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Well, if her ass is a work of art... Then how about...@@
Saying that, she lowers her dress, revealing her breasts.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
L-Lilith!@@
//''Hell yeah!''//
<<linkreplace "Take pictures of Lilith's Titties">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 13.jpg">
As Lilith exposes her tits, you feel your body becoming even more excited. You start to feel a stirring in your loins.
@@.emote;
Lilith smiles at you@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What do you think?@@
@@.you;
Definitely a work of art!@@
You start taking even more photos.
//''Will there be enough space for all of these photos?!''//
As you are starting at Lilith's tits, Anna starts to pout.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey! Not fair!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What do you mean, not fair? You also have a pair of beauties.@@
@@.emote;
Anna's face becomes even redder@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-I mean...@@
@@.emote;
Lilith grins at Anna@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Look at your $player.ys! He's practically salivating at the sight of my tits... Like a Big Bad Wolf staring at poor Red Riding Hood... Wanting to devour her...@@
As Anna looks at you, you look away, guilty as charge.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-I can do that too!@@
Saying that, Anna takes off her shirt.
<<linkreplace "Take pictures of Anna's Titties">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 14.jpg">
Seeing Anna's breast, you feel your heart starting to beat faster. Your hands start to become sweaty and your cock begins to react.
@@.emote;
Anna looks at you shyly@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
W-What do you think?@@
You give her the thumbs up.
@@.you;
Ten out of ten! If I were an anime character, enough blood would be coming out of my nose to send me to the moon!@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You are such a nerd!@@
As she says that, she smiles at you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh? Am I getting in the way now?@@
@@.emote;
Anna yelps in surprise@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
L-Lilith!@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Did you actually forget I was here?@@
@@.emote;
Anna looks away@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
N-No I didn't!@@
As Anna looks away, Lilith puts her hand on the skirt.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Well, if you are going to show your breasts to him... May as well show this...@@
Saying that, Lilith pulls the skirt open.
<<linkreplace "Take pictures of Anna's Panties">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 15.jpg">
Your fingers move in a flash, taking even more pictures.
//''Please endure, Memory Card!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Ah! What are you doing?!@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
There's no need to be embarrassed! You are already showing your titties! And look! He's loving it!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
H-He is?@@
@@.emote;
Anna looks at you@@
You don't try to hide you excitement.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! I can do it myself!@@
Saying that, Anna pulls open her skirt.
<<linkreplace "Take even more pictures of Anna's Panties">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 16.jpg">
Your finger mashes the photo button even harder. Your cock, no longer satisfied with being dormant, slowly starts to rise.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh! That's quite devious of you, Anna! Look at him! It's like looking at a starved wolf staring at prime steak!@@
@@.emote;
Anna giggles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I can be naughty, too, you know!@@
Saying that, Anna pulls down Lilith's dress.
<<linkreplace "Take pictures of their Panties">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 17.jpg">
As Anna pulls down Lilith's dress, you can clearly see that her face is fully flushed.
//''Is the corruption affecting her from this distance?''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
And that's revenge for you opening my skirt like that!@@
@@.emote;
Lilith giggles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
You are going to have to try harder than that to get revenge.@@
@@.emote;
Anna tilts her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Why?@@
@@.emote;
Lilith grins@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Because I don't mind showing off!@@
Saying that, Lilith turns around.
<<linkreplace "Take pictures of Lilith's ass">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 18.jpg">
As Lilith does that, she hugs Anna's waist. Lilith's face is also flushed.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Surely that isn't the best you can do, right?@@
You feel your heart beating even faster, your cock already rock hard.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course not!@@
You feel your body starting to release a lot of sweat. You are sure this is your body releasing the corrupting pheromones. While you feel that you should stop this, you are too far entranced by what's happening in front of you to actually care.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Then why don't you show me?@@
Saying that, Lilith's face gets closer and closer to Anna's.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! I will show you!@@
As Anna says that, she takes hold of Liliths chin and pulls her in.
<<linkreplace "Watch them">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 19.mp4" autoplay loop/>
You are stunned by the fact that your $ys.rel took the initiative to kiss Lilith.
Unable to back your primal urges, you start touching your cock.
You watch as Anna eventually pulls back, gasping for air.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
S-See! I told you!@@
@@.emote;
Lilith grins at Anna@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I wouldn't call that revenge...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
What?!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
More like... Reward?@@
As she says that, she looks at you and notices that you are touching your cock through your pants.
@@.emote;
Lilith smirks@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Looks like someone was enjoying the show!@@
As Lilith says that, Anna looks at you too.
@@.emote;
Anna gasps@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
W-What are you doing, $player.ys?!@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
He couldn't resist watching his $ys.rel kissing another girl.@@
Saying that, she moves closer to you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
It must be painful, right? Here, let me give you a hand...@@
<<linkreplace "Let Lilith Service you">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 20.mp4" autoplay loop/>
Saying that, Lilith takes off your pants.
@@.emote;
Anna is surprised@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
L-Lilith!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Whoa! I've got to say, $player.name. Your cock always impresses me!@@
<<linkreplace "Let Lilith Service you">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 21.mp4" autoplay loop/>
As Lilith stares at your cock, she slowly moves her hand up and down the shaft.
@@.emote;
Lilith giggles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
So much precum! You must have really enjoyed the show!@@
As Lilith is giving you a handjob, you can't help but look at Anna, who's in shock, staring at your cock. As you are about to say something, Lilith gets up and whispers in your ear.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't worry... Let her watch us... I'm sure she's interested...@@
You are not sure if lending your ear to the devil is a good idea, but you are too horny to care.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Now let's see if it still tastes like I remember!@@
Saying that, Lilith goes back to her knees.
<<linkreplace "Let Lilith Service you">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 22.mp4" autoplay loop/>
As Lilith kneels in front of you, she slowly takes your cock into her mouth, but at the halfway point, she pulls back.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Damn! I can barely fit it in my mouth!@@
Saying that, she takes your cock in again and tries to take in your whole cock, but without much success.
@@.emote;
Lilith coughs@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Gue... Guess I will just have to use my other mouth then!@@
As she gets up, Anna seems to wake up from her trance and stops Lilith.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
N-No! Stop!@@
@@.emote;
Lilith raises an eyebrow@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What's the matter, Anna?@@
You can see that Anna's face is completely red, her eyes moist and you can clearly see that her panties are wet.
//''Did she get excited watching Lilith service me?''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Y-You can't do that!@@
As Lilith is about to say something, she stops midway and grins, seemingly having thought of something else.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
But if I stop, who's going to help your $player.ys?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Help?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Yes... You see, when men have an erection like this, it becomes very painful if not treated... Do you want your $player.ys to be in pain?@@
@@.emote;
Anna shakes her head@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
NO!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
That means someone needs to help him... And if I don't... Will you?@@
You can't believe it's possible, but Anna's face became even more red. After a few moments of silence.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Well, I guess I w-@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I will do it!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
You will?@@
//''She will?!''//
As she says that, you watch her pump herself up.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-I can do this!@@
Saying that, she kneels in front of you and stares at your big cock, almost as if she's afraid of it.
@@.you;
You don't have to do this Anna...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
No! I said I would do this, so I will!@@
Seemingly having gathered her courage, she touches your cock.
<<linkreplace "Let Anna Service you">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 23.mp4" autoplay loop/>
You watch as Anna slowly moves her hand around your cock.
//''A-As expected from a complete amateur! She sucks at this!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
D-Does it feel good, $player.ys?@@
Not having it in your heart to say no, you decide to just say yes.
@@.you;
Y-Yes! A lot@@
As you look at Lilith, you can see her shaking her head. You watch as Anna continues to give you her awkward handjob.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Anna, give me your ear for a second.@@
Saying that, she whispers something in Anna's ears.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Yes, they love it.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
O-Okay! I will try!@@
<<linkreplace "Let Anna Service you again">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 24.mp4" autoplay loop/>
Once again, Anna takes your cock into her hands, but this time she actually puts some pressure on your shaft, moving both hands up and down. This sends a chill up your spine.
//''Holy sh-''//
You can't hold yourself back and you end up moaning.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
See? That means he's enjoying himself!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-I see!@@
Saying that, she redoubles her effort.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
This is actually kind of fun!@@
You feel the pressure slowly starting to build up. You are about to cum. Seemingly being able to tell that you are about to cum, Lilith stops Anna.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Wait, Anna.@@
@@.emote;
Anna tilts her head to the side@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Why?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't you want to make him feel even better?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Yes!@@
@@.emote;
Lilith grins@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Then let me show you.@@
Saying that, Lilith pushes your chest, causing you to fall down onto the sofa.
<<linkreplace "Let Lilith service you again">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 25.mp4" autoplay loop/>
As you are on your back, Lilith slowly crawls up to you, with Anna by her side.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
This is how you make him feel even better!@@
Saying that, she licks your cock and tries to put it in her mouth, only to have her hair get in her way.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Anna, could you hold my hair, please?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Oh! Okay!@@
Saying that, Anna pulls Lilith's hair back.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Thank you.@@
And with that she goes down on your cock. As she sucks on the tip of your head and then takes most of your cock into her mouth, you feel a high amount of pleasure.
//''A-As expected from Lilith!''//
As you feel that you are about to explode, Lilith stops and gives you a grin.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Now it's your turn, Anna.@@
@@.emote;
Anna takes a deep breath@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Okay! I can do this!@@
<<linkreplace "Let Anna service you again">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 26.mp4" autoplay loop/>
You watch as Anna shyly touches the tip of your head with her tongue.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Urg... Salty...@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't worry, you will get used to the taste in no time. After all, it's your $player.ys's taste!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Y-Yes!@@
And with that, Anna takes your cock into her mouth. Even though her blowjob is a bit awkward, an indescribable amount of pleasure flows from your cock into your brain.
You can't help but moan louder.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
See! He loves it! Now try to suck a little bit... Not too much, just enough to increase the pressure inside your mouth...@@
As Lilith guides her on how to give head, you feel like you are very close to cumming. You decide to give her some warning.
@@.you;
I'm about to cum!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
That's it, Anna! You are about to make your $player.ys cum! Come here, we don't want him cumming on the sofa!@@
As Lilith pulls Anna up, you get up as well.
<<linkreplace "Cum on them">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 27.mp4" autoplay loop/>
As you get up, you start wanking your cock.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Open your mouth wide Anna! Make sure to take all of your $player.ys's juices!@@
@@.emote;
Anna looks up at you and opens her mouth wide@@
Seeing that brings you over the edge and you start to cum.
@@.you;
Urgh!@@
As you cum, some of it falls in Anna's mouth, while some of it falls in Lilith's mouth. As Lilith swallows your cum, she looks at Anna.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Come on, swallow it.@@
As Lilith says that, Anna closes her mouth and swallows it, causing her face to pucker.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sour...@@
@@.emote;
Lilith chuckles@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
So, what do you think?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It's better than what I thought it would be... But since it's my $player.ys's taste, I'm sure I will get used to it!@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Now that's a good girl! Aren't you glad to have such a cute $ys.rel, $player.name?@@
@@.you;
Y-Yeah...@@
You can't help but notice that there's still a bit of cum on Lilith's lips. Anna notices it too.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You still got some on your face... Here, let me help you...@@
<<linkreplace "Watch the show">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Anna/Anna Corruption Quest 28.mp4" autoplay loop/>
As Anna says that, she kisses Lilith, making sure to take in the cum that was on her lips.
//''Fucking hell! This is going to make me hard again!''//
If you hadn't just cummed, you are sure your cock would be rock hard by now. After a while, Anna pulls back.
As Anna seems to be waking up from a daze, she looks at Lilith and then back at you. You can clearly see her face going completely red.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
I-I can't believe I just did this!@@
Covering her face with both hands, she gets up and rushes to her bedroom.
@@.you;
A-Anna!@@
Not understanding what happened, you try to follow her, but Lilith stops you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Don't worry, she's just taking in what happened. It's better if she's alone for now.@@
Not knowing if what she said is true, you decide to trust her, since she seems to like both you and Anna.
<<linkreplace "Talk to Lilith">><<scrollTop>><<ctpAdvance "AnnaLilithCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Corruption Quest 29.jpg">
You watch as Lilith stretches.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Man... While I was expecting her to give you a handjob, I really didn't expect her to already be blowing you!@@
You can't help but scratch your head.
//''Can't tell her it's because of the effect of my corruption...''//
You give her a smile.
@@.you;
I guess with this our deal is over, right?@@
@@.emote;
Lilith raises an eyebrow at you@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
What are you saying? A handjob and a blowjob? That barely even counts! And I only got a kiss out of it. A good kiss, but only a kiss nonetheless.@@
@@.you;
So you expect more from her?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Of course! This is just the start! She will be riding your cock in no time! And I will be there to drink the juices out of her pussy!@@
//''I'm not sure why, but that sounds disgusting...''//
@@.emote;
Lilith punches you on the arm@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I'm expecting great things from you! Give her some time and I'm sure she will make peace with what just happened. Hell, I'm sure she will be more than happy to do it again!@@
@@.you;
You think so?@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Oh, I know so!@@
//''That would be nice!''//
Saying that, she picks up the clothes and goes towards Anna's bedroom.
@@.you;
Didn't you say to leave her alone for now?@@
@@.emote;
Lilith gives you a grin and winks@@
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
I said for YOU to leave her alone.@@
Saying that, she sways her ass as she walks towards Anna's bedroom. She suddenly stops midway and turns around to you.
@@.stuff;
<img src="img/Profile/Lilith.jpg" class="float-left">Lilith<hr>
Also, don't forget to send me those pictures!@@
After she says that, she goes into Anna's bedroom. You can't help but scratch your head.
@@.you;
Man... Now that's a girl that knows what she wants...@@
Unable to believe on what just happened, you decide to just take a shower and take it in.
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "RachelCosplay">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing... I'm bored...@@
//''This is my chance!''//
@@.you;
You know, Rachel... I felt really bad for not giving you more chances at winning against me on Thumb Wrestling...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?@@
@@.you;
Really! So I decided it was only fair for us to have a rematch!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... But I'm not sure I can win...@@
//''Crap...''//
@@.you;
Nonsense! Didn't you win many times before? I just got lucky.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sure didn't feel that way...@@
//''Damn... Come on, $player.name! Think!''//
@@.you;
How about this! We will wrestle five times, and if you win once, it's your win!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I don't know...@@
//''Maybe if a taunt her?''//
@@.you;
Oh, well... I was trying to help you, but if you want to keep your title of loser...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Loser?!@@
@@.you;
You are refusing my challenge, even when I'm giving you the advantage... What else would I call you?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! You are going to regret it! I'll accept your challenge! Same conditions as last time!@@
//''Nice! It worked!''//
@@.you;
Sure. The loser has to do what the winner asks.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uhuhu... Just you wait, $player.name! I'm going to make you kneel in front of me and beg for forgiveness!@@
//''Maybe it worked a little bit too well...''//
@@.you;
We will see about that. I will see you in a few!@@
<<linkreplace "Pack up the cosplay outfit and your camera">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 1.jpg">
You arrive at Rachel's house and press the door bell. After a few moments, the door opens.
@@.emote;
Rachel glares at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I hope you are ready to lose!@@
//''Yep... Definitely worked too well!''//
@@.you;
We will see about that!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Then follow me!@@
You enter the house and follow Rachel.
//''She seems a lot more energy than usual...''//
As you go into the kitchen, you spot a can of energy drink called "Wrestler".
@@.you;
Did you have an energy drink before I got here?@@
@@.emote;
Rachel turns around and smiles at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course! There were no rules against it! The can said it gives extra energy to wrestlers!@@
@@.you;
I don't think that will work on thumb wrestling...@@
@@.emote;
Rachel puts her hand up to her face and laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh-ho-ho-ho! It's no use in trying to weasel yourself out of this! I will show you who's the loser!@@
//''She's even going full queen mode...''//
@@.you;
Well, don't say I didn't warn you...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hmph! Let's see if you can keep that attitude after I kick your bottom!@@
//''Really? Bottom?''//
@@.you;
Got it. So... Will it be a best of 3?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey! You said that it would be a match of five and that I only needed to win once!@@
You can't help but chuckle at that.
@@.you;
Well, you seem so well prepared and confident, that I thought that you wouldn't want the handicap.@@
@@.emote;
Rachel's eyes tear up a bit@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Noooo! I need every advantage I can get to beat you! Please give me the handicap!@@
You end up laughing at her dropping the queen act.
@@.you;
Okay, okay... No need to cry. You only have to win once out of five.@@
@@.emote;
Rachel smirks at you and laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh-ho-ho-ho! You fell right into my trap! Now that I have your word, you are not allowed to back out of our bet!@@
//''Oh... It was another of her traps...''//
Saying that, Rachel puts forth her hand.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Get ready to taste defeat!@@
You grab her hand.
@@.you;
If you say so...@@
And so, five rounds go by in a flash.
@@.emote;
Rachel crouches and covers her face@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Noooo! I can't believe I lost!@@
//''I can't believe she actually thought she could win...''//
@@.you;
Well, it's my win. The terms were that you must do anything I tell you to.@@
@@.emote;
Rachel looks up at you with slight tears in her eyes@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Best of 13?@@
@@.you;
Rachel...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fine... What do I have to do?@@
You give her a big smile.
@@.you;
Be right back!@@
<<linkreplace "Go and fetch the things">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Box.jpg">
You return with a box in hands.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-what's in that?@@
You give her a smirk.
@@.you;
Why don't you open it? I got it especially for you.@@
You watch as Rachel, with trembling hands, slowly opens the box.
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Clothes?@@
@@.you;
Not just any clothes. Harley Quinn's clothes!@@
@@.emote;
Rachel is confused@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Harley Quinn?@@
@@.you;
You do know Batman, right?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sure? I think I watched a movie about him once...@@
@@.you;
Well, Harley Quinn is one of the most famous villains in the series!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I see...@@
As reality dawns on Rachel, her face goes from white, to pink, to red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You want me to cosplay as her?!@@
@@.you;
Exactly! Since you lost the bet to me, you have to cosplay as Harley Quinn. Not only that...@@
You pull out the camera.
@@.you;
I get to take pictures of it!@@
You watch, as Rachel's face, previously red, now pales.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Pictures?!@@
@@.you;
Yep! Surely you aren't going to refuse, right? I mean... You did say you were a woman of your word.@@
@@.emote;
Rachel quickly shakes her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I won't refuse! I will do it! B-but, could we at least not take pictures?@@
You give her a big smile.
@@.you;
Of course not!@@
@@.emote;
Rachel crouches again and covers her face@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nooooo!@@
<<linkreplace "Have her dress up">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 2.jpg">
As Rachel finishes putting on her costume, she enters the room while covering her chest.
//''Whoa! That looks good! Seems like she put effort into the makeup!''//
@@.emote;
Rachel is embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-why does it say "Lil Slut" on my shirt?@@
//''Crap! Did I end up buying the costume from a porn site?!''//
@@.you;
Uh... It's what the character likes to wear! It can't be helped, don't worry.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But this is so embarrassing!@@
//''Need to think of something, fast!''//
@@.you;
Well, if it's embarrassing, why don't you pretend to be the character?@@
@@.emote;
Rachel is confused@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Pretend to be the character?@@
@@.you;
Yeah! I heard that the best way to not be embarrassed is to pretend to be someone else! You are now Harley Quinn, not Rachel! You are a bad girl!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A bad girl?!@@
@@.you;
Yes! You don't take shit from no one! You like to wear a pigtail hairstyle! You like to dress in skimpy clothes! And to you, the world is nothing more than your playground!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I see! Yes! I think that could work! Let's see, I'm a bad girl! And bad girls curse, right?!@@
//''Seems like she's into it!''//
@@.you;
Exactly! Now give me your best curse!@@
@@.emote;
Rachel gives you her meanest face@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Poopy!@@
Unable to hold yourself back, you end up laughing.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-what, what are you laughing for?!@@
@@.you;
Sorry! I couldn't help it, you looked so cute trying to act like a bad girl!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey! I can act like a bad girl! That was... Yes, that was just a test! I was testing you! I will show you a real bad girl now!@@
@@.you;
Oh? Is that so? Let's see it then.@@
@@.emote;
Rachel becomes very embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fu... Fu...@@
@@.you;
Fu...?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
<span style="font-size:70%">Fuck...</span>@@
@@.you;
Oh, come one, you can do better than that, Bad Girl Rachel!@@
@@.emote;
Rachel glares at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
F-Fuck!@@
@@.you;
Great! Now give me some more! Show me that you don't give a shit!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fuck! Shit! Cunt!@@
@@.you;
Very nice! Now let's get this cos-@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Bastard! Bitch! Whore!@@
@@.you;
Uh, Rachel? I think that's enough cursing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Shut the fuck up! I'm not Rachel! I'm Harley Quinn! And I don't give a shit about what you think!@@
//''Well... I guess I did get what I wanted...''//
@@.you;
Great! Then show me what you got!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 3.jpg">
Rachel raises the bat to the camera.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You better make sure that I'm nice and pretty in those photos, boy! Or I will smash that camera into pieces!@@
@@.you;
Yeah, that's great! Keep it up!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 4.jpg">
Rachel gives you the middle finger.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fuck you! I'm the one in charge here! You have to listen to what I say!@@
//''Seems like she's really into the character now!''//
@@.you;
Of course, Rac- I mean, Harley! I will listen to anything you say!@@
@@.emote;
Rachel gives you a bright smile@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yay! Uh... Ahem... I mean... You better! Uh... Fool!@@
//''She broke character just now... I guess it's endearing in it's own way.''//
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 5.jpg">
Rachel puts the bat down and starts playing with her hair, while licking her lips.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Now... What should I make you do...@@
//''Oh! This is good!''//
You make sure to capture that on camera.
@@.you;
Come on, Harley! Show the camera who's in charge here!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 6.jpg">
Rachel turns around and uses the bat to prop up her ass.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Make sure to take good pictures of me!@@
//''Nice!''//
@@.you;
Only the very best for you!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 7.jpg">
Rachel squats down and shows her tongue.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You can't resist this beauty!@@
@@.you;
I sure can't! Especially with you in that small shirt!@@
@@.emote;
Rachel looks down, seemingly remembering she was wearing the "Lil Slut" shirt.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fuck this shirt, I am no one's little slut!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 8.jpg">
Rachel starts to remove her shirt.
//''Holy! This is it! Gotta make sure to keep her on track!''//
@@.you;
As expected of Harley! She don't take no shit, not even from the clothes she's wearing!@@
@@.emote;
Rachel thrusts out her chest@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course!@@
@@.you;
And how cruel of Harley! Teasing the poor camera man by stripping. Trully a bad girl!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
R-Really?!@@
@@.you;
Of course! Only a bad girl would be so bold to do that!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-yeah! That's right! I'm teasing you!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 9.jpg">
Rachel starts to pull on her bra.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You nasty, nasty little boy. Being tempted by this beautiful young lady!@@
//''Great! She's into it! Let's give her another push!''//
@@.you;
Yes my, lady! I can't resist this temptation! Please! Please don't go any further, for I may just not be able to resist!@@
@@.emote;
Rachel's face becomes red@@
//''Did I over dramatize it?''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I will do as I please! You can't tell me what to do!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 10.jpg">
You watch as Rachel slowly removes her bra.
//''She's actually doing it!''//
@@.emote;
Rachel's face becomes even redder@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-you like this, don't you?!@@
@@.you;
I love it!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 11.jpg">
Rachel removes her bra and leans on the door frame.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I can see you drooling from here! What a naughty boy!@@
@@.you;
My eyes are only for you, Harley!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 12.jpg">
Rachel moves back and lowers her pants.
@@.emote;
Rachel's face is as red as tomato@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
And I-I'm sure you would love to e-eat this ass too, wouldn't you?!@@
//''Let's keep pushing it!''//
@@.you;
Yes! And I would lick my fingers afterwards!@@
<<linkreplace "Take pictures of Harley Quinn, a.k.a. Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption 13.jpg">
Rachel pulls on her panties.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A-and I'm s-sure you would l-love to e-eat this p-p-p...@@
You notice that Rachel's face is very red.
@@.you;
Rachel?@@
As you are confused, Rachel suddenly starts to wobble.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This p-p-p...@@
@@.you;
Rachel!@@
As you quickly move towards her, she seems to faint on the spot.
//''Shit! Did I push her too far?''//
<<linkreplace "Help Rachel">><<scrollTop>><<ctpAdvance "RachelCosplay">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Rachel Bedroom.jpg">
You carry Rachel back to her bedroom. You make sure to remove her shoes as you lay her on the bed. As you finishing putting a cover over her, you can see Rachel stirring.
@@.you;
Rachel?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uh? $player.name? Where am I?@@
@@.you;
You are in your bedroom, it seems like too much blood got into your head and you fainted.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fainted? Oh, I see... I just had a really weird dream where I was...@@
Rachel notices that she's only in her underwear, her face becomes bright red again. You can't help but chuckle.
@@.you;
Oh, believe me, that wasn't a dream. I have the pictures!@@
@@.emote;
Rachel covers her face with the sheet@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I can't believe I did that!@@
You give her a smile.
@@.you;
So, how did it feel?@@
@@.emote;
Rachel peeks at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How did what feel?@@
@@.you;
Being free! Acting on impulse! Doing what you wanted!@@
@@.emote;
Rachel tilts her head and thinks back@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Doing what I wanted? Yes... I did, didn't I?@@
@@.you;
Yes, so... How did it feel?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It... It felt nice... Not to be restricted... Not needing to be a proper lady...@@
@@.you;
Do you feel more open now?@@
@@.emote;
Rachel gives you a smile@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Actually... I do! I kinda feel liberated! Thank you, $player.name!@@
@@.you;
Oh, it wasn't me. It's was all you. As you are now, I'm sure you don't even need to hide behind that cover!@@
@@.emote;
Rachel's face becomes red@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I feel free... But it's still kinda embarrassing...@@
//''Damn... Guess I gotta keep helping her...''//
You pick up your camera and start to leave.
@@.you;
Well, I guess I better let you rest.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uh... $player.name? You are going to delete those photos, right?@@
@@.you;
Uh? Oh, yeah, sure. I actually already did!@@
@@.emote;
Rachel gives you a smile@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, is that so? Thank you, $player.name!@@
//''Sorry, Rachel... I lied...''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "PravitasFemDom">>
<video src="img/Pravitas/Pravitas Femdom 1.mp4" autoplay loop/>
As you start licking, you feel a weird taste. You expected a tangy taste, but it's salty and has a pungent smell.
//''This isn't her pussy!''//
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What? You expected I would let you lick my pussy? You don't deserve it.@@
@@.emote;
Pravitas wiggles her ass@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Now get back to work!@@
You feel a slight sting on your arm, seems like Pravitas just hit you with something.
<<linkreplace "Continue eating her ass">><<scrollTop>><<ctpAdvance "PravitasFemDom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Femdom 2.mp4" autoplay loop/>
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes, that's right. You are going to learn its taste and you are going to learn to like it. You with yearn for it.@@
@@.you;
Hpmh hm hmph hmm!@@
//''I don't think so!''//
You feel another sting on your harm, this time harder.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I didn't tell you that you could talk. But don't worry, in time you will learn. I will teach you.@@
<<linkreplace "Continue eating her ass">><<scrollTop>><<ctpAdvance "PravitasFemDom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Femdom 3.mp4" autoplay loop/>
As you continue to lick, Pravitas gets up. You sigh in relief, believing that it's over, only to have her sit on you again. Seems like she only got up to change position.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Don't stop! Keep going! I'm very close to finishing!@@
Seeing the finishing line on the horizon, you start licking her with greater vigor.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes! Just a little more!@@
<<linkreplace "Lick furiously">><<scrollTop>><<ctpAdvance "PravitasFemDom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Femdom 4.mp4" autoplay loop/>
Pravitas begins to shake as you seek her asshole with your tongue.
@@.emote;
Pravitas moans@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yessssss, that's a good boy! Keeping going at it!@@
You focus the center of her asshole and give her the final blow.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes! Yes! Yesssssssssssssssss!@@
@@.emote;
Pravitas collapses on the stairs, seemingly out of energy@@
You finally have enough space to breathe properly. You feel there's a change in your body. For some reason, you don't feel bad about what happened.
//''I feel... Excited?''//
You shake your head, trying to get that thought out of your mind. As you were occupied with your own thoughts, Pravitas already got up and is now looking at you.
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "PravitasSub">>
<img src="img/Pravitas/Pravitas Sub 1.jpg">
You push Pravitas off of you. As you take charge, the scene changes.
@@.emote;
Pravitas is surprised@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
WHAT?! You were able to take control of your dream?!@@
You shake your head, trying to clear your mind. Now you are pissed.
//''This bitch!''//
@@.emote;
Pravitas flinches as she looks at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Now, now $player.name. There's no need to be angry. I can guarantee that you would have enjoyed it.@@
You glare at her and take a deep breath to calm your mind.
//''Fine. If she wants it that way, two can play her game.''//
@@.you;
So you want me to fuck all of the girls I know, right?@@
@@.emote;
Pravitas looks at you in surprise@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Of course! You have to! The more girls you have sex with, the stronger I will become!@@
You raise an eyebrow at her.
@@.you;
Don't you mean, the stronger //I// will become?@@
@@.emote;
Pravitas gives you a smirk@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Well, yes, of course. You are me and I am you. If I become stronger, you will become stronger. It's a win-win situation, don't you think so?@@
@@.you;
Yes... A win-win situation... But there's a problem here.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
A problem? What kind of problem can there possibly be?@@
You stare right into her eyes.
@@.you;
I don't like to be dominated. I'm the master of my own fate. I'm in control here. Not you. Do you understand?@@
@@.emote;
Pravitas becomes even more suprised@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Well, sure. Like I told you, I never intended in interfering with you, as long as you had sex, I would have been more than happy to take a back seat, it's just that-@@
@@.you;
Just that what? You thought that you could control me just because I didn't follow your plans?@@
@@.emote;
Pravitas frowns@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Listen-@@
@@.you;
NO! You listen! From now on, you will not force me into doing anything that I don't want to do. Understood?@@
@@.emote;
Pravitas is a bit shaken and nods her head@@
@@.you;
Good... Now, back to what we were talking, you said you wanted me to fuck all the girls I know, right?@@
@@.emote;
Pravitas nods her head with more vigor@@
@@.you;
Well, from my point of view, you are also a girl.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What?@@
You smirk at her.
@@.you;
Kneel.@@
@@.emote;
Pravitas frowns at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Don't get cocky just because you-@@
@@.you;
Didn't you hear me?! I told you to kneel!@@
You envision Pravitas kneeling in front of you and notice that Pravitas' body moves against her will.
@@.emote;
Pravitas is shocked@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
This can't be! How can you be controlling your dream so well?!@@
<<linkreplace "Command her to suck your dick">><<scrollTop>><<ctpAdvance "PravitasSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Sub 2.mp4" autoplay loop/>
You can't help but laugh as Pravitas impales herself on your cock, sucking it as if in desperation.
@@.you;
How does my cock taste, Pravitas?@@
@@.emote;
Pravitas makes gurgling sounds@@
@@.you;
What's that? Tastes good? I'm glad you like it, because there's a whole lot more cock for you.@@
You grab Pravitas' head.
<<linkreplace "Force her to take your dick deeper">><<scrollTop>><<ctpAdvance "PravitasSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Sub 3.mp4" autoplay loop/>
@@.you;
Fuck! This feels good! Take that cock, you dirty whore!@@
@@.emote;
Pravitas makes angry gurgling noises@@
@@.you;
Yeah you are! You are my personal cock sleeve!@@
You put more pressure on her head, forcing her to keep deep throating you.
@@.you;
Damn! I'm almost there! Take it, you bitch!@@
<<linkreplace "Force her to take as much as your dick as you can">><<scrollTop>><<ctpAdvance "PravitasSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Sub 4.mp4" autoplay loop/>
As Pravitas is fully impaled, you cum in her throat.
@@.you;
Take it! Drink it all!@@
@@.emote;
Pravitas makes swallowing noises@@
As you finish cumming, you let go of Pravitas' head and she falls down onto the floor, exhausted.
@@.emote;
Pravitas starts coughing@@
Your mind finally starts to clear and it finally dawns on you. You almost just skull fucked Pravitas.
@@.you;
Errr... Sorry Pravitas, I don't know what took over me...@@
You watch as Pravitas spits on the floor and gets up.
@@.emote;
Pravitas smiles at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Don't worry $player.name. I don't mind getting dominated every once in a while.@@
@@.emote;
Pravitas glares at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
But if you call me a dirty whore again, it will be your ass on the line, got it?@@
@@.you;
Ha... Haha...@@
Seems like Pravitas doesn't like being called a whore. Although, given enough time, you feel that this is something that could change.
//''But what was that, that took over me?''//
You feel like something in you has awakened...
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "CorruptionFemdom">>
<video src="img/Pravitas/Pravitas Pussy Licking 1.mp4" autoplay loop/>
You crawl up to her and start licking her pussy.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
There it is! That's a good boy...@@
As you keep licking, you start to feel a bit out of breath, so you try to move out in order to breath. As you are about to do that, Pravitas holds your head in place and prevents you from doing so.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Tsk, tsk... That's a bad boy, trying to stop in the middle. You will finish what you started!@@
//''Is she trying to suffocate me?!''//
You decide to just try to force her to cum fast in order to be able to breathe.
<<linkreplace "Lick harder">><<scrollTop>><<ctpAdvance "CorruptionFemdom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Pussy Licking 2.mp4" autoplay loop/>
You double your efforts and it starts to pay off, Pravitas is no longer able to hold your head in place.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes! That's right! Keep going! I'm very close! That's a good boy!@@
As you concentrate even harder to make her cum, you feel something bitter sweet gushing out of her pussy.
@@.emote;
Pravitas moans in ecstasy@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Yes! YES! AH!@@
It seems Pravitas has finally cummed, so you get up and prepare to penetrate her. As you are about to move, you suddenly feel pain.
@@.you;
Ouch! What was that for?@@
@@.emote;
Pravitas glares at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Do you really think that only that much of effort will allow you to fuck me? It seems you still don't know your place.@@
As you were about to stand up, Pravitas kicks you and forces you down.
@@.emote;
Pravitas gives you a wicked smile@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
But then again, I did promise you a reward... I suppose I can use my feet on you.@@
<<linkreplace "Stay down">><<scrollTop>><<ctpAdvance "CorruptionFemdom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Footjob 1.mp4" autoplay loop/>
You feel Pravitas' cold foot on your junk. You can't help but be dissatisfied.
@@.you;
You call this a reward?!@@
You feel intense pain.
@@.emote;
Pravitas looks down on you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
That's no way to talk to your Master. Seems like you still need more training.@@
//''Master?! TRAINING?!''//
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Once you feel the pleasure that my feet will give you, I'm sure you will understand.@@
Unable to move a single muscle, you are helpless as Pravitas starts to move her feet in a more aggressive manner.
<<linkreplace "Try not to cum">><<scrollTop>><<ctpAdvance "CorruptionFemdom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Footjob 2.mp4" autoplay loop/>
You can't help but feel pleasure, even though she's using her feet to stroke your cock.
@@.emote;
Pravitas smirks at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Seems like you are starting to feel it. But don't worry $player.name. In time you will come to enjoy it. In time you will be begging me.@@
//''Begging you? Never!''//
@@.emote;
Pravitas laughs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
That's right, you can try to resist. But in the end, you will fold. They always do.@@
The pleasure starts to become even stronger, as Pravitas begins to move her feet even faster.
//''FUCK! I CAN'T HOLD IT IN ANYMORE!''//
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "CorruptionFemdom">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Footjob 3.mp4" autoplay loop/>
You ended up cumming, even though you didn't want to.
@@.emote;
Pravitas laughs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
See? Didn't that feel good?@@
You try to protest, but weirdly enough, you find that it actually did feel good, even though it wasn't exactly what you want it.
//''What's happening to me?''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "CorruptionSub">>
<img src="img/Pravitas/Pravitas Fuck 1.jpg">
@@.emote;
Pravitas scowls at you.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It's not very nice to do this to a lady!@@
You scoff at her.
@@.you;
A lady? What kind of lady shows up in a man's dream all naked? You are nothing more than a cum dumpster!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What?! How da-@@
You will her to lay down on her back and open her mouth.
@@.emote;
Pravitas is surprised@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Oh! You better not b-@@
<<linkreplace "Shut her mouth with your cock">><<scrollTop>><<ctpAdvance "CorruptionSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Fuck 2.mp4" autoplay loop/>
You stuff her mouth with your cock and start thrusting your hips.
@@.you;
That's right! This is much better, my own fleshlight!@@
@@.emote;
Pravitas makes angry gargling noises@@
@@.you;
You may be fighting it, but I know that you enjoy it. I can clearly see your pussy getting wet from here.@@
You decide to use your hand to stir her pussy.
@@.emote;
Pravitas makes surprised gargling noises@@
You start laughing.
@@.you;
Look at this! It's like a fountain! I just have to touch it and it gushes juices everywhere! I guess it really wants my cock, doesn't it?@@
You remove your cock from her mouth and Pravitas starts coughing.
@@.you;
Don't worry, we aren't nearly done yet!@@
You begin to will her to sit down and turn her back to you.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Wait! You are planning to f-@@
<<linkreplace "Fuck her pussy">><<scrollTop>><<ctpAdvance "CorruptionSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Fuck 3.mp4" autoplay loop/>
You start ramming your cock into her pussy, using her hips and neck as support.
@@.you;
So this is what your pussy feels like! It's much tighter than I thought!@@
@@.emote;
Pravitas starts moaning.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
You bastard! I am going to get you back for this!@@
@@.you;
You say that, but aren't you enjoying this? Your pussy has vice grip on my cock!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It's... It's only to make you cum faster!@@
@@.you;
Oh? Is that so? Then I better get to work then!@@
<<linkreplace "Go to town on her pussy!">><<scrollTop>><<ctpAdvance "CorruptionSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Fuck 4.mp4" autoplay loop/>
You use your foot to keep head down and start thrusting into her with everything you've got.
@@.you;
Now this is what I'm talking about!@@
@@.emote;
Pravitas moans even harder@@
@@.you;
Even though you refuse to admit, you are dirtying the whole floor with your pussy juices!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Not- Not true! Ah! No!@@
You feel her pussy heavily contracting on your dick, a clear sign that she just came. You begin to laugh.
@@.you;
You just came? Guess the pleasure was just too much, wasn't it?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Sh-shut up! Ah! I'm cumming again!@@
You keep ramming into her until you are no longer able to hold it.
@@.you;
Fuck! Kneel for me Pravitas!@@
<<linkreplace "Have her kneel in front of you">><<scrollTop>><<ctpAdvance "CorruptionSub">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Fuck 5.mp4" autoplay loop/>
As she kneels in front of you, she also opens her mouth wide to receive your load.
@@.you;
Now that's a good girl! Take it!@@
You start to cum in her mouth, while Pravitas tries her best to take all of your cum. As you finish, you let go of her, your mind clear and blissful.
Pravitas also collapses on the floor. As you look down on her, you can't help but smirking at the job you've done. She eventually gets up and dusts herself off.
@@.emote;
Pravitas scowls at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Seems like you enjoy being rough. You better watch out $player.name. What goes around, comes around.@@
@@.you;
Aw, don't be like that, Pravitas. I know you enjoyed it.@@
@@.emote;
Pravitas shrugs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Maybe I did, maybe I didn't.@@
//''Just a little more and she will be mine!''//
@@.emote;
Pravitas glares at you@@
//''Shit... Mind reading... Keep forgetting.''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "PravitasPowerup8">>
<video src="img/Pravitas/Pravitas Powerup 20.mp4" autoplay loop/>
Lana slowly gets closer to you.
@@.emote;
Lana gives you a lewd smile@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Getting a better look of your face, you do look handsome.@@
Saying that, she starts kissing you. Your mind, still addled, just makes you move your hands to her ass in order to get a good feel. After a while she stops kissing you and touches your crotch.
@@.emote;
Lana giggles@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Looks like someone is looking forward to this...@@
As she says that, she quickly removes your pants.
<<linkreplace "Enjoy the magic">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 21.mp4" autoplay loop/>
As your pants are removed, Lana proceeds to give you a hand-job.
@@.emote;
Lana hums@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
That's quite a nice dick you have here...@@
She slowly moves her hands up and down.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Nice and firm... I wonder what it tastes like...@@
Saying that, she gives your cock a lick, sending shivers down your spine. You can't help but moan a bit, this causes her to smile.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
If you thought that was good...@@
<<linkreplace "Enjoy the magic">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 22.mp4" autoplay loop/>
Lana proceeds to take your cock into her mouth.
@@.you;
Urgh...@@
//''She's so good at this...''//
You end up making a strange sound.
@@.emote;
Lana looks up at you@@
As Lana is looking at you, she slowly makes her way down your shaft, trying to take your whole cock into her mouth. Your cock starts to pulse, signaling that it's close to cumming. But as you were getting close, Lana stops sucking you.
@@.you;
Ah!@@
@@.emote;
Lana smiles at you@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Not yet, big boy. You can't cum before a lady, don't you have manners?@@
Saying that, Lana gets on top of you and whispers in your ear.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Let's see how good your cock feels inside of me.@@
<<linkreplace "Enjoy the magic">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 23.mp4" autoplay loop/>
Lana positions your cock into her wet entrance. You keep waiting for her to take you in, but she only teases your tip.
@@.emote;
Lana gives you a naughty smile@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
What? Do I have to do all the work here?@@
You can barely process what's going on, but you know for sure what you have to do. You put your hands around her hips and trust your cock deep into her pussy.
@@.emote;
Lana moans@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
That's it! Harder!@@
<<linkreplace "Fuck her harder">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 24.mp4" autoplay loop/>
You start to trust your cock into her harder, causing her to bounce on your lap.
@@.emote;
Lana moans louder@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Yes! That's it! That's what I wanted!@@
You put in all of your effort in order to extract as much pleasure as possible from her. Unfortunately, all the alcohol you ingested is hampering your ability to move. Eventually Lana grabs your arms and makes you let go of her waist.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Let me do it...@@
<<linkreplace "Enjoy the ride">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 25.mp4" autoplay loop/>
Lana turns around and puts her hands on the table in order to get a better support.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Okay, let's see if you can take this!@@
She starts to rapidly move her hips up and down, slapping her ass against your thighs, causing lewd sounds. You end up moaning from the excess pleasure.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Didn't I tell you that I had a magic that would blow your mind?@@
You can't help but agree with her, although it wasn't just your mind that was being blown.
@@.emote;
Lana moans very hard@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
I-I'm almost there!@@
You can feel her pussy contracting around your cock, causing it in turn to bring you closer to cumming.
@@.you;
Ah! M-me too! Fuck! I'm almost there!@@
Lana starts to bounce even harder.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
D-don't cum yet! I'm almost there!@@
As if trying to answer her call, you feel a sudden spurt of energy coming from somewhere, so you take control of her hips and thrust your cock into her with all you have.
@@.emote;
Lana yelps in surprise@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Ahh!@@
You put your whole body into trusting your hips into her, while she holds even tighter to the table.
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
I-I'm cumming!@@
As she starts to cum, you feel you are about to cum also. While you are certain that you should pull out, your body doesn't seem to care at all, and just trusts with reckless abandon and you end up cumming inside of her.
@@.you;
Urg!@@
@@.stuff;
<img src="img/Profile/Lana.jpg" class="float-left">Lana<hr>
Ahh!@@
Her insides start to rapidly convulse, almost as if she's having many orgasms at the same time.
After a while, you stop cumming and let go of her hips, this causes her to collapse on the carpet. You also feel a lack of energy and end up collapsing on the sofa.
<<linkreplace "Rest">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Palm.jpg">
As you are sitting on the sofa, your mind slowly starts to clear, like a fog in the morning. Your body and mind, that felt like they were in conflict with one another the whole day, seem to have calmed down.
You can't help but looking at your palm, where you first got in contact with Pravitas.
@@.you;
Did I do the right thing? Won't she become stronger and eventually take over?@@
While you are worried, for some reason you are sure that it won't be the case. You can't explain it, but you feel like you were victorious, by resisting all of the urges you had until this moment.
As your mind starts to clear, you begin to notice other noises besides the loud music. You immediately get up with a startle.
//''Wait! Lana is hosting a party! There are a ton of people here and we just had sex in the middle of the living room!''//
Cold sweat goes down your spine as your mind becomes completely clear from this realization.
//''Fuck... Are people going to call me a pervert form now on?''//
You begin to worry about your future and how the people that live with you will react to it. As you become ever so worried, you begin to notice that sounds are very odd.
//''Am I hearing moaning?''//
You slowly get up from the sofa.
<<linkreplace "Look around">><<scrollTop>><<ctpAdvance "PravitasPowerup8">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 26.mp4" autoplay loop/>
As you look around, you are startled by what you are seeing.
//''What the hell!''//
You look around and notice Clarice getting fucked by huge black dude.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Clarice<hr>
Yes! Give me that huge black cock!@@
To her left you notice Bridget scissoring another girl.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Bridget<hr>
Hm... How do you like that my little kittie!@@
While all of that is incredible, what startles you the most is Carol, that is currently being fucked by three guys at the same time, one of them being Chad.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Chad<hr>
Yeah! You like it, don't you, bitch?!@@
You notice that Carol tries to respond, but she has a cock in her mouth, so all she's able to make are gurgling noises.
A chill goes down your spine. You are sure that this wasn't a swinger party. You remember something you read in the documents regarding Pravitas.
//''Did I cause this?''//
Unable to think straight, you decide to make your escape.
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "PravitasPowerup11">>
<img src="img/Pravitas/Pravitas Powerup 27.jpg">
You use all of your force of will to imagine Pravitas inside a cage.
@@.emote;
Pravitas is surprised@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What?! How can you still control this realm?!@@
You let out a low sound almost like a growl and glare at Pravitas.
@@.you;
You fucking bitch... You want to act like a bitch? Then you will be trained as one!@@
@@.emote;
Pravitas laughs@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Aren't you getting a little over your head here, $player.name?@@
You give her a dark smile.
@@.you;
Oh, we will see about that.@@
You imagine holding a chain.
@@.emote;
Pravitas scowls@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
You... You wouldn't!@@
You can't help but laugh.
@@.you;
A good owner must always leash his bitch.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What?! No!@@
You watch as Pravitas tries to move back, but you command her to remain still.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
No!@@
<<linkreplace "Leash her">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 28.jpg">
You take the chain and leash it on the collar that Pravitas is wearing.
@@.emote;
Pravitas glares at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
You will pay for this!@@
You can't help but laugh even harder.
@@.you;
Seems like the bitch still hasn't learned her place. Barking at your owner? I need to teach you manners!@@
You open your pants and take her hand.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What are you doing?!@@
@@.you;
I'm going to teach you manners, obviously.@@
<<linkreplace "Guide her to your cock">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 29.mp4" autoplay loop/>
You slowly move her hand to your cock, making sure to keep control, as to not let her yank it.
@@.you;
Do you feel it, Pravitas? This is the discipline instrument of your owner.@@
@@.emote;
Pravitas gives you a fierce glare@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
If you come anywhere close to me with that, I will bite it off!@@
You laugh out loud.
@@.you;
Still being aggressive? Then let's move to the training. Move that hand.@@
You can see Pravitas struggling to not obey, but it's useless and she slowly moves her hand.
@@.you;
There we go. Now you are learning.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I will get you back for this humiliation...@@
You click your tongue in disapproval.
@@.you;
Pravitas... Pravitas... You still haven't learned, have you? Maybe if you didn't use your mouth and, instead, used your ears?@@
You give her a dark smile
@@.you;
Pravitas, why don't you squat there and open your mouth?@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What?! NO!@@
While she says that, her body goes against her will and slowly squats down, while her mouth opens.
@@.you;
Good. Now let's see if, with your mouth occupied, you can learn.@@
<<linkreplace "Shove your cock into her mouth">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 30.mp4" autoplay loop/>
You slowly move your cock into her mouth, as if testing the waters.
@@.you;
How does your owner's cock taste like?@@
@@.emote;
Pravitas glares at you@@
You end up laughing at that.
@@.you;
Sorry, I forgot you can't speak right now.@@
Saying that, you shove your cock deeper into her mouth.
@@.you;
This is getting boring... Pravitas, close your lips around it.@@
Unable to disobey, Pravitas closes her lips around your cock.
@@.you;
That's better...@@
You start to move with more vigor.
@@.emote;
Pravitas glares at you even harder@@
@@.you;
Seems like you still haven't learned. Guess you need to take it in DEEPER!@@
You shove your whole cock into her mouth, forcing her lips to touch your sack.
@@.emote;
Pravitas' eyes bulge out@@
@@.you;
Then you must be punished!@@
You start to throat fuck her. After a while, you take your cock out of her mouth.
@@.emote;
Pravitas' coughs violently@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Damn you...@@
You end up shrugging.
@@.you;
Guess this bitch needs to be marked. Pravitas, how about you raise that ass of yours to me?@@
@@.emote;
Pravitas glares at you@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Don't you d-@@
You glare back at her.
@@.you;
Do it.@@
Her body seems to answer your demands, as she slowly bends down and raises her ass.
<<linkreplace "Ram it in">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 31.mp4" autoplay loop/>
You pull on her chain as you ram your cock into her pussy.
@@.you;
Ah! Now that's what I'm talking about!@@
You slowly start to move your hips.
@@.you;
Can you feel this, Pravitas? Can you feel my cock impaling you?@@
You look as Pravitas remains quiet.
@@.you;
Silent treatment? We will see how long that lasts.@@
You slowly start to increase the speed, but you quickly discover a problem.
//''Fucking through iron bars sucks...''//
Every time you move your hips, you feel the cold bars hitting your stomach.
@@.you;
Oh well, that's enough for this whole cage thing. Pravitas, step back.@@
@@.emote;
Pravitas gets up and gives you a dark smile@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
What's this? Tired already?@@
You can't help but laugh at that statement.
@@.you;
Not at all. As a matter of fact, we have barely started. I just want a better access to you. Now. Step. Back.@@
Unable to resist, Pravitas steps back and you open the cage.
You give her a smirk.
@@.you;
That's a good bitch. Now turn around and hold on to the cage.@@
You watch as Pravitas growls, but does as you command.
@@.you;
Okay, let's try this again!@@
<<linkreplace "Shove your cock in">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 32.mp4" autoplay loop/>
You position your cock up and shove it into her pussy.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Ah!@@
You start clapping those cheeks to the best of your ability.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Damn it...@@
@@.you;
What was that?@@
You ask, but she doesn't say anything else.
@@.you;
I said, what was that?!@@
You give her strong slap on her ass.
@@.emote;
Pravitas yelps@@
@@.you;
Seems like I was still going too soft on you Pravitas!@@
You slap her ass again.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Ah!@@
@@.you;
I'm not a big fan of physical punishment, but you do need to learn your lesson.@@
You slap her ass once more. And again. And again. And again. By now her once pristine white ass is red, with the marks of your fingers.
@@.emote;
Pravitas whimpers@@
@@.you;
Did you learn your lesson now? Then raise your leg, bitch! Like if you were to pee!@@
You can't help but smile as Pravitas slowly raises her leg, even without you pressuring her with your will.
<<linkreplace "Fuck her harder">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 33.mp4" autoplay loop/>
You proceed to fuck her pussy even harder.
@@.emote;
Pravitas moans@@
//''Did she just moan?!''//
A dirty smile comes up your face.
@@.you;
How does it feel?@@
@@.emote;
Pravitas ignores you@@
You pull her leash, forcing her to look at you.
@@.you;
I asked you, how does it feel?@@
@@.emote;
Pravitas glares at you@@
@@.you;
Oh? You're going to act this way? Do you need more punishment?@@
You watch as Pravitas eyes become less challenging.
@@.emote;
Pravitas whimpers@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It... It feels...@@
@@.you;
It feels what?@@
You move your hips with even more vigor.
@@.emote;
Pravitas moans louder@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It feels good...@@
@@.you;
Louder!@@
You move your hips even harder.
@@.emote;
Pravitas moans even louder@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
It-IT FEELS GOOD! DAMN IT!@@
You can't help but laugh, as you stop.
@@.emote;
Pravitas is surprised@@
@@.you;
Well, we can't be having that, now can we? After all, this is punishment.@@
You sit down on the floor and look up to Pravitas.
@@.you;
Come. I want you to impale your ass on my cock.@@
@@.emote;
Pravitas panics@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
W-What?! You can't do that!@@
//''Hm...?''//
This is the first time you see her panic during sex.
//''Has she never done anal?''//
As you are thinking that, you can see a look of surprise on her face, as if you just found out her secret.
@@.you;
Well... Well... Well... Seems like I just found out something.@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
N-No!@@
You glare at her and will her.
@@.you;
Pravitas. Impale your ass on my cock. Now!@@
You watch as her body forces her to move.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
NO!@@
<<linkreplace "Fuck her ass">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 34.mp4" autoplay loop/>
You watch as Pravitas body slowly descends, eventually reaching the tip of your cock.
@@.you;
Great! Now slowly move down. I want to savor taking your anal virginity@@
@@.emote;
Pravitas whimpers@@
Thanks to your cock being well lubed by her sex juice, it doesn't feel dry, as you feel the tip of your cock entering her asshole.
@@.emote;
Pravitas groans@@
@@.you;
Does it hurt?@@
@@.emote;
Pravitas does a small nod.@@
You laugh.
@@.you;
Good! Now down you go!@@
With that, Pravitas' body moves down and impales herself on your cock.
@@.emote;
Pravitas screams@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Ah!@@
As you are about to tell her to start moving, her body falls back on you, like she lost all of her energy.
You click your tongue.
@@.you;
Tsk... Guess I will have to do all of the work today.@@
You put your hands under her ass and try to fuck her, you aren't able to move your hips well.
@@.you;
Pravitas! Move that ass up! I can't fuck your ass like this!@@
@@.emote;
Pravita whimpers, but can't move@@
You end up sighing.
@@.you;
How am I going to do this... Hm... Oh!@@
You have an idea.
@@.you;
Guess I will just use your pussy has a handle!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
W-What?!@@
Saying that seems to have made Pravitas snap out of it.
<<linkreplace "Use her pussy as a handle and fuck her ass">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 35.mp4" autoplay loop/>
You shove your finger into her pussy to get a better grip and pull her up, then you start to move your cock.
@@.emote;
Pravitas groans loudly@@
@@.you;
There we go!@@
You rapidly move your hips, fucking her ass with everything you have.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
T-This is too rough!@@
@@.you;
Too rough?! Bitch! I will show you rough!@@
You shove your cock as deep as you can and slap her ass. As you do so, Pravitas moans loudly and starts to tremble, her pussy contracting so hard on your hand that it hurts.
@@.you;
What the fuck!? Did you just cum!?@@
You look at Pravitas' face and she looks to be ashamed of going so low that she came by being fucked in the ass.
You can't help but laugh.
@@.you;
You try to act dominant, but what you actually wants was to be dominated, isn't it?@@
@@.emote;
Pravitas remains silent and glares at you@@
@@.you;
Oh? This again?@@
You take your cock out of her ass and push her off of you. You get up and look down at Pravitas, who's sprawled on the floor. You look at your cock and you notice that its dirty.
@@.you;
Ew... Pravitas, this needs to be cleaned@@
@@.emote;
Pravitas looks aghast@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
N-no! Don't you dare@@
Tired of her resisting, you take hold her head.
<<linkreplace "Time for cleaning">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 36.mp4" autoplay loop/>
While holding her head, you shove your cock into her mouth.
@@.you;
There we go, let's get this nice and clean.@@
@@.emote;
Pravitas makes guttural noises@@
@@.you;
Hm... Seems like even the very end on my shaft is dirty. That won't do.@@
You take your cock and shove it as deep as you can into her mouth. You hum as you do so.
@@.you;
There we go, nice and clean.@@
You take your cock out of her mouth.
@@.emote;
Pravitas has a coughing fit.@@
You start to feel tired.
@@.you;
Well, let's finish this, shall we?@@
<<linkreplace "Shove your cock back into her ass">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 37.mp4" autoplay loop/>
You shove your cock as hard as you can up her ass.
@@.emote;
Pravitas screams@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Damn it! Stop shoving it up my ass@@
You can't help but laugh, as you keep thrusting your hips.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Just you wait. One day I will shove a horse cock up your ass!@@
You stop moving your hips as you glare at Pravitas.
@@.you;
What was that?@@
@@.emote;
Pravitas gulps@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
N-nothing...@@
<<linkreplace "Slap her">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 38.mp4" autoplay loop/>
You slap her face as hard as you can.
@@.you;
You DARE to threaten me again?!@@
@@.emote;
Pravitas groans@@
You slap her face again.
@@.you;
After everything you've done?! After trying to take over my body, not once, but twice?!@@
@@.emote;
Pravitas whimpers@@
You slap her face one more time and glare at her.
@@.you;
Tell me you are sorry!@@
@@.emote;
Pravitas looks away@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
S-sorry...@@
You slap her face once more.
@@.you;
Like you mean it!@@
@@.emote;
Pravitas whimpers louder@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
S-Sorry!@@
You slap her face again.
@@.you;
Make me believe it!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Sorry! I'm sorry! Okay?!@@
You can see slight tears streaming down her face. That brings a dark smile to your face.
@@.you;
Good, now tell me how much you want my seed up your ass.@@
@@.emote;
Pravitas is surprised@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I... I want your seed up my ass...@@
@@.you;
Louder!@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
I WANT YOUR SEED UP MY ASS!@@
You quickly move your hips, noticing that you are on the verge of cumming.
<<linkreplace "Cum up her ass">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Pravitas/Pravitas Powerup 39.mp4" autoplay loop/>
You shove your cock as deep as you can up her ass and start cumming.
@@.you;
Urg!@@
@@.emote;
Pravitas moans loudly@@
As you are cumming, you can feel her intestine contracting again.
@@.you;
Did you cum again?!@@
@@.emote;
Pravitas looks away@@
You can't help but laugh.
@@.you;
Well, whatever.@@
You take your cock out of her ass and you can see the gaping hole that it made. You can't help but smile at your work.
@@.you;
Pravitas, from now on you will not dictate what I do. I am in control here, got it?@@
@@.emote;
Pravitas gives a small nod@@
@@.you;
Answer me!@@
@@.emote;
Pravitas whimpers@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
G-got it. You are in control here...@@
You start to feel very tired. As Pravitas looks at you, you can see that she's still resisting.
@@.you;
Good. And so you don't forget about it, I will make sure to train you often.@@
@@.emote;
Pravitas looks down, as if in resignation@@
You feel the tiredness sweep over your body, as you close your eyes.
<<linkreplace "Time to sleep">><<scrollTop>><<ctpAdvance "PravitasPowerup11">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Pravitas/Pravitas Powerup 40.jpg">
Naked, Pravitas looks at where $player.name once was and a dark smile creeps up her face. The submissive look nowhere to be found.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Great... That went better than I expected.@@
@@.emote;
Pravitas stretches and winces@@
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
Ouch... Did he really need to fuck my ass that hard?@@
As Pravitas rubs her ass, she can't help but laugh.
@@.pravitas;
<img src="img/Profile/Pravitas.jpg" class="float-left">Pravitas<hr>
He may not have noticed, but now we are truly one. But I have to say, that was quite unexpected. Now, come $player.name! I'm sure you will be able to answer to my expectations!@@
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><img src="img/Sarah/Sarah Love Quest 1.jpg">
As you are walking down the hallway, you notice that the light in the living room is on.
//''Is Sarah there again?''//
You make your way back to the kitchen and prepare some coffee. As you finish, you pour it into two mugs and go back to the living room, hiding them behind your back.
@@.you;
Hey, Sarah. Working on the site?@@
@@.emote;
Sarah yawns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey, $player.name... Yeah, I just have a few more submissions to review before I'm finished.@@
@@.you;
Hm... Well, I know something that would help you...@@
@@.emote;
Sarah looks up at you and raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And what would that be?@@
You show her the two mugs of coffee in your hands.
@@.you;
Hot coffee!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Coffee! Give me it!@@
As she tries to take the mug, you pull it back.
@@.you;
Hey, where are your manners?@@
@@.emote;
Sarah glares at you@@
You give her smile in response.
@@.you;
So?@@
As she looks at the coffee, she changes her tactics and looks at you with puppy eyes.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Can I have that mug of coffee, $player.os? Pweese?@@
You can't help but chuckle at that.
@@.you;
Fine, but only because you are acting cute.@@
As you say that, you hand her the mug of coffee.
@@.emote;
Sarah snorts@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If that's all it takes for you to give in, your future girl friend is going to have you whipped.@@
You sit next to her to watch her work.
@@.you;
Eh, as long as she's as cute as you, I don't really mind.@@
You can see her blush a little at your comment.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm not cute...@@
You nod your head.
@@.you;
Well, one could say that you are more beautiful than cute. But you can act cute sometimes.@@
As you say that, she smiles at you and moves the laptop screen so that you can't see the content.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Don't think I don't know what you are trying to do. You are just trying to butter me up in order to get some free content.@@
//''Damn... Got caught...''//
You can't help but laugh. You make some small talk with her while works and eventually you go back to your room.
@@.love;
Sarah loves you a little more@@
[[Go to bed|Sleep][$os.love += 1]]<img src="img/Sarah/Sarah Friend 3.jpg">
As you are about to enter the living room, you notice that Isabella is there.
//''Crap... Lets not...''//
You decide to avoid her for the time being.
[[Leave|House]]<<ctp "SarahPhotos">>
<img src="img/Sarah/Sarah Photos 1.jpg">
As you are walking through the yard, you spot Sarah. You remember that she's the on-line one home at the moment.
//''This should be a good opportunity to get some photos!''//
You rush inside the house and pick up the camera and rush back to the yard.
@@.you;
Hey, Sarah!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey, $player.name. Why are you sweaty?@@
@@.you;
Oh, you know, just exercising and what not... Say, how's the whole Kings and Queens thing going?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Are you talking about my own page?@@
@@.you;
Exactly!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... It's actually going quite well... There were quite a few fans when I first posted... But it's starting to wane...@@
You give her a big smile.
@@.you;
That just means you need some fresh content!@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fresh content? How so?@@
@@.you;
People can only be so interested in an old set. You need to always have something fresh! Something new!@@
@@.emote;
Sarah thinks@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... I guess...@@
@@.emote;
Sarah notices that you are holding a camera@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh... I see where this is going. Quite the pervert, aren't you $player.name?@@
You can't help but grin.
@@.you;
Hey, just trying to help my $os.rel.@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Sure... But I guess you are right. Fine. Since no one is at home anyway, we may as well use this opportunity.@@
@@.you;
That's my girl! Now, how about we start with a simple pose?@@
<<linkreplace "Start the photo session">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 2.jpg">
As you say that, Sarah poses for you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Exactly!@@
You start taking pictures.
@@.you;
Now, how about turning around and show off your national treasure.@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That's a weird way to call my butt.@@
<<linkreplace "Take Pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 3.jpg">
As you ask that, she turns around and raises her ass.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is this fine?@@
@@.you;
Perfect! But maybe we could get a little bit more skin?@@
<<linkreplace "Take Pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 4.jpg">
As you say that, she raises he dress just a little bit.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
You can't help frown.
@@.you;
Now you are just teasing me.@@
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Can't let you have all the fun.@@
<<linkreplace "Take Pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 5.jpg">
As she says that, she raises the dress even further.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
How about this? Worthy of being a National Treasure?@@
@@.you;
Now we are talking! I'm sure that if you were to frame that perfect ass of yours and put it on a pedestal, people would even pay to look at it!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Silly. Now what?@@
@@.you;
Well, we can't get away with just teasing. So how about we move the show along?@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 7.jpg">
As you say that, she turns around and starts to open the dress.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
How about this?@@
@@.you;
That's very good! But you are still teasing...@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 8.jpg">
You watch as she very slowly pulls down the zipper and smiles at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really? Don't like getting teased?@@
You can't help but grin at her.
@@.you;
Oh, I don't mind being teased, it's just that I'm quite big on pay offs.@@
@@.emote;
Sarah chuckles@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 9.jpg">
As she laughs, she pulls down the zipper, giving you a good look at her body.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is this pay off enough for you?@@
@@.you;
Hm... Not quite, the dress is getting in the way...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hmph... Fine...@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 10.jpg">
As she says that, she finishes taking off her dress, but covers herself with her hands.
@@.you;
Oh, come on!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Don't think it would be that easy...@@
@@.you;
Surely your fans are more deserving than just this, right?@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Aren't you one my fans?@@
You give her a smile.
@@.you;
The very first one! So, aren't I more deserving? Surely you can show off a little bit more.@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess...@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 11.jpg">
As she says that, she puts her hands behind her back and starts to undo her bra.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But I wonder... How big of a fan are you?@@
@@.you;
The biggest! I actually bought a Tier 3 subscription!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... That is quite big... I guess you do deserve a little extra...@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 12.jpg">
As she says that, she starts to pull down her bra.
@@.you;
Whoa! Yours breasts look as beautiful as always!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that all that looks beautiful?@@
@@.you;
Of course not! Your body is also hot!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 15.jpg">
As you say that, she poses for you and gives you a smile.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess you really have been training that silver tongue of yours.@@
You give her a nod.
@@.you;
If I had to rate your body, it would be a solid 11/10.@@
@@.emote;
Sarah raises an eyebrow at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
11?@@
@@.you;
Of course! I'm taking your ass into account! It alone is worth quite a bit of points!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 14.jpg">
As you say that, she turns around and raises her ass.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
This one?@@
//''Whoa!''//
@@.you;
Exactly! If Michelangelo was still alive, I'm sure he would do anything to make a sculpture out of it!@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Okay, that's enough out of you. I think we have enough pictures.@@
@@.you;
Aww...@@
@@.emote;
Sarah thinks@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well... Considering you are my biggest fan... I think you deserve a little extra, just for you.@@
<<linkreplace "Finish taking pictures">><<scrollTop>><<ctpAdvance "SarahPhotos">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Photos 13.jpg">
As she says that, she slightly lowers her panties, giving you a quick glimpse of her nether region.
//''Whoa!''//
You can't help but take one final picture.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But $player.name. This picture is just for you, got it?@@
You nod your head, aware of what transpired in her past.
@@.you;
You don't have to worry about it, this right here is going straight to my treasure box.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Treasure box? Of what?@@
//''Ah! I made a slip!''//
As Sarah figures out what this "treasure box" of yours entails, she can't help but chuckle and give you a smile.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Just don't go too crazy with it, okay?@@
@@.corruption;
Sarah is a little more corrupted@@
[[Wrap it up|House][$time.passTime(1);$os.corruption += 1]]
<</ctp>><<ctp "SarahPool">>
<img src="img/Sarah/Sarah Pool 1.jpg">
As you go to the yard, you spot your $os.rel.
//''This would be a good time to take more pictures!''//
You quickly go back into the house and then come back outside with your camera in hand.
@@.you;
Hey, Sarah!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hi, $player.name. Want to join me at the pool?@@
@@.you;
Hm... Tempting, but I came here for another reason.@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? And what reason would that be?@@
You show her the camera and smile.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Pictures?@@
@@.you;
Pictures! Didn't people love your set in a swimsuit? We should do one in the bikini too!@@
@@.emote;
Sarah snorts@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that really the reason?@@
You can't help but grin.
@@.you;
I would be lying if I said I wasn't interested in seeing you strip in a Bikini too.@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Pervert.@@
Even though she says that, she still poses for you. You instantly start taking pictures.
@@.you;
Nice! But maybe spice it up a bit?@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 2.jpg">
As you ask that, she pulls on her top.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Spicy enough for you?@@
@@.you;
Oh, come on! You can do better than that! Do it for your fans!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 3.jpg">
As you say that, she pulls on it even harder.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
How about now?@@
@@.you;
Ah! You really enjoy teasing me, don't you?@@
@@.emote;
Sarah chuckles and gives you a grin@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I would be lying if I said I didn't. How about this, why don't you beg for it?@@
//''What?! You think I won't?!''//
@@.you;
Could I see your titties, please!@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Crude! But I guess I didn't specify on how you should do it. Fine, I guess you earned it.@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 4.jpg">
As she says that, she pulls the straps to the side and fully reveals her bosom.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
There. Happy now?@@
@@.you;
Very!@@
You keep taking pictures while she smiles at you.
@@.you;
Actually, I have something better in mind. Would you mind pushing your breasts together?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... I guess...@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 5.jpg">
As she says that, she pushes her breast together.
@@.you;
Nice!@@
You start taking more pictures, but as you are doing it, you can't help but notice that her bottom part of the bikini is slowly moving down, revealing her mound in the process.
//''What the...''//
You can't help but stare at her mound.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name?@@
Not hearing her call your name, you keep staring at it until you get hit on the face with something. As you look down, you notice that it's the top part of her swimsuit.
@@.you;
Wha-?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You were staring at them.@@
Being caught red handed, you don't know what to say.
@@.you;
Uh...@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Are you interested? I'm not a big fan of shaving down there...@@
You can't help but nod.
<<linkreplace "Look at it">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 6.jpg">
As you do that, she pulls her underwear slightly down.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I know most men like it shaved...@@
@@.you;
Well, most men are not me. I, myself, think it's hot.@@
As you say that, you see Sarah start to blush with a smile on her face.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well... I guess you deserve a little closer look at it...@@
<<linkreplace "Take a closer look">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 7.jpg">
As she says that, she pulls it down slightly lower, giving you a clear view of her pubes.
@@.you;
Whoah...@@
You can't help but slowly approach her with your hand extended. As you do so, she pulls her underwear back up.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey! No touching!@@
@@.you;
Ah... Sorry, I just couldn't resist...@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That's alright. We aren't at that stage yet, so you will have to be satisfied with just looking.@@
Hearing that, you can't help but smile.
//''Yet, uh? True... I will eventually have you begging me to touch you...''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess that's enough pictures for today. Since I'm already topless, I think I'm going to get a little bit of a tan.@@
While you could remain here, you decide that you would rather do something else.
@@.you;
Okay, I will go back to my bedroom to... Uh... Edit the photos so they can be uploaded.@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
From the look of your pants, I don't think that's the only thing you are going to do.@@
As she says that, she has a proud smile on her face.
//''Seems like she also enjoys making me hard... Just a bit more...''//
@@.corruption;
Sarah is a little more corrupted@@
[[Wrap it up|House][$time.passTime(1);$os.corruption += 1]]
<</ctp>><<ctp "JennaSex">>
<img src="img/Other/Jenna Sex 1.jpg">
As you enter the house, the kissing becomes more intense and you can feel your cock already rock hard, pressing hard against your jeans. Jenna's hands, that were exploring your back, slowly move towards your crotch.
@@.emote;
Jenna stops kissing you and gives you a meaningful smile@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
What's this? Seems like someone is enjoying this!@@
You laugh at that.
@@.you;
What man wouldn't enjoy being touched by a beautiful woman?@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Is that so? Then how about I have a little look?@@
Saying that, she pushed you back, causing you to sit on a puff. Her hands expertly undo the buckle of your pants, revealing the now erect penis.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh my! Hello there, Mr. Penis! You are quite larger than I expected!@@
<<linkreplace "Receive Handjob">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 2.mp4" autoplay loop/>
Jenna starts to slowly give you a handjob, but she doesn't seem very experienced, considering her awkward movements. You decide to help her along.
@@.you;
Squeeze a little tighter and be more gentle.@@
@@.emote;
Jenna listens to your commands@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Like this?@@
Now that she's got the proper grip, it feels much better, but the issue is that your cock is still too dry.
@@.you;
Yes... But it's a bit too dry. You need to lube it first@@
@@.emote;
Jenna gives you a meaningful smile@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh! I get what you mean!@@
Saying that, Jenna puts her hair behind her ears and kneels downs.
<<linkreplace "Receive Blowjob">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 3.mp4" autoplay loop/>
Without even a hint of hesitation, Jenna starts to go down on your cock, trying to take as much of it in as possible.
@@.you;
Oh, yes! This feels great! Keep it up, Jenna!@@
You start to caress her head as she continues to give you a blowjob. But after a moments, her movements start to slow down and she takes your cock out of her mouth and starts massaging her jaw.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Sorry, $player.name... Your cock is just too big for my mouth! My jaw is hurting.@@
//''Well, I'm not going to feel bad with you telling me my cock is too big!''//
@@.emote;
Jenna gets up and takes your hand@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Come! Let's go up to my bedroom! We can continue there!@@
As you enter her bedroom, you decide to take an active role. You hug her from behind and start kissing her neck, while fondling her breast.
@@.emote;
Jenna moans@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Hm.... $player.name...@@
You slowly start removing her clothes, starting with her blouse and then her skirt.
@@.emote;
Jenna chuckles@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Getting a little agressive there, aren't you?@@
@@.you;
Well, if your upper mouth can't handle my cock, I'm sure your lower one won't have a problem.@@
After you finish undressing her, you pick her up.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Wha-@@
<<linkreplace "Throw her on the bed">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 4.mp4" autoplay loop/>
As she falls on the bed, you get into position and raise one of her legs. You can clearly see that her pussy is completely drenched, ready to take you in. You give her a grin.
@@.you;
What a naughty girl. We hardly even started and you are already this wet.@@
@@.emote;
Jenna becomes embarrassed@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
I'm not always like this, okay? You just happen to be special...@@
@@.you;
Oh, don't worry. I'm not complaining. So, what do you want me to do?@@
You move your dick up and down her labia.
@@.emote;
Jenna moans and becomes even redder@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
<span style="font-size:70%">I want you to fuck me...</span>@@
You give her a grin.
@@.you;
What was that? You have to say it more clearly.@@
You keep teasing her pussy with your cock.
@@.emote;
Jenna moans even louder@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
I want you to ravage my pussy!@@
You can't help but laugh at that.
@@.you;
Now that's the spirit!@@
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 5.mp4" autoplay loop/>
You penetrate her and start to fuck her.
@@.you;
How does it feel to have my huge cock in you@@
@@.emote;
Jenna moans loudly@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Ah! It feels great!@@
You start picking up the pace and fuck her faster. You can clearly hear her juices being stirred by your cock.
@@.you;
Well, if you thought that was good, then how about this?@@
<<linkreplace "Fuck her harder">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 6.mp4" autoplay loop/>
You put a leg on the bed and start pounding her.
@@.emote;
Jenna starts gasping for air@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Ah! Ah! Ah! This! Is! Too! Intense!@@
You ignore her and keep fucking her hard. You can feel her pussy starting to contract. You are sure she's close to an orgasm.
@@.emote;
Jenna moans very loudly@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Ah! Keep going! I'm almost! Cu- I'm cumming!@@
As Jenna cums, you feel your cock being sucked into her pussy, like it's trying to milk you for all you are worth. But you resist your urge to cum and lay down on the bed, positioning her on her side.
<<linkreplace "Fuck her sideways">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 7.mp4" autoplay loop/>
You position your cock and begin the piston motion.
@@.emote;
Jenna yelps@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Wait! I'm still sensitive!@@
Caring little for her protests, you start pumping her.
@@.emote;
Jenna moans very hard and graps the pillow@@
As you are fucking her, you can clearly feel her pussy contracting again.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Ah! No! I'm cumming again!@@
Still not satisfied, you pick Jenna up and slide under her.
<<linkreplace "Fuck her even harder">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 8.mp4" autoplay loop/>
Feeling that you are very close to cumming, you decide to give it your all.
@@.emote;
Jenna pants@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Ah! Ah! Ah!@@
//''Seems like she can't even speak anymore!''//
You keep fucking her nonstop, until you reach your peak. As you reach it, you rapidly pull out and get up.
<<linkreplace "Cum in her mouth">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Other/Jenna Sex 9.mp4" autoplay loop/>
You position your cock in front of her mouth.
@@.you;
Open up, Jenna! Got a little something for you!@@
Still dazed, Jenna opens her mouth and puts out her tongue, ready to catch anything you give her.
@@.you;
Yeah, that's a good girl! Here, take it all!@@
You feel the familiar build up of pressure and the following relief that comes from cumming.
@@.you;
Urgh!@@
You start cumming into her mouth. As you finish cumming, you collapse on the bed, satisfied that you did a good job.
<<linkreplace "Rest">><<scrollTop>><<ctpAdvance "JennaSex">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Jenna Finish.jpg">
As you get up, you can see that Jenna is already up and wearing her sleepwear.
@@.emote;
Jenna smiles at you@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
You've finally got up!@@
@@.you;
Oh, hey Jenna... I think I collapsed... What time is it?@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
It's almost 9 P.M.! I thought I was going to have to force you up!@@
//''Force me up? Why?''//
@@.you;
Is that so? Sorry... Was I too rough on you?@@
@@.emote;
Jenna becomes surprised@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh! No! You didn't do anything wrong! Much to the contrary, really! It's just that my father gets home by 10 P.M.!@@
Hearing that, you rapidly get up.
//''Oh, shit! Forgot about that!''//
You start to desperatly look around for your clothes.
@@.emote;
Jenna chuckles@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
I folded your clothes and put them on the chair there.@@
You look at where Jenna was pointing and see your clothes, neatly stacked up.
@@.you;
Oh! Thank you, Jenna!@@
@@.emote;
Jenna laughs and acts coy@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Oh, the pleasure was mine. But I do need you to leave. If my father gets back early, I don't even know what he would do if he found out what you did to his precious daughter...@@
You feel a chill run down your spine and you finish putting on your clothes. As you look back, Jenna is still sitting on the bed.
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
Sorry... I'm still kinda sore...@@
You can't help but laugh.
@@.you;
That's alright, I will see myself out. See you next time, Jenna.@@
@@.emote;
Jenna smiles at you and waves goodbye@@
@@.stuff;
<img src="img/Profile/Jenna.jpg" class="float-left">Jenna<hr>
See you, $player.name! But don't be that rough next time!@@
You leave her room with a smile on your face.
//''Heh, but I'm sure she enjoyed it.''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>>I'm currently called $player.name... Maybe I should change it?
<<textbox "$player.name" $player.name "Change Names" autofocus>>
Kelly is currently referred to by me as $m.rel... Maybe I should change it?
<<textbox "$m.rel" $m.rel "Change Names" autofocus>>
Kelly is currently referring to me as $player.m... Maybe I should change it?
<<textbox "$player.m" $player.m "Change Names" autofocus>>
Sarah is currently referred to by me as $os.rel... Maybe I should change it?
<<textbox "$os.rel" $os.rel "Change Names" autofocus>>
Sarah is currently referring to me as $player.os... Maybe I should change it?
<<textbox "$player.os" $player.os "Change Names" autofocus>>
Anna is currently referred to by me as $ys.rel... Maybe I should change it?
<<textbox "$ys.rel" $ys.rel "Change Names" autofocus>>
Anna is currently referring to me as $player.ys... Maybe I should change it?
<<textbox "$player.ys" $player.ys "Change Names" autofocus>>
Linda is currently referred to by me as $teacher.rel... Maybe I should change it?
<<textbox "$teacher.rel" $teacher.rel "Change Names" autofocus>>
Rachel is currently referred to by me as $student.rel... Maybe I should change it?
<<textbox "$student.rel" $student.rel "Change Names" autofocus>>
Vanessa is currently referred to by me as $senior.rel... Maybe I should change it?
<<textbox "$senior.rel" $senior.rel "Change Names" autofocus>>
[[I'm done|Start]]
<span style="color:gold;">Make sure to press enter in the text box once you change it. It will change all of those you changed.</span><<ctp "SarahCorruption">>
<img src="img/Sarah/Sarah Midnight Working 1.jpg">
As you are walking by the living room, you notice that the lights are still on.
//''Sarah must be working...''//
As you walk in, sure enough, Sarah is working on her laptop. She seems to be frowning.
//''I wonder what happened...''//
@@.you;
Hey, Sarah.@@
@@.emote;
Sarah looks up at you with surprise@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hi $player.name. What are you doing up this late?@@
@@.you;
I just got thirsty and went to get a glass of water. What about you, still working?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah... Yeah...@@
@@.you;
Is something bothering you? Come on, you can tell me.@@
You watch as Sarah looks up at you with uncertainty but then nods.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You are right... Uh... It's about my K&Q's account...@@
//''Kings and Queens?''//
@@.you;
What about it?@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well... I've been losing fans lately...@@
@@.you;
Really?!@@
Even though you are a fan of hers, you actually can't see the fan count. You move next to her to see the laptop screen.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
See? In the last few days, it's been steadily declining...@@
You notice that she's lost close to 12% of her fans in the last week. You know that it's not because she hasn't been uploading more pictures, since you are the one that takes them.
@@.you;
Odd...@@
As you think about it, the only thing that comes to your mind is...
//''It's getting stale...''//
No matter how hot your $os.rel is, if the pictures are pretty much the same, people will eventually get bored.
@@.emote;
Sarah looks at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name... What do I do?@@
@@.you;
Hm...@@
As you think about it, a single solution comes to your head. You end up nodding.
@@.you;
I've got an idea how to solve this issue on the short term.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really?! What is it?!@@
You can't help but give her a grin.
@@.you;
We have to spice it up.@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
How so?@@
@@.you;
Well, we've been taking pictures of you in your dress and bathing suits.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And?@@
@@.you;
So, what we need to do is change things up a little bit!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And how are we going to do that?@@
@@.you;
Do you trust me?@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Trust you?@@
You nod and give her a wider grin. You watch as Sarah stares at you for a little bit and then sighs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I suppose so...@@
You can't help but laugh.
@@.you;
Great! Don't worry, I have a solution! I just need a few days to work on it!@@
@@.emote;
Sarah frowns at your enthusiasm@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Why do I have a bad feeling about this...@@
<<linkreplace "Go to your bedroom to plan">><<scrollTop>><<ctpAdvance "SarahCorruption">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Player Bedroom.jpg">
As you arrive in your bedroom, you sit in front of your computer.
@@.you;
Okay... So, we need to spice it up a little bit. The best way to do it would be to just have her take off more clothes... But I don't think she's ready for that yet...@@
You open your browser and go to a site you've been using more lately.
@@.you;
The second option is just to have her do something different... So we will have her cosplay!@@
You start browsing the site.
@@.you;
The question now is... What should we have her cosplay as?@@
You look through the costumes.
@@.you;
Anime characters...? Nah... Video game characters? Hm... Has potential, but I would rather save it for later... Movie characters? I guess we could go with that... But what movie?@@
As you are searching through the movie costumes, your eyes land on Princess Leia's Slave Costume.
@@.you;
Princess Leia? Hm... But that has been done to death...@@
As your eyes slowly scroll down, you see another costume.
@@.you;
What the? Who even designed?! Although... It is at least original... This will do!@@
You can't help but stretch and yawn.
@@.you;
I'm tired... I guess I will finish this some other day.@@
<<set $sarahcosplaybuy = 1>>
You bookmark it for when you are ready to buy it.
<<set $SarahCorruptionQ to true>>
[[Go to bed|Sleep]]
<</ctp>>You open up the website again and look at the costume.
@@.you;
Should I really go through with this?@@
You think for a while and then nod your head.
@@.you;
Yes. I'm sure they will appreciate her originality.@@
You look at the price tag.
@@.you;
$100? It's less than I expected... But then again, not many people will be buying it...@@
[[Buy Costume|House]]
<<set $sarahcosplaybuy = 0>>
<<set $SarahCosplayBuy to true>><<ctp "testID">>
<img src="img/Other/Waking Up.jpg">
As you are waking up, you hear the doorbell.
@@.you;
Urgh... Who the hell rings a doorbell at this hour in the morning?@@
You lethargically get up and make your way towards the door. As you open it, there's no one there.
@@.you;
Are you fucking kidding me? A prank?!@@
You look around and then you look down, only to spot a package.
@@.you;
Holy shit! They did say that they would deliver it today, but I didn't think it would be at the crack of dawn!@@
You bend down and pick it up.
@@.you;
Oh! It's the costume I ordered!@@
//''Great! Now I just need to make Sarah wear this... And then undress!''//
As you think about that, you can't help but let out a creepy laughter.
@@.you;
Uhuhuhu...@@
As you do so, you hear some steps right behind you.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Honey, are you all right?@@
@@.you;
Ah! Sorry, $m.rel... I was... Uh... Going to my bedroom!@@
As you make your way back to your bedroom, your $m.rel stands there confused.
<<set $SarahCosplay to true>>
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Okay?@@
<<set $SarahCosplayBuy to false>>
<<linkreplace "Escape to your room">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Player Bedroom.jpg">
As you arrive in your bedroom, you put down the box and open it.
@@.you;
Okay... Let's see what we have here...@@
Inside of it is the costume that you ordered.
@@.you;
Nice! Now all that is left is to decide where to take the photos...@@
While you could take the pictures in your house, you decided to go an extra mile and have an ambiance to it.
@@.you;
But where...@@
As you are thinking, you remember that there's an underground passage at your school.
@@.you;
There were a few pipes and quite a bit of fog...@@
You nod your head.
@@.you;
This will do! Hehehehe...@@
You pack up the costume and let out another creepy laughter.
@@.you;
Now all that is left to do is to talk to Sarah... It has to be on a Sunday, since the school will be closed... Yes, let's do it at noon!@@
[[Start your day|Start]]
<</ctp>><<ctp "SarahCosplaying">>
<img src="img/Sarah/Sarah Corruption Quest 1.jpg">
As everyone was getting ready to leave, you noticed that Sarah was still in her room.
//''Now would be an excellent time to invite her!''//
You knock on Sarah's door.
@@.you;
Sarah?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? $player.name? Come in!@@
You open the door only to spot your $os.rel in the middle of changing.
//''Whoa!''//
You can't help but stare at her breasts, clearly visible through her white shirt. Sarah clearly notices you staring at her breasts.
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Did you come here to stare?@@
You steel your mind and force your eyes off her breasts and on to her face.
@@.you;
Uh... Sorry...@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm just kidding, silly. I don't mind if it's you. So, what did you come here for?@@
//''That's good to know!''//
@@.you;
Oh, that! Remember that I had a solution to raise the amount of fans you have?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes...?@@
@@.you;
Well! Today is the day! I'm going to take you to a secret place in order to get some photos that will definitely work!@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
A secret place...?@@
You nod your head.
@@.you;
Yep. Trust me, it will work.@@
You watch as Sarah looks at you and then sighs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine... I was just going out shopping anyway. I will put something on then.@@
@@.you;
Great!@@
As you say that, you stand there looking at her.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
...@@
@@.you;
...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name?@@
@@.you;
Yes?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Do you think I'm going to change in front of you?@@
You can't help but grin.
@@.you;
Honestly? I kind of did.@@
@@.emote;
Sarah frowns and throws the shirt at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Go wait for me in the car! I will be out in a second!@@
//''Damn...''//
<<linkreplace "Wait for her in the car">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Car.jpg">
As you are sitting in the car, Sarah comes in.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Where exactly are you taking me?@@
@@.you;
To my college.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Your college?@@
@@.you;
Yes. There's a building that will work perfectly for what I have in mind.@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And what exactly do you have in mind?@@
You give her another grin.
@@.you;
Oh, you will see. I don't want to spoil the surprise.@@
As you say that, you turn on the car and start to drive.
<<linkreplace "Drive to your college">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/School/College Empty.jpg">
After a few minutes, you arrive.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It's very empty, isn't it?@@
@@.you;
Well, yeah. That's why I chose today. That way no one will walk in during our photo shoot.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Walking in? Are we going to take pictures in a public area?@@
@@.you;
Kinda... Although, not many people ever go there. I myself only found out about it by accident.@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name... Where are you taking me?@@
You can't help but chuckle.
@@.you;
Don't worry, you will see. Come.@@
As you say that, you get out of the car and take the box out of the trunk. You start walking towards your destination, while Sarah reluctantly follows you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Aren't you going to get in trouble for bringing me here?@@
You look at her and smile.
@@.you;
Only if I get caught. Which is the second reason that I chose today.@@
@@.emote;
Sarah smiles back@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... I guess that kind of makes it a bit more exciting.@@
<<linkreplace "Go to the destination">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Maintenance Area.png">
After a while, you arrive at your destination.
@@.you;
We are here!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Here?@@
You watch as Sarah looks at the big sign and frowns.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What exactly is here? And isn't the door locked?@@
As she says that, you walk to the door and open it.
@@.you;
Not at all, the lock for this door has been broken for ages. The school just never fixes it. As for what is in here, it's easier if I just show you.@@
You walk into the maintenance area with Sarah close behind you. Once inside, you put down the box.
@@.you;
So? What do you think?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I think I've seen this place in one of my nightmares...@@
You can't help but laugh at that.
@@.you;
Well, I guess this place is kind of dreary.@@
As you look around, all you can see are pipes and cages, with iron bars all over the place. There's also a weird fog, that you are not sure where it comes from.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So, how exactly is this going to help me get more fans?@@
@@.you;
Well, that's what this is for!@@
As you say that, you open the box and pull out a couple of items.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is... Is that a lightsaber?! And a space gun?!@@
@@.you;
Oh! So you do know what these are! I'm impressed! Yes. For this photo shoot, I wanted to do a cosplay of sorts. We are going to create a scenario! That way, it will be more interesting, and the cosplay itself will spice things up a bit!@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I've watched the movie... But why a lightsaber and a space gun? Jedi don't use guns and only Jedi can use a lightsaber, right?@@
@@.you;
Tsk, tsk... You've still got much to learn, little padawan. While it is true that Jedi and Sith use lightsabers, it doesn't mean that they're the only ones that can use it. As a matter of fact, Han Solo and Chewbacca both used it once!@@
@@.emote;
Sarah rolls her eyes@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Nerd...@@
@@.you;
Hey! That's Master Nerd to you, little padawan!@@
@@.emote;
Sarah chuckles at your reply@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So, what does that have to do with this cosplay of yours? If we are going to do a Star Wars cosplay, wouldn't that slave outfit be better? You know, the one that Leia wore.@@
As she says that, you can't help but shake your head.
@@.you;
Sarah... Sarah... Sarah... That cosplay has been done to death! Sure, you may get a few more fans thanks to it, but where's the originality?!@@
@@.emote;
Sarah snorts@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine... So what are we going to do with this?@@
As she asks that, you finish pulling out the clothes that were in the box.
@@.you;
Today, you will be Jaina Solo! Daughter of Han Solo and Princess Leia! You used to be a Jedi Master! But with your father disappearing, you decide to track him down, using the skills that he taught you! You will disguise yourself as a smuggler! But in order to get the information you need, you will have to strip!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That seems like the setting for a really bad porn movie...@@
@@.you;
Oh, come on! It's original! I put a lot of thought into it!@@
@@.emote;
Sarah snorts again@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If you say so... But since I'm here, we may as well go through with it... You are sure it will work, right?@@
You give her a grin.
@@.you;
Of course! Hell, I will even become a tier 4 fan if it doesn't!@@
//''A tier 4 would cost me $200 a month!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
A tier 4?! Well... If you are willing to go that far...@@
As she says that, she picks up the clothes.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So, where do I change my clothes?@@
@@.you;
Right here?@@
@@.emote;
Sarah glares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name...@@
You can't help but cough.
@@.you;
Ahem... You can change over there, there's a small room where the maintenance crew stores equipment.@@
You watch as she leaves.
//''What's the big deal? It's not like I haven't seen you naked anyway... Well, I guess she doesn't know that I've seen her completely naked yet...''//
<<linkreplace "Wait for Sarah">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 2.jpg">
After a few minutes, Sarah comes back.
//''Whoa!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So... What do you think?@@
Without answering her, you get closer and touch her hips, only to immediately pull back.
@@.you;
Ouch!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name?! What's wrong?!@@
@@.you;
Damn, Sarah! You are so hot that I burned my fingers touching you!@@
@@.emote;
Sarah snorts and rolls her eyes@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Dork! I don't know why I was worried about you in the first place...@@
Even though she says that, you can clearly see a smile on her face. You open the camera case and take out the camera.
@@.you;
How about we get started then?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Okay!@@
<<linkreplace "Start the photo session">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 3.jpg">
You get in position and start taking pictures.
@@.you;
Very nice! Now show me what you've got!@@
As you say that, she lifts up the space gun and poses for you.
@@.you;
Okay! Now show off your body a little more!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 4.jpg">
You watch as Sarah bends over a bit and pushes her chest forward.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Exactly!@@
You keep taking more pictures.
@@.you;
Now, let's give them a little taste of your sacred treasure!@@
@@.emote;
Sarah raises an eyebrow at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Are you talking about my ass?@@
You can't help but grin.
@@.you;
Of course!@@
@@.emote;
Sarah rolls her eyes@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 5.jpg">
Even though she does that, she still turns around and pushes her hips up, then she looks back at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Satisfied?@@
@@.you;
For now! Now how about we remove the jacket?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine.@@
You watch as she removes the jacket.
@@.you;
Great! Now let's get another picture!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 6.jpg">
As you say that, she pushes her back against the iron grate.
@@.you;
Very good! I can already see your fans salivating at the thought of your naked body!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Are you one of those fans?@@
@@.you;
Of course! How could I ever call myself a man if I could ignore such beauty in front of me?!@@
As you say that, you can see her smiling for a bit.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, I guess I shouldn't let my fans down then, right?@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 7.jpg">
As she says that, she lays down the gun and pulls down the blouse.
//''Whoa!''//
@@.you;
Agressive! I like it! Keep going!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 8.jpg">
As you say that, she pulls the blouse even further down.
@@.you;
Very nice! Now that the appetizer is finished, we should start making our way to the main course!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And by main course, you mean you want me to take off my bra, right?@@
You can't help but grin at that.
@@.you;
Beautiful and smart! As expected of Jaina the Smuggler!@@
@@.emote;
Sarah snorts@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Dork...@@
As she says that, she smiles and removes her bra.
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 9.jpg">
You watch as she pushes her breasts together.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
How is this for a main course?@@
//''Mama mia!''//
@@.you;
I would definitely pay to eat that!@@
@@.emote;
Sarah is taken aback@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
R-Really?@@
//''Uh... Did I got too far?''//
Before you can attempt to smooth things over, you can see Sarah grinning.
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 10.jpg">
As she grins, she takes off her blouse and raises her arms, giving you a clear view of her body.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And how many stars would you give?@@
@@.you;
Definitely 5 stars!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 11.jpg">
As you say that, she uses her arms to push her breasts closer.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That's it?@@
@@.you;
No! 6 stars! Definitely 6 stars!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And what would the sixth star be?@@
You give her the thumbs up.
@@.you;
100% guaranteed sexyness!@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh! I like the sound of that! So, what more do my fans what?@@
@@.you;
Let's get more pictures of the treasure!@@
@@.emote;
Sarah rolls her eyes@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Still calling it that...@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 12.jpg">
As she says that, she slowly pulls down her pants and looks back at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Would you eat this too?@@
@@.you;
You know it!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that so?@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 13.jpg">
As she says that, she pulls the pants all the way down.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If you had to choose, what would you prefer to eat?@@
You feel your head starting to sweat.
//''What?! How can I answer that?!''//
As Sarah notices you being speechless, she widens her grin.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Tell me, dear $player.os... What would you prefer?@@
You can't help but cough.
@@.you;
Ahem... I'm a world class connoisseur! I have no such limitations! I would take both!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 14.jpg">
As you say that, she turns around and opens her legs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? So is that all you would eat?@@
The cold sweat starts to go down your back. You squat down to get a better angle.
//''Is she offering what I think she is?!''//
@@.you;
O-of course not! Those are just the main dishes! No meal is finished without the desert!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that so?@@
As she says that, she gets up and look at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Unfortunately this is still not open for business.@@
//''Aww...''//
As you feel disappointed, Sarah grins.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But... I guess I could give you a preview...@@
<<linkreplace "Look at the preview">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 15.jpg">
As she says that, she pulls her panties aside, giving you a clear view of her pussy.
//''Whoa!''//
As you stare at her pussy up close, you almost forget to take the last picture.
@@.emote;
Sarah chuckles and fixes her panties@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I think that's enough to satisfy my fans, don't you?@@
You give her a nod.
@@.you;
Definitely! I'm sure you are about to see record numbers!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I see...@@
You watch as Sarah picks up her clothes that were on the floor and starts making her way to her "changing room". As she walks a step, she stops and turns her head at you, giving you a smile.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you for doing this for me, $player.name...@@
@@.you;
Any time, Sarah. You are my $os.rel, so I would do anything for you.@@
As you say that, you notice that Sarah frowns a bit and mumbles to herself.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Anything, huh... Maybe...@@
You watch as she leaves.
//''Is she thinking of something?''//
You can't help but feel an expectation of what is yet to come. You pack everything up and get ready to leave.
@@.love;
Sarah loves you a little more@@
@@.corruption;
Sarah is a little more corrupted@@
<<set $SarahCosplaying to true>>
[[Go back home with Sarah|House][$time.passTime(3);$os.corruption += 1; $os.love += 1]]
<</ctp>><<ctp "SarahCosplaying">>
<img src="img/Sarah/Sarah Corruption Quest 1.jpg">
As everyone was getting ready to leave, you noticed that Sarah was still in her room.
//''Now would be an excellent time to invite her!''//
You knock on Sarah's door.
@@.you;
Sarah?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? $player.name? Come in!@@
You open the door only to spot your $os.rel in the middle of changing.
//''Whoa!''//
You can't help but stare at her breasts, clearly visible through her white shirt. Sarah clearly notices you staring at her breasts.
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Did you come here to stare?@@
You steel your mind and force your eyes off her breasts and on to her face.
@@.you;
Uh... Sorry...@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm just kidding, silly. I don't mind if it's you. So, what did you come here for?@@
//''That's good to know!''//
@@.you;
Oh, that! Remember that I had a solution to raise the amount of fans you have?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes...?@@
@@.you;
Well! Today is the day! I'm going to take you to a secret place in order to get some photos that will definitely work!@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
A secret place...?@@
You nod your head.
@@.you;
Yep. Trust me, it will work.@@
You watch as Sarah looks at you and then sighs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine... I was just going out shopping anyway. I will put something on then.@@
@@.you;
Great!@@
As you say that, you stand there looking at her.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
...@@
@@.you;
...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name?@@
@@.you;
Yes?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Do you think I'm going to change in front of you?@@
You can't help but grin.
@@.you;
Honestly? I kind of did.@@
@@.emote;
Sarah frowns and throws the shirt at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Go wait for me in the car! I will be out in a second!@@
//''Damn...''//
<<linkreplace "Wait for her in the car">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Car.jpg">
As you are sitting in the car, Sarah comes in.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Where exactly are you taking me?@@
@@.you;
To my college.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Your college?@@
@@.you;
Yes. There's a building that will work perfectly for what I have in mind.@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And what exactly do you have in mind?@@
You give her another grin.
@@.you;
Oh, you will see. I don't want to spoil the surprise.@@
As you say that, you turn on the car and start to drive.
<<linkreplace "Drive to your college">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/School/College Empty.jpg">
After a few minutes, you arrive.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It's very empty, isn't it?@@
@@.you;
Well, yeah. That's why I chose today. That way no one will walk in during our photo shoot.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Walking in? Are we going to take pictures in a public area?@@
@@.you;
Kinda... Although, not many people ever go there. I myself only found out about it by accident.@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name... Where are you taking me?@@
You can't help but chuckle.
@@.you;
Don't worry, you will see. Come.@@
As you say that, you get out of the car and take the box out of the trunk. You start walking towards your destination, while Sarah reluctantly follows you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Aren't you going to get in trouble for bringing me here?@@
You look at her and smile.
@@.you;
Only if I get caught. Which is the second reason that I chose today.@@
@@.emote;
Sarah smiles back@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... I guess that kind of makes it a bit more exciting.@@
<<linkreplace "Go to the destination">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Maintenance Area.png">
After a while, you arrive at your destination.
@@.you;
We are here!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Here?@@
You watch as Sarah looks at the big sign and frowns.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What exactly is here? And isn't the door locked?@@
As she says that, you walk to the door and open it.
@@.you;
Not at all, the lock for this door has been broken for ages. The school just never fixes it. As for what is in here, it's easier if I just show you.@@
You walk into the maintenance area with Sarah close behind you. Once inside, you put down the box.
@@.you;
So? What do you think?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I think I've seen this place in one of my nightmares...@@
You can't help but laugh at that.
@@.you;
Well, I guess this place is kind of dreary.@@
As you look around, all you can see are pipes and cages, with iron bars all over the place. There's also a weird fog, that you are not sure where it comes from.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So, how exactly is this going to help me get more fans?@@
@@.you;
Well, that's what this is for!@@
As you say that, you open the box and pull out a couple of items.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is... Is that a lightsaber?! And a space gun?!@@
@@.you;
Oh! So you do know what these are! I'm impressed! Yes. For this photo shoot, I wanted to do a cosplay of sorts. We are going to create a scenario! That way, it will be more interesting, and the cosplay itself will spice things up a bit!@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I've watched the movie... But why a lightsaber and a space gun? Jedi don't use guns and only Jedi can use a lightsaber, right?@@
@@.you;
Tsk, tsk... You've still got much to learn, little padawan. While it is true that Jedi and Sith use lightsabers, it doesn't mean that they're the only ones that can use it. As a matter of fact, Han Solo and Chewbacca both used it once!@@
@@.emote;
Sarah rolls her eyes@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Nerd...@@
@@.you;
Hey! That's Master Nerd to you, little padawan!@@
@@.emote;
Sarah chuckles at your reply@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So, what does that have to do with this cosplay of yours? If we are going to do a Star Wars cosplay, wouldn't that slave outfit be better? You know, the one that Leia wore.@@
As she says that, you can't help but shake your head.
@@.you;
Sarah... Sarah... Sarah... That cosplay has been done to death! Sure, you may get a few more fans thanks to it, but where's the originality?!@@
@@.emote;
Sarah snorts@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine... So what are we going to do with this?@@
As she asks that, you finish pulling out the clothes that were in the box.
@@.you;
Today, you will be Jaina Solo! Daughter of Han Solo and Princess Leia! You used to be a Jedi Master! But with your father disappearing, you decide to track him down, using the skills that he taught you! You will disguise yourself as a smuggler! But in order to get the information you need, you will have to strip!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That seems like the setting for a really bad porn movie...@@
@@.you;
Oh, come on! It's original! I put a lot of thought into it!@@
@@.emote;
Sarah snorts again@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If you say so... But since I'm here, we may as well go through with it... You are sure it will work, right?@@
You give her a grin.
@@.you;
Of course! Hell, I will even become a tier 4 fan if it doesn't!@@
//''A tier 4 would cost me $200 a month!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
A tier 4?! Well... If you are willing to go that far...@@
As she says that, she picks up the clothes.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So, where do I change my clothes?@@
@@.you;
Right here?@@
@@.emote;
Sarah glares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name...@@
You can't help but cough.
@@.you;
Ahem... You can change over there, there's a small room where the maintenance crew stores equipment.@@
You watch as she leaves.
//''What's the big deal? It's not like I haven't seen you naked anyway... Well, I guess she doesn't know that I've seen her completely naked yet...''//
<<linkreplace "Wait for Sarah">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 2.jpg">
After a few minutes, Sarah comes back.
//''Whoa!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So... What do you think?@@
Without answering her, you get closer and touch her hips, only to immediately pull back.
@@.you;
Ouch!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name?! What's wrong?!@@
@@.you;
Damn, Sarah! You are so hot that I burned my fingers touching you!@@
@@.emote;
Sarah snorts and rolls her eyes@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Dork! I don't know why I was worried about you in the Keep taking pictures place...@@
Even though she says that, you can clearly see a smile on her face. You open the camera case and take out the camera.
@@.you;
How about we get started then?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Okay!@@
<<linkreplace "Start the photo session">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 3.jpg">
You get in position and start taking pictures.
@@.you;
Very nice! Now show me what you've got!@@
As you say that, she lifts up the space gun and poses for you.
@@.you;
Okay! Now show off your body a little more!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 4.jpg">
You watch as Sarah bends over a bit and pushes her chest forward.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Exactly!@@
You keep taking more pictures.
@@.you;
Now, let's give them a little taste of your sacred treasure!@@
@@.emote;
Sarah raises an eyebrow at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Are you talking about my ass?@@
You can't help but grin.
@@.you;
Of course!@@
@@.emote;
Sarah rolls her eyes@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 5.jpg">
Even though she does that, she still turns around and pushes her hips up, then she looks back at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Satisfied?@@
@@.you;
For now! Now how about we remove the jacket?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine.@@
You watch as she removes the jacket.
@@.you;
Great! Now let's get another picture!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 6.jpg">
As you say that, she pushes her back against the iron grate.
@@.you;
Very good! I can already see your fans salivating at the thought of your naked body!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Are you one of those fans?@@
@@.you;
Of course! How could I ever call myself a man if I could ignore such beauty in front of me?!@@
As you say that, you can see her smiling for a bit.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, I guess I shouldn't let my fans down then, right?@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 7.jpg">
As she says that, she lays down the gun and pulls down the blouse.
//''Whoa!''//
@@.you;
Agressive! I like it! Keep going!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 8.jpg">
As you say that, she pulls the blouse even further down.
@@.you;
Very nice! Now that the appetizer is finished, we should start making our way to the main course!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And by main course, you mean you want me to take off my bra, right?@@
You can't help but grin at that.
@@.you;
Beautiful and smart! As expected of Jaina the Smuggler!@@
@@.emote;
Sarah snorts@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Dork...@@
As she says that, she smiles and removes her bra.
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 9.jpg">
You watch as she pushes her breasts together.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
How is this for a main course?@@
//''Mama mia!''//
@@.you;
I would definitely pay to eat that!@@
@@.emote;
Sarah is taken aback@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
R-Really?@@
//''Uh... Did I got too far?''//
Before you can attempt to smooth things over, you can see Sarah grinning.
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 10.jpg">
As she grins, she takes off her blouse and raises her arms, giving you a clear view of her body.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And how many stars would you give?@@
@@.you;
Definitely 5 stars!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 11.jpg">
As you say that, she uses her arms to push her breasts closer.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That's it?@@
@@.you;
No! 6 stars! Definitely 6 stars!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And what would the sixth star be?@@
You give her the thumbs up.
@@.you;
100% guaranteed sexyness!@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh! I like the sound of that! So, what more do my fans what?@@
@@.you;
Let's get more pictures of the treasure!@@
@@.emote;
Sarah rolls her eyes@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Still calling it that...@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 12.jpg">
As she says that, she slowly pulls down her pants and looks back at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Would you eat this too?@@
@@.you;
You know it!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that so?@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 13.jpg">
As she says that, she pulls the pants all the way down.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If you had to choose, what would you prefer to eat?@@
You feel your head starting to sweat.
//''What?! How can I answer that?!''//
As Sarah notices you being speechless, she widens her grin.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Tell me, dear $player.os... What would you prefer?@@
You can't help but cough.
@@.you;
Ahem... I'm a world class connoisseur! I have no such limitations! I would take both!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 14.jpg">
As you say that, she turns around and opens her legs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? So is that all you would eat?@@
The cold sweat starts to go down your back. You squat down to get a better angle.
//''Is she offering what I think she is?!''//
@@.you;
O-of course not! Those are just the main dishes! No meal is finished without the desert!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that so?@@
As she says that, she gets up and look at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Unfortunately this is still not open for business.@@
//''Aww...''//
As you feel disappointed, Sarah grins.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But... I guess I could give you a preview...@@
<<linkreplace "Look at the preview">><<scrollTop>><<ctpAdvance "SarahCosplaying">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 15.jpg">
As she says that, she pulls her panties aside, giving you a clear view of her pussy.
//''Whoa!''//
As you stare at her pussy up close, you almost forget to take the last picture.
@@.emote;
Sarah chuckles and fixes her panties@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I think that's enough to satisfy my fans, don't you?@@
You give her a nod.
@@.you;
Definitely! I'm sure you are about to see record numbers!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I see...@@
You watch as Sarah picks up her clothes that were on the floor and starts making her way to her "changing room". As she walks a step, she stops and turns her head at you, giving you a smile.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you for doing this for me, $player.name...@@
@@.you;
Any time, Sarah. You are my $os.rel, so I would do anything for you.@@
As you say that, you notice that Sarah frowns a bit and mumbles to herself.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Anything, huh... Maybe...@@
You watch as she leaves.
//''Is she thinking of something?''//
You can't help but feel an expectation of what is yet to come. You pack everything up and get ready to leave.
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "IsabellaSecret">>
<img src="img/Other/School Time.jpg">
As you were doing what you were doing, you hear your cell phone alarm go off.
@@.you;
Uh? Is it noon already?@@
You take a look at your watch.
@@.you;
Yep. Better make my way to Isabella's house.@@
You quickly rush into your bedroom and get dressed.
@@.you;
Eh, this will have to do.@@
Once you are done, you go to the garage and start your car.
<<linkreplace "First">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Isabella House.jpg">
As you arrive, you park the car on the street and get out. You can't help but notice that the lights are on.
@@.you;
Does she just leave the lights on all day?@@
You make your way to her door and press the door bell.
@@.data;
Ding... Dong...@@
After a few moments you hear Isabella's voice.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Come in! It's unlocked! I'm in the living room!@@
//''Isn't she afraid of buglars?''//
You open the door and walk in.
<<linkreplace "Go to the living room">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 23.jpg">
As you enter the living room, you spot Isabella sitting on the sofa.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I'm glad you could make it, $player.name.@@
@@.you;
Yeah... Sorry if I'm late.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Not at all. I've already got everything prepared.@@
@@.you;
Prepared?@@
@@.emote;
Isabella smiles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Didn't you want to know my secret?@@
You watch as she gets up and and walks to the table, where her laptop is.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Look here.@@
As you look, you notice that there's a lot of people in a chat room.
@@.you;
What's this?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
This is how I got so many fans. As you know, K&Q doesn't allow for porn. There are even quite a few pictures I try to upload that are rejected because they are too suggestive.@@
//''I actually didn't know that...''//
@@.emote;
Isabella grins@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
But there's nothing saying that I can't use another site, right?@@
@@.you;
I guess not?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes! So everyone who's been my fan for at least a month, gets access to this link. This link changes every time, so they need to remain my fan or it will take another month before they have access to it again.@@
@@.you;
Oh! I get it! Quite ingenious!@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Thanks!@@
@@.you;
So, what exactly do you offer?@@
@@.emote;
Isabella gives you a lewd smile@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Porn, obviously. A lot more hardcore than what K&Q allows. Sometimes it's just me and a few toys...@@
As she says that, she approaches you and puts her hand on your chest.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
But sometimes I like to use guests...@@
//''So that's why she has so many fans! Makes sense now!''//
You can't help but nod your head.
@@.you;
So the reason I'm here is...?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
To be my guest! But don't worry! I won't show your face, so I'm sure you won't be recognized!@@
@@.you;
Hm...@@
You think about it. On one hand, there's a risk of exposing yourself. On the other hand, sex is being offered right in front of you. No matter how you look at it, it's an offer you can't refuse.
@@.you;
Okay. I promised that I would help you and I'm a man of my word.@@
@@.emote;
Isabella smiles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Great! I knew you were a real man when I first saw you!@@
@@.you;
So, what do I have to do?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Act! In order to keep thing interesting, I like to create scenes.@@
@@.you;
Oh? And what will this scene be about?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
It's simple. I will be a buglar and you will be the homeowner. I will sneak in to steal your jewels and you will catch me red handed. Thus, you will punish me...@@
As she says that, her eyes go from your face down to your crotch.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
With your cock.@@
@@.you;
But I'm not a very good actor...@@
@@.emote;
Isabella laughs and then winks at you@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Don't worry, no one is watching it for the acting!@@
@@.you;
Makes sense...@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Great! So I'm going to put on my costume and you wait outside the living room, okay? The signal for you to come in is when I pick up the jewels. Oh! And make sure to call me Angela!@@
//''Angela? So she goes by a different name online? I guess that makes sense...''//
@@.you;
Wait? Don't I need a script?@@
@@.emote;
Isabella laughs@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Script? Just improvise! I know how good you are with your equipment, so I'm sure you will do just fine.@@
@@.you;
Okay... I will do my best.@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I'm sure you will. Now off you go, I need to say hello to my fans.@@
As she says that, she turns around and starts typing. You decide to leave the living room and wait.
<<linkreplace "Wait for Isabella">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 24.jpg">
As you stand outside the living room, you watch as the now disguised Isabella sneaks into the camera frame.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
The owner of this house is said to be rich... He surely has some valuables that I can steal!@@
As she says that, she makes her way to the table.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Aha! A purse! I'm sure there will be something good for me to steal!@@
You can honestly say that you aren't really impressed with the acting.
//''I'm pretty sure I will be terrible too, though...''//
<<linkreplace "Keep waiting">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 25.jpg">
You keep waiting while Isabella starts to rifle through the purse.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Come on... Let there be something good!@@
As she says that, she looks straight at you and gives a small nod, before pulling out a pearl necklace.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
A pearl necklace! With this I will finally be rich!@@
//''I doubt that it's worth more than a couple hundred...''//
As you are standing there thinking to yourself, you hear Isabella talking again.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh gosh! I do hope I'm not about to get CAUGHT!@@
As she emphasizes the last word, you remember your part in this scene.
//''Shit!''//
You move in and yell.
@@.you;
STOP RIGHT THERE, CRIMINAL SCUM!@@
//''I've always wanted to say that!''//
@@.emote;
Isabella is surprised@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
W-what?!@@
You move closer to her and grab her arm.
@@.you;
It's all over, lawbreaker! Your spree is at an end! I'll take this stolen good you have!@@
As you say that, you pull the necklace out of her hand and push her to the sofa.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
W-wait!@@
As you ignore her, you put your hand on top of her hood.
@@.you;
Now let's see who's behind this skulduggery!@@
<<linkreplace "Reveal the criminal">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 26.jpg">
You pull the mask, revealing a surprised Isabella.
@@.you;
Aha! I knew it! It's Miss Angela from down the street!@@
You can't help but smile to yourself with your acting.
//''Now say that you would have gotten away with it if it wasn't for that meddlesome man!''//
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I... I'm sorry mister!@@
@@.you;
...@@
You can't help but feel deflated as she misses the perfect opportunity.
//''I guess she doesn't watch cartoons...''//
@@.you;
Ahem! Anyway! Since it appears you don't have any money on you, I'm going to give you two choices! You can either go to jail or pay me back in a different way!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Please, mister! I don't want to go to jail! I-I will do anything! Please!@@
@@.you;
Anything? Very well! Then let us see if you have what it takes!@@
<<linkreplace "Show her the D">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 27.jpg">
As you say that, you open the zipper of your pants and pull down your underwear, letting your cock come out in full view of the camera.
@@.you;
You will be serving my cock today!@@
@@.emote;
Isabella gasps@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
B-but... It's so big! It won't fit!@@
@@.you;
Oh, it will fit! You just need to make sure it's lubricated enough.@@
And with that, you let out an evil laughter.
//''Wait... I think I should have been the good guy... Oh, well.''//
As you laugh, you sit down next to Isabella.
@@.you;
Now get to sucking! Or do you want me to call the cops?!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
N-no! Please! I will do anything!@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 28.mp4" autoplay loop/>
As she says that, she moves her body over yours and takes your cock into her mouth.
@@.you;
That's right. Suck that cock.@@
While your cock is getting sucked, you can't help but look at her ass.
//''Can't miss this opportunity!''//
You give her ass a nice slap.
@@.emote;
Isabella makes a surprised noise@@
@@.you;
Keep sucking that cock!@@
You put your hand over her head, preventing her from removing your cock from her mouth. Having no other choice, she keeps sucking it.
<<linkreplace "First">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 29.mp4" autoplay loop/>
As she's sucking your dick, you decide to have her take it a bit further.
@@.you;
You aren't doing enough, Angela! Take that cock!@@
As you say that, you push her head further down and move your hips upwards.
@@.emote;
Isabella makes choking noises@@
@@.you;
That's it! Take that cock! You know you want it! That's why you tried to rob my house in the first place, right?!@@
//''I'm amazed at my own ability to improvise! Maybe Hollywood would even give me a call!''//
As you are busy feeding your own delusions, you start to hear Isabella gasping for air.
//''Ah, shit!''//
You let go of head, so she can get your cock out of her mouth.
@@.emote;
Isabella gasps for air.@@
You whisper to Isabella.
@@.you;
Sorry...@@
As Isabella looks at you, she grins, followed by a sad face.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I-I'm telling you, mister! Your cock is too big for my mouth!@@
@@.you;
W-well! I guess we will just have to use something else! Take off your blouse! Those huge tits of yours look ripe for the fucking!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
O-okay mister! Just don't call the police!@@
As she says that, she takes off her blouse.
<<linkreplace "Fuck her breasts">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 30.mp4" autoplay loop/>
With her chest now bare, you position your cock between her breasts.
@@.you;
Go on! Show me what you got!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
O-okay!@@
As she says that, she folds her breasts around your cock and starts moving. You can't help but grunt a bit.
//''Damn! This feels good!''//
With your cock already lubricated with her saliva, your dick easily slides between her breasts.
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 31.mp4" autoplay loop/>
You watch as Isabella uses her hands to move her huge breasts.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Are you enjoying this, mister?@@
@@.you;
Y-Yeah... But it's not nearly enough to satisfy me!@@
As you say that, she moves her breasts even faster.
//''Holy! I'm to going end up cumming like this!''//
Afraid you may cum early, you pull your cock out of her grasp.
@@.you;
That's enough of this! Now, turn around! I'm going to fuck you so good that you will never steal again!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
B-but your cock is too big!@@
@@.you;
Would you rather go to jail?!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
N-no! Anything but that!@@
As she says that, she turns around and raises her ass to you. You position your cock against her pussy.
//''She's super wet!''//
It feels like your cock will slide into her even if you don't move.
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 32.mp4" autoplay loop/>
You push your cock into her pussy and start fucking her.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
No! It's too big! It hurts!@@
//''Too big my ass! Your pussy is practically eating my cock!''//
@@.you;
Shut up and take my cock!@@
As you say that, you take her arm and twist it behind her back, making it impossible for her to escape your grasp.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
No! Please! My poor little pussy! You are going to destroy it with your huge cock!@@
@@.you;
You know what? You talk too much for a criminal! You should be repenting for your crimes!@@
As you say that, you pull your cock out of her pussy.
@@.emote;
Isabella is surprised@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
W-what?!@@
You lay down on the sofa.
@@.you;
Now, go on, thief! Impale yourself on my cock! This will be your punishment!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
O-okay!@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 33.mp4" autoplay loop/>
As Isabella says that, she gets on top of your cock and slowly slides it into her pussy.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Ah! It's too big! I don't think it will fit!@@
//''It's already almost all in you!''//
@@.you;
Stop crying and get to work!@@
As you says that, you move her leg that was being used as leverage, causing her to fall and fully take your cock.
@@.emote;
Isabella moans loudly@@
@@.you;
Now we are talking! Get moving!@@
You watch as Isabella can't contain her smile for a moment, adjusts herself and starts moving.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Ah! Ah! Ah!@@
As she releases her fake screams, you can't help but slap her ass.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
AH!@@
//''There we go! Now it sounds right!''//
As you slap her ass, you feel her pussy contracting.
//''Seems like she enjoys it!''//
You slap her ass again.
@@.emote;
Isabella moans again@@
@@.you;
Move faster!@@
As she moves her hips, you can no longer take it and decide to do it yourself.
@@.you;
This is how it's done!@@
<<linkreplace "Fuck her harder">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 34.mp4" autoplay loop/>
You pull her further down and start slamming your cock against her pussy.
@@.emote;
Isabella moans loudly@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Ah! No! My poor little pussy! It's getting destroyed by this huge cock!@@
As your cock slams against her pussy, you can clearly hear the sound of her wetness. You also feel her pussy contracting even harder, a sign that she's about to cum. But you are not far behind.
@@.you;
Well, criminal! Seems like you are able to pay for your sins! I'm even going to give you a present for you to take home!!
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
W-what present?@@
You can't help but grin at her question.
@@.you;
My cum!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 35.mp4" autoplay loop/>
As you say that, you slam your cock into her pussy, releasing all of the pent up pressure.
@@.you;
Urgh!@@
As you start to cum, you feel Isabella's pussy contracting like crazy, while her body starts to tremble.
@@.emote;
Isabella moans loudly@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Ahhhh!@@
As you watch that, you can't help but grin.
//''No fake orgasm for the cameras here!''//
As she finishes cumming, she collapses on top of you.
@@.emote;
Isabella is panting and whispers to you@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
That... Was... Amazing!@@
As your mind clears, you notice a mistake you just made.
//''Fuck! I just came inside of her! Damnit...''//
You can't help but feel a cold sweat going down your back. Seemingly noticing this, Isabella grins an whispers again.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Don't worry, I'm on the pill... Unless you would want me to stop taking it?@@
//''This crazy woman!''//
As she says that, she gets off of you and talks to the camera.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
And that's it for this month! Hope you guys enjoyed it as much as I did! Thank you for your continuous support and I will see you again next month! A reminder that if you cancel your subscription, you will need to wait a full month before you get access to it again!@@
And with that, she closes the laptop.
<<linkreplace "End the scene">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 36.jpg">
As Isabella gets up, she doesn't bother putting on her clothes again.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
That was wonderful, $player.name! I'm sure I will get a lot more fans after this! Thank you!@@
//''It always feels awkward to have a girl thank me for fucking her...''//
@@.you;
You are very welcome. I can clearly see now why you have so many fans.@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
My daddy always told me to do what I enjoyed.@@
//''He must be proud...''//
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Would you like to stay over for dinner?@@
@@.you;
Ah, no. Sorry. Uh... I promised my $m.rel that I would be home for dinner. You know how it is. If I don't show up, there will be hell to pay.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh... I understand. Next time then?@@
@@.you;
Yeah! Sure. Next time.@@
//''Dodged the crazy bullet there...''//
As you say that, you put on your clothes and get ready to leave.
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "SarahTifa">>
<img src="img/Sarah/Sarah Corruption Quest 38.jpg">
As you arrive at the living room at the promised time, you are surprised to see Sarah's costume.
@@.you;
Wait! Is that?!@@
@@.emote;
Sarah grins@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! It's my favorite character!@@
You can't help but stare, as she looks exactly like the character she plays.
@@.you;
Whoa! That looks awesome!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course! I spent over an hour on makeup alone! Although the clothing parts were kind of hard to find...@@
@@.you;
Well, it was totally worth it! Not only do you look beautiful, you also look fierce!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm glad you like it. Also, I don't look fierce. I am fierce!@@
As she says that, she shows you her muscles. You can't help but clap. As you are clapping, you can see Sarah's face slightly blushing.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ahem... Anyway, how about we get started?@@
@@.you;
Yes, ma'am!@@
<<linkreplace "Start taking pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 39.jpg">
As she turns side ways, you start taking pictures.
@@.you;
Very nice! Look fiercely at the camera!@@
As you say that, Sarah glares at the camera.
@@.you;
Excellent! That's exactly it! Now let's get a picture from the front!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 40.jpg">
As she turns around, the skirt catches on her thighs and ends up lifting up a bit.
//''What the...''//
You can't help but stare at her now bare pussy. As you are staring, Sarah notices it.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah! Crap!@@
When tries to fix it, you stop her.
@@.you;
Wait! This looks good! Let me take a picture first!@@
After you take a few pictures, you can't help but ask.
@@.you;
Going commando?@@
You can see your $os.rel's face becoming slightly red.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
The skirt was a bit too tight for me... So panties would leave a mark.@@
You can't help but grin at that.
@@.you;
Well, you won't see me complaining!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hush!@@
@@.you;
How about we take some pictures of your ass now?@@
@@.emote;
Sarah nods@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 41.jpg">
As Sarah raises her skirt, you start taking pictures.
@@.you;
That tight skirt makes your ass look even better! Definitely a national treasure!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is it weird that I'm getting used to you calling my ass that?@@
You can't help but smile.
@@.you;
Not at all. It is the truth after all.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Dork...@@
As she says that, she smiles even more.
//''Got to get some pictures of that!''//
@@.you;
Great! Now let's expose them beauties!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Okay!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 42.jpg">
As she turns around and raises her blouse, her skirt ends up catching on her thighs again.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Damn it!@@
@@.you;
It's fine! It looks sexier that way anyway! How about using the suspenders to push your breasts together?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Exactly!@@
You take more pictures.
@@.you;
Great! Now let's get two more sets of pictures. One from the back and one from the front!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 43.jpg">
As you say that, Sarah turns around and squats.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is like this good?@@
@@.you;
Whoa! Way to accentuate your ass! Very good!@@
As you say that, she further pushes her ass up, giving you clear view.
//''Nice!''//
@@.you;
Okay! One last set, from the front!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 44.jpg">
You watch as Sarah tries to get in position, but ends up slipping.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ouch!@@
@@.you;
Sarah! Are you okay?!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm fine... I'm just not used to these boots...@@
As she sits there, you can't help but admire her natural pose.
@@.you;
Stay there for a moment!@@
You lift the camera and take some pictures.
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey...@@
You can't help but chuckle.
@@.you;
What can I say, you do look beautiful, after all.@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine...@@
<<linkreplace "Finish taking the pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 45.jpg">
As you finish taking the pictures, Sarah gets up and fixes her clothes.
@@.you;
Okay, so now what?@@
As you ask that, you can clearly see Sarah's face becoming red.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-Well... Now we need to make the video...@@
@@.you;
Oh! And what is it going to be? Am I going to be delivering pizza? Or maybe I'm a plumber? Or how about a life guard?!@@
@@.emote;
Sarah looks away@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Actually... I thought it would be better if we did a game instead...@@
@@.you;
A game?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yeah... The idea would be that I would be playing my favorite game, while you try to distract me enough for me to lose the stage. If you can make me lose, then you win. But if you can't, then I win. Simple, right?@@
@@.you;
Oh? And does anything go?@@
@@.emote;
Sarah glares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Don't go overboard...@@
You raise both hands.
@@.you;
All right... I get it. No going overboard. Just touching, right?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Exactly, you can touch me as much as you want. You can even tickle me. But that's it. Okay?@@
//''Oh, I've got a better plan than that!''//
You nod your head.
@@.you;
You got it!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
... I'm going to put on some panties, just in case.@@
<<linkreplace "Time to act">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 45.mp4" autoplay loop/>
And with that, you set up the camera, while Sarah sits down and turns on the console.
@@.you;
So, all I need to do is break your concentration enough for you to fail that level, right?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes. But you cannot mess with the controller or my arms. Everything else is fair game.@@
@@.you;
And what exactly does the winner get?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... They are allowed to give one command to the loser. It must be obeyed.@@
//''Yes! This gonna be good!''//
You turn on the camera.
@@.you;
Okay! Let's start!@@
<<linkreplace "Grab a boob">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 46.mp4" autoplay loop/>
You immediately move your hand towards her breasts.
@@.emote;
Sarah moans slightly@@
@@.you;
Oh! As I expected! Your breasts are soft, yet firm! They feel very nice to hold!@@
As you are fondling her boob, you can feel the power of corruption starting to go to work. Her breath is slowly, but surely, starting to become moist. Her nipples are already rock hard, yet her concentration on the game is unwavering.
@@.you;
Hm... This is going to be harder than I expected... Then how about... This!@@
<<linkreplace "Touch them directly">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 47.mp4" autoplay loop/>
You raise her blouse in order to be able to touch them directly.
@@.emote;
Sarah moans@@
@@.you;
Whoa! It feels even better to touch them directly!@@
You give a nice squeeze on her breast.
@@.emote;
Sarah moans slightly louder@@
As you are looking at her, you notice that her concentration is yet to be broken.
@@.you;
Hm... I wonder if they both feel the same...@@
You alternate fondling them one at a time. As you do so, you can feel that her skin is flushed. You've noticed that she's been moving her legs a lot.
//''I guess this should be enough to move forward...''//
@@.you;
I've got to give it to you Sarah. You are one though nut to crack. But here's where you made a mistake! I'm a specialist at making women nut! ... Can you say that women nut? Whatever! Time for my ultra attack!@@
<<linkreplace "Remove her panties.">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 48.mp4" autoplay loop/>
You pull legs forward and get a hold of her panties.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-what?! What are you doing?!@@
@@.you;
I'm going for my ultra attack! Guaranteed to break your concentration and make you lose!@@
As you say that, Sarah frowns at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Only touching!@@
@@.you;
You got it!@@
//''You never specified that it had to be my hands!''//
As you finish pulling her panties, you notice that they are already soaking wet. It seems that Sarah notices this too, since her face is redder than before, yet she is still focused on the game.
//''Time to break that focus!''//
<<linkreplace "Go to town on her pussy">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 49.mp4" autoplay loop/>
With her legs spread in front of you, you slowly put your mouth on her pussy.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-what?! $player.name, wait!@@
//''Too late!''//
Before she can even act, you start licking her pussy.
@@.emote;
Sarah moans loudly@@
As a jolt of pleasure goes up Sarah's spine, she momentarily breaks of focus, almost having her character die in the process. After this happens, she gives up any thought of resisting you and tries to concentrate on the game.
//''Haha! It is useless!''//
As you continue to lick her pussy, you start to feel her body slightly trembling. You also notice that her fingers are starting to curl. You are sure that, if you could see her feet, those would have been curled too. Yet, she still is trying to focus on the game.
//''Trying to resist, are you?!''//
You stop licking her pussy for a second, only to hear Sarah let out a sigh of disappointment. Yet she still perseveres.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah...@@
You take a deep breath.
//''Now! My ultimate technique!''//
As you think that, you clamp your mouth onto her pussy.
@@.emote;
Sarah moans even louder@@
//''Let's see if you can resist this!''//
Your start moving your tongue, hitting every sensitive spot you can find. Even so, she grits her teeth and tries to focus.
//''It's useless to resist! Muda, muda, muda, muda, muda!''//
As you move your tongue in fervor, Sarah is no longer capable of holding back and releases a huge orgasm.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah! Ahhhhhh!@@
As she cums, she's no longer able to properly hold the controller and ends up dying. You take your mouth off her pussy in order to celebrate.
@@.you;
Yes! I won!@@
@@.emote;
Sarah is breathing heavily@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah... Ah... I said... You could... Only... Touch...@@
You can't help but give her a grin.
@@.you;
But you never said that I couldn't touch you... With my tongue.@@
As you say that, you wiggle your tongue at her. You watch as Sarah glares at you but then sighs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess... A win is a win. So, $player.name, what is it that you want?@@
<<linkreplace "Give her an order">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 50.mp4" autoplay loop/>
You can't help but grin, as you take off your belt.
@@.you;
Naturally, I want you to return the favor. I'm afraid that I'm about to get a bad case of blue balls.@@
As you say that, you pull your cock out and place it right if front of your $os.rel.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine, but we will make another bet. If I can make you cum, without dying again, you will have to listen to any order of mine, got it?@@
@@.you;
Oh? I would love to see that!@@
As you say that, Sarah takes your cock into her mouth. You can't help but grunt a bit.
<<linkreplace "Receive her blowjob">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 51.mp4" autoplay loop/>
You watch in amazement as Sarah sucks your cock, while at the same time she keeps an eye on her character.
@@.you;
You won't be able to make me cum any time soon like that.@@
As you say that, Sarah removes one of her hands off the remote and starts to give you a handjob, while sucking the tip of your cock. You end up grunting.
//''Holy! How can she be this good at it?!''//
@@.you;
T-that's not nearly enough!@@
Taking that as a challenge, Sarah briefly removes both hands from the controller in order to fully reveal your cock. Once revealed, she takes your balls into her mouth and keeps giving you a handjob.
//''Shit! At this rate!''//
<<linkreplace "Almost there">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 52.mp4" autoplay loop/>
As you start to approach orgasm, your cock starts to pulse and twitch. Noticing this, Sarah takes you deep into her mouth.
@@.you;
Ah! Crap! I'm almost there!@@
Trying to take your mind off of her blowjob, you move your hand and start to fondle her breast. But that backfires.
//''Fuck! Her breasts just made me inch even closer!''//
You pull back your hand and grit your teeth, trying to hold out. But it seems Sarah also has a final attack, as she wraps her mouth around the tip of your cock and sucks hard. You give her a warning about the impending spurt.
@@.you;
Ah! I'm cumming, Sarah!@@
As if she didn't even hear you, she keeps on sucking the tip. You are no longer able to hold back.
@@.you;
Urgh!@@
You start to cum, but Sarah doesn't let off and keep your cock in her mouth.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm!@@
As you keep cumming, you can hear Sarah swallowing. After a while, she lets go of your cock and coughs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Jesus, $player.name! How can you cum that much?! I thought I was going to drown for a second!@@
@@.you;
Sorry, Sarah... It just felt too good...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hmph... well, at least it's better than you getting cum all over the controller...@@
<<linkreplace "Finish up">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 53.jpg">
As you collapse on the sofa, Sarah gets up and turns off the console.
@@.emote;
Sarah grins at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I won.@@
@@.you;
That... That you did. But I'm very tired right now... Maybe I could give you head tomorrow?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-What?! That's not what I was going to order you to do!@@
@@.you;
Ah, is that so?@@
As you say that, Sarah looks away.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But I wouldn't exactly say no...@@
As you hear that, you can't help but grin.
//''I did it! Now I'm one step closer!''//
As you are thinking that, Sarah coughs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ahem... Anyway! My order is! You need to upgrade your Fan Subscription!@@
@@.you;
What?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, if I'm about to get a huge influx of fans, you need to retain your spot as my number one fan. So you need to upgrade your tier!@@
//''But it's $50 a month!''//
As you are about to protest, you can't help but notice Sarah looking at you with uncertainty.
//''I can't say no...''//
@@.you;
Fine. I will update my subscription tomorrow.@@
<img src="img/Sarah/Sarah Kiss.jpg">
As you say that, Sarah leans in and kisses you.
//''Eww! It tastes like my own cum!''//
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you, $player.name!@@
@@.you;
You are very welcome... But you kissed me on purpose, didn't you?@@
As you say that, Sarah's smile turns into an evil grin.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Just a little payback for almost drowning me with your cum. I thought you should have a small taste of it too.@@
As she says that, she fixes her clothes and starts putting stuff back into place. You decide to help her.
@@.you;
Also, you called my name a few times... Won't that be bad?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That's why it wasn't live. I can just edit it out.@@
@@.you;
Oh, that is right.@@
Once everything is clean, Sarah takes the memory stick and puts it in her pocket.
@@.you;
You should probably edit that tomorrow. It is very late.@@
@@.emote;
Sarah shakes her head@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No... I want to get this out as soon as possible!@@
@@.you;
Do you need help?@@
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No, you helped enough. I can finish the rest. You go to sleep $player.name, you do have school tomorrow.@@
You nod your head.
@@.you;
Very well, I will see you tomorrow then. Good night.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Good night.@@
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "SarahUpdate">>
<img src="img/Other/Player Bedroom.jpg">
As you wake up, Sarah suddenly bursts into your bedroom.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name! Are up!?@@
//''If I wasn't before, I am now...''//
@@.you;
Yes, what's up? Is there an emergency?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! Take a look at this!@@
As she says that, she shoves her cell phone close to your face. On the screen, it shows her Kings and Queens account.
@@.you;
Current amount of fans... 453?!@@
@@.emote;
Sarah becomes excited@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! The amount of fans I have almost doubled!@@
@@.you;
Really?! It actually worked?!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! It actually... Wait... Didn't you say you were sure it would work?!@@
You can't help but cough at that remark.
@@.you;
Ahem... Uh... There are no guarantees in life, Sarah! So, even though I was sure it would work, I'm still happy it did!@@
@@.emote;
Sarah frowns at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that so?@@
You give her a smile.
@@.you;
Yep.@@
@@.emote;
Sarah shrugs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, I guess it's fine either way. What's important is that it worked!@@
@@.you;
Indeed! Congratulations, Sarah!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you! I couldn't have done it without your help!@@
As she says that, she leans in and kisses you.
<img src="img/Sarah/Sarah Kiss.jpg">
As she pulls back, she looks at your face that is slightly disappointed.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What? Were you expecting something else?@@
@@.you;
Well... I would be lying if I said I wasn't expecting more...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... Fine. I guess you deserve an extra reward.@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 16.mp4" autoplay loop/>
As she says that, she slightly pulls open the robe and slowly starts to dance.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hope you enjoy this...@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 17.mp4" autoplay loop/>
You watch as Sarah lowers her robe and slowly massages her breasts.
@@.emote;
Sarah moans@@
//''Whoa!''//
As she does so, the robe gets in her way.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm...@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 18.mp4" autoplay loop/>
You watch as Sarah takes of her robe and turns around, giving you ample view of her ass.
//''Nice!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
There. Now where were we?@@
@@.you;
You were taking off your bra!@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I was?@@
You nod your head.
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Pervert...@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 19.mp4" autoplay loop/>
As she says that, she partially takes off her bra and goes back to massaging her breasts.
@@.emote;
Sarah moans louder@@
//''Let's give her another push!''//
@@.you;
Surely it would be better if it was completely off...@@
You watch as she stares at you and undoes the back strap.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Better?@@
@@.you;
Much better!@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 20.mp4" autoplay loop/>
Now with her breasts fully exposed, you can't help but start to salivate at that sight.
//''Man, what I wouldn't give to fondle those beauties...''//
Seemingly noticing your thoughts, Sarah grins and fondles her breasts.
@@.emote;
Sarah moans even louder@@
After a little bit, your notice that her hands are slowly inching their way down her stomach.
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 21.mp4" autoplay loop/>
Your eyes focus on her crotch, has she gives you a little service by exposing her pubes and labia.
//''Goddamn! Man I wish those hands were mine!''//
As she pulls up her panties, you notice that she's grinding on them. You can clearly tell that they are damp.
//''She's also getting turned on by it!''//
No longer able to resist your urges, you slowly start to get up your bed, only for Sarah to stop you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No touching.@@
Only through sheer force of will are you able to stop yourself.
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess I should stop here.@@
<<linkreplace "Hold yourself back">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 22.jpg">
As Sarah finishes her striptease, she picks up her robe again.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Did you enjoy your reward?@@
@@.you;
Very much so! Although, I can't say that I'm fully satisfied...@@
@@.emote;
Sarah grins@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Keep helping me and there might just be more in store for you.@@
As she says that, she leaves your bedroom.
//''Whoa! I didn't expect that!''//
@@.corruption;
Sarah is a little more corrupted@@
<<set $SarahUpdate to true>>
[[Start the day|Start][$os.corruption += 1]]
<</ctp>><<ctp "IsabellaSecret">>
<img src="img/Other/School Time.jpg">
As you were doing what you were doing, you hear your cell phone alarm go off.
@@.you;
Uh? Is it noon already?@@
You take a look at your watch.
@@.you;
Yep. Better make my way to Isabella's house.@@
You quickly rush into your bedroom and get dressed.
@@.you;
Eh, this will have to do.@@
Once you are done, you go to the garage and start your car.
<<linkreplace "Leave">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Isabella House.jpg">
As you arrive, you park the car on the street and get out. You can't help but notice that the lights are on.
@@.you;
Does she just leave the lights on all day?@@
You make your way to her door and press the door bell.
@@.data;
Ding... Dong...@@
After a few moments you hear Isabella's voice.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Come in! It's unlocked! I'm in the living room!@@
//''Isn't she afraid of buglars?''//
You open the door and walk in.
<<linkreplace "Go to the living room">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 23.jpg">
As you enter the living room, you spot Isabella sitting on the sofa.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I'm glad you could make it, $player.name.@@
@@.you;
Yeah... Sorry if I'm late.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Not at all. I've already got everything prepared.@@
@@.you;
Prepared?@@
@@.emote;
Isabella smiles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Didn't you want to know my secret?@@
You watch as she gets up and and walks to the table, where her laptop is.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Look here.@@
As you look, you notice that there's a lot of people in a chat room.
@@.you;
What's this?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
This is how I got so many fans. As you know, K&Q doesn't allow for porn. There are even quite a few pictures I try to upload that are rejected because they are too suggestive.@@
//''I actually didn't know that...''//
@@.emote;
Isabella grins@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
But there's nothing saying that I can't use another site, right?@@
@@.you;
I guess not?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Yes! So everyone who's been my fan for at least a month, gets access to this link. This link changes every time, so they need to remain my fan or it will take another month before they have access to it again.@@
@@.you;
Oh! I get it! Quite ingenious!@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Thanks!@@
@@.you;
So, what exactly do you offer?@@
@@.emote;
Isabella gives you a lewd smile@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Porn, obviously. A lot more hardcore than what K&Q allows. Sometimes it's just me and a few toys...@@
As she says that, she approaches you and puts her hand on your chest.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
But sometimes I like to use guests...@@
//''So that's why she has so many fans! Makes sense now!''//
You can't help but nod your head.
@@.you;
So the reason I'm here is...?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
To be my guest! But don't worry! I won't show your face, so I'm sure you won't be recognized!@@
@@.you;
Hm...@@
You think about it. On one hand, there's a risk of exposing yourself. On the other hand, sex is being offered right in front of you. No matter how you look at it, it's an offer you can't refuse.
@@.you;
Okay. I promised that I would help you and I'm a man of my word.@@
@@.emote;
Isabella smiles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Great! I knew you were a real man when I first saw you!@@
@@.you;
So, what do I have to do?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Act! In order to keep thing interesting, I like to create scenes.@@
@@.you;
Oh? And what will this scene be about?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
It's simple. I will be a buglar and you will be the homeowner. I will sneak in to steal your jewels and you will catch me red handed. Thus, you will punish me...@@
As she says that, her eyes go from your face down to your crotch.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
With your cock.@@
@@.you;
But I'm not a very good actor...@@
@@.emote;
Isabella laughs and then winks at you@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Don't worry, no one is watching it for the acting!@@
@@.you;
Makes sense...@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Great! So I'm going to put on my costume and you wait outside the living room, okay? The signal for you to come in is when I pick up the jewels. Oh! And make sure to call me Angela!@@
//''Angela? So she goes by a different name online? I guess that makes sense...''//
@@.you;
Wait? Don't I need a script?@@
@@.emote;
Isabella laughs@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Script? Just improvise! I know how good you are with your equipment, so I'm sure you will do just fine.@@
@@.you;
Okay... I will do my best.@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I'm sure you will. Now off you go, I need to say hello to my fans.@@
As she says that, she turns around and starts typing. You decide to leave the living room and wait.
<<linkreplace "Wait for Isabella">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 24.jpg">
As you stand outside the living room, you watch as the now disguised Isabella sneaks into the camera frame.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
The owner of this house is said to be rich... He surely has some valuables that I can steal!@@
As she says that, she makes her way to the table.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Aha! A purse! I'm sure there will be something good for me to steal!@@
You can honestly say that you aren't really impressed with the acting.
//''I'm pretty sure I will be terrible too, though...''//
<<linkreplace "Keep waiting">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 25.jpg">
You keep waiting while Isabella starts to rifle through the purse.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Come on... Let there be something good!@@
As she says that, she looks straight at you and gives a small nod, before pulling out a pearl necklace.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
A pearl necklace! With this I will finally be rich!@@
//''I doubt that it's worth more than a couple hundred...''//
As you are standing there thinking to yourself, you hear Isabella talking again.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh gosh! I do hope I'm not about to get CAUGHT!@@
As she emphasizes the last word, you remember your part in this scene.
//''Shit!''//
You move in and yell.
@@.you;
STOP RIGHT THERE, CRIMINAL SCUM!@@
//''I've always wanted to say that!''//
@@.emote;
Isabella is surprised@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
W-what?!@@
You move closer to her and grab her arm.
@@.you;
It's all over, lawbreaker! Your spree is at an end! I'll take this stolen good you have!@@
As you say that, you pull the necklace out of her hand and push her to the sofa.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
W-wait!@@
As you ignore her, you put your hand on top of her hood.
@@.you;
Now let's see who's behind this skulduggery!@@
<<linkreplace "Reveal the criminal">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 26.jpg">
You pull the mask, revealing a surprised Isabella.
@@.you;
Aha! I knew it! It's Miss Angela from down the street!@@
You can't help but smile to yourself with your acting.
//''Now say that you would have gotten away with it if it wasn't for that meddlesome man!''//
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I... I'm sorry mister!@@
@@.you;
...@@
You can't help but feel deflated as she misses the perfect opportunity.
//''I guess she doesn't watch cartoons...''//
@@.you;
Ahem! Anyway! Since it appears you don't have any money on you, I'm going to give you two choices! You can either go to jail or pay me back in a different way!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Please, mister! I don't want to go to jail! I-I will do anything! Please!@@
@@.you;
Anything? Very well! Then let us see if you have what it takes!@@
<<linkreplace "Show her the D">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 27.jpg">
As you say that, you open the zipper of your pants and pull down your underwear, letting your cock come out in full view of the camera.
@@.you;
You will be serving my cock today!@@
@@.emote;
Isabella gasps@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
B-but... It's so big! It won't fit!@@
@@.you;
Oh, it will fit! You just need to make sure it's lubricated enough.@@
And with that, you let out an evil laughter.
//''Wait... I think I should have been the good guy... Oh, well.''//
As you laugh, you sit down next to Isabella.
@@.you;
Now get to sucking! Or do you want me to call the cops?!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
N-no! Please! I will do anything!@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 28.mp4" autoplay loop/>
As she says that, she moves her body over yours and takes your cock into her mouth.
@@.you;
That's right. Suck that cock.@@
While your cock is getting sucked, you can't help but look at her ass.
//''Can't miss this opportunity!''//
You give her ass a nice slap.
@@.emote;
Isabella makes a surprised noise@@
@@.you;
Keep sucking that cock!@@
You put your hand over her head, preventing her from removing your cock from her mouth. Having no other choice, she keeps sucking it.
<<linkreplace "Fuck her face">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 29.mp4" autoplay loop/>
As she's sucking your dick, you decide to have her take it a bit further.
@@.you;
You aren't doing enough, Angela! Take that cock!@@
As you say that, you push her head further down and move your hips upwards.
@@.emote;
Isabella makes choking noises@@
@@.you;
That's it! Take that cock! You know you want it! That's why you tried to rob my house in the first place, right?!@@
//''I'm amazed at my own ability to improvise! Maybe Hollywood would even give me a call!''//
As you are busy feeding your own delusions, you start to hear Isabella gasping for air.
//''Ah, shit!''//
You let go of head, so she can get your cock out of her mouth.
@@.emote;
Isabella gasps for air.@@
You whisper to Isabella.
@@.you;
Sorry...@@
As Isabella looks at you, she grins, followed by a sad face.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
I-I'm telling you, mister! Your cock is too big for my mouth!@@
@@.you;
W-well! I guess we will just have to use something else! Take off your blouse! Those huge tits of yours look ripe for the fucking!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
O-okay mister! Just don't call the police!@@
As she says that, she takes off her blouse.
<<linkreplace "Fuck her breasts">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 30.mp4" autoplay loop/>
With her chest now bare, you position your cock between her breasts.
@@.you;
Go on! Show me what you got!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
O-okay!@@
As she says that, she folds her breasts around your cock and starts moving. You can't help but grunt a bit.
//''Damn! This feels good!''//
With your cock already lubricated with her saliva, your dick easily slides between her breasts.
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 31.mp4" autoplay loop/>
You watch as Isabella uses her hands to move her huge breasts.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Are you enjoying this, mister?@@
@@.you;
Y-Yeah... But it's not nearly enough to satisfy me!@@
As you say that, she moves her breasts even faster.
//''Holy! I'm to going end up cumming like this!''//
Afraid you may cum early, you pull your cock out of her grasp.
@@.you;
That's enough of this! Now, turn around! I'm going to fuck you so good that you will never steal again!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
B-but your cock is too big!@@
@@.you;
Would you rather go to jail?!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
N-no! Anything but that!@@
As she says that, she turns around and raises her ass to you. You position your cock against her pussy.
//''She's super wet!''//
It feels like your cock will slide into her even if you don't move.
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 32.mp4" autoplay loop/>
You push your cock into her pussy and start fucking her.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
No! It's too big! It hurts!@@
//''Too big my ass! Your pussy is practically eating my cock!''//
@@.you;
Shut up and take my cock!@@
As you say that, you take her arm and twist it behind her back, making it impossible for her to escape your grasp.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
No! Please! My poor little pussy! You are going to destroy it with your huge cock!@@
@@.you;
You know what? You talk too much for a criminal! You should be repenting for your crimes!@@
As you say that, you pull your cock out of her pussy.
@@.emote;
Isabella is surprised@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
W-what?!@@
You lay down on the sofa.
@@.you;
Now, go on, thief! Impale yourself on my cock! This will be your punishment!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
O-okay!@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 33.mp4" autoplay loop/>
As Isabella says that, she gets on top of your cock and slowly slides it into her pussy.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Ah! It's too big! I don't think it will fit!@@
//''It's already almost all in you!''//
@@.you;
Stop crying and get to work!@@
As you says that, you move her leg that was being used as leverage, causing her to fall and fully take your cock.
@@.emote;
Isabella moans loudly@@
@@.you;
Now we are talking! Get moving!@@
You watch as Isabella can't contain her smile for a moment, adjusts herself and starts moving.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Ah! Ah! Ah!@@
As she releases her fake screams, you can't help but slap her ass.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
AH!@@
//''There we go! Now it sounds right!''//
As you slap her ass, you feel her pussy contracting.
//''Seems like she enjoys it!''//
You slap her ass again.
@@.emote;
Isabella moans again@@
@@.you;
Move faster!@@
As she moves her hips, you can no longer take it and decide to do it yourself.
@@.you;
This is how it's done!@@
<<linkreplace "Fuck her harder">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 34.mp4" autoplay loop/>
You pull her further down and start slamming your cock against her pussy.
@@.emote;
Isabella moans loudly@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Ah! No! My poor little pussy! It's getting destroyed by this huge cock!@@
As your cock slams against her pussy, you can clearly hear the sound of her wetness. You also feel her pussy contracting even harder, a sign that she's about to cum. But you are not far behind.
@@.you;
Well, criminal! Seems like you are able to pay for your sins! I'm even going to give you a present for you to take home!!@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
W-what present?@@
You can't help but grin at her question.
@@.you;
My cum!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 35.mp4" autoplay loop/>
As you say that, you slam your cock into her pussy, releasing all of the pent up pressure.
@@.you;
Urgh!@@
As you start to cum, you feel Isabella's pussy contracting like crazy, while her body starts to tremble.
@@.emote;
Isabella moans loudly@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Ahhhh!@@
As you watch that, you can't help but grin.
//''No fake orgasm for the cameras here!''//
As she finishes cumming, she collapses on top of you.
@@.emote;
Isabella is panting and whispers to you@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
That... Was... Amazing!@@
As your mind clears, you notice a mistake you just made.
//''Fuck! I just came inside of her! Damnit...''//
You can't help but feel a cold sweat going down your back. Seemingly noticing this, Isabella grins an whispers again.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Don't worry, I'm on the pill... Unless you would want me to stop taking it?@@
//''This crazy woman!''//
As she says that, she gets off of you and talks to the camera.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
And that's it for this month! Hope you guys enjoyed it as much as I did! Thank you for your continuous support and I will see you again next month! A reminder that if you cancel your subscription, you will need to wait a full month before you get access to it again!@@
And with that, she closes the laptop.
<<linkreplace "End the scene">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 36.jpg">
As Isabella gets up, she doesn't bother putting on her clothes again.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
That was wonderful, $player.name! I'm sure I will get a lot more fans after this! Thank you!@@
//''It always feels awkward to have a girl thank me for fucking her...''//
@@.you;
You are very welcome. I can clearly see now why you have so many fans.@@
@@.emote;
Isabella chuckles@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
My daddy always told me to do what I enjoyed.@@
//''He must be proud...''//
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Would you like to stay over for dinner?@@
@@.you;
Ah, no. Sorry. Uh... I promised my $m.rel that I would be home for dinner. You know how it is. If I don't show up, there will be hell to pay.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh... I understand. Next time then?@@
@@.you;
Yeah! Sure. Next time.@@
//''Dodged the crazy bullet there...''//
As you say that, you put on your clothes and get ready to leave.
<<linkreplace "Go back home">><<scrollTop>><<ctpAdvance "IsabellaSecret">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 37.jpg">
As you arrive back home, you open the door only to spot Sarah waiting for you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So! Did you find out?!@@
@@.you;
Wait, what?!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Isabella's secret! You went out to visit her, right?! So, did she tell you?!@@
//''What the hell? How does she even know that?!''//
@@.you;
Wait, wait! How did you know I went to visit her?@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Isabella sent me a text message saying that you wouldn't be late for dinner.@@
//''Ah! Shit! I forgot about the most obvious thing!''//
@@.you;
About that...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I don't care about that, did you find out her secret or not?!@@
//''Jesus, woman! How competitive can you possibly be?!''//
@@.you;
Yes... I did find out...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Then tell me! What was it?!@@
@@.you;
How about we sit down first?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine...@@
As she sits down, you sit down next to her.
@@.you;
So, you know how K&Q doesn't allow porn, right?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course. It's not meant to be a porn site, but a site for art.@@
//''Sure...''//
@@.you;
But there are no rules preventing the members from making porn outside the site, right?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes...?@@
@@.you;
So... The way the Isabella does it, is...@@
You explain to her everything Isabella does to gain and maintain her fandom.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
She does what?! I knew she wasn't playing fair! That slut!@@
@@.you;
I was equally surprised when she showed me the... uh... videos.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I... I need some time to think about this...@@
As she says that, she leaves the living room.
//''I don't think she's ready yet... Once she is, I should probably talk to her again... I better be sure to talk to her when she's in a good mood... She usually is after drinking...''//
<<set $IsabellaSecret to true>>
[[Go to your room|Start][$time.passTime(3)]]
<</ctp>><<ctp "SarahTifa">>
<img src="img/Sarah/Sarah Corruption Quest 38.jpg">
As you arrive at the living room at the promised time, you are surprised to see Sarah's costume.
@@.you;
Wait! Is that?!@@
@@.emote;
Sarah grins@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! It's my favorite character!@@
You can't help but stare, as she looks exactly like the character she plays.
@@.you;
Whoa! That looks awesome!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course! I spent over an hour on makeup alone! Although the clothing parts were kind of hard to find...@@
@@.you;
Well, it was totally worth it! Not only do you look beautiful, you also look fierce!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm glad you like it. Also, I don't look fierce. I am fierce!@@
As she says that, she shows you her muscles. You can't help but clap. As you are clapping, you can see Sarah's face slightly blushing.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ahem... Anyway, how about we get started?@@
@@.you;
Yes, ma'am!@@
<<linkreplace "Start taking pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 39.jpg">
As she turns side ways, you start taking pictures.
@@.you;
Very nice! Look fiercely at the camera!@@
As you say that, Sarah glares at the camera.
@@.you;
Excellent! That's exactly it! Now let's get a picture from the front!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 40.jpg">
As she turns around, the skirt catches on her thighs and ends up lifting up a bit.
//''What the...''//
You can't help but stare at her now bare pussy. As you are staring, Sarah notices it.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah! Crap!@@
When tries to fix it, you stop her.
@@.you;
Wait! This looks good! Let me take a picture first!@@
After you take a few pictures, you can't help but ask.
@@.you;
Going commando?@@
You can see your $os.rel's face becoming slightly red.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
The skirt was a bit too tight for me... So panties would leave a mark.@@
You can't help but grin at that.
@@.you;
Well, you won't see me complaining!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hush!@@
@@.you;
How about we take some pictures of your ass now?@@
@@.emote;
Sarah nods@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 41.jpg">
As Sarah raises her skirt, you start taking pictures.
@@.you;
That tight skirt makes your ass look even better! Definitely a national treasure!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is it weird that I'm getting used to you calling my ass that?@@
You can't help but smile.
@@.you;
Not at all. It is the truth after all.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Dork...@@
As she says that, she smiles even more.
//''Got to get some pictures of that!''//
@@.you;
Great! Now let's expose them beauties!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Okay!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 42.jpg">
As she turns around and raises her blouse, her skirt ends up catching on her thighs again.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Damn it!@@
@@.you;
It's fine! It looks sexier that way anyway! How about using the suspenders to push your breasts together?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Exactly!@@
You take more pictures.
@@.you;
Great! Now let's get two more sets of pictures. One from the back and one from the front!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 43.jpg">
As you say that, Sarah turns around and squats.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is like this good?@@
@@.you;
Whoa! Way to accentuate your ass! Very good!@@
As you say that, she further pushes her ass up, giving you clear view.
//''Nice!''//
@@.you;
Okay! One last set, from the front!@@
<<linkreplace "Keep taking pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 44.jpg">
You watch as Sarah tries to get in position, but ends up slipping.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ouch!@@
@@.you;
Sarah! Are you okay?!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm fine... I'm just not used to these boots...@@
As she sits there, you can't help but admire her natural pose.
@@.you;
Stay there for a moment!@@
You lift the camera and take some pictures.
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey...@@
You can't help but chuckle.
@@.you;
What can I say, you do look beautiful, after all.@@
@@.emote;
Sarah sighs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine...@@
<<linkreplace "Finish taking the pictures">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 45.jpg">
As you finish taking the pictures, Sarah gets up and fixes her clothes.
@@.you;
Okay, so now what?@@
As you ask that, you can clearly see Sarah's face becoming red.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-Well... Now we need to make the video...@@
@@.you;
Oh! And what is it going to be? Am I going to be delivering pizza? Or maybe I'm a plumber? Or how about a life guard?!@@
@@.emote;
Sarah looks away@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Actually... I thought it would be better if we did a game instead...@@
@@.you;
A game?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yeah... The idea would be that I would be playing my favorite game, while you try to distract me enough for me to lose the stage. If you can make me lose, then you win. But if you can't, then I win. Simple, right?@@
@@.you;
Oh? And does anything go?@@
@@.emote;
Sarah glares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Don't go overboard...@@
You raise both hands.
@@.you;
All right... I get it. No going overboard. Just touching, right?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Exactly, you can touch me as much as you want. You can even tickle me. But that's it. Okay?@@
//''Oh, I've got a better plan than that!''//
You nod your head.
@@.you;
You got it!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
... I'm going to put on some panties, just in case.@@
<<linkreplace "Time to act">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 45.mp4" autoplay loop/>
And with that, you set up the camera, while Sarah sits down and turns on the console.
@@.you;
So, all I need to do is break your concentration enough for you to fail that level, right?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes. But you cannot mess with the controller or my arms. Everything else is fair game.@@
@@.you;
And what exactly does the winner get?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... They are allowed to give one command to the loser. It must be obeyed.@@
//''Yes! This gonna be good!''//
You turn on the camera.
@@.you;
Okay! Let's start!@@
<<linkreplace "Grab a boob">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 46.mp4" autoplay loop/>
You immediately move your hand towards her breasts.
@@.emote;
Sarah moans slightly@@
@@.you;
Oh! As I expected! Your breasts are soft, yet firm! They feel very nice to hold!@@
As you are fondling her boob, you can feel the power of corruption starting to go to work. Her breath is slowly, but surely, starting to become moist. Her nipples are already rock hard, yet her concentration on the game is unwavering.
@@.you;
Hm... This is going to be harder than I expected... Then how about... This!@@
<<linkreplace "Touch them directly">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 47.mp4" autoplay loop/>
You raise her blouse in order to be able to touch them directly.
@@.emote;
Sarah moans@@
@@.you;
Whoa! It feels even better to touch them directly!@@
You give a nice squeeze on her breast.
@@.emote;
Sarah moans slightly louder@@
As you are looking at her, you notice that her concentration is yet to be broken.
@@.you;
Hm... I wonder if they both feel the same...@@
You alternate fondling them one at a time. As you do so, you can feel that her skin is flushed. You've noticed that she's been moving her legs a lot.
//''I guess this should be enough to move forward...''//
@@.you;
I've got to give it to you Sarah. You are one though nut to crack. But here's where you made a mistake! I'm a specialist at making women nut! ... Can you say that women nut? Whatever! Time for my ultra attack!@@
<<linkreplace "Remove her panties.">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 48.mp4" autoplay loop/>
You pull legs forward and get a hold of her panties.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-what?! What are you doing?!@@
@@.you;
I'm going for my ultra attack! Guaranteed to break your concentration and make you lose!@@
As you say that, Sarah frowns at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Only touching!@@
@@.you;
You got it!@@
//''You never specified that it had to be my hands!''//
As you finish pulling her panties, you notice that they are already soaking wet. It seems that Sarah notices this too, since her face is redder than before, yet she is still focused on the game.
//''Time to break that focus!''//
<<linkreplace "Go to town on her pussy">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 49.mp4" autoplay loop/>
With her legs spread in front of you, you slowly put your mouth on her pussy.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-what?! $player.name, wait!@@
//''Too late!''//
Before she can even act, you start licking her pussy.
@@.emote;
Sarah moans loudly@@
As a jolt of pleasure goes up Sarah's spine, she momentarily breaks of focus, almost having her character die in the process. After this happens, she gives up any thought of resisting you and tries to concentrate on the game.
//''Haha! It is useless!''//
As you continue to lick her pussy, you start to feel her body slightly trembling. You also notice that her fingers are starting to curl. You are sure that, if you could see her feet, those would have been curled too. Yet, she still is trying to focus on the game.
//''Trying to resist, are you?!''//
You stop licking her pussy for a second, only to hear Sarah let out a sigh of disappointment. Yet she still perseveres.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah...@@
You take a deep breath.
//''Now! My ultimate technique!''//
As you think that, you clamp your mouth onto her pussy.
@@.emote;
Sarah moans even louder@@
//''Let's see if you can resist this!''//
Your start moving your tongue, hitting every sensitive spot you can find. Even so, she grits her teeth and tries to focus.
//''It's useless to resist! Muda, muda, muda, muda, muda!''//
As you move your tongue in fervor, Sarah is no longer capable of holding back and releases a huge orgasm.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah! Ahhhhhh!@@
As she cums, she's no longer able to properly hold the controller and ends up dying. You take your mouth off her pussy in order to celebrate.
@@.you;
Yes! I won!@@
@@.emote;
Sarah is breathing heavily@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah... Ah... I said... You could... Only... Touch...@@
You can't help but give her a grin.
@@.you;
But you never said that I couldn't touch you... With my tongue.@@
As you say that, you wiggle your tongue at her. You watch as Sarah glares at you but then sighs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess... A win is a win. So, $player.name, what is it that you want?@@
<<linkreplace "Give her an order">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 50.mp4" autoplay loop/>
You can't help but grin, as you take off your belt.
@@.you;
Naturally, I want you to return the favor. I'm afraid that I'm about to get a bad case of blue balls.@@
As you say that, you pull your cock out and place it right if front of your $os.rel.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine, but we will make another bet. If I can make you cum, without dying again, you will have to listen to any order of mine, got it?@@
@@.you;
Oh? I would love to see that!@@
As you say that, Sarah takes your cock into her mouth. You can't help but grunt a bit.
<<linkreplace "Receive her blowjob">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 51.mp4" autoplay loop/>
You watch in amazement as Sarah sucks your cock, while at the same time she keeps an eye on her character.
@@.you;
You won't be able to make me cum any time soon like that.@@
As you say that, Sarah removes one of her hands off the remote and starts to give you a handjob, while sucking the tip of your cock. You end up grunting.
//''Holy! How can she be this good at it?!''//
@@.you;
T-that's not nearly enough!@@
Taking that as a challenge, Sarah briefly removes both hands from the controller in order to fully reveal your cock. Once revealed, she takes your balls into her mouth and keeps giving you a handjob.
//''Shit! At this rate!''//
<<linkreplace "Almost there">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 52.mp4" autoplay loop/>
As you start to approach orgasm, your cock starts to pulse and twitch. Noticing this, Sarah takes you deep into her mouth.
@@.you;
Ah! Crap! I'm almost there!@@
Trying to take your mind off of her blowjob, you move your hand and start to fondle her breast. But that backfires.
//''Fuck! Her breasts just made me inch even closer!''//
You pull back your hand and grit your teeth, trying to hold out. But it seems Sarah also has a final attack, as she wraps her mouth around the tip of your cock and sucks hard. You give her a warning about the impending spurt.
@@.you;
Ah! I'm cumming, Sarah!@@
As if she didn't even hear you, she keeps on sucking the tip. You are no longer able to hold back.
@@.you;
Urgh!@@
You start to cum, but Sarah doesn't let off and keep your cock in her mouth.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm!@@
As you keep cumming, you can hear Sarah swallowing. After a while, she lets go of your cock and coughs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Jesus, $player.name! How can you cum that much?! I thought I was going to drown for a second!@@
@@.you;
Sorry, Sarah... It just felt too good...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hmph... well, at least it's better than you getting cum all over the controller...@@
<<linkreplace "Finish up">><<scrollTop>><<ctpAdvance "SarahTifa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 53.jpg">
As you collapse on the sofa, Sarah gets up and turns off the console.
@@.emote;
Sarah grins at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I won.@@
@@.you;
That... That you did. But I'm very tired right now... Maybe I could give you head tomorrow?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-What?! That's not what I was going to order you to do!@@
@@.you;
Ah, is that so?@@
As you say that, Sarah looks away.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But I wouldn't exactly say no...@@
As you hear that, you can't help but grin.
//''I did it! Now I'm one step closer!''//
As you are thinking that, Sarah coughs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ahem... Anyway! My order is! You need to upgrade your Fan Subscription!@@
@@.you;
What?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, if I'm about to get a huge influx of fans, you need to retain your spot as my number one fan. So you need to upgrade your tier!@@
//''But it's $50 a month!''//
As you are about to protest, you can't help but notice Sarah looking at you with uncertainty.
//''I can't say no...''//
@@.you;
Fine. I will update my subscription tomorrow.@@
<img src="img/Sarah/Sarah Kiss.jpg">
As you say that, Sarah leans in and kisses you.
//''Eww! It tastes like my own cum!''//
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you, $player.name!@@
@@.you;
You are very welcome... But you kissed me on purpose, didn't you?@@
As you say that, Sarah's smile turns into an evil grin.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Just a little payback for almost drowning me with your cum. I thought you should have a small taste of it too.@@
As she says that, she fixes her clothes and starts putting stuff back into place. You decide to help her.
@@.you;
Also, you called my name a few times... Won't that be bad?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That's why it wasn't live. I can just edit it out.@@
@@.you;
Oh, that is right.@@
Once everything is clean, Sarah takes the memory stick and puts it in her pocket.
@@.you;
You should probably edit that tomorrow. It is very late.@@
@@.emote;
Sarah shakes her head@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No... I want to get this out as soon as possible!@@
@@.you;
Do you need help?@@
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No, you helped enough. I can finish the rest. You go to sleep $player.name, you do have school tomorrow.@@
You nod your head.
@@.you;
Very well, I will see you tomorrow then. Good night.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Good night.@@
@@.corruption;
You've become more corrupted@@
@@.corruption;
Sarah feels more depraved@@
@@.corruption;
Sarah becomes more corrupted@@
<<set $SarahTifa to true>>
[[Go to bed|Sleep][$player.corruption += 1;$os.corruption += 1;$os.corruptionlevel += 1]]
<</ctp>><img src="img/Sarah/Sarah Midnight Working 1.jpg">
As you are walking by the living room, you notice that the lights are still on.
//''Sarah must be working...''//
As you walk in, sure enough, Sarah is working on her laptop. She seems to be frowning.
//''I wonder what happened...''//
@@.you;
Hey, Sarah.@@
@@.emote;
Sarah looks up at you and frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It's going down again.@@
@@.you;
What's going down again?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
My number of fans! It's going down again! Look!@@
You move to sit next to her and, sure enough, the amount of fans he has is close to 17% less than what it was last time. You can't help but frown.
@@.you;
Man... So much for being called fans. They are quite finicky, aren't they?@@
@@.emote;
Sarah pouts@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I just don't get it. How is it possible that Isabella's numbers keep growing, while mine keep falling?!@@
//''Isabella?!''//
@@.you;
What do you mean?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You didn't know? Isabella also has a K&Q account.@@
@@.you;
Really? But how do you know how many fans she has?@@
As you ask that, Sarah looks down and tries to deflect.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I maybe... Kinda... Took a slight peek at her numbers... By using my mod privilege...@@
@@.you;
Oho... Isn't take, like, abuse of power or something?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
N-no! She... She told me the amount of fans she had, but I didn't believe her... So I personally took a look... Here, I took a screenshot of it.@@
She shows you the a screenshot of the amount of fans she has.
@@.you;
2743?! How does she have that many?!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I don't know! Sure... She posts fully nude pictures... Most of them being very suggestive... But a lot of other girls do that! And they are nowhere near her numbers!@@
@@.you;
Hm... That IS weird...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It is, right?! I even tried to ask her what she does, but all she said was that she posted nude pictures!@@
@@.you;
Yeah... But that really shouldn't have that much of an impact on you, right? You just started, so you are slowly ramping up.@@
@@.emote;
Sarah pouts again@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I was excited that my numbers went up, so I told Isabella about it... And you know what she said?!@@
@@.you;
What?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
She said: "That's it?"! Seriously! Now she is making fun of me just because she has a few more fans than me!@@
//''I wouldn't call having a full digit more to be a few... Also... Is it weird that I find this side of hers kind of cute?''//
You remember that Sarah has always had a competitive nature, but you didn't expect it to show up at a time like this.
//''Maybe I can use this as an opportunity?''//
You get up from the sofa.
@@.you;
You know what? I'm going to help you again!@@
@@.emote;
Sarah looks up at you in surprise@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But how?@@
You give her a grin.
@@.you;
I'm going to figure out what Isabella is doing to get these fans.@@
@@.emote;
Sarah frowns at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
How? She won't tell me... Why would she tell you?@@
@@.you;
Uh...@@
//''I can't tell her that I'm gonna fuck her brains out in order to get that information...''//
@@.you;
I... Oh! I'm going to go undercover!@@
@@.emote;
Sarah is confused@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Undercover? What do you mean?@@
@@.you;
I'm going to become a fan of hers! Wouldn't I find out exactly what she does if I become a fan of hers?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Uh? ... That... That actually may work! Why didn't I think of that?!@@
You nod your head.
@@.you;
Don't worry $os.rel, I got you. I will get you that info in no time. Then we can work on getting you to quadruple... Nay! Quintuple digits of fans!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
R-Really?!@@
@@.you;
Yeah. Trust me. When have I ever failed you?@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I can think of a few times... But not when it comes to this. Fine. I will trust you, $player.name. Find out what she does to get more fans and we will do the same!@@
//''Nice! Here's hoping that Isabella is doing something lewd for it and not just paying people off!''//
@@.you;
You got it.@@
As you say that, Sarah closes her laptop and gets up. As she starts to walk out of the living room, she stops and looks back at you.
@@.emote;
Sarah is bit embarrassed@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thanks, $player.name... I know it's kind of petty of me to do this...@@
You can't help but smile at that.
@@.you;
Don't worry, Sarah. I actually find it quite endearing that you also have a cute side to you.@@
@@.emote;
Sarah blushes@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You think that it's cute?@@
@@.you;
Of course. You are always quite mature, so when you act in a childish manner, I find it cute.@@
@@.emote;
Sarah snorts@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You are weird... Thanks...@@
As she leaves, you can see that her face is a bit redder and there's a smile on her face.
//''I wonder if she likes being called cute? I should go to sleep and get in contact with Isabella... I have to make sure to call her on a weekend morning!''//
<<set $SarahFanCount to true>>
[[Go to bed|Sleep]]<<ctp "SarahUpdate">>
<img src="img/Other/Player Bedroom.jpg">
As you wake up, Sarah suddenly bursts into your bedroom.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name! Are up!?@@
//''If I wasn't before, I am now...''//
@@.you;
Yes, what's up? Is there an emergency?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! Take a look at this!@@
As she says that, she shoves her cell phone close to your face. On the screen, it shows her Kings and Queens account.
@@.you;
Current amount of fans... 453?!@@
@@.emote;
Sarah becomes excited@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! The amount of fans I have almost doubled!@@
@@.you;
Really?! It actually worked?!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! It actually... Wait... Didn't you say you were sure it would work?!@@
You can't help but cough at that remark.
@@.you;
Ahem... Uh... There are no guarantees in life, Sarah! So, even though I was sure it would work, I'm still happy it did!@@
@@.emote;
Sarah frowns at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that so?@@
You give her a smile.
@@.you;
Yep.@@
@@.emote;
Sarah shrugs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, I guess it's fine either way. What's important is that it worked!@@
@@.you;
Indeed! Congratulations, Sarah!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you! I couldn't have done it without your help!@@
As she says that, she leans in and kisses you.
<img src="img/Sarah/Sarah Kiss.jpg">
As she pulls back, she looks at your face that is slightly disappointed.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What? Were you expecting something else?@@
@@.you;
Well... I would be lying if I said I wasn't expecting more...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... Fine. I guess you deserve an extra reward.@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 16.mp4" autoplay loop/>
As she says that, she slightly pulls open the robe and slowly starts to dance.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hope you enjoy this...@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 17.mp4" autoplay loop/>
You watch as Sarah lowers her robe and slowly massages her breasts.
@@.emote;
Sarah moans@@
//''Whoa!''//
As she does so, the robe gets in her way.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm...@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 18.mp4" autoplay loop/>
You watch as Sarah takes of her robe and turns around, giving you ample view of her ass.
//''Nice!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
There. Now where were we?@@
@@.you;
You were taking off your bra!@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I was?@@
You nod your head.
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Pervert...@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 19.mp4" autoplay loop/>
As she says that, she partially takes off her bra and goes back to massaging her breasts.
@@.emote;
Sarah moans louder@@
//''Let's give her another push!''//
@@.you;
Surely it would be better if it was completely off...@@
You watch as she stares at you and undoes the back strap.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Better?@@
@@.you;
Much better!@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 20.mp4" autoplay loop/>
Now with her breasts fully exposed, you can't help but start to salivate at that sight.
//''Man, what I wouldn't give to fondle those beauties...''//
Seemingly noticing your thoughts, Sarah grins and fondles her breasts.
@@.emote;
Sarah moans even louder@@
After a little bit, your notice that her hands are slowly inching their way down her stomach.
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Corruption Quest 21.mp4" autoplay loop/>
Your eyes focus on her crotch, has she gives you a little service by exposing her pubes and labia.
//''Goddamn! Man I wish those hands were mine!''//
As she pulls up her panties, you notice that she's grinding on them. You can clearly tell that they are damp.
//''She's also getting turned on by it!''//
No longer able to resist your urges, you slowly start to get up your bed, only for Sarah to stop you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No touching.@@
Only through sheer force of will are you able to stop yourself.
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess I should stop here.@@
<<linkreplace "Hold yourself back">><<scrollTop>><<ctpAdvance "SarahUpdate">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Corruption Quest 22.jpg">
As Sarah finishes her striptease, she picks up her robe again.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Did you enjoy your reward?@@
@@.you;
Very much so! Although, I can't say that I'm fully satisfied...@@
@@.emote;
Sarah grins@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Keep helping me and there might just be more in store for you.@@
As she says that, she leaves your bedroom.
//''Whoa! I didn't expect that!''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><img src="img/Other/Isabella Calling.jpg">
As you turn on your phone, you dial Isabella's number.
@@.you;
Okay... Let's give her a call...@@
@@.data;
Ring... Ring...@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Hey, $player.name! What's up?@@
//''Seems like she saved my number...''//
@@.you;
Not much... I was talking with Sarah and she told me that you had a K&Q account, so I just had to become a fan.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh? You became a fan?! How sweet! But you know you don't have to settle on looking at pictures on the internet, right?@@
@@.you;
Sure, but I thought it would be nice to support you in this way.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Thank, $player.name!@@
@@.you;
Speaking of support... Sarah told me you had a lot of fans.@@
You can hear Isabella chuckling.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, I don't want to brag. But yeah, I do. As a matter of fact, I got quite a bit more than Sarah.@@
@@.you;
Yeah, I've heard about that... Sarah is actually chewing my ears off because of it...@@
//''Sorry, Sarah...''//
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh, she is?!@@
You can hear more chuckling.
@@.you;
Yeah... So, tell me... What is your secret?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Hm... Are you saying I'm not beautiful enough to get those fans without having a secret?@@
//''Crap!''//
@@.you;
No! Of course not! You are very beautiful... It's just that...@@
You can hear Isabella laughing.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
It's just that your $os.rel is also very beautiful, right?@@
@@.you;
Exactly! So I was wondering if there was some kind of secret... You know... Some marketing strategy.@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Oh? And if I tell you, will you tell your $os.rel?@@
@@.you;
Uh...@@
//''Now what...''//
You can hear Isabella laughing even louder.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Relax, $player.name. I'm just messing with you. I'm not the jealous type, so I don't mind if you tell her what it is...@@
@@.you;
Really?! Then will you tell me?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
Of course! But... Instead of telling you, why don't I show you?@@
//''I knew it...''//
@@.you;
Sure! I would love it. When can I come over?@@
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
How about today, at Noon?@@
@@.you;
Then it's a date! I will see you at Noon.@@
You can hear Isabella giggling.
@@.stuff;
<img src="img/Profile/Isabella.jpg" class="float-left">Isabella<hr>
See you soon then, $player.name.@@
And with that, she hangs up.
@@.you;
I wonder what kind of crazy thing she does... Oh well, not going to turn down a beautiful woman... Even if she is a bit crazy.@@
<<set $IsabellaCalled to true>>
[[Get ready for Noon|Start]]<img src="img/Group/Sarah Dinner Table.jpg">
As Kelly and Anna take the dishes to the Kitchen, only you and your $os.rel are left.
//''This is a good moment to talk to her about getting more fans!''//
@@.you;
So... Sarah...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes, $player.name?@@
@@.you;
Have you put any thought into Isabella's strategy to gain more fans?@@
As you ask that, her already red face becomes redder.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I... I don't know... I mean... I don't have a boyfriend right now... So I'm not sure how I would do it... Who would I even trust with this?@@
//''Now is the time to strike!''//
@@.you;
Didn't I say that I would always be willing to help you? Just give me the word and I would be more than happy to.@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You...?@@
@@.you;
Yes! Didn't you say you trust me?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well... Of course I do... But... But you are my $player.os...@@
@@.you;
But no one needs to know that! It will be our secret!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I... I don't know...@@
//''Hm... Time to change tactics!''//
@@.you;
Oh well... I guess Isabella will always have more fans than you...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-what?!@@
@@.you;
Such a shame too, you are far more beautiful than she is... So I'm sure you would be able to easily surpass her... And be able to gloat about it... But I guess she will always have this one over you...@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I know what you are trying to do...@@
You can't help but grin.
@@.you;
Is it working?@@
As you ask that, Sarah frowns even more.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You... You promise not to tell anyone?@@
@@.you;
Cross my heart. I will even pinky swear.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
To no one. Absolutely no one. Not your friends, nor mom or Anna.@@
@@.you;
Of course! I will die with it!@@
You watch as Sarah stares at you for a moment and then sighs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine... But just this once! Just to see if it works!@@
You can't help but smile at that.
@@.you;
Of course! Let's just see if it works first! Do you need my help to set up?@@
@@.emote;
Sarah sighs again and shakes her head@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What am I doing... No, $player.name. I actually gave this a lot of thought... So I had something prepared if I ever decided to go ahead with it.@@
//''Seems like she's prepared for this!''//
@@.you;
Great! So what is our battle plan?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Battle plan?@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You will always be a dork.@@
As she says that, she now smiles at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Okay! Here's how it's going work! We will do this at midnight, while everyone is sleeping!@@
You nod your head.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
On that day, we will send out some new pictures of me in a costume I prepared. With them, there will be a link. But we won't be doing it live! At least not yet... I have to make sure everything is working...@@
As she says that, you can't help but grin.
//''Not yet, uh? So much for only doing it once.''//
@@.you;
Okay. Any specific day you have in mind?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Either Tuesday or Thursday... I don't want to do it while I have to work... I also don't want to do it on a Weekend, or Monday.@@
@@.you;
Got it! I will prepare the camera then!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That will help. I will set everything else up.@@
As she says that, she gets up from the table and starts to leave. Before she leaves, she stops and looks at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Not a single soul, got it?@@
@@.you;
Don't worry, $os.rel! You can trust me!@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If you tell anyone, I will snap it off.@@
After that, she leaves.
//''Snap it off?! What does she mean by that?!''//
As a cold sweat goes down your back, you can't help but be excited by what's to come next.
<<set $TellingSarah to true>>
[[Finish dinner|House][$time.passTime(1)]]<<ctp "PhotosSarah">>
<img src="img/Sarah/Sarah Yard 1.jpg">
As you go outside, you find Sarah wearing a gardener's getup.
@@.you;
Hey, Sarah. What's up with the clothes?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hey $player.name. I'm just taking care of a few plants in the yard. Can't be doing that in one of my dresses, now can I?@@
You nod your head.
@@.you;
Makes sense. I just don't think I've ever seen you in that outfit.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That's because I usually do this while you are at school.@@
@@.you;
Oh! Well, that's a shame.@@
@@.emote;
Sarah tilts her head@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Why is that?@@
@@.you;
I missed seeing that side of you.@@
@@.emote;
Sarah grins and poses@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like it?@@
@@.you;
Very much so! Actually... Now that I think about it... Hey, how about we take some pictures for the K&Q? I'm sure your fans would appreciate it as much as I do.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... You sure have been proactive with that lately... Surely it's not just because you want to see me naked, right?@@
You end up laughing at that.
@@.you;
I would be lying if I said that wasn't the case. But I also want to help you.@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, it does feel good to be appreciated... Fine, let's do it.@@
@@.you;
Great! Be right back!@@
<<linkreplace "Get the camera">><<scrollTop>><<ctpAdvance "PhotosSarah">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yard 2.jpg">
As you return, you notice that Sarah raised her shirt a bit.
@@.you;
Oh! Seems like you know what the fans want!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course, they are all perverts like you.@@
You can't help but grin at that and take a few pictures.
@@.you;
Got that right. Now let me just get a nice closeup to start this up.@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosSarah">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yard 3.jpg">
You zoom in the camera and try to get the best angle to show her under boobs.
@@.you;
Hm... Yes... Perfect...@@
You take a few pictures.
@@.you;
Great! Now how about you raise that shirt and give the fans a peak at the goods?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Okay.@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosSarah">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yard 4.jpg">
As she says that, she undoes the suspenders and raises her shirt even more.
//''Nice!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Satisfied?@@
@@.you;
Very much so!@@
You take a few close up pictures.
@@.you;
Okay! Now how about another pose? Oh! I know, why don't you use that flower over there?@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosSarah">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yard 5.jpg">
As you say that, she picks up one of the flowers that she cut and smells it.
@@.you;
Perfect! Stay like that!@@
You take a few more pictures.
@@.you;
Excellent! Now, go down on your knees like you are crawling and use one hand to hold the suspenders!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosSarah">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yard 6.jpg">
You watch as she gets into the pose.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
That's right!@@
You take a few more pictures.
@@.you;
Okay! That's enough from the front side! Now we need a few pictures of the treasure!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Still calling my ass that, aren't you?@@
You can't help but grin.
@@.you;
Always!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosSarah">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yard 7.jpg">
As you say that, Sarah gets up on the chair and lifts her ass.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Satisfied?@@
@@.you;
Very much so! Although...@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Although?@@
@@.you;
There's something obstructing my view...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What do you mean? You should have a clear view of it.@@
@@.you;
No, no, no. You see, your shorts are obstructing it!@@
@@.emote;
Sarah rolls her eyes@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Dork...@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosSarah">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yard 8.jpg">
As she says that, she lowers her pants, giving you a nice view of her panties.
//''Wait, is that a legendary T String?!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What about now, satisfied?@@
@@.you;
100%! Your ass is as amazing as always! I'm sure I could bounce a penny on it!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, I'm glad you like it. I do work hard for it.@@
@@.you;
And I can guarantee you it's worth every second!@@
You take a few more pictures.
@@.you;
Now how about you sit down sideways on the chair?@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosSarah">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yard 9.jpg">
You watch as she does as you tell her.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Like this?@@
@@.you;
Just a second!@@
You walk up and pick up the flower and then use the panties to prop it up.
@@.you;
There! Now it's perfect!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Well, I guess everything looks better with flowers.@@
You take a few more pictures.
@@.you;
Great! Now turn around, please!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosSarah">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yard 10.jpg">
As you say that, Sarah turns around and opens her legs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is this what you had in mind?@@
@@.you;
Very much so! Oh! But use the flower again!@@
With that, Sarah pulls out the flowers and smells them again.
@@.you;
Nice! Just like that!@@
You take a few more pictures.
@@.you;
Now, as a special service for your fans, how about showing them what you've got!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosSarah">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yard 11.jpg">
With that, Sarah pulls the panties aside.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Enjoying the view?@@
@@.you;
Best view ever!@@
You take a few more pictures of her pussy.
@@.you;
Okay! Now let's a back shot!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosSarah">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yard 12.jpg">
As you say that, she turn around, giving you a clear view of her ass.
@@.you;
Very good!@@
You take a few more pictures.
@@.you;
Hm... I can't see the inside very well... Could you bend over a bit and spread your legs just a bit?@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Quite demanding today, aren't you?@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "PhotosSarah">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yard 13.jpg">
Even though she says that, she still does as you ask.
@@.you;
Excellent!@@
You zoom in to make sure you are getting everything.
@@.you;
Great! That's everything we needed!@@
<<linkreplace "Wrap it up">><<scrollTop>><<ctpAdvance "PhotosSarah">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yard 14.jpg">
You finish taking the pictures and start storing the camera.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey, $player.name.@@
@@.you;
Yes, Sarah?@@
@@.emote;
Sarah smiles at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you for helping me.@@
You smile back.
@@.you;
Oh, believe me. It's my absolute pleasure.@@
@@.emote;
Sarah chuckles and gives you a lewd grin@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm sure it is, considering the state of your pants.@@
Now that she mentioned it, your cock is definitely hard. For a brief moment, you entertained the idea of asking her to help you with it, but, unfortunately, you know that Kelly and Anna will be back in a short while.
@@.corruption;
Sarah is a little more corrupted@@
[[Solve it yourself|Start][$time.passTime(1);$os.corruption += 1]]
<</ctp>><<ctp "SarahPool">>
<img src="img/Sarah/Sarah Pool 8.jpg">
As you go to the yard, you spot Sarah.
//''What the...?!''//
You can't help but freeze in place, as you stare at Sarah's breasts.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hey $player.name.@@
@@.you;
Uh, hi Sarah.@@
@@.emote;
Sarah tilts her head in confusion@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is anything wrong?@@
You shake your head.
@@.you;
Oh! Not at all. Much to the contrary... Say, Sarah. Is that a new swimming suit?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? You noticed? Yes. It was a present from Isabella! Looks great, doesn't?@@
//''That does seem like something Isabella would give as present.''//
@@.you;
My honest opinion? That's the greatest swimsuit I've ever seen... But I'm not sure you would agree...@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What are you talking about? I don't think this is the greatest bikini ever, but it does look p-@@
As Sarah lowers her eyes to look at her swimsuit, she freezes in place.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I- ISABELLA! DAMN IT! WHAT KIND OF TOP IS THIS?!@@
You can't help but laugh at her over the top reaction.
@@.you;
Like I said, greatest swimsuit ever.@@
@@.emote;
Sarah glares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
This isn't funny! I was going to wear this outside! Thankfully I decided to try it on! Urgh! I'm going to take this off and then give Isabella a piece of my mind!@@
@@.you;
Oh! Wait a second, Sarah!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What?!@@
@@.you;
Since you are already wearing it. And it's sexy as hell. How about a little fan service to your fans?@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What?! Look, $player.name. I'm usually all in on that, but I'm not really in the mood right now.@@
@@.you;
What if I said that the best revenge would be to have more fans than her? This will surely bring in more fans...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... That does sound nice... Okay, $player.name. You win. Bring the camera! I'm going to show that bitch who's queen!@@
//''Thank you for this, Isabella!''//
<<linkreplace "Go get the camera">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 9.jpg">
When you get back, you find Sarah already waiting for you.
@@.you;
Great! Let's get this started!@@
You take the first few pictures.
@@.you;
Now, obviously, if we are going to attract new fans, we need to expose your greatest asset!@@
@@.emote;
Sarah tilts her head@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And that would be?@@
You can't help but grin.
@@.you;
Your greastest ASSets@@
You emphasize the "Ass".
@@.emote;
Sarah rolls her eyes@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Dork.@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 10.jpg">
As she says that, she turns around and shows you her butt.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Satisfied?@@
You take a few pictures.
@@.you;
It's very nice! But we will need more!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Perv...@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 11.jpg">
You watch as she bends down a bit and raises her ass.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Better?@@
@@.you;
Much better! Now I'm sure new fans will come in droves!@@
You take a few more pictures.
@@.you;
Now let's take a few more pictures of your front, then we can get to the real deal.@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 12.jpg">
As you say that, Sarah turns around and poses again.
@@.you;
Excellent! Keep it up!@@
You take a few more pictures.
@@.you;
Okay, now, even though the top is see through, it's time to show the new fans what you've got!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 13.jpg">
With that, Sarah removes the top and raises her arms, giving you a clear view of her breasts.
@@.you;
Very nice!@@
You take more pictures.
@@.you;
Okay! Now let's give them a little sneak preview!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Okay.@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 14.jpg">
As she says that, she lowers her bottom part of the bikini.
@@.you;
That's it! Not a lot! Just to give them an idea of what's to come!@@
You take even more pictures.
@@.you;
Okay, now from the back side!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 15.jpg">
As you say that, Sarah turns around and lowers it again.
@@.you;
Perfect! I can already see those numbers going up!@@
You take more pictures.
@@.you;
Okay! Enough with the tease! Time for a show!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 16.jpg">
You watch as Sarah replaces her swimsuit with birthday-suit.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Good?@@
@@.you;
More than good! It's great! Hell, I don't think I will ever get tired of looking at your body!@@
As you say that, you can see a smile on Sarah's face.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Glad you are enjoying it, you perv.@@
You take some more pictures.
@@.you;
Okay, now from the backside!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 17.jpg">
As you say that, Sarah turns around and exposes her ass.
@@.you;
Hm... It's nice, but not what I had in mind.@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And what would that be?@@
@@.you;
You have to show them what you've got!@@
<<linkreplace "Take pictures">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 18.jpg">
You watch as Sarah uses her hands to spread her ass cheeks.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Better?@@
@@.you;
That's what I'm talking about! You are a natural at this, Sarah!@@
You take the last few pictures.
@@.you;
And! We are done!@@
<<linkreplace "Wrap it up">><<scrollTop>><<ctpAdvance "SarahPool">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Pool 19.jpg">
After taking the last picture, you proceed to store the camera.
@@.you;
I've got to say. It was quite nice of Isabella to give you the ammunition to overtake her on the K&Q site.@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that what you are calling this?@@
She picks up her swimsuit. You give her a smile.
@@.you;
You know what they say. ♪Always look on the bright side of life♪@@
@@.emote;
Sarah rolls her eyes@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You sure have been going all out on your dorkiness today, haven't you?@@
@@.you;
I'm just in a good mood.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Because you saw me naked?@@
@@.you;
Exactly! I knew you would get it!@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Dork.@@
And with that, she takes her swimsuit and goes back inside.
@@.corruption;
Sarah is a little more corrupted@@
[[Finish|Start][$time.passTime(1);$os.corruption += 1]]
<</ctp>><<ctp "SarahFootMassage">>
<img src="img/Sarah/Sarah Foot Massage 1.jpg">
As you enter the living room, you can't help but hear your $os.rel cursing.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
These goddamn high heels!@@
//''Seems like those shoes are hurting her feet...''//
@@.you;
Hey, Sarah. Are your feet hurting?@@
@@.emote;
Sarah wimpers@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yeah...@@
@@.you;
Well, how about I give you a nice massage?@@
@@.emote;
Sarah becomes excited@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, yeah! You do know how to give massages!@@
@@.emote;
Sarah taps the cushion in front of her@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Come here! Let's put those hands to good use!@@
<<linkreplace "Sit next to her and take off her heels">><<scrollTop>><<ctpAdvance "SarahFootMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Foot Massage 2.mp4" autoplay loop/>
As you sit down, you pick up her leg and start to remove her high heel.
//''Damn... Her leg is thick!''//
@@.you;
I can't help but be amazed at how great your legs look and feel.@@
@@.emote;
Sarah grins@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Don't get too excited. You've still got work to do.@@
<<linkreplace "Massage her foot">><<scrollTop>><<ctpAdvance "SarahFootMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Foot Massage 3.mp4" autoplay loop/>
You start out by gently pulling the right side of the foot forward while pushing the left side back.
@@.emote;
Sarah moans a little bit@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... So good...@@
You move a hand to hold the top of the foot and then use the fingers of the other hand to rub the length of the arch.
@@.emote;
Sarah moans a little bit more@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah...@@
Now you hold the heel with one hand and then, with the other hand, you bend all the toes back and forth.
@@.emote;
Sarah moans@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm...@@
//''Seems like she's starting to get into this''//
You hold the back of the foot with one hand and use the knuckle of your other hand to knead the bottom of the foot, using moderate pressure.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes... Keep going.@@
//''I wonder if...''//
You slowly start moving your hand up her foot and on to her leg, slowly massaging her calves.
@@.emote;
Sarah moans harder@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That's it...@@
<<linkreplace "Massage her leg">><<scrollTop>><<ctpAdvance "SarahFootMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Foot Massage 4.mp4" autoplay loop/>
As you are moving your hand up and down her leg, Sarah starts to rub her leg against yours.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Keep going...@@
//''Seems like she's getting excited!''//
You keep massaging her leg, but soon you find out she's not the only one. You can clearly feel that you are starting to get hard.
//''Let's go a little deeper...''//
As you are about to move your hand, Sarah's foot ends up touching your bulge, breaking her out of her trance.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah! What's this?@@
//''Shit!''//
@@.emote;
Sarah notices that your cock is hard@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? Looks like someone got excited at massaging his $os.rel's feet...@@
@@.you;
Sorry, Sarah. I just couldn't help it.@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, don't worry about it. Well, since my feet feel much better now... I think I should give you a reward... Stand up for me.@@
<<linkreplace "Let her reward you">><<scrollTop>><<ctpAdvance "SarahFootMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Foot Massage 5.mp4" autoplay loop/>
As you stand up, Sarah kneels in front of you and starts undoing your pants.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Now... Let's see what we have here...@@
As she finishes pulling down your pants, your hard cock almost slaps her on the face.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, my... It's big and hard as usual...@@
@@.you;
Well, what can I say... It's like that because of you.@@
@@.emote;
Sarah gives you a lewd smile@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? Is that so? Then I guess I better take responsibility...@@
<<linkreplace "Let her reward you">><<scrollTop>><<ctpAdvance "SarahFootMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Foot Massage 6.mp4" autoplay loop/>
As she says that, she slowly takes your cock into her mouth, only to take it out.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Geez... I forgot how big it is. It barely fits into my mouth...@@
She then proceed to take your cock into her mouth again.
<<linkreplace "Let her reward you">><<scrollTop>><<ctpAdvance "SarahFootMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Foot Massage 7.mp4" autoplay loop/>
After a little bit, she gets used to it and is able to take your cock deeper into her mouth. You can't help but groan in pleasure.
@@.you;
Ah... This feels great, Sarah.@@
As if to answer you, she proceeds to massage your balls as well.
//''Whoa!''//
A suddent pulse of pleasure goes up you spine. Seemingly feeling that you reacted to it, she starts moving more agressively.
@@.you;
Damn, Sarah... If you keep this up... I'm going to end up cumming...@@
As if that was the signal for her to go all in, she starts to move her head quickly, while simultaneously sucking on your head.
@@.you;
Ah! Sarah!@@
As if to give you a final blow, she attempts to swallow your cock to its base and gives your balls a small lick.
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "SarahFootMassage">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Foot Massage 8.mp4" autoplay loop/>
Unable to hold back any longer, you warn her of your impending eruption.
@@.you;
I'm going to cum!@@
Without missing a beat, Sarah maintains her pace. You can't help but put a hand on her head and push your cock further in.
@@.you;
C-Cumming! Urgh!@@
As you cum, you can hear Sarah swallowing it. After a little bit, your now softening cock comes out of Sarah's mouth.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Damn, $player.name... How can you always cum that much? Are you trying to get me pregnant through my mouth?@@
Strangely enough, those words got you excited.
@@.you;
It just shows how much I love your blowjobs.@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I guess it's fine then. But don't get used to it. I'm only repaying the favor. So, thank you for the massage.@@
@@.you;
I'm glad I could help you. Also, thank you for the massage.@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Perv.@@
And with that, she leaves the living room.
//''Pregnant, uh...''//
@@.corruption;
Sarah is a little more corrupted@@
[[Leave|House][$time.passTime(1);$os.corruption += 1]]
<</ctp>><<ctp "SarahYoga">>
<img src="img/Sarah/Sarah Yoga 1.jpg">
As you enter the living room, you see that your $os.rel is doing Yoga. You can't help but be amazed at how flexible she is. Eventually she notices you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey $player.name, what are you doing?@@
@@.you;
Nothing much, do you mind if I sit here and watch?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You want to watch me do Yoga?@@
@@.you;
Yeah, maybe I will learn a thing or two.@@
Your $os.rel doesn't really believe you, but she shrugs and continues her routine.
<<linkreplace "Sit down and watch">><<scrollTop>><<ctpAdvance "SarahYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yoga 2.jpg">
You watch as Sarah slowly moves and gets into another position.
@@.emote;
Sarah looks at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
This pose is called the "One Legged Ramp"...@@
//''That's one sweet ass...''//
@@.you;
Yes... The leg ramp...@@
<<linkreplace "Next pose">><<scrollTop>><<ctpAdvance "SarahYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yoga 3.jpg">
You watch as Sarah slowly moves and gets into another position.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
This pose is called... The "Liu Keng Kick"...@@
//''I'm amazed that the sport bra can hold those tits!''//
@@.you;
Yes... Kick...@@
<<linkreplace "Next pose">><<scrollTop>><<ctpAdvance "SarahYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yoga 4.jpg">
You watch as Sarah slowly moves and gets into another position.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And this pose is called... The "I'm imagining my $os.rel naked".@@
//''Wow... And those legs! Everything about her is hot!''//
@@.you;
Yes... Naked...@@
//''Naked?''//
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I knew your mind was down in the sewers!@@
You feel a little bit embarrassed for being caught red handed.
@@.you;
Sorry, Sarah. But now that I think about it...@@
@@.emote;
Sarah tilts her head in confusion@@
@@.you;
I do think it would be great for your K&Q profile to do a stripping yoga!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Seriously...?@@
You nod your head.
@@.you;
Yes! As your biggest fan, I'm certain!@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You just want to see me naked, don't you?@@
You can't help but grin.
@@.you;
Well... I can't deny that. But it IS true that it would do wonders on your K&Q page.@@
You watch as Sarah thinks for a while and then nods her head.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Okay, go get the camera.@@
@@.you;
YES!@@
//''Okay, Sarah.''//
@@.emote;
Sarah frowns and then chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You are letting your inner thoughts out, $player.name.@@
@@.you;
Ah, crap!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Just go get the camera.@@
<<linkreplace "Get the camera">><<scrollTop>><<ctpAdvance "SarahYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yoga 5.jpg">
You come back with the camera, only to find Sarah already in a pose, her top lifted up.
//''Whoa! Nice!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Okay... Now, once again. This pose is called "One Leg Pigeon".@@
//''She has to be making those names up...''//
<<linkreplace "Next pose">><<scrollTop>><<ctpAdvance "SarahYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yoga 6.jpg">
As Sarah moves to the next pose, she pulls her pants slightly down.
//''Dat ass, though!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Now this pose is called... Hm... "The Squatting Warrior"@@
//''She's definitely making those names up!''//
<<linkreplace "Next pose">><<scrollTop>><<ctpAdvance "SarahYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yoga 7.jpg">
She finishes removing the rest of her clothes, and gets into another pose.
//''I never get tired of seeing her breasts!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And this one is called... "Crouching Tiger with a Broken Leg".@@
//''Bullshit!''//
<<linkreplace "Next pose">><<scrollTop>><<ctpAdvance "SarahYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yoga 8.jpg">
You watch as Sarah turns around, raising her ass.
//''Let us all pray, for our God is present!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And this one is called is the "Frog" position...@@
//''That's the most reasonable name I've heard all day...''//
<<linkreplace "Next pose">><<scrollTop>><<ctpAdvance "SarahYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yoga 9.jpg">
You watch as Sarah changes her pose again.
//''Whoa! Nice!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And this one is called... "Lion About to Pounce on his Prey"...@@
//''Another bullshit name! But wait...''//
@@.you;
Hey, Sarah. Could you hold that pose for a bit?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Uh? Sure.@@
<<linkreplace "Take a picture from behind">><<scrollTop>><<ctpAdvance "SarahYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Yoga 10.jpg">
As she stays there, you go behind her to get the best picture.
@@.you;
Now this is a quality pose!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey! Don't just go around taking pictures of m-@@
As she is about to say something, you both hear the front door opening.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
I'm home!@@
//''Crap!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Crap!@@
You both scramble to get Sarah dressed again.
//''Damn... I wanted to get a few more pictures...''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name?@@
@@.you;
Yes?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Make sure to edit those pictures and send them to me, okay? I want to upload them today.@@
@@.you;
Sure!@@
//''Well, there will be more opportunities in the future...''//
@@.corruption;
Sarah is a little more corrupted@@
[[Wrap it up|House][$time.passTime(1);$os.corruption += 1]]
<</ctp>><<ctp "SarahWork">>
<img src="img/Sarah/Sarah Love Quest 1.jpg">
As you are walking down the hallway, you notice that the light in the living room is on.
//''Is Sarah there again?''//
You make your way back to the kitchen and prepare some coffee. As you finish, you pour it into two mugs and go back to the living room, hiding them behind your back.
@@.you;
Hey, Sarah. Working on the site?@@
@@.emote;
Sarah yawns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hey, $player.name... Yeah, I just have a few more submissions to review before I'm finished.@@
@@.you;
Hm... Well, I know something that would help you...@@
@@.emote;
Sarah looks up at you and raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
And what would that be?@@
You show her the two mugs of coffee in your hands.
@@.you;
Hot coffee!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Coffee! Give me it!@@
As she tries to take the mug, you pull it back.
@@.you;
Hey, where are your manners?@@
@@.emote;
Sarah glares at you@@
You give her smile in response.
@@.you;
So?@@
As she looks at the coffee, she changes her tactics and looks at you with puppy eyes.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Can I have that mug of coffee, $player.os? Pweese?@@
You can't help but chuckle at that.
@@.you;
Fine, but only because you are acting cute.@@
As you say that, you hand her the mug of coffee.
@@.emote;
Sarah snorts@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If that's all it takes for you to give in, your future girl friend is going to have you whipped.@@
You sit next to her to watch her work.
@@.you;
Eh, as long as she's as cute as you, I don't really mind.@@
You can see her blush a little at your comment.
<<linkreplace "Watch her work">><<scrollTop>><<ctpAdvance "SarahWork">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Midnight Working 3.mp4" autoplay loop/>
After a while, she seems to have finished her work. She then stares at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Say... $player.name... Now that I think about it, even though you are a fan of mine, you don't even show on the donation leaderboard...@@
//''Well... I'm already the highest tier fan...''//
@@.you;
Yes...?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So... You know... I want to see your name up on the top...@@
//''But the highest donor is already almost $1000!''//
Seemingly noticing your internal struggle, she pitches in.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It doesn't have to be all at once! Just a little bit at a time... And unlike the other donators... You will get a special reward from me...@@
//''Oh! That peaks my interest!''//
@@.you;
What kind of reward are we talking about?@@
@@.emote;
Sarah smiles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
That depends on how much you donate... Higher is always better, you know...@@
//''Hm... The highest donation possible is $100... But I should stick with giving at most $50...''//
<<if $player.money gte 10>>
[[Give her a tier 1 donation ($10)|Sarah Tier 1][$player.money -=10]]
<</if>><<if $player.money gte 25>>
[[Give her a tier 2 donation ($25)|Sarah Tier 2][$player.money -=25]]
<</if>><<if $player.money gte 50>>
[[Give her a tier 3 donation ($50)|Sarah Tier 3][$player.money -=50]]
<</if>><<if $player.money lte 9>>
[[You are broke, so you can't give her anything|Sleep]]
<</if>>
<</ctp>><img src="img/Sarah/Sarah Videogames.jpg">
As you were walking down the hall, you hear some noises coming from the living room. When you look at your cell phone, you see that it's already midnight.
//''I wonder if Sarah is playing games?''//
You walk in and spot Sarah still playing the same game as last time.
//''Let's give her another scare!''//
@@.you;
Hey, Sarah!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? Hi, $player.name...@@
Not even phased by your sudden greeting, she is still laser focused on the game.
//''Well... That was disappointing...''//
You sit down next to her and watch her play for a while.
//''This is boring... Hm... Oh! I've got an idea!''//
@@.you;
Say, Sarah... You're pretty good at this game, right?@@
Without looking at you, Sarah answers.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Sure...?@@
//''Now for the bait...''//
@@.you;
You know... I'm pretty good at this game as well... Hell, maybe even better than you...@@
As you say that, you notice that Sarah stops what she is doing and slowly looks at you.
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Better than me? You?@@
@@.emote;
Sarah snorts@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No chance.@@
//''Nice! She took the bait!''//
You give her a grin.
@@.you;
I think I am. Say, wanna bet on it? We will have an Arena match, winner takes all.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
OH! You are on! What are we betting on? Money? I've got $50 on me right now.@@
You shake your head.
@@.you;
Not money. Losing money on a bet makes people bitter and strains relationships. I don't want that to happen to us.@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It seems like you are up to something... But go on...@@
You grin grows wider.
@@.you;
So I propose a different bet! How about this! If I win, then you need to give me head. If I lose, then I will give you head. See? Isn't it much better? Even after you lose, you won't feel bitter, right?@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So this is what you were after! You damn pervert! What do you mean "After I lose"?! There's no way I'm going to lose!@@
//''Hook, line and sinker!''//
@@.you;
Does that mean you will take on the bet?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I sure am! So you better get ready to eat a mouthful of my pussy!@@
@@.you;
Oh, we will see if you can maintain that attitude once there's 7 inches in your mouth!@@
//''Not that I would mind eating her pussy, though.''//
<<if $player.fitness gte 20>>
[[Go for the win|Sarah Videogame Win]]
<</if>>
[[Do your best|Sarah Videogame Lose]]
<<ctp "SarahEarly">>
<img src="img/Sarah/Sarah Hall 1.jpg">
As you are leaving the living room, you see your $os.rel entering the house. Seems like she just got back from a party.
@@.you;
Hey, Sarah. How was the party?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It was okay... Not exactly the best party, but at least no one threw up on my dress this time.@@
You can't help but look at her sexy dress.
@@.you;
I've got to say Sarah, I don't think I've ever seen you badly dressed.@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thanks... But where is this coming from?@@
@@.you;
Nowhere... I'm just impressed at how everything you wear looks beautiful.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Is that so...?@@
<<linkreplace "Look at her">><<scrollTop>><<ctpAdvance "SarahEarly">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Hall 2.jpg">
As you say that, Sarah poses for you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What do you think is beautiful... My dress or me?@@
@@.you;
Oh! Definitely you! How could I have ever been so blind to think that it was the dress that was pretty?!@@
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Dork. But I'm tired, so I'm going to bed.@@
As she says that, she slowly makes her way to her bedroom.
@@.you;
Hm... Say, why don't you ever invite me to go to the parties?@@
As you say that, she stops and looks back at you.
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I knew there was something up with your compliments.@@
@@.you;
Well, you've never told me the reason.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I don't really want to talk about it...@@
@@.you;
Oh! Come on, please!@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
How about this, I will show you my breasts if you stop asking me that.@@
//''Seems like she's still not ready to talk about it... I shouldn't push it, so I may as well take the reward.''//
@@.you;
Ain't no man that is going to say no to that!@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "SarahEarly">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Hall 4.jpg">
You watch as Sarah removes her straps and lets the dress drop, revealing her breasts in all of their glory. You nod your head.
@@.you;
Those breasts are definitely the best.@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Glad you enjoyed looking at them.@@
@@.you;
Oh, I sure do! If I could I would replace my TV with your boobs!@@
@@.emote;
Sarah laughs and rolls her eyes@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You are such a dork, you know that, $player.name?@@
@@.you;
Hey, don't tell me you don't like that about me.@@
@@.emote;
Sarah smiles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course I like that about you. You may be a dork, but you are my handsome dork.@@
And with that, she goes to her bedroom.
//''I need to get closer to her to find out...''//
@@.love;
Sarah loves you a little more@@
[[Leave|House][$os.love += 1;$time.passTime(1)]]
<</ctp>><<ctp "SarahNight">>
<img src="img/Sarah/Sarah Night Snack 1.jpg">
As you enter the kitchen for a quick snack, you can't help but freeze at the sight of your $os.rel. She must be getting ready to go to bed. You shake your head and go in anyway.
@@.you;
Hey Sarah. Raiding the fridge?@@
@@.emote;
Sarah turns her head and sees you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hey $player.name... I'm just getting some water.@@
@@.you;
That so? Great! More stuff for me to eat!@@
@@.emote;
Sarah frowns at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You shouldn't eat before going to bed, it will make you fat.@@
While she's talking, you can't help but stare at her breasts.
//''Man... I can see her nipples...''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name?@@
//''Fuck dude... What I wouldn't give to stick my head into those marshmallows...''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name!@@
@@.you;
Ah! Sorry, Sarah... I was just... Uh... Spacing out.@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If you are going to stare, you shouldn't make it that obvious...@@
You give her a wry smile and scratch your head.
@@.you;
Sorry...@@
@@.emote;
Sarah grins@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Don't worry about it. I don't mind.@@
<<linkreplace "Watch her">><<scrollTop>><<ctpAdvance "SarahNight">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Night Snack 2.jpg">
As she says that, she goes to the cupboard and tries to get a cup from the very top shelf, giving you a clear view of her ass.
//''Whoa! She has to be doing that to show off!''//
Once she finally gets the cup, she slowly fills it with water and takes a sip.
@@.emote;
Sarah grins@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... Even without looking at you I knew you were staring at my ass. Did you enjoy it?@@
Not being one to lie, you nod your head.
@@.you;
Very much so!@@
@@.emote;
Sarah laughs and looks at your crotch@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Even without you saying that, I can tell.@@
As she finishes her water, she puts the cup in sink and starts to leave the kitchen.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Good night, $player.name. You should make sure to take care of that.@@
As she turns around, you decide to stop her.
@@.you;
Wait.@@
@@.emote;
Sarah turns her head around@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes?@@
@@.you;
Since you did this to me, surely you wouldn't be opposed to helping me, right?@@
@@.emote;
Sarah puts a finger on her lips@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... I don't know... I have to wake up early tomorrow...@@
You grin at that.
//''An opening!''//
@@.you;
Since you usually sleep late, I know you have a hard time sleeping early. How about this. You help me and I will help you.@@
@@.emote;
Sarah tilts her head@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? How so?@@
@@.you;
You know that cumming makes it easier to sleep, right? So you help me and I help you. And you know I'm good for it.@@
You can see Sarah's face flushing a little, but from the look in her eyes, she's not against it.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... Okay, but if I stay up until late because of you, I'm going to snap it.@@
//''Snap it?!''//
As she says that, she slowly walks towards her bedroom, while shaking her ass.
//''Hm... I've got an idea!''//
You decide to rush towards her bedroom using the other entrance, so she won't notice you.
<<linkreplace "Go to Sarah's room">><<scrollTop>><<ctpAdvance "SarahNight">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Night Snack 2.mp4" autoplay loop/>
You quickly enter her bedroom and hide. After a little bit, Sarah arrives. Once there, she looks behind her and doesn't see you following.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name? What the hell... Did he really just l-@@
You jump out of your hiding spot and hug her from behind.
@@.emote;
Sarah yelps@@
@@.you;
Gotcha!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name! What the hell! I thought you just left...@@
@@.you;
Leave? Why would I do that?@@
@@.emote;
Sarah looks away@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Because you didn't want me?@@
//''Hm... Seems like she's a bit sensitive to this type of thing... Time to bring it back home!''//
You turn her around and give her a kiss.
@@.emote;
Sarah is surprised@@
After a while you pull back.
@@.you;
Of course I want you, can't you feel it?@@
As you say that, you put her hand on your crotch.
@@.emote;
Sarah grins@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... I guess so... Well, better not keep it waiting...@@
//''Good, seems like she's back to normal!''//
As she says that, she pushes you onto her bed.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Now let's see this bad boy...@@
She pulls down your pants, revealing your hardened cock.
<<linkreplace "Let her take care of you">><<scrollTop>><<ctpAdvance "SarahNight">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Night Snack 3.mp4" autoplay loop/>
As your cock is revealed, your $os.rel doesn't waste any time and takes it into her mouth. You can't help but groan in pleasure. As you do so, you can see a grin forming on Sarah's mouth, even though it's filled with cock.
//''Damn, she's good at this...''//
<<linkreplace "Let her take care of you">><<scrollTop>><<ctpAdvance "SarahNight">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Night Snack 4.mp4" autoplay loop/>
You watch as she attempts to suck you dry. Her eyes fixed on yours. As you look into her eyes, you can't help but allow them to wonder a bit further down, to her valley. You move your hand to give them a squeeze.
@@.emote;
Sarah moans@@
As you squeeze them some more, Sarah takes your cock out of her mouth.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Interested in them?@@
@@.you;
Yep... They feel awesome...@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Want to fuck them?@@
As she suggests a titjob, your cock becomes even harder.
@@.you;
Hell yeah, I would!@@
<<linkreplace "Fuck those tits">><<scrollTop>><<ctpAdvance "SarahNight">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Night Snack 6.mp4" autoplay loop/>
As you say that, Sarah positions your cock between her breasts.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
How does it feel?@@
@@.you;
It feels awesome!@@
@@.emote;
Sarah grins@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Then I'm sure this will feel even better...@@
As she says that, she starts moving her tits up and down your shaft, keeping your cock sandwiched between them. As she moves, you can't heal but groan in pleasure.
@@.you;
Fuck... This feels too good... I think I'm about to...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh? About to cum? Then give me a bit of a warning before you do.@@
<<linkreplace "Warn her">><<scrollTop>><<ctpAdvance "SarahNight">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Night Snack 5.mp4" autoplay loop/>
As she moves her breasts even faster, you feel you arrived to the point of no return, as your cock starts pulsing.
@@.you;
Ah! I'm about to cum, Sarah!@@
As you say that, Sarah moves her mouth over the tip of your cock and takes it in. With her mouth tightly sealing it, you feel like you are about to erupt.
@@.you;
C-Cumming!@@
Unable to hold back any longer, you start to cum straight into Sarah's mouth.
@@.you;
Urgh!@@
After a little bit, you finish cumming. As you stop, Sarah takes your cock out of her mouth and shows you the cum, then swallows it.
//''Holy!''//
If you hadn't just came, your cock would be hard as rock again.
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Urgh... I can't get used to salty flavor... But it's better than getting it on my clothes or sheets...@@
And with that, she gets up and takes off her clothes.
@@.emote;
Sarah grins@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Your turn. You better make me cum hard enough to pass out.@@
Not being one to back off from a challenge, you push her on to the bed and start going to town on her pussy.
<<linkreplace "Take care of Sarah">><<scrollTop>><<ctpAdvance "SarahNight">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Night Snack 7.mp4" autoplay loop/>
You open her pussy with both of your hands and start licking it hard. You noticed that it's already drenched.
//''Seems like sucking me got her very excited...''//
@@.emote;
Sarah moans and shivers@@
You spread your whole tongue all over her pussy as you fondle her ass.
@@.emote;
Sarah moans even louder@@
You take her clit into your mouth as your tongue moves between it and the inner folds.
@@.emote;
Sarah releases a muted moan@@
//''Is she trying to stop herself from making too much noise?''//
Taking that as a challenge, you redouble your effort.
@@.emote;
Sarah moans loudly@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
AH!@@
Satisfied that you got the reaction you wanted, you give her a final push, as you focus on her clit.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I-I'm cumming!@@
As she cums, you can feel her shivering. After a while, she stops and collapses.
@@.you;
Heh. So, what did you think? Did I keep my end of the deal?@@
As you ask that, you get no response.
@@.you;
Sarah?@@
<<linkreplace "Check on Sarah">><<scrollTop>><<ctpAdvance "SarahNight">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Night Snack 8.jpg">
As you look at her, you notice that she's fast at sleep.
@@.you;
What the... Did she actually pass out from cumming?@@
You can't help but chuckle.
@@.you;
I better at least put on her panties...@@
You pick up her panties and slowly put them on her, then you cover her with the blanket.
@@.you;
Good night, Sarah.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... Night...@@
As she says that, a small smiles appears on her face.
//''Seems like she's not completely asleep... Oh, well...''//
With that, you decide to leave her room.
@@.love;
Sarah loves you a little more@@
@@.corruption;
Sarah is a little more corrupted@@
[[Leave|House][$time.passTime(1);$os.corruption += 1;$os.love += 1]]
<</ctp>><<ctp "SarahBathPeek">>
<img src="img/Other/Bathroom Door.jpg">
It seems like Sarah is taking a shower and the bathroom door is slightly open.
//''Should I take a look?''//
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "SarahBathPeek">><</linkreplace>>
[[Don't take a look|House]]
<<ctpNext clear>>
<video src="img/Sarah/Sarah Bath 1.mp4" autoplay loop/>
You decide to check on your $os.rel.
//''Whoa! Seems like she's just about to start!''//
<<linkreplace "Keep looking">><<scrollTop>><<ctpAdvance "SarahBathPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Bath 2.mp4" autoplay loop/>
You can't help but admire her curves.
//''Wow... Her breasts are almost the same size as $m.rel's...''//
<<linkreplace "Keep looking">><<scrollTop>><<ctpAdvance "SarahBathPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Bath 3.mp4" autoplay loop/>
You watch as she slowly soaps her legs.
//''Man... I'm amazed at how hot every part of her body is...''//
<<linkreplace "Keep looking">><<scrollTop>><<ctpAdvance "SarahBathPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Bath 4.mp4" autoplay loop/>
You remain hidden, watching as Sarah slowly soaps her curvy ass.
//''That ass must be more comfortable than my pillow!''//
<<linkreplace "Keep looking">><<scrollTop>><<ctpAdvance "SarahBathPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Bath 5.mp4" autoplay loop/>
As you are watching, you notice that she's starting to rinse herself.
//''Well... I guess that's the end of that...''//
But when you are about to leave, you notice something strange.
<<linkreplace "Keep looking">><<scrollTop>><<ctpAdvance "SarahBathPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Bath 6.mp4" autoplay loop/>
You can't help but that the water jet is lingering quite a bit on her pussy.
@@.emote;
Sarah moans@@
//''Is she masturbating in the shower? Using water?''//
<<linkreplace "Keep looking">><<scrollTop>><<ctpAdvance "SarahBathPeek">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Bath 7.mp4" autoplay loop/>
As you are watching, it seems like your $os.rel is no longer satisfied with only the water pressure.
@@.emote;
Sarah moans slightly louder@@
//''She sure has become hornier lately... I wonder if it's the effect of the corruption...''//
After a little bit, you notice that Sarah's body trembles and she is stiffling her moans. Seems like she just came.
//''Now that is what I call a good show!''//
Having seen enough and not wanting to be caught, you decide to leave.
[[Leave|House][$time.passTime(1)]]
<</ctp>><<ctp "SarahMasturbate">>
<img src="img/Other/Room Door Slightly Open.jpg">
As you are walking down the hall, you notice that the door to your $os.rel's room is slightly open.
As you get closer, you start to hear moaning.
//''I wonder what's happening in there...''//
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "SarahMasturbate">><</linkreplace>>
[[Don't take a look|House]]
<<ctpNext clear>>
<video src="img/Sarah/Sarah Masturbate.mp4" autoplay loop/>
As you open the door a bit more, you can clearly see your $os.rel masturbating.
//''Wow... I wonder if she needs an extra hand...''//
As you are hesitant, you heard a sound coming from the bedroom.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... $player.name...@@
//''Wait! Is she thinking of me while she masturbates?!''//
You decide that you want to observe her more closely.
<<linkreplace "Sneak in">><<scrollTop>><<ctpAdvance "SarahMasturbate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Masturbate 2.mp4" autoplay loop/>
You slowly make your way into her room, being careful not to make a sound.
//''Whoa! Looks even better from here!''//
You can't help but get excited as your $os.rel slowly massages her pussy.
//''But I wonder why she's wearing pants... Did she just start masturbating out of nowhere?''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... Yes... Give it to me...@@
As you are thinking, Sarah starts talking again.
@@.you;
And what exactly do you want from me?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... Your big, juicy c-@@
<<linkreplace "Surprise!">><<scrollTop>><<ctpAdvance "SarahMasturbate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Masturbate 3.mp4" autoplay loop/>
As you suddenly speak out, Sarah jumps in surprise.
@@.emote;
Sarah yelps@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
AH! WHO?! WHAT?! $player.name?! Y-You scared me, damnit!@@
You can't help but chuckle at her reaction to your small prank.
@@.you;
Sorry, Sarah. It's just that, since you called me, I came here to see what you were up to.@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Wait... What? I called you...?@@
As you watch Sarah remember what she said just a moment ago, you can see her ears starting to get red. You end up grinning.
@@.you;
Seeing that you were calling me, I'm assuming you needed a hand.@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
After you scared me like that? I would need a lot more than a hand to be able to finish.@@
@@.you;
Hm... I guess you are right... Hm... I've got an idea!@@
As you say that, you jump on her back and lay down.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
$player.name... What are you doing?@@
You grin even wider.
@@.you;
What does it look like? I'm going to eat you out until you cum. As you remember, I'm quite skilled.@@
As you say that, you notice Sarah's face becoming slightly redder.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine... But you better make me cum, or I won't forgive you for scaring me. Or, for that matter, peeking on me in the first place.@@
As she says that, she takes off her pants and panties and slowly stands over you. As she does that, her blouse almost falls off, revealing her breasts.
<<linkreplace "Make her cum">><<scrollTop>><<ctpAdvance "SarahMasturbate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Masturbate 4.mp4" autoplay loop/>
You watch as she slowly crouches on your face, giving you a clear view of her pussy.
//''This is what I'm talking about!''//
After a little bit, her pussy finally touches your lips and you start working your magic. You start off by licking all around the clitoris. You lick it up, down, and all around, but remain focused on the pressure of your tongue on the clitoris.
@@.emote;
Sarah moans@@
You start off lightly and build up the pressure and speed as you hear Sarah starting to moan.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... How are you so good at this?@@
@@.you;
Pwatis@@
You try to give her an answer, but because your mouth is full, all that comes out is some weird sound, but that does give your $os.rel pleasure.
@@.emote;
Sarah moans louder@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah... Yes...@@
You run your fingers down their her thighs and move your mouth close to the entrance to her pussy, where you stick your tongue in.
@@.emote;
Sarah moans loudly@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
AH! FUCK! I'M CLOSE!@@
As you hear that, you increase the speed and use your nose to tackle the clit as well.
@@.emote;
Sarah moans even louder@@
//''I'm going to be amazed if someone else doesn't hear this...''//
To give her the finishing blow, you move your face around as if you were eating a watermelon.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
AH! I'M! I'M CUMMING!@@
As she cums, she can't help but grab your hair and pull you closer to her pussy. You keep licking it until she eventually lets go and falls on her back.
@@.emote;
Sarah is panting@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah... Ah... That was amazing...@@
@@.you;
So... Am I forgiven?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hm... Let's see... It was so good that I think that you also deserve a reward... I can feel quite the something hard on my back...@@
As she says that, she gets up and pulls down your pants.
<<linkreplace "Let her make you cum">><<scrollTop>><<ctpAdvance "SarahMasturbate">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Masturbate 5.mp4" autoplay loop/>
You watch as she slowly licks the tip of your cock.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You aren't the only one that's good at giving head...@@
As she says that, she takes your cock into her mouth and slowly starts to suck on it. You can't help but grunt in pleasure. Eventually she pulls your cock out of her mouth.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
So big... But I can do this.@@
Once more, she puts your cock into her mouth and tries to take it down to the base.
@@.emote;
Sarah makes gargling noises@@
Unable to take your whole cock in, she opts to focus on the head, using her hands to pleasure your balls. As she does that, you feel that you are close to cumming.
@@.you;
I-I'm almost there, Sarah.@@
As you say that, she quickens her pace and tightens her lips around your shaft. That drives you over the edge. You can't help but grunt as you cum.
@@.you;
Urgh!@@
Once you start cumming, Sarah takes it all into her mouth and then swallows.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Can't have you cumming on my clean sheets...@@
You can't help but grin.
@@.you;
Yeah, we can't have that.@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Salty... You need to eat more fruits, $player.name. Especially pineapple... I'm going to make sure to buy one the next time I go to the store...@@
@@.you;
Oh? Does that mean you are going to give me more blowjobs?@@
@@.emote;
Sarah glares at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Do you really have to put it that way? Now, out. I don't want us to be getting caught.@@
@@.corruption;
Sarah is a little more corrupted@@
[[Leave|House][$time.passTime(1);$os.corruption += 1]]
<</ctp>><<ctp "SarahPeek">>
<img src="img/Other/Room Door Slightly Open.jpg">
It seems like Sarah is changing her clothes and her bedroom door is slightly open.
//''Should I take a look?''//
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "SarahPeek">><</linkreplace>>
[[Don't take a look|House]]
<<ctpNext clear>>
<img src="img/Sarah/Sarah Peek 1.jpg">
As you look through the door, you can't really see your $os.rel. But you notice that you can see her reflection on the mirror. Seems like she's admiring herself.
//''Look at that body!''//
You try to hide yourself as well as you possibly can so that she can't see you.
<<linkreplace "Keep looking">><<scrollTop>><<ctpAdvance "SarahPeek">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Sarah/Sarah Peek 2.jpg">
Sarah slowly takes off her underwear and poses again.
//''Nice!''//
You decide that you don't want to get cought peeking on your $os.rel.
//''Maybe someday I can just barge in...''//
[[Leave|House][$time.passTime(1)]]
<</ctp>><<ctp "SarahT1">>
<video src="img/Sarah/Sarah Midnight Working 3.mp4" autoplay loop/>
You decide to donate $10.
@@.you;
Fine, I will start donating then...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really?! Great!@@
You pull out your cell phone and send in a donation. After a little bit, it seems that Sarah receives the notification of it.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It's here! Oh, $10! That means you will get a tier 1 reward!@@
<<linkreplace "Get the tier 1 reward">><<scrollTop>><<ctpAdvance "SarahT1">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Midnight Working 4.mp4" autoplay loop/>
As she says that, she pulls her breasts from out of her blouse.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
There you go! For your reward, you are allowed to give them a good squeeze!@@
@@.you;
Well! Don't mind if I do!@@
You slowly squeeze one breast and then the other. After you finish, she puts her breasts back into her blouse.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you for your donation, $player.name!@@
@@.you;
If I donate again, will I get more rewards?@@
@@.emote;
Sarah smiles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course, you perv! But not today, I need some sleep. Good night, $player.name.@@
@@.you;
Night, Sarah.@@
And with that, Sarah picks her laptop and goes to her bedroom.
//''Worth it!''//
@@.love;
Sarah loves you a little more@@
[[Go to bed|Sleep][$os.love += 1]]
<</ctp>><<ctp "SarahT2">>
<video src="img/Sarah/Sarah Midnight Working 3.mp4" autoplay loop/>
You decide to donate $25.
@@.you;
Fine, I will start donating then...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really?! Great!@@
You pull out your cell phone and send in a donation. After a little bit, it seems that Sarah receives the notification of it.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It's here! Oh, $25! That's quite a bit! That means you will get a tier 2 reward!@@
<<linkreplace "Get the tier 2 reward">><<scrollTop>><<ctpAdvance "SarahT2">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Midnight Working 5.mp4" autoplay loop/>
As she says that, she gets up and slowly pulls her pants down.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Since you enjoy looking at my ass so much, this will be your tier two reward! I will allow you to squeeze it once!@@
@@.you;
Hm... Say, instead of a squeeze, how about you spread those cheeks for me?@@
@@.emote;
Sarah chuckles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh my, $player.name! You are such a perv!@@
And with that, she spreads her cheeks to you.
//''I can see everything!''//
After a while, she stops and pulls her pants back up.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you for your donation, $player.name!@@
@@.you;
If I donate again, will I get more rewards?@@
@@.emote;
Sarah smiles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course, you perv! But not today, I need some sleep. Good night, $player.name.@@
@@.you;
Night, Sarah.@@
And with that, Sarah picks her laptop and goes to her bedroom.
//''Worth it!''//
@@.corruption;
Sarah is a little more corrupted@@
[[Go to bed|Sleep][$os.corruption += 1]]
<</ctp>><<ctp "SarahT3">>
<video src="img/Sarah/Sarah Midnight Working 3.mp4" autoplay loop/>
You decide to donate $50.
@@.you;
Fine, I will start donating then...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Really?! Great!@@
You pull out your cell phone and send in a donation. After a little bit, it seems that Sarah receives the notification of it.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
It's here! Wait... $50?! That's so much! It's almost the highest possible single donation!@@
You give her a smile.
@@.you;
What can I say, you deserve every penny of it.@@
As you say that, you can see Sarah's face blushing.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
W-Well! I guess I have to give you the tier 3 reward then!@@
<<linkreplace "Get the tier 3 reward">><<scrollTop>><<ctpAdvance "SarahT3">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Midnight Working 6.mp4" autoplay loop/>
As she says that, she approaches you and pulls your pants down.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
For this reward... It's a blowjob.@@
//''Nice!''//
And with that, she kneels in front of you and takes you soft cock into her mouth.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Even soft it's big...@@
<<linkreplace "Enjoy it">><<scrollTop>><<ctpAdvance "SarahT3">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Midnight Working 7.mp4" autoplay loop/>
She steadily moves her head, making sure to keep pressure on your cock. You can't help but groan in pleasure.
@@.you;
That's it, Sarah... You are so good at this...@@
You can't help but put your hand on her head.
@@.you;
That's right... Keep sucking it... This feels good...@@
Perhaps being spurred by your compliment, Sarah starts moving her head even faster.
//''Shit! At this rate!''//
Seemligly noticing you trying to stop yourself from cumming, she starts sucking even harder, while clamping down on your cock.
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "SarahT3">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Midnight Working 8.mp4" autoplay loop/>
Unable to hold back any longer, you decide to warn her.
@@.you;
I'm about to cum!@@
Unfazed by you telling her that, she just maintains her movement.
//''Fine! Since you want it!''//
You decide to help her out by moving you hips as well. After a little bit, you end up cumming.
@@.you;
Urgh!@@
As the bliss of orgasm clears from your mind, you can see Sarah cleaning her mouth.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Thank you for your donation, $player.name!@@
@@.you;
If I donate again, will I get more rewards?@@
@@.emote;
Sarah smiles@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course, you perv! But not today, I need some sleep. Good night, $player.name.@@
@@.you;
Night, Sarah.@@
And with that, Sarah picks her laptop and goes to her bedroom.
//''Worth it!''//
@@.love;
Sarah loves you a little more@@
@@.corruption;
Sarah is a little more corrupted@@
[[Go to bed|Sleep][$os.corruption += 1;$os.love += 1]]
<</ctp>><<ctp "SarahVideogames">>
<img src="img/Sarah/Sarah Videogames 2.jpg">
You watch as Sarah adjusts her gaming gloves.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I don't want to hear you whining once you are getting beaten to the ground!@@
As she says that, she gives you the second controller and enters the game's "Arena Mode". In here, you are able to select one of twelve pre-built characters.
//''I should go with the Sword and Board Warrior. She will most likely choose the Zweihander, a.k.a. two-handed sword, since it has many unblockable attacks. But if I can perform a perfect block at the right time... I'm nowhere near skilled enough to compete with her with any other character...''//
Just as you predict it, after you chose the Sword and Board, Sarah chooses the Zweihander.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hiding behind a flimsy shield will do you no good, $player.name!@@
You watch as she points her finger at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You are already dead!@@
@@.you;
Nani?!@@
@@.emote;
Sarah tilts her head in confusion@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What?@@
You can't help but chuckle.
@@.you;
Nothing.@@
@@.emote;
Sarah frowns at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Trying to distract me, are you? Your petty tricks won't work!@@
And with that, the both of you enter the Arena and get ready for combat. As the round starts, you both slowly circle each other, until Sarah makes the first move, with an overhead strike that can't be blocked. You dodge it and try to counter, but she peforms an animation cancel into a sidesweep that also can't be block. Being caught by it, you lose a little over a fifth of your health.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Take that, noob!@@
Not wasting your time answering her, you focus on the single opening that you will have. After a while, with your life less than 20%, that opportunity presents itself.
//''Now I just need to perform a perfect block!''//
The perfect block opens the character that attacked to lethal damage, but it being so powerful, the room you have to perform it is of a single frame.
//''A frame perfect manuever...''//
It's already hard to perform it against an AI with scripted movements, but it's that much harder against a player.
//''Now!''//
Thanks to your enhanced physic, your able to perform the miraculous perfect block in PvP.
@@.emote;
Sarah is shocked@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
WHAT?!@@
@@.you;
Got you now!@@
With her wide open, you perform the executing move, impaling the the blade in her chest.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
NO WAY! HOW?!@@
You can't help but laugh.
@@.you;
It's my victory, dear $os.rel!@@
As you say that, you pull out your cock.
@@.you;
And it's time to pay the piper! Or, in this case, suck the piper!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
No way... You couldn't have possibly cheated, right?! Not even I have performed a perfect block in PvP!@@
@@.you;
Well, I guess you can just say I'm special. Now, you are not going to go back on our bet, right?@@
@@.emote;
Sarah frowns@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Of course not! But I'm going to practice "Perfect Block" while I do it! If you can do it, so can I! You are definitely going to lose next time!@@
You can't help but grin.
//''Well, suit yourself. Even if you win, I will still feel like the winner.''//
<<linkreplace "Winner Winner, Chicken Dinner">><<scrollTop>><<ctpAdvance "SarahVideogames">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Videogames 2.mp4" autoplay loop/>
As you sit down, you watch as Sarah takes your cock and puts it in her mouth. You can't help but groan in pleasure when her soft wet tongue touches the tip of your cock.
@@.you;
Yeah... There you go... Take it girl!@@
You watch as Sarah frowns and takes your cock out of her mouth.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, hush it. I'm trying to focus here.@@
@@.you;
Geez... Sorry for trying to enjoy it...@@
With that said, she takes your cock into her mouth again and starts moving, without using her hands. While it does feel good, unfortunately you don't think you will ever cum at this rate.
@@.you;
Sarah, unless you are planning to suck me off the whole night, you will need to focus more on my cock, than on the game.@@
You watch as Sarah takes your cock out of her mouth and sighs.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Fine. Let's get this over with.@@
//''Damn... She's a completely different person when she's gaming...''//
<<linkreplace "Be served">><<scrollTop>><<ctpAdvance "SarahVideogames">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Videogames 3.mp4" autoplay loop/>
You watch as your $os.rel uses her hand to stimulate your shaft, while she starts to move her mouth more enthusiastically.
//''Now we are talking!''//
Even though she is still focused on the screen and playing with one hand, you are sure you will be able to cum soon enough.
@@.you;
That's it... I'm almost there... Keep going...@@
As you say that, Sarah starts using her tongue to caress the tip of your cock, sending pleasure stimulus up your spine. Not being bale to hold out for much longer, you give Sarah a warning.
@@.you;
I'm about to cum, Sarah!@@
Without changing her pace, she just keeps sucking you off until you cum.
@@.you;
Urgh!@@
As you finish cumming, Sarah swallows and sits back up.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
There. Now go to sleep, I need to practice here.@@
//''That's kind of anti-climatic... Oh well, a blowjob is still a blowjob.''//
As you get up and get ready to leave, Sarah stops you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Oh, and $player.name.@@
@@.you;
Yes?@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You better get ready, because next time I will win!@@
You can't help but chuckle.
@@.you;
That would sound more menacing if you didn't still have a bit of my cum on your mouth.@@
@@.emote;
Sarah is surprised@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What?!@@
As she says that, she wipes it off. Her face now visibly red. and with that, you make way to your bedroom.
@@.you;
Don't go to bed too late. Good night, Sarah.@@
Still a little bit embarrassed, Sarah answers you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Night...@@
@@.corruption;
Sarah is a little more corrupted@@
[[Go to bed|Sleep][$os.corruption += 1]]
<</ctp>><<ctp "SarahVideogames">>
<img src="img/Sarah/Sarah Videogames 2.jpg">
You watch as Sarah adjusts her gaming gloves.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I don't want to hear you whining once you are getting beaten to the ground!@@
As she says that, she gives you the second controller and enters the game's "Arena Mode". In here, you are able to select one of twelve pre-built characters.
//''I should go with the Sword and Board Warrior. She will most likely choose the Zweihander, a.k.a. two-handed sword, since it has many unblockable attacks. But if I can perform a perfect block at the right time... I'm nowhere near skilled enough to compete with her with any other character...''//
Just as you predict it, after you chose the Sword and Board, Sarah chooses the Zweihander.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hiding behind a flimsy shield will do you no good, $player.name!@@
You watch as she points her finger at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You are already dead!@@
@@.you;
Nani?!@@
@@.emote;
Sarah tilts her head in confusion@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What?@@
You can't help but chuckle.
@@.you;
Nothing.@@
@@.emote;
Sarah frowns at you@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Trying to distract me, are you? Your petty tricks won't work!@@
And with that, the both of you enter the Arena and get ready for combat. As the round starts, you both slowly circle each other, until Sarah makes the first move, with an overhead strike that can't be blocked. You dodge it and try to counter, but she performs an animation cancel into a sidesweep that also can't be block. Being caught by it, you lose a little over a fifth of your health.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Take that, noob!@@
Not wasting your time answering her, you focus on the single opening that you will have. After a while, with your life less than 20%, that opportunity presents itself.
//''Now I just need to perform a perfect block!''//
The perfect block opens the character that attacked to lethal damage, but it being so powerful, the room you have to perform it is of a single frame.
//''A frame perfect manuever...''//
It's already hard to perform it against an AI with scripted movements, but it's that much harder against a player.
//''Now!''//
You try to perform the perfect block, but you miss it by a frame, causing you to only make a normal block. While that stops the attack, it also staggers you and opens you up to the following attack.
//''Shit!''//
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Die!@@
And with that, your character collapses and becomes ashes.
@@.emote;
Sarah laughs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Told you I was better! Now make sure to eat it up real good!@@
Saying that, Sarah removes her pants and panties.
//''Damnit... I need to hone my reflexes... Considering that Pravitas helps me in that regard, I should probably swim more...''//
@@.emote;
Sarah opens her legs@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Now, go on. I don't have all night, so put your tongue to work!@@
You can't help but shrug at her enthusiasm.
//''I don't really mind anyway...''//
<<linkreplace "Get to work">><<scrollTop>><<ctpAdvance "SarahVideogames">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Sarah/Sarah Videogames 4.mp4" autoplay loop/>
You slowly lean forward and kiss her plump pussy lips. You let her warm and wet lips caress your lips. Slowly you explored her with your tongue and mouth. You bring her hips forward a bit and dive in deeper, lapping up her wonderful sweet juices.
@@.emote;
Sarah moans@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Yes! Just like that!@@
You can clearly see that Sarah's clit was swollen and aching for attention. You licked and sucked and flicked it with your tongue and lips.
@@.emote;
Sarah moans loudly@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
AH! I'm almost there!@@
//''Time to deliver the final blow!''//
You focus your efforts onto her clit, bringing her to the brink of an orgasm.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I'm cumming!@@
As you keep licking her pussy, Sarah's hips start to buck and she holds your head tight to her pussy.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Ah! Ahhh!@@
After a while, she stops cumming and lets go of your head. You get up and wipe your mouth.
@@.you;
Good?@@
@@.emote;
Sarah is panting@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
The best...@@
You can't help but grin.
@@.you;
But don't get used to it. Next time, I will win.@@
As you say that, the fog of climax that was on Sarah's face dissipates.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What?! You must be dreaming! But I don't mind, so keep betting away!@@
//''Oh, I will...''//
As she says that, Sarah stifles a yawn and gets up.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
But not now... I'm tired after cumming that hard.@@
@@.you;
Yeah, I'm off to bed too.@@
And with that, she makes her way to her bedroom.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Good night, $player.name. Don't stay up too late practicing. Not that it will do you any good.@@
With a chuckle, she leaves and goes to her bedroom. You can't help but smile.
@@.you;
Don't worry. I have the means to win... Eventually...@@
@@.corruption;
Sarah is a little more corrupted@@
[[Go to bed|Sleep][$os.corruption += 1]]
<</ctp>><<ctp "RachelLove">>
<img src="img/Rachel/Rachel Love Quest 1.jpg">
As you arrive at your classroom, you notice Rachel staring through the window.
//''I wonder why she's standing there...''//
You decide to approach her.
@@.you;
Hey, Rachel.@@
As Rachel looks at you, she smiles.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Hi $player.name! Good morning!@@
@@.you;
Good morning. Here, let me take your jacket for you.@@
As you say that, you gently help her take off the jacket.
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thank you, $player.name! Such a gentleman!@@
@@.you;
So... What are you standing there for? Aren't you going in?@@
As you ask that, you can see her face starting to blush.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah... I... I didn't want to interrupt their conversation...@@
//''Their conversation?''//
<<linkreplace "Look inside the classroom">><<scrollTop>><<ctpAdvance "RachelLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 2.jpg">
As you look inside the classroom, you notice the known couple talking about their weekend plans.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Guy<hr>
... and then, we will go to Le Mark! I heard there's going to be killer music there this Sunday!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Girl<hr>
Le Mark?! But isn't that place fairly expensive?@@
You watch as the guy snorts.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Guy<hr>
Don't worry babe, I got this! I've been taking some extra shifts this week. So all you gotta do is bring that sweet ass of yours and I will take care of everything!@@
You watch as the girl playfully slaps the guy's arm.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Girl<hr>
Hey! I've got more than just my ass, you know!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Guy<hr>
Hell yeah, you do! You got some sweet titties too!@@
You watch as the girl chuckles.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Girl<hr>
You know it!@@
<<linkreplace "Look at Rachel">><<scrollTop>><<ctpAdvance "RachelLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 3.jpg">
As you look back at Rachel, you can see that her face is saddened.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I wonder what it's like to go on a date...@@
@@.you;
What was that?@@
You watch as Rachel remembers that you are right next to her and starts to panic.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
N-Nothing! Nothing at all! I-I've definitely gone on dates before! O-Okay?!@@
You can't help but chuckle at how cute she acts.
@@.you;
Sure...@@
As you are about to ask her if she's interested in going on a date with you, Linda interrupts you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name! Rachel! Come inside already! I'm going to start the class!@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! Sorry, Linda! Let's go, $player.name!@@
As she says that, she takes your wrist and pulls you into the classroom with her.
//''I should definitely think about taking her out on a date... But if I'm going to do it, I should do it right... I should talk to Rebeca.''//
<<set $RachelLoveQuest2 to true>>
[[Go to class|Classroom]]
<</ctp>><<if $RachelLoveQuest2>><span style="color:green;">Go to class</span><<else>><span style="color:red;">Go to class</span><</if>>
<<if $RebecaTalk>><span style="color:green;">Talk to Rebeca (Tue/Thu, Afternoon)</span><<else>><span style="color:red;">Talk to Rebeca (Tue/Thu, Afternoon)</span><</if>>
<<if $ticketsbuy>><span style="color:green;">Buy some tickets online</span><<else>><span style="color:red;">Buy some tickets online</span><</if>>
<<if $student.love gte 15>><span style="color:green;">Reach 15 points in Love</span><<else>><span style="color:red;">Reach 15 points in Love</span><</if>>
<<if $RachelInvite>><span style="color:green;">Invite Rachel to a Date (Friday;Evening)</span><<else>><span style="color:red;">Invite Rachel to a Date (Friday;Evening)</span><</if>>
<<if $DealingMelissa1>><span style="color:green;">Call Rebeca (Sat/Sun;Noon)</span><<else>><span style="color:red;">Call Rebeca (Sat/Sun;Noon)</span><</if>>
<<if $CallRebeca>><span style="color:green;">Go to sleep</span><<else>><span style="color:red;">Go to sleep</span><</if>>
<<if $player.charm gte 20>><span style="color:green;">Raise Charm to 20</span><<else>><span style="color:red;">Raise Charm to 20</span><</if>>
<<if $DealingMelissa2>><span style="color:green;">Deal with Melissa (Sunday;Noon)</span><<else>><span style="color:red;">Deal with Melissa (Sunday;Noon)</span><</if>>
<<if $student.love gte 19>><span style="color:green;">Reach 19 points in Love</span><<else>><span style="color:red;">Reach 19 points in Love</span><</if>>
<<if $InviteRachelAgain>><span style="color:green;">Invite Rachel to a Date (Sat; Late Afternoon)</span><<else>><span style="color:red;">Invite Rachel to a Date (Sat; Late Afternoon)</span><</if>>
<span style="color:red;">Go on a Date with Rachel (Sun; Late Afternoon)</span>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@
<<ctp "TalkRebeca">>
<img src="img/Rachel/Rachel Love Quest 4.jpg">
As you enter Accogliente, a restaurant famous for having a sofa and very few customers, you can't help but wonder why this university has so many weird themed stores. As you enter, you can't help but notice that Rachel and Rebeca are holding each other's butts.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hm... No, I definitely think your ass is softer than mine.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That's so not true! Your ass is super soft!@@
//''What the...?''//
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
There's no need to lie to me, I know that I'm as flat as a board.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey! Size is not the only thing that matters!@@
You decide to approach them.
@@.you;
Hey girls... Should I even ask what you two are doing?@@
You watch as Rebeca looks at you and smirks.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
We are comparing each other's ass. I told Rachel that she had a great ass, but she said that mine was better. Impossible, right?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey! Don't say that! My ass isn't that great!@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hm... Well, since $player.name is here. How about we let him decide?@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-What?!@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "TalkRebeca">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 5.jpg">
As Rebeca says that, she turns Rachel around and pulls up her pants, giving you a clearer view of her ass.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
See? Look at this beauty! Man... What I wouldn't give to have an ass like this... You are one lucky dude, $player.name.@@
As she says that, you can see Rachel's surprised face turning red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Rebeca! W-What do you mean by that?!@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hm...? Surely $player.name has already gotten a hand full of this ass, right?@@
@@.emote;
Rachel becomes even more embarassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
N-No! Not yet!@@
@@.emote;
Rebeca smirks@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yet? So you do plan on letting him have a go at it! You dirty, dirty girl!@@
You watch as Rachel's face becomes even redder and looks at you for help.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That! That's not true! Say something, $player.name!@@
You nod your head and grin.
@@.you;
She does have an amazing ass. I'm honestly kind of jealous that you can hold it like that.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh, don't worry. I'm sure she will eventually let you do far more than just touch it.@@
As if Rebeca saying that was the finishing blow, Rachel is no longer able to take it.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You! You two are so mean! Ganging up on me!@@
As she says that, she runs out of the restaurant.
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hahaha! That was great! She's been far more outgoing lately. I kind of missed that reaction of hers!@@
You can't help but give her a wry smile.
@@.you;
Are you sure she's fine?@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Of course. She's embarrassed right now, but I'm sure once she calms down, she will start fantasizing about what you would do to her ass. For all that shyness of hers, she's a lot kinkier than you think.@@
@@.you;
Is that so...?@@
//''Well, that's something to look forward to.''//
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Anyway... Since it's just the two of us, want to have lunch together?@@
@@.you;
Ah, yes! There was actually something I wanted to talk to you about.@@
<<linkreplace "Have lunch with Rebeca">><<scrollTop>><<ctpAdvance "TalkRebeca">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 6.jpg">
As you sit down and order your meal, you talk to Rebeca about going on a date with Rachel.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
A date, uh? It's true that Rachel has never gone on a date... Well, at least not with a boy.@@
@@.you;
So, do you have any good ideas on where she would like to go?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Actually, I do. She told me that she's always dreamed about being taken to an aquarium for a date.@@
@@.you;
An aquarium? Why is that?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Apparently she watched a show where the main character takes a girl to one. She said it was very romantic.@@
You nod your head.
@@.you;
An aquarium... I guess I can do that... Thank you for the idea, Rebeca.@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh, don't worry about it. I'm doing my girl a solid here. Hopefully this will help her get out of her cage...@@
You can't help but raise an eyebrow at that.
@@.you;
Cage?@@
@@.emote;
Rebeca gives you a wry smile@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
You've already been to her house, right?@@
@@.you;
Yes...? But I didn't see any cages there...@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
It's a metaphorical cage! What I meant was... Hey, you never met her parents, have you?@@
@@.you;
Hm... Now that I think about it... I was always made to leave before they arrived...@@
@@.emote;
Rebeca looks at you and grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yeah... They are SUPER controlling. There's no way they would let their sweet little angel out on a date. Especially not with some big bad wolf that is just waiting to eat her.@@
@@.you;
I mean... Can't really deny that... But she's an adult, surely she can just do whatever, right?@@
@@.emote;
Rebeca shakes her head@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Maybe if she was more of a rebel... But our cute little Rachel? Being able to rebel against her parents?@@
As you think about Rachel's personality, you shake your head.
@@.you;
Yeah... There's no way that will happen...@@
//''At least not yet...''//
@@.emote;
Rebeca smirks@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Although... She does fantasize about sneaking out... If you can get her to go with you...@@
@@.you;
Oh! That's interesting! Yeah, I heard her parents work until late. So, as long as we are back by then... No harm, no foul, right?@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
If you can bypass their guard dog, that is...@@
@@.you;
Guard dog? I don't remember them having any dogs...@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Surely you've met their bitch, right? A bitch called Melissa.@@
You can't help but frown.
@@.you;
Oh... THAT dog...@@
@@.emote;
Rebeca nods her head@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
She's there pretty much the whole day... Well, if you can bypass her and convince Rachel, then it should be fine.@@
@@.you;
Okay! Got it! Thanks for the tips, Rebeca!@@
@@.emote;
Rebeca smirks@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh! Don't worry. I have a vested interest in your relationship with her.@@
You raise an eyebrow that that.
@@.you;
You do?@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yep! But let's not talk about it right now... There's still quite a way for you to go.@@
@@.you;
Okay...?@@
As you both finish talking, you finish your meal and get up.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh! Actually, $player.name! There IS something else.@@
You turn around to look at her.
@@.you;
And what would that be?@@
You watch as she takes out her cell phone.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
If you become stuck and can't get rid of the guard dog, give me a call. I have a way to... Uh... Convince her. Although, it will cost you a favor. Ah! Also, make sure to invite her on a Friday! Preferably in the evening!@@
You nod your head and pull out your cell phone to register her number.
@@.you;
Got it. Thank you, Rebeca!@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
No worries! Also, make sure you call me on a weekend. Like, at noon?@@
@@.you;
Will do.@@
As you say that, you turn around and start to leave.
//''I need to buy the tickets first... I should do that once I get home.''//
<<set $tickets = 1>>
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Good luck!@@
<<set $RebecaTalk to true>>
[[Leave|School][$time.passTime(1)]]
<</ctp>><<ctp "InviteRachel">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Studying!@@
@@.you;
Mind if I come over? I've got something to ask you...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Having issues with biochemistry? Sure! Come over!@@
//''Not really...''//
@@.you;
I will be on my way then.@@
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "InviteRachel">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 7.jpg">
As you arrive at Rachel's house, you press the door bell.
@@.data;
Ding... Dong...@@
After a while of waiting, you press it again.
@@.you;
Ding... Dong...@@
//''Is nobody home? That shouldn't be the case... Right?''//
As you are about to press it again, the door opens.
@@.emote;
Melissa stares at you@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Yes?@@
@@.you;
Hey, Melissa. I'm here to see, Rachel.@@
You watch as Melissa frowns.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
It's kind of late...@@
@@.you;
Don't worry. I won't be staying long.@@
@@.emote;
Melissa sighs@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
She's in her bedroom. Wait in the living room while I call her.@@
As Melissa makes her way to Rachel's bedroom, she stops and looks back at you.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Make sure to lock the door. We don't want any more strays entering the house.@@
//''Damn... What a bitch...''//
You make your way to the living room and take a seat.
<<linkreplace "Wait">><<scrollTop>><<ctpAdvance "InviteRachel">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 8.jpg">
After a while, you hear footsteps. When you look towards the stairs, you see Rachel.
@@.emote;
Rachel smiles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
//''Ah... That smile does heal me.''//
@@.you;
Hey, Rachel. How's it going?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fine! You said you had a question for me?@@
As she says that, she hops on the sofa.
@@.you;
Yes... It's this right here.@@
<<linkreplace "Give her the item">><<scrollTop>><<ctpAdvance "InviteRachel">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 9.jpg">
You take out an aquarium pamphlet and hand it over to her.
@@.emote;
Rachel is confused@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This is?@@
@@.you;
An aquarium.@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I know that! I just don't understand the question... What does an aquarium have to do with biochemistry?@@
@@.you;
I never said my question was about biochemistry...@@
@@.emote;
Rachel tilts her head to the side@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
If not that, then what?@@
You can't help but grin.
@@.you;
Say... I just got myself two tickets to the aquarium... Would you like to go with me?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Two tickets to the aquarium...? Me?@@
You can practically see the loading bar over her head, as she processes what you just said.
@@.emote;
Rachel becomes flustered@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-You are asking me on a d-d-d-date?!@@
@@.you;
Exactly! To the aquarium. Would you like to go on a date with me? On a weekend.@@
@@.emote;
Rachel jumps off the sofa in excitement@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
YES! I would love to go on a date with you! Please, take me with you!@@
You can't help but chuckle.
@@.you;
Of course... We just need to set the da-@@
As you are about to say something, you hear someone clear their throat.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Ahem... Rachel.@@
@@.emote;
Rachel panics@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! Melissa! I... I wasn't...@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
You know the rules. If you want to go out, you will need to get permission from your parents... And I don't believe they will approve.@@
You watch as Rachel becomes crestfallen.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes... I know...@@
As she says that, she turns around and hands you the pamphlet. You can see her eyes tearing up. She still tries to give you a smile.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm sorry, $player.name... I can't go... Maybe Rebeca will be able to? You should invite her. I'm... I'm going to go back to my bedroom.@@
@@.you;
Rachel...@@
And with that, she makes her way back to her room.
<<linkreplace "Confront Melissa">><<scrollTop>><<ctpAdvance "InviteRachel">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 10.jpg">
After she leaves, you can't help but glare at Melissa.
@@.you;
Was that really necessary?@@
Not being intimidated by your glares, she stares back at you.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I think you are lucky enough that you can visit her. But there's no way she will be allowed to go on a date with you. If you are unhappy about it, you can talk about it with her parents. But it won't go well and you will most likely be banned from ever showing up.@@
You can't help but frown.
@@.you;
Don't they work all day? Surely she can just go out and come back, without them ever being the wiser.@@
@@.emote;
Melissa raises an eyebrow@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
One of my jobs is to keep an eye on her and I'm not going to risk my job just so she can go out on a date. Now, if you don't have anything else to say, then you may take your leave.@@
Not being able to argue back, you turn around and make your way to the door.
//''I think I will need to give Rebeca a call...''//
<<set $RachelInvite to true>>
[[Go back home|House][$time.passTime(1)]]
<</ctp>><img src="img/Other/Rebeca Calling.jpg">
You decide to call Rebeca.
@@.data;
Ring... Ring...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hey, $player.name! How did it go?@@
@@.you;
Hey, Rebeca. Not so well.@@
You explain to her what happened.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Whoah... She's still as much of a bitch as I remember her being...@@
@@.you;
Have you known her for long?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Well, yes. I used to frequent Rachel's house a lot when I lived close to her. Melissa was the daughter of the old house keeper. But, even then, she was a total bitch.@@
@@.you;
I can't really blame her for not wanting to put her job on the line for Rachel... But even so, I still want to take Rachel out on date.@@
You can hear Rebeca chuckling.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Well, I do have a way. It's not something I wanted to do, since I don't really like Melissa. But if it's for you and Rachel, I think I can do it. But you will own me big time.@@
@@.you;
Oh? I'm listening.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
You see, Melissa has always dreamed of being an actress... That's one of the few things she won't shut up about. But, up until now, she hasn't had much luck.@@
@@.you;
An actress...? Well, she is beautiful... If she kept her mouth shut.@@
You can hear Rebeca laughing.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
She's actually quite good at hiding that bitchy attitude of hers when she wants to. You should see how she acts in front of Rachel's parents. All prim and proper. I would bet $100 that she's fucking Rachel's father, because God knows she doesn't do much house keeping, other than walking around with skimpy clothes!@@
//''Really? Well... That does make sense... She doesn't look like a maid...''//
@@.you;
So, how exactly is that going to help? I don't recall having any connection that would help her become an actress...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
You may not... But I do. A friend of mine is actually an up and coming Movie Director! And he owes me a favor. So, while I can't get her a part in one of his movies, I can get her an audition. It's for a minor role, but it's more than what she's got now.@@
@@.you;
And you think that, in exchange for that, she will keep her mouth shut about Rachel?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Exactly! Great plan, right?@@
You can't help but nod your head.
@@.you;
Indeed...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh! But there's still one more thing!@@
@@.you;
Hm...? And what would that be?@@
You could hear the evil intent in her voice.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I want you to knock her down a peg or two.@@
@@.you;
How so?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
You see. This friend of mine also produces... More explicit types of movies. I want you to convince her to participate in one of them.@@
//''I guess that's possible if I use my corruption...''//
@@.you;
I see... So this is the favor you wanted?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Exactly! And, who knows! Maybe you can even train that bitch! Oh, but if you don't think you can do it, then don't worry. We will just use the minor role as planned.@@
You can't help but smirk.
@@.you;
No... I can do it. Her attitude ticked me off as well...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Great! Then I will talk to my friend and he will tell his assistant to contact Melissa! I will give you a call once things are arranged.@@
@@.you;
Got it. I'm looking forward to it.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
So am I!@@
You both laugh in a rather evil way.
<<set $DealingMelissa1 to true>>
[[Finish Call|House]]<<ctp "testID">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Studying!@@
You can't help but chuckle.
@@.you;
You sure enjoy studying, don't you?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yep! I think it's fun.@@
@@.you;
Say, want to do something that is even more fun?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
More fun? Like playing board games?@@
@@.you;
Almost. Mind if I come over?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sure! I will be waiting!@@
@@.you;
Okay, I'm on my way then. See you soon.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
See ya!@@
As you turn off your phone, you pick up a small stuffed dolphin that you had.
//''This should be a nice gift.''//
<<linkreplace "Go to Rachel's house">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 24.jpg">
As you arrive at Rachel's House, you press the doorbell.
@@.data;
Ding... Dong...@@
After a while, the door opens and you stand face to face with Melissa.
@@.emote;
Melissa smiles at you@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Oh! Hey, $player.name! Came to visit Rachel?@@
//''That's odd... She's not bitchy... Her clothes are also more revealing than usual...''//
@@.you;
Hey, Melissa. Did you get the call?@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Yes! This time it was Mark himself that called me! He said he was impressed with my disposition and willingness! He wants to talk to me personally about my role in his movie.@@
//''Nice! So he did hold his end of the bargain! I have to thank Rebeca later.''//
@@.you;
Congratulations! You earned it.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Thanks. Well, if you need anything from me, just give me a call. I will go get Rachel.@@
@@.emote;
Melissa winks at you and leaves@@
//''Weird...''//
You decide to go the living room and wait.
<<linkreplace "Go to the living room">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 25.jpg">
After a little bit, you hear footsteps. You decide to get up from the sofa.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name! I'm glad you coul- Oh my God! That dolphin is so cute!@@
You give Rachel a smile.
@@.you;
Did you like it? It's a gift for you.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thank you, $player.name!@@
As she says that, she rushes down the stairs and takes the stuffed animal.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 26.jpg">
Once she sits down, you decide to approach the subject.
@@.you;
Say, Rachel. Still interested in going on a date?@@
As you ask that, Rachel's happy smile falters.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-what? You know I can't... My parents won't let me.@@
@@.you;
Well, they don't need to know...@@
@@.emote;
Rachel frowns@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But, even if I don't tell them, Melissa will...@@
@@.you;
Oh, you don't have to worry about that, right Melissa?@@
As you say that, Melissa, that was passing by, stops and smiles at Rachel.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Yeah. Don't worry Rachel. Me and $player.name had a good... Talk. And he's right. You shouldn't be deprived of going on dates. So if you want to go, I won't tell your parents.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
R-Really? But... I don't know...@@
As Rachel is still hesitating, you decide to pull out the big guns.
@@.you;
Say... Remember that book you read last week?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uh? Are you talking about the Knight Princess? I loved that story!@@
@@.you;
Yes, that one. Did her parents allow her to become a knight?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
No, of course not! She was a princess! So there's no way they would allow it!@@
@@.you;
Oh, then what did she do?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
She snuck into the training ground disguised as a soldier!@@
@@.you;
Exactly, and how did things end?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! She found out about a conspiracy to assassinate her parents! Thanks to her swift action, she was able to save the country! She even fell in love with the a Knight called Tolgar! It was so romantic!@@
You nod your head.
@@.you;
Sure was... But what about her parents? What did they say?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Her father said "How could I have been so blind! While you may be a Princess, you are definitely also a knight! I'm proud of you!" and her mother was all like "You look beautiful and dignified even in armor, I'm also proud of you!". It was so nice!@@
@@.you;
That it was... But would any of that been possible if she had just done what her parents wanted her to do?@@
@@.emote;
Rachel frowns@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
No...@@
@@.you;
You see, I believe that the moral of that story is that, if there's something you want to do, you shouldn't let your parents stop you from doing it. And your parents will always forgive you, even if you go against their wishes once. And, who knows, maybe you will be able to achieve something that your parents would be proud of!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I guess...@@
@@.you;
Rachel... Don't you want to go on a date?@@
You watch as Rachel hesitantly nods her head.
@@.you;
Then you should just do it! Your parents are still your parents. It's not like you are doing anything bad. And, if worst comes to worst, I will apologize with you. How about it?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-You will?@@
@@.you;
Of course! We are friends, aren't we? We are in this together, to the end.@@
@@.emote;
Rachel's face flushes@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-Yes! We are friends! Right!@@
@@.you;
Also, isn't it kind of exciting to be going on a date in secret?@@
As you say that, Rachel's face becomes even redder.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-Yes... Makes me feel a little bit like a bad girl...@@
@@.you;
Great! Then it's settled! Sunday, in the Late Afternoon!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It- It is?!@@
@@.you;
Yes! And Melissa here will help you prepare for the date, right Melissa?@@
As you say that, Melissa glares at you for a second, but then sighs.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
It's as $player.name says. Since it's your first date, I will make sure you are ready for it.@@
As Melissa says that, Rachel's eyes become fully open in surprise.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-you will?!@@
@@.you;
Then it's decided! We will be going on a Date on Sunday Later Afternoon! I still have to register the day on the tickets. So I will be taking my leave now!@@
You decide to make a quick escape before Rachel has time to rationalize what just happened. You know that the serious girl won't walk back on anything she agreed to do.
@@.you;
I will leave Rachel to you, Melissa! See you Sunday, Rachel!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
See you, Sunday! What? Wait! $player.name!@@
Before she has time to stop you, you make your way out the door and to the car.
//''Nice! Now I just need to get ready for the date!''//
<<set $InviteRachelAgain to true>>
[[Go back home|House][$time.passTime(1)]]
<</ctp>><<ctp "DateRachel">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
H-hey, $player.name!@@
//''Hm... She sounds nervous...''//
@@.you;
Hey, Rachel. Ready for the big day?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! B-But I'm still a bit nervous...@@
@@.you;
Don't worry, it will be fine. Want me to come over and get you?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A-Actually! Can we meet at the park?@@
@@.you;
The park? Sure... But why?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Isn't meeting at a park really romantic? In all the books I've read, they usually start by meeting at a park.@@
@@.you;
I guess? Sure. Then I will wait for you at Little Park, okay?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! That would be p-@@
As she's about to say something, you hear Melissa yelling.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Come on, Rachel! I need to finish doing your hair!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! Sorry, Melissa! I will be right there!@@
//''Seems like Melissa really is helping her out...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sorry $player.name. I wanted to talk more, but I need to go.@@
@@.you;
Don't worry. I will meet you at the park in an hour, okay?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! I will see you then!@@
And with that, Rachel hangs up.
@@.you;
Hm... Better go take a shower then.@@
You start to get ready for the date.
<<linkreplace "Wait for Rachel at the Park">><<scrollTop>><<ctpAdvance "DateRachel">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 27.mp4" autoplay loop/>
As you are sitting at the fountain, you notice a car stopping and Rachel coming out of it.
//''It seems that Melissa brought her... Maybe she's not that bitchy after all...''//
As she walks into the park, she notices you waiting for her.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Hey, $player.name!@@
You notice that she's bringing a bottle of water for some reason.
@@.you;
Hey, Rachel. What's with the bottle of water?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh? This? I brought it just in case we get thirsty!@@
//''Thirsty? There are drinking fountains there...''//
@@.you;
Oh! Nice thinking!@@
@@.emote;
Rachel smiles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thanks! Melissa said it was stupid to bring a water bottle on a date! But I knew it wasn't!@@
//''Maybe she's a bitch after all...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Have you been waiting long?@@
@@.you;
Not at all, I just got here.@@
You watch as, with her face flushed, Rachel chuckles.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe... I always wanted to say that.@@
//''Cute.''//
<<linkreplace "Talk to Rachel">><<scrollTop>><<ctpAdvance "DateRachel">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 28.mp4" autoplay loop/>
You make room on the fountain so that Rachel can sit.
@@.you;
So, are you ready for our date?@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! I stayed up all night thinking of all of the things we could do there! I was going to bring a list with everything, but Melissa said that if I did, she wouldn't help me...@@
You can't help but chuckle at that.
//''That's so like her...''//
@@.you;
Don't worry, I'm sure you can remember it.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course! First, we will visit the outside fishes! I heard there were some baby sharks there! And then we will g-@@
As she is talking, a sudden noise comes from her.
@@.data;
Growl...@@
As you hear that, Rachel's face becomes red as a tomato and she stops mid sentence.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I... I...@@
As she is lost for words, you can't help but smile.
@@.you;
Hungry?@@
@@.emote;
Rachel lowers her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I was so excited about the date... That I forgot to eat lunch-@@
@@.data;
Growl...@@
@@.emote;
Rachel looks away@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I may have forgotten to eat breakfast too...@@
You end up laughing at that.
@@.you;
Don't worry. I'm glad that you are excited for our date. I was going to save this for later, but do you want to go to a restaurant? I know a good Mexican place. It's really close from here, so we can just walk there.@@
Still being shy, Rachel only nods her head.
<<linkreplace "Go to the Mexican Restaurant">><<scrollTop>><<ctpAdvance "DateRachel">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 29.mp4" autoplay loop/>
As you are making your way to the Mexican restaurant, you decide to make some small talk.
@@.you;
So, what are you most looking forward to?@@
@@.emote;
Rachel smiles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! I want to see the seals! They are so cute!@@
@@.you;
Oh? That sounds interesting. Are we allowed to touch them?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course not! They have their own enclosed habitat, so no one is allowed to enter outside of the caretakers! Seals may look cute, but they are also dangerous!@@
@@.you;
They are? I didn't know that, they look squishy.@@
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
They do, don't they?! Ah... I want to touch one... But even though they are squishy, they also have huge teeth! And a mean bite! They could easily bite off your hand!@@
@@.you;
Oh, we don't want that. I'm sure if they saw how cute you are, they would want to...@@
You use your hand to simulate a bite on her waist.
@@.you;
Keep a part of you for themselves!@@
@@.emote;
Rachel yelps@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
No! I need all of my parts!@@
As she says that, he face further flushes.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe... You called me cute.@@
You can't help but smile at her.
@@.you;
Oh? We are here! Taqueria El Zacatecano! Their tacos are awesome!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! I can't wait to try it!@@
@@.data;
Growl...@@
You watch as Rachel's face becomes even redder. You can't help but laugh.
@@.you;
Come, we should hurry! Your tummy is starting to get angry!@@
As you take her hand, you pull her into the Mexican restaurant and take a seat.
<<linkreplace "Order food">><<scrollTop>><<ctpAdvance "DateRachel">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 30.mp4" autoplay loop/>
After you both sit down, you order a taco for yourself, while Rachel orders a taco and a salad.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Whoa! This taco is so big!@@
You nod your head.
@@.you;
This is a legitimate taco, not that weird thing that they sell at fast food restaurants.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
And how do you eat this?@@
@@.you;
You just roll it up and bite it. Like this.@@
You demonstrate it to her.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Like this?@@
She follows your example and rolls up the taco and then takes a bite.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm...!@@
@@.you;
It's good, right?@@
@@.emote;
Rachel nods her head and swallows@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It's delicious!@@
As she's eating the taco, you can't help but look at the salad.
@@.you;
Are you okay with just a taco and a salad? You don't have to hold back.@@
@@.emote;
Rachel frowns@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm not holding back. But we women need to keep an eye on what we eat. If we don't, we end up ballooning!@@
As she says that, she fills her mouth with air and puffs herself out. You can't help but laugh.
@@.you;
But you are so slim, I'm sure one meal wouldn't hurt.@@
@@.emote;
Rachel shakes her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
My mom said that a moment of indulgence leads to a life of regret.@@
//''Sounds like a pretty strict mother...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But it's fine! I like salads! And this one looks very tasty!@@
As she says that, she takes a bite from the salad.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm...! So good!@@
You can't help but smile.
@@.you;
Well, I'm glad you are enjoying it.@@
After the both of you finish eating, you go to pay the bill.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Wait! Let me pay half!@@
You shake your head.
@@.you;
Don't worry, it's my treat. You can pay next time.@@
As you say that, you take the bill and leave.
@@.emote;
Rachel's face flushes@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Next time...? Hehe...@@
<<linkreplace "Finish the meal">><<scrollTop>><<ctpAdvance "DateRachel">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 31.jpg">
After eating, you take her to your car and get ready to drive.
@@.you;
The Aquarium is about 30 minutes drive from here. Is there any music you would like to listen to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, I'm fine! I will listen to whatever you want to listen to!@@
@@.you;
Hm... I see, then let's start with this one.@@
You press play and the first song on your play list starts.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! I know this song! When I wake up, well, I know I'm gonna be ♫ I'm gonna be the man who wakes up next to you!@@
You decide to join her.
@@.you;
When I go out, yeah, I know I'm gonna be ♫ I'm gonna be the man who goes along with you!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
If I get drunk, well, I know I'm gonna be ♫ I'm gonna be the man who gets drunk next to you!@@
@@.you;
And if I haver, yeah, I know I'm gonna be ♫ I'm gonna be the man who's haverin' to you!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">You and Rachel<hr>
But I would walk five hundred miles ♫ And I would walk five hundred more ♫ Just to be the man who walked a thousand miles ♫ To fall down at your door!@@
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This is such a nice song!@@
You smile at her.
<<linkreplace "Drive to the Aquarium">><<scrollTop>><<ctpAdvance "DateRachel">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 32.mp4" autoplay loop/>
Once you get to the Aquarium, you get out of the car and open the door for Rachel.
@@.you;
We are here.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! This is Little Creek Harbor! I didn't know they had an Aquarium here!@@
//''Neither did I, until I bought the tickets...''//
@@.you;
So, you said you wanted to visit the outdoor pools first?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! I want to see the baby sharks!@@
@@.you;
Got it, let's get going then.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Baby Sharks ♫ Do do do do♫ Baby Sharks ♫ Do do do do!@@
<<linkreplace "Visit the outdoor pool">><<scrollTop>><<ctpAdvance "DateRachel">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 33.mp4" autoplay loop/>
After showing your tickets, you both enter the Aquarium and go straight to the outdoor pools.
@@.emote;
Rachel squeals@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Look at these baby sharks! They are so cute!@@
//''Not so cute once they are big enough to eat you in a single bite, though...''//
@@.you;
They sure are.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah... I wonder if I can touch them...@@
@@.you;
Aren't you afraid of losing a finger?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But... But they are so cute!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Staff<hr>
It's fine if you want to touch them. They are still babies, so they won't bite.@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?! Yay!@@
You watch as she tries to pet the small shark.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Their skin is so weird! It feels like sandpaper!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Staff<hr>
Yes, that is because their skin is actually a type of scale called dermal denticles. They are quite literally scales made out of tiny teeth.@@
@@.emote;
Rachel widens her eyes@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Staff<hr>
Yes. Their scales serve as a way to direct water away from their their eyes and their electro sensing organs. It also reduces their friction with the water.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That's amazing!@@
As she says that, she keeps trying to pet the passing sharks. As you are watching her, the staff member talks to you in a lower voice.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Staff<hr>
That's quite the cute girlfriend you got there.@@
//''Not really my girlfriend... Not yet at least.''//
@@.you;
She sure is.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Staff<hr>
You should take her to the other pool too, there are a lot of colorful fishes there. I'm sure she will love it.@@
You nod your head.
@@.you;
I will do that, thanks for the suggestion.@@
You watch as the staff member smiles and takes his leave.
@@.you;
Rachel, there are some beautiful fishes over there, wanna take a look?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
There are?! Yes! Let's check them out!@@
<<linkreplace "Check her out">><<scrollTop>><<ctpAdvance "DateRachel">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 34.mp4" autoplay loop/>
As you both make your way to the other pool, you notice that it's quite crowded and there's only enough space for a single person.
@@.you;
Go on, check on the fishes.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But what about you?@@
@@.you;
Oh, don't worry. I'm checking it out too.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
As Rachel happily checks the fishes, you happily check her ass.
//''She's got quite the nice ass... Not as good as Sarah's, but still really good... I've got to give credit to Rebeca, she was right.''//
After a while, she gets tired of looking at them.
@@.you;
Want to check the indoor aquarium now? The staff member told me that is where you will be able to see the seals.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
The seals?! Yes! Let's check them out!@@
<<linkreplace "Go to the Indoor Aquarium">><<scrollTop>><<ctpAdvance "DateRachel">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 35.mp4" autoplay loop/>
As you make your way inside the indoor aquarium, you both stop and look at the many displays.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Wow! So many fishes! And they are so beautiful!@@
@@.you;
That may be so, but they aren't more beautiful than the girl watching them.@@
What you said catches Rachel by surprise, with cheeks become flushed.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You... You really think so?@@
@@.you;
Of course.@@
As you say that, you take her hand into yours.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe...@@
You watch as Rachel tries to use her sleeve to cover her face in embarrassment, but she still tightens her grip on your hand.
//''Cute!''//
@@.you;
Now how about we check out those seals?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes!@@
<<linkreplace "Check out the seals">><<scrollTop>><<ctpAdvance "DateRachel">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 36.mp4" autoplay loop/>
You both make your way to the biggest tank in the aquarium, still holding hands.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Whoa! Look at them swim!@@
You watch as Rachel is mesmerized by the seals.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
They are so cute! And they look so soft!@@
As you look around, you notice a plaque.
//''Oh, this is interesting''//
@@.you;
Hey, Rachel. Did you know that seals are related to dogs?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What?! Really?!@@
@@.you;
Yes, the prehistoric, dog-like land mammal began to occasionally hunt for food in shallow waters, then in streams and lakes and, over time, began to transform and develop physical attributes to enable them to survive in the sea.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Whoa! How do you know that?!@@
You point at the plaque and grin.
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey! That's cheating!@@
As you look around again, you notice the small souvenir shop.
@@.you;
Rachel, want to take a look at that little store?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
<<linkreplace "Check out the souvenir shop">><<scrollTop>><<ctpAdvance "DateRachel">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 37.mp4" autoplay loop/>
Once inside, you both check out all of the products they have.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name! Look at me! I'm a penguin!@@
As you look at her, you notice that she's wearing a penguin hat, you can't help but chuckle.
@@.you;
I've got to say, you are the cutest penguin I've ever seen.@@
As you say that, Rachel's face flushes.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe...@@
As you guys are looking around, you hear a sound.
@@.data;
Peep peep... Peep peep...@@
That sound seems to have come from Rachel's phone.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What?! Already?!@@
@@.you;
Hm... What's that?@@
@@.emote;
Rachel becomes crestfallen and lowers her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It's already time for me to leave. My parents will get back in an hour...@@
@@.you;
Oh, don't worry. We can always come back some other day.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?!@@
@@.you;
Sure, it also doesn't have to be the Aquarium. We can always go to the movies too.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! I would love to go to the movies! Please take me with you!@@
You can't help but chuckle.
@@.you;
Sure. Now, let's get going. I don't want to get you in trouble.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay...@@
You watch as Rachel puts the hat back. As you are about to leave the store, something catches your eyes.
@@.you;
Rachel, you can start going, I just need to do one thing real fast.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay?@@
As you say that, Rachel leaves the shop.
//''This will be a nice gift for her!''//
<<linkreplace "Buy the souvenir and leave">><<scrollTop>><<ctpAdvance "DateRachel">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 38.mp4" autoplay loop/>
After you drive her home, you take her to her house.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Melissa! I'm back!@@
Even though she shouts, she hears no response.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
She must be doing something somewhere...@@
@@.you;
So, did you enjoy our date?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! I loved it!@@
As she says that, her face slightly flushes.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Say, $player.name... Can we hold hands again?@@
@@.you;
Sure.@@
As you say that, you take her hands into yours.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe... They are so big and warm...@@
@@.you;
Oh yeah, that reminds me.@@
You take out a baby shark plushie that you bought.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This is?!@@
@@.you;
Since you loved the baby sharks, I decided to buy this for you.@@
For a moment she is speechless, but then she jumps into your arms and gives you a kiss.
<img src="img/Rachel/Rachel Kiss.jpg">
//''?!''//
After a while, she pulls back in surprise, he face completely red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
S-Sorry, $player.name! I don't know what got into me!@@
@@.you;
That's alright, it just caught me by surprise. I didn't think that you would suddenly do that... Not that I mind.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-You don't?@@
@@.you;
Of course not! What kind of man would mind being kissed by a beautiful girl? Especially one as cute as you.@@
As you say that, Rachel's face becomes even redder.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
T-Then... Can I k-kiss you again?@@
@@.you;
Of course!@@
As you move closer to kiss her, you hear someone clearing their throat.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Ahem.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
AH! Melissa! It! It's not!@@
In surprise, Rachel jumps back.
//''Really dude? A bitch AND a cockblocker?''//
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Rachel, your parents will be arriving in 5 minutes. $player.name needs to go.@@
After she says that, Melissa leaves. You look at Rachel, her face now completely red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
S-sorry, $player.name...@@
You give her a smile.
@@.you;
Don't worry about it. We will have more time for ourselves in the future.@@
As you say that, you approach her and give her a final kiss.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe... I would like that...@@
And with that, you say your farewell and make your way to your car.
//''Nice! Now I'm one step closer to getting her!''//
You can't help but smile as you turn on your car.
@@.love;
Rachel now really likes you@@
@@.love;
Rachel loves you a little more@@
[[Time to leave|House][$student.lovelevel += 1;$student.love += 1;$time.passTime(3)]]
<</ctp>><<ctp "DealMelissa">>
<img src="img/Rachel/Rachel Love Quest 11.jpg">
As you reach the house, you take a look at your watch.
@@.data;
12:27@@
//''She should be arriving at around 1 PM...''//
You walk up to the door and knock. After a few moments, a man opens the door.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
You must be $player.name, right?@@
@@.you;
Yes. I'm sorry, but you are?@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
Hahaha, sorry. My name is Mark, I'm Rebeca's friend.@@
As he says that, he gives you his card.
@@.you;
Oh! You are the up and coming movie director she told me about.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
That's me. Rebeca told me you are going to convince this Melissa to be an actress in one of my porn movies?@@
//''Straight to the point, uh...''//
@@.you;
That's the plan. Rebeca told me that if Melissa does accept that role, you will also give her a role on one of your main movies?@@
@@.emote;
Mark nods his head@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
It's a minor role, so it doesn't really matter if she isn't great. Just as long as she isn't terrible. Did you bring the camera?@@
You raise the camera for him to see.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
Great. When you are done, send the video to Rebeca and she will forward it to me. I will then get in contact with her personally to iron out all of the details.@@
@@.you;
Sounds good to me.@@
As you say that, you watch as Mark makes his way to the front door.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
Oh, and $player.name. Use the bedroom. I will have a cleaning crew come and take care of it later. Also, make sure to lock the door when you leave. You can drop the keys in the box outside.@@
As he says that, he pulls the keys out of his pocket and puts it on the stand next to the door.
@@.you;
Got it.@@
You watch as he nods and leaves.
//''Didn't expect to see him personally...''//
With that out of the way, you make sure the camera is ready.
<<linkreplace "Wait">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 12.mp4" autoplay loop/>
After a while, you hear someone knocking on the door.
//''That must be her... It's show time!''//
You make your way to the door and open it. You can see Melissa holding what is most likely a script.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Hi! I'm Melissa. I would like to thank you for this oppor-@@
In the middle of talking, she frowns.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
What the hell are you doing here, $player.name?@@
You raise an eyebrow at that.
@@.you;
Is that how you talk to someone that is getting you a role in a movie?@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
What are you talking about? Mark's assistant got in contact with me for an interview...@@
@@.you;
And who do you think gave him your phone number?@@
As you say that, she frowns even more.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Is this a prank? Because I swear if y-@@
As she was starting to talk, you raise your hand to stop her.
@@.you;
I can assure you it's not a prank. Here's a card that proves my affiliation with him.@@
You show her the card that Mark gave you.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
And why would you ever do so- Wait a minute... This is about Rachel, right?@@
@@.you;
Took you a while. Yes. This is about Rachel.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Let me guess. You want me to turn a blind eye on you taking her out for a date, in exchange for this opportunity, right?@@
You give her a grin.
@@.you;
Exactly. But let's not talk here. Come inside.@@
As you say that, you get out of the way and let her inside.
<<linkreplace "Give her the pitch">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 13.jpg">
As she walks into the house, you can't help but stare as she sensually moves her hips. Once inside, she turns around and stares at you. You approach her and start to focus on releasing your corruption.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
So, I'm assuming you are the one that will interview me?@@
@@.you;
Precisely. I'm the one that will be deciding if you will be allowed an audition or not. Mark is a very busy person. So, even though I want to go on a date with Rachel, I can't really waste his time.@@
@@.emote;
Melissa frowns@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Waste his time? I may not be an actress, but I DO know how to act.@@
@@.you;
That's great and all. But Mark is not looking for just another person that can act. There are a ton of people that can do that. He's looking for someone that can go the extra mile.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
What do you mean by that?@@
@@.you;
Are you aware that Mark doesn't just make theater movies?@@
@@.emote;
Melissa crosses her arms and glares at you@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Yes. It's well known in the industry that Mark has a hobby of making pornographic cinema. According to him, he enjoys being able to create, without the restriction that Hollywood puts on movies. What about it?@@
@@.you;
Well, did you know that most of the actresses that participate in this pornographic cinema, also have roles in his mainstream movies?@@
@@.emote;
Melissa frowns@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I haven't watched those movies... So I wouldn't know... Is that really true?@@
//''I have no idea...''//
@@.you;
Of course it is! That is just the type of person Mark is! He wants actresses that aren't afraid of going the extra mile! He personally told me that, once he becomes bigger, he's going to choose one of the actresses and make her into a big star!@@
As you say that, you can clearly see Melissa’s eyes shining. Seems like the bait of being a big star is working.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I... I don't know. There is a stigma in the industry...@@
//''Damn... This will be harder than I expected...''//
<<linkreplace "Convince her">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 14.mp4" autoplay loop/>
As she is hesitating, you get even closer to her. You can feel your body heating up, proof that the corruption is in full effect. At a closer inspection, you can see that her face is slightly flushed.
@@.you;
Melissa, your dream is to be an actress, right?@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Yes...@@
@@.you;
How many interviews and auditions have you had until now?@@
@@.emote;
Melissa frowns@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
A few... What does that have to d-@@
Before she can continue, you cut her off.
@@.you;
And how many roles have you gotten until now?@@
As you say that, her frown grows deeper.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
None... But it's not because I don't have talent! It's just that I-@@
@@.you;
That you lack connections, right? Rachel's parents may be well off, but they don't have that kind of connection.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Well, yeah! But if I could just get a single role, I'm sure that-@@
You grin and cut her off again.
@@.you;
Melissa. What I have here is an opportunity. He gave me his word that, if you agree to be his actress, in FULL capacity, then you won't even need to audition. The role will be yours and you will be able to show that world what a great actress you are.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Of course! If I only was given the opportunity I w-!@@
You cut her off again.
@@.you;
Melissa! This. THIS! Is your opportunity. A chance to prove that you have what is necessary to be a big star. Do you want to be a house keeper for the rest of your life? Or do you want a life of glamour?!@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
No! I don't want to grow old like my mother! I want to be a star! I want to be famous!@@
@@.you;
Do you? I'm not seeing it. If you can do it, then just do it! Prove it to me! Prove it to Mark! Prove it to yourself! Show me you aren't afraid of acting! That you are willing to go the extra mile necessary to get what you want!@@
As you are speaking, you can see that her face is visibly flushed and her breath is wet. She's definitely excited.
<<linkreplace "Let her prove it">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 15.mp4" autoplay loop/>
As you look straight into her eyes, you notice her slowly moving her hand towards your crotch.
//''It's working!''//
@@.you;
So, do you have what it takes to be an actress?@@
As you ask that, you can see Melissa steeling herself and touching your cock.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
If I do this, you guarantee that I will have a role in the movie?@@
//''Got her!''//
@@.you;
Of course! You have my word. You will also have to turn a blind eye when I take Rachel out on a date.@@
You watch as Melissa nods her head.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Then let me show you what I've got.@@
<<linkreplace "Let her prove it">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 16.mp4" autoplay loop/>
As she says that, she slowly goes down to her knees.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Since you wanted this, you better not disappoint me with some tiny packedge.@@
//''Oh, you won't be...''//
As she undoes your belt and pulls down your pants, your huge cock almost slaps her face.
@@.emote;
Melissa is surprised@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Oh, my...@@
@@.you;
So, disappointed?@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Holy... If I'd known you had such a nice package, I wouldn't have hesitated so much...@@
As she says that, she licks your shaft.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Hm... I'm not sure I can take it all in...@@
<<linkreplace "Let her prove it">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 17.mp4" autoplay loop/>
As she says that, she slowly takes your cock into her mouth and starts giving you a blowjob. As she moves, it clearly shows that she's no amateur at it. You can't help but grunt in pleasure.
@@.you;
Urgh...@@
As if it was a signal to her, she starts moving faster and tries to take your cock further into her mouth.
//''Holy... How can she be this good at it?''//
You watch as she tries to take as much of your cock as possible, but eventually she can't move any further and backs off.
@@.emote;
Melissa gasps for air@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Too... Big...@@
You can't help but smirk.
@@.you;
Well, if the top mouth can't take it, I'm sure the bottom one will. But before that, how about you remove your clothes? Oh, and keep sucking on my cock while you do it.@@
@@.emote;
Melissa chuckles@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
You're a naughty one, $player.name...@@
As she says that, she smiles.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I like it.@@
<<linkreplace "Watch her undress">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 18.mp4" autoplay loop/>
You watch as she slowly undoes her shirt.
@@.you;
That's it... Don't forget about my cock.@@
As you remind her, she takes your cock into her mouth without using her hands.
//''Whoa! She doesn't even need to use her hands!''//
As she sucks your cock, she finishes removing her shirt and starts to undo her bra.
@@.you;
I've got to say, you are quite good at this. You must have had a lot of practice.@@
//''Most likely sucking Rachel's father's cock.''//
As you say that, Melissa raises and eyebrow and takes your cock out of her mouth.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I'm going to pretend that was a compliment. I'm good at anything I do.@@
@@.you;
That so? Then surely you can take my full cock into your mouth?@@
As you challenge her, she takes your cock again and starts sucking on it, as it becomes lubricated, she tries her best, but is unable to do so, so she pulls it out again.
@@.emote;
Melissa gasps@@
You can't help but laugh.
@@.you;
Thought so... Will you even be able to take my cock?@@
As you say that, she stands up and takes off her panties.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Wanna bet?@@
You end up grinning at that.
@@.you;
Sure, but not here. We need to do it in the bedroom.@@
<<linkreplace "Take her to the bedroom">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 19.mp4" autoplay loop/>
As you enter it, you take off your pants and lay down on the bed, only to have Melissa straddle you.
@@.emote;
Melissa grins@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Try not to cum too fast.@@
@@.you;
I should tell you the same.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Hmph!@@
And with that, she positions your cock and slowly sits down.
<<linkreplace "Let her ride you">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 20.mp4" autoplay loop/>
As Melissa fully takes your shaft in, she releases a moan.
@@.emote;
Melissa moans@@
@@.you;
Would you look at that, you can fully take my cock.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
S-shut up.@@
As she says that, she starts to move. But as she moves, you can clearly feel the walls of her pussy starting to contract.
@@.emote;
Melissa moans loudly@@
@@.you;
You barely just started and you are already about to cum?@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I- I'm not! You will definitely cum before me!@@
Even though she says that, you can clearly see from the way she's enjoying it, that she will cum any time now.
@@.emote;
Melissa moans even louder@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
S-shit! This feels too good!@@
While it feels good for you too, you are capable of holding yourself back.
@@.you;
You can cum.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
S-shut up!@@
As she says that, she starts moving with more vigor, eventually her whole body starts to shake.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Ah! I'm! I'm cumming!@@
As she cums, her pussy pulls you in and starts squeezing your cock like it's trying to milk you.
//''Oh! Shit! I can't cum now!''//
You do your best to endure it. After a little bit, Melissa is no longer able to hold herself up anymore.
@@.you;
Oh, that won't do. I still haven't cummed yet.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
W-what?!@@
<<linkreplace "Fuck her from behind">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 21.mp4" autoplay loop/>
As you say that, you pull yourself from under her and pull her hips towards your cock.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
W-what are you doing? I'm still sensi-@@
Before she can finish, you shove your cock deep into her pussy.
@@.emote;
Melissa moans loudly@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Ahh!@@
You start thrusting your hips with gusto.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
No! Wait, if you keep doing that!@@
Ignoring her pleas, you keep moving your hips.
@@.emote;
Melissa moans even louder@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I- I'm cumming again!@@
As she cums again, her pussy starts trying to drain you. Unable to hold back, you pull your cock out of her.
<<linkreplace "Cum in her mouth">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 22.mp4" autoplay loop/>
As you take your cock out of her, you start jerking off.
@@.you;
Come here, Melissa. I want to finish on your face.@@
Still disoriented from cumming, she gets off the bed and goes down on her knees.
@@.you;
Now open your mouth.@@
As you say that, she opens her mouth.
@@.you;
Now that's a good girl.@@
//''Seems like this bitch can be trained!''//
No longer able to hold back, you start to cum.
@@.you;
Urgh!@@
You start to cum inside her mouth, but as you are cumming, some of it misses and gets on her face. Not seeming to care about it, she remains still with her mouth open.
@@.you;
Takes it... Now clean it.@@
As you say that, she takes your cock into her mouth and starts sucking what little cum was left in your cock.
@@.you;
That's a good girl...@@
As you finish cumming, you pull your cock out of her mouth. Even though she's a complete mess now, you can't help but smirk at your handiwork. You walk to the dresser and pull out a towel.
@@.you;
Here. You can't leave here looking like that.@@
Still dazed, she takes the towel and starts cleaning herself.
<<linkreplace "Let her clean herself">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 23.jpg">
After a while, she finally snaps out of it and dresses up again.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I hope you enjoyed it, because it's not happening again.@@
You can't help but grin at that.
@@.you;
I'm sure you did, considering how many times you came.@@
As you say that, Melissa's face becomes red.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
A-anyway! You will hold your side of the deal, right?@@
@@.you;
Of course, once I send your interview to Mark, I'm sure he will be more than happy to have you as one of his actresses.@@
As you say that, Melissa smiles.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Good. If you are going to take Rachel out on a date, make sure it's on Sunday, Late Afternoon. Her parents have a business meeting and won't be back until late. But, even if I turn a blind eye, it doesn't mean that Rachel will accept it. She wouldn't go against her parents wishes.@@
@@.you;
Got it. You can let me worry about that.@@
//''I just have to make sure to be close enough to her...''//
As she says that, she makes her way towards the door. But suddenly stops.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Oh, and $player.name. If you don't hold your end of the deal, I'm going to make sure you regret it.@@
@@.you;
Don't worry, I'm a man of my word.@@
//''Sure hope Mark is also...''//
@@.emote;
Melissa smiles@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Good. I will see you then, $player.name.@@
As she says that, she leaves the house, while swaying her ass.
@@.you;
I've got to say... While she is a bitch, she sure is hot.@@
Feeling fresh from unloading, you make your way out of the house as well.
//''Gotta remember to lock it and send the video to Rebeca... I will do it once I get back home. I should invite Rachel again on a Saturday... Maybe on Late Afternoon?''//
<<set $DealingMelissa2 to true>>
@@.corruption;
You've become more corrupted@@
[[Go back home|House][$time.passTime(3);$player.corruption += 1]]
<</ctp>>What's my name?
<<textbox "$player.name" $player.name "Cheat" autofocus>><img src="img/Other/Tickets.jpg">
As you open the Aquarium's site, you go straight to the "Purchase a Ticket" tab.
@@.you;
Now... Let's see... The hell?!@@
You can't help but be surprised by the price.
@@.you;
$75 for a single ticket?! To see some fish?!@@
You end up sighing.
@@.you;
This better be worth it...@@
You click buy and input your data. Apparently you don't even have to print them. Instead, you just show your ID at the door.
<<set $ticketsbuy to true>>
@@.you;
At least it's convenient...@@
<<set $tickets = 0>>
[[Buy the tickets|Start]]<img src="img/Other/Rebeca Calling.jpg">
As you wake up, you hear your cell phone going off.
//''Who's calling me at this hour in the morning?''//
You pick up the phone and look at the name.
//''Rebeca?''//
@@.you;
Hello?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Good morning, $player.name! Did I wake you up?@@
You stifle your yawn.
@@.you;
Not really, I usually wake up at this hour. So, to what do I owe the pleasure of this morning call?@@
You can hear Rebeca chuckling.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Grumpy, aren't you? I got in contact with my friend yesterday and his assistant already booked an interview with Melissa. It will be on Sunday, early afternoon, but since you need to get there before her, you should probably leave at noon.@@
Her saying that wakes you up.
@@.you;
Oh? So it's on?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yes! She will be going to 817 Little Street. I already told him that you would be able to convince her to be an actress on one of his... Other movies. After looking at her pictures, he's more than willing to help. You will be responsible for filming it, okay?@@
@@.you;
That's fine, I have a camera I can use for that.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Also, as a bonus, my friend told me that if Melissa agrees to this, he will guarantee that she gets the part in one of his movies.@@
@@.you;
Hm... I guess that does make things easier. Anything else?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
No, that's about it. Break a leg, $player.name!@@
@@.you;
Isn't that for theater only?@@
You can hear Rebeca laughing.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Well, this will be kind of like that! Looking forward to the results!@@
@@.you;
Got it. I will see you at school.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
See ya!@@
And with that, you turn off your phone.
@@.you;
Hm... I need to leave on Sunday, at Noon. I should make sure I'm capable of convincing her. There won't be a second chance.@@
<<set $CallRebeca to true>>
[[Start your day|Start]]<<ctp "testID">>
<img src="img/Rachel/Rachel Another Classroom Event 3.jpg">
As you are packing your stuff and getting ready to leave. You notice that Rachel is doing the same. You can't help but notice that you can see her panties.
//''She seems to be a lot more open lately...''//
You decide to talk to her.
@@.you;
Hey Rachel, going straight home?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Hi $player.name! Yeah, my mother gets anxious if I dilly dally for too long.@@
@@.you;
Oh yeah... It's because you got hospitalized, right?@@
As you say that, you can see Rachel's face blushing as she looks away from you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah...@@
//''Hm... She has yet to tell me about what happened... I wonder if I can get her to tell me now...''//
<<linkreplace "Escort her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Another Classroom Event 2.jpg">
You decide to escort her back to her car and find out.
@@.you;
Say, how about I take you to your car?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You will? Thanks!@@
As you are about to turn around and start walking, you notice that Rachel is fidgeting and not moving.
@@.you;
Rachel?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... Can we... Like... Hold hands?@@
You can't help but smile at that.
@@.you;
Sure.@@
You take her hand into yours and start to make way towards the parking lot. After walking for a while, you decide to approach the subject.
@@.you;
Say, Rachel. I've talked a lot about my own embarrassing stories, but I have yet to hear why you had to be hospitalized. Aren't you going to tell me?@@
As you say that, you can see Rachel's face visibly becoming redder.
@@.emote;
Rachel looks down@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
B-but... It's so embarrassing!@@
@@.you;
Come on! Don't you trust me?@@
As you say that, Rachel looks into your eyes for a moment before nodding.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay... But you can't tell anyone!@@
@@.you;
You've got my word.@@
@@.emote;
Rachel takes a deep breath@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
So... There used to be this laundry detergent that looked like candy...@@
@@.you;
Oh! I know! You are talking about the Stream Pod! I remember that. If I'm not mistaken, they went out of business after a little girl ended up mistaking it for actual candy and almost died. Her parents sued that company to the ground! Man... But who would ever... Wait... No way!@@
You look at Rachel in surprised, her face now redder than ever.
@@.you;
That was you...?@@
@@.emote;
Rachel shyly nods her head@@
@@.you;
But... Why? How?@@
@@.emote;
Rachel looks away@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
M-My parents never allowed any kind of candy into the house... And one day, a girl from school brought a bunch of candy for everyone. When we asked her where she got it, she told me her parents had hidden it away. She said all adults did that. That they all had a stash of sweets... So... I looked around and found a container full of those... And then I ate one...@@
@@.you;
But it's detergent. Wouldn't you have spat it out?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-Well... When I put in my mouth... The house keeper caught me and called out my name. I was so surprised that I swallowed it...@@
While your first instinct was to laugh, you hold yourself back.
@@.you;
Damn... That must have felt terrible...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It really was! My mouth tasted like soap! And then I started feeling a lot of pain in my stomach... The house keeper picked me up and drove me to the nearest hospital... After that, she contacted my parents... They were enraged! At first they started blaming the housekeeper, but eventually they realized that it wasn't her fault and that she actually saved my life. Isn't that embarrassing? To almost die for swallowing detergent... @@
You shake your head.
@@.you;
Not at all. Those Stream Pods really did look like candy. They also smelled like strawberries. It's no wonder the judge ruled in your parents favor. I'm glad that they went out of business or there may have been more victims.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Do... Do you really think so?@@
@@.you;
Of course! I should also thank your house keeper.@@
@@.emote;
Rachel tilts her head in confusion@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thank her?@@
@@.you;
Yes! If it wasn't for her, I wouldn't be able to meet you.@@
As you say that, Rachel's face flushes.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe...@@
You feel her hand tightening around yours.
@@.love;
Rachel loves you a little more@@
[[Finish escorting her|School][$student.love += 1;$time.passTime(1)]]
<</ctp>><<ctp "testID">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Studying...@@
//''Odd... She doesn't seem very enthusiastic about it...''//
@@.you;
What's wrong? You don't sound too happy about it.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! Oh, it's nothing... I'm just bored, since I've already studied this... I'm just reviewing.@@
//''Man... She's quite dedicated.''//
@@.you;
Say, want some company?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes, please! Ah! I mean, sure, I would love some company.@@
You can't help but to chuckle at her over enthusiastic response.
@@.you;
Got it, I will be making my way over then.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! I will see you soon! Oh! I will even make a batch of cookies!@@
@@.you;
Oh? The famous study cookies? I do enjoy those.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yep! Those!@@
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Study 1.jpg">
You arrive at Rachel's house and Melissa lets you in. When you get to the living room, you spot Rachel studying.
//''Seems like she's really focused...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm bored...@@
You can't help but chuckle at that.
//''Maybe no that focused...''//
As you chuckle, Rachel notices that you are there.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hi, $player.name! Here! Have some cookies!@@
She pushes the tray of cookies forward.
@@.you;
Hey, Rachel. Thanks.@@
<<linkreplace "Sit next to her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Study 2.mp4" autoplay loop/>
You sit down next to her and enjoy the cookie.
@@.you;
So, what are you studying?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! It's Chemical Engineering 101!@@
@@.you;
Oh, that... Wasn't a big fan of it. Why are you studying it?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Remember when Linda asked Jonathan that very hard question?@@
//''Jonathan? Oh! It's that dude that sits on the corner of the classroom!''//
@@.you;
Yes. What about it?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Well, no one was able to answer! And Linda said that it was part of a subject we already studied! So I looked it up and found out it was a part of Chemical Engineering!@@
@@.you;
Chemical Engineering, uh... What was the question again?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
The question was "What are the implications of the minimum flow required by a pump?"@@
@@.you;
Ah, yes! That one! I remember now.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Do you know the answer to it?@@
You can't help but look away.
@@.you;
Perhaps...@@
@@.emote;
Rachel frowns@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Why is it that I don't believe you...@@
You shrug.
@@.you;
Hey. What can I say? I'm the type of guy that uses his brain when there's something to gain.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Is that so? Then, I will tell you what! If you answer it correctly, I will give you a kiss!@@
<<if $player.intelligence gte 20>>
Thanks to Pravitas, you can easily remember what you studied back then, as long as you focus on it.
@@.you;
Let me think...@@
As you are thinking, you can't help but look at Rachel as she stares at you with expectations.
//''I better not get this wrong...''//
@@.you;
Oh! Right! Operating pumps at below minimum flow can result in the following consequences: Pitted/worn impeller vanes. Overheated casing/bearings. Excessive noise or vibration.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That's right!@@
<video src="img/Rachel/Rachel Study 3.mp4" autoplay loop/>
As she says that, she leans over and gives you a light kiss on the lips.
//''Nice!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You really do know your Chemical Engineering!@@
@@.you;
Hey, what can I say. It may not look like it, but I do pay attention in class.@@
@@.emote;
Rachel smiles at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm glad that you do! Studying is very important, you know!@@
As Rachel continues to study, you keep her company and make small talk.
@@.love;
Rachel loves you a little more@@
[[Time to go|House][$student.love += 1;$time.passTime(1)]]
<<else>>
//''Crap! There's no way I can remember it! Maybe if I studied more...''//
@@.you;
I'm sorry, Rachel. It's been quite a while, so I don't think I remember it...@@
@@.emote;
Rachel is disapointed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh... That's fine! You just need to pay a bit more attention in class, okay?@@
You nod your head.
@@.you;
Yes, I will make sure to do that...@@
As Rachel continues to study, you keep her company and make small talk.
[[Time to go|House][$time.passTime(1)]]
<</if>>
<</ctp>><<ctp "testID">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing much, I'm just making some brunch.@@
@@.you;
Brunch?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah! Want to come over and have it with me? If you haven't eaten yet, that is...@@
//''Hm... Well, I didn't have any breakfast today...''//
@@.you;
Sure! Need me to bring anything?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Not at all! Just bring your tummy!@@
You can't help but chuckle.
@@.you;
Roger! Sargent Tummy will be sure to be present!@@
You hear Rachel laughing.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You call your tummy Sargent Tummy?!@@
@@.you;
Of course! He keeps waking me up early in the morning every day!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Then you don't have to worry! I, uh... Private Rachel will make sure to satisfy it!@@
@@.you;
Private?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Well, since I'm on cooking duty, I can't outrank the sargent!@@
@@.you;
Got it. I will be right over.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! I will be waiting, see you soon! Oh! And the door will be open, so just come in! I don't want to wake Melissa up!@@
@@.you;
Okay. I will see you soon then.@@
You turn off the phone.
@@.you;
Private Rachel, uh?@@
You can't help but imagine Rachel in soldier uniform. You shake your head.
@@.you;
She's too good to be part of the army...@@
<<linkreplace "Go to Rachel's house">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Brunch 1.jpg">
As you arrive at Rachel's house, you open the door and go straight to the kitchen. Once arriving, you see Rachel starting to cook brunch. She notices you arriving.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey, Rachel. Am I late?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Not at all! You got here just in time to help me cut these fruits!@@
@@.you;
Got it.@@
As you move closer, Rachel suddenly puts down the fruit basket and salutes.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
And worry not sir Sargent Tummy sir! Your meal will be ready in just a few minutes!@@
You can't help but chuckle at Rachel acting cute.
@@.you;
You better be prepared, because Sargent Tummy isn't satisfied unless there's bacon.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! I do have some in the fridge! Let me go get it!@@
As she says that, she rushes to the refrigerator. While she's doing that, you start to cut the fruits.
<<linkreplace "Start working">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Brunch 5.jpg">
While cutting the fruits, you can't help but notice that the blouse that Rachel is wearing exposes her back. On her back, there's a tattoo.
@@.you;
Say, Rachel. I can't help but notice that you have a tattoo on your back. That's kind of wild.@@
As you say that, you can see Rachel's face becoming red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It's nothing like that! It was just a stupid phase!@@
@@.you;
A phase, uh? Now I've got to hear the story.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-Well... I guess I can tell you... You know that my parents are a bit over protective, right?@@
//''That's an understatement...''//
@@.you;
Sure...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Well... When I was 16, there was this party I really wanted to go to... I'm usually not invited to those kinds of events...@@
@@.you;
I see... So you got drunk out of your mind and got a tattoo?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Not really... I wanted to show the kids from school that I was not a little princess... Which is the nickname they gave me... So I decided to do something that would show them...@@
@@.you;
Oh, no! Did you?@@
@@.emote;
Rachel nods her head in embarrassement@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-yeah... I wanted to get a fake tattoo!@@
You raise an eyebrow at that.
@@.you;
A fake one? But that one looks very real to me...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-Well... You see... At the time, I didn't know that Henna Tattoo was the fake one and that Ink was the real one! I thought Ink meant that it was going to be drawn using a pen!@@
You can't help but laugh at that.
@@.you;
So you asked for an inked tattoo?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah... I thought it was weird that it hurt a lot... But I thought that it was just the process, you know! I didn't want to seem clueless...@@
@@.you;
I'd imagine your parents weren't trilled by that.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Not at all! I was grounded for a year after that!@@
@@.you;
Well, at least you showed your friends that you weren't a little princess, right?@@
@@.emote;
Sarah looks away@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
No... The address they gave me was the wrong one...@@
@@.you;
Whoa! What a bunch of cunts! Man! If I've only been there, I would give each of them a good punch!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-it's fine! It was a long time ago, so I don't even care anymore! And at least you are here now!@@
@@.you;
That I am. And I will always invite you to any party I throw. Although I haven't thrown any party...@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thanks, $player.name...@@
@@.you;
So... Do you mind if I take a closer look at it?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Sure! I don't mind!@@
<<linkreplace "Take a closer look">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Brunch 6.jpg">
As she says that, Rachel undoes her blouse to give you a clear view of her back.
//''Seems like she's not that shy anymore...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
So? What do you think?@@
@@.you;
Hm... Let me see...@@
You take a good look at it, but you don't really understand what is written.
@@.you;
Is it Chinese?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes!@@
@@.you;
Oh! Is it some kind of profound Chinese saying? It's quite long. People usually only get a couple of them.@@
As you say that, you can see Rachel's face becoming redder.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-Well... I would say it's profound...@@
@@.you;
It's not? Then what does it say?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uh... "When life gives you lemons, make lemonade"...@@
@@.you;
Did... Did you choose that?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
No... I didn't know it at the time... I just chose this because it looked cool... Then a girl at school told me what it was... But it could be worse, right?@@
You can't help but laugh at that.
@@.you;
Well, at least it's a good proverb. Yes. When life gives you lemons, make lemonade. Speaking of lemonade, how about we make some?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes!@@
As you both finish making brunch, you eat it while making small talk.
@@.love;
Rachel loves you a little more@@
[[Time to go|House][$student.love += 1;$time.passTime(1)]]
<</ctp>><<ctp "DealMelissa">>
<img src="img/Rachel/Rachel Love Quest 11.jpg">
As you reach the house, you take a look at your watch.
@@.data;
12:27@@
//''She should be arriving at around 1 PM...''//
You walk up to the door and knock. After a few moments, a man opens the door.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
You must be $player.name, right?@@
@@.you;
Yes. I'm sorry, but you are?@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
Hahaha, sorry. My name is Mark, I'm Rebeca's friend.@@
As he says that, he gives you his card.
@@.you;
Oh! You are the up and coming movie director she told me about.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
That's me. Rebeca told me you are going to convince this Melissa to be an actress in one of my porn movies?@@
//''Straight to the point, uh...''//
@@.you;
That's the plan. Rebeca told me that if Melissa does accept that role, you will also give her a role on one of your main movies?@@
@@.emote;
Mark nods his head@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
It's a minor role, so it doesn't really matter if she isn't great. Just as long as she isn't terrible. Did you bring the camera?@@
You raise the camera for him to see.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
Great. When you are done, send the video to Rebeca and she will forward it to me. I will then get in contact with her personally to iron out all of the details.@@
@@.you;
Sounds good to me.@@
As you say that, you watch as Mark makes his way to the front door.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
Oh, and $player.name. Use the bedroom. I will have a cleaning crew come and take care of it later. Also, make sure to lock the door when you leave. You can drop the keys in the box outside.@@
As he says that, he pulls the keys out of his pocket and puts it on the stand next to the door.
@@.you;
Got it.@@
You watch as he nods and leaves.
//''Didn't expect to see him personally...''//
With that out of the way, you make sure the camera is ready.
<<linkreplace "Wait">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 12.mp4" autoplay loop/>
After a while, you hear someone knocking on the door.
//''That must be her... It's show time!''//
You make your way to the door and open it. You can see Melissa holding what is most likely a script.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Hi! I'm Melissa. I would like to thank you for this oppor-@@
In the middle of talking, she frowns.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
What the hell are you doing here, $player.name?@@
You raise an eyebrow at that.
@@.you;
Is that how you talk to someone that is getting you a role in a movie?@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
What are you talking about? Mark's assistant got in contact with me for an interview...@@
@@.you;
And who do you think gave him your phone number?@@
As you say that, she frowns even more.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Is this a prank? Because I swear if y-@@
As she was starting to talk, you raise your hand to stop her.
@@.you;
I can assure you it's not a prank. Here's a card that proves my affiliation with him.@@
You show her the card that Mark gave you.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
And why would you ever do so- Wait a minute... This is about Rachel, right?@@
@@.you;
Took you a while. Yes. This is about Rachel.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Let me guess. You want me to turn a blind eye on you taking her out for a date, in exchange for this opportunity, right?@@
You give her a grin.
@@.you;
Exactly. But let's not talk here. Come inside.@@
As you say that, you get out of the way and let her inside.
<<linkreplace "Give her the pitch">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 13.jpg">
As she walks into the house, you can't help but stare as she sensually moves her hips. Once inside, she turns around and stares at you. You approach her and start to focus on releasing your corruption.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
So, I'm assuming you are the one that will interview me?@@
@@.you;
Precisely. I'm the one that will be deciding if you will be allowed an audition or not. Mark is a very busy person. So, even though I want to go on a date with Rachel, I can't really waste his time.@@
@@.emote;
Melissa frowns@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Waste his time? I may not be an actress, but I DO know how to act.@@
@@.you;
That's great and all. But Mark is not looking for just another person that can act. There are a ton of people that can do that. He's looking for someone that can go the extra mile.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
What do you mean by that?@@
@@.you;
Are you aware that Mark doesn't just make theater movies?@@
@@.emote;
Melissa crosses her arms and glares at you@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Yes. It's well known in the industry that Mark has a hobby of making pornographic cinema. According to him, he enjoys being able to create, without the restriction that Hollywood puts on movies. What about it?@@
@@.you;
Well, did you know that most of the actresses that participate in this pornographic cinema, also have roles in his mainstream movies?@@
@@.emote;
Melissa frowns@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I haven't watched those movies... So I wouldn't know... Is that really true?@@
//''I have no idea...''//
@@.you;
Of course it is! That is just the type of person Mark is! He wants actresses that aren't afraid of going the extra mile! He personally told me that, once he becomes bigger, he's going to choose one of the actresses and make her into a big star!@@
As you say that, you can clearly see Melissa’s eyes shining. Seems like the bait of being a big star is working.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I... I don't know. There is a stigma in the industry...@@
//''Damn... This will be harder than I expected...''//
<<linkreplace "Convince her">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 14.mp4" autoplay loop/>
As she is hesitating, you get even closer to her. You can feel your body heating up, proof that the corruption is in full effect. At a closer inspection, you can see that her face is slightly flushed.
@@.you;
Melissa, your dream is to be an actress, right?@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Yes...@@
@@.you;
How many interviews and auditions have you had until now?@@
@@.emote;
Melissa frowns@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
A few... What does that have to d-@@
Before she can continue, you cut her off.
@@.you;
And how many roles have you gotten until now?@@
As you say that, her frown grows deeper.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
None... But it's not because I don't have talent! It's just that I-@@
@@.you;
That you lack connections, right? Rachel's parents may be well off, but they don't have that kind of connection.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Well, yeah! But if I could just get a single role, I'm sure that-@@
You grin and cut her off again.
@@.you;
Melissa. What I have here is an opportunity. He gave me his word that, if you agree to be his actress, in FULL capacity, then you won't even need to audition. The role will be yours and you will be able to show that world what a great actress you are.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Of course! If I only was given the opportunity I w-!@@
You cut her off again.
@@.you;
Melissa! This. THIS! Is your opportunity. A chance to prove that you have what is necessary to be a big star. Do you want to be a house keeper for the rest of your life? Or do you want a life of glamour?!@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
No! I don't want to grow old like my mother! I want to be a star! I want to be famous!@@
@@.you;
Do you? I'm not seeing it. If you can do it, then just do it! Prove it to me! Prove it to Mark! Prove it to yourself! Show me you aren't afraid of acting! That you are willing to go the extra mile necessary to get what you want!@@
As you are speaking, you can see that her face is visibly flushed and her breath is wet. She's definitely excited.
<<linkreplace "Let her prove it">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 15.mp4" autoplay loop/>
As you look straight into her eyes, you notice her slowly moving her hand towards your crotch.
//''It's working!''//
@@.you;
So, do you have what it takes to be an actress?@@
As you ask that, you can see Melissa steeling herself and touching your cock.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
If I do this, you guarantee that I will have a role in the movie?@@
//''Got her!''//
@@.you;
Of course! You have my word. You will also have to turn a blind eye when I take Rachel out on a date.@@
You watch as Melissa nods her head.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Then let me show you what I've got.@@
<<linkreplace "Let her prove it">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 16.mp4" autoplay loop/>
As she says that, she slowly goes down to her knees.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Since you wanted this, you better not disappoint me with some tiny packedge.@@
//''Oh, you won't be...''//
As she undoes your belt and pulls down your pants, your huge cock almost slaps her face.
@@.emote;
Melissa is surprised@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Oh, my...@@
@@.you;
So, disappointed?@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Holy... If I'd known you had such a nice package, I wouldn't have hesitated so much...@@
As she says that, she licks your shaft.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Hm... I'm not sure I can take it all in...@@
<<linkreplace "Let her prove it">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 17.mp4" autoplay loop/>
As she says that, she slowly takes your cock into her mouth and starts giving you a blowjob. As she moves, it clearly shows that she's no amateur at it. You can't help but grunt in pleasure.
@@.you;
Urgh...@@
As if it was a signal to her, she starts moving faster and tries to take your cock further into her mouth.
//''Holy... How can she be this good at it?''//
You watch as she tries to take as much of your cock as possible, but eventually she can't move any further and backs off.
@@.emote;
Melissa gasps for air@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Too... Big...@@
You can't help but smirk.
@@.you;
Well, if the top mouth can't take it, I'm sure the bottom one will. But before that, how about you remove your clothes? Oh, and keep sucking on my cock while you do it.@@
@@.emote;
Melissa chuckles@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
You're a naughty one, $player.name...@@
As she says that, she smiles.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I like it.@@
<<linkreplace "Watch her undress">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 18.mp4" autoplay loop/>
You watch as she slowly undoes her shirt.
@@.you;
That's it... Don't forget about my cock.@@
As you remind her, she takes your cock into her mouth without using her hands.
//''Whoa! She doesn't even need to use her hands!''//
As she sucks your cock, she finishes removing her shirt and starts to undo her bra.
@@.you;
I've got to say, you are quite good at this. You must have had a lot of practice.@@
//''Most likely sucking Rachel's father's cock.''//
As you say that, Melissa raises and eyebrow and takes your cock out of her mouth.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I'm going to pretend that was a compliment. I'm good at anything I do.@@
@@.you;
That so? Then surely you can take my full cock into your mouth?@@
As you challenge her, she takes your cock again and starts sucking on it, as it becomes lubricated, she tries her best, but is unable to do so, so she pulls it out again.
@@.emote;
Melissa gasps@@
You can't help but laugh.
@@.you;
Thought so... Will you even be able to take my cock?@@
As you say that, she stands up and takes off her panties.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Wanna bet?@@
You end up grinning at that.
@@.you;
Sure, but not here. We need to do it in the bedroom.@@
<<linkreplace "Take her to the bedroom">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 19.mp4" autoplay loop/>
As you enter it, you take off your pants and lay down on the bed, only to have Melissa straddle you.
@@.emote;
Melissa grins@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Try not to cum too fast.@@
@@.you;
I should tell you the same.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Hmph!@@
And with that, she positions your cock and slowly sits down.
<<linkreplace "Let her ride you">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 20.mp4" autoplay loop/>
As Melissa fully takes your shaft in, she releases a moan.
@@.emote;
Melissa moans@@
@@.you;
Would you look at that, you can fully take my cock.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
S-shut up.@@
As she says that, she starts to move. But as she moves, you can clearly feel the walls of her pussy starting to contract.
@@.emote;
Melissa moans loudly@@
@@.you;
You barely just started and you are already about to cum?@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I- I'm not! You will definitely cum before me!@@
Even though she says that, you can clearly see from the way she's enjoying it, that she will cum any time now.
@@.emote;
Melissa moans even louder@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
S-shit! This feels too good!@@
While it feels good for you too, you are capable of holding yourself back.
@@.you;
You can cum.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
S-shut up!@@
As she says that, she starts moving with more vigor, eventually her whole body starts to shake.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Ah! I'm! I'm cumming!@@
As she cums, her pussy pulls you in and starts squeezing your cock like it's trying to milk you.
//''Oh! Shit! I can't cum now!''//
You do your best to endure it. After a little bit, Melissa is no longer able to hold herself up anymore.
@@.you;
Oh, that won't do. I still haven't cummed yet.@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
W-what?!@@
<<linkreplace "Fuck her from behind">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 21.mp4" autoplay loop/>
As you say that, you pull yourself from under her and pull her hips towards your cock.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
W-what are you doing? I'm still sensi-@@
Before she can finish, you shove your cock deep into her pussy.
@@.emote;
Melissa moans loudly@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Ahh!@@
You start thrusting your hips with gusto.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
No! Wait, if you keep doing that!@@
Ignoring her pleas, you keep moving your hips.
@@.emote;
Melissa moans even louder@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I- I'm cumming again!@@
As she cums again, her pussy starts trying to drain you. Unable to hold back, you pull your cock out of her.
<<linkreplace "Cum in her mouth">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Love Quest 22.mp4" autoplay loop/>
As you take your cock out of her, you start jerking off.
@@.you;
Come here, Melissa. I want to finish on your face.@@
Still disoriented from cumming, she gets off the bed and goes down on her knees.
@@.you;
Now open your mouth.@@
As you say that, she opens her mouth.
@@.you;
Now that's a good girl.@@
//''Seems like this bitch can be trained!''//
No longer able to hold back, you start to cum.
@@.you;
Urgh!@@
You start to cum inside her mouth, but as you are cumming, some of it misses and gets on her face. Not seeming to care about it, she remains still with her mouth open.
@@.you;
Takes it... Now clean it.@@
As you say that, she takes your cock into her mouth and starts sucking what little cum was left in your cock.
@@.you;
That's a good girl...@@
As you finish cumming, you pull your cock out of her mouth. Even though she's a complete mess now, you can't help but smirk at your handiwork. You walk to the dresser and pull out a towel.
@@.you;
Here. You can't leave here looking like that.@@
Still dazed, she takes the towel and starts cleaning herself.
<<linkreplace "Let her clean herself">><<scrollTop>><<ctpAdvance "DealMelissa">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Love Quest 23.jpg">
After a while, she finally snaps out of it and dresses up again.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I hope you enjoyed it, because it's not happening again.@@
You can't help but grin at that.
@@.you;
I'm sure you did, considering how many times you came.@@
As you say that, Melissa's face becomes red.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
A-anyway! You will hold your side of the deal, right?@@
@@.you;
Of course, once I send your interview to Mark, I'm sure he will be more than happy to have you as one of his actresses.@@
As you say that, Melissa smiles.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Good. If you are going to take Rachel out on a date, make sure it's on Sunday, Late Afternoon. Her parents have a business meeting and won't be back until late. But, even if I turn a blind eye, it doesn't mean that Rachel will accept it. She wouldn't go against her parents wishes.@@
@@.you;
Got it. You can let me worry about that.@@
//''I just have to make sure to be close enough to her...''//
As she says that, she makes her way towards the door. But suddenly stops.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Oh, and $player.name. If you don't hold your end of the deal, I'm going to make sure you regret it.@@
@@.you;
Don't worry, I'm a man of my word.@@
//''Sure hope Mark is also...''//
@@.emote;
Melissa smiles@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Good. I will see you then, $player.name.@@
As she says that, she leaves the house, while swaying her ass.
@@.you;
I've got to say... While she is a bitch, she sure is hot.@@
Feeling fresh from unloading, you make your way out of the house as well.
//''Gotta remember to lock it and send the video to Rebeca... I will do it once I get back home. I should invite Rachel again on a Saturday... Maybe on Late Afternoon?''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<if $CorruptionQuest2>><span style="color:green;">Wait for Rebeca to call (Early Morning)</span><<else>><span style="color:red;">Wait for Rebeca to call (Early Morning)</span><</if>>
<<if $DateResearch>><span style="color:green;">Research a date location (Room)</span><<else>><span style="color:red;">Research a date location (Room)</span><</if>>
<<if $InvitingRebeca>><span style="color:green;">Invite Rebeca</span><<else>><span style="color:red;">Invite Rebeca</span><</if>>
<<if $DateRebeca>><span style="color:green;">Go on a date with Rebeca (Saturday, Noon)</span><<else>><span style="color:red;">Go on a date with Rebeca (Saturday, Noon)</span><</if>>
<<if $TalkWithRebeca is true>><span style="color:green;">Talk to Rebeca (Tue/Thu, Afternoon)</span><<else>><span style="color:red;">Talk to Rebeca (Tue/Thu, Afternoon)</span><</if>>
<<if $student.corruption gte 15>><span style="color:green;">Reach 15 points in Corruption</span><<else>><span style="color:red;">Reach 15 points in Corruption</span><</if>>
<<if $RebecaCallsAgain>><span style="color:green;">Wait for Rebeca to call again (Early Morning)</span><<else>><span style="color:red;">Wait for Rebeca to call again (Early Morning)</span><</if>>
<<if $InvitingRachel>><span style="color:green;">Invite Rachel to Netflics and Chill (Mon/Wed, Afternoon)</span><<else>><span style="color:red;">Invite Rachel to Netflics and Chill (Mon/Wed, Afternoon)</span><</if>>
<<if $student.corruption gte 19>><span style="color:green;">Reach 19 points in Corruption</span><<else>><span style="color:red;">Reach 19 points in Corruption</span><</if>>
<<if $RachelCallInvite>><span style="color:green;">Wait for Rachel to call (Saturday, Early Morning)</span><<else>><span style="color:red;">Wait for Rachel to call (Saturday, Early Morning)</span><</if>>
<span style="color:red;">Visit Rachel (Saturday, Noon)</span><img src="img/Other/Rebeca Calling.jpg">
As you wake up, you hear your cell phone going off.
//''Who's calling me at this hour in the morning?''//
You pick up the phone and look at the name.
//''Rebeca? Again?''//
@@.you;
Hello?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Good morning, $player.name!@@
You stifle your yawn.
@@.you;
Good morning, Rebeca. You're up early.@@
You can hear Rebeca chuckling.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Unfortunately my parents don't let me sleep in.@@
//''That doesn't mean you have to call me first thing in the morning...''//
@@.you;
So, what can I do for you?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I heard from Rachel that your date was a success!@@
//''Didn't we just go on a date yesterday?''//
@@.you;
How did you know?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
She obviously called me last night, silly!@@
//''Ah... Yeah... Makes sense...''//
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
But I also heard another bit of news! Did you really only hold hands and kiss her?@@
@@.you;
Uh? Yeah?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What the hell, $player.name! After all that effort to get you on a date with her and that's all you do?!@@
You can't help but frown at that.
@@.you;
What do you mean?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Surely you could have at least gotten to second base!@@
//''Second base? Is that some kind of baseball reference?''//
@@.you;
I don't get it?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
You know! Get a handful of those titties!@@
@@.you;
Well... I mean... You know Rachel. I'm afraid she would have had a heart attack on the spot if I tried to do that...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Of course I know her! Even though she acts that way, deep inside of her I know she's very interested in sex! As a matter of fact, I could hear it in her voice that she was slightly disappointed that the date ended with just a kiss!@@
//''Disappointed? Really?''//
@@.you;
Are you sure? It didn't look like it...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I'm positive! ... Maybe.@@
@@.you;
So you aren't sure!@@
You feel your head starting to hurt as you hear Rebeca laughing.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Either way! Surely you plan on going further with her, right?!@@
@@.you;
Of course!@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
That's the spirit! And I'm here to help you!@@
@@.you;
Help me? Help me how?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
By talking to her! Now that she has a boyfriend, she needs to know how to act properly! How could she end the date without giving her boyfriend at least a blowjob?!@@
//''It was our first date... Also, am I her boyfriend? We really didn't discuss that...''//
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Anyway! Before that, I need to know something!@@
@@.you;
Yes?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I need to know how your date went!@@
@@.you;
But didn't you just talk to Rachel?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I need to know it personally!@@
@@.you;
Personally? Do you mean?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yes! I want you to take me on a date! That way I will know how to teach Rachel!@@
//''That sounds... Suspicious...''//
@@.you;
Are you sure that's the reason?@@
You can hear Rebeca chuckling.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Well, that is half the reason! I also haven't been on a date since I started college, so I want to go out!@@
You can't help but sigh.
//''So that's why...''//
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Also, didn't you say you owed me one? This is me collecting.@@
@@.you;
I guess... No. That's fine, Rebeca. I will take you on a date.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Great! When you are ready for it, just give me a call! I want it to be a surprise, so just tell me the when and where! Meanwhile, I will be talking to Rachel!@@
@@.you;
Got it. Then I will call you later.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
See you then! I expect great things from you, so you better not take me to a hot dog stand and call it a date!@@
As she says that, she ends the call.
//''Who would even do that?''//
You get off the bed and stretch.
@@.you;
Hm... Well, I guess I could use her help with Rachel. And it's true that I do owe her... So I better take her to someplace nice... I should look it up...@@
<<set $CorruptionQuest2 to true>>
[[Start your day|Start]]<img src="img/Other/Rebeca Calling.jpg">
You turn on your phone and call Rebeca.
@@.data;
Ring... Ring...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hey, $player.name! What's up?@@
@@.you;
Hey, Rebeca. I'm calling you about our date.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh! Have you chosen the location?@@
@@.you;
Yes. I plan on taking you t-@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Don't tell me! I want it to be a surprise!@@
@@.you;
Okay? Sure.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
So, where are we going to meet up?@@
@@.you;
Hm... How about we meet at the park? Rachel seems to believe that it's romantic.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
That does seem like a good idea! What time are we going to meet?@@
@@.you;
How about Saturday, at noon?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Sounds like a plan to me! I will see you then, $player.name! Also, make sure to arrive before I do!@@
@@.you;
Okay?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Great! See you on Saturday!@@
As she says that, she stops the call. You can't help but stare at the cell phone.
@@.you;
Man... That girl has enough energy for two...@@
You shake your head and put the phone back into your pocket.
<<set $InvitingRebeca to true>>
[[Continue your day|Start][$player.money -= 100]]<<ctp "DateRebeca">>
<video src="img/Rachel/Rachel Corruption Quest 1.mp4" autoplay loop/>
As you are sitting at the fountain, you notice a girl with a sunflower on her head walking into the park while smiling at you.
//''Hm... She looks familiar... I wonder where I've seen her?''//
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hey, $player.name! You are here early! It's good to see that you are a gentleman!@@
//''What?! Is that...?''//
@@.you;
R-Rebeca?@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What? Has it really been so long that you can't recognize me?@@
@@.you;
No, I mean... Your hair...@@
As you say that, Rebeca smiles and flips her hair.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What do you think? A friend of mine brought this dye yesterday! According to him, it's a temporary dye! It only lasts a couple of days and it doesn't damage the hair! Isn't it amazing?!@@
//''Does a temporary dye really exist...? Seems like a scam... Or some very convenient plot...''//
You shake your head to get those thoughts out of your mind, and then you smile at her.
@@.you;
It looks really good on you.@@
@@.emote;
Rebeca smiles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Thanks!@@
And with that, Rebeca sits on the water fountain.
<<linkreplace "Talk to Rebeca">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 2.mp4" autoplay loop/>
As Rebeca sits there, you decide to go over your plans for the date.
@@.you;
Want to take a guess on where I'm going to take you?@@
@@.emote;
Rebeca grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Is it the Aquarium?@@
You can't help but laugh.
@@.you;
No, of course not. What, do you think I am a one trick pony?@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Well, I hope you aren't going say that it's a strip club.@@
@@.you;
No, wrong again, it's n- Wait... A strip club? Who the hell takes someone on a date to a strip club?!@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Last year, a boy that I was seeing thought it would be a great idea to take me to one. Romantic, isn't it? Just what any woman wants to see, the man she's dating ogling a stripper.@@
@@.emote;
Rebeca rolls her eyes@@
You end up laughing loudly at that.
@@.you;
Well, I guess I don't have to worry about the location I chose, since the bar is set so low. I thought you would be interested in going to the Getty.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
The Getty? You mean that art museum?@@
You smile at her.
@@.you;
Exactly!@@
@@.emote;
Rebeca raises an eyebrow@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Bold move of yours to assume that I would enjoy something as boring as looking at statues...@@
As she says that, your smile freezes on your face.
//''Shit! Did I just make a mistake?!''//
Seeing you starting to panic, Rebeca starts laughing.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Relax! I'm just kidding! Of course I would enjoy going to an art museum!@@
With that, your face starts to relax.
@@.you;
Phew... I thought that I just made a huge blunder there... Are you trying to give me a heart attack or something?@@
@@.emote;
Rebeca chuckles and winks at you@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Sorry! I just wanted to tease you a bit.@@
@@.you;
Do it moderately, okay? I've got a weak heart.@@
As you say that, Rebeca chuckles again and gets up, taking your arm into hers.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I will keep that in mind. So, should we go then?@@
@@.you;
Sure thing. It's about a 30 minutes ride.@@
As you say that, you guide her to your car.
<<linkreplace "Take her to the Getty">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption Quest 3.jpg">
After driving for a half an hour, you arrive at your destination.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Woah! So this is the Getty! I don't think I've ever seen this place!@@
//''Same... If the Internet didn't tell me about it, I would probably never know it existed.''//
@@.you;
Beautiful, isn't it? Come, let's climb up the stairs. I heard the view from up there is a sight to behold.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh? Is that so? Then let's get going!@@
And with that, she attaches herself to your arm again.
<<linkreplace "Go up the stairs">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 4.mp4" autoplay loop/>
Once you arrive, you both stop to look at the scenery.
@@.emote;
Rebeca smiles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hey! You weren't kidding! This looks beautiful!@@
As you look around, you can't help but stare at Rebeca.
@@.you;
Yep, you sure do look beautiful.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yeah! I- Wait, what?!@@
Rebeca looks at you in surprise, her face slightly blushing.
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Quite the smooth talker, aren't you? If you think that complimenting me will get you in my panties... You may just be right!@@
As she says that, she winks at you and then laughs.
//''She really does have an outgoing personality...''//
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
So, where next?@@
Seemingly in a good mood, she attaches herself to your arm again.
@@.you;
Well, first we need to go to the reception in order to register. Then we can think of where we would like to go.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Got it! Lead the way!@@
<<linkreplace "Take her to the reception">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Receptionist.jpg">
As you both enter the building, you notice a woman smiling. You slowly make your way to her.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Receptionist<hr>
Good afternoon, Sir. Ma'am.@@
@@.you;
Good afternoon. I would like to purchase two passes, please.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Receptionist<hr>
Understood. Let me just get your names.@@
@@.you;
I'm $player.name.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
And I'm Rebeca!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Receptionist<hr>
I see... Mr. $player.name and Miss Rebeca. Are you two engaged or otherwise dating?@@
As you are about to deny it, Rebeca answer her first.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yes! We are currently on our honeymoon! Isn't that right, honey?@@
//''Wait, what?!''//
While you are a little flustered, you can see Rebeca winking at you, hinting for you to play along. You can't help but cough.
@@.you;
Ahem... Yes. We just got married. You see, Rebeca here is a huge fan of the fine art, so we decided to stop here first.@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Receptionist<hr>
I see! Congratulations on your marriage! Since this is a special occasion, we will offer you a discount on your pass! Instead of $50 for the both of you, we will only charge $25!@@
As the receptionist says that, Rebeca jumps and kisses you on the cheek.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yay! Isn't that awesome, honey?@@
You can't help but smile at the thought of saving $25.
@@.you;
Yes, that's very nice, Rebeca.@@
As you say that, Rebeca frowns at you.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Come on, honey! There's no need to be shy! We are married now! You should call me by my nickname!@@
As she says that, you end up almost choking.
@@.you;
Ah! Yes... Of course... Dear.@@
@@.emote;
Rebeca chuckles and turns to the receptionist@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
He's quite the stern man. It took me forever to get him to call me that.@@
As she says that, the Receptionist smiles.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Receptionist<hr>
Of course. My husband also didn't want to call me that in public. It's great to see that the both of you are so in love.@@
You watch as Rebeca gives the receptionist the victory sign. You can't help but sigh internally and pay for the passes.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Receptionist<hr>
One more thing, you should check the table right there. It has a model of the Getty. It will be easier to figure out where you want to go. I would recommend starting with the Exhibition Pavilion. Hope you have a great time!@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Thanks! We will!@@
And with that, she pulls you towards the table.
<<linkreplace "Go with her">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 5.mp4" autoplay loop/>
As you arrive in front of the building model, Rebeca turns around and looks at you.
@@.emote;
Rebeca grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
So, what did you think?@@
@@.you;
Of?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
My acting! What did you think?@@
You can't help but chuckle.
@@.you;
Well, it did get us a discount. So what else can I say besides that I loved it?@@
@@.emote;
Rebeca hums happily@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Glad you liked it. Now you have more money to spend on me!@@
As she says that, you feel your heart freezing.
@@.you;
Of... Of course...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
So, where are we going now?@@
@@.you;
Hm... May as well follow her suggestion and go to the Exhibition Pavilion.@@
@@.emote;
Rebeca nods her head@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
My thoughts are the same! Let's go!@@
And, once again, Rebeca starts dragging you.
//''So much for me being the guide...''//
<<linkreplace "Follow her">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 6.mp4" autoplay loop/>
Once you arrive at the Exhibition Pavilion, Rebeca walks up to the first bust.
@@.you;
Alex... VIII? Is he the 8th son of someone?@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
That's Pope Alexander VIII! Reigned as Pope in the late 1600's! The sculpture was a gift from Cardinal Francesco Barberini, whom Alexander had made a cardinal in 1690.@@
As she says that, you can't help but be astounded by her knowledge over such trivia.
@@.you;
Wow... You sure know your art!@@
@@.emote;
Rebeca laughs even louder@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Actually, I just know how to read!@@
As she says that, she points at the mural, where all the information is written. You can't help but frown.
@@.you;
That's cheating...@@
@@.emote;
Rebeca chuckles and takes your hand@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Rachel said you did the same to her! So this is payback! Come, let's check the other stuff!@@
<<linkreplace "Follow her">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 7.mp4" autoplay loop/>
You both slowly walk through the Exhibition Pavilion.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Man... There sure are a lot of interesting things here! I really didn't think it would be fun to walk around an art museum, but I was wrong!@@
@@.you;
Wait... Really? Didn't you say that you would enjoy it?@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I was being polite! I usually go out on dates to clubs and movie theaters! But this is actually a nice change of pace.@@
@@.you;
Well, I'm glad you are enjoying it.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Only thing that sucks about this place is that they don't allow food inside the pavilion... I'm starting to get hungry...@@
As she says that, you smile at her.
@@.you;
Well, good news for you! I've actually accounted for that. I was going to take us there a little later, but if you are hungry, we can go now.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh! Now that's a man that understands a woman's heart! Where are we going?@@
@@.you;
That's a secret. Come, it's actually quite close to here, we can get there by walking.@@
As you say that, you extend your arm to her.
@@.you;
Ready, Dear?@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Ready, honey!@@
<<linkreplace "Take her to the restaurant">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption Quest 9.jpg">
After a few minutes, you both arrive at the restaurant.
@@.you;
Hope you enjoy Japanese food.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh! I love it! I wonder what kind of Sushi they have!@@
Seemingly excited by the prospect of food, Rebeca pulls your arms towards the entrance. As you both walk in, you notice that the inside of the restaurant is quite spacious.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Let's sit over there!@@
After saying that, she takes you to the cushion sofa type table. As you both sit down, you are offered a menu by the waiter.
@@.you;
Ah, thank you.@@
You open the menu up. You are afraid of the prices that you are about to see but, to your surprise, it's actually quite affordable.
//''I've got $75... I should be able to get away with spending only $40...''//
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh! They've got so many different types of Sushi! I can't wait to try them all!@@
As she says that, you can't help but sigh inside.
//''Maybe... $60?''//
<<linkreplace "Order food">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 10.mp4" autoplay loop/>
After a while, the food arrives at the table. You feel that your heart is about to break.
//''We spent the full $75...''//
If front of you is a lavish banquet that you are positive you will never be able to finish eating.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
First I want to try this lobster tail sushi!@@
//''That alone was $25...''//
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hm!!! So good!@@
As she says that, she gives you the thumbs up and smiles.
//''Well, I guess it was worth it...''//
<<linkreplace "Eat your Ramen">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 11.mp4" autoplay loop/>
As you finish your Ramen, you can't help but stare, as Rebeca finishes her last piece of Sushi.
//''Holy shit! How did all that sushi fit into that small body?!''//
@@.you;
So, did you enjoy the food?@@
@@.emote;
Rebeca wipes her mouth@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Loved it! Definitely worth the price!@@
You can't help but chuckle.
@@.you;
Glad you liked it. But I'm amazed at how much you can eat.@@
@@.emote;
Rebeca frowns@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Rude... Girls have an extra stomach for things they like, you know!@@
You end up laughing at that.
@@.you;
I think I've heard someone say that before.@@
@@.emote;
Rebeca grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Besides, I plan on doing some intense exercise soon, so it's fine. I will burn all the calories there.@@
@@.you;
Really? That's quite a healthy mindset you have.@@
As you say that, you wave at the waiter for the check. Once you finish paying, you both leave the restaurant and walk to your car.
@@.emote;
Rebeca stretches@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hm... I've got to say, you are quite good at this date thing.@@
@@.you;
Thank you. I do try my best to please.@@
@@.emote;
Rebeca looks at you and smirks@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Be honest with me, the whole art museum idea that you had, you got it from the Internet, right?@@
You almost choke on air as she says that.
@@.you;
Maybe...?@@
@@.emote;
Rebeca laughs and smiles at you@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Don't worry, I had a great time, and that is what matters.@@
@@.you;
Well, I did too.@@
As you say that, you both get into your car.
<<set $DateRebeca to true>>
[[Take Rebeca Home|Rebeca Sex]]
<</ctp>><<ctp "testID">>
<img src="img/Other/Rachel Calling.jpg">
As you wake up, you hear your cell phone going off.
//''Urgh... Is Rebeca calling me this early in the morning again?''//
You pick up the phone and look at the name.
//''Wait... Rachel?!''//
You quickly get up.
<<linkreplace "Answer the phone">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Phone.mp4" autoplay loop/>
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Good morning, $player.name!@@
@@.you;
Good morning, Rachel. Did something happen?@@
After a second, Rachel answers you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
No... Why?@@
@@.you;
Well, you usually don't call me this early in the morning.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! I-I'm sorry! Were you sleeping? Rebeca told me that she usually calls you this early, s-so I thought that...@@
You can't help but sigh.
//''So it was Rebeca...''//
@@.you;
No, I'm up. I just thought it was strange, that is all. How are you doing today?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm fine! What about you?@@
After you both spend a couple of minutes small talking, Rachel finally arrives to the main point.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You see! My parents are going to be out on a meeting that will last until tonight... So... I was wondering...@@
@@.you;
Yes...?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
D-Do you want to come over to N-Netflics and Chill?@@
//''Netflics and Chill?! I wonder if she knows what that means or if Rebeca told her to invite me like that...''//
@@.you;
Sure. I would love to. What time do you want me to come over?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You will?! Yay! You can come over after lunch! I still need to prepare some drinks and snacks for us! Oh! I should start right now!@@
As she says that, she turns off the call.
@@.you;
Uh...? Well, I guess she's excited.@@
You get off the bed and start to get ready for your day, when the phone starts ringing again. You look at it and it's Rachel again.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
S-Sorry for turning the phone off all of sudden! I-I got excited and... and...@@
You can't help but laugh.
@@.you;
It's fine. I know you well enough by now. Also, I find it cute that you become excited when we agree to do something together.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-You do?! He... Hehehe...@@
@@.you;
Anyhow, you should start getting things ready on your end. I will start on mine.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! Have a nice morning, $player.name!@@
@@.you;
You too.@@
As you say that, you turn off the call.
<<set $RachelCallInvite to true>>
[[Start your day|Start]]
<</ctp>><<ctp "testID">>
<img src="img/Other/School Time.jpg">
As you are messing around, your cell phone plays the alarm.
//''What the... Oh! It's time! I need to go to Rachel's house!''//
You quickly rush into your bedroom and put on your clothes and some perfume.
//''Great! Now, lets do this!''//
<<linkreplace "Go to Rachel's House">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel House.jpg">
After a few minutes, you arrive at Rachel's house. You stand in front of the door and press the doorbell. After a few seconds, you can hear the rushed sound of footsteps, until they stop in front of the door. You wait for a few seconds.
//''What the hell...?''//
As you are about to press the door bell again, the door swings open.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
From the looks of it, she ran all the way to the door. She must have stopped to try and recompose herself. You can't help but chuckle.
@@.you;
Hello, Rachel. Ready for the movie?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! Come on in, please! I've got us some popcorn, chips, candy, cookies, sandwiches, soda, juice, water...@@
As she starts to trail off on all the snacks she got, you can't help but stare at her. Her face becomes red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I wasn't sure what you would like...@@
You can't help but laugh.
@@.you;
That's fine, anything will do. Hell, this is the first time I've ever had a banquet while watching a movie, so it should be fun. Thank you, Rachel.@@
With that, her face brightens.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You are welcome! Come!@@
As she says that, she grabs your hand and pulls you into the house.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Melissa has something to do somewhere, so it's only you and me for at least a couple of hours!@@
//''Oh! That sounds promising!''//
<<linkreplace "Go to the living room">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 31.mp4" autoplay loop/>
As you sit down on the sofa, Rachel sits next to you.
@@.you;
So, what is this movie we are going to watch?@@
You watch as Rachel pulls out a dubious DVD Case.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This one! Rebeca told me it's an excellent movie! Told me to only watch it with you when we were alone!@@
//''I've got a weird feeling about it...''//
@@.you;
Really now... What's the name?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... I think she said it was The Queen of Head? Maybe it's a medieval movie?@@
You can't help but laugh.
//''I knew it!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Have you already watched it?@@
@@.you;
No, but I've heard good thing about it.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I see! Then lets watch it!@@
You watch as Rachel gets off the sofa and turn on the TV and puts in the DVD, then rushes back to the sofa with the remote control in hands.
<<linkreplace "Watch the movie">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 43.mp4" autoplay loop/>
Once she presses play, the story starts of Madalena, The Queen of Head. The story is, in all honestly, terrible. Just a vague plot for Madalena to give this dude a blowjob.
@@.emote;
Rachel looks at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That doesn't make any sense... Why does she have to inspect his penis?@@
You can't help but chuckle.
@@.you;
It's just how the plot in these types of movies go. There was this one where the girl tells the guy that he needs a lifeguard... Inside his bathtube.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What? That doesn't make any sense!@@
As Rachel continues to watch the movie, she notices that the girl is really starting to give the guy a blowjob.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-What?! This movie is showing their naughty bits! Is this movie Europeian?@@
You can't help but grin.
@@.you;
Something like that...@@
<<linkreplace "Keep watching the movie">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 44.mp4" autoplay loop/>
As the movie keeps going, you can see that Rachel is visibly excited. Since she's not wearing a bra, you can clearly see her nipples. This time she doesn't even make an attempt to hide her face.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
D-Do men actually enjoy that...?@@
@@.you;
A blowjob? Of course. As a matter of fact, it's most men's dream.@@
@@.emote;
Rachel nods her head@@
After a couple more minutes, she turns around and looks at you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
D-Do you want one...?@@
As you look at her, you can't help but grin.
@@.you;
Do you know how to give one?@@
@@.emote;
Rachel nods@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
R-Rebeca showed me a few videos... And I've tried it on... On a Banana...@@
@@.you;
And do you know what's required before you start?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-Your penis needs to be hard...?@@
@@.you;
Exactly, how about you check if that is the case?@@
@@.emote;
Rachel vigorously nods@@
<<linkreplace "Let her touch you">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 32.mp4" autoplay loop/>
As you say that, Rachel puts her hand over your pants.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... Oh! I can feel something!@@
As she says that, she slowly caresses your hardening cock.
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-It's getting bigger!@@
As your cock gets harder, she seems to be getting more and more excited.
@@.you;
Want to take a look?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes!@@
<<linkreplace "Let her have a look">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 33.mp4" autoplay loop/>
As she says that, she slowly starts to undo your pants.
@@.emote;
Rachel frowns@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Why is this so complicated...@@
She keeps struggling with your pants, but eventually is able to get it open.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Aha!@@
She pulls your pants open, revealing your hardened cock.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It looks just like in the movies!@@
//''What did you expect it would look like...?''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
C-Can I touch it?@@
@@.you;
Sure, go for it.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I heard it's uncomfortable for it to be touched while dry...@@
As she says that, she licks her hand and starts to touch your cock.
<<linkreplace "Let her play with it">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 34.mp4" autoplay loop/>
As she touches your cock, you can't help but have it twitch.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! It moved! It's almost like it's alive!@@
You can't help but laugh.
@@.you;
Well, it is alive. Look!@@
As you say that, you have your cock twitch again.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It's so cute!@@
//''Cute?!''//
As she says that, she puts her face close to your cock.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hello there, little guy!@@
//''Little?! Lets see if you still think like that once it's inside of you!''//
@@.you;
Since it's so cute, why not give it a kiss?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
<<linkreplace "Let her kiss your cock">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 35.mp4" autoplay loop/>
You watch as she starts by kissing your cock, but slowly starts taking the tip of your cock into her mouth.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm...@@
As she moves, she slowly takes it deeper. You can't help but shudder in pleasure, a groan escapes your lips.
@@.you;
Urgh...@@
As you groan, she instantly stops.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
D-Did I hurt you?!@@
@@.you;
No, of course not. It felt good...@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
R-Really?!@@
@@.you;
Yes... If you can take it deeper...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
<<linkreplace "Let her take your cock">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 36.mp4" autoplay loop/>
As she says that, she goes all in on giving you a blowjob.
//''Holy!''//
While she does lack skill, she more than makes up for it in enthusiasm. When she tries to take your whole cock into her mouth, she only makes it half way.
@@.emote;
Rachel gasps for air@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It... It's so much bigger than a banana!@@
//''Now you get it!''//
Even though she says that, she goes right back into sucking your cock. You can't help but groan in pleasure.
//''Fuck! If this continues, I'm going end up cumming!''//
@@.you;
W-Wait a second, Rachel!@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Did I do something wrong?@@
//''You are doing too well!''//
@@.you;
Not at all. But you are the only one touching me. That's not very fair, now is it?@@
@@.emote;
Rachel looks down@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I guess you are right... But I don't really have much for you to touch...@@
As Rachel says that, she undoes her shirt and touches her meager breasts.
@@.you;
Don't say that, you have beautiful breasts... And they must taste great!@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Taste?! Are you going to eat them?!@@
You can't help but grin.
@@.you;
Kinda!@@
<<linkreplace "Suck her tits">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 37.mp4" autoplay loop/>
As you say that, you instantly chomp onto one her of breasts.
@@.emote;
Rachel moans@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! T-This is!@@
As you suck on one tit, you move your hand towards the other.
@@.you;
Hm... Yummy. I rate these breasts as A+.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A+?!@@
You watch as she blushes even harder, yet you can clearly see a smile on her face. You can't help but grin.
@@.you;
But your tits aren't the only thing I can touch...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-What?!@@
<<linkreplace "Touch her pussy">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 38.mp4" autoplay loop/>
As you say that, you move your hand towards her pussy and start fondling it.
@@.emote;
Rachel moans loudly@@
@@.you;
Does this feel good?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-Yes...@@
@@.you;
Would you like it to feel better?@@
@@.emote;
Rachel nods her head@@
@@.you;
Then I will show you something nice. Help me take off your pants.@@
As you say that, you can see Rachel's face becoming the color of a tomato, but she slowly nods to you.
//''Excellent!''//
<<linkreplace "Take off her pants">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 39.mp4" autoplay loop/>
You move your hands to her pants and pull them off.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
S-Should I take my slippers off too?@@
You look to the cute rabbit slippers she is wearing.
@@.you;
Sure.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
As she says that, she tosses the slippers away and you take that chance to pull her panties off.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! My panties!@@
You can't help but grin.
@@.you;
Everything comes off!@@
@@.emote;
Rachel chuckles@@
Once her panties are off, you pull her hips towards you, giving you a clear view of her pussy.
@@.you;
You've got a beautiful pussy.@@
As you look at Rachel, you can see her holding her breath in anticipation.
//''Well! Let's get to it! Bon Appétit!''//
<<linkreplace "Eat her pussy">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 40.mp4" autoplay loop/>
As you go down on Rachel, you can feel the taste of her virgin pussy.
@@.emote;
Rachel moans loudly@@
As you continue to lick her pussy, you start to feel her body slightly trembling. You also notice that her fingers are starting to curl. You are sure that, if you could see her feet, those would have been curled too.
//''Seems like she has no resistance to this...''//
As you are about to continue, you feel a hand on your head.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-Wait!@@
@@.you;
What?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm the only one feeling good here... It's not fair!@@
@@.you;
I don't mind.@@
@@.emote;
Rachel frowns@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But I do! It needs to be fair!@@
//''Hm... Well... I guess we could...''//
@@.you;
Do you want me to feel good with you?@@
@@.emote;
Rachel brightens@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes!@@
@@.you;
Okay, I've got an idea then. Have you ever heard of sixty-nine?@@
@@.emote;
Rachel tilts her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
The number?@@
You can't help but grin at that.
@@.you;
Here, let me show you. We need to change position.@@
As you say that, you lay down on the sofa.
<<linkreplace "Swap positions">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 41.mp4" autoplay loop/>
Once you are laying down, you start to guide her.
@@.you;
Now you need to turn your back to me.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
Once her back is towards you, you take her hips and pull her towards your face.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah!@@
Using that momentum, you push your hips forward, getting into position, your cock now right in front of Rachel's face.
@@.you;
There we go, now you can give me a blowjob while I eat you!@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I see! So this is what you mean!@@
@@.you;
So... How about we see who can make the other cum first?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You are on!@@
As Rachel takes position, you instantly start eating her pussy.
@@.emote;
Rachel moans@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
T-That's cheating!@@
<<linkreplace "Eat her out while she sucks you">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 42.mp4" autoplay loop/>
As she says that, she start to work on your cock, you can't help but groan in pleasure.
//''How can she be this good at it being her first time?! But there is no way I'm going to lose!''//
The both of you slowly go to town on each other. You use your best techniques in order to make her cum faster.
@@.emote;
Rachel moans loudly@@
As you eat her, you can feel her mouth getting hotter and hotter. The corruption coursing through your veins slowly starts to invade Rachel's body. After a while, you can feel her pussy starting to contract.
//''Almost there!''//
You decide to go for the finishing blow by focusing her on clit.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! W-Wait! I- I'm cumming!@@
You ignore her words and keep working on her pussy.
@@.emote;
Rachel moans even louder@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
C-Cumming!@@
As she starts to cum, you can taste the honey. You can feel her whole body trembling.
//''YEAH! It's my win!''//
@@.you;
Seems like that I won. But you were very close, so you just have to continue a bit more for me to cum.@@
As you say that, you notice that Rachel doesn't move to continue.
@@.you;
Rachel?@@
You carefully move her off of you, only to notice that she passed out.
@@.you;
Seriously?! And what am I supposed to do with this?!@@
You look down towards your hard twitching cock and then you look towards her ass.
//''I'm sure she won't mind...''//
<<linkreplace "Cum on her ass">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 45.mp4" autoplay loop/>
You start to jerk off your cock until you feel that familiar pulse.
@@.you;
Fuck! I'm cumming! Urgh!@@
Once you start cumming, you end up making a mess on her ass.
@@.you;
Ah... Much better...@@
As you look to her ass, you can't help but grin.
@@.you;
Now what?@@
Even though you finished jerking off, you still feel unfulfilled. You can't help but sigh.
//''Well... There's always next time... And I can't just leave her like this...''//
You pick up some tissue and clean her ass off, then you put on some clothes on her. Even after all of that, it seems like she's still passed out.
@@.you;
Geez...@@
You pick her up and take her to her bedroom.
<<linkreplace "Take her to her bedroom">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption Quest 46.jpg">
As you lay her down on the bed, you can't help but smile while looking at her content face.
//''Hope she is having a good dream...''//
You turn around and make your way of her room..
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
$player.name...?@@
As you hear Rachel’s voice, you turn around towards her.
@@.you;
Hey, Rachel.@@
@@.emote;
Rachel is confused@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Was I... Dreaming?@@
You can't help but laugh.
@@.you;
What do you think?@@
As you say that, you can see Rachel's face becoming red and her looking down.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
S-Sorry! I... I ended up passing out...@@
@@.you;
It's fine. It was your first time, so it's understandable.@@
You watch as Rachel pulls the cover up to her face.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
C-Can we Netflics and Chill again...?@@
You can't help but grin.
@@.you;
Sure. If you ever want to, just give me a call.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! But next time, I won't pass out! And I will make sure you cum first!@@
//''Oh? Seems like it did work!''//
You can't help but chuckle.
@@.you;
I look forward to that. But it's getting late and I better go. I don't want your parents to see me.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
O-Okay! I will see you later then!@@
As she says that, you make your way out of her room. Once you reach down stairs, you find someone unexpected waiting for you.
@@.emote;
Melissa grins@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Did you have fun?@@
You can't help but frown.
@@.you;
Didn't you go out?@@
@@.emote;
Melissa chuckles@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I told Rachel I would, but I was actually making sure you didn't do anything she wouldn't want you to do.@@
You can't help but frown.
@@.you;
You were watching?@@
As you say that, she walks pass you and slaps your ass.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I've got to say, seems like you still know your way around a pussy. Maybe give me a call some day?@@
As she says that, Melissa winks at you and makes her way to Rachel's bedroom.
//''Well... I guess that's fine.''//
@@.corruption;
You've become more corrupted@@
@@.corruption;
Rachel feels more depraved@@
@@.corruption;
Rachel becomes more corrupted@@
[[Time to go home|House][$player.corruption += 1;$student.corruption += 1;$time.passTime(5);$student.corruptionlevel += 1]]
<</ctp>><img src="img/Other/Dating Site.jpg">
As you sit at your computer, you start browsing the Internet for a site to help you decide on where to take Rebeca on a date.
@@.you;
Let's see... This site seems good...@@
As you look through it, you notice that there's a questionnaire for you to fill out.
@@.you;
Age...? 19, I think? Occupation? I don't know... Does she even work? I guess college student is fine. Nationality? I think Anna said she was Brazilian or something?@@
You slowly fill in all of the questions and wait for the result.
@@.you;
Oh! It's here! Let's see... Art Gallery? Dinner at a Japanese Restaurant? Really? That doesn't seem right...@@
You sit back on your chair and try to think of a better date.
@@.you;
Uh... Honestly, I have no idea... I don't actually have much experience with dating girls... May as well just go with it.@@
You open Google Maps and search for an art gallery.
@@.you;
Let's see... Of course, there would only be one in this small town... The Getty? That's a weird name...@@
You go to their site to get more information.
@@.you;
Hm... Seems reasonable... Price of admission... $25?! For each person?! How can it be so expensive!@@
You can't help but sigh.
@@.you;
Whatever... Let's check for a Japanese restaurant...@@
You are lucky that there's a restaurant quite close to the art gallery. According the the menu, you believe that it will cost $25 for each of you as well.
@@.you;
So... About $100... I better set the money aside when I invite her, I don't want to accidentally spend it...@@
After you finish your research, you get up.
@@.you;
This should be good enough as a repayment...@@
<<set $DateResearch to true>>
[[Finish Researching|Start][$time.passTime(1)]]<img src="img/Other/Rebeca.jpg">
As you enter Accogliente, a restaurant famous for having a sofa and very few customers, you can't help but wonder why this university has so many weird themed stores. While looking around, you notice that Rebeca is sitting alone. You decide to talk to her.
@@.you;
Hey, Rebeca.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh, hey $player.name! Perfect timing! Rachel just left!@@
As she says that, she taps the seat next to her.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Did you know that I woke up sore? I almost fell down when I tried to stand up after that time.@@
You can't help but laugh and grin.
@@.you;
Hey, you were the one that asked me to give you everything I had.@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Well, it was fun. But, next time, go a bit easier on me, okay?@@
//''Next time, uh?''//
@@.you;
Got it. So, what did you want to talk about?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh, I was just talking to Rachel about you. Talking about her plans with you, what she wants from you... You know, relationship stuff. Unfortunately, I've hit a bit of a snag...@@
You can't help but rise an eyebrow at that.
@@.you;
A snag?@@
@@.emote;
Rebeca shrugs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yeah... She was all about holding hands and kissing and such. But when I asked her about getting you dick wet, her face basically became a tomato and she left. Guess she's been watching too many romantic movies after you two went on a date... But! I've actually got a solution!@@
@@.you;
Really? And what would that be?@@
@@.emote;
Rebeca grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
We just have to make her watch lewder stuff!@@
@@.you;
That... Oddly enough, that kind of makes sense.@@
@@.emote;
Rebeca points at you@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yes! And much like in war, the best way to win is by hitting your opponent from both sides! As such, we have to split up and each do our task!@@
You nod your head.
@@.you;
So, what do I have to do?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Well, nothing really. I just need you to get closer to her. Kiss her more. Hold her hands. Just keep doing what you are doing. Open her mind to the possibility of new things!@@
//''So I just need to keep corrupting her...''//
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Meanwhile, I will give her some more... Explicit movies... For her to watch.@@
@@.you;
That sound like a plan. But how are we going to make sure it's working?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
It's simples! Two words! Netflics and Chill!@@
You raise an eyebrow at that.
@@.you;
Where have I heard of that...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What?! You don't know what Netflics and Chill means?! When was the last time you dated?@@
As she asks that, you can't help but feel a little embarrassed.
@@.you;
Five... Maybe six?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Five or six months ago? That doesn't sound like a lot...@@
@@.you;
Years...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Uh?@@
@@.you;
Five or six years ago... I had a girlfriend when I was 13...@@
@@.emote;
Rebeca bursts out laughing@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
That doesn't count! At that age you barely hold hands! Anyway, it doesn't matter. It means sex. Netflics and Chill is code word for banging on the sofa while watching a movie as an excuse.@@
You can't help but look away.
@@.you;
I knew that...@@
@@.emote;
Rebeca grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Anyway! So, I will give her some movies to watch and you will invite her for some Netflics and Chill! Start by getting a bit of first base, then second base, then third base and then, before you even know it, you both will be screwing like Bonobos on a mango tree!@@
//''Bonobos on a what?!''//
@@.you;
Well, I guess that does sound like a plan.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
So just wait for my call! Once she is ready to start, I will call you and then you will invite her!@@
@@.you;
Got it.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Also! Thank you for your treat!@@
As she says that, she gets up and starts to leave.
@@.you;
My what?@@
Before you can get up and go after her, the waiter arrives with the check.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Waiter<hr>
That will be $10, sir.@@
<<set $TalkWithRebeca to true>>
//''Sigh... Well, I guess since she's going to help me...''//
<<if $player.money gte 10>>
[[Pay the check|School][$player.money -= 10; $time.passTime(1)]]
<<else>>
[[Put it on your tab|School][$time.passTime(1)]]
<</if>><<ctp "DateRebeca">>
<img src="img/Other/Rebeca House.jpg">
After a while, you finally reach her home. As you get out of the car, you open the car door for her.
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What a gentleman.@@
@@.you;
This is quite the nice house.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I know, right? And it may look expensive, but when my grandfather bought it, it was only $25000! Can you believe it?@@
@@.you;
$25000?! Holy... You can't even buy a shed for that price!@@
As you say that, Rebeca sighs.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I know, right? How the hell am I supposed to go live on my own with the housing market like this?@@
You nod in sympathy.
@@.you;
Yeah... From what I've read, it's quite rare for kids nowadays to leave their parents house before their 30's...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yeah... Anyway! At least my parents aren't home right now, so come on in!@@
As she opens the door and you follow her inside.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
My bedroom is right up stairs. I'm going to put on something more comfortable. So wait for a couple of minutes and then come!@@
@@.you;
Uh? Okay...?@@
As you say that, you watch as Rebeca goes to her bedroom.
<<linkreplace "Wait two minutes and go to Rebeca's bedroom">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 12.mp4" autoplay loop/>
As you open the door, you spot Rebeca laying on the bed in her underwear.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hey there, $player.name. Glad you could make it!@@
Even though it's a pleasant surprise, you are still confused.
@@.you;
This is...?@@
@@.emote;
Rebeca grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Since you are Rachel's first boyfriend, I need to make sure that you have what it takes to make Rachel happy.@@
@@.you;
Really? Are you sure it's not just because you are horny?@@
@@.emote;
Rebeca chuckles and winks@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Perhaps... But it is true that I want to know if her first lover is any good in bed. It would really suck for her if that wasn't the case.@@
@@.you;
Oh? Is that a challenge?@@
@@.emote;
Rebeca grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Sure! If you can make me cum, I will help you make Rachel cum, if you get what I mean.@@
You can't help but smirk.
@@.you;
And if I make you cum multiple times?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh? If you can do that, I wouldn't be opposed in also being your girlfriend.@@
You can't help but shrug.
@@.you;
Then don't blame me if you get hopelessly addicted to my cock.@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
That's quite the bold statement. I'm now looking forward to what you got!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 13.mp4" autoplay loop/>
As Rebeca says that, she gets up from the bed and pulls down her bra.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What do you think?@@
@@.you;
Hm... Modest, but full. I believe they will fit perfectly in my hands. They also look quite bouncy.@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What are you, some kind of boobs connoisseur?@@
You can't help but grin.
@@.you;
All men are.@@
You watch as Rebeca rolls her eyes and lays down.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 14.mp4" autoplay loop/>
As she lays down, she puts her hands on her panties.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Let's see what you think of this!@@
As she says that, she slowly pulls her panties off, giving you a clear view of her ass and pussy.
//''Whoa! She's completely shaved!''//
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What do you think?@@
@@.you;
Is that what they call as a Brazilian?@@
@@.emote;
Rebeca grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Well, I am from Brazil, so it's only fitting! But, now that I've showed you mine, you have to show me yours!@@
<<linkreplace "Show her yours">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 15.mp4" autoplay loop/>
As she says that, you drop your pants in front of her.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh, my! Hello there little guy!@@
You can't help but smirk at that.
@@.you;
Well, it won't be little for long.@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Is that so? Then I better get to work.@@
You watch as she takes your dick into her hands and slowly starts to massage it.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Ah! I can feel it growing in my hands! What a good boy!@@
As she says that, she gives your cock a kiss. As her kiss lingers on the tip, it becomes fully erect.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh! It became a big boy now! But are you going keep standing there?@@
You watch as she taps the bed.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Come! Lay down with me!@@
<<linkreplace "Lay on the bed">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 16.mp4" autoplay loop/>
As you lay on the bed, Rebeca takes your cock into her hand.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Let's see how long you can last...@@
As she says that, she puts her mouth over your cock and slowly takes it in. You can't help but grunt in pleasure. As you look at her, you can see a triumphant gleam in her eyes.
//''Still... There's no way I'm going to cum this early...''//
Eventually she stops and gets up.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I see you are much more resilient than I gave you credit for... Let's try this then!@@
You watch as Rebeca leans over her bed stand and picks up a bottle of lube.
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 17.mp4" autoplay loop/>
You watch as Rebeca opens it and starts pouring it on her feet.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Will you cum if I use my feet on you? I had an ex that would cum just by looking at them.@@
While you don't particularly have any foot fetish, you can't help but feel excited about the prospect of a foot job.
<<linkreplace "Let her pleasure you with her feet">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 18.mp4" autoplay loop/>
As Rebeca takes your cock into her feet, you feel a weird pleasure creeping up your spine. You can't help but grunt in pleasure again.
@@.emote;
Rebeca chuckles and grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Seems like you enjoy this too... Perv.@@
As she says that, she starts to increase the pressure and move her feet up and down.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Are you going to cum for me...?@@
Even though you are feeling pleasure, you know you are still not at your limit.
@@.you;
Not before making you cum.@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Is that so? Then let's get to it.@@
<<linkreplace "Let her get to it">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 19.mp4" autoplay loop/>
As she says that, Rebeca slowly gets on top of you and positions your cock into her pussy.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Let's have a taste of this bad boy...@@
With that, she slowly lowers herself.
@@.emote;
Rebeca moans@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
It's... It's bigger than I thought...@@
Even though she says that, she finishes bottoming out on your cock. You can't help but grin.
@@.you;
Are you okay there?@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Just give me a second to get used to it...@@
As she says that, she slowly rocks back and forth while moaning.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 20.mp4" autoplay loop/>
As she gets used to it, she slowly lifts up and lowers herself back down.
@@.emote;
Rebeca moans slightly louder@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
If nothing else, your cock does get my seal of approval.@@
And with that, she gets used to your cock and starts to speed up.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hm... Let me just...@@
As she says that, without even taking your cock out of her, she spins around, giving you a clear view of her asshole. You can't help but grunt in pleasure.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Much better... Now let's make you cum!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 21.mp4" autoplay loop/>
You watch as Rebeca moves her hips.
@@.emote;
Rebeca moans loudly@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Ah... This... Is... Such... A... Good... Cock...@@
But even then, it seems she's not able to fully satisfy you.
@@.you;
If we keep going like this, you are never going to cum...@@
As you say that, you pick her up by her hips and pull her off from your cock, waking her from her bliss.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What?!@@
Before she can even react, you get off the bed and pull her hips forward.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
W-Wait!@@
@@.you;
Not waiting!@@
<<linkreplace "Take control">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 22.mp4" autoplay loop/>
As you say that, you thrust your cock with everything you have, fully sheathing it into her pussy.
@@.emote;
Rebeca moans loudly@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
W-Wait! I'm not rea-@@
Before she can finish, you start to thrust your hips with vigor.
@@.emote;
Rebeca moans even louder@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Wait! No! Ah, damn!@@
As you maintain your rhythm, you can feel her pussy contracting on your cock, holding it like a vise.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Ah! Shit! I'm! I'm cumming!@@
As she starts to cum, you can feel her pussy trying to milk you for everything you've got. This slowly starts to push you over the edge.
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 23.mp4" autoplay loop/>
As you are about to cum, you decide to flip her over again, giving you a better grip on her hip.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Ah! Wait! If you keep going, I'm going to cum again!@@
@@.you;
Shit, I'm going to cum too!@@
Not being able to hold back any longer, you start to cum in her, which triggers her to cum again.
@@.you;
Urgh!@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Ah! Ah! Ahhhhhhhhhhh!@@
As she cums again, you can see her legs twitching and her fingers curled. After a while, she falls on on the bed again, breathing hard.
<<linkreplace "Bliss">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption Quest 24.jpg">
As you stand there breathing hard, you can't help but ask.
@@.you;
Ah... So... Did I get your sign of approval?@@
Rebeca, not being able to talk, just lifts her arm and gives you the thumbs up.
@@.you;
I've also made you cum... More than once... So I guess that makes you my girlfriend now, uh?@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I don't mind... Getting fucked by you... Every once in a while... But we will need Rachel's permission... Who knows... If you are lucky... We may even have a threesome...@@
Thinking about the innocent Rachel wanting to have a threesome makes you laugh.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Anyway... I don't have the energy to get up... We should talk again at school... I'm going to... Sleep...@@
As she says that, she passes out.
@@.you;
Uh... I guess I went a little overboard...@@
You look around and scratch your head.
@@.you;
I guess I will let myself out then...@@
You can't help but smirk as you put your clothes back on.
@@.corruption;
You've become more corrupted@@
[[Time to go home|House][$player.corruption += 1; $time.passTime(3)]]
<</ctp>><img src="img/Other/Rebeca Calling.jpg">
As you wake up, you hear your cell phone going off.
//''Who's calling me at this hour in the morning?''//
You pick up the phone and look at the name.
//''Rebeca? Again?''//
@@.you;
Hello?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Good morning, $player.name!@@
@@.you;
Do you really have to call me this early?@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Well, you are up, aren't you?@@
@@.you;
Just barely...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Well! I've got some news for you! You should invite Rachel for some Netflics and Chill!@@
Her saying that instantly removes any drowsiness you had.
@@.you;
Really?!@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yes! I've been giving her more exciting movies to watch. You should have seen her watching Eyes Wide Shut! She kept covering her face every time there was as sex scene! It was adorable!@@
You can't help but imagine that.
//''Yeah... That does sound cute...''//
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I noticed that she's definitely getting hot and bothered! And I've prepared the perfect movie for you two to watch!@@
@@.you;
And that would be...?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Nymphomaniac! Loads of sex scenes and the movie is all about sex! Guaranteed to get her in the mood for at least second base!@@
@@.you;
Hm... That does sound interesting...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Right?! You should invite her after class! She's never been over to your house, right? This kills two birds with one stone!@@
//''That is right... I've never invited her to come over... Wait... Would that be an issue? Hm... I don't think so...''//
@@.you;
Got it. I will invite her then.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Good luck! And if you score a home run, you better buy me dinner again!@@
As she says that, she cuts the call.
@@.you;
What's with her and all of the baseball references... Isn't she from Brazil? Shouldn't it be soccer references?@@
You shake your head and get out of bed.
<<set $RebecaCallsAgain to true>>
[[Start your day|Start]]<<ctp "testID">>
<img src="img/Rachel/Rachel Classroom Event 2.jpg">
As you are packing your things, you notice that Rachel still hasn't left. This seems like the perfect opportunity to invite her.
@@.you;
Hey, Rachel.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, hi $player.name! Not going home yet?@@
@@.you;
Not really, what about you?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Melissa brought me to school today, so I need to wait for her to pick me up. She will call me when she's on her way.@@
@@.you;
Great! Actually, I was hoping to talk to you.@@
@@.emote;
Rachel smiles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really? What do you want to talk about? Chemistry?@@
You can't help but chuckle at that.
@@.you;
Kinda. I wanted to know if you are free this afternoon.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... I guess? No one is home right now, but my mom doesn't like me staying late at school.@@
@@.you;
So, it's only Melissa?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes?@@
@@.you;
That's great, actually! I've heard from Rebeca that you are watching quite a few movies lately. How would you like to watch a movie with me?@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I would love to! Are you going to come over today?@@
@@.you;
Actually, I was wondering if you want to come over to my place. You've never visited my house, right?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I would love to! But... I can't... My parents won't let me visit someone without their permission...@@
@@.you;
Don't worry about that. You said that Melissa is the only one at your house, right? I will call her and tell her that you are coming over to visit. I'm sure she will be fine with it.@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
S-She will?!@@
@@.you;
Yes. So, if I get her permission, will you come over?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sure! I want to visit your house!@@
You can't help but smile.
@@.you;
Okay, just give me a second.@@
You take out your phone and give Melissa a call. After a couple of minutes, you turn it off.
@@.you;
There. She said it's fine, as long as you return before evening.@@
@@.emote;
Rachel jumps excitedly@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?! Yay! Let's get going! Also, what movie are we watching?@@
@@.you;
Oh, the movie? That's a surprise.@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I do like surprises!@@
As she says that, she gets off the table and walks up to you.
@@.emote;
Rachel's face blushes@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... I know that we are in public... B-But can we hold hands?@@
@@.you;
Uh? Sure, I don't mind.@@
You take her hand and start making your way to your car. As you look at Rachel, through your peripheral vision, you can see that she's smiling.
<<linkreplace "Take her to your car">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Car Outside.jpg">
As you take Rachel to your car, you notice that Anna is already there waiting for you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.ys! You are la-@@
As she is about call out to you, she ends up frowning.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Who's this?@@
@@.you;
Hey, Anna. Sorry that I'm late. This is Rachel, she's my classmate.@@
As you say that, Rachel lets go of your hand and walks up to Anna.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, Anna! You must be $player.name's $ys.rel! I've heard so much about you from him!@@
@@.emote;
Anna is taken aback@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
R-Really?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! He's always saying how cute you are.@@
@@.emote;
Anna's face blushes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
He is? He... Hehe... I course I am! Come! Let's sit in the back so we can talk!@@
As Anna says that, she walks to the car and opens the backseat door.
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Is that really okay?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course! If you are a friend of my $player.ys, then you are a friend of mine!@@
As Anna says that, you can't help but grin.
//''Seems like she's as weak to compliments as ever...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
R-Really?!@@
@@.emote;
Anna frowns@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course. Or... Don't you want to be my friend?@@
You watch as Rachel shakes her head in a hurry.
@@.emote;
Rachel becomes flustered@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
N-No! I mean, yes! I mean, uh... No! Uh... I want to be your friend, please!@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Seems like I'm not the only cute one here.@@
You watch as Rachel's face becomes even redder and Anna glares at you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You better not be trying anything dirty with her...@@
As she says that, you can't help but grin.
//''Not just with her...''//
@@.you;
You know me...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! Of course I do, that's why I'm saying it. Come, Rachel. If you stand too close to him, you might become pregnant.@@
As she says that, she grabs Rachel by her hand and pulls her into the car.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
P-Pregnant?!@@
//''Now that's interesting...''//
<<linkreplace "Drive them home">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption Quest 25.jpg">
As you arrive at your house, you spot Sarah all dressed up. As you park the car, Anna is the first to jump out of it.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You're finally here. Anna, get dressed up. Mom is going to take us to buy some clothes.@@
@@.emote;
Anna's eyes sparkle@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?! Yay! I will be right back!@@
As she is about to leave, she stops and looks at Rachel getting out of the car.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
B-But... If I leave... Doesn't that mean that $player.name and Rachel will be all alone?@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Anna, are you going to go with us or not?@@
After a moment of hesitation, she rushes into the house to change her clothes. With that, Sarah walks up to you and looks at Rachel. Rachel moves forward again.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey! You must be $player.name's $os.rel! I'm Rachel!@@
You watch as Rachel extends her hand to Sarah. Sarah stares at it for a moment and then looks at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I didn't know you were the type of person that picked up puppies that are laying on the street.@@
As she says that, Rachel becomes pale.
//''Sigh... And here I thought she was getting better...''//
@@.you;
Rachel, this is my $os.rel, Sarah. She's a bit of a bitch, but she means well once you get to know her.@@
As you say that, Sarah glares at you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If you brought her over to fuck, make sure to use a condom. You never know what she might have. And please do it in your bedroom, I don't want to imagine that I'm sitting on your cum stains.@@
As Sarah says that, Rachel's face goes from pale to red in an instant.
@@.you;
Sarah!@@
As you call her out, she turns around and leaves.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hmph!@@
After a while, you turn towards Rachel.
@@.you;
Sorry about that, she's got a bit of a... Personality issue. And she's a bit over protective. Once you get to know her better, you will get used to it.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I see...@@
Seeing that she is still downcast, you are about to cheer her up, when you hear the door opening.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name? Oh, you're back!@@
As she says that, she walks out to the yard. She then notices Rachel.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh! And who do we have here?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hi, I'm Rachel...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Rachel? What a beautiful name!@@
As you are standing there, Kelly gives you a playful jab on your arm.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name, you didn't tell me you had such a cute girlfriend! I'm Kelly by the way, I'm $player.name's $m.rel.@@
As she says that, you can clearly see Rachel's face flushing slightly, a small smile showing on her face.
//''Well, as expected of $m.rel, she is really good at cheering people up...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I'm not his girlfriend...@@
@@.emote;
Kelly feigns surprise@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You are not? $player.name! I thought I raised you better than this. How can you let this cutie escape?@@
@@.you;
Sorry $m.rel, I will try harder...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You better!@@
@@.emote;
Kelly laughs@@
As both of you are busy with your theatrics, you can see, from the corner of your eye, that Rachel is flushing even harder.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Anyway, enough joking around. I'm going to be taking the girls out to buy some clothes for the summer, so you will be responsible for looking after the house, okay?@@
You nod your head.
@@.you;
Got it.@@
You watch as Kelly looks at Rachel and gives her a hug.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
If $player.name does anything to you that you don't approve of, make sure to tell me, okay? I will give him a good spanking.@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay, Ms. Kelly!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Just Kelly is fine. Then, I will be inside finishing the preparations. $player.name, if you need anything, just give me a call, okay?@@
@@.you;
I will.@@
As Kelly goes back inside, she waves to Rachel.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You're $m.rel is so nice...@@
@@.you;
She is, isn't she? Let's go inside, I want to show you the house.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
With her mood lifted up again, you take her for a tour of the house.
<<linkreplace "A quick tour">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Livingroom.jpg">
After a quick tour of the house, you end up in the living room.
@@.you;
And that's about it. Not nearly as big as your house, but it's quite comfy.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! I actually prefer this house to mine. Mine is just unnecessarily big. It always feels so... Empty.@@
@@.you;
Well, you are welcome to come over anytime.@@
@@.emote;
Rachel smiles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thank you! I will try!@@
As you are about to sit down, Anna comes into the living room.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
We will be leaving now, $player.name. Make sure to behave.@@
@@.you;
Don't I always?@@
@@.emote;
Anna frowns and looks at Rachel@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Don't let him take advantage of you! Men are wolves! If you give in even an inch, he will end up devouring you!@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Got it! Don't worry, I'm sure he will be a perfect gentleman!@@
//''Wouldn't be so sure about that...''//
You watch as Anna looks at you one last time before leaving. But, right before she exits the living room, she turns around and uses both fingers to point at her eyes and then at yours, and then leaves. You can't help but chuckle.
//''She's cute even when she's jealous...''//
After a while, you can hear a car starting up. Seems like they are all leaving.
//''Finally...''//
@@.you;
So, ready to watch the movie?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yep! So, what movie are we going to watch?@@
@@.you;
It's one that was recommended by Rebeca. It's called Nymphomaniac.@@
As you mention it, Rachel's face goes red. You can't help but raise an eyebrow.
@@.you;
Are you okay?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! I'm fine! It's a movie recommended by Rebeca, so I know it's good! It's just that... <span style="font-size:80%">It's just that...</span>@@
@@.you;
It's just that...?@@
@@.emote;
Rachel looks alway@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
They are kind of lewd...@@
You can't help but laugh.
@@.you;
Yeah, I know what you mean. Want me to choose a different one?@@
@@.emote;
Rachel becomes flustered@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
N-No! This one is fine!@@
@@.you;
Are you sure?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
<span style="font-size:60%">Come on Rachel, you can do this!</span>@@
You watch as Rachel takes a deep breath and smiles at you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes. I'm sure.@@
//''Hm... That's a good sign... Good thing I've been slowly corrupting her...''//
<<linkreplace "Movie Time">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption Quest 26.jpg">
You sit down and start playing the movie.
@@.emote;
Rachel looks at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Have you watched this movie before?@@
@@.you;
Not really. But since it was Rebeca's suggestion, I'm assuming it's good.@@
As the movie starts to play, you rapidly understand why Rebeca recommended this movie. The movie already starts with what can only be called softcore porn.
@@.emote;
Rachel gasps@@
As you look at her from the corner of your eyes, you can see her face rapidly becoming red. As a more explicit scene shows up, she covers her face with her hands, but you can see that she opens a gap between her fingers to keep watching. You can't help but chuckle.
As the movie moves on, a very familiar scene starts. The main protagonist and a boy are sitting on a couch watching a movie, when the girl slowly moves towards the boy and starts to kiss him. As the kissing becomes more intense, she slowly moves her hand towards his crotch.
All of a sudden, you feel someone looking at you. As you turn around, you notice that Rachel is staring at you, breathing slightly heavily.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
D-Do... Do boys like it when girls are aggressive like that?@@
@@.you;
Sure? It's always nice to know that the girl is into you. What better way to make your point than to be more aggressive? Some boys are also kind of dense, so subtle signs won't get you anywhere.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I see...@@
As you look at her, you can see her trying to summon the courage to do something.
//''Oh? Is she...?''//
After a little bit of hesitation, she leans in closer to you.
<<linkreplace "Let her make the first move">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 27.mp4" autoplay loop/>
As you lay there, Rachel approaches you and gives you a soft kiss on the lips. You can feel the heat in her breath.
Once she starts kissing you, she begins to become even more excited, leading her to be proactive in her kissing. Not being able to contain your self, you slowly start to move your hand to her back, and then to her ass.
@@.emote;
Rachel moans slightly@@
This leads Rachel to kiss you even more intensely. As your hands move up and down, your fingers end up getting caught in her pants, leading to you pulling her pants down. Seemingly not bothered by it, she just stays on you, while kissing you.
<<linkreplace "Touch her some more">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 28.mp4" autoplay loop/>
Taking advantage that her pants are off, you start to caress her ass directly. You move your hand up from her ass, to her back and then back to her ass, giving it a good squeeze.
@@.emote;
Rachel moans@@
Not being able to remain passive for much longer, you decide to start taking action.
<<linkreplace "Take the lead">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 29.mp4" autoplay loop/>
You pull her in even closer, kissing her deeply. As you do so, your hand slowly inches its way up towards her mounds. Once there, you give them a gentle squeeze.
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm...!@@
Even though you are touching her breasts, she doesn't seem to mind, still entranced in your kiss.
//''Let's try this...''//
You can't help but raise her blouse, in order to get direct access to her breasts. Only this time, she pulls back in surprise.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah... I-I'm not wearing a bra...@@
You can't help but grin.
@@.you;
That's okay, I would rather touch them directly anyway... Can I?@@
Even though Rachel's face is already red, you can swear that another layer of blush was added to it.
@@.emote;
Rachel nods@@
<<linkreplace "Touch her breasts">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 30.mp4" autoplay loop/>
As she nods, she moves her hand over yours and directs them to her breasts. Once there, you give them a gentle squeeze.
@@.emote;
Rachel moans@@
As you look into Rachel's eyes, you can feel the lust starting to build up. As you are about to make your next move, you hear a car parking.
//''What?! There's no way...''//
Seemingly noticing that you froze, Rachel tilts her head in confusion. You can hear voices from the garage.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I can't believe you forgot your credit card!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sorry! I was so excited that I forgot to check if it was in my purse!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Just hurry up, will you! Mom is still at the store holding onto the clothes you want.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
On it!@@
//''Shit! Really?! Now of all times?!''//
@@.emote;
Rachel is surprised@@
As Rachel hears the voices, she quickly pulls her shirt down and her pants up, pushing herself away from. Not a second after that, the door is pushed open.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sorry to barge in! I forgot my credit card! I'm not interrupting anything, am I?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
N-No! Y-You aren't interrupting anything at all! R-Right $player.name?!@@
As you do your best to hide your boner, you give her a lackluster reply.
@@.you;
Yeah...@@
@@.emote;
Anna frowns@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It can't be that y-@@
As she is about to say something, you hear the car's horn blaring.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hurry up!@@
Not being able to stop and contemplate, Anna rushes to her room and a second later, rushes out. Before she leaves, she gives you both one last look.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Got it!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Finally! Come on!@@
After a little bit, you hear the car starting up again. You can't help but sigh, your boner now lost. You take a look at Rachel.
@@.emote;
Rachel giggles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That was close!@@
//''Oh? She doesn't seem to be as bothered as I would have thought...''//
@@.you;
Yeah... Sorry about that...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It's okay. It was kind of exciting in its own way! Anyway, lets finish watching the movie!@@
As she says that, she sits down and stares at the T.V. again. You can't help but sigh again.
@@.you;
Lets...@@
//''Guess that's all for now... Well, at least I got to second base...''//
<<linkreplace "Finish watching the movie and drive her home">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel House.jpg">
As you arrive at her house, you get out of the car and open the door for her.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thank you!@@
@@.you;
You are welcome. Hope you enjoyed watching a movie with me. And I'm sorry for my family's shenanigans...@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That's fine! I actually thought it was fun! Anna is very fun and your $m.rel is so friendly! And Sarah is... Uh... A forward person?@@
You can't help but laugh at that.
@@.you;
Yeah, she's a bit of a bitch. But that's just because she doesn't know you. I'm sure she will warm up to you in no time.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
You slowly take her to the door while making small talk. As you arrive, she stops and looks at you. You can see her face slightly flushed. Seems like she's expecting something.
<img src="img/Rachel/Rachel Kiss.jpg">
@@.you;
Then I will see you at school.@@
@@.emote;
Rachel smiles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
See you then, $player.name! Thank you for bringing me back home.@@
@@.you;
You are very welcome.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... Do you think we can watch a movie together again?@@
@@.you;
Of course. If you want to, you can just give me a call.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I will! And I-@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Rachel! If you are here, come on in already! Your parents will arrive in an hour and you still have stuff to do!@@
As she hears that, Rachel's face goes red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I've got to go! See you at school!@@
And with that, she rushes into her house.
//''Well, that was fun. I'm sure I will have more opportunities to Netflics and Chill... Gotta make sure to keep corrupting her...''//
@@.corruption;
Rachel becomes a little more corrupted@@
<<set $InvitingRachel to true>>
[[Time to go back home|House][$student.corruption += 1;$time.passTime(2)]]
<</ctp>><<ctp "DateRebeca">>
<img src="img/Other/Rebeca House.jpg">
After a while, you finally reach her home. As you get out of the car, you open the car door for her.
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What a gentleman.@@
@@.you;
This is quite the nice house.@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I know, right? And it may look expensive, but when my grandfather bought it, it was only $25000! Can you believe it?@@
@@.you;
$25000?! Holy... You can't even buy a shed for that price!@@
As you say that, Rebeca sighs.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I know, right? How the hell am I supposed to go live on my own with the housing market like this?@@
You nod in sympathy.
@@.you;
Yeah... From what I've read, it's quite rare for kids nowadays to leave their parents house before their 30's...@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Yeah... Anyway! At least my parents aren't home right now, so come on in!@@
As she opens the door and you follow her inside.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
My bedroom is right up stairs. I'm going to put on something more comfortable. So wait for a couple of minutes and then come!@@
@@.you;
Uh? Okay...?@@
As you say that, you watch as Rebeca goes to her bedroom.
<<linkreplace "Wait two minutes and go to Rebeca's bedroom">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 12.mp4" autoplay loop/>
As you open the door, you spot Rebeca laying on the bed in her underwear.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hey there, $player.name. Glad you could make it!@@
Even though it's a pleasant surprise, you are still confused.
@@.you;
This is...?@@
@@.emote;
Rebeca grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Since you are Rachel's first boyfriend, I need to make sure that you have what it takes to make Rachel happy.@@
@@.you;
Really? Are you sure it's not just because you are horny?@@
@@.emote;
Rebeca chuckles and winks@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Perhaps... But it is true that I want to know if her first lover is any good in bed. It would really suck for her if that wasn't the case.@@
@@.you;
Oh? Is that a challenge?@@
@@.emote;
Rebeca grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Sure! If you can make me cum, I will help you make Rachel cum, if you get what I mean.@@
You can't help but smirk.
@@.you;
And if I make you cum multiple times?@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh? If you can do that, I wouldn't be opposed in also being your girlfriend.@@
You can't help but shrug.
@@.you;
Then don't blame me if you get hopelessly addicted to my cock.@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
That's quite the bold statement. I'm now looking forward to what you got!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 13.mp4" autoplay loop/>
As Rebeca says that, she gets up from the bed and pulls down her bra.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What do you think?@@
@@.you;
Hm... Modest, but full. I believe they will fit perfectly in my hands. They also look quite bouncy.@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What are you, some kind of boobs connoisseur?@@
You can't help but grin.
@@.you;
All men are.@@
You watch as Rebeca rolls her eyes and lays down.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 14.mp4" autoplay loop/>
As she lays down, she puts her hands on her panties.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Let's see what you think of this!@@
As she says that, she slowly pulls her panties off, giving you a clear view of her ass and pussy.
//''Whoa! She's completely shaved!''//
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What do you think?@@
@@.you;
Is that what they call as a Brazilian?@@
@@.emote;
Rebeca grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Well, I am from Brazil, so it's only fitting! But, now that I've showed you mine, you have to show me yours!@@
<<linkreplace "Show her yours">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 15.mp4" autoplay loop/>
As she says that, you drop your pants in front of her.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh, my! Hello there little guy!@@
You can't help but smirk at that.
@@.you;
Well, it won't be little for long.@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Is that so? Then I better get to work.@@
You watch as she takes your dick into her hands and slowly starts to massage it.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Ah! I can feel it growing in my hands! What a good boy!@@
As she says that, she gives your cock a kiss. As her kiss lingers on the tip, it becomes fully erect.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Oh! It became a big boy now! But are you going keep standing there?@@
You watch as she taps the bed.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Come! Lay down with me!@@
<<linkreplace "Lay on the bed">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 16.mp4" autoplay loop/>
As you lay on the bed, Rebeca takes your cock into her hand.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Let's see how long you can last...@@
As she says that, she puts her mouth over your cock and slowly takes it in. You can't help but grunt in pleasure. As you look at her, you can see a triumphant gleam in her eyes.
//''Still... There's no way I'm going to cum this early...''//
Eventually she stops and gets up.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I see you are much more resilient than I gave you credit for... Let's try this then!@@
You watch as Rebeca leans over her bed stand and picks up a bottle of lube.
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 17.mp4" autoplay loop/>
You watch as Rebeca opens it and starts pouring it on her feet.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Will you cum if I use my feet on you? I had an ex that would cum just by looking at them.@@
While you don't particularly have any foot fetish, you can't help but feel excited about the prospect of a foot job.
<<linkreplace "Let her pleasure you with her feet">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 18.mp4" autoplay loop/>
As Rebeca takes your cock into her feet, you feel a weird pleasure creeping up your spine. You can't help but grunt in pleasure again.
@@.emote;
Rebeca chuckles and grins@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Seems like you enjoy this too... Perv.@@
As she says that, she starts to increase the pressure and move her feet up and down.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Are you going to cum for me...?@@
Even though you are feeling pleasure, you know you are still not at your limit.
@@.you;
Not before making you cum.@@
@@.emote;
Rebeca laughs@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Is that so? Then let's get to it.@@
<<linkreplace "Let her get to it">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 19.mp4" autoplay loop/>
As she says that, Rebeca slowly gets on top of you and positions your cock into her pussy.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Let's have a taste of this bad boy...@@
With that, she slowly lowers herself.
@@.emote;
Rebeca moans@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
It's... It's bigger than I thought...@@
Even though she says that, she finishes bottoming out on your cock. You can't help but grin.
@@.you;
Are you okay there?@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Just give me a second to get used to it...@@
As she says that, she slowly rocks back and forth while moaning.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 20.mp4" autoplay loop/>
As she gets used to it, she slowly lifts up and lowers herself back down.
@@.emote;
Rebeca moans slightly louder@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
If nothing else, your cock does get my seal of approval.@@
And with that, she gets used to your cock and starts to speed up.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Hm... Let me just...@@
As she says that, without even taking your cock out of her, she spins around, giving you a clear view of her asshole. You can't help but grunt in pleasure.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Much better... Now let's make you cum!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 21.mp4" autoplay loop/>
You watch as Rebeca moves her hips.
@@.emote;
Rebeca moans loudly@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Ah... This... Is... Such... A... Good... Cock...@@
But even then, it seems she's not able to fully satisfy you.
@@.you;
If we keep going like this, you are never going to cum...@@
As you say that, you pick her up by her hips and pull her off from your cock, waking her from her bliss.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
What?!@@
Before she can even react, you get off the bed and pull her hips forward.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
W-Wait!@@
@@.you;
Not waiting!@@
<<linkreplace "Take control">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 22.mp4" autoplay loop/>
As you say that, you thrust your cock with everything you have, fully sheathing it into her pussy.
@@.emote;
Rebeca moans loudly@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
W-Wait! I'm not rea-@@
Before she can finish, you start to thrust your hips with vigor.
@@.emote;
Rebeca moans even louder@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Wait! No! Ah, damn!@@
As you maintain your rhythm, you can feel her pussy contracting on your cock, holding it like a vise.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Ah! Shit! I'm! I'm cumming!@@
As she starts to cum, you can feel her pussy trying to milk you for everything you've got. This slowly starts to push you over the edge.
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 23.mp4" autoplay loop/>
As you are about to cum, you decide to flip her over again, giving you a better grip on her hip.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Ah! Wait! If you keep going, I'm going to cum again!@@
@@.you;
Shit, I'm going to cum too!@@
Not being able to hold back any longer, you start to cum in her, which triggers her to cum again.
@@.you;
Urgh!@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Ah! Ah! Ahhhhhhhhhhh!@@
As she cums again, you can see her legs twitching and her fingers curled. After a while, she falls on on the bed again, breathing hard.
<<linkreplace "Bliss">><<scrollTop>><<ctpAdvance "DateRebeca">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption Quest 24.jpg">
As you stand there breathing hard, you can't help but ask.
@@.you;
Ah... So... Did I get your sign of approval?@@
Rebeca, not being able to talk, just lifts her arm and gives you the thumbs up.
@@.you;
I've also made you cum... More than once... So I guess that makes you my girlfriend now, uh?@@
@@.emote;
Rebeca chuckles@@
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
I don't mind... Getting fucked by you... Every once in a while... But we will need Rachel's permission... Who knows... If you are lucky... We may even have a threesome...@@
Thinking about the innocent Rachel wanting to have a threesome makes you laugh.
@@.stuff;
<img src="img/Profile/Rebeca.jpg" class="float-left">Rebeca<hr>
Anyway... I don't have the energy to get up... We should talk again at school... I'm going to... Sleep...@@
As she says that, she passes out.
@@.you;
Uh... I guess I went a little overboard...@@
You look around and scratch your head.
@@.you;
I guess I will let myself out then...@@
You can't help but smirk as you put your clothes back on.
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "testID">>
<img src="img/Rachel/Rachel Classroom Event 2.jpg">
As you are packing your things, you notice that Rachel still hasn't left. This seems like the perfect opportunity to invite her.
@@.you;
Hey, Rachel.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, hi $player.name! Not going home yet?@@
@@.you;
Not really, what about you?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Melissa brought me to school today, so I need to wait for her to pick me up. She will call me when she's on her way.@@
@@.you;
Great! Actually, I was hoping to talk to you.@@
@@.emote;
Rachel smiles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really? What do you want to talk about? Chemistry?@@
You can't help but chuckle at that.
@@.you;
Kinda. I wanted to know if you are free this afternoon.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... I guess? No one is home right now, but my mom doesn't like me staying late at school.@@
@@.you;
So, it's only Melissa?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes?@@
@@.you;
That's great, actually! I've heard from Rebeca that you are watching quite a few movies lately. How would you like to watch a movie with me?@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I would love to! Are you going to come over today?@@
@@.you;
Actually, I was wondering if you want to come over to my place. You've never visited my house, right?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I would love to! But... I can't... My parents won't let me visit someone without their permission...@@
@@.you;
Don't worry about that. You said that Melissa is the only one at your house, right? I will call her and tell her that you are coming over to visit. I'm sure she will be fine with it.@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
S-She will?!@@
@@.you;
Yes. So, if I get her permission, will you come over?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sure! I want to visit your house!@@
You can't help but smile.
@@.you;
Okay, just give me a second.@@
You take out your phone and give Melissa a call. After a couple of minutes, you turn it off.
@@.you;
There. She said it's fine, as long as you return before evening.@@
@@.emote;
Rachel jumps excitedly@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?! Yay! Let's get going! Also, what movie are we watching?@@
@@.you;
Oh, the movie? That's a surprise.@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I do like surprises!@@
As she says that, she gets off the table and walks up to you.
@@.emote;
Rachel's face blushes@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... I know that we are in public... B-But can we hold hands?@@
@@.you;
Uh? Sure, I don't mind.@@
You take her hand and start making your way to your car. As you look at Rachel, through your peripheral vision, you can see that she's smiling.
<<linkreplace "Take her to your car">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Anna/Anna Car Outside.jpg">
As you take Rachel to your car, you notice that Anna is already there waiting for you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hey, $player.ys! You are la-@@
As she is about call out to you, she ends up frowning.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Who's this?@@
@@.you;
Hey, Anna. Sorry that I'm late. This is Rachel, she's my classmate.@@
As you say that, Rachel lets go of your hand and walks up to Anna.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, Anna! You must be $player.name's $ys.rel! I've heard so much about you from him!@@
@@.emote;
Anna is taken aback@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
R-Really?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! He's always saying how cute you are.@@
@@.emote;
Anna's face blushes@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
He is? He... Hehe... I course I am! Come! Let's sit in the back so we can talk!@@
As Anna says that, she walks to the car and opens the backseat door.
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Is that really okay?@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course! If you are a friend of my $player.ys, then you are a friend of mine!@@
As Anna says that, you can't help but grin.
//''Seems like she's as weak to compliments as ever...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
R-Really?!@@
@@.emote;
Anna frowns@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Of course. Or... Don't you want to be my friend?@@
You watch as Rachel shakes her head in a hurry.
@@.emote;
Rachel becomes flustered@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
N-No! I mean, yes! I mean, uh... No! Uh... I want to be your friend, please!@@
@@.emote;
Anna chuckles@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Seems like I'm not the only cute one here.@@
You watch as Rachel's face becomes even redder and Anna glares at you.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
You better not be trying anything dirty with her...@@
As she says that, you can't help but grin.
//''Not just with her...''//
@@.you;
You know me...@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Hmph! Of course I do, that's why I'm saying it. Come, Rachel. If you stand too close to him, you might become pregnant.@@
As she says that, she grabs Rachel by her hand and pulls her into the car.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
P-Pregnant?!@@
//''Now that's interesting...''//
<<linkreplace "Drive them home">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption Quest 25.jpg">
As you arrive at your house, you spot Sarah all dressed up. As you park the car, Anna is the first to jump out of it.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
You're finally here. Anna, get dressed up. Mom is going to take us to buy some clothes.@@
@@.emote;
Anna's eyes sparkle@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Really?! Yay! I will be right back!@@
As she is about to leave, she stops and looks at Rachel getting out of the car.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
B-But... If I leave... Doesn't that mean that $player.name and Rachel will be all alone?@@
@@.emote;
Sarah raises an eyebrow@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Anna, are you going to go with us or not?@@
After a moment of hesitation, she rushes into the house to change her clothes. With that, Sarah walks up to you and looks at Rachel. Rachel moves forward again.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey! You must be $player.name's $os.rel! I'm Rachel!@@
You watch as Rachel extends her hand to Sarah. Sarah stares at it for a moment and then looks at you.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I didn't know you were the type of person that picked up puppies that are laying on the street.@@
As she says that, Rachel becomes pale.
//''Sigh... And here I thought she was getting better...''//
@@.you;
Rachel, this is my $os.rel, Sarah. She's a bit of a bitch, but she means well once you get to know her.@@
As you say that, Sarah glares at you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I...@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
If you brought her over to fuck, make sure to use a condom. You never know what she might have. And please do it in your bedroom, I don't want to imagine that I'm sitting on your cum stains.@@
As Sarah says that, Rachel's face goes from pale to red in an instant.
@@.you;
Sarah!@@
As you call her out, she turns around and leaves.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hmph!@@
After a while, you turn towards Rachel.
@@.you;
Sorry about that, she's got a bit of a... Personality issue. And she's a bit over protective. Once you get to know her better, you will get used to it.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I see...@@
Seeing that she is still downcast, you are about to cheer her up, when you hear the door opening.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name? Oh, you're back!@@
As she says that, she walks out to the yard. She then notices Rachel.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Oh! And who do we have here?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hi, I'm Rachel...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Rachel? What a beautiful name!@@
As you are standing there, Kelly gives you a playful jab on your arm.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
$player.name, you didn't tell me you had such a cute girlfriend! I'm Kelly by the way, I'm $player.name's $m.rel.@@
As she says that, you can clearly see Rachel's face flushing slightly, a small smile showing on her face.
//''Well, as expected of $m.rel, she is really good at cheering people up...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I'm not his girlfriend...@@
@@.emote;
Kelly feigns surprise@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You are not? $player.name! I thought I raised you better than this. How can you let this cutie escape?@@
@@.you;
Sorry $m.rel, I will try harder...@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
You better!@@
@@.emote;
Kelly laughs@@
As both of you are busy with your theatrics, you can see, from the corner of your eye, that Rachel is flushing even harder.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Anyway, enough joking around. I'm going to be taking the girls out to buy some clothes for the summer, so you will be responsible for looking after the house, okay?@@
You nod your head.
@@.you;
Got it.@@
You watch as Kelly looks at Rachel and gives her a hug.
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
If $player.name does anything to you that you don't approve of, make sure to tell me, okay? I will give him a good spanking.@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay, Ms. Kelly!@@
@@.emote;
Kelly chuckles@@
@@.kelly;
<img src="img/Profile/Kelly.jpg" class="float-left">Kelly<hr>
Just Kelly is fine. Then, I will be inside finishing the preparations. $player.name, if you need anything, just give me a call, okay?@@
@@.you;
I will.@@
As Kelly goes back inside, she waves to Rachel.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Your $m.rel is so nice...@@
@@.you;
She is, isn't she? Let's go inside, I want to show you the house.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
With her mood lifted up again, you take her for a tour of the house.
<<linkreplace "A quick tour">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Livingroom.jpg">
After a quick tour of the house, you end up in the living room.
@@.you;
And that's about it. Not nearly as big as your house, but it's quite comfy.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! I actually prefer this house to mine. Mine is just unnecessarily big. It always feels so... Empty.@@
@@.you;
Well, you are welcome to come over anytime.@@
@@.emote;
Rachel smiles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thank you! I will try!@@
As you are about to sit down, Anna comes into the living room.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
We will be leaving now, $player.name. Make sure to behave.@@
@@.you;
Don't I always?@@
@@.emote;
Anna frowns and looks at Rachel@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Don't let him take advantage of you! Men are wolves! If you give in even an inch, he will end up devouring you!@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Got it! Don't worry, I'm sure he will be a perfect gentleman!@@
//''Wouldn't be so sure about that...''//
You watch as Anna looks at you one last time before leaving. But, right before she exits the living room, she turns around and uses both fingers to point at her eyes and then at yours, and then leaves. You can't help but chuckle.
//''She's cute even when she's jealous...''//
After a while, you can hear a car starting up. Seems like they are all leaving.
//''Finally...''//
@@.you;
So, ready to watch the movie?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yep! So, what movie are we going to watch?@@
@@.you;
It's one that was recommended by Rebeca. It's called Nymphomaniac.@@
As you mention it, Rachel's face goes red. You can't help but raise an eyebrow.
@@.you;
Are you okay?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! I'm fine! It's a movie recommended by Rebeca, so I know it's good! It's just that... <span style="font-size:80%">It's just that...</span>@@
@@.you;
It's just that...?@@
@@.emote;
Rachel looks alway@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
They are kind of lewd...@@
You can't help but laugh.
@@.you;
Yeah, I know what you mean. Want me to choose a different one?@@
@@.emote;
Rachel becomes flustered@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
N-No! This one is fine!@@
@@.you;
Are you sure?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
<span style="font-size:60%">Come on Rachel, you can do this!</span>@@
You watch as Rachel takes a deep breath and smiles at you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes. I'm sure.@@
//''Hm... That's a good sign... Good thing I've been slowly corrupting her...''//
<<linkreplace "Movie Time">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption Quest 26.jpg">
You sit down and start playing the movie.
@@.emote;
Rachel looks at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Have you watched this movie before?@@
@@.you;
Not really. But since it was Rebeca's suggestion, I'm assuming it's good.@@
As the movie starts to play, you rapidly understand why Rebeca recommended this movie. The movie already starts with what can only be called softcore porn.
@@.emote;
Rachel gasps@@
As you look at her from the corner of your eyes, you can see her face rapidly becoming red. As a more explicit scene shows up, she covers her face with her hands, but you can see that she opens a gap between her fingers to keep watching. You can't help but chuckle.
As the movie moves on, a very familiar scene starts. The main protagonist and a boy are sitting on a couch watching a movie, when the girl slowly moves towards the boy and starts to kiss him. As the kissing becomes more intense, she slowly moves her hand towards his crotch.
All of a sudden, you feel someone looking at you. As you turn around, you notice that Rachel is staring at you, breathing slightly heavily.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
D-Do... Do boys like it when girls are aggressive like that?@@
@@.you;
Sure? It's always nice to know that the girl is into you. What better way to make your point than to be more aggressive? Some boys are also kind of dense, so subtle signs won't get you anywhere.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I see...@@
As you look at her, you can see her trying to summon the courage to do something.
//''Oh? Is she...?''//
After a little bit of hesitation, she leans in closer to you.
<<linkreplace "Let her make the first move">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 27.mp4" autoplay loop/>
As you lay there, Rachel approaches you and gives you a soft kiss on the lips. You can feel the heat in her breath.
Once she starts kissing you, she begins to become even more excited, leading her to be proactive in her kissing. Not being able to contain your self, you slowly start to move your hand to her back, and then to her ass.
@@.emote;
Rachel moans slightly@@
This leads Rachel to kiss you even more intensely. As your hands move up and down, your fingers end up getting caught in her pants, leading to you pulling her pants down. Seemingly not bothered by it, she just stays on you, while kissing you.
<<linkreplace "Touch her some more">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 28.mp4" autoplay loop/>
Taking advantage that her pants are off, you start to caress her ass directly. You move your hand up from her ass, to her back and then back to her ass, giving it a good squeeze.
@@.emote;
Rachel moans@@
Not being able to remain passive for much longer, you decide to start taking action.
<<linkreplace "Take the lead">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 29.mp4" autoplay loop/>
You pull her in even closer, kissing her deeply. As you do so, your hand slowly inches its way up towards her mounds. Once there, you give them a gentle squeeze.
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm...!@@
Even though you are touching her breasts, she doesn't seem to mind, still entranced in your kiss.
//''Let's try this...''//
You can't help but raise her blouse, in order to get direct access to her breasts. Only this time, she pulls back in surprise.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah... I-I'm not wearing a bra...@@
You can't help but grin.
@@.you;
That's okay, I would rather touch them directly anyway... Can I?@@
Even though Rachel's face is already red, you can swear that another layer of blush was added to it.
@@.emote;
Rachel nods@@
<<linkreplace "Touch her breasts">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 30.mp4" autoplay loop/>
As she nods, she moves her hand over yours and directs them to her breasts. Once there, you give them a gentle squeeze.
@@.emote;
Rachel moans@@
As you look into Rachel's eyes, you can feel the lust starting to build up. As you are about to make your next move, you hear a car parking.
//''What?! There's no way...''//
Seemingly noticing that you froze, Rachel tilts her head in confusion. You can hear voices from the garage.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
I can't believe you forgot your credit card!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sorry! I was so excited that I forgot to check if it was in my purse!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Just hurry up, will you! Mom is still at the store holding onto the clothes you want.@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
On it!@@
//''Shit! Really?! Now of all times?!''//
@@.emote;
Rachel is surprised@@
As Rachel hears the voices, she quickly pulls her shirt down and her pants up, pushing herself away from. Not a second after that, the door is pushed open.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Sorry to barge in! I forgot my credit card! I'm not interrupting anything, am I?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
N-No! Y-You aren't interrupting anything at all! R-Right $player.name?!@@
As you do your best to hide your boner, you give her a lackluster reply.
@@.you;
Yeah...@@
@@.emote;
Anna frowns@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
It can't be that y-@@
As she is about to say something, you hear the car's horn blaring.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Hurry up!@@
Not being able to stop and contemplate, Anna rushes to her room and a second later, rushes out. Before she leaves, she gives you both one last look.
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
Got it!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
Finally! Come on!@@
After a little bit, you hear the car starting up again. You can't help but sigh, your boner now lost. You take a look at Rachel.
@@.emote;
Rachel giggles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That was close!@@
//''Oh? She doesn't seem to be as bothered as I would have thought...''//
@@.you;
Yeah... Sorry about that...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It's okay. It was kind of exciting in its own way! Anyway, lets finish watching the movie!@@
As she says that, she sits down and stares at the T.V. again. You can't help but sigh again.
@@.you;
Lets...@@
//''Guess that's all for now... Well, at least I got to second base...''//
<<linkreplace "Finish watching the movie and drive her home">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel House.jpg">
As you arrive at her house, you get out of the car and open the door for her.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thank you!@@
@@.you;
You are welcome. Hope you enjoyed watching a movie with me. And I'm sorry for my family's shenanigans...@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That's fine! I actually thought it was fun! Anna is very fun and your $m.rel is so friendly! And Sarah is... Uh... A forward person?@@
You can't help but laugh at that.
@@.you;
Yeah, she's a bit of a bitch. But that's just because she doesn't know you. I'm sure she will warm up to you in no time.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
You slowly take her to the door while making small talk. As you arrive, she stops and looks at you. You can see her face slightly flushed. Seems like she's expecting something.
<img src="img/Rachel/Rachel Kiss.jpg">
@@.you;
Then I will see you at school.@@
@@.emote;
Rachel smiles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
See you then, $player.name! Thank you for bringing me back home.@@
@@.you;
You are very welcome.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... Do you think we can watch a movie together again?@@
@@.you;
Of course. If you want to, you can just give me a call.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I will! And I-@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Rachel! If you are here, come on in already! Your parents will arrive in an hour and you still have stuff to do!@@
As she hears that, Rachel's face goes red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I've got to go! See you at school!@@
And with that, she rushes into her house.
//''Well, that was fun. I'm sure I will have more opportunities to Netflics and Chill... Gotta make sure to keep corrupting her...''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "testID">>
<img src="img/Other/School Time.jpg">
As you are messing around, your cell phone plays the alarm.
//''What the... Oh! It's time! I need to go to Rachel's house!''//
You quickly rush into your bedroom and put on your clothes and some perfume.
//''Great! Now, lets do this!''//
<<linkreplace "Go to Rachel's House">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel House.jpg">
After a few minutes, you arrive at Rachel's house. You stand in front of the door and press the doorbell. After a few seconds, you can hear the rushed sound of footsteps, until they stop in front of the door. You wait for a few seconds.
//''What the hell...?''//
As you are about to press the door bell again, the door swings open.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
From the looks of it, she ran all the way to the door. She must have stopped to try and recompose herself. You can't help but chuckle.
@@.you;
Hello, Rachel. Ready for the movie?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! Come on in, please! I've got us some popcorn, chips, candy, cookies, sandwiches, soda, juice, water...@@
As she starts to trail off on all the snacks she got, you can't help but stare at her. Her face becomes red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I wasn't sure what you would like...@@
You can't help but laugh.
@@.you;
That's fine, anything will do. Hell, this is the first time I've ever had a banquet while watching a movie, so it should be fun. Thank you, Rachel.@@
With that, her face brightens.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You are welcome! Come!@@
As she says that, she grabs your hand and pulls you into the house.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Melissa has something to do somewhere, so it's only you and me for at least a couple of hours!@@
//''Oh! That sounds promising!''//
<<linkreplace "Go to the living room">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 31.mp4" autoplay loop/>
As you sit down on the sofa, Rachel sits next to you.
@@.you;
So, what is this movie we are going to watch?@@
You watch as Rachel pulls out a dubious DVD Case.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
This one! Rebeca told me it's an excellent movie! Told me to only watch it with you when we were alone!@@
//''I've got a weird feeling about it...''//
@@.you;
Really now... What's the name?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... I think she said it was The Queen of Head? Maybe it's a medieval movie?@@
You can't help but laugh.
//''I knew it!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Have you already watched it?@@
@@.you;
No, but I've heard good thing about it.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I see! Then lets watch it!@@
You watch as Rachel gets off the sofa and turn on the TV and puts in the DVD, then rushes back to the sofa with the remote control in hands.
<<linkreplace "Watch the movie">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 43.mp4" autoplay loop/>
Once she presses play, the story starts of Madalena, The Queen of Head. The story is, in all honestly, terrible. Just a vague plot for Madalena to give this dude a blowjob.
@@.emote;
Rachel looks at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That doesn't make any sense... Why does she have to inspect his penis?@@
You can't help but chuckle.
@@.you;
It's just how the plot in these types of movies go. There was this one where the girl tells the guy that he needs a lifeguard... Inside his bathtube.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What? That doesn't make any sense!@@
As Rachel continues to watch the movie, she notices that the girl is really starting to give the guy a blowjob.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-What?! This movie is showing their naughty bits! Is this movie Europeian?@@
You can't help but grin.
@@.you;
Something like that...@@
<<linkreplace "Keep watching the movie">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 44.mp4" autoplay loop/>
As the movie keeps going, you can see that Rachel is visibly excited. Since she's not wearing a bra, you can clearly see her nipples. This time she doesn't even make an attempt to hide her face.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
D-Do men actually enjoy that...?@@
@@.you;
A blowjob? Of course. As a matter of fact, it's most men's dream.@@
@@.emote;
Rachel nods her head@@
After a couple more minutes, she turns around and looks at you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
D-Do you want one...?@@
As you look at her, you can't help but grin.
@@.you;
Do you know how to give one?@@
@@.emote;
Rachel nods@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
R-Rebeca showed me a few videos... And I've tried it on... On a Banana...@@
@@.you;
And do you know what's required before you start?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-Your penis needs to be hard...?@@
@@.you;
Exactly, how about you check if that is the case?@@
@@.emote;
Rachel vigorously nods@@
<<linkreplace "Let her touch you">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 32.mp4" autoplay loop/>
As you say that, Rachel puts her hand over your pants.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... Oh! I can feel something!@@
As she says that, she slowly caresses your hardening cock.
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-It's getting bigger!@@
As your cock gets harder, she seems to be getting more and more excited.
@@.you;
Want to take a look?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes!@@
<<linkreplace "Let her have a look">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 33.mp4" autoplay loop/>
As she says that, she slowly starts to undo your pants.
@@.emote;
Rachel frowns@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Why is this so complicated...@@
She keeps struggling with your pants, but eventually is able to get it open.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Aha!@@
She pulls your pants open, revealing your hardened cock.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It looks just like in the movies!@@
//''What did you expect it would look like...?''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
C-Can I touch it?@@
@@.you;
Sure, go for it.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I heard it's uncomfortable for it to be touched while dry...@@
As she says that, she licks her hand and starts to touch your cock.
<<linkreplace "Let her play with it">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 34.mp4" autoplay loop/>
As she touches your cock, you can't help but have it twitch.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! It moved! It's almost like it's alive!@@
You can't help but laugh.
@@.you;
Well, it is alive. Look!@@
As you say that, you have your cock twitch again.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It's so cute!@@
//''Cute?!''//
As she says that, she puts her face close to your cock.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hello there, little guy!@@
//''Little?! Lets see if you still think like that once it's inside of you!''//
@@.you;
Since it's so cute, why not give it a kiss?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
<<linkreplace "Let her kiss your cock">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 35.mp4" autoplay loop/>
You watch as she starts by kissing your cock, but slowly starts taking the tip of your cock into her mouth.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm...@@
As she moves, she slowly takes it deeper. You can't help but shudder in pleasure, a groan escapes your lips.
@@.you;
Urgh...@@
As you groan, she instantly stops.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
D-Did I hurt you?!@@
@@.you;
No, of course not. It felt good...@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
R-Really?!@@
@@.you;
Yes... If you can take it deeper...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
<<linkreplace "Let her take your cock">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 36.mp4" autoplay loop/>
As she says that, she goes all in on giving you a blowjob.
//''Holy!''//
While she does lack skill, she more than makes up for it in enthusiasm. When she tries to take your whole cock into her mouth, she only makes it half way.
@@.emote;
Rachel gasps for air@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
It... It's so much bigger than a banana!@@
//''Now you get it!''//
Even though she says that, she goes right back into sucking your cock. You can't help but groan in pleasure.
//''Fuck! If this continues, I'm going end up cumming!''//
@@.you;
W-Wait a second, Rachel!@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Did I do something wrong?@@
//''You are doing too well!''//
@@.you;
Not at all. But you are the only one touching me. That's not very fair, now is it?@@
@@.emote;
Rachel looks down@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I guess you are right... But I don't really have much for you to touch...@@
As Rachel says that, she undoes her shirt and touches her meager breasts.
@@.you;
Don't say that, you have beautiful breasts... And they must taste great!@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Taste?! Are you going to eat them?!@@
You can't help but grin.
@@.you;
Kinda!@@
<<linkreplace "Suck her tits">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 37.mp4" autoplay loop/>
As you say that, you instantly chomp onto one her of breasts.
@@.emote;
Rachel moans@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! T-This is!@@
As you suck on one tit, you move your hand towards the other.
@@.you;
Hm... Yummy. I rate these breasts as A+.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A+?!@@
You watch as she blushes even harder, yet you can clearly see a smile on her face. You can't help but grin.
@@.you;
But your tits aren't the only thing I can touch...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-What?!@@
<<linkreplace "Touch her pussy">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 38.mp4" autoplay loop/>
As you say that, you move your hand towards her pussy and start fondling it.
@@.emote;
Rachel moans loudly@@
@@.you;
Does this feel good?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Y-Yes...@@
@@.you;
Would you like it to feel better?@@
@@.emote;
Rachel nods her head@@
@@.you;
Then I will show you something nice. Help me take off your pants.@@
As you say that, you can see Rachel's face becoming the color of a tomato, but she slowly nods to you.
//''Excellent!''//
<<linkreplace "Take off her pants">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 39.mp4" autoplay loop/>
You move your hands to her pants and pull them off.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
S-Should I take my slippers off too?@@
You look to the cute rabbit slippers she is wearing.
@@.you;
Sure.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
As she says that, she tosses the slippers away and you take that chance to pull her panties off.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! My panties!@@
You can't help but grin.
@@.you;
Everything comes off!@@
@@.emote;
Rachel chuckles@@
Once her panties are off, you pull her hips towards you, giving you a clear view of her pussy.
@@.you;
You've got a beautiful pussy.@@
As you look at Rachel, you can see her holding her breath in anticipation.
//''Well! Let's get to it! Bon Appétit!''//
<<linkreplace "Eat her pussy">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 40.mp4" autoplay loop/>
As you go down on Rachel, you can feel the taste of her virgin pussy.
@@.emote;
Rachel moans loudly@@
As you continue to lick her pussy, you start to feel her body slightly trembling. You also notice that her fingers are starting to curl. You are sure that, if you could see her feet, those would have been curled too.
//''Seems like she has no resistance to this...''//
As you are about to continue, you feel a hand on your head.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-Wait!@@
@@.you;
What?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm the only one feeling good here... It's not fair!@@
@@.you;
I don't mind.@@
@@.emote;
Rachel frowns@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But I do! It needs to be fair!@@
//''Hm... Well... I guess we could...''//
@@.you;
Do you want me to feel good with you?@@
@@.emote;
Rachel brightens@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes!@@
@@.you;
Okay, I've got an idea then. Have you ever heard of sixty-nine?@@
@@.emote;
Rachel tilts her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
The number?@@
You can't help but grin at that.
@@.you;
Here, let me show you. We need to change position.@@
As you say that, you lay down on the sofa.
<<linkreplace "Swap positions">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 41.mp4" autoplay loop/>
Once you are laying down, you start to guide her.
@@.you;
Now you need to turn your back to me.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
Once her back is towards you, you take her hips and pull her towards your face.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah!@@
Using that momentum, you push your hips forward, getting into position, your cock now right in front of Rachel's face.
@@.you;
There we go, now you can give me a blowjob while I eat you!@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I see! So this is what you mean!@@
@@.you;
So... How about we see who can make the other cum first?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You are on!@@
As Rachel takes position, you instantly start eating her pussy.
@@.emote;
Rachel moans@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
T-That's cheating!@@
<<linkreplace "Eat her out while she sucks you">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 42.mp4" autoplay loop/>
As she says that, she start to work on your cock, you can't help but groan in pleasure.
//''How can she be this good at it being her first time?! But there is no way I'm going to lose!''//
The both of you slowly go to town on each other. You use your best techniques in order to make her cum faster.
@@.emote;
Rachel moans loudly@@
As you eat her, you can feel her mouth getting hotter and hotter. The corruption coursing through your veins slowly starts to invade Rachel's body. After a while, you can feel her pussy starting to contract.
//''Almost there!''//
You decide to go for the finishing blow by focusing her on clit.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! W-Wait! I- I'm cumming!@@
You ignore her words and keep working on her pussy.
@@.emote;
Rachel moans even louder@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
C-Cumming!@@
As she starts to cum, you can taste the honey. You can feel her whole body trembling.
//''YEAH! It's my win!''//
@@.you;
Seems like that I won. But you were very close, so you just have to continue a bit more for me to cum.@@
As you say that, you notice that Rachel doesn't move to continue.
@@.you;
Rachel?@@
You carefully move her off of you, only to notice that she passed out.
@@.you;
Seriously?! And what am I supposed to do with this?!@@
You look down towards your hard twitching cock and then you look towards her ass.
//''I'm sure she won't mind...''//
<<linkreplace "Cum on her ass">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Corruption Quest 45.mp4" autoplay loop/>
You start to jerk off your cock until you feel that familiar pulse.
@@.you;
Fuck! I'm cumming! Urgh!@@
Once you start cumming, you end up making a mess on her ass.
@@.you;
Ah... Much better...@@
As you look to her ass, you can't help but grin.
@@.you;
Now what?@@
Even though you finished jerking off, you still feel unfulfilled. You can't help but sigh.
//''Well... There's always next time... And I can't just leave her like this...''//
You pick up some tissue and clean her ass off, then you put on some clothes on her. Even after all of that, it seems like she's still passed out.
@@.you;
Geez...@@
You pick her up and take her to her bedroom.
<<linkreplace "Take her to her bedroom">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Corruption Quest 46.jpg">
As you lay her down on the bed, you can't help but smile while looking at her content face.
//''Hope she is having a good dream...''//
You turn around and make your way of her room..
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
$player.name...?@@
As you hear Rachel’s voice, you turn around towards her.
@@.you;
Hey, Rachel.@@
@@.emote;
Rachel is confused@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Was I... Dreaming?@@
You can't help but laugh.
@@.you;
What do you think?@@
As you say that, you can see Rachel's face becoming red and her looking down.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
S-Sorry! I... I ended up passing out...@@
@@.you;
It's fine. It was your first time, so it's understandable.@@
You watch as Rachel pulls the cover up to her face.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
C-Can we Netflics and Chill again...?@@
You can't help but grin.
@@.you;
Sure. If you ever want to, just give me a call.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! But next time, I won't pass out! And I will make sure you cum first!@@
//''Oh? Seems like it did work!''//
You can't help but chuckle.
@@.you;
I look forward to that. But it's getting late and I better go. I don't want your parents to see me.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
O-Okay! I will see you later then!@@
As she says that, you make your way out of her room. Once you reach down stairs, you find someone unexpected waiting for you.
@@.emote;
Melissa grins@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Did you have fun?@@
You can't help but frown.
@@.you;
Didn't you go out?@@
@@.emote;
Melissa chuckles@@
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I told Rachel I would, but I was actually making sure you didn't do anything she wouldn't want you to do.@@
You can't help but frown.
@@.you;
You were watching?@@
As you say that, she walks pass you and slaps your ass.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
I've got to say, seems like you still know your way around a pussy. Maybe give me a call some day?@@
As she says that, Melissa winks at you and makes her way to Rachel's bedroom.
//''Well... I guess that's fine.''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "testID">>
<img src="img/Rachel/Rachel Chemlab Event 4.jpg">
As you enter the chemlab, you see that Rachel is already there. She has yet to notice you and you can't help but stare at her perky ass.
//''Hm... That's quite a nice ass... Can't wait until I can have a piece of it...''//
As you are imagining what you would do with her ass, Rachel notices you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Enjoying what you are seeing?@@
@@.you;
Sure am. You do have quite the perky ass.@@
@@.emote;
Rachel chuckles and looks around@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Want to have a better look?@@
<<linkreplace "Have a better look">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Chemlab Event 5.jpg">
As Rachel says that, she pulls up the hem of her dress.
//''Hm... Red... Wait... It's transparent?!''//
@@.you;
Rachel, your panties...?@@
@@.emote;
Rachel grins@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Like it? Rebeca recommended it to me!@@
@@.you;
Oh? It looks very nice! Are you wearing a matching bra?@@
@@.emote;
Rachel tilts her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Matching bra? But there was only the panties... So I'm not wearing any.@@
You can't help but be surprised at how bold she is acting.
@@.you;
Really?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah! Look!@@
<<linkreplace "Watch her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Chemlab Event 6.jpg">
As she says that, she turns around and lets her dress drop slightly, revealing her breast.
//''Holy...!''//
@@.emote;
Rachel grins@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
See!@@
As you look at her sexy body, your crotch can't help but react to it.
@@.you;
Yeah... I've got to say, no bra with those panties look really good on you.@@
As you say that, Rachel looks down at your pants and notices your bulge.
@@.emote;
Rachel giggles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Seems like you really like it! But... You can't go back to the classroom like that, right?@@
As she says that, you can't help but grin.
@@.you;
You've got that right... What would the class think of me if I went there with this hardon... They would make fun of me... They may even bully me!@@
@@.emote;
Rachel gasps@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, no! We can't have that!@@
@@.you;
Well, you are responsible for making me like this... So what are you going to do about it?@@
@@.emote;
Rachel giggles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hm... I've got an idea! Here, let me handle it!@@
As she says that, she kneels in front of you.
<<linkreplace "Let her undo your pants">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Chemlab Event 7.mp4" autoplay loop/>
You watch as Rachel slowly unbuckles your belt.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Let's have a little looksie here!@@
As she pulls down the zipper, your hard cock pops out of your pants and almost smacks her on her face.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Whoa! I guess my body DID have an effect on it!@@
@@.emote;
Rachel giggles@@
You can't help but grin.
@@.you;
Well, I can't help it. Not only are you cute, but you are also sexy.@@
As you say that, you can see Rachel's face blushing.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe...@@
As she does that, she takes your cock into her hand.
<<linkreplace "Enjoy">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Chemlab Event 8.mp4" autoplay loop/>
You watch as she stares and your cock and takes a deep breath.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! I got this!@@
As she says that, she takes your full cock into her mouth.
//''Holy!''//
You can't help but groan in pleasure as Rachel gives you head.
@@.you;
C-Calm down, if you start that aggressively, I will end up cumming quickly!@@
Not being bothered by what you said, she continues to aggressively give you a blowjob. As you feel her hot and wet mouth on your cock, you can't help but feel the imminent eruption approaching.
//''S-Shit! I wasn't prepared!''//
@@.you;
Ah! I'm going to cum!@@
As you say that, she speeds up. Not being able to hold for much longer, you end up cumming.
@@.you;
Urgh!@@
<<linkreplace "Bliss">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Chemlab Event 9.jpg">
As you finish cumming, you can't help but feel the bliss of the post-nut. You look down at Rachel a see that she has your cum in her mouth. Her tongue is sticking out, as if showing it to you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah!@@
@@.you;
Rachel?@@
As you call her, she closes her mouth and swallows, only to wince.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Urgh... Bitter...@@
@@.you;
You didn't need to swallow...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
But Rebeca said that men like it when we do that...@@
You can't help but laugh.
@@.you;
Well, she's got a point there. Here, let me help you.@@
You take a piece of paper towel and clean her face from the rest of your jizz.
@@.emote;
Rachel smiles at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thanks!@@
@@.you;
No, thank you. I'm sure I'm going to be able to focus better than ever in class today!@@
@@.emote;
Rachel chuckles@@
As she is about to say something, you hear the school bell ringing.
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! Hurry! We need to go back!@@
Not wanting to be late, Rachel rushes out of the lab. You can't help but chuckle.
//''Good thing I cleaned her face... There's no telling if she would have rushed out like that...''//
@@.corruption;
Rachel becomes a little more corrupted@@
[[Go to class|School][$student.corruption += 1;$time.passTime(1)]]
<</ctp>><<if $player.money lt 5>>
<img src="img/Rachel/Rachel Food Court Event 1.jpg">
You decide to experiment the coffee from "Le Bonjour", famous for never removing their Christmas decorations. As you enter, you spot Rachel already there.
@@.you;
Hey Rachel, how's the coffee?@@
@@.emote;
Rachel notices you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Hi $player.name! It was amazing! It has a subtle taste of cinnamon and allspice berries!@@
@@.you;
Was? Did you already finish?@@
@@.emote;
Rachel becomes crestfallen@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah... I only had enough for a single cup...@@
@@.emote;
Rachel looks at you with puppy eyes@@
//''Well... I'm out of money...''//
You chuckle.
@@.you;
Yeah... I don't even have enough for one.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Awww...@@
[[Chill with Rachel|School][$time.passTime(1)]]
<<else>>
<<ctp "RachelCoffee">>
<img src="img/Rachel/Rachel Food Court Event 1.jpg">
You decide to experiment the coffee from "Le Bonjour", famous for never removing their Christmas decorations. As you enter, you spot Rachel already there.
@@.you;
Hey Rachel, how's the coffee?@@
@@.emote;
Rachel notices you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Hi $player.name! It was amazing! It has a subtle taste of cinnamon and allspice berries!@@
@@.you;
Was? Did you already finish?@@
@@.emote;
Rachel becomes crestfallen@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah... I only had enough for a single cup...@@
@@.emote;
Rachel looks at you with puppy eyes@@
//''Well... I do have some money... Should I tease her?''//
<<linkreplace "Tease Her (-$5)">><<scrollTop>><<ctpAdvance "RachelCoffee">><</linkreplace>>
[[Just chill with Rachel|School][$time.passTime(1)]]
<<ctpNext clear>>
<img src="img/Rachel/Rachel Food Court Event 3.jpg">
You decide to tease Rachel.
@@.you;
Well... I DO have the money to buy it...@@
@@.emote;
Rachel looks around, gets up and raises her skirt a bit@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You would buy one for me too, right?@@
//''Hm... I think I can push her a bit further...''//
@@.you;
I don't know Rachel... Money is kinda tight, you know?@@
@@.emote;
Rachel frowns@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh... I see how it is...@@
<<linkreplace "Wait">><<scrollTop>><<ctpAdvance "RachelCoffee">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Food Court Event 4.jpg">
As she says that, she bends over even more, giving you a clear view of her ass.
//''Whoa! Now we are talking!''//
As you look at Rachel's face, you can see that it's slightly red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-What about now?@@
@@.you;
Would you look at that? Seems like I do have an extra amount of money here. Would you like a cup of coffee too?@@
@@.emote;
Rachel brightens@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes, please!@@
You watch as Rachel straightens up and calls over the waiter.
//''Man... She must really love this coffee...''//
<<linkreplace "Have a coffee with Rachel">><<scrollTop>><<ctpAdvance "RachelCoffee">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Food Court Event 2.jpg">
After the waiter arrives with the coffee, you decide to do some small talk.
@@.you;
Weren't you afraid that someone would see you doing that?@@
As you say that, Rachel's face reddens.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah... But that kind of made it a bit exciting too...@@
//''Oho!''//
You can't help but smile.
@@.you;
Is that so? Well, if you are fine with it, so am I.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
T-Thanks...@@
@@.corruption;
Rachel becomes a little more corrupted@@
[[Time to go|School][$student.corruption += 1;$time.passTime(1);$player.money -= 5]]
<</ctp>>
<</if>><<ctp "RachelCE2">>
<img src="img/Rachel/Rachel Classroom Event 1.jpg">
As you are packing your things, you notice that Rachel still hasn't left.
@@.you;
Hey Rachel, why are you still here?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I asked Linda to get me a sample of the chemical compound we learned today, but she said that she had to go to the bathroom first...@@
@@.you;
Is that so? Want me to keep you company for a little bit?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sure, I would love it!@@
<<linkreplace "Keep her company">><<scrollTop>><<ctpAdvance "RachelCE2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Classroom Event 2.jpg">
You talk to Rachel about your every day.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
And then, I was at this groceries store, about to get last Pravitas Cookies that was in stock, when this HUGE lady walks behind and says "I saw those cookies first, they are mine!"@@
@@.you;
Really? And what did you do?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Well, normally I would just apologize and leave. But on that day I didn't feel like it. So I took the cookie and said "I don't think so!" and then I ran to the cashier to pay for it!@@
@@.you;
Oh? And weren't you afraid of her going after you?@@
@@.emote;
Rachel giggles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
She did try at first, but she was out of breath after a few steps!@@
@@.you;
Quite daring of you.@@
@@.emote;
Rachel puffs out her chest@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course! This is the new and improved daring Rachel!@@
@@.you;
Is that so? So you are saying you are now a daring person?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yep!@@
//''This should be a good opportunity!''//
@@.you;
Would you have the courage to lift your skirt, here in the middle of the classroom? Knowing that Linda could walk in at any moment.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course!@@
<<linkreplace "Dare her">><<scrollTop>><<ctpAdvance "RachelCE2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Classroom Event 3.jpg">
You watch as Rachel slowly raises her skirt.
//''She actually did it! Let's try to dare her a bit more....''//
@@.emote;
Rachel grins@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I said I was daring!@@
@@.you;
I'm impressed. But is that all you can do?@@
@@.emote;
Rachel frowns@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What do you mean?@@
You point at the table behind her.
@@.you;
It would be more impressive if you did that on top of the table.@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
B-But that's Linda's table!@@
You can't help but laugh.
@@.you;
That's the point. So... Do you dare?@@
@@.emote;
Rachel frowns and puffs out her cheeks@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course I do! Witness me!@@
//''Witness me?! What are you, a War Girl?!''//
<<linkreplace "Witness Her">><<scrollTop>><<ctpAdvance "RachelCE2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Classroom Event 4.jpg">
You watch as Rachel climbs on top of the table, her ass completely visible as she does it.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How do you like me now?!@@
You can't help but grin at her enthusiasm. You give her the thumbs up.
@@.emote;
Rachel laughs@@
@@.you;
But I've got to say. You do have a cute ass.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh? You are interested in my butt?@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "RachelCE2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Classroom Event 5.jpg">
Has she says that, she lays down on the table and exposes her butt to you.
//''Holy! I can almost see her asshole!''//
@@.emote;
Rachel gloats@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What do you think? Isn't it the best butt you've ever seen?@@
//''Well... It loses to Sarah's, but I'm not telling her that...''//
As you are about to answer her, someone else does it first.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It sure is. But this really isn't the place for you to be showing it off.@@
You can't help but turn around in surprise, as Linda is standing in front of the door.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
L-Linda?!@@
As Rachel calls out to her, Linda stares at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You've got a lot guts flirting with her in my classroom.@@
You can't help but feel embarrassed.
@@.you;
Sorry, Linda...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come with me to my office. I'm going to have you fill some papers before you go back home.@@
@@.you;
But I-@@
@@.emote;
Linda glares at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
No buts. And Rachel, make sure to finish your task and go home.@@
You end up hanging down your head.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay...@@
@@.you;
Understood...@@
You watch as Linda makes her way out of the classroom.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name.@@
<<linkreplace "Turn around">><<scrollTop>><<ctpAdvance "RachelCE2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Classroom Event 6.jpg">
As you turn around, you come face to tits to chest.
@@.you;
Uh?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sorry for getting you punished...@@
You can't help but grin.
@@.you;
Not at all. I was the one that dared you in the first place. But I would be lying if I didn't say that looking at your tits makes me feel better.@@
@@.emote;
Rachel chuckles@@
With that image in your head, you make your way to Linda's office, to finish your punishment.
@@.corruption;
Rachel becomes a little more corrupted@@
[[Time to go|School][$student.corruption += 1;$time.passTime(1)]]
<</ctp>><<ctp "RachelShower">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing... I'm bored...@@
//''This may be a good opportunity to get some more pictures of her!''//
@@.you;
I've got an idea!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really? What is it?@@
@@.you;
How about we take some more pictures of you?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I would love to!@@
@@.you;
Great! Then I will bring my camera.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! I will ask Melissa to help me dress up!@@
//''Seems like she has gotten used to this...''//
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 1.jpg">
As you arrive at Rachel's home, you spot her on the porch.
@@.you;
Hey, Rachel!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name! What do you think?@@
As Rachel says that, she poses to you.
//''She's quite a bit more confident now.''//
@@.you;
I think you look very pretty. And may I say, even a bit sexy?@@
@@.emote;
Rachel pouts@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Just a bit?@@
You can't help but chuckle.
@@.you;
Okay. Very sexy.@@
@@.emote;
Rachel smiles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yay!@@
@@.you;
So, are you ready to take some pictures?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! Let's do this!@@
<<linkreplace "Take pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 2.jpg">
You watch as Rachel starts by giving your the V sign and putting her tongue out.
//''Not exactly the sexiest of pictures...''//
You start taking pictures of her, trying to get her whole body in the frame.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
So, what do you think?@@
@@.you;
Hm... You look quite nice, but let's try to go for a pose that's a little more natural...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What do you mean?@@
@@.you;
Try this, raise your hands above your head and push your chest out.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 3.jpg">
Rachel gets into the pose. She gives you a big smile.
//''Hm... We are almost there...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How about now?@@
@@.you;
You are looking great! But let's try to raise your left leg a bit, and use your hands to pull up your hair just a little. Also, instead of a smile, try to give me a seductive look.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I will try!@@
<<linkreplace "Sexy picture of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 4.jpg">
Rachel follows your words and gets into another pose.
//''Now that's what I'm talking about!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How about now?@@
@@.you;
You are doing great! Now I want you to lean forward and make a sexy face!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I will do my best!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 5.jpg">
You start taking pictures as soon as Rachel gets into position.
//''Much better!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Is this okay?@@
@@.you;
You are doing fine, Rachel! Keep it up! But make sure to smile!@@
You take a few more pictures before telling her to change her pose.
@@.you;
I've got enough photos of your front side. How about a few from behind?@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Interested in my ass, are you?@@
@@.you;
Yeah! I want to get some pictures of that perky little butt you have!@@
@@.emote;
Rachel becomes slightly embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I didn't think you would say it like that...@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 6.jpg">
Rachel slowly turns around and looks back at you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Like this?@@
@@.you;
Yeah! Now give me a smile and put a hand on your head.@@
As Rachel moves into the pose, you take a few more pictures.
//''Hm... I feel I can get her ass to be a bit more perky.''//
@@.you;
Hey, Rachel. I've got a better idea! How about using your hands to lift your butt a little bit?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 7.jpg">
You watch as Rachel moves her hands towards her ass.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Am I doing this right?@@
//''This is it!''//
@@.you;
Excellent! Now give me a nice smile!@@
As Rachel gives you a smile, you take a few more pictures.
@@.you;
Okay! I think we have enough photos of your butt. You can turn around now.@@
@@.emote;
Rachel turns around@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What now?@@
//''Seems like she has plenty of energy to do more!''//
@@.you;
Okay! So here's what I want you to do! I want you to hold onto your shirt like you are about to undo it!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Got it!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 8.jpg">
As Rachel gets into the pose, you start to take pictures.
@@.you;
Very nice! Now give me a mysterious look!@@
@@.emote;
Rachel raises an eyebrow@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Mysterious? Mysterious how?@@
@@.you;
You know... Mysterious.@@
//''Not exactly sure what that is either...''//
You watch as Rachel changes her facial expression a bit.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Is this mysterious?@@
//''Eh, it will do.''//
@@.you;
Sure is! Very good, Rachel! You are a natural at this!@@
You can see that Rachel slightly embarrassed by that, but you can also see a hint of a smile. You take a few more pictures.
@@.you;
Okay! One more!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
So what do I do?@@
@@.you;
I want you to pull your shirt slightly open, giving me a better view of your chest area!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 9.jpg">
You watch as Rachel opens her shirt a little bit and gives you a smile.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Like this?@@
@@.you;
Exactly! You are looking sexy and beautiful!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Heh... Heheh...@@
@@.you;
Now, how about we untie the shirt? Let's have a good look at your body!@@
@@.emote;
Rachel grins@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 10.jpg">
As she says that, she unties the shirt and lowers it, giving you a clear view of her bra.
//''Holy!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What do you think of my bra?@@
@@.you;
Uh... Was it Rebeca that recommended it?@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How did you know?!@@
//''I knew it!''//
@@.you;
Lucky guess. It looks really good on you!@@
//''Especially since I can basically see your tits!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thanks! Hehe!@@
@@.you;
How about we remove the shirt and get a better look then?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Got it!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 11.jpg">
You watch as Rachel removes the shirt and poses for you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How's that?@@
@@.you;
Very good!@@
You take more pictures of her.
@@.you;
I've got to say, you do have a great body!@@
As you say that, you can see Rachel's face blushing.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe... Thanks!@@
@@.you;
But the question is, do you have a great ass?@@
@@.emote;
Rachel frowns@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You know I do!@@
@@.you;
Oh? Then let me see it!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 12.jpg">
As you say that, Rachel turns around and lowers her pants, giving you a clear view of her panties.
//''It's almost transparent as well!''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
See?!@@
You nod.
@@.you;
Indeed! I give it a perfect score!@@
@@.emote;
Rachel smiles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I knew it!@@
@@.you;
Okay! Let's get a few more pictures from your front, okay? Also, let's focus only on your underwear.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Got it!@@
You watch as Rachel takes off her pants.
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 13.jpg">
Once the pants are removed, she poses for you.
@@.you;
Very good! You are doing great!@@
@@.emote;
Rachel hums@@
As she poses, you notice a bush.
//''Seems like she hasn't shaved!''//
@@.you;
Okay! How about we up the sexiness a notch?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How so?@@
@@.you;
Lower your bra, so that your boobs are showing! There's nothing more sexy than some boobs!@@
@@.emote;
Rachel is hesitant@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Even mine? I don't really have much...@@
@@.you;
Hey! None of that! Big boobs! Small boobs! Medium boobs! All boobs are equal! Boobs are justice! Hooray boobs!@@
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay then!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 14.jpg">
After you little pep talk, Rachel lowers her bra, giving you a nice show.
//''Hell yeah!''//
You start to take more pictures.
@@.you;
Okay! Now let's get a few more from your behind!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 15.jpg">
You watch as Rachel turns around and raises her ass a bit.
@@.you;
Hm... There's something missing...@@
@@.emote;
Rachel is confused@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Something missing?@@
@@.you;
Yeah... Oh! I know! The panties! Lower them a little bit so I can get a clear view of that ass!@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Are you an ass person, $player.name?@@
@@.you;
Hey! I don't discriminate! Ass! Tits! Thighs! Legs! Feet! I'm into it all!@@
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Wouldn't that make you into a deviant?@@
@@.you;
Kinda! Does that turn you off?@@
@@.emote;
Rachel shakes her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Not at all! I like it!@@
<<linkreplace "More pictures of Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 16.jpg">
As Rachel says that, she lowers her panties for you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
How about this?@@
@@.you;
Now we are talking!@@
You quickly start taking more pictures.
@@.you;
Okay! We are almost over! Let's take one last picture with you naked!@@
Suddenly Rachel becomes embarrassed.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Right here...?@@
//''She's embarrassed after everything we've done?''//
@@.you;
Yeah! As a matter of fact, I want you to give me your best pose! Come on! It's all on you!@@
After a moment of hesitation, Rachel nods and takes off her panties.
@@.you;
Ready?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ready!@@
@@.you;
3... 2... 1...@@
<<linkreplace "Last one">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Photos 17.jpg">
As you finish the countdown, Rachel jumps and makes a pose.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yay!@@
You can't help but laugh.
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-What?!@@
@@.you;
Nothing. I can't help but think that that pose suits you!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe! Thank!@@
//''Innocent even though she's naked...'''//
@@.you;
It's getting late, so let's wrap this up!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! That was a lot of fun!@@
@@.you;
Oh, I had a lot of fun too!@@
//''And now I have a lot of material for some more fun!''//
@@.corruption;
Rachel becomes a little more corrupted@@
[[Time to wrap it up|House][$student.corruption += 1;$time.passTime(1)]]
<</ctp>><<ctp "RachelYoga">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm actually getting ready to do some yoga!@@
@@.you;
Really? Do you mind if I watch it? I want to learn more about yoga.@@
@@.emote;
Rachel giggles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Are you sure that it's the reason you want to watch?@@
//''Oh? Seems like she's a bit more savvy!''//
@@.you;
Well, I won't deny that it's the ONLY reason I'm going...@@
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm just messing with you! Come on over!@@
@@.you;
Okay, see you soon!@@
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 7.jpg">
You arrive at Rachel's house and Melissa lets you in, telling you she's in the living room. As you are about to go in, she stops you.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
And $player.name, I will be going out for an hour, so you better behave.@@
@@.you;
Of course. You know me, I'm always on my best behavior.@@
As you give her a grin, you watch as she frowns and then sighs.
@@.stuff;
<img src="img/Profile/Melissa.jpg" class="float-left">Melissa<hr>
Fine...@@
Once she leaves, you make your way to the living room. When you arrive there, you can't help but stare at Rachel's new outfit, or lack of.
//''Whoa!''//
As you are standing there, she notices you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Hey, $player.name!@@
@@.you;
Hey, Rachel. Trying a new yoga outfit?@@
@@.emote;
Rachel smiles and boasts@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah! After doing Yoga, my pants would become sweaty. So I thought to myself: "Why not do it without them?", and so here I am! Isn't it brilliant?@@
<<linkreplace "Talk to Rachel">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 8.jpg">
You can't help but think that there's something wrong with that line of thinking, but considering the feast that is right in front of your eyes, you decide against saying what's on your mind. As such, you just nod your head.
@@.you;
Of course! That's one less outfit to wash!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Exactly!@@
As Rachel says that, she chuckles.
//''Well, may as well take a seat for the show.''//
@@.you;
Mind if I sit down here and watch?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course not! Also, please tell me if my posture is wrong!@@
@@.you;
Sure...@@
//''I wouldn't know what would be considered wrong in the first place... Maybe it's about time I learn yoga...''//
<<linkreplace "Watch Rachel">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 9.jpg">
As you sit down, Rachel starts to stretch. You can't help but have an idea.
@@.you;
Say, Rachel. Did you know that Melissa went out?@@
As you say that, she turns her head around and looks at you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?@@
@@.you;
Yeah... So, I was thinking... Doesn't your top become sweaty too?@@
@@.emote;
Rachel tilts her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yeah, most of the times...?@@
@@.you;
Since it's just you and me here, wouldn't it be better if that wasn't the case?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
If that wasn't the case...? Oh! I get it! So you think it would be a good idea for me to take my top off?@@
@@.you;
Exactly!@@
@@.emote;
Rachel chuckles and grins@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Well... I don't mind, if it's only you and me here...@@
//''Alright!''//
You can't help but mentally pump your arm.
<<linkreplace "Watch Rachel">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 10.jpg">
You watch as Rachel turns around and removes her top.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What do you think...?@@
You give her the thumbs up.
@@.you;
Perfect!@@
As you say that, you can see Rachel's face becoming slightly red.
@@.emote;
Rachel giggles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thanks!@@
<<linkreplace "Watch Rachel">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 11.jpg">
As Rachel says that, she starts her yoga session. As she gets in her first position, she stops and looks at you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Do you remember what this pose was?@@
//''What was it again...? It had something to do with dogs... Oh!''//
@@.you;
Of course! It's upward facing dog!@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
So you do know!@@
@@.you;
Of course! That is one of the two reasons I came here.@@
@@.emote;
Rachel tilts her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What's the other reason?@@
@@.you;
You.@@
As you say that, you can see Rachel blushing.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
M-Me?! Hehe...@@
<<linkreplace "Watch Rachel">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 12.jpg">
As Rachel gets in an even better move, she changes her pose.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
So, what about this time?@@
@@.you;
That's downward facing dog, right?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Exactly! So, can you tell me if there's something wrong with my pose?@@
@@.you;
Hm... Let me try.@@
<<linkreplace "Take a look at her pose">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 13.jpg">
You get up from your seat and take a better look at her. To be more specific, you take a better look at a particular spot.
//''Holy moly! Look at that ass! I can almost see it!''//
As you stand there staring at Rachel's ass, you end up forgetting about what you were doing.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
$player.name?@@
//''Man... One of these days that ass is going to be mine...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
$player.name!@@
As she calls your name, you end up waking up from your trance.
@@.you;
Oh! Sorry, Rachel. I was just thinking...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
About my butt?@@
@@.you;
Exactly! Ah! No! I mean, I was thinking about your pose!@@
@@.emote;
Rachel chuckles@@
As you take a closer look at her panties, you can see that they are slightly wet.
//''Is that sweat? Or is she...''//
@@.you;
Say... It seems like your panties will end up becoming sweaty too...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh? Is that so? Then... Should I take them off?@@
//''Is she teasing me now?!''//
@@.you;
Wouldn't that make sense? Since you already removed the rest...@@
@@.emote;
Rachel grins@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fine, but you need to tell me if there's anything wrong with my poses.@@
@@.you;
Deal!@@
//''Even though I have no idea...''//
<<linkreplace "Watch Rachel">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 15.jpg">
You watch as Rachel gets up and starts to remove her panties.
//''Now we are talking!''//
<<linkreplace "Keep watching Rachel">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 16.jpg">
As she finishes taking her panties off, she turns around, showing herself off.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Tchara! What do you think?@@
@@.you;
Beautiful.@@
As you say that, Rachel is momentarily taken aback from your compliment.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
R-Really?@@
You nod your head.
@@.you;
Yes. I can clearly see you are taking good care of your body.@@
//''Although some areas are slightly lacking... But that can't be helped...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! Hehe... I'm going to do the poses now! Make sure to keep an eye out for anything wrong!@@
<<linkreplace "Watch Rachel">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 17.jpg">
You watch as she starts her posing again. Seeing her do yoga while naked causes a stir in your loins.
@@.you;
That's the Warrior pose, right?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Exactly! To be more specific, it's the Warrior's first pose!@@
<<linkreplace "Watch Rachel">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 18.jpg">
As you watch, Rachel goes to the next pose. You can feel your cock starting to get hard.
//''That pose... Uh... I don't think I've ever seen it...''//
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What about this one?@@
@@.you;
Uh... The flying eagle?@@
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
No! It's the Lord of the Dance pose!@@
//''What a weird name...''//
<<linkreplace "Watch Rachel">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 19.jpg">
As Rachel moves into her next pose, she looks towards you and notices your bulge.
@@.emote;
Rachel grins@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Looks like someone is enjoying my yoga poses.@@
You can't help but chuckle.
@@.you;
It would be weird if I didn't enjoy looking at a beautiful naked girl getting into yoga poses.@@
As you say that, you can see Rachel blush a bit more.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
D-Does that mean it's my fault?@@
@@.you;
Sure is.@@
As you say that, Rachel looks down for a moment, seemingly thinking. After a few seconds, she looks back to you, her face red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
T-Then I should take responsibility, r-right?@@
//''Oh? Is she proposing what I think she is? Then I should play along!''//
@@.you;
Of course! There's no way you would abandon me to the pain of blue balls, right?@@
You watch as Rachel's face becomes even redder.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
O-Of course not! I will help you out with it!@@
As she is about to get up, another idea comes into your mind.
@@.you;
Wait!@@
As you say that, Rachel freezes in place.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-What?@@
@@.you;
I don't want to impose on your yoga time. So why don't you just maintain that pose?@@
@@.emote;
Rachel is slightly confused@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay?@@
You take off your pants, exposing your massive cock.
<<linkreplace "Move closer to Rachel">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Yoga 20.mp4" autoplay loop/>
With your cock exposed, you move closer to Rachel, who's still maintaining her yoga pose.
@@.you;
Now say "Ah".@@
As you say that, Rachel opens her mouth.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ahhh.@@
//''Very nice!''//
You try to put your cock into her mouth and, with a little help of her maneuvering, you are successful.
@@.you;
There, now you can help me out with it.@@
And with that, Rachel starts to move her head, trying to give you a blowjob without using her hands. Unfortunately she's quite unsuccessful.
//''I think she needs a little help...''//
<<linkreplace "Fuck her mouth">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Yoga 21.mp4" autoplay loop/>
As Rachel still struggles at trying to keep your cock into her mouth as she sucks on it, you decide to give her a hand. Literally.
@@.you;
Here, let me help you.@@
As you say that, you put your hand on Rachel's head, stabilizing it, while thrusting your cock into her throat.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hmph?!@@
While Rachel is momentarily surprised by your action, she takes it in stride and starts to move her head with more vigor, now that she doesn't need to balance your cock in her mouth.
//''Crap! This is too good!''//
As you lose yourself in the rhythm and the warmness of her mouth, you can feel your balls tightening. You are sure that you are about to cum.
<<linkreplace "Cum in Rachel's mouth">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Yoga 22.mp4" autoplay loop/>
You keep thrusting your cock into her mouth.
@@.you;
I'm going to cum in your mouth, Rachel!@@
While Rachel is taken by surprise, she has no time to react as you pull her head in and cum deep into her throat.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hmph!?!?@@
You can clearly see that she's holding back her gag reflex, as your jizz gushes out of your cock. After a few seconds, you let go of her head, allowing her to pull her head back.
@@.emote;
Rachel begins to cough@@
You can't help but be surprised by your sudden action.
@@.you;
R-Rachel! Are alright? I'm sorry, I didn't mean to do that...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I'm fine... But you should have told me you were going to do that... I wasn't able to prepare myself...@@
You sigh in relief.
//''Seems like she's not angry...''//
@@.you;
Sorry, I will make sure to tell you next time...@@
<<linkreplace "Talk to Rachel">><<scrollTop>><<ctpAdvance "RachelYoga">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Yoga 23.jpg">
As you sit down, Rachel also sits, not caring about revealing her body to you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
That was kinda of fun!@@
You can't help but grin as she says that.
@@.you;
Sure was. Maybe we should make this a thing?@@
As you say that, Rachel looks away, her face red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I don't know... It's kind of hard to keep my shape if I have to eat a load of your cum every time I do yoga.@@
You end up laughing at that.
@@.you;
I'm sorry. I promise I will tell you next time.@@
As you say that, Rachel sticks out her tongue and then smiles at you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Then I'm okay with it!@@
@@.corruption;
Rachel becomes a little more corrupted@@
[[Do some small talk and leave|House][$time.passTime(1);$student.corruption += 1]]
<</ctp>><<ctp "RachelShower">>
<img src="img/Other/Rachel Calling.jpg">
You decide to give Rachel a call.
@@.data;
Ringing... Ringing...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name!@@
@@.you;
Hey Rachel, what are you up to?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, I'm playing Twister!@@
//''This may be a good opportunity!''//
@@.you;
Do you want me to swing by and play together?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sure, I would love it!@@
@@.you;
Great, then I will be on my way over.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! See you soon!@@
<<linkreplace "Visit Rachel">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Rachel/Rachel Playing 1.jpg">
As you arrive at Rachel's house, Melissa lets you in and tells you that Rachel is in the living room. When you get there, you spot Rachel, already playing on her own.
@@.you;
Hey, Rachel!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hi, $player.name!@@
@@.you;
Ready to have some fun?@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes, please!@@
@@.you;
Okay, since you are already there, may as well start with you.@@
You pick up the spinner and sit down.
<<linkreplace "Play Twister">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 2.mp4" autoplay loop/>
You spin the spinner.
@@.you;
Okay, left foot on green!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! This will be easy!@@
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 3.mp4" autoplay loop/>
You spin the spinner.
@@.you;
Now right foot on blue!@@
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Got it! Still easy! This is so much better than using the ruler!@@
@@.you;
Ruler? What's that?@@
@@.emote;
Rachel becomes slightly embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Nothing!@@
You look around and, sure enough, you see a long ruler.
//''Was she using that to spin the spinner?''//
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 4.mp4" autoplay loop/>
You spin the spinner.
//''Foot again...''//
@@.you;
Right foot on green!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
You watch as Rachel turns around to put her right foot on green. She can no longer see you.
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 5.mp4" autoplay loop/>
You spin the spinner.
//''Foot, again?!''//
You look up at Rachel. She still has her back to you.
//''Maybe I should spice it up a bit... With a little... Uh... Creative use of game mechanics.''//
You move the arrow of the spinner.
@@.you;
Right hand on green!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh, okay!@@
You watch as Rachel bends over to put her hand on green, giving you a clear view of her ass.
//''Now that's what I'm talking about!''//
@@.you;
I've gotta say, I do enjoy looking at your perky ass.@@
@@.emote;
Rachel grins@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Well, I do have a nice ass, don't I!@@
You can't help but chuckle.
@@.you;
You sure do!@@
@@.emote;
Rachel gets back into position@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe!@@
//''Seems like she's much more comfortable with this...''//
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 6.mp4" autoplay loop/>
You spin the spinner.
//''Foot... Maybe I should help it out again...''//
As you are about to move the arrow, you notice that Rachel can now see you from under her legs.
@@.you;
Uh... Right foot on blue!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Got it! This is so much fun!@@
@@.you;
I'm enjoying it too.@@
//''Always nice to get a good look at a girl's ass.''//
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 7.mp4" autoplay loop/>
You spin the spinner.
//''Foot again?! What's with me and feet?!''//
You look up and notice that Rachel can't see you.
@@.you;
Ahem... Left hand on green!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I can do this!@@
As Rachel puts her left hand on green, you can see her balance is slightly off.
//''Just one more push...''//
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 8.mp4" autoplay loop/>
You spin the spinner.
//''Foot?! Is there a higher power that is guiding me towards feet?!''//
It's impossible to cheat, so you just call it out.
@@.you;
Left foot on blue...@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay!@@
As Rachel tries to move her foot from green to blue, she ends up tripping on herself and falling down.
@@.emote;
Rachel bursts out laughing@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I lost!@@
@@.you;
You sure did. Now, as per the rules, you need to remove a piece of your clothes!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What?! There wasn't such a rule!@@
@@.you;
Sure there was.@@
@@.emote;
Rachel frowns@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Where?@@
You can't help but grin.
@@.you;
In the $player.name's Guide to Twister with Rachel book.@@
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Fine! You perv!@@
<<linkreplace "Watch her remove her top">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 9.mp4" autoplay loop/>
You watch as Rachel takes off her top.
//''I will never get tired of this...''//
As she almost finishes removing it, you decide to give her a wolf call whistle.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey!@@
As she says that, she throws the shirt on your face, you can't help but laugh.
@@.you;
Now that you paid the price, you can go again.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Really?@@
@@.you;
Yes, until you give up.@@
@@.emote;
Rachel puffs out her chest@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Never!@@
//''That's what I'm hoping for!''//
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 10.mp4" autoplay loop/>
You proceed to spin it time and time again, sometime even using a little bit of hand magic to make it a better outcome. Eventually Rachel falls.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Aww!@@
@@.you;
Well, you know the rules!@@
As you say that, you can see Rachel's face becoming red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
F-Fine! I can do this!@@
<<linkreplace "Watch her remove her pants">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 11.mp4" autoplay loop/>
As you watch Rachel remove her shorts, you can't help but become surprised at the fact that she isn't wearing any panties.
@@.you;
No panties? That's quite bold!@@
You can clearly see that Rachel's face is red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
M-Melissa washed all of my panties at the same time! I couldn't help it!@@
You shrug at that.
@@.you;
Hey, no complaints here! I'm always up to looking at that cute little ass of yours.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hmph! Then it's fine then!@@
As she says that, you can see a smile on her face, while her cheeks are red.
//''Almost there...''//
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 12.mp4" autoplay loop/>
After a few more spins, Rachel ends up in a really interesting position. You can't help but get up and take a closer look.
@@.you;
Hm... I've got to say, you've got quite the fine body.@@
As you say that, you can clearly see that Rachel is struggling to maintain that pose.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
H-Hey! Stop ogling and spin the wheel! I can't hold this position for long!@@
You can't help but chuckle.
@@.you;
Fine...@@
<<linkreplace "Spin">><<scrollTop>><<ctpAdvance "RachelShower">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Rachel/Rachel Playing 13.mp4" autoplay loop/>
As you spin it a few more times, Rachel finally falls down. She no longer has any clothes to remove, so it's now your turn.
//''Although... Maybe some day I can push this even further...''//
With that thought in your mind, you look back at Rachel.
@@.emote;
Rachel laughs@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I was able to do 32 spins! It's your turn! Oh! And you will have to take off your clothes every time you fall too!@@
You can't help but grin.
@@.you;
That's fine by me, but I have a lot more clothes to remove. Are you fine with that?@@
As you say that, Rachel opens her mouth in shock of the realization.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
H-Hey! That would be cheating! No! You can only have two extra attempts!@@
You shrug at that.
@@.you;
I'm fine with that also. But that will only be my shirt and pants. So I won't be naked like you.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
B-But that's not fair either!@@
You can't help but laugh at how cute she is.
@@.love;
Rachel loves you a little more@@
@@.corruption;
Rachel becomes a little more corrupted@@
[[Play some more and leave|House][$student.love += 1;$time.passTime(1);$student.corruption += 1]]
<</ctp>><<ctp "testID">>
<img src="img/School/Classroom Class.jpg">
As you enter the classroom, you notice that Linda is already there. As you sit down, you also notice that the classroom is restless. You decide to talk to Rachel.
@@.you;
Hey, Rachel?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hi, $player.name!@@
@@.you;
Hi... What's happening?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! Linda said that she has a special announcement to make! So e-@@
As Rachel was talking, Linda speaks up.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay, settle down! Now that everyone is here, I have a special announcement to make! I will be giving you guys a surprise test!@@
@@.emote;
Rachel raises up from the chair@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A SURPRISE TEST?!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Settle down!@@
@@.emote;
Rachel sits back down, now embarrassed@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Sorry...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
As I was saying. There will be a surprise test in the future. When? Whenever I feel like it. Could be tomorrow, could be next week, could be a month for now! Hell, it could even be right now! As such, you guys better make sure to be ready for it!@@
You watch as Rachel raises her hand.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yes, Rachel?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What will be on the test?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Everything.@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
EVERYTHING?!@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yes, everything you have learned from when you started until the very day I give you guys the test.@@
As she says that, the classroom starts another commotion.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Settle down!@@
//''A surprise test...? That's odd... I wonder why...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And with that out of the way, we will now start with c...@@
<<linkreplace "Study">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Classroom Tease Event 1.jpg">
As Linda finishes her lesson, you close your book.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And that will be it for today! Make sure to review everything! Don't forget that I will be testing you guys any day now!@@
After saying that, she leaves the classroom.
//''A surprise test... I wonder if Rachel can help me...?''//
As you look at Rachel, you notice that she looks uncomfortable.
@@.you;
Rachel?@@
@@.emote;
Rachel is surprised@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Ah! $player.name! You scared me!@@
@@.you;
Scared you? I just called your name... Are you alright?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-What?! Me?! Of course I am! I'm definitely not worried about the test! Ha! Hahaha! No, sir! Not me! Surprise test?! Pff! Bring it on!@@
As she says that, she puffs out her chest and smiles fearlessly.
//''She's definitely not fine...''//
@@.you;
Are you perhaps not good with surprise tests?@@
The smile on her face cracks and you can see her eyes starting to get damp as she collapses on the desk.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm not! I'm actually terrible at them! $player.name, what am I going to do?!@@
You can't help but raise your eyebrow.
@@.you;
But you ace almost all of your tests, how can you be bad at them?@@
@@.emote;
Rachel looks down@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-I get nervous! If I don't prepare myself beforehand, I end up forgetting everything and second guessing myself!@@
//''Seems like she's having issues with self-confidence...''//
@@.you;
Want me to help you?@@
@@.emote;
Rachel brightens up@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
You would?! Yes! Please help me, $player.name!@@
You nod your head.
@@.you;
Okay. Then we will study together and I will give you surprise quizzes during our study session.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-Will that work?@@
@@.you;
It might. Since the issue is that you lack confidence to take a surprise test, wouldn't taking many of them solve it?@@
You watch as Rachel thinks for a bit and then nods her head.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! Let's do that! Where will we study?@@
@@.you;
Well, the best place would be the library. So, how about it?@@
@@.emote;
Rachel nods her head many times@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay! Library! Got it! How does Friday at Noon sounds like? That way we can organize what we've learned during the week! I will even bring the snacks!@@
@@.you;
Sounds good. Fridays at Noon it is then.@@
You watch as Rachel jumps up and hugs you
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yay! Thank you, $player.name! You are the best!@@
As you hug her, you can't help but feel that she's lacking in certain areas.
@@.you;
Not at all. I will be benefiting from this too, since I will be able pick your brain.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Then feel free to crack my head open with a hammer and look away!@@
You can't help but burst out laughing. As you are laughing, you can see Rachel's face becoming red.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
D-Did I say something weird?@@
You shake your head.
@@.you;
Not at all, I just think you are cute.@@
As you say that, Rachel's face, that was already red, becomes even redder.
@@.love;
Rachel loves you a little more@@
<<set $GoToClass to true>>
[[Finish classes|School][$student.love += 1;$time.passTime(1)]]
<</ctp>><img src="img/Other/Waking Up.jpg">
As you wake up, you feel that something isn't quite right with your body.
@@.you;
Urgh...@@
Your body feels very hot and your body is sweaty.
@@.you;
Damn it... Is the corruption going out of control?@@
You think back at what could have possibly done that and all your can think of is when you were playing Airsoft with Linda.
@@.you;
I did forcefully use it to power myself temporarily... But I was fine after that, just a bit sore...@@
You remember that yesterday you forced yourself again in order carry her to the school.
@@.you;
Damn it... Urgh...@@
As you turn your head, you notice that there's an almost invisible purple shroud around you. You close your eyes and agonize on your bed. After what feels an eternity, but most likely was only a few minutes, the heat slowly starts to decrease. You open your eyes, and notice that everything is back to normal.
@@.you;
Ha... Ha... Shit... What the hell is Pravitas doing to me... Fuck... Is there a way for me to talk to her?@@
For some reason, you are sure that Pravitas will only call your once you reach the limit and are ready to transform again.
@@.you;
If I can't talk to her... Then who the hell can I talk to?@@
You start to think on your acquaintances.
@@.you;
It can't be Kelly or the girls... Rachel? No... Vanessa? Not really... Linda? Maybe?@@
As you sit there, you make up your mind.
@@.you;
I will talk to Linda, when she's alone. Even if she can't help, she might know someone that can...@@
You get off the bed and stretch.
<<set $WakeUpCorruption to true>>
[[Start your day|Start]]<<if $GoToClass>><span style="color:green;">Go to class (Classroom)</span><<else>><span style="color:red;">Go to class (Classroom)</span><</if>>
<<if $RachelStudy1>><span style="color:green;">Start to Study with Rachel (Friday; Noon)</span><<else>><span style="color:red;">Start to Study with Rachel (Friday; Noon)</span><</if>>
<<if $player.intelligence gte 20>><span style="color:green;">Raise Intelligence to 20</span><<else>><span style="color:red;">Raise Intelligence to 20</span><</if>>
<<if $RachelStudy2>><span style="color:green;">Finish Studying with Rachel (Friday; Noon)</span><<else>><span style="color:red;">Finish Studying with Rachel (Friday; Noon)</span><</if>>
<<if $TestTime>><span style="color:green;">Take the test (Classroom)</span><<else>><span style="color:red;">Take the test (Classroom)</span><</if>>
<<if $GettingResults>><span style="color:green;">Get the results from the test (Monday; Late Morning)</span><<else>><span style="color:red;">Get the results from the test (Monday; Late Morning)</span><</if>>
<<if $teacher.love gte 15>><span style="color:green;">Reach 15 points in Love</span><<else>><span style="color:red;">Reach 15 points in Love</span><</if>>
<<if $InviteLindaAirsoft>><span style="color:green;">Invite Linda to Airsoft (Mon/Tue/Wed/Thu; Afternoon)</span><<else>><span style="color:red;">Invite Linda to Airsoft (Mon/Tue/Wed/Thu; Afternoon)</span><</if>>
<<if $AirsoftLinda>><span style="color:green;">Go Airsoft with Linda (Saturday; Noon)</span><<else>><span style="color:red;">Go Airsoft with Linda (Saturday; Noon)</span><</if>>
<<if $RunningShoes>><span style="color:green;">Buy some running shoes</span><<else>><span style="color:red;">Buy some running shoes</span><</if>>
<<if $teacher.love gte 19>><span style="color:green;">Reach 19 points in Love</span><<else>><span style="color:red;">Reach 19 points in Love</span><</if>>
<<if $player.fitness gte 20>><span style="color:green;">Raise Fitness to 20</span><<else>><span style="color:red;">Raise Fitness to 20</span><</if>>
<span style="color:red;">Go on a run with Linda (Saturday; Noon)</span>
@@.btnUISide;<<button 'Return'>><<nobr>>
<<script>>
Dialog.setup('Character Relationships');
Dialog.wiki(Story.get('Relationships').processText());
Dialog.open();
<</script>>
<</nobr>><</button>>@@<<ctp "testID">>
<img src="img/Linda/Linda Love Quest 2.jpg">
As you enter the classroom and take a seat, Linda comes into the classroom with a grin on her face.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Good news everyone! Today is the day! Everyone put your books back into your backpacks and pull out your pens! I hope you all have been studying!@@
As Linda announces that, you notice that Rachel is starting to panic.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
W-WHAT?! Oh, no! No, no, no, no!@@
@@.you;
Psst! Hey, Rachel!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Uh? $player.name?@@
@@.you;
We've got this. We just finished going over everything, so this is perfect timing!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I-it... It is, isn't?!@@
You nod your head and extend your arm, curling your hand into a fist. After Rachel stares at your hand for a few seconds, she smiles and bumps her own knuckle against yours.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm okay! We've got this! Thanks, $player.name!@@
You nod your head again as Linda passes by delivering the test papers. As you receive it, you can't help but grin.
//''I know everything on this test!''//
As you take a side glance at Rachel, you notice that she's excited as well.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Now, listen up! The time limit is 2 hours! I don't want to see a single one of you cheating, got it? Now give it your best shot! Also, I've got a special surprise to the person that gets the highest score!@@
As she says that, she pulls out two tickets.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I've got two tickets for the Honor and Duty Airsoft! Whoever wins this will have an all paid experience! The club will allow you to borrow the airsoft gun, 5 magazines, fatigues and much more! So give it your best!@@
//''Hell yeah! I always wanted to try airsoft! It's just so expensive to get into...''//
As you take a glance at Rachel, you can see her frowning. You can't help but chuckle.
//''Seems like she's not into airsoft...''//
You start to focus on your own test.
<<linkreplace "Start the test">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 3.jpg">
As you are doing the test, you can't help but keep getting distracted by Linda's ass, as she patrols the classroom.
//''Goddamn it! Focus $player.name! Focus!''//
You tear your eyes off of her ass and back to the test sheet.
//''Let's see... What are the three classes of an organic solvent? Hey! Rachel answered this question! The three classes of organic solvents are hydrocarbon, halogenated, and oxygenated! Easy clap!''//
You start to focus heavily on your test. You are certain that you will either be first or second, depending on how well Rachel does.
<<linkreplace "Finish the test">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 4.jpg">
As you finish the test, you look at the clock and noticed that only an hour passed. While a couple of students already turned in their tests, you are certain that the reason was that they didn't answer any question and gave up.
@@.you;
Linda, I'm done!@@
As you say that, Linda looks at you and raises an eyebrow.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Already, $player.name? You're not giving up too, are you?@@
You can see the disappointment in her eyes, you can't help but grin.
@@.you;
Of course not! As a matter of fact, I believe that I aced it!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Really? Are you sure you don't want to go over your answers one more time?@@
@@.you;
Nah, I don't want to second guess myself. I know that I studied enough, so this will do.@@
As you say that, Linda chuckles and takes the test from your hands.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
We will see then, but I don't want to hear you whining if you forgot anything. You may leave then. Expect the results first thing next week.@@
@@.you;
Got it! I'm looking forward to being able to play airsoft!@@
@@.emote;
Linda laughs@@
As you get up from your seat, Linda uses your test to smack you on your butt.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I like men that are cocky, but only when they can back it up. Now get out of here, you are distracting the other students.@@
//''Not as much as you are...''//
As you look back at Rachel, you can see her completely focused on the test. It seems like she's almost finished as well. Seemingly noticing your stare, she looks at you. You make the guts pose to her.
//''You can do this, Rachel!''//
You watch as she nods her head and gives you a smile, while also doing the guts pose and then focusing back on the test.
//''Let's get going then...''//
You thought about waiting for Rachel, but knowing her, you are certain she will use the full two hours to finish her test.
@@.love;
Linda loves you a little more@@
<<set $TestTime to true>>
[[Time to leave|School][$teacher.love += 1;$time.passTime(2)]]
<</ctp>><img src="img/Other/Running Shoes.jpg">
As you look through the site, you notice some good running shoes.
@@.you;
What?! $250 for a pair of shoes?! What are they, Jordans?!@@
You shake your head and are tempted to just buy a cheaper option, but you know how important the shoes are when running.
@@.you;
Sigh... I'm going to end up poor at this rate...@@
You search for your foot size and click to buy it.
@@.you;
This better be worth it...@@
[[Buy Running Shoes|House]]
<<set $runningshoesbuy = 0>>
<<set $RunningShoesBuy to true>><img src="img/Other/Waking Up.jpg">
As you are waking up, you hear the doorbell.
@@.you;
Urgh... Who the hell rings a doorbell at this hour in the morning?@@
You lethargically get up and make your way towards the door. As you open it, there's no one there.
@@.you;
Are you fucking kidding me? A prank?!@@
You look around and then you look down, only to spot a package.
@@.you;
Holy shit! They did say that they would deliver it today, but I didn't think it would be at the crack of dawn!@@
You bend down and pick it up.
@@.you;
Oh! They are the shoes that I ordered!@@
You can't help but look at them and grin.
@@.you;
I wonder how fast I will be with them? Maybe as fast as Usain Thunder?!@@
You get into a running position, imagining yourself running a 100 meters race.
@@.you;
I AM SPEED!@@
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
$player.name? What are you doing?@@
As you hear Anna's voice from behind, you can't help but break in cold sweat.
@@.you;
N-Nothing! I definitely wasn't imagining myself winning a 100 meters race! Uh! I've got to go!@@
As you say that, you rush towards your bedroom.
//''How embarrassing!''//
@@.anna;
<img src="img/Profile/Anna.png" class="float-left">Anna<hr>
O-Okay?!@@
[[Escape to your room|Start]]
<<set $RunningShoesBuy to false>>
<<set $RunningShoes to true>><<if $teacher.love gte 19 and $player.fitness gte 20>>
<<ctp "RunLove">>
<img src="img/Linda/Linda Love Quest 18.jpg">
As you arrive at the location, you spot Linda waiting for you. She waves her hand at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come on, $player.name! Let's get that ass of yours moving!@@
@@.you;
I wouldn't mind looking at your ass while moving.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, you are in luck! I'm not going to go easy on you, so you will be behind me the whole time!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 19.jpg">
As Linda says that, she pulls down her pants and panties, revealing her ass.
//''Whoa! That's one juicy ass! I can even see her pussy!''//
After giving you a good look her of her ass, she pulls her pants back on.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hope you've got a good look at it! Because you are about to eat dirt!@@
As she says that, she starts jogging. Not wanting to stay behind, you pick up your pace to reach her and match her own.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh? Not interested in ogling at my ass the whole trip?@@
@@.you;
Well, I decided to mix it up today and let you look at mine.@@
And, with that, you pick up pace and start jogging in front of her.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh! No you don't!@@
This causes Linda to pick up pace as well.
<<linkreplace "Keep jogging">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 20.jpg">
After thirty minutes, you reach the woods.
@@.emote;
Linda's breathing is rough@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well... Seems like you do have stamina...@@
Your situation isn't much better than hers.
@@.you;
Told you... That you would be the one watching my ass...@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Then, how about a bet? Winner gets to ask a favor from the loser. Oh, but it can't be related to school.@@
You can't help but grin.
@@.you;
If it can't be related to school, does that mean that everything else is fine?@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Quite the naughty boy, aren't you? It's not like you are going to win anyway.@@
@@.you;
Oh, we will see about that that!@@
You prepare yourself to start running.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name! Check this out!@@
<<linkreplace "Look at Linda">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 21.jpg">
As you look at Linda, your jaw almost falls as she exposes herself, revealing not only her breasts, but also bush.
@@.you;
Whoah! That's s-@@
When you were about to say something, Linda takes off.
@@.you;
W-What?! Hey! That's cheating!@@
Though late, you take off after her.
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You snooze, you lose!@@
//''Oh! I'm not going to give up my favor that easily!''//
You pick up pace and slowly start shrinking the distance between you. Surprised by this, Linda tries to go even faster. Unfortunately, this being a woods, she fails to notice a root.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah!@@
You watch as she hits the root with her leg and falls down. Luckily the ground is soft and full of foliage, with no rocks in sight.
@@.you;
Linda!@@
You rush to her side and notice that she is clutching her ankle.
@@.you;
Are you alright?!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm fine... Just a little bruise...@@
As she says that, she tries to stand up, but stumbles. You react quickly to that and prevent her from falling.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ow...@@
@@.you;
A little bruise my ass! You've sprained your ankle! There's no way you can walk like that!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's fine! I just have to make sure not to put much weight on it.@@
@@.you;
There's no way it's fine!@@
You turn around and crouch in front of her.
@@.you;
Come, I will carry you to the nursing room at school.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What? $player.name, we are a few miles from the school, how are you going to carry me there? You're also tired from running!@@
@@.you;
That's what I should be saying to you! We are a few miles from school! How do you plan on using that foot of yours to get there? You're also very tired! Now stop being stubborn and get on my back!@@
Seemingly surprised by your authoritative shout, she meekly gets on your back.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Sorry for this...@@
As she gets in position, you use your arms to hold up her legs and lean a bit forward. You can feel her breasts against your back and her hot breath against your ear.
@@.you;
Don't worry about it. In times like this, you can really on me.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay... Thank you, $player.name.@@
You can't help but smile at Linda showing you a new side of hers.
<<linkreplace "Take Linda back to school">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 22.jpg">
As you make your way to the school, you can't help but feel fatigued. Your steps that were firm at the start, are now starting to become wobbly.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Are you okay, $player.name? Am I heavy?@@
@@.you;
I-I'm fine... Your weight is mostly your ass and your breasts, so I'm fine.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey! That's not nice! I worked hard for this ass!@@
You can't help but chuckle at that.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
But I'm serious. We are almost there. I think I can walk from here.@@
@@.you;
Nah, just keep still. We are almost there anyway, there's no point in worsening your condition... And aren't we doing this to increase my stamina? I'm sure I will be fit as a bull after this!@@
Even though you say that, you can feel your limit arriving. Even if your are close to the school, it's still a half a mile away.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well... If you are going to keep carrying me... I think I should do this.@@
As she says that, you feel her weight getting off your back for a few moments and when it returns, the softness of her breasts seemed to have increased.
@@.you;
Wait, did you just?@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Think of it as a reward.@@
Having her bare breasts on your back seems to invigorate you, giving you the energy to finish carrying her to the nursing room.
<<linkreplace "Take Linda to the nursing room">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 24.jpg">
You finally arrive at the nursing room. Your breathing is very labored and you are amazed that you haven't passed out.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
We are here! Just put me on top of that bed!@@
You do as she asks. You sit on the bed so that she can let go of you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ow! What's this doing here?@@
You hear Linda picking something up and feel her shifting her body, but you don't have much energy to care, you need to sit down.
@@.you;
Ha... Ha... See... I told you... I could do it... Ha...@@
As you look at Linda, you are surprised to see that she's not wearing her blouse.
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I took it off when you carrying me, to make it lighter.@@
You are not sure how much of a difference a single blouse would make, but it's still nice to see her boobs.
@@.you;
Well, I thank you for that... What's with the stethoscope?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It was on the bed when you put me down on it. Do I look like a doctor with it?@@
You watch as she puts it on her shoulder. But no matter what, your eyes seem to be glued to her huge breasts instead.
@@.you;
I guess?@@
You watch as Linda shuffles around a bit and takes off her shorts.
//''Whoa!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name, could you help me with my shoes?@@
@@.you;
Sure!@@
//''Seems like Linda is not, in anyway, shy of her nakedness''//
<<linkreplace "Help Linda">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 23.jpg">
You kneel down in front of her and first remove the shoe from her good foot.
@@.you;
Okay, I'm about to remove your shoe.@@
You look at her as she nods. You untie it and slowly try to remove the shoe.
@@.emote;
Linda whimpers@@
Because it's a running shoe, it's fit really tight, so taking it off gently is hard.
@@.you;
I'm going to have to remove the shoe lace, okay?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay...@@
You take out the shoelace, while Linda whimpers against from the pain of you moving her foot around.
@@.you;
Okay, one more time...@@
You gently pull off her shoe.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ouch!@@
@@.you;
It's done! Are you okay?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yeah... Open that cabinet, there's some cold spray in there.@@
You open the cabinet and take out a can of spray. You shake it a little bit and notice the it's almost empty.
@@.you;
Seems like it's almost gone. You got quite lucky there.@@
You go back to Linda and spray the area that is sprained.
@@.emote;
Linda winces@@
@@.you;
There! Done! How do you feel?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Much better, thank you, $player.name.@@
As you get up again, Linda taps on the bed.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come, sit next to me. You must be very tired.@@
@@.you;
Ah, thanks.@@
As you sit down next to Linda, you can't help being intoxicated with her smell. You were so focused on bringing her here, that you hadn't even noticed that when you were carrying her. As you look at Linda, your eyes can't help but be sucked in by the gravitational field generated by her massive breasts. All of this leads to your cock engorging.
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Lost something in there?@@
Your attention is pulled back by her. You try to distract yourself by removing your shoes.
@@.you;
Ah, no! Sorry...@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm just kidding! You saved me today, so you can say that you earned it. Hm... And with that said, I do feel like I should reward you...@@
@@.you;
Oh, you don't have to. I did it because I wanted to.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Is that so? Are you sure?@@
As she says that, she puts her hand on your cock. With that, your cock instantly goes from a half chubby to full mast.
@@.you;
W-Well...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Since you've helped me out... I'm sure I could help you too...@@
You can't help but gulp. Unable to fight against your primal desires, you nod your head.
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Then let's see what we are dealing with here...@@
In a single swift move, she fully removes your pants and briefs.
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh, my! What do we have here! Seems like he's quite ready... Well, I guess I shouldn't leave him waiting.@@
As she says that, she pushes your chest, causing you to lay down on the bed.
<<linkreplace "Let Linda help you">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Love Quest 25.mp4" autoplay loop/>
As you lay down, Linda caresses your cock.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
First we have to get this nice and lubricated...@@
You watch as she spits on it and starts jerking you off. You can't help but grunt in pleasure.
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Seems like you are already feeling it. But don't worry, it will only get better from here.@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Love Quest 26.mp4" autoplay loop/>
As she says that, she takes your cock into her mouth.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm!@@
She tries to take it fully, but is unable. Instead, she start blowing you.
@@.you;
Ah! Fuck! You are good at this!@@
Seemingly happy with your compliment, she redoubles her effort. The sound of her sucking your dick echos in the nursing room. After a while, she stops in order to catch a breather.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Geez, $player.name! Your cock is larger than I expected!@@
@@.you;
Don't like it?@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I didn't say I didn't!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Love Quest 27.mp4" autoplay loop/>
As she says that, she takes on your cock once again. This time, you are not able to hold back and end up moaning.
@@.you;
Ugh... Yes... Keep going...@@
As she keeps sucking you, you feel that you are closer and closer to cumming. Not wanting to ruin a good thing, you decide to warn her.
@@.you;
Linda, I'm about to cum!@@
Seemingly spurred by your warning, Linda focuses even more on giving you pleasure.
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Love Quest 28.mp4" autoplay loop/>
Unable to hold back any longer longer, you begin to cum.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm!@@
Taken by surprise, Linda pushes your cock further into her mouth, as if to prevent your cum from spilling out. As you finish cumming, Linda slowly pulls your cock out of her mouth, but stopping at the very end, to give a gentle suckle, making sure to take every last drop. Once finished, she licks your shaft.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
There, completely clean. What did you think? Did you like your reward?@@
With your mind now perfectly clear, you give her an answer.
@@.you;
That... Was... Awesome!@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm glad you enjoyed it. But do make sure not to tell anyone, okay? Can't have people knowing that I sucked off one of my students.@@
@@.you;
Got it... Can I expect more of this in the future?@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Maybe! But we should get dressed now. My leg is feeling good enough for me to walk to my car.@@
@@.you;
Okay.@@
<<linkreplace "Get dressed">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 29.jpg">
As you finish putting your pants back on, you can't help but remember that Linda had pretty much nothing to dress.
@@.you;
Hey, what are you go-@@
When you were about to ask her the question, you were amazed by the fact that she already had new clothes ready.
@@.emote;
Linda winks at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
A woman needs to be prepared.@@
You can't help but grin.
@@.you;
I can see that. I've gotta say, you look hot even when dressing up.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Buttering up to me won't get you anywhere. At least not today.@@
You watch as she gets off the bed and tests her foot.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm... I think I will need a little bit of help. Care to lend me your shoulder?@@
@@.you;
Sure. But I don't mind carrying you.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
No, I think I've been carried enough for today.@@
As she says that, she puts her arm around your shoulder.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come, let's go to the parking lot.@@
You nod your head and make your way to her car. Once you arrive, she lets go of you and kisses you.
<img src="img/Linda/Linda Kiss.jpg">
@@.you;
What was that for?@@
@@.emote;
Linda smiles at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
For everything. You really showed me what you are made of today. And I've got to say, I did like what I saw.@@
As she says that, she opens the door of her car and gets in.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Keep up the good work, and there might just be a spicier school life waiting for you.@@
You can't help but grin at that.
@@.you;
I will do my best.@@
You watch as she nods her head in approval and turns on her car.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I will see you Monday, $player.name.@@
@@.you;
Till Monday, Linda.@@
After your final farewell, Linda drives off.
@@.you;
Man... What a day!@@
As you make your way to the car, you feel that your legs are sore.
@@.you;
But I do hope I won't be feeling this tomorrow...@@
@@.love;
Linda now really likes you@@
@@.love;
Linda loves you a little more@@
@@.corruption;
Linda is a little more corrupted@@
@@.corruption;
You feel more corrupted@@
[[Time to go back home|House][$teacher.lovelevel += 1;$teacher.love += 1;$time.passTime(3); $player.corruption += 1;$teacher.corruption += 1]]
<</ctp>>
<<else>>
<<ctp "RunNoLove">>
<img src="img/Linda/Linda Love Quest 18.jpg">
As you arrive at the location, you spot Linda waiting for you. She waves her hand at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come on, $player.name! Let's get that ass of yours moving!@@
@@.you;
I wouldn't mind looking at your ass while moving.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, you are in luck! I'm not going to go easy on you, so you will be behind me the whole time!@@
As she says that, she starts jogging and you follow her. After the first thirty minutes, she starts to pick up pace.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come on, $player.name! Keep it up!@@
@@.you;
Got it!@@
After another hour, she picks up even more speed.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
We are going for the last spurt! Give it your all, $player.name!@@
As she says that, she starts running back to where you guys started. At this speed, you are sure you will get back in twenty minutes.
//''How much endurance does this woman have?!''//
You can't help but already feel tired, but you still give it your best to keep up with her. After an agonizing run, you finally reach your destination and fall on the ground while panting.
@@.emote;
Linda is panting@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ha... Ha... Nice job, $player.name... Didn't think you would be able to keep up...@@
Unable to answer her, you just give her the thumbs up. You watch as a sweaty Linda stretches.
//''Damn, she looks hot!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I've got a few things I need to finish in my office, are you okay there?@@
@@.you;
Yep... Just going to rest here for a minute... A few minutes.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, keep it up! I'm sure that a few more of these sessions, and you won't have any trouble standing.@@
As she says that, she starts jogging towards the school.
//''Holy... How can she still have energy?!''//
@@.love;
Linda loves you a little more@@
@@.fitness;
You feel fitter@@
[[Rest and drive back home|House][$player.fitness += 1; $teacher.love += 1;$time.passTime(3)]]
<</ctp>>
<</if>><img src="img/Linda/Linda Love Quest 1.jpg">
As you enter the library, you spot Rachel waiting for you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name! I'm glad you could make it!@@
You notice that Rachel is wearing different clothes from what she was wearing this morning.
//''What the...?''//
@@.you;
Rachel, I'm not sure if I'm going crazy, but did you change your outfit.@@
@@.emote;
Rachel smiles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Of course! I thought it would be fun to dress the part! Since we will be studying in a library, I decided to dress like a librarian! What do you think?@@
You give her the thumbs up.
@@.you;
I think you look great in that outfit. Very sexy.@@
@@.emote;
Rachel blushes@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe... Thanks!@@
@@.you;
So, how should we go about this?@@
As you ask that, Rachel puts on a serious face and pulls out four notebooks.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Well, since Linda said we would need to study everything, we should probably start from the beginning!@@
You watch as she lays down the notebooks.
//''Whoa! How has she already filled 4 notebooks with everything?!''//
@@.you;
Hm... Got it, but you didn't need to bring everything, since we are just starting today.@@
@@.emote;
Rachel chuckles@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
What are you saying, silly! This is only the first part!@@
//''The first part?! How many notebooks does she have?!''//
You can feel cold sweat going down your back.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Shall we get started?@@
As she says that, she sits down and opens the first notebook. You can't help but sigh internally at the trouble you brought to yourself as you sit by her side.
After some time, you hear the bell ringing, signaling that it's time to go to class. As such, you help Rachel pack things up.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thank you for studying with me, $player.name!@@
@@.you;
No problem. Like I said, I also need it. Want me to carry it? Seems heavy.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Will you?! Thanks! It is kind of heavy!@@
You can't help but chuckle.
@@.you;
How about just a single notebook next time? We don't really have enough time to go through everything.@@
As you say that, Rachel blushes.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay...@@
@@.love;
Rachel loves you a little more@@
<<set $RachelStudy1 to true>>
[[Finish studying|School][$player.intelligence += 1; $student.love += 1;$time.passTime(1)]]<<if $player.intelligence gte 20>>
<img src="img/Linda/Linda Love Quest 1.jpg">
As you enter the library, you spot Rachel waiting for you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name! I'm glad you could make it!@@
@@.you;
Hey, Rachel. Still using that outfit, I see.@@
@@.emote;
Rachel poses@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe! Like it?@@
You can't help but nod your head.
@@.you;
Yep, looks really good on you.@@
As you say that, you notice her cheeks blushing.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thanks!@@
And with that, Rachel opens her backpack and pulls out a notebook. As you sit down next to her and read through your notes, you are certain that you are now prepared to for the test. As such, you decide to try it on Rachel.
@@.you;
Quick question, Rachel! What is a solvent?@@
Rachel, surprised by your sudden outburst, becomes flustered, but still answers it anyway.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A solvent can be defined as a liquid that can suspend, dissolve or take out other chemicals where they do not perform any chemical change to the material or solvent!@@
@@.you;
Yes! You are correct! Now, you ask me a question!@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Oh! O-Okay! Then... Can you explain the third law of thermodynamics?@@
@@.you;
The third law of thermodynamics states that when a system reaches absolute zero, a minimum value is reached by the entropy of the system. In plain language, this means you can reduce the system to a static state in which no activity occurs by moving it to its relative value of absolute zero.@@
@@.emote;
Rachel becomes excited@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Yes! Exactly! Now it's your turn! Ask me a question!@@
You and Rachel keep asking each other questions related to each other's notes, slowly going through everything you've studied. Eventually, you hear the bell ringing.
@@.you;
And, we are done! I think we are more than ready for any test.@@
@@.emote;
Rachel nods her head.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I think so too! Thank you for studying with me, $player.name!@@
<<if $student.lovelevel is 1>>
As she says that, she gives you a kiss on your cheek. As you look at her face, you can see her blushing.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
A-A reward for helping me!@@
You can't help but chuckle.
@@.you;
Thanks.@@
You help her store her stuff and get up.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I will see you in the classroom!@@
@@.you;
Yeah, I will see you then.@@
As you watch Rachel leave, you can't help but smile.
<<elseif $student.lovelevel is 2>>
As she says that, she closes in on your face and plants her lips on yours. You are taken by surprise, but you still kiss her back. After a few seconds, she pulls back and smiles.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I'm glad that I can depend on you to help me, $player.name!@@
@@.you;
You are very welcome. But you also helped me, so we are even.@@
As you say that, you can see Rachel smiling at you. You help her store her stuff and get up.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I will see you in the classroom!@@
@@.you;
Yeah, I will see you then.@@
As you watch Rachel leave, you can't help but smile.
<</if>>
@@.love;
Rachel loves you a little more@@
<<set $RachelStudy2 to true>>
[[Finish studying|School][$player.intelligence += 1; $student.love += 1;$time.passTime(1)]]
<<else>>
<img src="img/Linda/Linda Love Quest 1.jpg">
As you enter the library, you spot Rachel waiting for you.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name! I'm glad you could make it!@@
@@.you;
Hey, Rachel. Still using that outfit, I see.@@
@@.emote;
Rachel poses@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hehe! Like it?@@
You can't help but nod your head.
@@.you;
Yep, looks really good on you.@@
As you say that, you notice her cheeks blushing.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Thanks!@@
And with that, Rachel opens her backpack and pulls out a notebook. You sit down next to her and study.
[[Finish studying|School][$player.intelligence += 1;$time.passTime(1)]]
<</if>><img src="img/Linda/Linda Love Quest 5.jpg">
As you enter the classroom, you notice that Linda is handing back the tests. You sit down and turn towards Rachel.
@@.you;
Morning, Rachel.@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Hey, $player.name! Good morning! Are you nervous?@@
@@.you;
About?@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
The results of the test!@@
@@.you;
Not really... Are you?@@
As you say that, Rachel looks down.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
I... I got an answer wrong... I had it right the first time! But then I read the question again... And again... And again... And ended up second guessing myself! Now I'm afraid that I got more things wrong!@@
You can't help but raise an eyebrow.
@@.you;
Did you second guess yourself in any other question?@@
@@.emote;
Rachel shakes her head@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
No! ... The time ran out as I was re-reading the other questions...@@
@@.you;
Well, then you should be fine. Like I said, we studied all of that. You will see, trust me.@@
@@.emote;
Rachel nods and takes a deep breath@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Okay... I g-@@
As she is about to say something, Linda stops in front of her.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And here's your test Rachel.@@
You notice that Rachel is shaking, now that the paper is right in front of her.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
D-Did I do well?@@
@@.emote;
Linda smiles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Of course, your score result was 94%. You got one question wrong. Although, from the looks of it, you had the right answer but changed it at the last minute. While looking over the questions is a good thing, second guessing yourself isn't.@@
As Linda says that, Rachel lets out a sigh of relief.
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Then... Did I get the stop score?@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You almost did. You got second place. As for the first place.@@
You watch as Linda turns around and gives you your test back.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
We've got the opposite of you. Congratulations, $player.name, you've scored 96%. Had you payed more attention and went over your answers, I'm sure you would have noticed your mistake and gotten a full 100%. While you didn't ace it, you did come close! So I guess you did back up your claim.@@
You can't help but sigh. You were sure you aced the test, but it seems that you were careless. You wonder how Rachel will react to not being first.
@@.emote;
Rachel smiles at you@@
@@.rachel;
<img src="img/Profile/Rachel.jpg" class="float-left">Rachel<hr>
Wow! You did it, $player.name! Congratulations!@@
//''Of course she would act like that... Girl only has butterflies in her mind...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And with that being said...@@
You watch as Linda pulls a pair of tickets from her bosom.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
This is for you! It's from my favorite airsoft field! I'm sure you will have loads of fun. Especially if you take someone special with you.@@
@@.emote;
Linda winks at you@@
As she says that, she goes back to her desk.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Listen up! We are going to review all of the questions on the test! Make sure to correct your mistakes! Especially you, Diana! I better not see you bomb a second time!@@
//''Someone special...''//
You shift your eyes towards Rachel, as she is focused on Linda teaching.
//''That won't work, there's no way she would be able to play airsoft... Although...''//
You look back at Linda.
//''She did say it was her favorite airsoft field! This is a great opportunity!''//
You can't help but grin.
//''Let's invite Linda! I should make sure to invite her when she's in her office. I better make sure that I'm close enough to her for her to accept it...''//
@@.love;
Linda loves you a little more@@
<<set $GettingResults to true>>
[[Review the test|School][$teacher.love += 1;$time.passTime(1)]]<<ctp "testID">>
<img src="img/Other/School Time.jpg">
As you are messing around, your cell phone plays the alarm.
//''What the... Oh! It's time! I need to go meet Linda!''//
You quickly rush into your bedroom and put on your clothes and some perfume.
//''Great! Now, lets do this!''//
<<linkreplace "Go to the Airsoft Club">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 7.jpg">
As you arrive in front of the Airsoft Club, you can't help but think that these people may take things a bit too serious, considering the images of people in full SWAT gear.
@@.you;
Okay... Let's go in.@@
As you open the door, you can see what can only be described as a sergeant wannabe in the front desk.
@@.you;
Hello? Good afternoon.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Wannabe Sergeant<hr>
Hm... That's a face I haven't seen around. What's your name, Private!@@
At sudden shout, you can't help but strengthen your back.
@@.you;
It's $player.name! ... Sir?@@
You watch as the sergeant wannabe nods his head and comes closer to you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Wannabe Sergeant<hr>
First time in the field of battle?!@@
@@.you;
Yes, sir!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Wannabe Sergeant<hr>
Then I'm assuming that you will be renting the equipment?!@@
@@.you;
Uh... I've got this ticket.@@
You take out your ticket and show it to the sergeant wannabe. As you show it to him, he glares at you.
@@.you;
Hm...? Oh! Sir!@@
As you say that, he nods and takes the ticket off your hand.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Wannabe Sergeant<hr>
Hm... Oh! Then you must be Linda's partner! Why didn't you say it earlier? Welcome to the Airsoft Club! If you go through that door, there will be someone that will outfit you and teach you the basics of how to use a weapon.@@
You can't help but feel confused at the sudden change of tone from the sergeant wannabe. He now seems like a legitimate receptionist.
@@.you;
Uh... Okay...@@
You make your way to the door that he pointed out.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Have a great time, sir!@@
<<linkreplace "Enter the door">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 8.jpg">
As you walk through the door, you stand face to face with Linda, who's wearing fatigues.
@@.you;
L-Linda?!@@
//''Whoa! She looks hot in that outfit!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You are finally here, rookie!@@
@@.you;
Are you going to be the person who teaches me the basics?@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Surprised? I'm actually a partner with this Airsoft Club. That's how I got the tickets.@@
@@.you;
Very. Although, now that I think of it, it kinda makes sense, considering how the sergeant wannabe out there talked about you.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Are you talking about Henry? A lot of the newcomers that come to this place enjoy the whole military thing, so he puts up a show for them.@@
As she says that, she pulls out a trunk and opens it, revealing a full set of fatigues.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
But enough of this, we need to get you ready to play. The battle will start in about 20 minutes. So you will need to put this on.@@
@@.you;
Got it. Where's the changing room?@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Changing room? It's right here. You are in the mock military, there's no such thing as privacy.@@
You can't help but shrug.
@@.you;
Well, I'm not embarrassed by my body.@@
//''And I am looking forward to you undressing...''//
As you say that, you start undressing in front of Linda.
@@.emote;
Linda whistles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I can see that. Seems like all that swimming and running are doing wonders to your body.@@
As you are dressing, you can't help but fire back.
@@.you;
Well, looking at your body, I can tell that it's doing quite well for you too.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Cheeky brat.@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 9.jpg">
As Linda says that, she turns around and puts her foot on top of the Dune Buggie.
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
But you are not wrong.@@
Looking at her body in full display, you can't help but feel your lower body reacting to it. As you finish putting on your fatigues, Linda picks up an Airsoft Rifle and hands to you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
This is the ASG Airsoft HERA ARMS CQR. It has a muzzle velocity of 360 FPS with .20 gram BB's, so it's both accurate and packs a punch. The entire package weighs around four and half kilograms. It has two settings, Full Auto and Semi-Auto. You can use Full Auto when outside with at least 100m distance from your opponent, but you must switch to Semi-Auto at any closer encounter. It could leave a nasty bruise otherwise. Here, hold it.@@
As she says that, she hands you the Rifle. It's heavier than you expected.
@@.you;
Got it... How do I switch between them?@@
Linda comes closer to you and points at the little lever next to the trigger.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
See this? When it's horizontal, it's Semi-Auto. When vertical, it's Full-Auto.@@
@@.you;
I see...@@
You mess around with it to get a feeling.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
During combat, you will be given a 300 pellet magazine with four spares. Now, 1500 pellets may seem like a lot, but this baby can shoot 15 pellets per second in full auto. That means that you can expend a full magazine in 20 seconds flat. Do it five times, and you are out of bullets. While others can lend you their magazines, you will be hard pressed to find anyone that would. So make sure to only use Full-Auto when suppression is needed.@@
@@.you;
Hm... How long does a battle last?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Depends. Anywhere from a half an hour to a few days.@@
When she says that, you can't help but be surprised.
@@.you;
A- A few days?!@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's only for big scale battles. We will be doing a 2v2 format. It's estimated to last about an hour, tops. The battle mode will be elimination format, in a best of 11. You will also only have a single magazine, plus a spare. So you need to make it count.@@
@@.you;
Oh... Okay! I've got the stamina to handle an hour.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Is that so? You must have a very happy girlfriend then.@@
You can't help but grin at Linda's dirty joke.
@@.you;
Oh, I'm not currently dating anyone... But the girls I've been with haven't had anything to complain about.@@
As you say that, Linda laughs out loud.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, we will see about that. Now, come with me. We still have 15 minutes, so I want to see how well you aim.@@
As she says that, she walks towards the shooting range.
<<linkreplace "Practice your aim">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 10.jpg">
As you arrive that the shooting range, you notice that there are a couple of people already present. As Linda spots them, she clicks her tongue.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Mark those two, $player.name. They will be our opponents today. The one training the rookie is Brad. He's an asshole. So, if you get a chance, make sure to shoot him in the balls, okay?@@
You can't help but shudder as Linda says that. As she's talking to you, Brad gets up and stares at the both of you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Well... Well... Well... What do we have here. Did Linda bring a puppy with her today?@@
As this Brad says that, you can hear Linda snarling.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Fuck off, Brad.@@
@@.emote;
Brad raises both of his hands@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Whoa! Seems like I've enraged the mama bear!@@
@@.emote;
Linda glares at Brad@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What do you want?@@
You watch as Brad makes an evil smirk and taps on the rookie's shoulder.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
This boy here is Eric. He's my cousin and just started learning how to roll with us last week.@@
As he says that, this Eric guy gets up. Looking at him, you are sure that he must have either spent some time in the army or is just one of those army fans.
@@.emote;
Linda raise an eyebrow.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Your point?@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Well. Since we both brought rookies. How about a little wager on today's game?@@
@@.emote;
Linda frowns@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Didn't you say your cousin was in the military?@@
You watch as Brad laughs.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Well, if by military you mean kicked out of the military, then yes. He's quite green. But I understand if you are afraid, considering the puppy you will be carrying over there.@@
As he says that, you can't help but frown.
//''What's with this asshole?''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
The hell?! I will have you know that $player.name over here is twice the man you are and will surely kick your cousin's ass! You are so on! What are the terms?!@@
You can see an evil grin on Brad's face.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
If I win, you need to go on a date with me. And I expect to see you in full cocktail dress.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Fine! If I win, you will be responsible for the cleaning and maintenance of the club's equipment for the next month.@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Then it's a deal. Come Eric, there are still a few pointers I want to give you.@@
As he says that, you watch as Brad leaves with Eric in tow. As he's no longer in ear distance, you decide to let out your frustration.
@@.you;
That guy is a massive dick. Who the hell is he?@@
@@.emote;
Linda sighs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Sorry, $player.name. That dickhead is the manager of this club. He's had a crush on me since he started working here. But I don't date assholes.@@
@@.you;
It's fine, but I will definitely get at least a few shots on him.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Glad that you are hyped. But let's check your aim first. See that target over there? From the circle on the ground to the target is 50 meters. Show me what you've got.@@
<<linkreplace "Time for some shooting">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 11.jpg">
You take position and aim down the sight.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's quite the solid stance for a first timer. Just make sure to tuck the butt of the rifle onto your shoulder and use your face to keep it stable while you look down the sight.@@
As she says that, she moves closer to you and adjusts your stance.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Perfect! Now try shooting. It's an airsoft gun, so there isn't much recoil.@@
@@.you;
Got it.@@
You adjust your aim a little bit and make sure the rifle is set to Semi-Auto. Then you pull the trigger once. Your aim is off, hitting off the center, but still on target.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's really good, $player.name! Most rookies tend to completely miss the first shot!@@
You try to keep focus, as you adjust it slightly down and pull the trigger again. This time it hits close to the center.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Very nice! That's close to the middle! I think you might just be a natural at this, $player.name!@@
Keeping a steel grip on the weapon, you lower your body slightly in order to adjust the aim. This time, you hit red.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh! You actually hit red on your third try!@@
Feeling more confident, you pull the trigger again, but this time you end up hitting off center again. You can't help but frown. Seemingly understanding what happened, Linda speaks up.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Airsoft pellets, by their very nature, aren't very resistant against wind. Even the slightest of wind changes can force your pellet to go off curve. Although, I don't expect you to be able to be able to make this minute adjustments. Just hitting the target is enough to disqualify your opponent.@@
@@.you;
Sure... But if I want to get a few bullets to his nut sack, I need to have good aim.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That is true! But we should focus on winning first. Having him doing grunt work will be humiliation enough. Bruised balls is just the cherry on top. Anyway, keep practicing, we have a little less than 5 minutes left.@@
You nod your head.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh, and I will tell you what. If you manage to hit him on the dick, I will reward you.@@
@@.you;
You will? With what?@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I will leave it to your imagination.@@
//''Hell yeah! Now I NEED to shoot him on the dick!''//
You go back to shooting.
<<linkreplace "Check the results">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 12.jpg">
As you look at the results, you can hear Linda whistling.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Let's see... Out of 30 shots, you hit 20 on target... With 3 of them on the red! That's over 70% accuracy at 50 meters! That quite solid for a newbie!@@
You can't help but feel annoyed that a sudden change in the wind caused your pellets to miss the target.
//''The wind sure changes more frequently that one would think...''//
You nod your head.
@@.you;
I think I'm ready to kick some Brad's ass!@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Slow down there, killer. Your primary target is Eric. Brad is a veteran and will rarely be out in the open. You should focus on taking out the newbie, then you can help me take out Brad. That is, if I don't take him out before that.@@
@@.you;
Got it. Shoot the little punk quickly and then aim for Brad's balls.@@
Hearing that, Linda laughs out loud.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Sounds like a plan to me! Now, come. We have a match to win. We will be first going to the second floor so you can see the whole field, then we will go down and get ready.@@
<<linkreplace "To the field of battle">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 13.jpg">
As you look out the balcony, you notice that a few people are shooting at each other.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Once they are done, it will be our turn.@@
@@.you;
Hm... Aren't there more than 2 people on each side?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
They are playing what's called "Capture the Fortress". It's played with anywhere from 4 to 8 players. It's quite intense and not beginner friendly. For newbies, it's better to stick with the true and tested shoot the baddie style.@@
As she says that, she ruffles your hair.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Maybe someday we can play it. I do have a couple of friends that could join us.@@
When you were about to answer her, a huge siren rang.
@@.you;
What the-?!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
The siren signals that they are out of time and need to vacate the field. Come, it's our turn.@@
You nod your head and follow her to the field.
<<linkreplace "To the field of battle">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 14.jpg">
As you arrive, you notice Brad's bald head.
//''Brazzers? What does this dude think this is? A porn game?''//
While thinking that, Brad turns around and smirks.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Well, well, well... What do we have here. Linda and her little puppy. Glad you could didn't run away.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh, shut up Brad. Also, why would we run? You and your little protege are about to get your asses kicked!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Uh? What did you say? I'm about to get my ass licked? Oh my, how kinky Linda. Didn't know you were into that. But you should wait until our date is over.@@
As he says that, he laughs vulgarly.
@@.emote;
Linda frowns@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's sexual harassment, Brad. Keep that up and I will get you fired.@@
You watch as Brad lifts both of his arms, as in surrender.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
I'm just joking around, Linda! You know me! It's just banter! Anyway! We need to get going! Come, Eric!@@
As he says that, he turns around and goes to the other side of the field. As he gets far away, you can't help but exclaim.
@@.you;
Damn... What a dickhead.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm surprised you are taking his taunting so well. I expected you would want to punch him or something.@@
As she says that, you shrug.
@@.you;
I've had my fair share of people looking down on me. Talking back at them really doesn't change anything.@@
And with that, you lift up your weapon and grin.
@@.you;
Actions are worth a hell of a lot more. Let's see if he's still got it in him after this.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, if that's the case, then you better make him pay for looking down on you. But, remember, you should focus Eric. Leave that asshole to me.@@
You nod your head to Linda.
//''There's no way I'm not going to put a few pellets in him...''//
As you think that, you have a wicked grin on your face.
[[Get ready for combat|Airsoft with Linda 2]]
<</ctp>><img src="img/Linda/Linda Love Quest 6.jpg">
As you reach Linda's office, you knock on the door.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come in!@@
As you enter the office, you can't help but notice Linda's tight white dress.
@@.you;
Hey, Linda.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh! Hi, $player.name! Congratulations again on getting first place on the test! Have you already gone to the Airsoft Club?@@
@@.you;
Not yet. As a matter of fact, that's the reason I came by.@@
@@.emote;
Linda raises an eyebrow@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
And what reason is that?@@
As she asks that, you take out one of the tickets.
@@.you;
I don't have anyone to go with me. So, I was thinking, maybe you would like to go?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm... I don't know... I don't think it's right for a teacher to go on a date with one of her students...@@
As she says that, you can't help but feel your heart being swallowed by your stomach.
@@.you;
I-Is that so...@@
As you are about to put the ticket back into your pocket, Linda suddenly takes the ticket out of your hand and chuckles.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm just kidding! You aren't a high school student. No one will care if you take me on a date.@@
As you look at Linda, you can see a huge grin on her face.
@@.you;
Really...?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Of course! And I would love to with you! Thank you for inviting me! It's one of my favorite places!@@
As she says that, you can feel your heart beating again.
@@.you;
Great! Then, how about we go this Saturday? At noon?@@
You watch as Linda puts her hand on her chin and makes a thinking face.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm...@@
@@.emote;
Linda nods@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay, this Saturday it is then. How about we meet there?@@
//''Yes!''//
@@.you;
That's a good idea! I guess you need this then.@@
You hand over one of the tickets. As Linda takes the ticket, her hand touches yours and lingers there for a moment.
@@.emote;
Linda smiles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Thank you for inviting me, $player.name.@@
You feel your face slightly blushing.
@@.you;
You are very welcome, Linda.@@
@@.love;
Linda loves you a little more@@
<<set $InviteLindaAirsoft to true>>
[[Time to go|School][$teacher.love += 1;$time.passTime(1)]]<<ctp "testID">>
<img src="img/Linda/Linda Love Quest 15.jpg">
As you stand in the field, you notice how much more narrow your field of view is.
//''Damn... This helmet really does get in the way...''//
You look over at Linda and notice that she's getting herself in position. As you keep looking at her, you turns her head to you.
You watch as Linda nods her head and then points two fingers to her eyes, followed by pointing in their direction.
//''Focus on them, uh? Okay! I got this!''//
As you hear the short burst of the siren, which signals the start of the round, you immediately get out of cover and try to rush to a closer position.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Wait! $player.name!@@
As you turn your head to look at Linda, you feel a couple of impacts on your chest.
//''Ouch! What the! How can it hurt even with the fatigue?! Wait... I got shot?!''//
And since Linda yelled at you, her position was uncovered and it was only a matter of seconds before she was flanked and taken out as well.
You can't help but feel bad at how badly you played this first round.
@@.emote;
Brad laughs@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Keep it up, Puppy! Another five more and I will be able to check if the carpet matches the drapes! If you know what I mean!@@
As Brad and Eric go back to their position, you get close to Linda.
@@.you;
Sorry, Linda...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's fine, $player.name. This was just your first round, after all. But, do make sure not to expose yourself, okay? While Brad may be an asshole, he's also a very good shot.@@
You nod your head.
@@.you;
Got it!@@
<<linkreplace "Round 2">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 15.jpg">
Both of you get in position again.
//''I won't fuck it up this time... I just need to stay in position...''//
As you hear the short burst of the Siren, you take cover and keep a look out.
//''Good, I didn't get instantly taken out!''//
As you look around, you notice that Linda is slowly moving from one cover to the next. You decide to follow her lead and slowly make your way forward. As you keep your head down and move from one cover to the next, suddenly you hear footsteps behind you.
@@.you;
Linda?@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Not quite, Puppy.@@
@@.you;
Wha-@@
As you turn around with your gun ready, you feel many impacts on your chest and arm.
//''Ouch! Fuck! That hurts a lot!''//
@@.you;
Urgh.@@
As you fall down, you can hear him silently chuckling, not willing to give his position way.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Thanks for the free win. And, hey, if you keep this up, I will even treat you after the game!@@
You can't help but glare at him as he taunts you.
//''I'm going to get you back for this!''//
Seemling ignoring your glare, he looks forward and spots Linda.
@@.emote;
Brad grins@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Seems like she got Eric. Gotta give it to her, she's got fire. Can't wait to douse it with my hose. If you get what I mean.@@
Because of the rules, you are not allowed to move or talk, so all you can do is watch him slowly skulking towards Linda. And, just like that, he's able to put a shot right to her back.
@@.emote;
Brad laughs@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
That makes it two, Linda!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yeah, yeah! I get it! Now go back to your position!@@
You watch as Brad leaves and Linda approaches you. You can't help but feel a pain in your heart for pulling her down.
@@.you;
Sorry, Linda... I fucked up again...@@
@@.emote;
Linda smiles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Don't worry, $player.name! In the end of the day, it's just a game and you should be having fun! I'm sure you will get better. Just make sure to keep an eye out to not get flanked, okay?@@
//''It may be a game, but there's an important wager on it!''//
Unable to answer her back, you just give her a nod.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Also! I've got a plan to get us a point.@@
@@.you;
Really? And what is it?!@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You will see!@@
<<linkreplace "Round 3">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 15.jpg">
As you get in position, you look around and can't help but notice that Linda is nowhere in sight.
//''Linda...?''//
As you hear the siren, you shake your head.
//''Come on, $player.name! Concentrate!''//
You slowly make your way to cover, but this time you keep an eye out on your surroundings.
//''Gotta make sure not to get flanked!''//
As you move from one cover to the next, you spot someone hiding behind an oil drum.
//''Wait! Is that... Eric?! Nice!''//
You can't help but become excited at the prospect of a kill. You move around the cover in order to get into a position where you will be able to shoot him. As you finally get there, you take aim and put your finger on the trigger.
@@.you;
Got-@@
As you are about to pull the trigger, you feel several impacts on your back.
//''Ouch! What the?!''//
As you turn around, you can see Brad grinning.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Seems like you fell for the bait, Puppy! Thanks for making th-@@
Before he can even finish his sentence, he takes several pellets to the back.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Argh! What the!@@
Immediately after, you see Linda jump out from hiding and shooting Eric down, giving your team your first win. As Brad is sitting on the ground, he starts laughing.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Shit! And here I thought I was the only one using my junior as bait! But to think you would use yours as well! Well played, Linda!@@
//''Me? As bait?!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh, shut up Brad. You are focusing fully on $player.name. So, of course I'm going to take this opportunity to take you out.@@
@@.emote;
Brad laughs@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Well, I guess that's true. The Puppy isn't even able to have fun.@@
As he says that, he turns around to you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Sorry, kiddo. I won't be focusing you anymore. Eric will be taking care of that.@@
You can't help but frown as you watch Brad walk back to his side of the field.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Are you alright, $player.name?@@
@@.you;
Was that the plan, Linda? To use me as bait?@@
As you say that, Linda seems a bit embarrassed.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Sorry for that... I knew he would focus you, so I thought it would be a great opportunity to get the kill.@@
You can't help but feel frustrated.
@@.you;
Got it.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You sure?@@
@@.you;
Yeah, don't worry. I get it. Strategy and all.@@
Seemingly taken aback by the venom in your voice, Linda just nods her head and goes to her position.
//''Bait, uh...''//
<<linkreplace "Round 4">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 15.jpg">
As you stand in your position waiting for the siren, you can feel the heat inside of your starting to churn.
//''I will show him...''//
You remember he said that Eric would be taking care of him, which would mean that Brad would focus on Linda.
//''Bait...''//
You can't help but grin. Once you hear the siren, you instantly move into a position where you will be able to keep an eye on Linda. As you remember the humiliation you had in the last three rounds, you can feel the heat in your body starting to rage. You hands, that should be shaking, instead are firm as steel. You can almost swear that your eyesight is better.
//''Just have to wait...''//
From the corner of your eyes, you spot Eric slowly making his way forward, most likely searching for you. You decide to ignore him.
//''Bigger fish to fry...''//
All of a sudden, you hear gun shots. It seems that Eric and Lind are in a shootout.
//''This is my chance!''//
You instantly get out of cover and aim at Brad's location. When he gets out of cover, you pull your trigger and send a burst of pellets his way. At the same time, you feel small impacts on your side. Not caring for that, you keep and eye on Brad and notice that he falls down.
//''I've got him!''//
You raise your arm to signal that you were shot, a look at Linda as she stares at you with a surprised look on her face. She then smiles and nods her head, as she takes cover and starts shooting at Eric. The exchange doesn't last long, before Eric falls to the ground.
As the battle finishes, you spot Eric glaring at you, as he goes back to his position, but not before mouthing to you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
You are going to pay for that, Puppy!@@
You decide to ignore him as Linda makes her way to you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That was excellent, $player.name! What an incredible shot!@@
@@.you;
Thanks, Linda. I think I'm starting to get a hang of this. I won't be dead weight anymore.@@
As you say that, Linda moves her feet, a little embarrassed.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yeah... Sorry for using you as bait back then...@@
You shake your head.
@@.you;
Nah, you were right to do it. There's no point in sparing my feelings if it means losing.@@
You put your hand on her shoulder and grin.
@@.you;
So, how about we bring the pain train to them?@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Pain train? How old were you again?!@@
As she says that, she smiles and nods her head.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yes! Let's show them what we are made of!@@
As you start to make your way to your position, Linda calls to you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh, and $player.name! It was kinda of hot how you shot Brad, while not caring about Eric!@@
You can't help but grin when you hear that.
<<linkreplace "Next rounds">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 15.jpg">
With the score now being 2 to 2, you are now confident are your ability to win.
//''Let's do this!''//
This time you decide to hang closer to Linda as you move forward. After a few moments, you notice a pair that seemed to have the same idea. You pull out your weapon and decide to give them a taste of suppressive fire.
//''Full Auto! On!''//
You press the trigger and you hear the sound of pellets being expelled from the muzzle. As you shoot at them, Linda takes the opportunity to move closer. Meanwhile, you notice that, where there were two, now there's only one.
//''What the?!''//
Before you can even react, you feel impacts to your torso.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Gotcha, P-@@
As Brad is about to gloat, Linda takes him out as well. Unfortunately for her, it seems like Eric took the opportunity to move and get in a better spot, instantly capping Linda.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Damn it! We were so close!@@
@@.you;
Don't worry, Linda. We've got this.@@
As you say that, Linda grins.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Of course we do! Let's get them, Tiger!@@
And with that, she punches you on your arm and goes back to her position.
//''From Puppy to Tiger, uh...''//
You can't help but rub the arm that she just punched.
//''Damn, she punches hard...''//
You make a note to self, not to anger Linda and get punched in the face. And, with that, the rounds start going one after the other.
In round 6, you were able to win by targeting Eric first and then surrounding Brad.
Round 7 ended in a loss. You got overconfident in yourself and ended up tripping on loose debris.
You were able to pull it back in round 8, by perfectly timing a flank with Linda and taking out Eric. While Brad did take you out, Linda was able to finish him off.
Round 9 was a repeat of 8, but this time you guys decided to focus Brad down first. Even though he was taken by surprise, he was able to take Linda down, but Eric wasn't in a good spot to capitalize on your position. You were able to swiftly move and get a shot on him, winning you the round.
Round 10 started off well enough, Eric, that must be feeling frustrated, over extended, allowing you to take him down. Unfortunately, while you focused on Eric, Brad was able to take Linda down. It being you versus Brad, you felt your blood pumping, but it didn't take long until a bullet found its mark on your vest.
<<linkreplace "Last Round">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 15.jpg">
As you stand on your spot, waiting for the siren, you can't help but become frustrated.
@@.you;
Damn it! It was so close! If I had only taken Brad down, it would be our win!@@
You move your head to get a look at Linda, who seems very focused.
//''Can't forget the bet... I have to win no matter what!''//
You shake your head to try and clear it, going back to focusing on the battle. As you hear the siren, you instantly move into cover. Even though it's only been 10 rounds, your movement is much smoother than it was at the start.
As you move, you spot Linda moving on the opposite side of you. You nod your head to her and she nods back, a signal to flank. You carefully match Linda's pace and push forward.
After moving through a few covers, you spot Eric. From his face, you can swear that he is frowning.
//''Well, a free kill is a free kill!''//
You look to the other side and make sure Linda is in position. You both get up at the same time and shoot at Eric, who doesn't even try to fight back.
@@.you;
What th-@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's a trap!@@
As Linda says that, you instantly take cover, but it seemed like the target wasn't you, but Linda.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Argh!@@
As you peek out, you notice that Brad had taken down Linda from a hidden position.
//''It can't be... Did he?''//
@@.emote;
Brad laughs@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Took a page out of your book, Linda! Used my Junior as Bait in order to take you out!@@
You can't help but frown.
//''So that's why he didn't try to fight back, he was frustrated!''//
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Seems like I will win our bet, Linda! Can't wait to see you in that dress! We are going to have a wonderful time after I take out the Puppy!@@
While what he said angers you, your last round with him proved that he's a better shot. If you repeat the same action as the last time, you are sure that it will only result in your loss.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
So, why don't you just give up and show me your belly, Puppy! I will even give you a treat!@@
Even though he's taunting you, you can see that he's slowly moving from one cover to the next, trying to get the upper hand on you. He's surely talking in order to distract you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Man! I can't wait to make Linda my woman! I'm going to treat her reaaal nice! I will make sure to eat her pussy and her ass! Have you ever eaten ass, Puppy? Maybe if the girl puts some peanut butter cream on it?@@
@@.emote;
Brad laughs out loud@@
//''Your woman?!''//
As he claims that Linda will become his woman, something inside of you rages.
//''What did that fucker just say?!''//
Something inside of you feels like it's claiming that, no only Linda, but all the women in the world belong to you. That, at most, he can have your sloppy seconds. You can feel the heat inside of you slowly igniting and spreading through your veins like hot lava.
Even though you think it's odd that, out of everything he said to you, THAT is what riled you up, your mind is enraged to care. You can only think of a single thing.
//''I'm gonna take this fucker down!''//
You feel your body tensing up, as your muscles contract. You currently feel like you could outrun a lion. As your ears perk up, you can hear the slow paces of Brad's footsteps. Taking a peek, it feels that everything is more vivid and, perhaps, slower. You can hear your own heartbeat, it sounds like a drummer rallying his troops for war.
While you are certain that, in your current state, you could take him out, you remember the promise you made to Linda. At this range, at most you would be able to hit his exposed torso.
//''I will get him!''//
Even though you know it's a bad idea, that you should just take him down, you can help but move. Taking the opportunity that Brad opened his mouth to taunt you again, you rush out of cover with an unbelievable speed. While Brad is momentarily surprised, he still shoots at you, but you speed is too high for him to be able to get a shot in before you reach you next cover.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
What the?!@@
Now that Brad is surprised, you rush out again, but this time Brad is ready for you and points his rifle straight at your head and pulls the trigger. If this were a standard rifle, you would be dead. But, because it's an airsoft rifle, the speed of its pellet is much slower, less than a third of a standard rifle.
You push your body to the limit and sidestep where you were and, by the time Brad is able to gather himself, it's already too late, you are within 10 meters with a clear shot... To his dick. Not being able to hold yourself back, you yell.
@@.you;
Yippee ki yay, mother fucker!@@
With a smooth move, you engage into full auto and press the trigger, raining pellets on his nether region.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Argh!@@
As the pellets hit him, he instantly lets go of his rifle and hunkers down, but the damage has already been dealt, so you let go of the trigger. While the fatigues do come with a cup, you are sure that, at this range on full auto, there will be, at the very least, some nasty bruises for him.
Still exhilarated by your victory, you can't help but roar.
@@.you;
Hell yeah!@@
As you lift your arm and rifle in victory, Linda comes running to you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Holy shit, $player.name! That was awesome! I didn't know you could move like that!@@
Unable to hold yourself back, you pull Linda into your arms.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah!@@
And then you kiss her.
<img src="img/Linda/Linda Kiss.jpg">
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm!!@@
While you feel Linda tensing up at the surprise, she slowly gives in to the kiss. Her tensed arms slack as she embraces you and kisses you back. As you are kissing her, you feel all the energy that you spent moving beyond your capabilities starting to take a toll. After a minute, you let go of Linda and grin.
@@.you;
I did it Linda! I shot that fucker on the dick!@@
Linda looks at Brad in surprise and notices that he is still hunkered down, whimpering.
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Good job, $player.name!@@
As she says that, the last of your energy leaves you and darkness embraces you.
@@.emote;
Linda is surprised@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name!@@
<<linkreplace "Pass out">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 16.jpg">
As you open your eyes, the first thing that comes to your mind is how beautiful Linda is. The second one is how your whole body feels like its cramping. And lastly, it feels like someone just unloaded a full auto magazine on your head.
@@.you;
Urgh...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You've woken up, $player.name!@@
You forcibly try to sit up, but Linda stops you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Rest for a bit. I had a doctor examine you and he said that your body is most likely exhausted. Seems like you pushed yourself a bit too much today.@@
As she says that, she hands you a bottle of water.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Drink, you need to stay hydrated.@@
You accept it and slowly drink. As the seconds pass, you feel your body calming down and the pain vanishing. You are, once again, amazed at how your body is capable of restoring itself. As you finish drinking, you can't help but sigh.
@@.you;
Not exactly the best way to end a victory...@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, at least you didn't have to leave in an ambulance.@@
@@.you;
In an ambulance? Wait... Is Brad okay? I was kinda angry at him at the time... So I may have shot him with full auto...@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Don't worry, he won't lose his tiny dick. Just a little bit... Well, a lot of swelling, but he will be fine.@@
@@.you;
That's good to hear.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
But we should do something about you overexerting yourself.@@
@@.you;
Hm...?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
How about you start going on a run with me? I go out every Saturday. That should solve your endurance issue, considering that you are already fit.@@
@@.you;
Sounds good. But, say... Didn't you promise me a reward if I shot him on the dick?@@
@@.emote;
Linda raises an eyebrow@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Considering how you pulled me into your arms and forcefully kissed me, don't you think you already received your reward?@@
@@.you;
That's weird, I could swear you enjoyed it too.@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You're a cheeky one, aren't you? Fine.@@
<<linkreplace "Receive the reward">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 17.jpg">
You watch as Linda pulls straps to the side, revealing her breasts.
//''Whoa!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
For one minute, I will let you play with my breasts.@@
Not willing to waste even a second, you instantly move your hands to her breasts.
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Going straight to it? Well, I do like a decisive man.@@
You fondle her breasts, moving them up and down, left and right, even doing a circle.
//''Even though she exercises a lot, her breasts are so soft!''//
Not being able to hold yourself back, you shove your face into the valley of pleasure and start motorboating them.
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What are you? An old man?@@
Not caring for what she says, you decide to have a taste. You put the nipple in your mouth and suckle on it.
@@.emote;
Linda moans@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Aren't you getting too into it? From an old man to a little baby, geez.@@
Even though she says that, she doesn't do anything to stop you from playing with her breasts. After a while, she puts her hand on your head and pushes you back.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Alright, it's been more than a minute now. You need to stop before I can no longer hold myself back.@@
As you look at Linda's face, you can see that she's clearly flushed.
//''Close... Just a bit further...''//
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Wannabe Sergeant<hr>
Linda! Are you done there? We have some clients here!@@
It seems the thundering voice of the Wannabe Sergeant brings Linda back to reality.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah! Yes! Almost done!@@
You watch as she fixes her clothes and grins at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Naughty boy. We have to get going. But, don't forget, Saturday at Noon I will go for a run, so make sure to wear some good shoes and put on some sunscreen.@@
//''Damn... Missed an opportunity...''//
@@.you;
Okay, got it. This was a lot of fun.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It was, wasn't it? I'm still impressed at how well you adapted! If I didn't know any better, I wouldn't think it was your first time! Let's do more of this some other day, okay?@@
@@.you;
Sure, I would love to.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Great! I still have some issues I need to deal with, so I will see you at school.@@
@@.you;
Got it. I will see you at school then.@@
As you say that, you get up and get ready to leave. As you are leaving, you feel that the corruption in you became stronger.
@@.love;
Linda loves you a little more@@
@@.corruption;
Linda is a little more corrupted@@
<<set $AirsoftLinda to true>>
@@.corruption;
You feel more corrupted@@
<<set $runningshoesbuy = 1>>
[[Time to go home|House][$teacher.love += 1; $teacher.corruption += 1; $player.corruption += 1; $time.passTime(3)]]
<</ctp>><<ctp "testID">>
<img src="img/Linda/Linda Corruption Quest 1.jpg">
As you enter Linda's office, you can't help but stare at her ass.
//''Dayum!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name? Do you need something?@@
@@.you;
Oh, sorry Linda. I got distracted.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I can see why...@@
<<linkreplace "Look">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 2.jpg">
As Linda says that, she gives you a clearer view of her ass. You eyes can't help but widen.
//''DA-YUM!''//
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm sure ogling at my ass wasn't the only reason that brought you here.@@
@@.you;
Oh! Oh, yeah! That! I actually have a few questions and maybe a request.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Is that so? Sure, ask me anything you want.@@
<<linkreplace "Talk about your issue">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 3.jpg">
She turns around and smiles at you. As she does so, your eyes widen again.
//''Get it together, $player.name!''//
You shake your head and focus on Linda once more.
@@.you;
I actually have a few question about Biology. More specifically, Chemical Biology.@@
@@.emote;
Linda puts her hand on her chin@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Chemical Biology? I'm sorry, $player.name. I only teach Chemical Engineering. The most that I know is the little I remember from when I was a student, but that should be outdated by now.@@
You can't help but be disappointed.
@@.you;
Is that so? Are you able to recommend someone?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm... You could try Jasmine. She's a good friend of mine and her PhD was focused on the Biological aspect of Chemistry. She may be able to help you out.@@
@@.you;
Really?! That would be great! Do you think you could introduce me to her?@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Sure. But she is very busy, so she usually only shows up on Fridays.@@
@@.you;
Oh! That's fine! It's nothing urgent anyway!@@
@@.emote;
Linda nods her head@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay, then I will give her a call. She doesn't have an Office, but she can usually be found in the Biology Classroom.@@
@@.you;
Biology Classroom... Got it! Thanks Linda, you are the best!@@
As you turn around to leave, Linda calls you again.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh, and $player.name.@@
@@.you;
Yes?@@
<<linkreplace "Look at Linda">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 4.jpg">
As you turn around, you can't help but gasp at the new sight in front of you.
@@.emote;
Linda winks at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
A little something extra for not being able to help you.@@
As your eyes your eyes are sucked into her breasts, you muster your will to answer her.
@@.you;
No, just recommending someone is already a huge help! But, thank you for the treat!@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm... It does feel nice to be appreciated. Now, go on. Someone might come in.@@
@@.you;
Okay! See you tomorrow!@@
@@.corruption;
Linda is a little more corrupted@@
<<set $LindaJasmine to true>>
[[Time to go home|School][$time.passTime(1);$teacher.corruption += 1]]
<</ctp>><<if $JasmineClass1>>
<<ctp "Jasmine2">>
<img src="img/Linda/Linda Corruption Quest 9.jpg">
As you arrive at the classroom, you spot Linda sitting on the desk again.
//''I wonder if that is something common between hot female teachers... Come to think of it, Linda does the same thing. Not that I'm complaining, though.''//
As Jasmine notices you, she opens a big grin.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Well, well! If it isn't my International Prize for Biology!@@
You can't help but shiver at that.
//''Yep! Huge mistake! Shit... Gotta do something about it!''//
@@.you;
Hey, Jasmine. Any luck on your research?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Actually, yes! You know, first I started by looking through insects! A lot of female insects release pheromones in order to attract males! But, since your are the male in this case... Some male cockroaches and crickets produce a pheromone called seducin from their bodies, on which the females nibble during copulation! Not that I'm calling you a cockroach or anything.@@
As she says that, she chuckles.
//''Seducin? That's quite an on-the-nose name for a pheromone... I wonder if the corruption is something like that? I will have to look that up.''//
As you are lost in thought, you hear Jasmine calling your name.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hey, $player.name!@@
<<linkreplace "Look at Jasmine">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 10.jpg">
As you look at her, your eyes open wide at the sight of her ass.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
What do you think? Feeling horny?@@
@@.you;
Well, I've got to admit that it's a nice ass that you've got there and I would be lying if I said that I wasn't... But why are you doing that?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Testing! We need to know how powerful your pheromones are!@@
//''Hm... That would be a way to solve this issue... Pravitas said that, those who are overly exposed to the corruption, end up as slaves to the corruptor... But should I really do that? I don't want her writing about me... On one hand, that seems a bit extreme... But on the other, I need to know how this works!''//
You nod your head at her.
@@.you;
Okay! Let's test it. But, I've got to say, it will take a lot more than a pretty ass to get me going.@@
@@.emote;
Jasmine chuckles@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Well, look at you Mr. Experienced. Don't worry, I've got far more than just a pretty ass.@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 11.jpg">
As she says that, she turns around and reveals her bosom.
//''Mama mia!''//
You can't help but feel saliva starting to form in your mouth at the prospect of enjoying those breasts.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
So, how do you feel now?@@
As she talks to you, she pulls you back to reality.
@@.you;
Ahem! Yes, that's good and all, but I will need more... Uh... Stimulus... To really get going...@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Is that so...?@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 12.jpg">
As she says that, she finishes taking off her shirt and moves her hand behind her back and unhooks her bra, leaving her breasts on full display. She even goes as far as to hold them up, accentuating their perfect shape. Your body reacts in accordance and you can feel your cock hardening.
@@.emote;
Jasmine grins@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Did it work now?@@
From her smug face, you can clearly tell that she already knows that it worked.
//''Well... Let's put the corruption to the test, then.''//
You nod your head as you approach her. You stop resisting the release of your corruption and decide to go all out. You can tell instantly that, by the flush on her face, the corruption is starting to work.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hm... Yes... I can feel it...@@
@@.you;
It works even better with direct contact. May I?@@
Without even thinking much about it, she nods her head. Without hesitation, you take her breasts into your hand and start fondling them.
@@.emote;
Jasmine moans@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah! Indeed... It's like I can feel the heat coming from your hand and entering me directly... This is very interesting!@@
@@.you;
If you find that interesting, then how about this...@@
As you say that, you press your mouth against her nipple and give it a gentle bite.
@@.emote;
Jasmine moans loudly@@
With your left hand, you massage her breast, while stimulating the other one with your mouth.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Y-Yes! Keep going!@@
You feel like the full release of your corruption is really doing the works on her. As she moans, her hand inevitably goes towards her crotch. You decide to double your effort.
@@.emote;
Jasmine moans even louder@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah! T-This is!@@
As you keep focusing on her breasts, she starts shudder and eventually collapses on her knees while panting.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
T-To think I would cum from someone playing with my breasts!@@
//''Time to put the control part to the test!''//
You take off your pants, your engorged cock standing erect in front of her.
@@.you;
Well, now that I made you cum, it's only fair that you return the favor, right?@@
<<linkreplace "Show her your cock">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 13.mp4" autoplay loop/>
As she stares at your cock, her hands move almost as involuntarily.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Y-Yes... Of course!@@
At first, she slowly strokes your cock, but then she starts to pick up speed.
@@.you;
Wouldn't you like to have a taste of it?@@
As you say that, you can swear that you see saliva starting to accumulate in her mouth.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I-I would...!@@
<<linkreplace "Have her suck your cock">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 14.mp4" autoplay loop/>
As she says that, she instantly takes your cock into her mouth and starts sucking on it. You can't help but groan in pleasure.
@@.you;
Ugh... You are really good at this!@@
Seemingly spurred by your praise, she start to suck on your cock even harder.
@@.you;
Keep this up, and there might be a present coming your way.@@
As you say that, she speeds up the movement of her mouth even more, pushing you ever closer to climax.
@@.you;
Here it comes! Make sure to take it all!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 15.mp4" autoplay loop/>
As you say that, she shoves your cock deep into her mouth. You can even feel the back of her throat.
@@.you;
Yes! That's it! Take it! Urgh!@@
And with that, your cock starts gushing out cum down her throat.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hm!!@@
Seemingly not wanting to let even a drop fall on the ground, she locks her lips around your cock. After you finish cumming, you can hear her swallowing your jizz. She body seems to be shuddering.
//''Did just she cum again?''//
@@.you;
That's it, now make sure that my cock is clean.@@
As you say that, she finally releases your cock and then licks your shaft clean. As you look at her face, you notice a purple haze in her eyes. Clear signs of the corruption working on her.
@@.you;
So, did you enjoy it?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Y-Yes! It was a wonderful cock! I haven't sucked on one in such a long time!@@
@@.you;
Great! But you should really get dressed, can't have people entering the classroom and seeing this...@@
As you say that, it seems like Jasmine wakes up from her daze.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah! Of course! What am I even thinking!@@
<<linkreplace "Watch her dress">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 16.jpg">
As she finishes dressing, she stares at you.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Those pheromones of yours are stronger than I first thought! I can't believe that I came while sucking your cock!@@
@@.you;
Indeed... Do you think that you could, perhaps, not write an article about me?@@
@@.emote;
Jasmine is shocked@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
W-What? But this is an important discovery!@@
@@.you;
Yeah, but it would create problems for me...@@
You look in her eyes and you can clearly tell that she is hesitant, but ultimately she shakes her head and apologizes to you.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I'm sorry, $player.name, but this is very important. And, it's fine, at most you will have a few reporters trying to talk to you. It's not like some federal agents are going to kidnap you or anything.@@
@@.emote;
Jasmine chuckles@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
And I'm sure you will become very famous around the Biology community, especially with the girls that will be wanting to try out your pheromones.@@
//''Damn... It seems like it's still not enough...''//
@@.you;
No, of course. I'm sure it's important. So, can I come back next week?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah! Yes, of course! I will keep looking into it.@@
You nod your head and leave the classroom.
@@.you;
I'm pretty sure that there WOULD be agents trying to kidnap me if word of this got out... I have to make her not write the article the next time... Ah! That's right, Seducin! I need to look it up!@@
You pull out your cellphone and try to find an article about it.
@@.you;
Oh, here it is! Let's see... The male sex pheromone of the cockroach ''Nauphoeta cinerea'' was isolated from adult sternal glands and identified by gas chromatography-mass spectrometry... This pheromone, which attracts females from a distance, is a multicomponent blend... It is composed principally of three compounds: 3-hydroxy-2-butanone (acetoin), 2-methylthiazolidine, and 4-ethyl-2-meth-oxyphenol...@@
You finish reading the article and turn off your phone.
@@.you;
A gas chromatography-mass spectrometry... Would that allow me to identify what the corruption is?@@
@@.corruption;
You feel more corrupted@@
<<set $JasmineClass2 to true>>
[[Leave|School][$player.corruption += 1; $time.passTime(1)]]
<</ctp>>
<<else>>
<<ctp "Jasmine1">>
<img src="img/Linda/Linda Corruption Quest 5.jpg">
As you arrive at the classroom, you spot what is most likely Jasmine, sitting on the desk.
//''Holy! She's hot!''//
@@.you;
Miss Jasmine? It's $player.name. Linda said she would give you a call?@@
As Jasmine sees you, she smiles.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh? So you are $player.name! I've heard quite a lot about you from Linda. Is it really true that you shot Brad in the dick so much that he had to be taken to a hospital?@@
//''Linda told her that?!''//
You can't help but scratch your head.
@@.you;
Yeah... I know it was immature, but I just couldn't hold back after he kept taunting me...@@
@@.emote;
Jasmine laughs@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Nah! Serves that asshole right! You should receive a medal if you were able to castrate him with those pellets! So many poor women that have been trampled by that... Person.@@
@@.you;
Seems like you have quite a grudge against him.@@
@@.emote;
Jasmine chuckles@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Sure I do. I was one of those women. Linda did warn me, but I just really can't resist a bad boy. But, enough about me. Linda said you had questions about Chemical Biology?@@
@@.you;
Ah, yes! That...@@
You take a deep breath.
//''How do I approach this...''//
You are sure that you need answers, but you are also sure that you must keep your situation a secret.
@@.you;
Lately I've felt that I've had some issues with my hormones...@@
@@.emote;
Jasmine raises an eyebrow@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Shouldn't you see a doctor, then?@@
@@.you;
Uh... I don't mean that I have the issues with my hormones, it's more like the people around me have an issue... Uh... How can I explain it. It seems like, when I get horny, the people around me seems to become horny too...@@
You watch as Jasmine looks at you with a skeptical face.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Not saying that I don't believe you, $player.name. And there are animals that are capable of releasing pheromones that lead to their partner entering estrus... But Humans are creatures that breed 365 days a year.@@
//''Yeah... I knew it was a waste of time... I will just have to ask Pravitas or research on my own...''//
<<linkreplace "Say goodbye">><<scrollTop>><<ctpAdvance "Jasmine1">>
<</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 7.jpg">
As you are about to thank her for her time, she suddenly opens her legs, revealing her panties.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Does this make you excited?@@
You can't help but be surprised.
@@.you;
W-What?!@@
@@.emote;
Jasmine grins@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Well, you said that when you become excited, you lead your partner into becoming excited too. I told Linda that I would take care of you, so I can't really just tell you to leave without giving you the benefit of the doubt, now can I?@@
//''Wow! She's nicer than I thought! Maybe I can get her to help me?''//
Since she decided to test you, you decide to test your own control over your corruption. It should work as long as you are close enough to your target.
@@.you;
Can I get closer? It only works when I'm close.@@
@@.emote;
Jasmine chuckles@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Of course. I don't expect for these hormones of yours to reach me way over there.@@
As you approach her, you focus on your corruption. And, at first, she's smiling in a carefree manner. Then you notice her cheeks starting to flush and her eyes starting to glisten. Slowly, she goes from smiling to a state of shock. She immediately gets off the table.
<<linkreplace "Talk to Jasmine">><<scrollTop>><<ctpAdvance "Jasmine1">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 8.jpg">
As she stands there, she looks at you with curiosity in her eyes.
@@.you;
What do you think?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
It's so weird! At first I thought it was an elaborated prank from Linda. But as you stood there, I kept thinking on how nice it would be to have your hard cock up my cunt!@@
//''She really doesn't hold back, does she?''//
As she says that, she starts to inspect you.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Does this... Desire... Become stronger the hornier you are?@@
You nod your head.
@@.you;
I can keep it under control to a certain extent, but that does happen. Oh, but it's just enough to make the other person horny! It can't control them or anything!@@
You can't help but wince when you say that last part.
//''God damn it, $player.name! Don't say the first thing that comes to your mind!''//
@@.emote;
Jasmine laughs@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Of course it can't, silly! It's not like you are some kind of super villain! But this is very interesting!@@
//''Of course I'm not... I'm not, right?''//
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I will tell you what, $player.name. I need some time to research it. So, how about we meet here again? I will be here every Friday at Noon, for some time.@@
@@.you;
Of course! Thank you, Jasmine! This will be a big help! Oh... And, could you like... Not tell anyone?@@
@@.emote;
Jasmine grins@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Of course I'm not going to tell anyone! This is a huge scoop! A human possessing the ability to release pheromones into the air, inducing a state of estrus?! I will certainly make sure to be the first one to write about it!@@
As she excitedly goes to her desk and starts writing something down on paper, you can't help but feel that you made a huge mistake.
//''Should I really have done this? Well, there's no sense on crying over spilled milk...''//
@@.you;
Then I will be going, Jasmine.@@
She's so focused that she doesn't even answer you.
<<set $JasmineClass1 to true>>
[[Leave|School][$time.passTime(1)]]
<</ctp>>
<</if>><<ctp "testID">>
<img src="img/Linda/Linda Corruption Quest 17.jpg">
As you arrive at the classroom, you notice that Jasmine is already waiting for you.
//''Sitting on the table again?!''//
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hey, $player.name!@@
@@.you;
Hey, Jasmine. What do you have for me?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hm... From what I've researched, it seems that your Pheromones, so to speak, affect one of the three estrogen hormones. To be more specific, it affects Estradiol. An increase of Estradiol leads to an increase in Libido.@@
//''Estradiol?''//
@@.you;
How is that possible?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
That's what's weird... Estradiol is, for women, primarily produced in the ovaries... But the reaction is much too fast for that to be the case. Estradiol is basically a cholesterol derivativ... Thus, the only way for the reaction to be this fast, would be a transformation of the cholesterol present in the human body. To be more specific, the cholesterol that's in our blood vessels! But how can that even be possible?!@@
//''Hm... So the Corruption invades the other person's body and transforms their cholesterol into estradiol? Since it's in the blood vessel, does that mean it travels to the brain and that is why they become more open?''//
You know for a fact that what causes you to be able to release these pheromones is that Pravitas mutated some cells in your body to produce a new organ.
//''How does it work exactly?''//
You shake your head. You are sure that the only way to find out about it, will be by talking with Pravitas.
//''At least this gave me a lead! I need to remember to look into this...''//
As you are lost in thought, Jasmine approaches you.
<<linkreplace "Look at her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 18.jpg">
As you look at Jasmine, you are surprised to see her removing her shirt.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
And with that said, we need to experiment some more, to know the effects it has on the body.@@
You can clearly hear the lust in her voice. It seems like the effect of the corruption still remain in her.
//''I also have to convince her to not write a paper about me... Or to tell anyone about it...''//
You take a deep breath and smile at Jasmine.
//''I've got no other choice... Let's make sure she listens to me!''//
@@.you;
Of course! I'm the one that asked this favor in the first place! So, how about you take off that bra and show me some skin?@@
As you say that, you can clearly see a lewd smile growing on her face.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Can't have enough of these, can you?@@
<<linkreplace "Watch Jasmine">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 20.jpg">
You watch as she takes off her bra and starts to fondle her own breasts.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Come on... Aren't you going to touch me?@@
As you look at her, you take one last deep breath.
//''This has to be done!''//
And you stop containing your corruption.
@@.you;
Oh, I'm going to do much more than just touch you.@@
As you say that, you approach her and start fondling her breasts.
@@.emote;
Jasmine moans@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Yes... This is what I was missing...@@
After a little bit, you decide to stop.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
W-What? Why did you stop?!@@
@@.you;
Well, you can't be the only one having fun here, now can you?@@
As you say that, you take off your pants and pull out a chair.
@@.you;
So, how about you service me?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh! Okay! I don't mind! I love the taste of your cock!@@
And with that, she kneels in front of your cock.
<<linkreplace "Let her service you">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 21.mp4" autoplay loop/>
As you stare down at her, she takes your cock into her hands and licks its head.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hm... Delicious!@@
After licking it like a Popsicle, she eventually takes your full cock into her mouth.
@@.you;
Yeah... That's it...@@
As you watch her blow you, you can't help but stare at her breasts.
@@.you;
Say, how about you use those breasts that you are so proud of?@@
With that, she pulls back her head and grins at you.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh? It seems like you are a tits guy!@@
@@.you;
Not at all. I'm a fan of tits, ass, thighs, feet. The whole package.@@
@@.emote;
Jasmine chuckles@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Is that so? Then let me show you what these puppies can do. That may change your mind.@@
<<linkreplace "Let her keep servicing you">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 22.mp4" autoplay loop/>
You watch as she lubes your cock one more time, before placing it between her breasts. The way she does it shows you that she's quite experienced at it.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
There... Now I just have to...@@
And, with that, she presses her breasts around your cock and starts jerking it. You can immediately feel the pleasure of having them gently caressing your dick.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hm... Like this...@@
As she moves her breasts, your cock seems to not want to behave. An idea comes to your head.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Why don't you hold my dick and I will use your breasts?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh! Are you the naughty boy?@@
As she takes a firm grip on your cock and places it between her breast, you take a handful of them in your hand.
@@.emote;
Jasmine moans@@
You move them up and down your dick, but you quickly notice that Jasmine is growing restless.
@@.you;
What's the matter?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I... I need your cock, in me!@@
<<linkreplace "Watch her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 23.mp4" autoplay loop/>
As she says that, she lets go of your cock and gets up. In a swift motion, she takes off her panties and stands over you.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah...@@
You watch as she takes your cock and lines it up with her pussy. Once aligned, she plunges downward.
@@.emote;
Jasmine moans loudly@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah! Yes!@@
As she moves her hips, you decide to have some fun with her ass.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hm... Yes! Fondle my ass while I fuck you!@@
//''I don't think letting her take control is the right move...''//
Using your core strength, you pick her up while she still is bouncing on your cock.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
W-What?!@@
Without answering her, you lay her on the table.
<<linkreplace "Take charge">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 24.mp4" autoplay loop/>
Once she's laying on the table, you take charge and start fucking her.
@@.emote;
Jasmine moans even louder@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah! Yes! Fuck me harder, $player.name!@@
You can feel the heat coursing through your veins. It seems like the corruption is in full effect now. As you move your hips, you once again pick her up and turn her around, with her body now leaning on the table.
<<linkreplace "Convince her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 25.mp4" autoplay loop/>
As you are plunging your dick into her, you start to feel her walls contracting. A clear sign that she's about to cum. You stop your thrusting.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I-I'm about to cum! Ah! Ah? What? Why did you stop?!@@
@@.you;
I've actually got a favor to ask you.@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
What? Do you want to cum inside of me? Go ahead! Just keep moving!@@
As you look into her eyes, you can clearly see the purple haze in them, much ticker than before. She's desperate for pleasure, willing to do anything for it.
//''Is this how the corruption controls others?''//
@@.you;
What I want from you, is that you don't write the paper about me and I also don't want you to tell anyone what I told you.@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
W-What?! But it's an important discovery! I-I need to write a paper about it! But I won't tell anyone it was you! I will keep it a secret who it was about! Just, please keep fucking me!@@
@@.you;
No. If you can't promise me that you won't write the paper, then I will stop right here. I will also never fuck you again.@@
You can clearly see her struggling with that. On one hand, he desire to be recognized by the community and the fame of discovery. On the other hand, the pleasure she's feeling. The choice would be obvious if she were in a clear state of mind. But, from the look in her eyes, you are sure that she will only make a single choice.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
F-Fine! I won't write about it and I won't tell anyone! Just make me cum!@@
@@.you;
Deal.@@
And with that, you move your hips vigorously. The sudden movement pushes Jasmine across the edge.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I-I'm cumming!@@
As she cums, you keep pounding her pussy.
@@.emote;
Jasmine moans loudly@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
No! If you keep doing that! I- I-!@@
Ignoring her, you maintain your pace.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I'm cumming again!@@
Even though she came a second time, you keep pumping her with your cock. And this continues for the next fifteen minutes, until you are no longer able to hold back.
@@.you;
Urgh!@@
As you cum into her, you release her hips, causing her to collapse on the floor, panting.
<<linkreplace "Finish">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 26.jpg">
After a while, you put your pants back on and look at Jasmine.
@@.you;
I have your word, right?@@
As Jasmine looks at you, you can clearly see the worship in her eyes. In this state, she would probably do anything you asked.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Of course! Anything! You will fuck me again, won't you?@@
@@.you;
As long as you keep your word...@@
As you say that, you think of another thing.
//''Pravitas was able to make me forget about the dreams... Can I do the same here?''//
@@.you;
Also, you won't remember what we talked about.@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Yes! I won't remember what we talked about... You will fuck me again, right?@@
@@.you;
Yes, of course.@@
While it does feel weird to control someone, there's an unexpected dark pleasure that you feel.
//''I should make sure to follow up with Linda...''//
@@.corruption;
You feel more corrupted@@
<<set $JasmineClass3 to true>>
[[Leave|School][$player.corruption += 1; $time.passTime(1)]]
<</ctp>><<ctp "testID">>
<img src="img/Linda/Linda Corruption Quest 26.jpg">
As you walk into Linda's Office, you spot her sitting on her desk.
@@.you;
Hey, Linda.@@
@@.emote;
Linda glares at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name... I heard about you from Jasmine.@@
As she she says that, a chill runs down your spine.
@@.you;
W-What did she way?@@
You watch as Linda gets off the desk and walks towards you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You know damn well what I'm talking about.@@
//''Shit! Did the corruption not work?! Did she tell Linda about my pheromones?!''//
You can't help but break in cold sweat.
@@.you;
I... I don't?@@
<<linkreplace "Look at Linda">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 28.jpg">
As you say that, Linda reaches you and pulls your tie, while pointing her finger at your chest.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Then let me spell it out for you.@@
//''God damn it! What should I do? Should I run? Attempt to corrupt her? But it didn't work on Jasmine!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You went to Jasmine to ask questions and decided you wanted to fuck her, in the classroom.@@
@@.you;
No! Wait! I can explain! It's not t- Uh? Wait? What?@@
@@.emote;
Linda frowns@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You heard me! You said you wanted to ask questions about Chemical Biology, so I asked my friend a favor. But it seems like what you wanted was to fill her with your Biological Chemicals!@@
//''Wait! So it did work! Jasmine didn't tell her what I asked! But it seems she still remembers that we had sex... Wait, why did she tell that to Linda?''//
@@.you;
I-I'm sorry? It just kind of happened.@@
@@.emote;
Linda crosses her arms@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hmph! I didn't know you were that desperate to get laid, considering that you took advantage of that old slut.@@
//''Jesus! She's being really aggressive! Wait a minute...''//
@@.you;
Are you, perhaps, jealous?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What? Me? Jealous? Please! Why would I be jealous of that old bag of bones?!@@
You can't help but grin.
@@.you;
True, after all, you are far more beautiful than her, and sexier too.@@
@@.emote;
Linda is surprised@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
H-Hey! I'm still pissed at you, got it? You won't weasel your way out of this by flattering me.@@
@@.you;
Is it really flattery if I'm saying the truth?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, of course I am. I'm sure you would rather have had your way with me than with her.@@
@@.you;
Well, you certainly are better than her, appearance wise... But she's quite good at having sex.@@
@@.emote;
Linda frowns at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm better than her in bed, too.@@
//''She's quite insistent... I wonder if they have some kind of rivalry going on?''//
@@.you;
Well... I will admit that I was quite impressed by your blowjob... But I have no way of knowing anything else...@@
You watch as Linda glares at you and marches towards the door.
//''Fuck! Did I go too far?!''//
As you are about to turn around and apologize, you hear the sound of the door locking.
<<linkreplace "Look at Linda">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 29.jpg">
As you turn around, you see Linda undressing.
//''Whoa!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Since you've pushed me this far, I sure hope you capable of satisfying me. Be aware that your performance here will reflect on your final score.@@
//''So much for professionalism... But it does seem that she's motivated by the prospect of a challenge. I can probably use that to my advantage.''//
Even though she says that, you can't help but grin even more.
@@.you;
Oh, I'm sure I can. The question here is, can you?@@
@@.emote;
Linda snorts@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Don't get ahead of yourself, $player.name. Just because you are slightly handsome and fit.@@
You can't help but raise an eyebrow at that.
@@.you;
Slightly?@@
You decide to follow her example and take off your shirt, exposing your toned muscles. Thanks to Pravitas mutation, even the structure of your face was slightly altered to be more symmetric, making you more handsome in the process. You decide to flex in front of her.
@@.you;
You call this, slightly?@@
For some reason, you are getting fired up by the challenge.
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Sure, you may have some nice muscles on your arms, but don't let your mouth write a check that your hips can't cash. I've seen many fit guys crumble in minutes. Especially those that became fit through other means.@@
//''Oh? She's taunting me now?!''//
@@.you;
If you are so sure of yourself, how about we make a bet. Whoever cums first will be able to give the other an order. Since we weren't able to finish our bet during our run, I think it would be only fair. Exception still stands that it can't be related to school.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh! You are so on! So, who's going to start first?@@
Not able to hold back any longer, you undo your zipper and show her your cock, that is hanging at half mast.
@@.you;
I will give you a handicap. You can start by sucking my dick. You have five minutes.@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What, do you think I gave it my all last time? Then you are in for a surprise!@@
<<linkreplace "Let Linda do her thing">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 30.mp4" autoplay loop/>
As Linda says that, she kneels in front of you and takes your cock into her hand.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I wonder if you will cum without me even having to suck you off?@@
As she strokes it, your cock becomes harder and harder, eventually reaching full mast.
@@.you;
Not at all. I've got a lot of experience with hands.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Your own, I'm sure.@@
As she says that, you can't help but feel a little bit embarrassed.
@@.you;
That's besides the point.@@
You watch as Linda strokes your cock, and one minute becomes two.
@@.emote;
Linda frowns@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Seems like you are more resilient than I thought. So be it.@@
<<linkreplace "Let Linda do her thing">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 31.mp4" autoplay loop/>
As she says that, she takes your cock into her mouth. You can't help but groan in pleasure.
@@.you;
Urgh...@@
//''Damn it! Hold it together, $player.name!''//
Not even taking a second to pause, she instantly uses her hand to stroke your shaft while licking and sucking on the tip of your dick. This sends shivers up your spine.
//''Whoa! She wasn't kidding when she said she hadn't given her all!''//
Even then, you endure the fierce pleasure you are feeling. And, thus, two minutes becomes three, then four. Noticing that you are not cumming, Linda doubles her efforts.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm!!@@
//''Oh, shit!''//
You can't help but get a hold of the table and tightening your toes.
//''Come on! Almost there!''//
You look at the clock and the seconds are ticking. Once it reaches five minutes, you instantly try to pull your cock out of her mouth, but she holds it in a vice.
@@.you;
Hey! No cheating! It's been five minutes!@@
You watch as Linda frowns and lets go of your cock.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hmph! Seems like you are better than I thought. Not many men can say they lasted that long in my mouth.@@
//''I can see why! Thank God that I made it five minutes instead of ten! Hell, I don't think I could last six!''//
As you look down at Linda, you can't help but grin.
@@.you;
It's my turn now.@@
You tap the table.
@@.you;
Take off your skirt and panties, because I'm about to rock your world.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Don't be overconfident, just because I praised you a little bit.@@
As she says that, she swiftly gets out of her skirt, along with her panties. She then lays on the table, giving you a clear view of her pussy.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hope you know your way around a girl.@@
@@.you;
Oh, you will see...@@
<<linkreplace "Lick her pussy">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 32.mp4" autoplay loop/>
As you start to lick her pussy, you can't help but release a bit of your corruption.
@@.emote;
Linda moans@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Y-You are better than I thought!@@
Focusing on the task at hand, you move your tongue up and down, left and right, making sure to tease her clit every once in a while. And with that, one minute becomes two, then three, then four.
@@.emote;
Linda moans loudly@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I-Is that all you've got?!@@
You decide that it's time to pull out your secret weapon. As you focus on her labia with your lips and tongue, you use your hand to tease her now engorged clit.
@@.emote;
Linda moans very loudly@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
N-Not enough!@@
You are certain that she's about to cum, all you have to do is give her a final push. But, all of a sudden, your head is pushed backwards. You end up frowning as you look at Linda.
@@.emote;
Linda is panting@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Five minutes! No cheating!@@
You can't help but laugh at that.
@@.you;
Well, now what?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What do you mean, now what?@@
<<linkreplace "Watch Linda">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 33.mp4" autoplay loop/>
As Linda says that, she gets off the table and presents her ass to you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Since you've already made me nice and wet, I may as well make you cum with my pussy. Unless you are too much of a chicken to stick it in.@@
You watch as Linda shakes her ass, inviting you in.
//''Chance!''//
@@.you;
You've just fell into my trap! There has yet to be a woman that I haven't made cum with my cock!@@
As you say that, you take a hold of her ass cheeks and line up your cock with her pussy.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
We will see about t-@@
Before she can even finish talking, you shove your cock into her.
@@.emote;
Linda moans@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
A-At least let me finish!@@
<<linkreplace "Fuck her faster">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 34.mp4" autoplay loop/>
Not caring for her words, you decide to take advantage that she was close to cumming from you licking her pussy. You immediately start thrusting hard and steadily.
@@.emote;
Linda moans loudly@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
W-Wait! I'm still sensitive down there! You are supposed to start slow!@@
@@.you;
You know what they say! The early bird catches the worm! Or, in this case, the wet pussy catches the mighty cock, that will make it cum!@@
With that, you keep thrusting your hips with reckless abandon.
@@.you;
Who's got the weak hips, Linda? It's only a matter of time.@@
You watch as Linda stifles her moans and tries to hold herself back. She's fully focused on not cumming.
@@.you;
Oh, no you don't!@@
You get a handful of her hair and pull her head up, breaking her concentration.
//''Almost there!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
D-Damn it! It's not fair! You are controlling the pace! $player.name, get off!@@
Caught by surprise by her sudden outburst, you pull back.
@@.you;
What?@@
Suddenly Linda gets up and shoves you, causing you to sit on the chair.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Here's some payback!@@
As she says that, she stands over your legs and takes your cock into her hands.
<<linkreplace "Prepare yourself">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 35.mp4" autoplay loop/>
All of a sudden, she plunges herself down on your cock, causing you to groan in pleasure.
@@.you;
Urgh!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
How do you like that, uh?@@
As she says that, she keeps bouncing up and down. Her movements are clearly tailored towards your own pleasure and not much her own.
//''Crap!''//
You were already not that far from cumming and, if this keeps up, you would end up losing.
//''Not that it would be a bad thing, but I want that favor!''//
Mustering all the power in your body, you shove your arms under her legs and swipe her up.
@@.emote;
Linda is surprised@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
W-What are you doing, $player.name?!@@
You get off the chair and lay her ass on the table. You decide to lift up her legs, giving you a clear line towards your end goal.
@@.you;
Take this!@@
<<linkreplace "Fuck her hard">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 36.mp4" autoplay loop/>
Now that you are in firm control, you quicken your pace and slam your hips against her ass.
@@.emote;
Linda moans loudly@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Not so hard!@@
You ignore her and keep pumping her over and over again.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah! No! S-Stop! I- Shit! I'm cumming! Ah!@@
As you thrust your hips one last time, you can feel her walls contract, trying to milk you for all you've got.
//''Shit! If I cum like this, she will call it a draw!''//
Going against your impulse to cum deep into her womb, you pull out your cock. Not wanting to stay on top of the table, Linda gets off of it and collapses on the floor.
@@.you;
It's my win! Now, receive my load!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 37.mp4" autoplay loop/>
As you say that, you move towards her face and start stroking your cock. Almost as if by instinct, Linda opens her mouth wide. Not being able to hold back any longer, you start to cum.
@@.you;
Urgh!@@
You unload what feels like weeks of cum on her face and mouth. Looking at her caked face, you can't help but grin.
@@.you;
Damn, you look beautiful with all my cum all over your face.@@
@@.emote;
Linda snorts@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You got lucky that I hadn't had sex in a while, or you would have lost.@@
@@.you;
Seems like the whining of a loser. How about cleaning the winners cock?@@
Even though Linda glares at you, she still takes your cock into her mouth, making to sure to suck the last bit of cum out of it, before licking the shaft.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
There. Satisfied?@@
@@.you;
Considering how hard you came, I could say the same to you.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I suppose.@@
<<linkreplace "Talk to her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 38.jpg">
As Linda says that, she sits back down on her chair, not even bothering to clean her face.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I've go to hand it to you, $player.name. When Jasmine said that you made her cum like crazy, I honestly didn't believe her. That old slut hadn't seen a cock in so long, that even a jacuzzi could make her cum.@@
@@.you;
Thanks? But did her taunting you about it really make you want to have sex with me?@@
@@.emote;
Linda laughs and grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Of course not! I was honestly holding myself back. Since I'm your teacher and all that. But, since you went ahead and fucked another teacher, there was no need to hold it back any more, was there?@@
@@.emote;
Linda shrugs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Being able to tell Jasmine that you prefer my pussy over that dry void of hers, is just the cherry on top of the icecream.@@
@@.you;
Oh? Does that mean you are fine with me fucking you every once in a while?@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What are you, some kind of horny teenager? Behave yourself, $player.name. But, yes. If the opportunity presents itself. Now, leave. I need to clean myself.@@
//''Nice!''//
@@.you;
Got it. I had a lot of fun.@@
@@.emote;
Linda smiles at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Same here. I haven't cummed that hard in quite a long time. I've got to hand it to you, your hips aren't just decoration.@@
You can't help but laugh at that.
@@.you;
Flatter me all you want, I still won. That means you need to obey an order of mine.@@
You watch as Linda clicks her tongue.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Tch... Fine, what is it you want?@@
@@.you;
Right now? Nothing. I will need to think about it. See you tomorrow, Linda.@@
//''Maybe I should look for her on Saturday, Noon. That's when she goes out for a run... That would be interesting!''//
@@.corruption;
Linda is a little more corrupted@@
<<set $LindaStella to true>>
[[Time to go home|School][$time.passTime(1);$teacher.corruption += 1]]
<</ctp>><<ctp "testID">>
<img src="img/Other/Hiking Trail.jpg">
You arrive that the usual hiking spot that Linda goes for a run.
@@.you;
That's odd... Linda is usually here at this hour... Well, I did want to surprise her, so it's possible she just didn't come today... Now what?@@
You look around and start stretching.
@@.you;
I'm already here anyway... May as well exercise...@@
As you are stretching, you suddenly hear the sound of something falling, followed by a yelp.
@@.you;
What?!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Owww!@@
From the sound of it, it seems someone is hurt.
<<linkreplace "See who it is">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 39.jpg">
You rush towards the direction that you heard the noise and, right over the cliff, you spot a girl sitting on a rock.
@@.you;
Hello? Are you okay? I heard something falling then someone screaming.@@
As you say that, the girl notices you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Oh! Hi! I... I think I must have hurt something when I fell down...@@
@@.you;
Is that so? Do you need help?@@
You watch as the girl looks you up and down. Most likely evaluating if you are someone who's dangerous or not.
@@.you;
If you don't need any help, then I will be on my way.@@
As you say that, you turn around and start walking.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
N-No! Wait! Please help me! I think I twisted my ankle and I don't think I can get back home on my own!@@
You face the girl again.
@@.you;
Really? Want me to check your leg? I have basic medical training. I'm $player.name by the way.@@
//''From watching videos on the Internet!''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Seriously?! That would be a big help! My name is Stella! Nice to meet you $player.name!@@
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 40.jpg">
You kneel in front of her and take her leg into your hands.
@@.you;
Tell me if it hurts.@@
You start up on her thigh and give it a good squeeze.
@@.emote;
Stella moans slightly@@
@@.you;
Did it hurt?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
N-No... But shouldn't you check my foot?@@
@@.you;
Uh... Ahem... No, we need to check the whole leg, since we never know what may have happened, right?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Okay...?@@
You continue your "inspection", slowly making your way down her leg.
@@.emote;
Stella moans softly@@
You can't help but grin as she reacts to your touch. Once you reach her ankle, she yelps.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ow!@@
@@.you;
Hm... Yep, your ankle is swollen. Can you try standing on it?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I will try...@@
<<linkreplace "First">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 41.jpg">
You watch as she slowly stand up and shifts her weight towards her good leg.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ow... I... I think I can maybe walk, with some help...@@
She looks at you with expecting eyes, but you shake your head.
@@.you;
No, that won't do.@@
@@.emote;
Stella frowns and pleads@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
You won't help me walk? Come on, please! It's very hot and I don't want to get a heatstroke!@@
@@.you;
Oh! That's not what I meant. I said it won't do for you to walk on that leg. From the looks of it, you just barely sprained it, so it's swollen. As long as you don't put weight on it, it should be fine in an hour or so. As such, I will just carry you. If you don't mind, of course.@@
@@.emote;
Stella is surprised and flustered@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Y-You are going to carry me?! But you don't even know me! It will take almost an hour to walk to my house! Can you even do it?@@
You can't help but chuckle at her reaction
@@.you;
Believe it or not, I've got a recent experience carrying someone with a twisted ankle and I was in a far worse condition than I am now. Also, carrying someone light as you will be no different than carrying a hiking backpack. How much can you possibly weight? Forty or so kilos?@@
You watch as Stella turns her face away.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I'm a bit heavier than that... But not much! But, why are you going so far out of your way to help me?@@
You shrug.
@@.you;
Well, what can I say. I have a soft spot for helping damsels in distress.@@
@@.emote;
Stella laughs@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Damsels in distress? Aren't you watching too many movies? But I do fancy myself a damsel... And I am in distress... So... Will you really help me?@@
@@.you;
Of course.@@
As you say that, you turn your back to her and crouch down.
@@.you;
Hop right on.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
O-Okay... But make sure to tell me if I'm too heavy, okay? Also, don't drop me.@@
As she says that, you feel something massive being pressed against your back.
//''What the?!''//
The sports bra really didn't do justice to her breasts. You are sure they must be huge.
@@.you;
Don't worry, I've got this. Now, where to?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
That way.@@
<<linkreplace "Carry Stella home">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Hiking Trail.jpg">
You start moving, while carrying Stella. Since she's gone quiet ever since you started moving, you decide to make small talk.
@@.you;
So, Stella. What brings you here? I don't think I've ever seen you around these parts.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Well, it's because this is the first time I came here... A friend of mine invited me to be a part of her team in a tournament and, while we were talking, she asked me if I wanted to join her on a hike. When I got ready for the hike, she called me saying she had to cancel it, due to something happening. I thought it was a shame, since I was already ready to leave, so I just came on my own...@@
@@.you;
I see... That explains it. But how did you fall? You don't seem like the clumsy type.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah! It's kind of embarrassing... While I was running, I saw a cute rabbit hopping about...@@
@@.you;
So you got distracted and missed your footing?@@
@@.emote;
Stella becomes embarrassed@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Yeah...@@
@@.you;
So, what color was it?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
What?@@
@@.you;
The cute rabbit. What color was it?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! It was black! It had such beautiful fur! And-@@
You continue carrying her as the both of you talk about the rabbit, then animals in general. You quickly learn that Stella is close to graduating college. Her dream seems to be becoming a Vet that takes care of stray animals. She eventually talks about how her dog is a rescue and that she feels sorry whenever she sees strays.
As the small talk continues, time seems to fly by and Stella completely opens up to you, with a little help of your corruption. Eventually you reach a house.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! That's my house!@@
You can't help but gasp at how large it is. It looks more like a mansion than a house.
@@.you;
You live there?!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Well, not really. I'm staying here until I graduate. My parents rented it for that purpose.@@
@@.you;
How do you even clean it?@@
@@.emote;
Stella chuckles@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Clean it? There's a maid that comes once a week to do the house keeping. I just have to clean up my own mess.@@
//''A maid?! I could guess that she was rich just by looking at the house. But a maid?!''//
@@.you;
Is it fine if I just walk up to it?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Of course! I've left the key under the plant pot in front of the door.@@
@@.you;
Got it...@@
<<linkreplace "Carry her to her house">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 42.jpg">
As you enter the house with her, you slowly put her down.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Wow! I can't believe you actually were able to carry me all that way!@@
You watch as she looks you up and down. She seems to be impressed with what she sees.
@@.you;
I told you, didn't I? Also, how's the foot?@@
As you say that, she carefully puts pressure on her foot and winces.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Much better, but still sore...@@
@@.you;
Then you should take a hot bath. A hot bath allows for a full-body release as all your muscles are thoroughly warmed and relaxed. The warm water loosens spasms and releases tension from surrounding muscles that may have been compensating for your injury.@@
//''Thanks again, random Internet post that I've read!''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh, really?! Then it's lucky that I have a big bathtub!@@
//''I would actually be more impressed if this house DIDN'T have one...''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Speaking of which! Where are my manners?! You must be tired! How about some water? I've got some bottled water in the fridge!@@
//''Must be nice being rich... No need for tap water.''//
@@.you;
Thanks. I'm very thirsty.@@
@@.emote;
Stella smiles@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
This way!@@
You watch as she slowly makes her way to the kitchen, making sure to keep her weight off her bad foot.
<<linkreplace "Follow her to the kitchen">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 43.mp4" autoplay loop/>
As you arrive at the kitchen, she opens the refrigerator and starts looking for the water.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Let's see... Do you prefer it carbonated or straight?@@
Your eyes can't help but become glued on her wiggling ass.
//''Not only huge boobs, but a huge ass as well!''//
@@.you;
Uh, straight is fine...@@
Even though you answer, your mind is firmly focused on her butt.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Okay! I've got some alkaline water here! I've heard it's good for you, since it balances the acids in your stomach!@@
<<linkreplace "Receive the water">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 44.jpg">
As she says that, she quickly takes out the water bottom and turns to hand it to you. This catches you by surprise. You are sure she noticed you were ogling her ass.
@@.emote;
Stella grins@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Do you like it?@@
You can't help but stutter.
@@.you;
W-what?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
The water! Do you like it?@@
@@.you;
Oh! Yes! It's very good! Very good indeed!@@
You say that as you pop open the top and chug it.
@@.emote;
Stella giggles@@
//''It seems she didn't mind me looking at her ass... No... It's more like she enjoyed it?''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Well, I'm going to go take that hot bath. Please, stay around for a minute while you rest.@@
@@.you;
Okay?@@
As she says that, she makes her way way to the bathroom.
//''Odd... Shouldn't I be leaving now?''//
You sit down on the chair and drink your water.
@@.you;
Damn! I didn't noticed it last time, but this is really great water?!@@
You are impressed on how tasty the water is, even though it's completely tasteless.
@@.you;
Maybe this is what they call refreshing?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
$player.name! I forgot to bring my towel! Could you bring it for me? It should be on the counter!@@
//''What?''//
As you look around, you notice that, indeed, there was a towel on the counter.
//''Did she forget it there? But how? It wasn't there when I got here... Did she leave it there on purpose?''//
@@.you;
Okay! Just one sec!@@
<<linkreplace "Bring her the towel">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 45.jpg">
As you take the towel and open the door to that bathroom, you stand face to face with a starked naked Stella.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Sorry, $player.name... With my foot like this, I didn't want to risk leaving the bathtub and slipping...@@
@@.you;
Oh, no problem. But are you sure it's fine for me to be here? With you being naked and all that.@@
@@.emote;
Stella chuckles@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I don't mind. Speaking of you being here... Now that I take a closer look at you, you are all sweaty! Say, don't you want to join me?@@
//''She's really going hard... Did I use too much corruption by mistake? Should I really take advantage of her in this state?''//
@@.you;
I... I don't know...@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Come on! I still haven't thanked you for helping me out!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 46.mp4" autoplay loop/>
As she says that, she gets a hold of your pants and pulls you in closer.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Or... Maybe you don't think I'm pretty? Is it because my breasts are kind of saggy?@@
You look at her face and you can see she's hurt by the fact that you seem to be rejecting her.
//''Shit... She didn't look like the slutty type. Did I use more corruption than I should have?''//
@@.you;
No! Of course not! You are very beautiful and your breasts are amazing! You just caught me slightly by surprise!@@
@@.emote;
Stella perks up@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Really?! Then... Do you want to touch them?@@
When she says that, the last amount of reasoning leaves your head.
<<linkreplace "Grab her boobs">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 47.mp4" autoplay loop/>
Not being able to hold back any longer, you move your hands on to her breasts and start fondling them.
//''So soft!''//
@@.emote;
Stella moans@@
@@.you;
Your breasts feel so amazing! I don't thing I've ever touched one so soft!@@
@@.emote;
Stella chuckles@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Really?! I'm glad you enjoy them! My ex-boyfriend used to say they were soggy...@@
@@.you;
Soggy?! Nonsense! That asshole just doesn't know what's good. Probably prefers some hard ass piece of plastic. I, on the other hand, am a big fan of natural! And these, in my opinion, are perfect! They are nice and soft to the touch, yet firm!@@
@@.emote;
Stella laughs@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Thanks! But I can see that something here isn't soft...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 48.mp4" autoplay loop/>
As she says that, she moves forward and pulls down your pants. You hard cock almost slaps her on the face.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh, my! Is this all for me?@@
@@.you;
Well, you did ask me what I thought of your breasts. This makes it perfectly clear, doesn't it?@@
@@.emote;
Stella chuckles@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
It sure does! Do you want me to use them on you?@@
@@.you;
Hell yeah, I do!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 49.mp4" autoplay loop/>
You watch as she kneels in front of you and spits on your hard cock to lubricate it.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I'm quite confident on this...@@
As she says that, she wraps her huge breasts around your cock and sandwiches. You can feel the softness of them taking you in. You can't help but grunt in pleasure.
//''Whoa!''//
@@.you;
I can see it... That feels quite good...@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
If you thought that was good... Then how about this!@@
As she moves her breasts, you can't help but feel like they were made to be fucked.
@@.emote;
Stella moans softly@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
This makes me so horny... But your cock is so big... I wonder if it will fit?@@
As she looks up at you with lust in her eyes, something triggers in your mind.
//''I've got to fuck her!''//
@@.you;
Then, how about we see if it can? Turn around and hold on to the bathtub.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Okay! But... Go slowly, okay? I've never had one quite as big...@@
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 50.mp4" autoplay loop/>
As she gets into position, you line up your cock with the entrance of her wet pussy and slowly try to push it in. Stella winces a little in pain.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ow...@@
@@.you;
Are you fine?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Y-Yes! I can take it!@@
You slowly push your cock into her tight pussy. Eventually, once the first half goes in, the rest follows smoothly.
@@.emote;
Stella moans@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I feel... So full!@@
You can't help but grin at her comment, as you slowly start to move your hips. Even though it's wet, you find it quite difficult to push it through her walls of flesh.
//''So damn tight!''//
Eventually, it seems like her pussy starts getting used to the size of your cock and gives in, allowing you to move smoothly.
@@.emote;
Stella moans loudly@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Yes! Just like that! Fuck me, $player.name!@@
<<linkreplace "Fuck her harder">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 84.mp4" autoplay loop/>
Now that you feel free to move how you want, you start slamming your hips against her butt.
@@.emote;
Stella moans even louder@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah! Yes! Keep going!@@
As you keep fucking her, you can't help but notice her breasts jumping all over the place. You decide to pick one of them up and give it a good squeeze.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah!@@
As you squeeze it, you feel her pussy contracting.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I-I'm cumming!@@
You keep moving your hips at a steady pace, allowing her to cum easier, as you play around with her breast.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah!!!@@
As she cums, you can feel the contractions of her walls trying to milk your cock. You are sure that, if you stay in her for longer, you will end up cumming in it. But, as she cums, she eventually collapses into the bathtub.
@@.you;
Oh, shit!@@
You quickly spring into action and pull her out, laying her on the floor.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
S-Sorry, $player.name...@@
@@.you;
It's fine, but I still need to cum.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Then do it on my face!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 51.mp4" autoplay loop/>
As she asks for that, you start stroking your cock, bringing you back to the edge. While doing so, Stella gets on her knees, holds her breasts and opens her mouth wide.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah!@@
That sight pushes you over the edge and makes you cum.
@@.you;
Take it, Stella! Urgh!@@
You start to cum on her face. As you finish cumming, you can't help but grin at the sight of your cum flowing down her mouth and on to her breasts.
<<linkreplace "Talk to her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 52.jpg">
As you finish, Stella slowly gets up.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh? What is this?@@
Surprised by Stella's reaction, you can't help but ask.
@@.you;
Are you okay, Stella? I went kind of rough at the end...@@
@@.emote;
Stella smiles@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! I'm more than fine! As a matter of fact, I feel like my foot has actually healed! I wonder why?@@
//''What?! Could it have been my corruption?! I know it quickens my own healing...''//
@@.you;
Uh? Maybe the hot bath worked?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Yeah! That's probably it! Woah! You sure know how to treat a sprained ankle!@@
@@.you;
Y-yeah... No problem, Stella.@@
//''Now that I think about it... Wasn't Linda fine too? Shit... That's something else I need to ask Pravitas...''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
But... It seems like I need another bath...@@
@@.emote;
Stella chuckles@@
@@.you;
Oh... Sorry about that...@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Don't worry! I enjoyed it! And my friend said that it's good for your skin!@@
//''I wonder what kind of friend would say that?!''//
@@.you;
Anyway, I have to get going Stella. It was a pleasure meeting you.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh, I had pleasure meeting you too!@@
@@.emote;
Stella laughs@@
You can't help but chuckle at Stella's joke.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Before you go... Can I have your number?@@
@@.you;
Uh? Oh! Yes, of course.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Yay! Don't worry! I'm not some kind of crazy lady that will send you hundreds of messages a day!@@
Your mouth twitches as she says that.
//''I sure hope not...''//
After you finish giving her your number, you get dressed and make your way back to the kitchen and out of the house.
@@.you;
Man... What a day! But I wonder where Linda is? Speaking of her...@@
You shake your head and start moving towards the school, where you left your car.
//''I wonder if there's an issue with my Corrupting Powers... They seem to be somewhat erratic lately... I will need to get in contact with Pravitas soon...''//
<<set $StellaRun to true>>
[[Time to go back home|House][$time.passTime(3)]]
<</ctp>><img src="img/Other/Waking Up.jpg">
As you are about to get up, you hear your cellphone going off.
@@.you;
What the...?@@
You slowly move your hand over to your phone and bring it closer to your face.
@@.you;
Linda...?@@
You look at the clock and notice that it's a little over 6 in the morning.
//''What could it possibly be for her to be calling this early in the morning?''//
You accept the call and bring it to your ear.
@@.you;
Hello?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name! I need your help!@@
Her sudden outburst wakes you up.
//''Is this an emergency?!''//
@@.you;
W-What?! Linda, are you alright?!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
NO! I'm not alright!@@
You immediately get off the bed and hurry to try and get dressed up.
@@.you;
Talk to me, Linda! What happened? Where are you?@@
You quickly throw on your shirt and put on your socks.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
My friend had a sudden emergency so she won't be able to be a part of my Airsoft team!@@
@@.you;
Don't worry Linda, I'm on m-... What?@@
You can't help but freeze in the middle of putting on your shoes.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
My Airsoft team! My friend, Diana, had an emergency, so she won't be able to come! We made it to the finals!@@
You suddenly feel light headed.
@@.you;
Wait... Let me get this straight... Are you in trouble?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Of course I am! Without a fourth member, we can't participate! And there's no way that I'm going to lose to that asshole Brad!@@
Now your head started to hurt.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh! Wait... You thought that I, personally, was in trouble?@@
You can hear Linda laughing.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
How sweet of you! I'm sorry for worrying you, $player.name. But I do need your help.@@
You can't help but sigh.
@@.you;
Explain it to me...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, you see, there's this Airsoft tournament happening where the first prize are four M4A1 Mad Max Evolution! They retail for over $2000! So I gathered the girls and we were able to make it to the finals! The other finalist is Brad's team. Unfortunately one of the girls, Diana, had an emergency, so she can no longer make it. Since I'm a friend with the organizers, they allowed me to swap her for someone else.@@
//''It's weird how much she changes when she's competitive...''//
@@.you;
And that someone, is me?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Exactly! I will provide you with the weapon! But, unfortunately, I can't provide you with the fatigues, on the account of you being a man and all that...@@
@@.you;
I get it... And when will it be?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It will be on Sunday! About 2 PM!@@
//''Sunday, uh...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
So, can you help me out, $player.name? Please? Pretty please?@@
//''Pretty please? Did they kidnap Linda and replace her with someone else?!''//
@@.you;
But why me? I've only played a single match...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yes! And you were great! You are far better than my other options! Oh, and if you DO help me, I will make sure to make it worth your while!@@
//''Well... Can't say no to that!''//
@@.you;
Got it, Linda. Sure, I will join you.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Great! Make sure to buy some light fatigues! They don't have to be expensive, but they are required!@@
You can't help but sigh.
//''Seems like I just haven't been able to save money, uh... It's like there's a mysterious force making me spend money!''//
@@.you;
Understood. So, Sunday, Noon. Bring fatigues. Where is it going to be at?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's going to be at the Balker's Field, right outside the city.@@
//''So, about an hour drive... I should probably leave at Noon...''//
@@.you;
Okay, I will help. I did enjoy playing Airsoft anyway. But I'm not sure I won't hold you guys back.@@
You can hear her chuckle.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm sure you won't! Don't worry! You are the best, $player.name! I knew I could count on you! I need to get the paperwork filed so you can participate, so I have to go! Love you! Bye!@@
As she disconnects from the call, you can't help but freeze when she said she loved you. Eventually, you just shake your head.
//''It's just an expression... Or is it?''//
<<set $LindaTournament to true>>
As you sigh for the third time, finish dressing up.
<<set $airsoftfatiguesbuy = 1>>
[[Get ready for your day|Start]]
<img src="img/Linda/Linda Corruption Quest 53.jpg">
You look through a site that specializes in Airsoft Gear. As you scroll through the products, you find the perfect Fatigues for you.
@@.you;
This one is nice! Let's see...@@
As you look at the price tag.
@@.you;
$300?! WHAT?!@@
You rub your eyes and look at the price tag again.
@@.you;
Seriously?! It's a sweater and some pants! Sure, they are padded, but still! Fuck...@@
You conjure up the images of what Linda will do to reward you for helping her.
@@.you;
Oh well... Let's just call it an investment. And, hey, I may have a use for it some other day... I hope...@@
As your hand shakes, you slowly move the mouth and click to add it to your cart.
[[Buy Airsoft Fatigues|House]]
<<set $AirsoftFatiguesBuy to true>>
<<set $airsoftfatiguesbuy = 0>><img src="img/Other/Waking Up.jpg">
As you are waking up, you hear the doorbell.
@@.you;
Urgh... Who the hell rings a doorbell at this hour in the morning?@@
You lethargically get up and make your way towards the door. As you open it, there's no one there.
@@.you;
Are you fucking kidding me? A prank?!@@
You look around and then you look down, only to spot a package.
@@.you;
Holy shit! They did say that they would deliver it today, but I didn't think it would be at the crack of dawn!@@
You bend down and pick it up.
@@.you;
Oh! They are the Fatigues that I ordered! Nice!@@
You can't help but grin at the thought of putting them on. As you are about to say something, you pause and look around you.
//''Okay... No one is here...''//
You take a deep breath and, in your best impression of Blain from the Predator movie, you say.
@@.you;
This stuff will make you a god damned sexual Tyrannosaurus, just like me!@@
As you say that, you can't help but grin. But, as you hear laughter behind you, your grin freezes.
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
A-A sexual Tyrannosaurus?! I knew you were a dweeb, but holy shit $player.name!@@
@@.you;
W-What?! Where did you come from?!@@
@@.sarah;
<img src="img/Profile/Sarah.jpg" class="float-left">Sarah<hr>
What do you mean, where? From my bedroom. I heard the doorbell.@@
Hiding your embarrasment, you rush back to your bedroom.
//''DAMN IT! EVERY DAMN TIME!''//
[[Escape to your room|Start]]
<<set $Fatigues to true>>
<<set $AirsoftFatiguesBuy to false>><<ctp "testID">>
<img src="img/Other/School Time.jpg">
As you are messing around, your cell phone plays the alarm.
//''What the... Oh! It's time! I need to go meet Linda!''//
You quickly rush into your bedroom and equip your fatigue. As you do so, you can't help but look at yourself in the mirror.
@@.you;
Damn, you are looking nice, $player.name!@@
You finish throwing everything you believe you will need into a bag and get ready to leave.
<<linkreplace "Go to Airsoft Tournament to meet Linda">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 54.jpg">
As you arrive at the place that Linda told you, you send her a message.
@@.you;
Just got here. Where are you at?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Great! Go in through the front door and tell Mark that you are a part of the Drop Shot Divas.@@
//''Drop Shot Divas?''//
@@.you;
Got it. Will be right there.@@
You open the door and spot a, what can only be described as Macho Man, behind the desk.
//''Holy! How can he move his arms without tearing that shirt?!''//
As you get closer, you expect him to act like Sergeant Wannabe.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Macho Man<hr>
Good afternoon, sir. How may I assist you?@@
//''He's polite?!''//
@@.you;
Oh, hey. My name is $player.name. Are you, perhaps, Mark?@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
Yes, that would be me. I'm sorry, but I don't recall ever meeting you.@@
@@.you;
Ah! Yes, sorry. I'm a part of Drop Shot Divas. I'm here to join my teammates.@@
As you say that, Mark looks you up and down.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
You don't look much like a Diva to me... But, then again, to everyone their own. Who am I to judge, right? Do you prefer to go by she/her? Or would you rather me use any other pronoun?@@
As every perceived bias you had over him are broken, you can't help but cough.
@@.you;
Ah... No... I'm not gay, or anything. It's just the name that the, uh... Team leader gave to the group.@@
As you say that, Mark grins.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
Hey, don't worry. There's nothing wrong with being gay. Hell, many of my best buddies in the army were gay. So there's no need to hide it.@@
@@.you;
I-I'm not gay!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
Understood. You are not gay.@@
As he says that, he gives you a knowingly wink.
//''The hell?!''//
You watch as Mark picks up a sheet.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
Hm... Yes, I can see it right here. Substitute Player, $player.name. Your teammates are waiting for you over there. The third door to the right. Best of luck in the tournament.@@
@@.you;
T-Thanks...@@
You quickly turn around and make your way to the door.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Mark<hr>
And, hey! Just remind yourself that there's nothing wrong with you and it's perfectly to show yourself to the world. Your real self!@@
//''He has to be making fun of me, right?! But he's so nice... I'm confused...''//
You shake your head and open the door.
<<linkreplace "Go in">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 55.jpg">
As you open the door, the first thing you notice is a nice ass.
//''Man... Will I ever get tired of looking at it? NEVER!''//
@@.emote;
Linda coughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ahem... I know I have a great ass and everything. But we need to prepare you for the tournament. Also, thank you for coming!@@
@@.you;
Ah! Yes! Of course. No problem, Linda.@@
As she approaches you, she looks you up and down.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm... Not bad... Not bad at all! You look quite manly in those clothes.@@
You can't help but grin at her compliment.
@@.you;
Thanks! But, after seeing that beast out there, I'm not sure I believe that.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You must be talking about Mark! Yeah, he's just built different. I think he used to be Mr. Universe a few years back.@@
@@.you;
Yeah! The dude is massive! But, oddly enough, he's quite the nice guy.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Isn't he?! I was also impressed! Every dude that we talked to were complete slimes. Mark, on the other hand, was polite and professional.@@
You nod your head.
@@.you;
Speaking of which, Mark thought that I was gay.@@
@@.emote;
Linda is surprised@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Gay? Why?@@
@@.you;
Because of the team's name.@@
@@.emote;
Linda laughs out loud@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh, yeah! I forgot to tell you! We are the Drop Shot Divas! I guess that makes you a Diva too, uh?@@
@@.you;
Yeah... That was quite embarrassing...@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh, come on, $player.name. We both know that you aren't gay.@@
<<linkreplace "Answer her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 56.jpg">
As you are about to answer her, someone else answers first.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Got that right, considering how hard he fucked me. Did you know that I had a hard time walking after that, $player.name?@@
As you turn around, you are surprised at who it was.
@@.you;
Jasmine?! What are you doing here?@@
@@.emote;
Jasmine snorts@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
What? Did you think I was some kind of bookworm? I'm part of the Drop Shot Divas. As a matter a fact, I'm the Captain.@@
@@.you;
Wait? What?!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh, shut up, Jasmine. You're only the Captain because you won the Rock-Paper-Scissors. Not because you are better than me.@@
@@.emote;
Jasmine laughs@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh? And what was the score again, Linda? 37 to 36? I'm still winning, and that makes me better than you.@@
@@.emote;
Linda frowns@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's not fair! We played 2v2, and I had that dimwit on my team! If it weren't for him, I would have definitely won! It would be 37 to 36 for me!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh, cry me a river, Linda. The draw as fair and square. Stop being a sore loser. Are you really going to throw a tantrum in front of $player.name here?@@
//''Are they actually friends...?''//
Seemingly remembering that you are there, Linda looks at you and grins.
//''Wait! She's not about t-''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Speaking of $player.name. He said he prefers my perfectly shaped tits to those saggy bags of sand you have hanging there.@@
<<linkreplace "Trouble">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 57.jpg">
As Linda says that, Jasmine looks at you and pulls on her top.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Is that true, $player.name? Do you prefer those overused tits to mine? Considering how you were fondling and sucking on them, I thought you liked them.@@
@@.you;
Uh, I-@@
Before you can even answer, Linda marches up to her.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Overused?! Bitch, please! We both know that those tits have seen more dicks than a Richard convention!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
What?! You have the gall to say that when you had sex with your own student?!@@
//''Should... Should I say something?''//
@@.emote;
Linda snorts@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
We are both grown adults. And this is college, not high school. You also know damn well that I don't mix pleasure with work. And, how about you?! Are you a teacher, too?!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hmph! I'm more of a researcher, and you know that. But, either way, I'm sure $player.name preferred to have sex with me. Not with that loose cave you call a pussy.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Loose cave?! I will have you know that my pussy is nice and tight! Weren't you the one that used to take that guy that had the nickname "Donkey"?!@@
@@.emote;
Jasmine laughs@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
His nickname was that because he was dumb and stubborn, as I would later learn. His penis? Not so much. Much smaller than $player.name's over here.@@
As she says that, Linda glares at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Why are you staying silent?! Tell her that you preferred my pussy over hers!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Yeah, tell me $player.name. Wasn't my sex much better than hers?@@
You watch as the Tiger and the Lioness stare down at their prey, a.k.a. you. Cold sweat goes down your spine.
//''Dear Lord, send me some help!''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
$player.name?!@@
<<linkreplace "Even more trouble">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 58.jpg">
As you turn around, you spot Stella.
@@.you;
Stella?!@@
@@.emote;
Stella smiles at you@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
$player.name! I'm so glad to see you! Thank you again for helping me out that time! Wait... Are you the one that will substitute Diana?! Woah! This must be destiny!@@
//''Destiny?!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Stella? Do you know $player.name?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Didn't I tell you, Linda? He's the one that helped me when I fell down. Isn't he manly?@@
//''Shit!''//
As you look at Linda, you can see her glaring even more at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I see... So you were the one that put your paws on her.@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh! Stella! So you had sex with $player.name, too? We were just discussing how he enjoyed having sex with me the most. Not sure who's second, between you and Linda.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Wait! What?! You had sex with those two, $player.name?!@@
You watch as Stella looks at you like she's about to cry.
@@.you;
N-No... I mean, y-yes... You see, uh... I-@@
Before you can even say anything, Linda interrupts you again.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What do you mean by that?! I'm obviously number one! You two should fight it out to know who's the sloppy second!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
What?! Care to say that again, bitch?!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I will say it as many times as I have to, you old hag!@@
You watch as the both of them glare at each other. You can swear that sparks are flying. Your cold sweat has evolved into a flood.
//''What should I do?! What has my penis got me into?!''//
As you are about to try and say something, you hear another voice entering the argument.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I- Uh... $player.said he liked having sex with me! He even praised my breasts! Said that they were best he ever felt! I-I'm sure he preferred me over you two! Since I'm younger and tighter!@@
As she says that, the both of them turn their glares on Stella.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ih!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
What was that?!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh? Seems like the little Kitten has grown some claws!@@
//''Shit! Since the Lord doesn't send help! Pravitas! Please! Anything!''//
As they are about to approach the now cowering Stella, an announcement is made.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Attention please. Teams Drop Shot Diva, Sex Machineguns, The Terminators and BubblegumYum. You are required to present yourselves in fifteen minutes. Teams Drop Shot Diva, Sex Machineguns, The Terminators and BubblegumYum. You are required to present yourselves in fifteen minutes.@@
//''Thank Pravitas! Also, what kind of name is BubblegumYum?!''//
@@.you;
Uh, guys, should we really be arguing about this right now? I still have no idea what I need to do.@@
As you say that, Linda glares at you, but then sighs.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You are right. We will shelve this argument. For now. We need to get ready to face those assholes. Jasmine, help me finish the preparations. Stella, you help $player.name.@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hey! I'm the Captain. You will be helping ME finish the preparations.@@
You watch as Linda rolls her eyes and walks away, with Jasmine next to her.
<<linkreplace "Talk with Stella">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 59.jpg">
As you look at Stella, she seems to be searching for something.
@@.you;
Are those two always like that?@@
@@.emote;
Stella looks back at you@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Linda and Jasmine? Yeah, they are childhood friends. They have been competing with each other since middle school.@@
@@.you;
Oh? And how did you meet them?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh... It's complicated. But, long story short, I had a very bad breakup with my boyfriend a few years back and Linda helped me cope with it.@@
@@.you;
Was it that asshole you told me about?@@
@@.emote;
Stella nods her head@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Linda told me that it was a very toxic relationship and that I end it with him. Took me some time to understand what she meant, but she was right. Oh! Found it!@@
As she says that, she pulls out an Airsoft Rifle.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
This one is yours! Diana was going to use it, but she had an emergency and couldn't come.@@
You take the Airsoft Rifle from her.
@@.you;
So, who is this D-@@
As you are about to ask about Diana, another announcement is made.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Attention please. Teams Drop Shot Diva, Sex Machineguns, The Terminators and BubblegumYum. You are required to present yourselves in ten minutes. Teams Drop Shot Diva, Sex Machineguns, The Terminators and BubblegumYum. You are required to present yourselves in ten minutes.@@
//''Guess questions will have to wait...''//
@@.you;
Stella, how about you tell me what I need to do?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Yes, of course! Basically we have to reach the top of the hill and take a hold of the Fort.@@
@@.you;
Got it... What is the Fort?@@
@@.emote;
Stella tilts her head@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Haven't you ever played Capture the Fort before?@@
@@.you;
No... I only played 2v2 with Linda...@@
@@.emote;
Stella is surprised@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
What?! Does that mean you are a newbie?!@@
You can't help but scratch your head.
@@.you;
Yeah...@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Hm... But, if Linda invited you, then you must be quite good... Anyway! In Capture the Fort, four teams compete to reach and hold down the Fort for five minutes. We each start on one point of the map, but the distance is pretty much the same. We can choose to take a straight line to the Fort, but that would put us in the line of sight of the other teams, so we should be taking small detours to remain in cover.@@
@@.you;
Got it! So it's like a Battle Royale, right?@@
@@.emote;
Stella tilts her head@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Battle Royale?@@
@@.you;
Yeah, you know, like Keepnite!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Keepnite? What's that?@@
//''It seems she's not into videogames...''//
@@.you;
Uh, what I mean is, that there are resources around the field to help us, right?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Yes! You can find vehicles, but they come with very little fuel, so it's only enough to drive you a little bit. Honestly, it's pretty much a trap, since they are loud and easy to spot.@@
@@.you;
Got it. Vehicles are noob traps.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Uh? Well! Bottom line is, you just have to follow us and shoot the other guys.@@
As she says that, you can't help but grin.
@@.you;
Oh! That I can do!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Attention please. Teams Drop Shot Diva, Sex Machineguns, The Terminators and BubblegumYum. You are required to present yourselves in five minutes. Teams Drop Shot Diva, Sex Machineguns, The Terminators and BubblegumYum. You are required to present yourselves in five minutes.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah! We should get moving!@@
As she says that, she rushes towards the door. But, as she reaches it, she stops and looks back at you.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh, and $player.name... You preferred having sex with me, over those two, right?@@
The cold sweat that had vanished, comes back with a vengeance.
@@.you;
I- Uh...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Stella and $player.name! Move your asses! I don't want to get DQed because we are late!@@
@@.you;
Ah! Yes! As Linda said! We need to go! Go, go, go!@@
As you say that, you rush past Stella, who looks at you with a frown.
<<linkreplace "To the battlefield">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 60.jpg">
As you arrive outside, you spot Linda and Jasmine looking over the battlefield.
@@.you;
Hey! Sorry we are late!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That's fine. Did Stella give you your weapon? Do you understand the rules?@@
@@.you;
Yes! And yes! I will follow you girls and go pew pew on the bad guys.@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yep, all you gotta do is pew pew them all.@@
@@.emote;
Jasmine rolls her eyes@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Come on, we need to get into position.@@
As Jasmine says that, Stella arrives as well.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
S-Sorry I'm late!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Attention! The battle is about to start in 20... 19... 18... 17...@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Get in position! Now!@@
<<linkreplace "Get in position">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 61.jpg">
As Jasmine yells at you, you get in position behind Linda.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Linda! You will take point! Me and Stella will be behind you! $player.name, you will be behind us! We will first make our way towards the houses! From what I've seen, the other team will spawn next to it as well, so it's possible we will have to engage them!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Understood!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Got it!@@
//''Seems like they won't bicker during the actual game...''//
@@.you;
Roger!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
5... 4... 3... 2... 1... Commence!@@
<<linkreplace "Move">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 62.mp4" autoplay loop/>
You follow the team as they make their way through the city ruins.
//''I wonder if they built it like this or if it was already here?''//
As you move you keep an eye out for anything suspicious.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
See anything, Linda?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Negative! Stella?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Stella? Answer!@@
<<linkreplace "Look around">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 63.mp4" autoplay loop/>
As you look in the direction that Stella is looking, you notice some movement.
@@.you;
Shit! We have enemies incoming!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
What the hell?! Did they rush our position?!@@
You watch as Linda and Stella are the first to crouch. Since there are no covers, the best way to not get shot is to make themselves into the smallest target possible. Jasmine rushes Linda's position as well.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
We've found them! Lucky! Take them o-@@
Before he can even finish, Stella sprays her gun at them on full auto. She manages to hit the guy that was talking, causing the rest to try and find cover.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Move! We need to get to cover! Move!@@
As she says that, she rushes towards the alleyway. As they do so, it seems like the opponent's focus is on them. Using this opening to your advantage, you push forward and shoot at them, managing to hit both of them.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Whoa! Nice work $player.name! I knew there was a reason Linda invited you!@@
@@.you;
Yeah, you too. Your quick reaction saved us.@@
@@.emote;
Stella becomes embarrassed@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh, it wasn't that much...@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Enough out of you two! We have to keep moving! Linda! Take point! Stella will go in the middle! Me and $player.name will hold the back!@@
As Jasmine barks the commands, everyone starts moving. As you get out of the danger zone, Jasmine speaks again.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Good job, $player.name and Stella.@@
You nod your head, slightly proud of your accomplishment. Meanwhile, it seems like Stella blushed a bit.
<<linkreplace "Keep moving">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 64.mp4" autoplay loop/>
As you are moving forward, you notice a vehicle. You can't help but ask Jasmine.
@@.you;
Oh! Is that one of those vehicles that you can get?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Yes, but they are only useful for telling everyone your position...@@
Linda suddenly goes into crouched position, as someone shoots at your position.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Enemies! Two o' clock!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Damn it! Again?! What's up with them?!@@
As Jasmine says that, she crouches as well and opens fire. You help them as well, trying to fire as many bullets as possible. In the middle of the chaotic shooting, the targets fall on the ground, signaling that they were shot.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Got them!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Got them!@@
Both Linda and Jasmine say it at the same time.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Bullshit it was you! It clearly was me that shot them!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
What did you say?! Is that what happens when you don't wear glasses?! You blind bat! It was obviously me that shot them!@@
You are surprised that they started bickering. As you look at Stella, she's standing there with a wry smile on her face. Suddenly, you become curious about something.
@@.you;
Hey, Stella...@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah! Don't worry, $player.name! Since we took down four of them, we should be safe! They will stop in a second!@@
@@.you;
Oh, it's not about that... Well... It's not JUST about that. What prevents the other teams from cheating and just not falling when shot?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Take a look at Jasmine's chest!@@
As you look at them, the only thing that gets into your vision are her massive tits.
@@.you;
Tits?@@
@@.emote;
Stella flushes@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Not that! The camera! Don't you see it?!@@
@@.you;
Oh! So she's filming it! Is that how they prevent the cheating?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Yes! If you are caught cheating, you are permanently banned from all associated events. The Airsoft community is quite niche, so that basically means to be banned everywhere.@@
You nod your head.
@@.you;
Got it.@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
You two over there! Get moving!@@
It seems like Jasmine and Linda finished bickering.
@@.you;
Yes ma'am!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Yes ma'am!@@
Both of you answer the same thing.
@@.emote;
Stella chuckles@@
//''Cute!''//
<<linkreplace "Keep moving">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 65.mp4" autoplay loop/>
As you move further in, you guys stop to discuss your plan of action.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
That's basically two teams down... That leaves two of them up. One of them is that limp dick Brad's team.@@
//''limp dick?''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
From what I saw on the map, the Fort should be really close...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yes. To be exact, it right over that hill.@@
As Linda points at the hill, you take a look at it.
@@.you;
That seems to be a very advantageous position to hold. If someone got there before us, we are kind of screwed.@@
@@.emote;
Linda nods her head@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Right, but we have to move anyway. We had to face two teams so far, that means Brad's team had to face at least one. With any luck, they wiped each other out. Either way, we have to get there.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I think we can go through the left side. I remember I saw that there was a small opening that leads up to the Fort. It should be much safer than going through the front.@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Okay! So that will be the plan. Stella, you take point and lead us there. Me and Linda will cover you. $player.name, you cover us.@@
@@.you;
Understood!@@
You all move slowly, trying to gather as little attention as possible. The move is fairly uneventful, allowing you to arrive to your destination.
<<linkreplace "The Fort">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 66.jpg">
When you reach it, you can't help but feel disappointed.
@@.you;
Is this the fort? Seems more like a bunker to me.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's called a fort, only because of the name of the game. Some battlefields have actual forts and some have bunkers. Some just have a house.@@
@@.you;
Is that so?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Enough with the chitchat! There may already be a team in there waiting to ambush us! Get in position!@@
As you move behind everyone, Jasmine looks at you and nods her head to the entrance.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Your turn to take point, $player.name. Go in there and make sure the entrance is cleared.@@
//''Why do I feel like a sacrificial lamb?''//
You nod your head and go into the "Fort". After looking around the entrance, you yell.
@@.you;
Clear!@@
<<linkreplace "Wait for them">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 67.mp4" autoplay loop/>
The girls slowly move in behind you.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Lucky! Seems like we were the first to arrive! Now we just h-@@
As she's about to say something, you notice a shadow flickering at the very edge of your sight.
@@.you;
Enemies!@@
As you shout out, Linda and Jasmine instantly kick into action, pushing forward with their rifles, as their opponents reveal themselves.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah!@@
Unfortunately, they manage to instantly take out Stella, while Linda and Jasmine take both of them out.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Damn it! Someone got here before us! It's a tr-@@
Before she can finish her sentence, she gets shot in the back, together with Jasmine. As you turn around, you spot Brad grinning at you with his Rifle ready, aiming much lower than at your head.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
It's payback time!@@
Him aiming at your treasures seems to spark something inside of you. Some kind of survival instinct that seems to care more about your cock than about your head.
The moment he pulls the trigger, you are able to jump much higher than you usually would be able to. Had he aimed at you head, this would have just lead him to shoot you in the stomach. But, because he aimed at your dick, the bullets fly under you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
What?!@@
With that, you retaliate in the same fashion, aiming at a sensitive spot.
@@.you;
Take this!@@
As you pull the trigger, Brad lacks the reflexes and mobility necessary to dodge it like you did.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">Brad<hr>
Argh! Not again!@@
Pellets rain down on his junk, causing him to fall on to the ground, spasming.
@@.you;
Shit! Now what?!@@
You look at the girls, but since they are "dead", they are not allowed to talk to you. But, by looking in their eyes, you can see how amazed they are at your move. Stella even seems to holding herself back from yelling.
You look around. Counting Brad, there are three bodies. Every team has four players. So, either there is still one in hiding, or they lost one member before arriving. Either way, in order for it to be considered you holding the fort, you need to clear it out.
As the tension rises, you slowly search the compound, only to find that it was empty.
//''Well, that's underwhelming...''//
All of a sudden, a sound comes from some speaker somewhere.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">????<hr>
Battle, end! The winner of today's tournament are the Drop Shot Divas! Congratulations! Please return!@@
You lower your weapon.
@@.you;
We won, uh?@@
You head cheers coming from the hallway.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Yeah! We won!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hell, yeah! Get bent, Brad!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Yeah! Get fucked, you flaccid bastard!@@
//''Flaccid bastard?!''//
From the sounds of it, it seems they are making fun of Brad. As you make your way back to the entrance, it seems like Brad's teammates are dragging him out, while Brad holds his balls.
//''Well... I don't really feel sorry for him...''//
[[Next|Tournament 2]]
<</ctp>><img src="img/Linda/Linda Corruption Quest 10.jpg">
<video src="img/Linda/Linda Love Quest 26.mp4" autoplay loop/><<ctp "testID">>
<img src="img/Linda/Linda Corruption Quest 68.jpg">
As you arrive at the hallway, Stella runs up to you and hugs you.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
You were amazing, $player.name! You reacted so fast to him! Are you sure you are a newbie?!@@
Her soft breasts squish against your chest. You can't help but feel slightly excited about it. You hear clapping and look at Linda.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Excellent job, $player.name! I knew I could count on you!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Indeed. When Linda said she was going to replace Diana with you, I honestly thought she had gone mad. We know a ton of people who are very experienced and would love to be a part of our team, yet she chooses a newbie? I'm glad I was wrong though.@@
//''So that's why I was always in the back and then used as a sacrificial lamb?!''//
@@.emote;
Linda snorts@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Told you! If you would only use that brain of yours for anything other than studying animal's cocks, you would have noticed it too.@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
What did you say?!@@
You can't help but sigh as Linda and Stella start bickering again, while Stella laughs.
//''I take back what I said... They must be VERY good friends, if they can bicker so much...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh! And speaking about dicks...@@
You suddenly feel another bout of cold sweat going down your back. As you look up, Linda is glaring at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Don't you think for one second that I forgot! You still haven't said who you preferred having sex with, $player.name.@@
//''You could have forgotten! Please! By all means! Forget about it!''//
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh! That is right! Who do you prefer, $player.name? Me? Or this overused whore?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What?! Who's overused, you old hag?!@@
@@.emote;
Jasmine laughs@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
So you agree that you are a whore?@@
As they are about to start bickering again, Stella pipes up.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I-I think that he preferred me over you two!@@
With that, both of them glare at her, but she doesn't back down, so they turn their gaze to you. You can't help but look away.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Out with it! Who did you prefer?!@@
@@.you;
W-Well... That is... The circumstances were different... You know? How can I possibly compare them?@@
@@.emote;
Linda frowns@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That sounds like a wimpy ass cop out, $player.name!@@
As she says that, it seems like Jasmine has an idea.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh! I know! Then how about we settle this now? Since the circumstance is the same, you will have to choose one, right?!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh! How unexpected of you, Jasmine! To actually have a good idea!@@
As they look at you like wild animals spotting prey, you can't help but try to find salvation.
@@.you;
Uh... Stella, say something to them!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I-I will show you that I'm the best one!@@
@@.you;
Ha... Haha...@@
Not being able to stop them, you decide to just give in.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 69.mp4" autoplay loop/>
As you sit down, they gather around you.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
The first thing that has to be judged, is obviously our breasts!@@
As she says that, she pulls aside her top and reveals her huge tits.
@@.emote;
Jasmine grins@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
And mine is obviously the biggest!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
What?! My breasts are clearly better!@@
As she says that, she also pulls down her shirt and bra to reveal her breasts.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Mine are soft and can easily surround his cock! I'm confident my breasts are the best when it comes to tit fucking!@@
@@.emote;
Linda snorts@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Please! One is sagged by age and the other by gravity! Mine, on the other hand, are perfect! Not too big, not too small. Perfectly fit for $player.name's hands, isn't that right?!@@
@@.you;
I mean... They all have their strong points, so I can't really compare them... I did, indeed, really enjoy fucking Stella's tits... And Jasmine's tits are massive and it felt awesome sucking on them... Linda's, on the other hand, felt perfect in my hand...@@
As you say that, they don't seem much impressed with your answer.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Fine! Let's move on!@@
You watch as Jasmine approaches you and pulls down your pants, revealing your cock to them.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh, my! Seems like someone is excited!@@
@@.emote;
Stella gasps@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
It's so huge! How did I fit that in me?!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, since you are impressed, Jasmine. Then how about you have it first!@@
As Linda says that, she shoves Jasmine's face on to your cock.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 70.mp4" autoplay loop/>
While initially surprised by a face full of cock, she eventually takes it in stride, giving you a blow job. You can't help but groan in pleasure.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Seems like he's enjoying it!@@
@@.emote;
Linda is annoyed@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hmph...@@
As Jasmine is about to hold your cock, Linda stops her.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You aren't allowed to touch! You can only use your mouth!@@
You watch, as Jasmine frowns, but doesn't say anything, instead focusing on giving you a blowjob. After a minute, Linda pulls Jasmine back and holds your cock.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's my turn now!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
What the?! I've barely started!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Barely started my ass! You've been going down on that cock for the past minute! I'm sure he's bored of your septic mouth!@@
As they are about to bicker, Stella takes this opportunity to shove her face on your cock.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 71.mp4" autoplay loop/>
As she does that, you groan in pleasure again.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Stella?! What the hell! It was my turn!@@
Unable to answer back with your cock in her mouth, she just releases sounds as to say "You snooze, you lose!".
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Fine! Let's see how well you can take it!@@
More confident in her action, Stella gives it her best. As she does so, Linda moves her hand, almost as in instinct. After a little bit, Stella has to pull back to breathe.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
It's so big... I can't fit it all in my mouth...@@
@@.emote;
Jasmine laughs@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
If you can't take that cock, than you should just sit it out and leave it to the big girls!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I can do it!@@
As Stella says that, she goes down on your cock again.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
That's not going to satisfy him... You need to take it deeper!@@
This time, it was Jasmine's turn to shove someone's face down. It can't be helped that it was Stella’s. Her tight mouth brings you a lot of pleasure, causing you to grunt.
@@.you;
Urgh!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Hm!!!@@
As she tries to pull her head back up, Jasmine pushes it back down. This repeats for another thirty seconds, before Jasmine relents.
@@.emote;
Stella coughs@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Jasmine! That was mean!@@
@@.emote;
Jasmine grins@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
But $player.name seemed to have enjoyed it.@@
You watch as Stella looks at you, with her eyes slightly wet.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Really?@@
@@.you;
Y-Yeah... It was really good...@@
@@.emote;
Stella smiles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh! Enough of that! It's my turn now! Watch and learn, girls!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 72.mp4" autoplay loop/>
As Linda says that, she puts her mouth over your cock and takes it all in.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Wow!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
As expected of a slut. You can really take in a cock.@@
As Jasmine says that, Linda raise the middle finger to her while giving you head.
@@.emote;
Jasmine laughs@@
While she's laughing, she moves her hand to your cock and moves her hand in synchrony with Linda's mouth.
//''How can they be so in sync?!''//
After a minute, Linda pulls off.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
So, I was the best, right?@@
@@.you;
I... I don't know... You all felt good, in different ways...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
How can you feel good with that putting her mouth on your cock?!@@
You watch as she points as Jasmine.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hmph! Let me show you how!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 73.mp4" autoplay loop/>
As Jasmine says that, she goes down on your cock again.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Hey! No fair!@@
Not wanting to be left out, Stella joins in.
//''Wait, is this?!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey! That's cheating!@@
You watch as Linda joins in the fun as well. Since Jasmine is monopolizing the head, the other girls work on the shaft. You feel a huge influx of pleasure.
@@.you;
Urgh!@@
//''Is this heaven?! Or hell?!''//
After a while, Jasmine stops.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
This won't do. I guess I will just have to use my pussy.@@
As Jasmine gets up and takes off her pants, Linda stops her.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey! You were the first to give a blowjob! I will be the first to take him in!@@
Seemingly fighting against each other again, you can't help but glance at Stella.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I-It's fine... I need to prepare myself before I take all of that in me again...@@
The final conclusion was that Linda would be first, followed by Jasmine, followed by Stella.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 74.mp4" autoplay loop/>
As Linda takes off her shorts and lays on the table, she presents her pussy to you.
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come on, $player.name. I know you want the taste of this heaven...@@
As you line up your cock with her entrance, Stella starts caressing Linda's pussy.
@@.emote;
Linda moans@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
You've got such a neat bush, Linda.@@
You slowly push your cock into her pussy.
@@.emote;
Linda moans even louder@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Look at this girl, moaning that loudly from having a huge cock impale her.@@
As Jasmine says that, she also caresses Linda's pussy.
//''Whoa!''//
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 75.mp4" autoplay loop/>
As you move your hips, you can see Linda's breasts bouncing around. It seems like Stella noticed it too.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Hm... I wonder what they feel like...?@@
As Stella says that, she moves her hand and starts fondling with Linda's breast.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
H-Hey!@@
Seemingly being pulled in by Linda's breast, Stella moves her mouth closer and sucks on it.
@@.emote;
Linda moans loudly@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Wait! Stella!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh! That seems fun! Let's see what her tits taste like!@@
Joining in on the fun, Jasmine also sucks on Linda's tit. Being sucked on both sides, while getting pumped, seems to have driven Linda over the edge.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
N-No! Stop! I-I'm cumming!@@
As she cums, Jasmine grins.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Okay! My turn!@@
And with that, she unceremoniously pushes Linda off.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah!@@
As she falls on the rug, Jasmine takes her place.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 76.mp4" autoplay loop/>
Once on the table, she opens her leg wide, inviting you in. As you are about to move your cock, Stella sticks her hand out.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Let me do it! I always wanted to try it!@@
//''Try what?!''//
You watch as she takes your cock into her hand and guides it to Jasmine's pussy. Once there, she starts caressing her pussy with your cock.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Let's get it all nice and wet, before putting it in!@@
As she says that, she spits on your cock and keeps caressing Jasmine's pussy.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh, this is fun!@@
Getting annoyed, Jasmine yells.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Come on! Just put it in already!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
S-Sorry!@@
And, with that, you shove your cock into Jasmine's pussy.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 77.mp4" autoplay loop/>
As you start fucking Jasmine, Stella still seems interested in the act.
@@.emote;
Jasmine moans@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
How does it feel?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
G-Great!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Is that so...? And what if I do this?@@
As Stella says that, she moves her hand and starts playing with Jasmine's clit.
@@.emote;
Jasmine moans loudly@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Better?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Y-Yes!@@
As you fuck Jasmine, you are impressed at how well they get along, as you watch Stella hand steadily pleasuring Jasmine's clit.
@@.emote;
Linda snorts@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That won't do, Stella. Jasmine is an old dog, so you need to do it harder. Like this!@@
As Linda says that, she licks her finger and aggressively caresses Jasmine's pussy.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
W-Wait! Don't do it like that!@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's payback!@@
As she says that, she moves even more aggressively.
@@.emote;
Jasmine moans even louder@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I'm cumming!@@
As she cums, Linda takes the opportunity to shove her off the table and down to the rug as well.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay, it's your turn now Stella.@@
You watch as Stella is a bit hesitant.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I-I'm a bit scared... Like, will it fit? It looks it it will split me in half!@@
@@.emote;
Linda raises an eyebrow@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Didn't you already fuck him?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I... Kind of blacked out...@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's fine! Come, lay here. We will help you.@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 78.mp4" autoplay loop/>
As Linda says that, Jasmine gets up from the rug and takes a hold of one of Stella's leg.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Jasmine?!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Don't worry, you will enjoy this.@@
With her legs wide open, you position your cock against her pussy. Meanwhile, Linda stands behind her.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I remember you told me that your breasts are very sensitive.@@
As Linda says that, she takes a handful of her breasts and starts fondling them.
@@.emote;
Stella moans@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Go on, $player.name. Shove it in.@@
Without waiting any longer, you slowly push your cock in.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah! It's so big! How did I take all of this?!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Relax... You can do it...@@
As Jasmine says that, she starts caressing Stella's pussy.
@@.emote;
Stella moans even louder@@
With that, her pussy gives in and allows you to fully penetrate her.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 79.mp4" autoplay loop/>
As you are pounding away at her, Stella looks into your eyes and pleads.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
$player.name! Play with my breasts too!@@
Wanting to satisfy her, you move your hands to her breasts and start fondling.
@@.emote;
Stella moans loudly@@
As she moans, Jasmine grins and continues to play with Stella's slit.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah! Just a little more! I'm so close!@@
As you move your hips, you can feel the walls of her pussy strangling your cock.
//''So tight!''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
C-Cumming!@@
As she cums, you quickly pull out, in order not to cum in her. As you are about to jerk it off, Linda stops you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I... I need you in me again!@@
@@.emote;
Jasmine laughs@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I knew you were a whore! You are not satisfied with cumming only once! What a greedy girl!@@
@@.you;
I'm... Kind of drained, Linda.@@
@@.emote;
Linda frowns@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Just lay down! I will do it!@@
As she says that, she pushes you and you end up falling on the rug.
<<linkreplace "Fuck Linda">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 80.mp4" autoplay loop/>
While layign down, she positions herself over you. But, unable to hold herself steady, she almost falls off.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah!@@
All of a sudden, Jasmine holds Linda up.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oops! I got you!@@
You watch as Stella also moves to stabilize her.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I-I will help too!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
T-Thanks...@@
Seemingly embarrassed, she once again stands over your cock. You decide to help her as you line it up with her pussy. As such, she plunges down on it.
@@.emote;
Linda moans@@
As she starts moving, her breasts start moving with her. Unable to hold back, Stella goes for it.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah! Not again!@@
With a grin, Jasmine also goes for it.
<<linkreplace "Fuck her Hard">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 81.mp4" autoplay loop/>
As Linda bounces on your cock, you can feel the corruption acting on full force in the surrounding. The more Linda bounces, the more it seems they become intoxicated with lust.
@@.emote;
Linda moans loudly@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm almost there! Just a bit more!@@
You feel like you are very close to cumming as well. You are sure that you would end up cumming before Linda if you were alone. But, with Stella and Jasmine attacking her breasts, she ends up cumming before you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah! I'm cumming!@@
As she falls back, your cock pops out of her.
@@.you;
Shit! I'm going to cum as well!@@
Suddenly, you have a brilliant idea.
@@.you;
Line up!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 82.mp4" autoplay loop/>
As you say that, the girls line up in front of your cock and open their mouths.
@@.you;
Cumming! Urgh!@@
As you start to cum, it flies into Jasmine's mouth and face, then you move it to Linda, followed by Stella.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You've got some cum close to your eye. Here, let me get it for you.@@
As Linda says that, she slowly moves her finger and removes the cum on Jasmine's face.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Thanks! Seems like you've got a bit on you, too!@@
With that, Jasmine moves closer to Linda and sucks on her cum drenched lips. Almost as by instinct, Linda answers back.
//''Whoa! Are they kissing?! So hot!''//
All of a sudden, you feel pleasure on your cock again. As you look, it seems Stella is cleaning it with her mouth.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh! Almost forgot to clean $player.name's cock!@@
As she says that, she also takes your cock into her mouth and cleans it.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You are not even doing a good job! Let me do it!@@
With that, you move your cock to Linda and let her clean it as well. Meanwhile, Stella seems interested in your cum that is on Jasmine's face. She moves her finger to remove some of it and puts it in her mouth.
@@.emote;
Jasmine chuckles@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
You want some of this? Here, I have a lot of it in my mouth.@@
As she says that, Jasmine kisses Stella too, while Linda cleans your cock.
<<linkreplace "Rest">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 83.jpg">
As you are resting, Linda walks up to you completely naked.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name.@@
@@.you;
Oh, hi Linda. How are you feeling?@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
A little bit sore.@@
As she says that, she sits down next to you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Thanks for helping me out today.@@
@@.you;
You are very welcome. I've also received a huge reward, so I'm more than happy with this.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm sure you are, since you got to fuck two beautiful girls.@@
You can't help but raise an eyebrow.
@@.you;
Two?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yes, me and Stella. There's also that old hag. But that's less of a reward and more of a punishment.@@
@@.emote;
Linda laughs@@
You can't help but grin.
@@.you;
You and Jasmine really get along.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Of course. We are best friends, after all. I've known her for most of my life. I love her to death.@@
As she says that, she glares at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
But don't tell her that I said that, got it?@@
You nod your head.
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Good! That's why I like you, $player.name! Now, come! We need to get dressed, since we still have to receive our prize!@@
As Linda says that, she gets up and walks up to the other two girls that are cleaning themselves. You can't help but watch as Linda's naked ass sways as she walks.
@@.corruption;
You've become more corrupted@@
@@.corruption;
Linda feels more depraved@@
@@.corruption;
Linda becomes more corrupted@@
<<linkreplace "Receive the Prize">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/M4A1.jpg">
After the Prize ceremony, Linda hands you an M4A1.
@@.you;
Are you sure it's fine for me to have it? Wasn't it supposed to go to Diana?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
She already has one. This one would have been her spare. But she said it's fine to give it to you if we won.@@
@@.you;
I see... She seems nice. I would love to meet her some day.@@
@@.emote;
Linda glares at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You would love to fuck her someday, you mean.@@
As she says that, a cold sweat goes down your spine for the fourth time today.
@@.you;
Ha... Haha...@@
But you can't deny that you would fuck her, if the opportunity arrives.
@@.emote;
Linda sighs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You better be careful, $player.name. I'm fine with you frolicking about. But there are some crazy girls out there that will cut your dick off for that.@@
As she says that, you can't help but freeze.
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
So, be careful. Or one day it might be SNIP.@@
You watch as she makes the motion of a scissor cutting. You end up gulping.
@@.you;
Y-yeah... I will control myself... Don't worry...@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, I sure hope so. Now I need to take Stella home. I promised her parents that I would. See you at school, $player.name.@@
As she says that, she comes close and kisses you.
<img src="img/Linda/Linda Kiss.jpg">
After a while, she pulls back and walks away.
@@.you;
Okay, I will see you at school.@@
//''Totally worth the investment!''//
[[Go home|House][$player.corruption += 1;$teacher.corruption += 1;$teacher.corruptionlevel += 1; $time.passTime(3)]]
<</ctp>><<ctp "RunLove">>
<img src="img/Linda/Linda Love Quest 18.jpg">
As you arrive at the location, you spot Linda waiting for you. She waves her hand at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come on, $player.name! Let's get that ass of yours moving!@@
@@.you;
I wouldn't mind looking at your ass while moving.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, you are in luck! I'm not going to go easy on you, so you will be behind me the whole time!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 19.jpg">
As Linda says that, she pulls down her pants and panties, revealing her ass.
//''Whoa! That's one juicy ass! I can even see her pussy!''//
After giving you a good look her of her ass, she pulls her pants back on.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hope you've got a good look at it! Because you are about to eat dirt!@@
As she says that, she starts jogging. Not wanting to stay behind, you pick up your pace to reach her and match her own.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh? Not interested in ogling at my ass the whole trip?@@
@@.you;
Well, I decided to mix it up today and let you look at mine.@@
And, with that, you pick up pace and start jogging in front of her.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh! No you don't!@@
This causes Linda to pick up pace as well.
<<linkreplace "Keep jogging">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 20.jpg">
After thirty minutes, you reach the woods.
@@.emote;
Linda's breathing is rough@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well... Seems like you do have stamina...@@
Your situation isn't much better than hers.
@@.you;
Told you... That you would be the one watching my ass...@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Then, how about a bet? Winner gets to ask a favor from the loser. Oh, but it can't be related to school.@@
You can't help but grin.
@@.you;
If it can't be related to school, does that mean that everything else is fine?@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Quite the naughty boy, aren't you? It's not like you are going to win anyway.@@
@@.you;
Oh, we will see about that that!@@
You prepare yourself to start running.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name! Check this out!@@
<<linkreplace "Look at Linda">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 21.jpg">
As you look at Linda, your jaw almost falls as she exposes herself, revealing not only her breasts, but also bush.
@@.you;
Whoah! That's s-@@
When you were about to say something, Linda takes off.
@@.you;
W-What?! Hey! That's cheating!@@
Though late, you take off after her.
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You snooze, you lose!@@
//''Oh! I'm not going to give up my favor that easily!''//
You pick up pace and slowly start shrinking the distance between you. Surprised by this, Linda tries to go even faster. Unfortunately, this being a woods, she fails to notice a root.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah!@@
You watch as she hits the root with her leg and falls down. Luckily the ground is soft and full of foliage, with no rocks in sight.
@@.you;
Linda!@@
You rush to her side and notice that she is clutching her ankle.
@@.you;
Are you alright?!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm fine... Just a little bruise...@@
As she says that, she tries to stand up, but stumbles. You react quickly to that and prevent her from falling.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ow...@@
@@.you;
A little bruise my ass! You've sprained your ankle! There's no way you can walk like that!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's fine! I just have to make sure not to put much weight on it.@@
@@.you;
There's no way it's fine!@@
You turn around and crouch in front of her.
@@.you;
Come, I will carry you to the nursing room at school.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What? $player.name, we are a few miles from the school, how are you going to carry me there? You're also tired from running!@@
@@.you;
That's what I should be saying to you! We are a few miles from school! How do you plan on using that foot of yours to get there? You're also very tired! Now stop being stubborn and get on my back!@@
Seemingly surprised by your authoritative shout, she meekly gets on your back.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Sorry for this...@@
As she gets in position, you use your arms to hold up her legs and lean a bit forward. You can feel her breasts against your back and her hot breath against your ear.
@@.you;
Don't worry about it. In times like this, you can really on me.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay... Thank you, $player.name.@@
You can't help but smile at Linda showing you a new side of hers.
<<linkreplace "Take Linda back to school">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 22.jpg">
As you make your way to the school, you can't help but feel fatigued. Your steps that were firm at the start, are now starting to become wobbly.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Are you okay, $player.name? Am I heavy?@@
@@.you;
I-I'm fine... Your weight is mostly your ass and your breasts, so I'm fine.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey! That's not nice! I worked hard for this ass!@@
You can't help but chuckle at that.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
But I'm serious. We are almost there. I think I can walk from here.@@
@@.you;
Nah, just keep still. We are almost there anyway, there's no point in worsening your condition... And aren't we doing this to increase my stamina? I'm sure I will be fit as a bull after this!@@
Even though you say that, you can feel your limit arriving. Even if your are close to the school, it's still a half a mile away.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well... If you are going to keep carrying me... I think I should do this.@@
As she says that, you feel her weight getting off your back for a few moments and when it returns, the softness of her breasts seemed to have increased.
@@.you;
Wait, did you just?@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Think of it as a reward.@@
Having her bare breasts on your back seems to invigorate you, giving you the energy to finish carrying her to the nursing room.
<<linkreplace "Take Linda to the nursing room">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 24.jpg">
You finally arrive at the nursing room. Your breathing is very labored and you are amazed that you haven't passed out.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
We are here! Just put me on top of that bed!@@
You do as she asks. You sit on the bed so that she can let go of you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ow! What's this doing here?@@
You hear Linda picking something up and feel her shifting her body, but you don't have much energy to care, you need to sit down.
@@.you;
Ha... Ha... See... I told you... I could do it... Ha...@@
As you look at Linda, you are surprised to see that she's not wearing her blouse.
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I took it off when you carrying me, to make it lighter.@@
You are not sure how much of a difference a single blouse would make, but it's still nice to see her boobs.
@@.you;
Well, I thank you for that... What's with the stethoscope?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It was on the bed when you put me down on it. Do I look like a doctor with it?@@
You watch as she puts it on her shoulder. But no matter what, your eyes seem to be glued to her huge breasts instead.
@@.you;
I guess?@@
You watch as Linda shuffles around a bit and takes off her shorts.
//''Whoa!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name, could you help me with my shoes?@@
@@.you;
Sure!@@
//''Seems like Linda is not, in anyway, shy of her nakedness''//
<<linkreplace "Help Linda">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 23.jpg">
You kneel down in front of her and first remove the shoe from her good foot.
@@.you;
Okay, I'm about to remove your shoe.@@
You look at her as she nods. You untie it and slowly try to remove the shoe.
@@.emote;
Linda whimpers@@
Because it's a running shoe, it's fit really tight, so taking it off gently is hard.
@@.you;
I'm going to have to remove the shoe lace, okay?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay...@@
You take out the shoelace, while Linda whimpers against from the pain of you moving her foot around.
@@.you;
Okay, one more time...@@
You gently pull off her shoe.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ouch!@@
@@.you;
It's done! Are you okay?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yeah... Open that cabinet, there's some cold spray in there.@@
You open the cabinet and take out a can of spray. You shake it a little bit and notice the it's almost empty.
@@.you;
Seems like it's almost gone. You got quite lucky there.@@
You go back to Linda and spray the area that is sprained.
@@.emote;
Linda winces@@
@@.you;
There! Done! How do you feel?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Much better, thank you, $player.name.@@
As you get up again, Linda taps on the bed.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come, sit next to me. You must be very tired.@@
@@.you;
Ah, thanks.@@
As you sit down next to Linda, you can't help being intoxicated with her smell. You were so focused on bringing her here, that you hadn't even noticed that when you were carrying her. As you look at Linda, your eyes can't help but be sucked in by the gravitational field generated by her massive breasts. All of this leads to your cock engorging.
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Lost something in there?@@
Your attention is pulled back by her. You try to distract yourself by removing your shoes.
@@.you;
Ah, no! Sorry...@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm just kidding! You saved me today, so you can say that you earned it. Hm... And with that said, I do feel like I should reward you...@@
@@.you;
Oh, you don't have to. I did it because I wanted to.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Is that so? Are you sure?@@
As she says that, she puts her hand on your cock. With that, your cock instantly goes from a half chubby to full mast.
@@.you;
W-Well...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Since you've helped me out... I'm sure I could help you too...@@
You can't help but gulp. Unable to fight against your primal desires, you nod your head.
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Then let's see what we are dealing with here...@@
In a single swift move, she fully removes your pants and briefs.
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh, my! What do we have here! Seems like he's quite ready... Well, I guess I shouldn't leave him waiting.@@
As she says that, she pushes your chest, causing you to lay down on the bed.
<<linkreplace "Let Linda help you">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Love Quest 25.mp4" autoplay loop/>
As you lay down, Linda caresses your cock.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
First we have to get this nice and lubricated...@@
You watch as she spits on it and starts jerking you off. You can't help but grunt in pleasure.
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Seems like you are already feeling it. But don't worry, it will only get better from here.@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Love Quest 26.mp4" autoplay loop/>
As she says that, she takes your cock into her mouth.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm!@@
She tries to take it fully, but is unable. Instead, she start blowing you.
@@.you;
Ah! Fuck! You are good at this!@@
Seemingly happy with your compliment, she redoubles her effort. The sound of her sucking your dick echos in the nursing room. After a while, she stops in order to catch a breather.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Geez, $player.name! Your cock is larger than I expected!@@
@@.you;
Don't like it?@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I didn't say I didn't!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Love Quest 27.mp4" autoplay loop/>
As she says that, she takes on your cock once again. This time, you are not able to hold back and end up moaning.
@@.you;
Ugh... Yes... Keep going...@@
As she keeps sucking you, you feel that you are closer and closer to cumming. Not wanting to ruin a good thing, you decide to warn her.
@@.you;
Linda, I'm about to cum!@@
Seemingly spurred by your warning, Linda focuses even more on giving you pleasure.
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Love Quest 28.mp4" autoplay loop/>
Unable to hold back any longer longer, you begin to cum.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm!@@
Taken by surprise, Linda pushes your cock further into her mouth, as if to prevent your cum from spilling out. As you finish cumming, Linda slowly pulls your cock out of her mouth, but stopping at the very end, to give a gentle suckle, making sure to take every last drop. Once finished, she licks your shaft.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
There, completely clean. What did you think? Did you like your reward?@@
With your mind now perfectly clear, you give her an answer.
@@.you;
That... Was... Awesome!@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm glad you enjoyed it. But do make sure not to tell anyone, okay? Can't have people knowing that I sucked off one of my students.@@
@@.you;
Got it... Can I expect more of this in the future?@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Maybe! But we should get dressed now. My leg is feeling good enough for me to walk to my car.@@
@@.you;
Okay.@@
<<linkreplace "Get dressed">><<scrollTop>><<ctpAdvance "RunLove">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Love Quest 29.jpg">
As you finish putting your pants back on, you can't help but remember that Linda had pretty much nothing to dress.
@@.you;
Hey, what are you go-@@
When you were about to ask her the question, you were amazed by the fact that she already had new clothes ready.
@@.emote;
Linda winks at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
A woman needs to be prepared.@@
You can't help but grin.
@@.you;
I can see that. I've gotta say, you look hot even when dressing up.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Buttering up to me won't get you anywhere. At least not today.@@
You watch as she gets off the bed and tests her foot.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm... I think I will need a little bit of help. Care to lend me your shoulder?@@
@@.you;
Sure. But I don't mind carrying you.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
No, I think I've been carried enough for today.@@
As she says that, she puts her arm around your shoulder.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come, let's go to the parking lot.@@
You nod your head and make your way to her car. Once you arrive, she lets go of you and kisses you.
<img src="img/Linda/Linda Kiss.jpg">
@@.you;
What was that for?@@
@@.emote;
Linda smiles at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
For everything. You really showed me what you are made of today. And I've got to say, I did like what I saw.@@
As she says that, she opens the door of her car and gets in.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Keep up the good work, and there might just be a spicier school life waiting for you.@@
You can't help but grin at that.
@@.you;
I will do my best.@@
You watch as she nods her head in approval and turns on her car.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I will see you Monday, $player.name.@@
@@.you;
Till Monday, Linda.@@
After your final farewell, Linda drives off.
@@.you;
Man... What a day!@@
As you make your way to the car, you feel that your legs are sore.
@@.you;
But I do hope I won't be feeling this tomorrow...@@
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "testID">>
<img src="img/Linda/Linda Corruption Quest 17.jpg">
As you arrive at the classroom, you notice that Jasmine is already waiting for you.
//''Sitting on the table again?!''//
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hey, $player.name!@@
@@.you;
Hey, Jasmine. What do you have for me?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hm... From what I've researched, it seems that your Pheromones, so to speak, affect one of the three estrogen hormones. To be more specific, it affects Estradiol. An increase of Estradiol leads to an increase in Libido.@@
//''Estradiol?''//
@@.you;
How is that possible?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
That's what's weird... Estradiol is, for women, primarily produced in the ovaries... But the reaction is much too fast for that to be the case. Estradiol is basically a cholesterol derivativ... Thus, the only way for the reaction to be this fast, would be a transformation of the cholesterol present in the human body. To be more specific, the cholesterol that's in our blood vessels! But how can that even be possible?!@@
//''Hm... So the Corruption invades the other person's body and transforms their cholesterol into estradiol? Since it's in the blood vessel, does that mean it travels to the brain and that is why they become more open?''//
You know for a fact that what causes you to be able to release these pheromones is that Pravitas mutated some cells in your body to produce a new organ.
//''How does it work exactly?''//
You shake your head. You are sure that the only way to find out about it, will be by talking with Pravitas.
//''At least this gave me a lead! I need to remember to look into this...''//
As you are lost in thought, Jasmine approaches you.
<<linkreplace "Look at her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 18.jpg">
As you look at Jasmine, you are surprised to see her removing her shirt.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
And with that said, we need to experiment some more, to know the effects it has on the body.@@
You can clearly hear the lust in her voice. It seems like the effect of the corruption still remain in her.
//''I also have to convince her to not write a paper about me... Or to tell anyone about it...''//
You take a deep breath and smile at Jasmine.
//''I've got no other choice... Let's make sure she listens to me!''//
@@.you;
Of course! I'm the one that asked this favor in the first place! So, how about you take off that bra and show me some skin?@@
As you say that, you can clearly see a lewd smile growing on her face.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Can't have enough of these, can you?@@
<<linkreplace "Watch Jasmine">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 20.jpg">
You watch as she takes off her bra and starts to fondle her own breasts.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Come on... Aren't you going to touch me?@@
As you look at her, you take one last deep breath.
//''This has to be done!''//
And you stop containing your corruption.
@@.you;
Oh, I'm going to do much more than just touch you.@@
As you say that, you approach her and start fondling her breasts.
@@.emote;
Jasmine moans@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Yes... This is what I was missing...@@
After a little bit, you decide to stop.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
W-What? Why did you stop?!@@
@@.you;
Well, you can't be the only one having fun here, now can you?@@
As you say that, you take off your pants and pull out a chair.
@@.you;
So, how about you service me?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh! Okay! I don't mind! I love the taste of your cock!@@
And with that, she kneels in front of your cock.
<<linkreplace "Let her service you">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 21.mp4" autoplay loop/>
As you stare down at her, she takes your cock into her hands and licks its head.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hm... Delicious!@@
After licking it like a Popsicle, she eventually takes your full cock into her mouth.
@@.you;
Yeah... That's it...@@
As you watch her blow you, you can't help but stare at her breasts.
@@.you;
Say, how about you use those breasts that you are so proud of?@@
With that, she pulls back her head and grins at you.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh? It seems like you are a tits guy!@@
@@.you;
Not at all. I'm a fan of tits, ass, thighs, feet. The whole package.@@
@@.emote;
Jasmine chuckles@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Is that so? Then let me show you what these puppies can do. That may change your mind.@@
<<linkreplace "Let her keep servicing you">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 22.mp4" autoplay loop/>
You watch as she lubes your cock one more time, before placing it between her breasts. The way she does it shows you that she's quite experienced at it.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
There... Now I just have to...@@
And, with that, she presses her breasts around your cock and starts jerking it. You can immediately feel the pleasure of having them gently caressing your dick.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hm... Like this...@@
As she moves her breasts, your cock seems to not want to behave. An idea comes to your head.
@@.you;
Why don't you hold my dick and I will use your breasts?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh! Aren’t you the naughty boy!@@
As she takes a firm grip on your cock and places it between her breast, you take a handful of them in your hand.
@@.emote;
Jasmine moans@@
You move them up and down your dick, but you quickly notice that Jasmine is growing restless.
@@.you;
What's the matter?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I... I need your cock, in me!@@
<<linkreplace "Watch her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 23.mp4" autoplay loop/>
As she says that, she lets go of your cock and gets up. In a swift motion, she takes off her panties and stands over you.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah...@@
You watch as she takes your cock and lines it up with her pussy. Once aligned, she plunges downward.
@@.emote;
Jasmine moans loudly@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah! Yes!@@
As she moves her hips, you decide to have some fun with her ass.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hm... Yes! Fondle my ass while I fuck you!@@
//''I don't think letting her take control is the right move...''//
Using your core strength, you pick her up while she still is bouncing on your cock.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
W-What?!@@
Without answering her, you lay her on the table.
<<linkreplace "Take charge">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 24.mp4" autoplay loop/>
Once she's laying on the table, you take charge and start fucking her.
@@.emote;
Jasmine moans even louder@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah! Yes! Fuck me harder, $player.name!@@
You can feel the heat coursing through your veins. It seems like the corruption is in full effect now. As you move your hips, you once again pick her up and turn her around, with her body now leaning on the table.
<<linkreplace "Convince her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 25.mp4" autoplay loop/>
As you are plunging your dick into her, you start to feel her walls contracting. A clear sign that she's about to cum. You stop your thrusting.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I-I'm about to cum! Ah! Ah? What? Why did you stop?!@@
@@.you;
I've actually got a favor to ask you.@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
What? Do you want to cum inside of me? Go ahead! Just keep moving!@@
As you look into her eyes, you can clearly see the purple haze in them, much ticker than before. She's desperate for pleasure, willing to do anything for it.
//''Is this how the corruption controls others?''//
@@.you;
What I want from you, is that you don't write the paper about me and I also don't want you to tell anyone what I told you.@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
W-What?! But it's an important discovery! I-I need to write a paper about it! But I won't tell anyone it was you! I will keep it a secret who it was about! Just, please keep fucking me!@@
@@.you;
No. If you can't promise me that you won't write the paper, then I will stop right here. I will also never fuck you again.@@
You can clearly see her struggling with that. On one hand, he desire to be recognized by the community and the fame of discovery. On the other hand, the pleasure she's feeling. The choice would be obvious if she were in a clear state of mind. But, from the look in her eyes, you are sure that she will only make a single choice.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
F-Fine! I won't write about it and I won't tell anyone! Just make me cum!@@
@@.you;
Deal.@@
And with that, you move your hips vigorously. The sudden movement pushes Jasmine across the edge.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I-I'm cumming!@@
As she cums, you keep pounding her pussy.
@@.emote;
Jasmine moans loudly@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
No! If you keep doing that! I- I-!@@
Ignoring her, you maintain your pace.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I'm cumming again!@@
Even though she came a second time, you keep pumping her with your cock. And this continues for the next fifteen minutes, until you are no longer able to hold back.
@@.you;
Urgh!@@
As you cum into her, you release her hips, causing her to collapse on the floor, panting.
<<linkreplace "Finish">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 26.jpg">
After a while, you put your pants back on and look at Jasmine.
@@.you;
I have your word, right?@@
As Jasmine looks at you, you can clearly see the worship in her eyes. In this state, she would probably do anything you asked.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Of course! Anything! You will fuck me again, won't you?@@
@@.you;
As long as you keep your word...@@
As you say that, you think of another thing.
//''Pravitas was able to make me forget about the dreams... Can I do the same here?''//
@@.you;
Also, you won't remember what we talked about.@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Yes! I won't remember what we talked about... You will fuck me again, right?@@
@@.you;
Yes, of course.@@
While it does feel weird to control someone, there's an unexpected dark pleasure that you feel.
//''I should make sure to follow up with Linda...''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "testID">>
<img src="img/Linda/Linda Corruption Quest 27.jpg">
As you walk into Linda's Office, you spot her sitting on her desk.
@@.you;
Hey, Linda.@@
@@.emote;
Linda glares at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
$player.name... I heard about you from Jasmine.@@
As she she says that, a chill runs down your spine.
@@.you;
W-What did she way?@@
You watch as Linda gets off the desk and walks towards you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You know damn well what I'm talking about.@@
//''Shit! Did the corruption not work?! Did she tell Linda about my pheromones?!''//
You can't help but break in cold sweat.
@@.you;
I... I don't?@@
<<linkreplace "Look at Linda">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 28.jpg">
As you say that, Linda reaches you and pulls your tie, while pointing her finger at your chest.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Then let me spell it out for you.@@
//''God damn it! What should I do? Should I run? Attempt to corrupt her? But it didn't work on Jasmine!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You went to Jasmine to ask questions and decided you wanted to fuck her, in the classroom.@@
@@.you;
No! Wait! I can explain! It's not t- Uh? Wait? What?@@
@@.emote;
Linda frowns@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You heard me! You said you wanted to ask questions about Chemical Biology, so I asked my friend a favor. But it seems like what you wanted was to fill her with your Biological Chemicals!@@
//''Wait! So it did work! Jasmine didn't tell her what I asked! But it seems she still remembers that we had sex... Wait, why did she tell that to Linda?''//
@@.you;
I-I'm sorry? It just kind of happened.@@
@@.emote;
Linda crosses her arms@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hmph! I didn't know you were that desperate to get laid, considering that you took advantage of that old slut.@@
//''Jesus! She's being really aggressive! Wait a minute...''//
@@.you;
Are you, perhaps, jealous?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What? Me? Jealous? Please! Why would I be jealous of that old bag of bones?!@@
You can't help but grin.
@@.you;
True, after all, you are far more beautiful than her, and sexier too.@@
@@.emote;
Linda is surprised@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
H-Hey! I'm still pissed at you, got it? You won't weasel your way out of this by flattering me.@@
@@.you;
Is it really flattery if I'm saying the truth?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, of course I am. I'm sure you would rather have had your way with me than with her.@@
@@.you;
Well, you certainly are better than her, appearance wise... But she's quite good at having sex.@@
@@.emote;
Linda frowns at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm better than her in bed, too.@@
//''She's quite insistent... I wonder if they have some kind of rivalry going on?''//
@@.you;
Well... I will admit that I was quite impressed by your blowjob... But I have no way of knowing anything else...@@
You watch as Linda glares at you and marches towards the door.
//''Fuck! Did I go too far?!''//
As you are about to turn around and apologize, you hear the sound of the door locking.
<<linkreplace "Look at Linda">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 29.jpg">
As you turn around, you see Linda undressing.
//''Whoa!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Since you've pushed me this far, I sure hope you capable of satisfying me. Be aware that your performance here will reflect on your final score.@@
//''So much for professionalism... But it does seem that she's motivated by the prospect of a challenge. I can probably use that to my advantage.''//
Even though she says that, you can't help but grin even more.
@@.you;
Oh, I'm sure I can. The question here is, can you?@@
@@.emote;
Linda snorts@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Don't get ahead of yourself, $player.name. Just because you are slightly handsome and fit.@@
You can't help but raise an eyebrow at that.
@@.you;
Slightly?@@
You decide to follow her example and take off your shirt, exposing your toned muscles. Thanks to Pravitas mutation, even the structure of your face was slightly altered to be more symmetric, making you more handsome in the process. You decide to flex in front of her.
@@.you;
You call this, slightly?@@
For some reason, you are getting fired up by the challenge.
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Sure, you may have some nice muscles on your arms, but don't let your mouth write a check that your hips can't cash. I've seen many fit guys crumble in minutes. Especially those that became fit through other means.@@
//''Oh? She's taunting me now?!''//
@@.you;
If you are so sure of yourself, how about we make a bet. Whoever cums first will be able to give the other an order. Since we weren't able to finish our bet during our run, I think it would be only fair. Exception still stands that it can't be related to school.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh! You are so on! So, who's going to start first?@@
Not able to hold back any longer, you undo your zipper and show her your cock, that is hanging at half mast.
@@.you;
I will give you a handicap. You can start by sucking my dick. You have five minutes.@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What, do you think I gave it my all last time? Then you are in for a surprise!@@
<<linkreplace "Let Linda do her thing">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 30.mp4" autoplay loop/>
As Linda says that, she kneels in front of you and takes your cock into her hand.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I wonder if you will cum without me even having to suck you off?@@
As she strokes it, your cock becomes harder and harder, eventually reaching full mast.
@@.you;
Not at all. I've got a lot of experience with hands.@@
@@.emote;
Linda chuckles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Your own, I'm sure.@@
As she says that, you can't help but feel a little bit embarrassed.
@@.you;
That's besides the point.@@
You watch as Linda strokes your cock, and one minute becomes two.
@@.emote;
Linda frowns@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Seems like you are more resilient than I thought. So be it.@@
<<linkreplace "Let Linda do her thing">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 31.mp4" autoplay loop/>
As she says that, she takes your cock into her mouth. You can't help but groan in pleasure.
@@.you;
Urgh...@@
//''Damn it! Hold it together, $player.name!''//
Not even taking a second to pause, she instantly uses her hand to stroke your shaft while licking and sucking on the tip of your dick. This sends shivers up your spine.
//''Whoa! She wasn't kidding when she said she hadn't given her all!''//
Even then, you endure the fierce pleasure you are feeling. And, thus, two minutes becomes three, then four. Noticing that you are not cumming, Linda doubles her efforts.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hm!!@@
//''Oh, shit!''//
You can't help but get a hold of the table and tightening your toes.
//''Come on! Almost there!''//
You look at the clock and the seconds are ticking. Once it reaches five minutes, you instantly try to pull your cock out of her mouth, but she holds it in a vice.
@@.you;
Hey! No cheating! It's been five minutes!@@
You watch as Linda frowns and lets go of your cock.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hmph! Seems like you are better than I thought. Not many men can say they lasted that long in my mouth.@@
//''I can see why! Thank God that I made it five minutes instead of ten! Hell, I don't think I could last six!''//
As you look down at Linda, you can't help but grin.
@@.you;
It's my turn now.@@
You tap the table.
@@.you;
Take off your skirt and panties, because I'm about to rock your world.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Don't be overconfident, just because I praised you a little bit.@@
As she says that, she swiftly gets out of her skirt, along with her panties. She then lays on the table, giving you a clear view of her pussy.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hope you know your way around a girl.@@
@@.you;
Oh, you will see...@@
<<linkreplace "Lick her pussy">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 32.mp4" autoplay loop/>
As you start to lick her pussy, you can't help but release a bit of your corruption.
@@.emote;
Linda moans@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Y-You are better than I thought!@@
Focusing on the task at hand, you move your tongue up and down, left and right, making sure to tease her clit every once in a while. And with that, one minute becomes two, then three, then four.
@@.emote;
Linda moans loudly@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I-Is that all you've got?!@@
You decide that it's time to pull out your secret weapon. As you focus on her labia with your lips and tongue, you use your hand to tease her now engorged clit.
@@.emote;
Linda moans very loudly@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
N-Not enough!@@
You are certain that she's about to cum, all you have to do is give her a final push. But, all of a sudden, your head is pushed backwards. You end up frowning as you look at Linda.
@@.emote;
Linda is panting@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Five minutes! No cheating!@@
You can't help but laugh at that.
@@.you;
Well, now what?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What do you mean, now what?@@
<<linkreplace "Watch Linda">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 33.mp4" autoplay loop/>
As Linda says that, she gets off the table and presents her ass to you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Since you've already made me nice and wet, I may as well make you cum with my pussy. Unless you are too much of a chicken to stick it in.@@
You watch as Linda shakes her ass, inviting you in.
//''Chance!''//
@@.you;
You've just fell into my trap! There has yet to be a woman that I haven't made cum with my cock!@@
As you say that, you take a hold of her ass cheeks and line up your cock with her pussy.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
We will see about t-@@
Before she can even finish talking, you shove your cock into her.
@@.emote;
Linda moans@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
A-At least let me finish!@@
<<linkreplace "Fuck her faster">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 34.mp4" autoplay loop/>
Not caring for her words, you decide to take advantage that she was close to cumming from you licking her pussy. You immediately start thrusting hard and steadily.
@@.emote;
Linda moans loudly@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
W-Wait! I'm still sensitive down there! You are supposed to start slow!@@
@@.you;
You know what they say! The early bird catches the worm! Or, in this case, the wet pussy catches the mighty cock, that will make it cum!@@
With that, you keep thrusting your hips with reckless abandon.
@@.you;
Who's got the weak hips, Linda? It's only a matter of time.@@
You watch as Linda stifles her moans and tries to hold herself back. She's fully focused on not cumming.
@@.you;
Oh, no you don't!@@
You get a handful of her hair and pull her head up, breaking her concentration.
//''Almost there!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
D-Damn it! It's not fair! You are controlling the pace! $player.name, get off!@@
Caught by surprise by her sudden outburst, you pull back.
@@.you;
What?@@
Suddenly Linda gets up and shoves you, causing you to sit on the chair.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Here's some payback!@@
As she says that, she stands over your legs and takes your cock into her hands.
<<linkreplace "Prepare yourself">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 35.mp4" autoplay loop/>
All of a sudden, she plunges herself down on your cock, causing you to groan in pleasure.
@@.you;
Urgh!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
How do you like that, uh?@@
As she says that, she keeps bouncing up and down. Her movements are clearly tailored towards your own pleasure and not much her own.
//''Crap!''//
You were already not that far from cumming and, if this keeps up, you would end up losing.
//''Not that it would be a bad thing, but I want that favor!''//
Mustering all the power in your body, you shove your arms under her legs and swipe her up.
@@.emote;
Linda is surprised@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
W-What are you doing, $player.name?!@@
You get off the chair and lay her ass on the table. You decide to lift up her legs, giving you a clear line towards your end goal.
@@.you;
Take this!@@
<<linkreplace "Fuck her hard">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 36.mp4" autoplay loop/>
Now that you are in firm control, you quicken your pace and slam your hips against her ass.
@@.emote;
Linda moans loudly@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Not so hard!@@
You ignore her and keep pumping her over and over again.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah! No! S-Stop! I- Shit! I'm cumming! Ah!@@
As you thrust your hips one last time, you can feel her walls contract, trying to milk you for all you've got.
//''Shit! If I cum like this, she will call it a draw!''//
Going against your impulse to cum deep into her womb, you pull out your cock. Not wanting to stay on top of the table, Linda gets off of it and collapses on the floor.
@@.you;
It's my win! Now, receive my load!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 37.mp4" autoplay loop/>
As you say that, you move towards her face and start stroking your cock. Almost as if by instinct, Linda opens her mouth wide. Not being able to hold back any longer, you start to cum.
@@.you;
Urgh!@@
You unload what feels like weeks of cum on her face and mouth. Looking at her caked face, you can't help but grin.
@@.you;
Damn, you look beautiful with all my cum all over your face.@@
@@.emote;
Linda snorts@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You got lucky that I hadn't had sex in a while, or you would have lost.@@
@@.you;
Seems like the whining of a loser. How about cleaning the winners cock?@@
Even though Linda glares at you, she still takes your cock into her mouth, making to sure to suck the last bit of cum out of it, before licking the shaft.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
There. Satisfied?@@
@@.you;
Considering how hard you came, I could say the same to you.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I suppose.@@
<<linkreplace "Talk to her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 38.jpg">
As Linda says that, she sits back down on her chair, not even bothering to clean her face.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I've go to hand it to you, $player.name. When Jasmine said that you made her cum like crazy, I honestly didn't believe her. That old slut hadn't seen a cock in so long, that even a jacuzzi could make her cum.@@
@@.you;
Thanks? But did her taunting you about it really make you want to have sex with me?@@
@@.emote;
Linda laughs and grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Of course not! I was honestly holding myself back. Since I'm your teacher and all that. But, since you went ahead and fucked another teacher, there was no need to hold it back any more, was there?@@
@@.emote;
Linda shrugs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Being able to tell Jasmine that you prefer my pussy over that dry void of hers, is just the cherry on top of the icecream.@@
@@.you;
Oh? Does that mean you are fine with me fucking you every once in a while?@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What are you, some kind of horny teenager? Behave yourself, $player.name. But, yes. If the opportunity presents itself. Now, leave. I need to clean myself.@@
//''Nice!''//
@@.you;
Got it. I had a lot of fun.@@
@@.emote;
Linda smiles at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Same here. I haven't cummed that hard in quite a long time. I've got to hand it to you, your hips aren't just decoration.@@
You can't help but laugh at that.
@@.you;
Flatter me all you want, I still won. That means you need to obey an order of mine.@@
You watch as Linda clicks her tongue.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Tch... Fine, what is it you want?@@
@@.you;
Right now? Nothing. I will need to think about it. See you tomorrow, Linda.@@
//''Maybe I should look for her on Saturday, Noon. That's when she goes out for a run... That would be interesting!''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "testID">>
<img src="img/Other/Hiking Trail.jpg">
You arrive that the usual hiking spot that Linda goes for a run.
@@.you;
That's odd... Linda is usually here at this hour... Well, I did want to surprise her, so it's possible she just didn't come today... Now what?@@
You look around and start stretching.
@@.you;
I'm already here anyway... May as well exercise...@@
As you are stretching, you suddenly hear the sound of something falling, followed by a yelp.
@@.you;
What?!@@
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Owww!@@
From the sound of it, it seems someone is hurt.
<<linkreplace "See who it is">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 39.jpg">
You rush towards the direction that you heard the noise and, right over the cliff, you spot a girl sitting on a rock.
@@.you;
Hello? Are you okay? I heard something falling then someone screaming.@@
As you say that, the girl notices you.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
Oh! Hi! I... I think I must have hurt something when I fell down...@@
@@.you;
Is that so? Do you need help?@@
You watch as the girl looks you up and down. Most likely evaluating if you are someone who's dangerous or not.
@@.you;
If you don't need any help, then I will be on my way.@@
As you say that, you turn around and start walking.
@@.stuff;
<img src="img/Profile/Unknown.jpg" class="float-left">?????<hr>
N-No! Wait! Please help me! I think I twisted my ankle and I don't think I can get back home on my own!@@
You face the girl again.
@@.you;
Really? Want me to check your leg? I have basic medical training. I'm $player.name by the way.@@
//''From watching videos on the Internet!''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Seriously?! That would be a big help! My name is Stella! Nice to meet you $player.name!@@
<<linkreplace "Take a look">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 40.jpg">
You kneel in front of her and take her leg into your hands.
@@.you;
Tell me if it hurts.@@
You start up on her thigh and give it a good squeeze.
@@.emote;
Stella moans slightly@@
@@.you;
Did it hurt?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
N-No... But shouldn't you check my foot?@@
@@.you;
Uh... Ahem... No, we need to check the whole leg, since we never know what may have happened, right?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Okay...?@@
You continue your "inspection", slowly making your way down her leg.
@@.emote;
Stella moans softly@@
You can't help but grin as she reacts to your touch. Once you reach her ankle, she yelps.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ow!@@
@@.you;
Hm... Yep, your ankle is swollen. Can you try standing on it?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I will try...@@
<<linkreplace "First">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 41.jpg">
You watch as she slowly stand up and shifts her weight towards her good leg.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ow... I... I think I can maybe walk, with some help...@@
She looks at you with expecting eyes, but you shake your head.
@@.you;
No, that won't do.@@
@@.emote;
Stella frowns and pleads@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
You won't help me walk? Come on, please! It's very hot and I don't want to get a heatstroke!@@
@@.you;
Oh! That's not what I meant. I said it won't do for you to walk on that leg. From the looks of it, you just barely sprained it, so it's swollen. As long as you don't put weight on it, it should be fine in an hour or so. As such, I will just carry you. If you don't mind, of course.@@
@@.emote;
Stella is surprised and flustered@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Y-You are going to carry me?! But you don't even know me! It will take almost an hour to walk to my house! Can you even do it?@@
You can't help but chuckle at her reaction
@@.you;
Believe it or not, I've got a recent experience carrying someone with a twisted ankle and I was in a far worse condition than I am now. Also, carrying someone light as you will be no different than carrying a hiking backpack. How much can you possibly weight? Forty or so kilos?@@
You watch as Stella turns her face away.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I'm a bit heavier than that... But not much! But, why are you going so far out of your way to help me?@@
You shrug.
@@.you;
Well, what can I say. I have a soft spot for helping damsels in distress.@@
@@.emote;
Stella laughs@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Damsels in distress? Aren't you watching too many movies? But I do fancy myself a damsel... And I am in distress... So... Will you really help me?@@
@@.you;
Of course.@@
As you say that, you turn your back to her and crouch down.
@@.you;
Hop right on.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
O-Okay... But make sure to tell me if I'm too heavy, okay? Also, don't drop me.@@
As she says that, you feel something massive being pressed against your back.
//''What the?!''//
The sports bra really didn't do justice to her breasts. You are sure they must be huge.
@@.you;
Don't worry, I've got this. Now, where to?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
That way.@@
<<linkreplace "Carry Stella home">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/Hiking Trail.jpg">
You start moving, while carrying Stella. Since she's gone quiet ever since you started moving, you decide to make small talk.
@@.you;
So, Stella. What brings you here? I don't think I've ever seen you around these parts.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Well, it's because this is the first time I came here... A friend of mine invited me to be a part of her team in a tournament and, while we were talking, she asked me if I wanted to join her on a hike. When I got ready for the hike, she called me saying she had to cancel it, due to something happening. I thought it was a shame, since I was already ready to leave, so I just came on my own...@@
@@.you;
I see... That explains it. But how did you fall? You don't seem like the clumsy type.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah! It's kind of embarrassing... While I was running, I saw a cute rabbit hopping about...@@
@@.you;
So you got distracted and missed your footing?@@
@@.emote;
Stella becomes embarrassed@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Yeah...@@
@@.you;
So, what color was it?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
What?@@
@@.you;
The cute rabbit. What color was it?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! It was black! It had such beautiful fur! And-@@
You continue carrying her as the both of you talk about the rabbit, then animals in general. You quickly learn that Stella is close to graduating college. Her dream seems to be becoming a Vet that takes care of stray animals. She eventually talks about how her dog is a rescue and that she feels sorry whenever she sees strays.
As the small talk continues, time seems to fly by and Stella completely opens up to you, with a little help of your corruption. Eventually you reach a house.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! That's my house!@@
You can't help but gasp at how large it is. It looks more like a mansion than a house.
@@.you;
You live there?!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Well, not really. I'm staying here until I graduate. My parents rented it for that purpose.@@
@@.you;
How do you even clean it?@@
@@.emote;
Stella chuckles@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Clean it? There's a maid that comes once a week to do the house keeping. I just have to clean up my own mess.@@
//''A maid?! I could guess that she was rich just by looking at the house. But a maid?!''//
@@.you;
Is it fine if I just walk up to it?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Of course! I've left the key under the plant pot in front of the door.@@
@@.you;
Got it...@@
<<linkreplace "Carry her to her house">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 42.jpg">
As you enter the house with her, you slowly put her down.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Wow! I can't believe you actually were able to carry me all that way!@@
You watch as she looks you up and down. She seems to be impressed with what she sees.
@@.you;
I told you, didn't I? Also, how's the foot?@@
As you say that, she carefully puts pressure on her foot and winces.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Much better, but still sore...@@
@@.you;
Then you should take a hot bath. A hot bath allows for a full-body release as all your muscles are thoroughly warmed and relaxed. The warm water loosens spasms and releases tension from surrounding muscles that may have been compensating for your injury.@@
//''Thanks again, random Internet post that I've read!''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh, really?! Then it's lucky that I have a big bathtub!@@
//''I would actually be more impressed if this house DIDN'T have one...''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Speaking of which! Where are my manners?! You must be tired! How about some water? I've got some bottled water in the fridge!@@
//''Must be nice being rich... No need for tap water.''//
@@.you;
Thanks. I'm very thirsty.@@
@@.emote;
Stella smiles@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
This way!@@
You watch as she slowly makes her way to the kitchen, making sure to keep her weight off her bad foot.
<<linkreplace "Follow her to the kitchen">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 43.mp4" autoplay loop/>
As you arrive at the kitchen, she opens the refrigerator and starts looking for the water.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Let's see... Do you prefer it carbonated or straight?@@
Your eyes can't help but become glued on her wiggling ass.
//''Not only huge boobs, but a huge ass as well!''//
@@.you;
Uh, straight is fine...@@
Even though you answer, your mind is firmly focused on her butt.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Okay! I've got some alkaline water here! I've heard it's good for you, since it balances the acids in your stomach!@@
<<linkreplace "Receive the water">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 44.jpg">
As she says that, she quickly takes out the water bottom and turns to hand it to you. This catches you by surprise. You are sure she noticed you were ogling her ass.
@@.emote;
Stella grins@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Do you like it?@@
You can't help but stutter.
@@.you;
W-what?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
The water! Do you like it?@@
@@.you;
Oh! Yes! It's very good! Very good indeed!@@
You say that as you pop open the top and chug it.
@@.emote;
Stella giggles@@
//''It seems she didn't mind me looking at her ass... No... It's more like she enjoyed it?''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Well, I'm going to go take that hot bath. Please, stay around for a minute while you rest.@@
@@.you;
Okay?@@
As she says that, she makes her way way to the bathroom.
//''Odd... Shouldn't I be leaving now?''//
You sit down on the chair and drink your water.
@@.you;
Damn! I didn't noticed it last time, but this is really great water?!@@
You are impressed on how tasty the water is, even though it's completely tasteless.
@@.you;
Maybe this is what they call refreshing?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
$player.name! I forgot to bring my towel! Could you bring it for me? It should be on the counter!@@
//''What?''//
As you look around, you notice that, indeed, there was a towel on the counter.
//''Did she forget it there? But how? It wasn't there when I got here... Did she leave it there on purpose?''//
@@.you;
Okay! Just one sec!@@
<<linkreplace "Bring her the towel">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 45.jpg">
As you take the towel and open the door to that bathroom, you stand face to face with a starked naked Stella.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Sorry, $player.name... With my foot like this, I didn't want to risk leaving the bathtub and slipping...@@
@@.you;
Oh, no problem. But are you sure it's fine for me to be here? With you being naked and all that.@@
@@.emote;
Stella chuckles@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I don't mind. Speaking of you being here... Now that I take a closer look at you, you are all sweaty! Say, don't you want to join me?@@
//''She's really going hard... Did I use too much corruption by mistake? Should I really take advantage of her in this state?''//
@@.you;
I... I don't know...@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Come on! I still haven't thanked you for helping me out!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 46.mp4" autoplay loop/>
As she says that, she gets a hold of your pants and pulls you in closer.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Or... Maybe you don't think I'm pretty? Is it because my breasts are kind of saggy?@@
You look at her face and you can see she's hurt by the fact that you seem to be rejecting her.
//''Shit... She didn't look like the slutty type. Did I use more corruption than I should have?''//
@@.you;
No! Of course not! You are very beautiful and your breasts are amazing! You just caught me slightly by surprise!@@
@@.emote;
Stella perks up@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Really?! Then... Do you want to touch them?@@
When she says that, the last amount of reasoning leaves your head.
<<linkreplace "Grab her boobs">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 47.mp4" autoplay loop/>
Not being able to hold back any longer, you move your hands on to her breasts and start fondling them.
//''So soft!''//
@@.emote;
Stella moans@@
@@.you;
Your breasts feel so amazing! I don't thing I've ever touched one so soft!@@
@@.emote;
Stella chuckles@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Really?! I'm glad you enjoy them! My ex-boyfriend used to say they were soggy...@@
@@.you;
Soggy?! Nonsense! That asshole just doesn't know what's good. Probably prefers some hard ass piece of plastic. I, on the other hand, am a big fan of natural! And these, in my opinion, are perfect! They are nice and soft to the touch, yet firm!@@
@@.emote;
Stella laughs@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Thanks! But I can see that something here isn't soft...@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 48.mp4" autoplay loop/>
As she says that, she moves forward and pulls down your pants. You hard cock almost slaps her on the face.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh, my! Is this all for me?@@
@@.you;
Well, you did ask me what I thought of your breasts. This makes it perfectly clear, doesn't it?@@
@@.emote;
Stella chuckles@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
It sure does! Do you want me to use them on you?@@
@@.you;
Hell yeah, I do!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 49.mp4" autoplay loop/>
You watch as she kneels in front of you and spits on your hard cock to lubricate it.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I'm quite confident on this...@@
As she says that, she wraps her huge breasts around your cock and sandwiches. You can feel the softness of them taking you in. You can't help but grunt in pleasure.
//''Whoa!''//
@@.you;
I can see it... That feels quite good...@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
If you thought that was good... Then how about this!@@
As she moves her breasts, you can't help but feel like they were made to be fucked.
@@.emote;
Stella moans softly@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
This makes me so horny... But your cock is so big... I wonder if it will fit?@@
As she looks up at you with lust in her eyes, something triggers in your mind.
//''I've got to fuck her!''//
@@.you;
Then, how about we see if it can? Turn around and hold on to the bathtub.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Okay! But... Go slowly, okay? I've never had one quite as big...@@
<<linkreplace "Fuck her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 50.mp4" autoplay loop/>
As she gets into position, you line up your cock with the entrance of her wet pussy and slowly try to push it in. Stella winces a little in pain.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ow...@@
@@.you;
Are you fine?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Y-Yes! I can take it!@@
You slowly push your cock into her tight pussy. Eventually, once the first half goes in, the rest follows smoothly.
@@.emote;
Stella moans@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I feel... So full!@@
You can't help but grin at her comment, as you slowly start to move your hips. Even though it's wet, you find it quite difficult to push it through her walls of flesh.
//''So damn tight!''//
Eventually, it seems like her pussy starts getting used to the size of your cock and gives in, allowing you to move smoothly.
@@.emote;
Stella moans loudly@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Yes! Just like that! Fuck me, $player.name!@@
<<linkreplace "Fuck her harder">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 84.mp4" autoplay loop/>
Now that you feel free to move how you want, you start slamming your hips against her butt.
@@.emote;
Stella moans even louder@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah! Yes! Keep going!@@
As you keep fucking her, you can't help but notice her breasts jumping all over the place. You decide to pick one of them up and give it a good squeeze.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah!@@
As you squeeze it, you feel her pussy contracting.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I-I'm cumming!@@
You keep moving your hips at a steady pace, allowing her to cum easier, as you play around with her breast.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah!!!@@
As she cums, you can feel the contractions of her walls trying to milk your cock. You are sure that, if you stay in her for longer, you will end up cumming in it. But, as she cums, she eventually collapses into the bathtub.
@@.you;
Oh, shit!@@
You quickly spring into action and pull her out, laying her on the floor.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
S-Sorry, $player.name...@@
@@.you;
It's fine, but I still need to cum.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Then do it on my face!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 51.mp4" autoplay loop/>
As she asks for that, you start stroking your cock, bringing you back to the edge. While doing so, Stella gets on her knees, holds her breasts and opens her mouth wide.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah!@@
That sight pushes you over the edge and makes you cum.
@@.you;
Take it, Stella! Urgh!@@
You start to cum on her face. As you finish cumming, you can't help but grin at the sight of your cum flowing down her mouth and on to her breasts.
<<linkreplace "Talk to her">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 52.jpg">
As you finish, Stella slowly gets up.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh? What is this?@@
Surprised by Stella's reaction, you can't help but ask.
@@.you;
Are you okay, Stella? I went kind of rough at the end...@@
@@.emote;
Stella smiles@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! I'm more than fine! As a matter of fact, I feel like my foot has actually healed! I wonder why?@@
//''What?! Could it have been my corruption?! I know it quickens my own healing...''//
@@.you;
Uh? Maybe the hot bath worked?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Yeah! That's probably it! Woah! You sure know how to treat a sprained ankle!@@
@@.you;
Y-yeah... No problem, Stella.@@
//''Now that I think about it... Wasn't Linda fine too? Shit... That's something else I need to ask Pravitas...''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
But... It seems like I need another bath...@@
@@.emote;
Stella chuckles@@
@@.you;
Oh... Sorry about that...@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Don't worry! I enjoyed it! And my friend said that it's good for your skin!@@
//''I wonder what kind of friend would say that?!''//
@@.you;
Anyway, I have to get going Stella. It was a pleasure meeting you.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh, I had pleasure meeting you too!@@
@@.emote;
Stella laughs@@
You can't help but chuckle at Stella's joke.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Before you go... Can I have your number?@@
@@.you;
Uh? Oh! Yes, of course.@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Yay! Don't worry! I'm not some kind of crazy lady that will send you hundreds of messages a day!@@
Your mouth twitches as she says that.
//''I sure hope not...''//
After you finish giving her your number, you get dressed and make your way back to the kitchen and out of the house.
@@.you;
Man... What a day! But I wonder where Linda is? Speaking of her...@@
You shake your head and start moving towards the school, where you left your car.
//''I wonder if there's an issue with my Corrupting Powers... They seem to be somewhat erratic lately... I will need to get in contact with Pravitas soon...''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "testID">>
<img src="img/Linda/Linda Corruption Quest 68.jpg">
As you arrive at the hallway, Stella runs up to you and hugs you.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
You were amazing, $player.name! You reacted so fast to him! Are you sure you are a newbie?!@@
Her soft breasts squish against your chest. You can't help but feel slightly excited about it. You hear clapping and look at Linda.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Excellent job, $player.name! I knew I could count on you!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Indeed. When Linda said she was going to replace Diana with you, I honestly thought she had gone mad. We know a ton of people who are very experienced and would love to be a part of our team, yet she chooses a newbie? I'm glad I was wrong though.@@
//''So that's why I was always in the back and then used as a sacrificial lamb?!''//
@@.emote;
Linda snorts@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Told you! If you would only use that brain of yours for anything other than studying animal's cocks, you would have noticed it too.@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
What did you say?!@@
You can't help but sigh as Linda and Stella start bickering again, while Stella laughs.
//''I take back what I said... They must be VERY good friends, if they can bicker so much...''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh! And speaking about dicks...@@
You suddenly feel another bout of cold sweat going down your back. As you look up, Linda is glaring at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Don't you think for one second that I forgot! You still haven't said who you preferred having sex with, $player.name.@@
//''You could have forgotten! Please! By all means! Forget about it!''//
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh! That is right! Who do you prefer, $player.name? Me? Or this overused whore?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
What?! Who's overused, you old hag?!@@
@@.emote;
Jasmine laughs@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
So you agree that you are a whore?@@
As they are about to start bickering again, Stella pipes up.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I-I think that he preferred me over you two!@@
With that, both of them glare at her, but she doesn't back down, so they turn their gaze to you. You can't help but look away.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Out with it! Who did you prefer?!@@
@@.you;
W-Well... That is... The circumstances were different... You know? How can I possibly compare them?@@
@@.emote;
Linda frowns@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That sounds like a wimpy ass cop out, $player.name!@@
As she says that, it seems like Jasmine has an idea.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh! I know! Then how about we settle this now? Since the circumstance is the same, you will have to choose one, right?!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh! How unexpected of you, Jasmine! To actually have a good idea!@@
As they look at you like wild animals spotting prey, you can't help but try to find salvation.
@@.you;
Uh... Stella, say something to them!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I-I will show you that I'm the best one!@@
@@.you;
Ha... Haha...@@
Not being able to stop them, you decide to just give in.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 69.mp4" autoplay loop/>
As you sit down, they gather around you.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
The first thing that has to be judged, is obviously our breasts!@@
As she says that, she pulls aside her top and reveals her huge tits.
@@.emote;
Jasmine grins@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
And mine is obviously the biggest!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
What?! My breasts are clearly better!@@
As she says that, she also pulls down her shirt and bra to reveal her breasts.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Mine are soft and can easily surround his cock! I'm confident my breasts are the best when it comes to tit fucking!@@
@@.emote;
Linda snorts@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Please! One is sagged by age and the other by gravity! Mine, on the other hand, are perfect! Not too big, not too small. Perfectly fit for $player.name's hands, isn't that right?!@@
@@.you;
I mean... They all have their strong points, so I can't really compare them... I did, indeed, really enjoy fucking Stella's tits... And Jasmine's tits are massive and it felt awesome sucking on them... Linda's, on the other hand, felt perfect in my hand...@@
As you say that, they don't seem much impressed with your answer.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Fine! Let's move on!@@
You watch as Jasmine approaches you and pulls down your pants, revealing your cock to them.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh, my! Seems like someone is excited!@@
@@.emote;
Stella gasps@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
It's so huge! How did I fit that in me?!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, since you are impressed, Jasmine. Then how about you have it first!@@
As Linda says that, she shoves Jasmine's face on to your cock.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 70.mp4" autoplay loop/>
While initially surprised by a face full of cock, she eventually takes it in stride, giving you a blow job. You can't help but groan in pleasure.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Seems like he's enjoying it!@@
@@.emote;
Linda is annoyed@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hmph...@@
As Jasmine is about to hold your cock, Linda stops her.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You aren't allowed to touch! You can only use your mouth!@@
You watch, as Jasmine frowns, but doesn't say anything, instead focusing on giving you a blowjob. After a minute, Linda pulls Jasmine back and holds your cock.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's my turn now!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
What the?! I've barely started!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Barely started my ass! You've been going down on that cock for the past minute! I'm sure he's bored of your septic mouth!@@
As they are about to bicker, Stella takes this opportunity to shove her face on your cock.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 71.mp4" autoplay loop/>
As she does that, you groan in pleasure again.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Stella?! What the hell! It was my turn!@@
Unable to answer back with your cock in her mouth, she just releases sounds as to say "You snooze, you lose!".
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Fine! Let's see how well you can take it!@@
More confident in her action, Stella gives it her best. As she does so, Linda moves her hand, almost as in instinct. After a little bit, Stella has to pull back to breathe.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
It's so big... I can't fit it all in my mouth...@@
@@.emote;
Jasmine laughs@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
If you can't take that cock, than you should just sit it out and leave it to the big girls!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I can do it!@@
As Stella says that, she goes down on your cock again.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
That's not going to satisfy him... You need to take it deeper!@@
This time, it was Jasmine's turn to shove someone's face down. It can't be helped that it was Stella’s. Her tight mouth brings you a lot of pleasure, causing you to grunt.
@@.you;
Urgh!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Hm!!!@@
As she tries to pull her head back up, Jasmine pushes it back down. This repeats for another thirty seconds, before Jasmine relents.
@@.emote;
Stella coughs@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Jasmine! That was mean!@@
@@.emote;
Jasmine grins@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
But $player.name seemed to have enjoyed it.@@
You watch as Stella looks at you, with her eyes slightly wet.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Really?@@
@@.you;
Y-Yeah... It was really good...@@
@@.emote;
Stella smiles@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Oh! Enough of that! It's my turn now! Watch and learn, girls!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 72.mp4" autoplay loop/>
As Linda says that, she puts her mouth over your cock and takes it all in.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Wow!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
As expected of a slut. You can really take in a cock.@@
As Jasmine says that, Linda raise the middle finger to her while giving you head.
@@.emote;
Jasmine laughs@@
While she's laughing, she moves her hand to your cock and moves her hand in synchrony with Linda's mouth.
//''How can they be so in sync?!''//
After a minute, Linda pulls off.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
So, I was the best, right?@@
@@.you;
I... I don't know... You all felt good, in different ways...@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
How can you feel good with that putting her mouth on your cock?!@@
You watch as she points as Jasmine.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hmph! Let me show you how!@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 73.mp4" autoplay loop/>
As Jasmine says that, she goes down on your cock again.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Hey! No fair!@@
Not wanting to be left out, Stella joins in.
//''Wait, is this?!''//
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey! That's cheating!@@
You watch as Linda joins in the fun as well. Since Jasmine is monopolizing the head, the other girls work on the shaft. You feel a huge influx of pleasure.
@@.you;
Urgh!@@
//''Is this heaven?! Or hell?!''//
After a while, Jasmine stops.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
This won't do. I guess I will just have to use my pussy.@@
As Jasmine gets up and takes off her pants, Linda stops her.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey! You were the first to give a blowjob! I will be the first to take him in!@@
Seemingly fighting against each other again, you can't help but glance at Stella.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I-It's fine... I need to prepare myself before I take all of that in me again...@@
The final conclusion was that Linda would be first, followed by Jasmine, followed by Stella.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 74.mp4" autoplay loop/>
As Linda takes off her shorts and lays on the table, she presents her pussy to you.
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Come on, $player.name. I know you want the taste of this heaven...@@
As you line up your cock with her entrance, Stella starts caressing Linda's pussy.
@@.emote;
Linda moans@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
You've got such a neat bush, Linda.@@
You slowly push your cock into her pussy.
@@.emote;
Linda moans even louder@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Look at this girl, moaning that loudly from having a huge cock impale her.@@
As Jasmine says that, she also caresses Linda's pussy.
//''Whoa!''//
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 75.mp4" autoplay loop/>
As you move your hips, you can see Linda's breasts bouncing around. It seems like Stella noticed it too.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Hm... I wonder what they feel like...?@@
As Stella says that, she moves her hand and starts fondling with Linda's breast.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
H-Hey!@@
Seemingly being pulled in by Linda's breast, Stella moves her mouth closer and sucks on it.
@@.emote;
Linda moans loudly@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Wait! Stella!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh! That seems fun! Let's see what her tits taste like!@@
Joining in on the fun, Jasmine also sucks on Linda's tit. Being sucked on both sides, while getting pumped, seems to have driven Linda over the edge.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
N-No! Stop! I-I'm cumming!@@
As she cums, Jasmine grins.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Okay! My turn!@@
And with that, she unceremoniously pushes Linda off.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah!@@
As she falls on the rug, Jasmine takes her place.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 76.mp4" autoplay loop/>
Once on the table, she opens her leg wide, inviting you in. As you are about to move your cock, Stella sticks her hand out.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh! Let me do it! I always wanted to try it!@@
//''Try what?!''//
You watch as she takes your cock into her hand and guides it to Jasmine's pussy. Once there, she starts caressing her pussy with your cock.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Let's get it all nice and wet, before putting it in!@@
As she says that, she spits on your cock and keeps caressing Jasmine's pussy.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Oh, this is fun!@@
Getting annoyed, Jasmine yells.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Come on! Just put it in already!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
S-Sorry!@@
And, with that, you shove your cock into Jasmine's pussy.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 77.mp4" autoplay loop/>
As you start fucking Jasmine, Stella still seems interested in the act.
@@.emote;
Jasmine moans@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
How does it feel?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
G-Great!@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Is that so...? And what if I do this?@@
As Stella says that, she moves her hand and starts playing with Jasmine's clit.
@@.emote;
Jasmine moans loudly@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Better?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Y-Yes!@@
As you fuck Jasmine, you are impressed at how well they get along, as you watch Stella hand steadily pleasuring Jasmine's clit.
@@.emote;
Linda snorts@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
That won't do, Stella. Jasmine is an old dog, so you need to do it harder. Like this!@@
As Linda says that, she licks her finger and aggressively caresses Jasmine's pussy.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
W-Wait! Don't do it like that!@@
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's payback!@@
As she says that, she moves even more aggressively.
@@.emote;
Jasmine moans even louder@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I'm cumming!@@
As she cums, Linda takes the opportunity to shove her off the table and down to the rug as well.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Okay, it's your turn now Stella.@@
You watch as Stella is a bit hesitant.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I-I'm a bit scared... Like, will it fit? It looks it it will split me in half!@@
@@.emote;
Linda raises an eyebrow@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Didn't you already fuck him?@@
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I... Kind of blacked out...@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
It's fine! Come, lay here. We will help you.@@
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 78.mp4" autoplay loop/>
As Linda says that, Jasmine gets up from the rug and takes a hold of one of Stella's leg.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Jasmine?!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Don't worry, you will enjoy this.@@
With her legs wide open, you position your cock against her pussy. Meanwhile, Linda stands behind her.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I remember you told me that your breasts are very sensitive.@@
As Linda says that, she takes a handful of her breasts and starts fondling them.
@@.emote;
Stella moans@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Go on, $player.name. Shove it in.@@
Without waiting any longer, you slowly push your cock in.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah! It's so big! How did I take all of this?!@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Relax... You can do it...@@
As Jasmine says that, she starts caressing Stella's pussy.
@@.emote;
Stella moans even louder@@
With that, her pussy gives in and allows you to fully penetrate her.
<<linkreplace "Next">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 79.mp4" autoplay loop/>
As you are pounding away at her, Stella looks into your eyes and pleads.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
$player.name! Play with my breasts too!@@
Wanting to satisfy her, you move your hands to her breasts and start fondling.
@@.emote;
Stella moans loudly@@
As she moans, Jasmine grins and continues to play with Stella's slit.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
Ah! Just a little more! I'm so close!@@
As you move your hips, you can feel the walls of her pussy strangling your cock.
//''So tight!''//
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
C-Cumming!@@
As she cums, you quickly pull out, in order not to cum in her. As you are about to jerk it off, Linda stops you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I... I need you in me again!@@
@@.emote;
Jasmine laughs@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I knew you were a whore! You are not satisfied with cumming only once! What a greedy girl!@@
@@.you;
I'm... Kind of drained, Linda.@@
@@.emote;
Linda frowns@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Just lay down! I will do it!@@
As she says that, she pushes you and you end up falling on the rug.
<<linkreplace "Fuck Linda">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 80.mp4" autoplay loop/>
While layign down, she positions herself over you. But, unable to hold herself steady, she almost falls off.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah!@@
All of a sudden, Jasmine holds Linda up.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oops! I got you!@@
You watch as Stella also moves to stabilize her.
@@.stuff;
<img src="img/Profile/Stella.jpg" class="float-left">Stella<hr>
I-I will help too!@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
T-Thanks...@@
Seemingly embarrassed, she once again stands over your cock. You decide to help her as you line it up with her pussy. As such, she plunges down on it.
@@.emote;
Linda moans@@
As she starts moving, her breasts start moving with her. Unable to hold back, Stella goes for it.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah! Not again!@@
With a grin, Jasmine also goes for it.
<<linkreplace "Fuck her Hard">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 81.mp4" autoplay loop/>
As Linda bounces on your cock, you can feel the corruption acting on full force in the surrounding. The more Linda bounces, the more it seems they become intoxicated with lust.
@@.emote;
Linda moans loudly@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm almost there! Just a bit more!@@
You feel like you are very close to cumming as well. You are sure that you would end up cumming before Linda if you were alone. But, with Stella and Jasmine attacking her breasts, she ends up cumming before you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Ah! I'm cumming!@@
As she falls back, your cock pops out of her.
@@.you;
Shit! I'm going to cum as well!@@
Suddenly, you have a brilliant idea.
@@.you;
Line up!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 82.mp4" autoplay loop/>
As you say that, the girls line up in front of your cock and open their mouths.
@@.you;
Cumming! Urgh!@@
As you start to cum, it flies into Jasmine's mouth and face, then you move it to Linda, followed by Stella.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You've got some cum close to your eye. Here, let me get it for you.@@
As Linda says that, she slowly moves her finger and removes the cum on Jasmine's face.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Thanks! Seems like you've got a bit on you, too!@@
With that, Jasmine moves closer to Linda and sucks on her cum drenched lips. Almost as by instinct, Linda answers back.
//''Whoa! Are they kissing?! So hot!''//
All of a sudden, you feel pleasure on your cock again. As you look, it seems Stella is cleaning it with her mouth.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Oh! Almost forgot to clean $player.name's cock!@@
As she says that, she also takes your cock into her mouth and cleans it.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You are not even doing a good job! Let me do it!@@
With that, you move your cock to Linda and let her clean it as well. Meanwhile, Stella seems interested on your cum that is on Jasmine's face. She moves her finger to remove some of it and puts it in her mouth.
@@.emote;
Jasmine chuckles@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
You want some of this? Here, I have a lot of it in my mouth.@@
As she says that, Jasmine kisses Stella too, while Linda cleans your cock.
<<linkreplace "Rest">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 83.jpg">
As you are resting, Linda walks up to you completely naked.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Hey, $player.name.@@
@@.you;
Oh, hi Linda. How are you feeling?@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
A little bit sore.@@
As she says that, she sits down next to you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Thanks for helping me out today.@@
@@.you;
You are very welcome. I've also received a huge reward, so I'm more than happy with this.@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
I'm sure you are, since you got to fuck two beautiful girls.@@
You can't help but raise an eyebrow.
@@.you;
Two?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Yes, me and Stella. There's also that old hag. But that's less of a reward and more of a punishment.@@
@@.emote;
Linda laughs@@
You can't help but grin.
@@.you;
You and Jasmine really get along.@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Of course. We are best friends, after all. I've known her for most of my life. I love her to death.@@
As she says that, she glares at you.
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
But don't tell her that I said that, got it?@@
You nod your head.
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Good! That's why I like you, $player.name! Now, come! We need to get dressed, since we still have to receive our prize!@@
As Linda says that, she gets up and walks up to the other two girls that are cleaning themselves. You can't help but watch as Linda's naked ass sways as she walks.
<<linkreplace "Receive the Prize">><<scrollTop>><<ctpAdvance "testID">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Other/M4A1.jpg">
After the Prize ceremony, Linda hands you an M4A1.
@@.you;
Are you sure it's fine for me to have it? Wasn't it supposed to go to Diana?@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
She already has one. This one would have been her spare. But she said it's fine to give it to you if we won.@@
@@.you;
I see... She seems nice. I would love to meet her some day.@@
@@.emote;
Linda glares at you@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You would love to fuck her someday, you mean.@@
As she says that, a cold sweat goes down your spine for the fourth time today.
@@.you;
Ha... Haha...@@
But you can't deny that you would fuck her, if the opportunity arrives.
@@.emote;
Linda sighs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
You better be careful, $player.name. I'm fine with you frolicking about. But there are some crazy girls out there that will cut your dick off for that.@@
As she says that, you can't help but freeze.
@@.emote;
Linda grins@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
So, be careful. Or one day it might be SNIP.@@
You watch as she makes the motion of a scissor cutting. You end up gulping.
@@.you;
Y-yeah... I will control myself... Don't worry...@@
@@.emote;
Linda laughs@@
@@.linda;
<img src="img/Profile/Linda.jpg" class="float-left">Linda<hr>
Well, I sure hope so. Now I need to take Stella home. I promised her parents that I would. See you at school, $player.name.@@
As she says that, she comes close and kisses you.
<img src="img/Linda/Linda Kiss.jpg">
After a while, she pulls back and walks away.
@@.you;
Okay, I will see you at school.@@
//''Totally worth the investment!''//
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>><<ctp "Jasmine2">>
<img src="img/Linda/Linda Corruption Quest 9.jpg">
As you arrive at the classroom, you spot Linda sitting on the desk again.
//''I wonder if that is something common between hot female teachers... Come to think of it, Linda does the same thing. Not that I'm complaining, though.''//
As Jasmine notices you, she opens a big grin.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Well, well! If it isn't my International Prize for Biology!@@
You can't help but shiver at that.
//''Yep! Huge mistake! Shit... Gotta do something about it!''//
@@.you;
Hey, Jasmine. Any luck on your research?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Actually, yes! You know, first I started by looking through insects! A lot of female insects release pheromones in order to attract males! But, since your are the male in this case... Some male cockroaches and crickets produce a pheromone called seducin from their bodies, on which the females nibble during copulation! Not that I'm calling you a cockroach or anything.@@
As she says that, she chuckles.
//''Seducin? That's quite an on-the-nose name for a pheromone... I wonder if the corruption is something like that? I will have to look that up.''//
As you are lost in thought, you hear Jasmine calling your name.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hey, $player.name!@@
<<linkreplace "Look at Jasmine">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 10.jpg">
As you look at her, your eyes open wide at the sight of her ass.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
What do you think? Feeling horny?@@
@@.you;
Well, I've got to admit that it's a nice ass that you've got there and I would be lying if I said that I wasn't... But why are you doing that?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Testing! We need to know how powerful your pheromones are!@@
//''Hm... That would be a way to solve this issue... Pravitas said that, those who are overly exposed to the corruption, end up as slaves to the corruptor... But should I really do that? I don't want her writing about me... On one hand, that seems a bit extreme... But on the other, I need to know how this works!''//
You nod your head at her.
@@.you;
Okay! Let's test it. But, I've got to say, it will take a lot more than a pretty ass to get me going.@@
@@.emote;
Jasmine chuckles@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Well, look at you Mr. Experienced. Don't worry, I've got far more than just a pretty ass.@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 11.jpg">
As she says that, she turns around and reveals her bosom.
//''Mama mia!''//
You can't help but feel saliva starting to form in your mouth at the prospect of enjoying those breasts.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
So, how do you feel now?@@
As she talks to you, she pulls you back to reality.
@@.you;
Ahem! Yes, that's good and all, but I will need more... Uh... Stimulus... To really get going...@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Is that so...?@@
<<linkreplace "Watch">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 12.jpg">
As she says that, she finishes taking off her shirt and moves her hand behind her back and unhooks her bra, leaving her breasts on full display. She even goes as far as to hold them up, accentuating their perfect shape. Your body reacts in accordance and you can feel your cock hardening.
@@.emote;
Jasmine grins@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Did it work now?@@
From her smug face, you can clearly tell that she already knows that it worked.
//''Well... Let's put the corruption to the test, then.''//
You nod your head as you approach her. You stop resisting the release of your corruption and decide to go all out. You can tell instantly that, by the flush on her face, the corruption is starting to work.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hm... Yes... I can feel it...@@
@@.you;
It works even better with direct contact. May I?@@
Without even thinking much about it, she nods her head. Without hesitation, you take her breasts into your hand and start fondling them.
@@.emote;
Jasmine moans@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah! Indeed... It's like I can feel the heat coming from your hand and entering me directly... This is very interesting!@@
@@.you;
If you find that interesting, then how about this...@@
As you say that, you press your mouth against her nipple and give it a gentle bite.
@@.emote;
Jasmine moans loudly@@
With your left hand, you massage her breast, while stimulating the other one with your mouth.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Y-Yes! Keep going!@@
You feel like the full release of your corruption is really doing the works on her. As she moans, her hand inevitably goes towards her crotch. You decide to double your effort.
@@.emote;
Jasmine moans even louder@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah! T-This is!@@
As you keep focusing on her breasts, she starts shudder and eventually collapses on her knees while panting.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
T-To think I would cum from someone playing with my breasts!@@
//''Time to put the control part to the test!''//
You take off your pants, your engorged cock standing erect in front of her.
@@.you;
Well, now that I made you cum, it's only fair that you return the favor, right?@@
<<linkreplace "Show her your cock">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 13.mp4" autoplay loop/>
As she stares at your cock, her hands move almost as involuntarily.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Y-Yes... Of course!@@
At first, she slowly strokes your cock, but then she starts to pick up speed.
@@.you;
Wouldn't you like to have a taste of it?@@
As you say that, you can swear that you see saliva starting to accumulate in her mouth.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I-I would...!@@
<<linkreplace "Have her suck your cock">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 14.mp4" autoplay loop/>
As she says that, she instantly takes your cock into her mouth and starts sucking on it. You can't help but groan in pleasure.
@@.you;
Ugh... You are really good at this!@@
Seemingly spurred by your praise, she start to suck on your cock even harder.
@@.you;
Keep this up, and there might be a present coming your way.@@
As you say that, she speeds up the movement of her mouth even more, pushing you ever closer to climax.
@@.you;
Here it comes! Make sure to take it all!@@
<<linkreplace "Cum">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<video src="img/Linda/Linda Corruption Quest 15.mp4" autoplay loop/>
As you say that, she shoves your cock deep into her mouth. You can even feel the back of her throat.
@@.you;
Yes! That's it! Take it! Urgh!@@
And with that, your cock starts gushing out cum down her throat.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Hm!!@@
Seemingly not wanting to let even a drop fall on the ground, she locks her lips around your cock. After you finish cumming, you can hear her swallowing your jizz. She body seems to be shuddering.
//''Did just she cum again?''//
@@.you;
That's it, now make sure that my cock is clean.@@
As you say that, she finally releases your cock and then licks your shaft clean. As you look at her face, you notice a purple haze in her eyes. Clear signs of the corruption working on her.
@@.you;
So, did you enjoy it?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Y-Yes! It was a wonderful cock! I haven't sucked on one in such a long time!@@
@@.you;
Great! But you should really get dressed, can't have people entering the classroom and seeing this...@@
As you say that, it seems like Jasmine wakes up from her daze.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah! Of course! What am I even thinking!@@
<<linkreplace "Watch her dress">><<scrollTop>><<ctpAdvance "Jasmine2">><</linkreplace>>
<<ctpNext clear>>
<img src="img/Linda/Linda Corruption Quest 16.jpg">
As she finishes dressing, she stares at you.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Those pheromones of yours are stronger than I first thought! I can't believe that I came while sucking your cock!@@
@@.you;
Indeed... Do you think that you could, perhaps, not write an article about me?@@
@@.emote;
Jasmine is shocked@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
W-What? But this is an important discovery!@@
@@.you;
Yeah, but it would create problems for me...@@
You look in her eyes and you can clearly tell that she is hesitant, but ultimately she shakes her head and apologizes to you.
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
I'm sorry, $player.name, but this is very important. And, it's fine, at most you will have a few reporters trying to talk to you. It's not like some federal agents are going to kidnap you or anything.@@
@@.emote;
Jasmine chuckles@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
And I'm sure you will become very famous around the Biology community, especially with the girls that will be wanting to try out your pheromones.@@
//''Damn... It seems like it's still not enough...''//
@@.you;
No, of course. I'm sure it's important. So, can I come back next week?@@
@@.stuff;
<img src="img/Profile/Jasmine.jpg" class="float-left">Jasmine<hr>
Ah! Yes, of course! I will keep looking into it.@@
You nod your head and leave the classroom.
@@.you;
I'm pretty sure that there WOULD be agents trying to kidnap me if word of this got out... I have to make her not write the article the next time... Ah! That's right, Seducin! I need to look it up!@@
You pull out your cellphone and try to find an article about it.
@@.you;
Oh, here it is! Let's see... The male sex pheromone of the cockroach ''Nauphoeta cinerea'' was isolated from adult sternal glands and identified by gas chromatography-mass spectrometry... This pheromone, which attracts females from a distance, is a multicomponent blend... It is composed principally of three compounds: 3-hydroxy-2-butanone (acetoin), 2-methylthiazolidine, and 4-ethyl-2-meth-oxyphenol...@@
You finish reading the article and turn off your phone.
@@.you;
A gas chromatography-mass spectrometry... Would that allow me to identify what the corruption is?@@
[[Finish Remembering|Start][$time.passTime(1)]]
<</ctp>>