Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
/% stats %/
<<nobr>>
<<set $c to 0>>
<<set $hp to 10>>
<<set $coins to 10>>
<<set $days to 0>>
<<set $cash to 1000>>
<<set $career to 0>>
<<set $behaviour to 0>>
<<set $horniness to 0>>
<<set $staminalimit to 5>>
<<set $stamina to 5>>
<<set $perversity to 0>>
<<set $pervxp to 0>>
<<set $job to "Unemployed">>
<<set $journalenabled to false>>
<<set $visitMall to 0>>
<<set $StripClub to false>>
<<set $bigtits to 0>>
<<set $blowjob to 0>>
<<set $feet to 0>>
<<set $lv2 to 200>>
<<set $lv3 to 550>>
<<set $lv4 to 1050>>
/% events %/
<<set $ParentTeacherbantered to false>>
<<set $NewsBantered to false>>
<<set $takeALook to false>>
<<set $EnquiredKendra to false>>
<<set $KatrinaMeet to false>>
<<set $AlexMeet to false>>
<<set $thiefTriggered to false>>
<<set $sawDillionNaked to false>>
<<set $meetShoeOwner to false>>
<<set $buyCamera to false>>
<<set $stolePanties to false>>
<<set $ToryMeet to false>>
<<set $AshlynnInvite to false>>
<<set $MarshaMeet to false>>
<<set $HaliaMeet to false>>
<<set $CarmenMeet to false>>
<<set $HollyMeet to false>>
<<set $SummerMeet to false>>
<<set $CourtneyMeet to false>>
<<set $TomMeet to false>>
<<set $YasminFirstBlowjob to false>>
<<set $SecondDayBantered to false>>
<<set $GloryHoleEnable to false>>
/% Journal Stats %/
<<set $Ashlynn_Blowjob to 0>>
<<set $Ashlynn_Titfuck to 0>>
<<set $Ashlynn_Sex to 0>>
<<set $Ashlynn_Analsex to 0>>
<<set $Marsha_Blowjob to 0>>
<<set $Marsha_Titfuck to 0>>
<<set $Marsha_Sex to 0>>
<<set $Marsha_Analsex to 0>>
<<set $Alex_Blowjob to 0>>
<<set $Alex_Titfuck to 0>>
<<set $Alex_Sex to 0>>
<<set $Alex_Analsex to 0>>
<<set $Carmen_Blowjob to 0>>
<<set $Carmen_Titfuck to 0>>
<<set $Carmen_Sex to 0>>
<<set $Carmen_Analsex to 0>>
<<set $Halia_Blowjob to 0>>
<<set $Halia_Titfuck to 0>>
<<set $Halia_Sex to 0>>
<<set $Halia_Analsex to 0>>
<<set $Mia_Blowjob to 0>>
<<set $Mia_Titfuck to 0>>
<<set $Mia_Sex to 0>>
<<set $Mia_Analsex to 0>>
<<set $Kendra_Blowjob to 0>>
<<set $Kendra_Titfuck to 0>>
<<set $Kendra_Sex to 0>>
<<set $Kendra_Analsex to 0>>
<<set $Dylan_Blowjob to 0>>
<<set $Dylan_Titfuck to 0>>
<<set $Dylan_Sex to 0>>
<<set $Dylan_Analsex to 0>>
<<set $Holly_Blowjob to 0>>
<<set $Holly_Titfuck to 0>>
<<set $Holly_Sex to 0>>
<<set $Holly_Analsex to 0>>
<<set $Summer_Blowjob to 0>>
<<set $Summer_Titfuck to 0>>
<<set $Summer_Sex to 0>>
<<set $Summer_Analsex to 0>>
<<set $Courtney_Blowjob to 0>>
<<set $Courtney_Titfuck to 0>>
<<set $Courtney_Sex to 0>>
<<set $Courtney_Analsex to 0>>
<<set $email= ["email1", "email2", "email3", "email4", "email5"]>>
/% The names of the Days of the Week. %/
<<set setup.DAYS to ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]>>
/% The names of the Time Periods of a Day. %/
<<set setup.PERIODS to ["Morning", "Noon", "Afternoon", "Evening", "Night"]>>
/% The current Game Day: Monday. %/
<<set $day to 1>>
/% The current Time Period: Morning. %/
<<set $period to 0>>
<</nobr>>
<<display start>>
<<set $readytogo to true>>
@@#now;<<now>>@@
$name has been adventuring for $days days. You have $coins coins and your health is $hp.
[[rest]]
[[start adventure!]]
[[shop]]
<hr><<set $hp to 10>> <<set $days to $days + 1>>
You feel refreshed.
[[Go back|main]]
A monster appears! <<set $monster_hp to 3>>\
[[fight]]
[[flee->main]]
Double-click this passage to edit it.<<if either(0, 1) is 0>>
The monster bites you!
<<set $hp to $hp - either(1,2,3)>>
<<if $hp < 1>> You are [[dead]]!
<<else>> Your health is $hp.
[[fight]]
[[flee|main]] <</if>>
<<else>>
You hit the monster!
<<set $monster_hp = $monster_hp - 1>>
<<if $monster_hp < 1>>
The monster is dead!
<<set $streak to $streak + 1>>
<<set $drop to random(3, 10)>>
<<set $spoils to $spoils + $drop>>
You collect $drop coins from the monster carcass! You have $coins coins and your health is $hp.
[[continue|adventure]]
[[go home|collect spoils]]
<<else>> It's health is $monster_hp.
[[fight]]
[[flee|main]] <</if>> <</if>>
Double-click this passage to edit it.<<set $spoils to 0>> <<set $streak to 0>>
<<display adventure>>
<<set $coins to $coins + $spoils>>
<<display main>><<if $enableWidgets is true>>
@@#now;<<now>>@@
You're feeling <<if $horniness == 0 >>@@.cyan;normal.@@<<elseif $horniness >= 2 >>@@.magenta;horny as fuck.<<elseif $horniness >= 1 >>@@.purple;horny.@@<<endif>>
<hr>
<img src="img/portrait.jpeg" width="110" />
<b>$name $surname</b>
<<if $behaviour == 0>>@@.cyan;Neutral@@<<endif>><<if $behaviour <= -1>>@@.blue;Slightly submissive@@<<endif>><<if $behaviour >= 1>>@@.purple;Slightly dominant@@<<endif>>
<b>Occupation:</b>
<<if $job is "Unemployed">>@@.red;$job@@<<endif>>\
<<if $job is "Assistant Teacher">>@@.green;$job@@<<endif>>
<b>Money:</b> $ $cash
<b>Stamina: $stamina/$staminalimit</b>
<b>@@.magenta;Perversity Level: $perversity@@</b>
<<button "Fetishes">>
<<script>>
Dialog.setup("Fetish List", "fetishlist");
Dialog.wiki(Story.get("fetishList").processText());
Dialog.open();
<</script>>
<</button>>
<<if $journalenabled is true>>\
<<button "Journal">>
<<script>>
Dialog.setup("Journal", "journal");
Dialog.wiki(Story.get("Journal").processText());
Dialog.open();
<</script>>
<</button>>
<<endif>>
<<endif>>
<<widget "now">>
It is @@.yellow; <<print setup.DAYS[$day % 7]>>@@ <<print setup.PERIODS[$period]>>, Day $day.
<</widget>>
<<widget "AdvancePeriod">>
\<<silently>>
<<set _offset to 1>>
<<set _periodsInDay to setup.PERIODS.length>>
<<if $args.length > 0>>
<<set _offset to $args[0]>>
<</if>>
<<set $period += _offset>>
/% Update the Day Number as necessary. %/
<<if $period >= _periodsInDay>>
<<set $day += Math.trunc($period / _periodsInDay)>>
<<set $period to ($period % _periodsInDay)>>
<</if>>
<</silently>>\
<</widget>>
<<widget "NextMorning">>
\<<silently>>
/% Increament the Day Number by 1 unit. %/
<<set $day += 1>>
/%
Set the current Time Period to the index of the
"Morning" element of setup.PERIODS array.
%/
<<set $period to 1>>
<</silently>>\
<</widget>>@@.thought;this is my thoughts@@
→ Without a transition
Click<<linkappend "this">> to show hidden passage<</linkappend>>!<<set $enableWidgets to true>>
@@.men;
Older Man:<hr>
I think we have everyone we need here. Let's lock the door and begin our review.@@\
<<speech "You" "$name":>>Hey, sis!<</speech>>
<<npcspeech "Dakota" "Dakota:">>Hey bro, what're you up to?<</npcspeech>>
@@.thought; This is what im thinking@@
''this is a test''
@@.form;
Now, before we begin...
First Name:
<<textbox "$name" "John">>
Last Name:
<<textbox "$surname" "Smith">>
Enable NTR? <<radiobutton "$ntrchoice" "true" checked>> Yes <<radiobutton "$ntrchoice" "false">> No
<<button [[Confirm|pickFetish]]>> <</button>>@@
<<nobr>>
<<set $email[1] to true>>
<<set $email[2] to true>>
<<set $emailTitle= [
"This is the first email",
"[[Dylan Re:Staff Vacancy (unread)|e1_staffvacancy]]",
"[[Ashlynn untitled (unread)|e2_untitled]]",
"[[Ashlynn oops! (unread)|e3_oops]]"]>>
<<if $e1read is true>>
<<set $emailTitle[1] to "[[Dylan Re:Staff Vacancy|e1_staffvacancy]]">> <<endif>>
<<if $e2read is true>>
<<set $emailTitle[2] to "[[Ashlynn untitled|e2_untitled]]">> <<endif>>
<<if $e3read is true>>
<<set $emailTitle[3] to "[[Ashlynn oops!|e3_oops]]">> <<endif>>
<</nobr>>
<pre>Loggin in.....
Logged in as User: $name $surname
From: | Title:
<<for _i to 0; _i lt $email.length; _i++>>\
<<if $email[_i] is true>>\
<<print $emailTitle[_i]>>\
<br/>
<<endif>>\
<</for>>\
</pre>\
[[Go back.|Home]]
<<set $e2read = true>>\
<<set $email[3] to true>>\
<pre>
Loading Email...
From: Ashlynn | Title: untitled</pre>
//341256//
[[Go back.|email]]<<set $e3read = true>>\
<pre>
Loading Email...
From: Ashlynn | Title: oops!</pre>
//oops!!! that was my locker password!!!! I totally didn't mean to give you that! :p//
[[Go back.|email]]<img src="img/hallway.jpg" width="550px" class="widecenter">
<<if $day is 2 and $period is 0 and $SecondDayBantered is false>> <<display MorningBanter_SecondDay>>\
<<elseif $period is 0 and $stolePanties is true and $ParentTeacherbantered == false>> <<display MorningBanter_ParentTeacher>>\
<<elseif $day == 4 and $NewsBantered == false>> <<display MorningBanter_News>>\
<<elseif $day % 7 is 1 and $MeetPrincipleBantered == false>> <<display MorningBanter_MeetPrinciple>> <<endif>>\
<hr>
<div class="row">
<a data-passage="Staff Office" class="link-internal">
<div class="container">
<img src="img/location/staffoffice.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Office</div>
</div>
</div>
</a>
<a data-passage="Classrooms" class="link-internal">
<div class="container">
<img src="img/location/classrooms.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Classrooms</div>
</div>
</div>
</a>
<a data-passage="Library" class="link-internal">
<div class="container">
<img src="img/location/library.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Library</div>
</div>
</div>
</a>
</div>
<div class="rowtiny">
<a data-passage="Student Corridor" class="link-internal">
<div class="container">
<img src="img/location/studentcorridor.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Corridor</div>
</div>
</div>
</a>
</div>
<img src="img/Classrooms.jpg" width="800px" class="widecenter">\
<<if $period is 0>>
<hr>
<div class="rowsmall">
<a data-passage="TeachMorning" class="link-internal">
<div class="container">
<img src="img/location/blackboard.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">MorningClass</div>
</div>
</div>
</a>
<a data-passage="Main Hallway" class="link-internal">
<div class="container">
<img src="img/location/hallway.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Hallway</div>
</div>
</div>
</a>
</div>
<<endif>>\
<<if $period is 1>>
<hr>
<div class="rowsmall">
<a data-passage="TeachAfternoon" class="link-internal">
<div class="container">
<img src="img/location/blackboard.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">AfternoonClass</div>
</div>
</div>
</a>
<a data-passage="Main Hallway" class="link-internal">
<div class="container">
<img src="img/location/hallway.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Hallway</div>
</div>
</div>
</a>
</div>
<<endif>>\
<<if $day == 10 and $period is 2>>
<hr>
[[Meet Alex at room 213.|AlexNaked]]\
<<elseif $day % 7 is 1 and $period is 2 and $CarmenHaliaDetention is true>>
<hr>
[[Go to room 432.|Detention]]\
<<elseif $day == 5 and $period is 2>>
<p class="thought">All done for today! It's time to go home.</p>
[[Go home.|ComeHome]]
<<elseif $period is 2>> <p class="thought">All done for today! It's time to go home.</p>
[[Go home.|Home]]<<endif>>\
<img src="img/staffoffice.jpg" width="450px" class="widecenter">
[[Go to the Principle's Office.|Principle's Office]]
[[Go to the Teacher's Office.|Staff Office (Mia)]]
[[Go back to Main Hallway.|Main Hallway]]
<img src="img/studentcorridor.jpg" width="600px" class="widecenter">
<hr>
<<if $stolePanties is false>>\
[[Take a look at Ashlynn's Locker.|Ashlynn's Lock]]
<<endif>>\
<div class="row">
<a data-passage="Narrow hallway" class="link-internal">
<div class="container">
<img src="img/location/narrowcorridor.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Continue</div>
</div>
</div>
</a>
<a data-passage="Courtyard" class="link-internal">
<div class="container">
<img src="img/location/courtyard.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Courtyard</div>
</div>
</div>
</a>
<a data-passage="Gymnasium" class="link-internal">
<div class="container">
<img src="img/location/gym.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Gymnasium</div>
</div>
</div>
</a>
</div>
<div class="rowtiny">
<a data-passage="Main Hallway" class="link-internal">
<div class="container">
<img src="img/location/hallway.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Hallway</div>
</div>
</div>
</a>
</div>
<img src="img/gym.jpg" width="600px" class="widecenter">
<hr>
<div class="rowsmall">
<a data-passage="Changing room" class="link-internal">
<div class="container">
<img src="img/location/changingroom.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Lockers</div>
</div>
</div>
</a>
<a data-passage="Student Corridor" class="link-internal">
<div class="container">
<img src="img/location/studentcorridor.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Corridor</div>
</div>
</div>
</a>
</div>
<img src="img/changingroom.jpg" width="350px" class="widecenter">
[[Go back to the Gymnasium.|Gymnasium]]<img src="img/courtyard.jpg" width="600px" class="widecenter">
<hr>
<div class="rowsmall">
<a data-passage="Cafeteria" class="link-internal">
<div class="container">
<img src="img/location/cafeteria.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Cafeteria</div>
</div>
</div>
</a>
<a data-passage="Student Corridor" class="link-internal">
<div class="container">
<img src="img/location/studentcorridor.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Corridor</div>
</div>
</div>
</a>
</div>
<img src="img/cafeterialady1.jpg" width="600px" class="widecenter">
<<npcspeech "CafeteriaLady" "Cafeteria Lady">>Welcome to the school cafeterina! What can I get you?<</npcspeech>>
<span id='CafeOptions'>\
<<link 'Burger $5'>>\
<<replace '#CafeOptions'>>\
@@.grey;Burger $5@@
<</replace>>\
<<append '#CafeOptions'>>\
<<speech "You">>I'll have a burger please.<</speech>>
<img src="img/burger.jpg" width="300px">
<<npcspeech "CafeteriaLady" "Cafeteria Lady">>Here you go. Enjoy your burger!<</npcspeech>>
<<set $money to $money - 5>>\
<<set $stamina to $staminalimit>>
<</append>> <</link>>
</span>
[[Go back to the Courtyard.|Courtyard]]<hr>
<div class="row">
<a data-passage="Infirmary" class="link-internal">
<div class="container">
<img src="img/location/infirmary.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Infirmary</div>
</div>
</div>
</a>
<a data-passage="Bathroom" class="link-internal">
<div class="container">
<img src="img/location/bathroom.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Bathroom</div>
</div>
</div>
</a>
<a data-passage="Student Corridor" class="link-internal">
<div class="container">
<img src="img/location/studentcorridor.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Corridor</div>
</div>
</div>
</a>
</div>
<<npcspeech "Ann" "Dr.Ann">>Good day to you, Mr $surname. Is there anything I can do for you?<</npcspeech>>
<img src="img/dialogue/JuliaClothed_01.jpg" width="450px" class="center">
<<linkreplace "Ask her to strip naked.">>@@.grey;Ask her to strip naked.@@
<img src="img/dialogue/JuliaNaked_01.jpg" width="450px" class="center">
<<npcspeech "Ann" "Dr.Ann">>Are you going to attempt a medical checkup on me? I'm the doctor but...fine, go ahead.<</npcspeech>>
<img src="img/dialogue/JuliaNaked_02.jpg" width="450px" class="center">\
<<set $horniness to $horniness + 1>>
<<if $perversity <= 3>>''
@@.red;Requires: Perversity level 4 or higher@@''
@@.grey;Ask for a blowjob.@@
<<endif>>\ <</linkreplace>>
[[Go back to the corridor.|Narrow hallway]]
<img src="img/workout.jpg" width="600px" class="widecenter">
Do a quick workout.
[[Go back to the Gymnasium.|Gymnasium]]
<<npcspeech "KendraGlasses" "Miss Kendra">>Welcome to the library, Mr $surname. Let me know if you need anything.<</npcspeech>>
<img src="img/Kendra.jpg" width="450px" class="center">
<<if $takeALook is false>>[[Take a look around the library.|ButtPlug]]<<endif>>
<<if $foundbuttplug is true>><<if $EnquiredKendra is false>><<linkreplace "Enquire Miss Kendra about the curious object.">>@@.grey;Enquire Miss Kendra about the curious object.@@
<<speech "You">>Miss Kendra, I found a rather curious object hidden on the shelves.<</speech>>
<<npcspeech "KendraGlasses" "Miss Kendra">>What is it?.....Oh my goodness...looks like you've discovered my collection! You're the first one to ever find out about my little secret, you know.<</npcspeech>>
<<npcspeech "KendraGlasses" "Miss Kendra">>Just between you and me...can you please keep this a secret?<</npcspeech>>
<<speech "You">>I don't know, Miss Kendra. I just don't think it's appropriate to hide that kind of stuff in a school library.<</speech>>
<<npcspeech "KendraGlasses" "Miss Kendra">>Come on, don't be such a square! Sometimes I get tried from all the books and just want to have a little...you know, fun, while at work.<</npcspeech>>
''Miss Kendra steps closer towards you and lowers her voice.''
<<npcspeech "KendraGlasses" "Miss Kendra">>I wonder what I can do to persuade you...how about I give you a kiss?<</npcspeech>>
<<speech "You">>What? I'm your colleague, Miss Kendra! That's totally inappropriate!<</speech>>
<<npcspeech "KendraGlasses" "Miss Kendra">>It's just a kiss on the cheek. Oh you thought I was going to kiss you somewhere else? You dirty little rascal!<</npcspeech>>
''You have a feeling Miss Kendra enjoys teasing you this way.''
<<speech "You">>Fine. But please hide it somewhere else. Somewhere safer and out of plain sight.<</speech>>
<<npcspeech "KendraGlasses" "Miss Kendra">>Thank you, $name. Just letting you know, you scratch my back, I'll scratch yours. If you know what I mean.<</npcspeech>>
<img src="img/Kendra3.jpg" width="450px" class="center">
<p class="thought">Okay, so Miss Kendra is flashing her panties...this is kinda an awkward situtation...I better leave before I get a boner.)</p>
<<speech "You">>Alright, I've got uh, somewhere to go to. Goodbye.<</speech>>
<<npcspeech "KendraGlasses" "Miss Kendra">>Feel free to drop by the library anytime! (giggles)<</npcspeech>> <<set $EnquiredKendra to 1>> <<set $takeALook to true>>\
<</linkreplace>>\
<<else>>\
<<linkreplace "Ask her to strip naked.">>@@.grey;Ask her to strip naked.@@
<img src="img/dialogue/KendraNaked_01.jpg" width="450px" class="center">
<<npcspeech "KendraGlasses" "Miss Kendra">>You just can't get enough of my body, can you? Now...did you have something else in mind?<</npcspeech>>
<img src="img/dialogue/KendraNaked_02.jpg" width="450px" class="center">\
<<set $horniness to $horniness + 1>>
<<if $perversity <= 3>>''
@@.red;Requires: Perversity level 4 or higher@@''
@@.grey;Ask for a blowjob.@@
<<endif>>\ <</linkreplace>> <<endif>>\ <<endif>>
[[Go back to main hall.|Main Hallway]]
<<set $enableWidgets to true>>
<img src="img/wakeup.jpg" width="500px">
''//Zzzzz//...
The buzzing alarm from your phone wakes you up as you struggle to get out of bed.
//Zzzzz//...
Vision still blurred, you grab you phone from the nightstand. A message pops up.''
<<linkreplace "Take a look at the message.">>@@.grey;Take a look at the message.@@
<img src="img/phone.jpg" width="300px">
''You squint your eyes and barely make out of the text.
<pre>Reminder: School Interview at 8am.</pre>
Your name is $name. You just graduated from university and is ready for your first job as a highschool teacher.
<hr>
With great effort, you crawl out of bed and begin to prepare the interview documents, including your college transcript with unusually high grades written on it. You were always good at studying. In fact, you have been a model student all your life.
Your memory of adolescence was occupied with nothing but studying, getting good grades and doing everything else you were told to do. You never had a girlfriend, let alone touched a woman; in fact you had never been intimate with a girl. Your raging hormones distracted you from time to time but you had your priorities set straight. Why spend time on superfluous relationships when it should be spent on studying?
You wondered from time to time if there are certain things missing from your childhood. But lets's put the past aside, because you are about the begin the next chapter of your life.''
[[You arrive at the the school.|Interview Pt.1]]
<</linkreplace>>''You are standing in front of the school principle's office, fully prepared to give your first interview.
You gently knock on the door.''
<<npcspeech "Unknown_female" "??":>>Come on in.<</npcspeech>>
<p class="thought">(The voice coming from the other side of the door sounds unusually young for a principle. Maybe that was her secretary?)</p>
<<linkreplace "Get inside.">>@@.grey;Get inside.@@
''To your surprise, there is no secretary in sight. You see a young woman with short hair wearing a professional attire, her tight dark shirt revealing a generous amount of cleavage.
<img src="img/Dylan_1.jpg" width="450px" class="center">
The woman gets up to the front of her desk and looks up at you with a friendly smile. She has the presence and air of authority you would expect from a principle, althought her outfit seems a bit too revealing for a woman of her position.''
<<npcspeech "Dylan" "Principle Dylan">>Hi, you must be Mr. $surname.<</npcspeech>>
<<speech "You">>Yes, madam.<</speech>>
<<npcspeech "Dylan" "Principle Dylan">>Welcome to St. Beatrice Highschool. Mr. $surname. First of all, let me introduce myself. I am Miss Dylan, principle of St. Beatrice Highschool. Right now we have an vacant teaching position, so we have been interviewing applications to fill the position as soon as possibile.<</npcspeech>>
<<speech "You">>I read about the requirement for the position on the school website, and I think I am a good fit.<</speech>>
<<npcspeech "Dylan" "Principle Dylan">>As one of the most prestigious all-girls schools in the state, we are looking for teachers with a high level of academic credibility. You resume stood out as particularly impressive. Is this your first job, Mr. $surname?<</npcspeech>>
<<speech "You">>I just graduated from university and I'm looking for my first job as teacher.<</speech>>
<<npcspeech "Dylan" "Principle Dylan">>You made the right choice, Mr $surname. However despite your excellent academic credentials, you still lack practical teaching experience. Right now we can offer you an assistant teacher position, but you will eventually be promoted to one of our staff teachers when you are fully qualified.<</npcspeech>>
<<speech "You">>Thank you, madam. I accept the job offer.<</speech>>
<img src="img/Dylan_contract.jpg" width="1200px" class="widecenter">
''Principle Dylan retreives a contract form from her desk drawer. You write your signauture on the contract, teeming with excitement as you get ready your first job.''
<<npcspeech "Dylan" "Principle Dylan">>Congradulations on your first job. Mr. $surname. There is one more thing that you should be aware of before we proceed.<</npcspeech>> <<set $job to "Assistant Teacher">>
[[Go on...|Interview Pt.2]]
<</linkreplace>>
<<npcspeech "Dylan" "Principle Dylan">>Please do not be offended Mr. $surname, but as you are one of the few male facility members of an all-girls school, it is my obligation as school principle to warn you that inappropriate behavior towards any female member, student or staff, is strictly prohibited and will be met with serveere punishment.<</npcspeech>>
<<speech "You">>I fully understand. I think that goes without saying.<</speech>>
<<npcspeech "Dylan" "Principle Dylan">>Thanks for your understanding, $name. Our school regulations have become more strict since there had been a incident of a substitute teacher being sentenced to probation a few months ago for spying in the female lavatory. He denied the charges but we were able to find evidence of him taking photos of unsuspected victims on his phone.<</npcspeech>>
<<speech "You">>Spying on highschool students? I don't think anyone in the right mind would even try attempting that. He must have been a degenerate.<</speech>>
''Principle Dylan frowned and let off an audible sigh.''
<<npcspeech "Dylan" "Principle Dylan">>You knew you might be surprised about this. But don't let it cobble your mind, Mr $surname. My years of experience as an educator tells me that a teacher with an outstanding academic record such as yourself will do just fine.<</npcspeech>>
<<speech "You">>Thanks for your vote of confidence.<</speech>>
<<npcspeech "Dylan" "Principle Dylan">>You're welcome. Principle diverted her attention back to the folders. That's everything you need to know. Miss Malkova over at the staff office will give you a tour of our school facilities, and $name, welcome to St. Beatrice Highschool.<</npcspeech>>
[[Go look for Miss Malkova.|FindOffice]]
''You let out a deep breath as you step outside the principle's office.''
<p class="thought">(The spying stuff Principle Dylan talked about ...that was pretty weird. But anyway, I got the job! I should probably go visit the staff office first.)</p>\
''You walk along the corridor and manage to find a door sign that says "Coordinator's Office".''
<p class="thought">(Principle Dylan told me to meet Miss Malkova at the staff office. This must be the right place.)</p>\
[[Go inside.|MissPaige]]
<img src="img/bathroom.jpg" width="350px" class="center">
[[Go to men's bathroom.|MaleBathroom]]
<<if $perversity == 0>>\
@@.grey;==Spy on the women bathroom.==@@
''@@.red;Requires: Perversity level 1 or higher.@@''
<<endif>>\
<<if $perversity >= 1>>\
[[Spy on the women's bathroom|Female Bathroom]]
<<endif>>\
[[Go back.|Narrow hallway]]''You walk out to the corridor and saw a door nearby with a sign that reads 'Staff Office'. ''
<p class="thought">(Damn it, $name. You should've looked further...)</p>\
<<linkreplace "Knock on the door.">>@@.grey;Knock on the door.@@
<<npcspeech "Mia">>Come in!<</npcspeech>>
''A young woman hastily approaches you as you open the door.''
<img src="img/Mia.jpg" width="450px" class="center">
<<npcspeech "Mia">>Hey! You must be Mr. $surname. The students call me Miss Malkova, but you can just call me Mia! Principle Dylan already told me about you.<</npcspeech>>
''Miss Malkova is wearing a black skirt so short that her panties could reveal any moment, but you were still feeling too embarrassed from the earlier incident to notice her wardrobe.''
<<speech "You">>...hi.<</speech>>
<<npcspeech "Mia">>Are you feeling alright? Your face looks quite red, almost like you're having a fever or something.<</npcspeech>>
<<speech "You">>Uh.... yes I'm fine, thanks for asking. May I ask who's at the office next door?<</speech>>
<<npcspeech "Mia">>That's Mrs Turnah, she's one of the senior coordinators here at St. Beatrice High. She has been teaching here for almost a decade and holds a lot authority here among the staff faculty. I heard she's got quite a temper with the students though! I wouldn't want to get off on the wrong feet with her. <</npcspeech>>
''Your face turns even redder, as if it's about to burst.''
<<npcspeech "Mia">>Are you sure you're alright? There is still some time before the morning classes. I should take you to the doctor's office. <</npcspeech>>
[[....okay.|DrAnnMeet]]
<</linkreplace>><<npcspeech "Mia">>Doctor Ann, this is Mr. $surname, the new assistant teacher. He doesn't seem to be feeling too well. Can you take a look at him?<</npcspeech>>
<img src="img/Ann.jpg" width="450px" class="center">
''Doctor Ann stands in front of you, looking concerned.''
<<npcspeech "Ann" "Dr. Ann">>Sure thing, Miss Malkova. Mr. $surname, please sit down.<</npcspeech>>
''You sit down on the chair. You begin to sweat profusely as you notice there's a huge bulge in your pants. You pray that no one notices...''
<<npcspeech "Mia">>Is he going to be alright? His sweating doesn't seem to be stopping.<</npcspeech>>
''Doctor Ann takes a closer look at you and replies to Miss Malkova.''
<<npcspeech "Ann" "Dr. Ann">>He's going to be fine. Please wait outside. Mr. $surname will join you a few moment.<</npcspeech>>
''Miss Malkova nods and leaves.''
<<npcspeech "Ann" "Dr. Ann">>Now, Mr. $surname, please take a deep breath. <</npcspeech>>
''Doctor Ann places the disc shaped resonator of her stethoscope on your chest and listens through the earpiece. The cold sensation from your chest somehow calms you down a little, although you can still feel your boner hitting against your pants.''
<<npcspeech "Ann" "Dr. Ann">>Your heart rate is racing but everything else seems to be normal. Just relax and take it easy and you will eventually recover. You're free to go now.<</npcspeech>>
<<speech "You">>Thank you for your time, Doctor Ann.<</speech>>
''You get up from the chair and walks towards the office entrance, feeling relieved.''
<<npcspeech "Ann" "Dr. Ann">>Oh and before you go.<</npcspeech>>
''Doctor Ann halts you before you leave. She moves closer and starts whipsering in your ear.''
<<npcspeech "Ann" "Dr. Ann">>Mr $surname, I don't know what happened earlier...but I wouldn't do it again if I were you. You wouldn't want to bother Miss Malkova again, would you? She giggles.<</npcspeech>>
[[You quickly reach for the door before you could say anything.|AfterMeetingDrAnn]]
<p class="thought">(You walk out the door and see Miss Malkova standing, looking concerned. You try your best to appear calm.)</p>\
<<npcspeech "Mia">>Everything ok?<</npcspeech>>
<<speech "You">>Yes...I hope so.<</speech>>
<<npcspeech "Mia">>Well, why don't I show you the library next? Our school library has the most extensive collection of academic books in the state. Not to mention Miss Kendra, the school librarian is probably the sweetest person you'll meet in campus. Although...<</npcspeech>>
<<speech "You">>Yeah?<</speech>>
<<npcspeech "Mia">>She has a history of stocking books of... questionable nature in the library. Just keep that in mind.<</npcspeech>>
<<speech "You">>Um, okay.<</speech>>
[[Go to the library with Miss Malkova.|MeetLibrian]]
''You step inside the room expecting to find Miss Malkova, but instead you are greeted with the sight of a scantily dressed woman benting over a table.
<img src="img/PaigeAss.jpg" width="800px" class="center">
What should you do?''
<span id='paigeOptions'>\
<<link 'Excuse me?'>>\
<<replace '#paigeOptions'>>\
@@.grey;Excuse me?@@
<</replace>>\
<<append '#paigeOptions'>>\
You feel slight more @@.red;dominant@@.
<<set $behaviour = $behaviour + 1>>
//Note: Certain dislogue choices can alter your __behaviour__. Your __behaviour __affects how you interact with the world and can unlock additional dialogue options.//
<<speech "You">>Excuse me, I'm looking for Miss Malkova?<</speech>>
''The woman look towards you without saying a word. You have a feeling that she's somewhat annoyed at your sudden appearance.''
<img src="img/PaigeAss2.jpg" width="800px" class="center">
<<speech "You">>You know what?... I think knocked on the wrong door. Good day to you, madam.<</speech>>\
<p class="thought">(I should have knocked before going in...I've never seen a woman lift up her skirt like that...That was so embarrassing....)</p>\
[[Go back to the corridor.|MalkovaMeet]] <</append>> <</link>>
<!--===============================================================-->\
<<link 'Silently close the door and go back outside.'>>\
<<replace '#paigeOptions'>>\
@@.grey;Silently close the door and go back outside.@@
<</replace>>\
<<append '#paigeOptions'>>\
You feel slight more @@.blue;submissive@@.
<<set $behaviour to $behaviour - 1>>\
//Note: Certain dislogue choices can alter your __behaviour__. Your __behaviour __affects how you interact with the world and can unlock additional dialogue options.//
<p class="thought">(I should have knocked before going in...I've never seen a woman lift up her skirt like that...That was so embarrassing....)</p>\
[[Go back to the corridor.|MalkovaMeet]] <</append>> <</link>>
</span>''The librarian seems to be busy organising the bookshelves.''
<img src="img/Kendra.jpg" width="450px" class="center">
<<npcspeech "KendraGlasses" "Miss Kendra">>Good Morning, Miss Malkova. I'll be with you in just a moment.<</npcspeech>>
''You stand and wait while the librarian finishes with her work. After a brief moment she puts down the books, takes off her glasses and turns her attention to you.''
<<npcspeech "Kendra" "Miss Kendra">>Now, how can I help you?<</npcspeech>>
<img src="img/Kendra2.jpg" width="450px" class="center">
<p class="thought">You take a gulp of air. Another female staff member with a massive cleavage. Is it mandatory school policy for teachers to wear indecent clothing?</p>\
<<npcspeech "Mia">>This is a the new intern teacher, Mr. $surname. I'm showing him around the school facility. <</npcspeech>>
<<speech "You">>Hello, I'm Mr. $surname, nice to meet you.<</speech>>
''(Miss Kendra has her curious gaze fixed upon you.) ''
<<npcspeech "Kendra" "Miss Kendra">>Well aren't you a cutie, you must be the youngest teacher we've had!<</npcspeech>>
''(Miss Kendra tries her best to contain her giggle.)''
<<npcspeech "Kendra" "Miss Kendra">>Ahem, please pardon me. Well, welcome to the library, Mr. $surname. You're free browse around if you'd like. Also, let me know if at any time you want to use the library...<</npcspeech>>
<<npcspeech "Kendra" "Miss Kendra">>Or me.<</npcspeech>>
''You stand there and perplex over what Miss Kendra just said. ''
<<npcspeech "Mia">>Mr. $surname, let's not keep Miss Kendra occupied for too long. She must have a lot of work that needs to be done during the start of semester.<</npcspeech>>
<<speech "You">>Sure. It was nice meeting you, Miss Kendra.<</speech>>
<<npcspeech "Kendra" "Miss Kendra">>Before you leave, please accept this journal as a welcoming gift.<</npcspeech>>
''(Miss Kendra starts giggling again, this time with her hand covered around her mouth.)''
<p class="thought">(The stuff Miss Kendra just said...what was that supposed to mean?)</p> <<set $takeALook to false>> <<set $journalenabled to true>>
[[Leave the library.|walkToClass]]
<<npcspeech "Mia">>The morning classes are about to start. How about I walk you to your classroom?.<</npcspeech>>
<<speech "You">>Sure. Let's go.<</speech>>
<<npcspeech "Mia">>So, Mr $surname, why did you choose to become a highschool teacher? You don't really look like the teacher type to me. To be honest, I think you look more like a lawyer or something.<</npcspeech>>
<<speech "You">>Really? What makes you think so?<</speech>>
<<npcspeech "Mia">>I don't know. You look kinda smart, I guess?<</npcspeech>>
<<speech "You">>I'm flattered. But back to what you were asking, I guess I've always had a passion for teaching. You know, passing the knowledge to the next generation, that kind of stuff.<</speech>>
<<npcspeech "Mia">>That's nice. I think you could be a great teacher someday.<</npcspeech>>
''You cheeks start to blush again. You try to change the topic to avoid embarrassment.''
<<speech "You">>That's enough talk about me. Why don't you tell me about yourself? What subject do you teach?<</speech>>
<<npcspeech "Mia">>I'm a history teacher! <</npcspeech>>
<<speech "You">>Really? I honest didn't expect that. I thought you'd be a teaching literature or something. Or at least one of the more 'girly' subjects. The history teachers we had at our school were all old geeks.<</speech>>
<<npcspeech "Mia">>We come in all shapes and sizes you know! <</npcspeech>>
<<npcspeech "Mia">>Well, I guess like you, I've always been fascinated with history since I was a kid. I was even the president of my highschool history club! I remember the days when I would hold impromptu history lessons with my club members. (Giggles)<</npcspeech>>
<<speech "You">>Your school had a history club, eh? Hmm.....you guys must be an academic bunch.<</speech>>
<<npcspeech "Mia">>To tell you the truth, I was actually the only founding member of the club. We were on the verge of being shut down until I started doing these little trivia quizzes. Then the members started flocking in!<</npcspeech>>
<<npcspeech "Mia">>You //were// right in saying that history buffs tended to be gender exclusive though! All the members in the club were boys. There was one girl, but I heard rumours that she was a lesbian.<</npcspeech>>
<<speech "You">>That sounds interesting. Tell me more about these trivia quizzes.<</speech>>
<<npcspeech "Mia">>I wanted to make our club meetings more exciting so I devised a little something special for our club members. Every month I would dress up as a historical figure giving history quizzes. Joan of Arc, Queen Elizabeth...you name it. <</npcspeech>>
<<npcspeech "Mia">>There was this one time when I dressed as Cleopatra. I think more than 50 guys came to our club meeting. It was a little embarrassing though, because the outfit I bought from eBay barely covered enough skin. Imagine having 50 pairs of eyes on you while you dress half naked!<</npcspeech>>
<<speech "You">>That reminds me of my cousin when she bought a cop outfit for Halloween. It came with a police cap, a teeny tiny skirt and...nothing else. You should've ask for a refund!<</speech>>
<<npcspeech "Mia">>It's not like I had a choice! The mail came in just a day before the trivia quiz. Anyway someone had the idea of incorporating twister to our quizzes. We would color code multiple choice answers and every time a question comes up, we gave the answer by touching the corresponding color circle. We ended up in all kinds of awkward body positions! (Giggles)<</npcspeech>>
<<speech "You">>That sounds...like fun.<</speech>>
<<npcspeech "Mia">>It was! The guys even insisted that they wore nothing but boxers to complete the ancient Egyptian vibe. They said it's what Egyptian men wore back in the days. Except who got sandwiched in the middle? Me. And they were all sweating like crazy. My clothes were soaked in their stinky sweat by the time I got home. And I smelled awful!<</npcspeech>>
<<speech "You">>Did it...ever occur to you that they were just taking advantage of you?<</speech>>
<<npcspeech "Mia">>Oh $name, now you're just having silly thoughts. We were just a bunch of history geeks having some geeky fun!<</npcspeech>>
<<speech "You">>You're right. Pardon me, that was a rather silly question.<</speech>>
''You have a cheerful conversation with Miss Malkova as you walk together along the school corridor.''
<<npcspeech "Mia">>And...here we are. Classroom 216, this is where you'll be teaching your morning class.<</npcspeech>>
<img src="img/classroom216.jpg" width="700px" class="center">
<<npcspeech "Mia">>Over at the other side of door are a bunch of misfits and outcasts... Hehe...no, i'm just messing with you. <</npcspeech>>
<<npcspeech "Mia">>Get in there and do your best. I'll be waiting for you in the staff office when classes are finished.<</npcspeech>>
[[Step inside.|FirstClass]]
''You enter the classroom and introduce yourself to the class.''
<<speech "You">>Hi, My name is Mr. $surname. I will be your new teacher today.<</speech>>
''To your surprise, even the act of introducing yourself was a slightly nerve wrecking experience. You always thought that you were confident and fully prepared for your first lecture, but you had never done it in front of so many girls.''
<<speech "You">>Today's topic is the squeeze theorem...<</speech>>
''A few moments into your lecture and you already can't help but drift your mind back to the woman you saw earlier.''
<p class="thought">(Shit! Her skirt was so short! And her thongs...I could almost see what's underneath it. I mean, her bare ass was on display. What happened to moral standards? Something is definitely wrong in this school....)</p>\
''Just as you're deeply intrenched in your thoughts, you feel something odd in your pants. You look down in horror to find out that it's your penis bulging against your pants. Furthermore, your pants appear to be unzipped.''
<p class="thought">Fuck! How on earth did my pants become unzipped? I need to find some cover ASAP...what about the desk over there?</p>\
''You frantically scramble behind the teacher desk, almost tripping yourself on the way. Fortunately, the desk is positioned at the proper height so your crotch remains hidden.''
<p class="thought">That was close! I hope nobody saw that. What happened if some innocent student reports me to the school council for indecent exposure? I might even get fired! </p>\
''Thinking about the terrifying consequences you could face, you try your hardest to remember your professional training and focus on giving your lecture instead, standing behind the desk the whole time.''
[[Continue.|AshlynnMeet]]
''You take a glance at your watch.''
<img src="img/watch.jpg" width="450px" class="center">
<p class="thought">(Looks like it's getting close to twelve o'clock. I better wrap up the chapter before the students have their lunch.)</p>\
<<speech "You">>...and that's the end of the chapter. Enjoy your lunch time.<</speech>>
''Just as you're packing up, a loud voice suddenly came out of nowhere.''
<<npcspeech "Unknown_female" "??">>Where were you looking at?<</npcspeech>>
<<linkreplace "Pardon me?">>@@.grey;Pardon me?@@
<img src="img/Ashlynn1.jpg" width="450px" class="center">
''A student walks up to your desk while flaunting her skirt.''
<<npcspeech "Ashlynn">>You were looking at my skirt weren't you, you pervert!<</npcspeech>>
<<speech "You">>What? Of course I wasn't!<</speech>>
<<npcspeech "Ashlynn">>I Know what's going on inside your filthy mind. You were eyeing my skirt the whole time, trying to get a glimpse of my panties. I bet you're planning to steal my dirty panties from my locker and then sniff them while you jerk off...<</npcspeech>>
<<speech "You">>HOLD ON! Watch your language! It's the first day of the semester and I don't want to put anyone on detention.<</speech>>
<p class="thought">(Time to put on my teacher's hat! Let me teach you some discipline!)</p>\
<<npcspeech "Ashlynn">>Look who you're talking to, you fucking pervert! My mum is the wealthiest attorney in the district. If you do anything as much as look in my general direction, I'm going to report you to the principle and you'll NEVER step foot in a classroom again!<</npcspeech>>
<<speech "You">>Are you trying to threaten a teacher? Be careful what's coming out of your mouth! What are you trying to get out of? (Again you put on your teacher's hat and try to act tough, but in reality you're scared shitless. What if she really means it? You don't want to lose your new career just yet.)<</speech>>
<<npcspeech "Ashlynn">>Now we're talking. You see, I perfer to spend my time hooking up with my hot cuties than wasting it on studying. I don't care if my grades are falling, but unfortunately my mum does. So you better start giving me straight As on every exam or I'll file a sexual harassment abuse with the school board.<</npcspeech>>
''Ashlynn slowly approaches you and shifts her obnixous loud voice to a quiet whisper, as if she even cares if the other students were listening in the first place.''
<<npcspeech "Ashlynn">>My locker number is #342...if you behave nicely, I might even give you my locker password...(Ashlynn gives you a wink before she leaves the classroom.<</npcspeech>>
<<AdvancePeriod>>\
[[Continue.|Classrooms]] <</linkreplace>>''Locker #342, this must be Ashlynn's locker.''
<img src="img/ashlynnslock.jpg" class="widecenter">
<<if $perversity <= 1>>''
@@.red;✗ Requires: Perversity level 2 or higher@@''
@@.grey;==Attempt to open the lock.==@@
<p class="thought">I'm not going to invade my student's privacy.</p>\
[[Go back.|Student Corridor]]
<<endif>>\
<<if $perversity >= 2>>''@@.green;✓ Requires: Perversity level 2 or higher@@''
<<linkreplace "Attempt to open the lock.">>@@.grey;Attempt to open the lock.@@
''You enter the password...
The locker is filled with a bunch of worn clothes, including old trainers and dirty socks, which you suspect Ashlynn wore for her volleyball training.
You manage to spot a used panty among the pile of clothes. You can tell it's been well worn, judging from the strong scent it emanates the moment you pick it up. On closer inspection, you see there's a strain of white goo in the middle. You start to wonder if Ashlynn did more than just wearing them.
<img src="img/AshlynnPanties.jpg" class="widecenter">
<p class="thought">Ewww! This is disgusting! I never knew Ashlynn had such poor personal hygenie. But the smell...it's odlly enticing...</p>
You notice there's at least a dozen clothes stuffed in this locker. Maybe she wouldn't notice if a panty or two went missing...''
<<linkreplace "Steal it for um...academic purposes.">>@@.grey;Steal it for um...academic purposes.
''You grab the panty and take a good sniff at it, before sealing it inside a ziplock bag that you always carry in your backpack.''
<p class="thought">I wonder how much these things sell for online? Perhaps I could make a fourtune out of this, stealing used panties from real schoolgirls and selling them...it would be a nice side hustle.</p>
<<set $stolePanties to true>>\
[[Go back.|Student Corridor]]
<</linkreplace>><</linkreplace>><<endif>>\
<img src="img/malebathroom.jpg" width="600px" class="widecenter">
''There doesn't seem to be anyone in here.''
<<if $stamina >= 1 and $horniness >= 1>><<linkreplace "Jerk off while no one is watching.">>@@.grey;Jerk off while no one is watching.@@
<img src="img/jerkoff.jpg" class="center">
''You relieve yourself the old fashioned way.''
<<set $horniness to 0>>\
<<set $pervxp to $pervxp + 20>>\
<<set $stamina to $stamina - 2>>\
/% =========LEVELUP======== %/\
<<if $pervxp >= 200 and $perversity is 1>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.2@@!''
''You feel even more perverted.''
<<set $perversity to 2>>\
<<set $nextlv to $lv3>>\
<<elseif $pervxp >= 550 and $perversity is 2>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.3@@!''
''You feel even more perverted.''
<<set $perversity to 3>>\
<<set $nextlv to $lv4>>\
/% =========LEVELUP======== %/\
<<else>> <<set $xpneeded to $nextlv - $pervxp>>\
''@@.magenta;Perverted points@@ + @@.yellow;20@@!''
''$xpneeded more points required to level up.''
<<endif>>\ <</linkreplace>>\
<<elseif $stamina >= 1 and $horniness == 0>>@@.grey;Jerk off while no one is watching.@@
<p class="thought">I'm not in the mood to do this right now.</p>
<<elseif $stamina <= 0>>@@.grey;Jerk off while no one is watching.@@
<p class="thought">I'm feeling too tried to jerk off. Maybe I'll feel better when I leave work.</p><<endif>>\
[[Go back.|Bathroom]]<img src="img/principleoffice.jpg" width="450px" class="center">
<<if $PrincipleDetention is true>>[[Knock on the door.|PrincipleDetention]]
[[Go back.|Staff Office]]
<<else>><p class="thought">(The principle seems busy. I better not bother her unless it's something important.</p>
[[Go back.|Staff Office]]
<<endif>><<speech "You">>...and that's all for today. Before we wrap it up, could everyone please hand in last week's homework.<</speech>>
''All the students hand over their homeworks...except one.''
<<speech "You">>Marsha? Come up to the front please.<</speech>>
<img src="img/Marsha.jpg" width="450px" class="center">
<<npcspeech "Marsha">>Something wrong, Mr $surname?<</npcspeech>>
<<speech "You">>You didn't turn in your homework today.<</speech>>
<<npcspeech "Marsha">>I was going to, but my dog chewed my homework to pieces!<</npcspeech>>
<<speech "You">>That's probably the lamest excuse I've ever heard.<</speech>>
<<npcspeech "Marsha">>Mr $surname, trust me. I'm not lying!<</npcspeech>>
''Marsha turns around and prepares to leave.''
<<speech "You">>Marsha, don't leave just yet.<</speech>>
''She looks slightly annoyed.''
<<npcspeech "Marsha">>What is it again?<</npcspeech>>
<<speech "You">>Are you sure it's ok for you to walk around the school dressed like this?<</speech>>
<img src="img/Marsha2.jpg" width="450px" class="center">
<<npcspeech "Marsha">>Why not? It's not like our school has a strict uniform policy! I can wear whatever I want.<</npcspeech>>
<<speech "You">>....I suppose that's true.<</speech>>
<<npcspeech "Marsha">>Mr $surname, are you going to ask me any more questions? I've got somewhere to go.<</npcspeech>>
<<speech "You">>That will be all, Marsha. But remember, I will not be accepting excuses next time.<</speech>>
<<set $MarshaMeet to true>>
[[Continue.|Classrooms]]
<<AdvancePeriod>>\
<<replace "#now">><<now>><</replace>>\
<img src="img/hospital.jpg" width="600px" class="widecenter">
<<npcspeech "Nurse" "Reception">>Welcome to the Hospital. Anything I can do for you?<</npcspeech>>
<<speech "You">>Nothing. I just happen to be here for some reason.<</speech>>
[[Go back.|Town Center]]
<<AdvancePeriod>>\
<<replace "#now">><<now>><</replace>>\
<img src="img/police_reception.jpg" width="800px" class="center">\
<<if $ToryMeet is false>>\
<<npcspeech "Yasmin" "Front Desk">>State your business.<</npcspeech>>
<<speech "You">>I don't know why I'm here, to be honest.<</speech>>
<<npcspeech "Yasmin" "Front Desk">>Please leave. This is not a place for you to wonder around.<</npcspeech>>
[[Go back.|Town Center]]
<<endif>>
<<if $ToryMeet is true and $YasminFirstBlowjob is false>>\
<<speech "You">>Hi, I'm here to speak with Officer Tory. We have some...thing to talk about. Concerning the jewelery thief.<</speech>>
<<npcspeech "Yasmin" "Front Desk">>Hold on, let me check...<</npcspeech>>
<<npcspeech "Yasmin" "Front Desk">>Are you Mr. $surname?<</npcspeech>>
<<speech "You">>How did you know my name?<</speech>>
<<npcspeech "Yasmin" "Front Desk">>I assume you're here to get your blowjob?<</npcspeech>>
<<npcspeech "Yasmin" "Front Desk">>A a - what? Umm...yes...I mean, no, that's not what I'm here for...<</npcspeech>>
<<npcspeech "Yasmin" "Front Desk">>You're blushing. Are you nervous?<</npcspeech>>
<<speech "You">>I guess. I just wasn't expecting that.<</speech>>
<<npcspeech "Yasmin" "Front Desk">>Here. Maybe this will make you feel better.<</npcspeech>>
''The girl grabs your your arm and pushes it against her breasts.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Yasmin_1_coded.mp4">
Your browser does not support the video tag.
</video>
<<npcspeech "Yasmin" "Front Desk">>Does this help calm you down?<</npcspeech>>
<<speech "You">>Yeah that feels good...but wait, hold on. Why are you doing this? You didn't answer my question. How did you know my name?<</speech>>
<<speech "You">>Yeah...but wait, hold on. Why are you doing this? You didn't answer my question. How did you know my name?<</speech>>
<<npcspeech "Yasmin" "Front Desk">>Tory left a note saying that she owes some guy a blowjob. I could tell it was you from the look on your face the moment you step through the door. <</npcspeech>>
<<speech "You">>That's... impressive. What else do you know about me?<</speech>>
<<npcspeech "Yasmin" "Front Desk">>...you're a teacher? A high school teacher, perhaps?<</npcspeech>>
<<speech "You">>Woa - you're really good at this. How did you figure that out?<</speech>>
<<npcspeech "Yasmin" "Front Desk">>Let's just call that intuition, shall we?<</npcspeech>>
I don't get it. Who are you? Aren't you over qualified to be sitting here? Shouldn't //you// be in charge of the heist case?
<<npcspeech "Yasmin">>My name's Yasmin , and you're absolutely right is saying that. I have a degree in criminology. Apparently this town does not required a certified criminologist because it's "crime free" - so here I am working at the reception desk.<</npcspeech>>
<<speech "You">>Criminologist? Never head that before. What kind of job is that?<</speech>>
It's a very competitive degree. I was supposed to be earning six figures when I graduate.
And how much do you make working as a receptionist?
<<npcspeech "Yasmin">>...I don't even get to own a gun. <</npcspeech>>
<<speech "You">>Well, only cops and detectives are allowed to carry guns.<</speech>>
<<npcspeech "Yasmin">>Tory told me you have the making of a detective. Is that true?<</npcspeech>>
<<speech "You">>Honestly, I don't know. I mean, I've seen plenty of heist films, but...<</speech>>
<<npcspeech "Yasmin">>...you know what, it doesn't matter. Let's go back the previous topic of discussion.<</npcspeech>>
<<speech "You">>Which is...?<</speech>>
<<npcspeech "Yasmin">>The blowjob. Here's what my boss wrote on her note. <</npcspeech>>
''So, I owe this a guy a blowjob and I told him to come meet me at the station. Unfortunately I'm //very// busy with the case, so would you please be a darling and blow him for me? Thanks!''
<<speech "You">>So...you're gonna //blow// me? Right here?<</speech>>
<<npcspeech "Yasmin">>You have a problem with that?<</npcspeech>>
[[No.|StationBlowjob Pt.1]]
<<endif>>\
<<if $YasminFirstBlowjob is true>>\
<<npcspeech "Yasmin">>$name, There you are! Did you come here to fulfil my sick fantasies again?<</npcspeech>>
<<speech "You">>No, I came here to get my blow- right. Daddy's feeling horny need some much needed release right now.<</speech>>
<<npcspeech "Yasmin">>And //how// I would I go about that?<</npcspeech>>
<<if $stamina >= 3>><span id='Yasmin'>\
<<link 'Fuck her tits.'>>\
<<replace '#Yasmin'>>\
@@.grey;Fuck her tits.@@
<</replace>>\
<<append '#Yasmin'>>\
<<speech "You">>Take off your shirt. I'm about to fuck your tits.<</speech>>
<<npcspeech "Yasmin">>Again? Do you really like fucking my tits so much?<</npcspeech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Yasmin_4_coded.mp4">
Your browser does not support the video tag.
</video>
<<set $bigtits to $bigtits + 1>>
<<set $pervxp to $pervxp + 50>>\
<<set $stamina to $stamina - 3>>\
/% =========LEVELUP======== %/\
<<if $pervxp >= 550 and $perversity is 2>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.3@@!''
''You feel even more perverted.''
<<set $perversity to 3>>\
<<set $nextlv to $lv4>>\
/% =========LEVELUP======== %/\
<<else>> <<set $xpneeded to $nextlv - $pervxp>>\
''@@.magenta;Perverted points@@ + @@.yellow;50@@!''
''$xpneeded more points required to level up.'' <<endif>>
[[Go back.|Town Center]] <</append>> <</link>>
<span id='Yasmin'>\
<<link 'Fuck her face.'>>\
<<replace '#Yasmin'>>\
@@.grey;Fuck her face.@@
<</replace>>\
<<append '#Yasmin'>>\
<<speech "You">>How about fucking that stupid face of yours?<</speech>>
<<npcspeech "Yasmin">>What are you waiting for? Get your cock out already!<</npcspeech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Yasmin_3_coded.mp4">
Your browser does not support the video tag.
</video>
<<set $blowjob to $blowjob + 1>>
<<set $pervxp to $pervxp + 50>>\
<<set $stamina to $stamina - 3>>\
/% =========LEVELUP======== %/\
<<if $pervxp >= 550 and $perversity is 2>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.3@@!''
''You feel even more perverted.''
<<set $perversity to 3>>\
<<set $nextlv to $lv4>>\
/% =========LEVELUP======== %/\
<<else>> <<set $xpneeded to $nextlv - $pervxp>>\
''@@.magenta;Perverted points@@ + @@.yellow;50@@!''
''$xpneeded more points required to level up.''<<endif>>
[[Go back.|Town Center]]<</append>> <</link>> </span> <<endif>>\
<<if $stamina <= 2>>
<<speech "You">>Actually...there's not much you can do right now. I'm all spent.<</speech>>
<<npcspeech "Yasmin">>Then why did you came here in the first place?*sighs* <</npcspeech>>
[[Go back.|Town Center]]
<<endif>>\ <<endif>>\
<<AdvancePeriod>>\
<<replace "#now">><<now>><</replace>>\
<img src="img/dinerInterior.png" width="800px" class="widecenter">\
<<npcspeech "Busty_waitress" "Employee">> Hi, welcome to Sunshine Diner. What can I get you?<</npcspeech>>
<span id='DinerOptions'>\
<<link 'Fish And Chips $10'>>\
<<replace '#DinerOptions'>>\
@@.grey;Fish And Chips $10@@
<</replace>>\
<<append '#DinerOptions'>>\
<<speech "You">>I'll have the fish and chips please.<</speech>>
<<set $cash to $cash - 10>>\
Money @@.yellow;- $10@@
Here's your order!
<img src="img/fishandchips.jpg" width="800px" class="widecenter">\
[[Leave.|Town Center]]
<</append>> <</link>>
</span>
<img src="img/Katrina.jpg" width="450px" class="center">
<<if $behaviour >= 0>>\
<<npcspeech "Katrina">>I don't think your kind belong here, mister. Get outta here, this is the girls bathroom. <</npcspeech>>
<<set KatrinaMeet to true>>\
[[Go back.|Bathroom]] <<endif>>\
<<if $behaviour <= -1 and $KatrinaMeet is false>>\
<<npcspeech "Katrina">>(You look like you could be a good pet....)<</npcspeech>>
<<npcspeech "Katrina">>Who do we have here? A schoolgirl spying pervert?<</npcspeech>>
<<speech "You">>Pardon me, I thought this was the men's bathroom.<</speech>>
<<npcspeech "Katrina">>Your pathetic excuses aren't going to work. I could call the cops and throw you in jail, //right now//.<</npcspeech>>
<<speech "You">>Please, don't call the cops!<</speech>>
<<npcspeech "Katrina">>Behave nicely and I might spare you from having to go jail.<</npcspeech>>
<<npcspeech "Katrina">>Now, what was it that you wanted to see...did you wanted to spy on some schoolgirl ass? This is all you're gonna get, you fucking loser.<</npcspeech>>
<img src="img/Katrina2.jpg" width="450px" class="center">
<<if $perversity <= 1>>\
''@@.red;✗ Requires: Perversity level 2 or higher@@''
@@.grey; Ask her to take off her uniform.@@
[[Go back.|Bathroom]]
<<elseif $perversity >= 2>>\
''@@.green;✓ Requires: Perversity level 2 or higher@@''
<<linkreplace "Ask her to take off her uniform.">>@@.grey;Ask her to take off her uniform.@@
<<speech "You">>Could you please take off your clothes?<</speech>>
<<npcspeech "Katrina">>Trying to bargain with me now, are you? Well, today is your lucky day.<</npcspeech>>
<img src="img/Katrina3.jpg" width="450px" class="center">
<<npcspeech "Katrina">>Normally I would never do this for a loser like you...but since you asked politely, I'll let you take a tiny glimpse at my body.<</npcspeech>>
<img src="img/Katrina4.jpg" width="450px" class="center">
<<set $behaviour to $behaviour - 1>>
<<set $horniness to $horniness + 1>>
You feel more @@.blue;submissive@@.
<<npcspeech "Katrina">>Why are you still here? Go to the bathroom next door and jerk off. Don't hold it in.<</npcspeech>>
<<speech "You">>I'll be going now.<</speech>>
<<npcspeech "Katrina">>That's right, back to your little school playground.<</npcspeech>>
<<set $KatrinaMeet to true>>\
[[Go back.|Bathroom]]
<</linkreplace>>\
<<endif>> <<endif>>
<<if $KatrinaMeet is true>>\
<<npcspeech "Katrina">>You're here again? Don't tell you came here looking for jerk off material.<</npcspeech>>
<<speech "You">>Umm...<</speech>>
<<npcspeech "Katrina">>Admit that you're a spying pervert and I might just get my clothes off...enough for you to take a tiny glimpse at my pussy.<</npcspeech>>
<<linkreplace "Do as you're told.">>@@.grey;Do as you're told.@@
<<speech "You">>Alright. I'm a pervert.<</speech>>
<<npcspeech "Katrina">>What happened to your diginity? Fine, if you that deserpate...<</npcspeech>>
<img src="img/Katrina5.jpg" width="450px" class="widecenter">
<<npcspeech "Katrina">>You got your little treat. Now get outta here.<</npcspeech>>
<<set $horniness to $horniness + 1>>\
[[Go back.|Bathroom]] <</linkreplace>>
<<endif>>\
<p class="thought">Phewww....what a day! Time to wrap it up! Mia told me meet her in the staff office once classes are finished.</p>
<<linkreplace "Go to the Staff Office.">>@@.grey;Go to the Staff Office.@@
''You are surprised to see that Mia is already waiting for you in the office.''
<img src="img/MiaNaked.jpg" width="450px" class="center">
<<npcspeech "Mia">>Hey $name, how was your first day?<</npcspeech>>
<<speech "You">>It's been pretty good so far. But uh, the students don't seem to like me so much.<</speech>>
<<npcspeech "Mia">>$name! It's only been your first day! I'm sure you'll fit into our school just fine.<</npcspeech>>
<<npcspeech "Mia">>By the way, it's so hot in the office! The air conditioner must be broken again. It's about time they send someone to fix it. It's going to get even hotter in here when summer comes around.<</npcspeech>>
<<speech "You">>If it's so hot, maybe you should take your clothes off!<</speech>>
''If there's something you're proud of, it's your sense of humour. You always manage to get people laughing at your jokes, even if only out of awkwardness.''
<<npcspeech "Mia">>Okay...you really want me to take off my clothes?<</npcspeech>>
<<linkreplace "Sure, why not?">>@@.grey;Sure, why not?@@
<img src="img/MiaNaked1.jpg" width="450px" class="center">
''Mia looks at you for a few seconds, then proceeds to untie her blouse. She then lowers her blouse to her arms, revealing her ample breasts.''
<img src="img/MiaNaked2.jpg" width="450px" class="center">
<<speech "You">>Wait, what are you doing!?<</speech>>
<<npcspeech "Mia">>I'm doing what you told me to! (Giggles)<</npcspeech>>
<img src="img/MiaNaked3.jpg" width="450px" class="center">
''Before you could say anything else, Mia already has her bra taken off, leaving her top completely exposed.''
<<npcspeech "Mia">>You want me to stop?<</npcspeech>>
<<linkreplace "Stop her!">>@@.grey;Stop her!@@
''You try to stop Mia before she strips away what little is left on her body, but unfortunately your chronic asthma just kicked in, barring you from uttering the word 'stop'.''
<img src="img/MiaNaked4.jpg" width="450px" class="center">
<<npcspeech "Mia">>You want me to take off my panties too?<</npcspeech>>
''You feel like you're about to soffucate. Your asthma attack mixed with the excitement of seeing a woman naked for the first time is too much for you to bear.''
<<npcspeech "Mia">>$name, you seem out of breath again, are you feeling alright? <</npcspeech>>
''Mia walks towards you and try to see if you're ok, but you value your moral standards too much to let a half naked woman touch you. You grab your inhaler and run for the door, avoiding any eye contact with her.''
<<speech "You">>I...I'm fine. I've got to go home. See you tomorrow.<</speech>>
''You don't have a clue how it happaned, but seeing Miss Malkova naked had you aroused beyond measure. You want to see......more.''
<<set $perversity to 1>>\
<<set $horniness to 1>>\
<<set $nextlv to $lv2>>
@@.magenta;Perversity level increased to 1!@@
//Note: Perversity determines the level of your character's @@.red;Corruption@@.
You will be able to perform progressively lewd acts as your @@.magenta;Perversity level@@ goes up.//
[[Call it a day and go home.|Home]]
<</linkreplace>> <</linkreplace>> <</linkreplace>>
<img src="img/Bedroom.jpg" width="800px" class="widecenter">
<<if $period == 0 and $weekend is false>>''It's time to get to work!''<<endif>>\
<<if $horniness == 1>>''You should do something about your boner...''<<endif>>\
<<if $AshlynnInvite is true and $period is 3>>''Maybe I should pay Ashlynn a visit?''<<endif>>\
<hr>
<div class="row">\
<<if $period == 2>>
<a data-passage="shower" class="link-internal">
<div class="container">
<img src="img/location/shower.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Shower</div>
</div>
</div>
</a>
<<else>>
<div class="container">
<img src="img/location/showerBW.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Shower</div>
</div>
</div>
<<endif>>\
<<if $horniness >= 1>>\
<a data-passage="JerkOff" class="link-internal">
<div class="container">
<img src="img/location/jerkoff.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">JerkOff</div>
</div>
</div>
</a>
<<else>>\
<div class="container">
<img src="img/location/jerkoffBW.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">JerkOff</div>
</div>
</div>
<<endif>>\
<a data-passage="Laptop" class="link-internal">
<div class="container">
<img src="img/location/laptop.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Laptop</div>
</div>
</div>
</a>
</div>
<div class="rowtiny">\
<<if $period == 3 and $horniness == 0>>
<a data-passage="Morning" class="link-internal">
<div class="container">
<img src="img/location/Sleep.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Sleep</div>
</div>
</div>
</a>
<<else>>
<div class="container">
<img src="img/location/SleepBW.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Sleep</div>
</div>
</div>
<<endif>>\
</div>\
<hr>
<div class="rowtiny">\
<a data-passage="Living Room" class="link-internal">
<div class="container">
<img src="img/location/livingroom.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">LivingRoom</div>
</div>
</div>
</a>
</div>
<<speech "You">>Hey Mia, what's with the big occansion? It seems like everybody is wound up today.<</speech>>
<<npcspeech "Mia">>It's the parent teacher conference! We hold a conference at the start of every school semester. Didn't Principle Dylan tell you about this?<</npcspeech>>
<<speech "You">>Uh...no?<</speech>>
<<npcspeech "Mia">>There's nothing for you to worry about just yet. Only regular staff teachers are required to be present for the meetings. You dodged a bullet on this one!<</npcspeech>>
<<npcspeech "Mia">>Well, you better hurry now, morning classes are about to start!<</npcspeech>>
<<set $ParentTeacherbantered to true>>\
<<set $ParentTeacherTriggered to true>>\<<switch $c>>\
<<case 0>>\
<p class="thought">(Finally done for today! Time to go home...hold on, what is that?)</p>
''You notice a piece of paper stuck on the office wall.''
<pre>\
Notice: All school staff are required to stay in campus until meetings are finished. </pre>
<p class="thought">This is bullshit, I don't get paid hourly!</p>
<p class="thought">(Well, better keep myself occupied while I'm at it. It's not like I have anything left to do anyway.)</p>
<<linkreplace "Do some internet browsing on the office computer.">>@@.grey;Do some internet browsing on the office computer.@@
<p class="thought">(Let's startup the computer...Holy shit, I can't believe they're still running Windows 98 in 2019...)</p>
<img src="img/windows98.jpg" width="200px" class="smallcenter">
<p class="thought">(Well, I guess no Pornhub Premium for me. This piece of garbage can barely run 320p videos without setting itself on fire.)</p>
<<linkreplace ".....Solitaire it is.">>@@.grey;.....Solitaire it is.@@
<p class="thought">(Good old Solitaire, we meet again.)</p>
<img src="img/solitaire.jpg" width="300px" class="widecenter">
''You play Solitaire for what feels like an eternity. Eventually you can't help but start to doze off....''
[[ZZzzz......|ParentTeacher][$c to 1]] <</linkreplace>> <</linkreplace>>
<<case 1>>
<img src="img/install.jpg" width="300px" class="smallcenter">
<<linkreplace "Nice!">>@@.grey;Nice!@@
<p class="thought">(I should configure the settings before starting the game...Let's set everything to max, shall we?)</p>
<pre>Game settings:
Resolution: 3840 x 2160
8X MSAA</pre>\
<<linkreplace "Run demo.">>@@.grey;Run demo.@@
<img src="img/crysis.jpg" width="500px" class="widecenter">
<p class="thought">(THAT'S what I call gaming!)</p>\
<p class="thought">(Now that I know my PC is more than capable...)</p>
<<linkreplace "AHOY! All ships set sail for Pornhub Premium! Goodbye, 140p pixelated crap! Hello, 4K skin pores!">>@@.grey;AHOY! All ships set sail for Pornhub Premium! Goodbye, 140p pixelated crap! Hello, 4K skin pores!@@
<img src="img/pornhub.jpg" width="500px" class="smallcenter">
<p class="thought">(Hello friend. What do you have in store for me today?)</p>
<img src="img/miapornhub.png" width="500px" class="smallcenter">
<<linkreplace "I liek tis blonde.">>@@.grey;I liek tis blonde.@@
<p class="thought">(Who is this blonde?...."Mia Malkova"? Hmm. Doesn't ring any bells.</p>
<p class="thought">(But damn, that is some grade A fapping material right there. It's time to do some video sampling...for academic research of course.</p>
<video width="640" height="480" class="widecenter" autoplay>
<source src="gif/miapornhub.mp4">
Your browser does not support the video tag.
</video>
[[Why did the video stop there?|ParentTeacher][$c to 2]] <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>>
<<case 2>>
<img src="img/wokeup.jpg" width="300px" class="smallcenter">
<<npcspeech "Unknown_female" "??">>$name.<</npcspeech>>
<<npcspeech "Unknown_female" "??">>$name!<</npcspeech>>
''A familiar voice wakes you up from your slumber. You get up from the computer desk, still struggling to keep your eyelids open.''
<<linkreplace "Open your eyes.">>@@.grey;Open your eyes.@@
<<npcspeech "Mia">>$name! Could I ask you a favor? I've got a late train to catch but there's still one more meeting left to go. Could you fill in for me?<</npcspeech>>
<p class="thought">(Oh come on Mia! Perfect timing! I was JUST getting to the juicy part! Couldn't you let a man dream in peace?)</p>
<<speech "You">>Uhhhh...is that you, Mia? I don't know if I'm up to this....I've only been here two weeks. Who is this student anyway?<</speech>>
<<npcspeech "Mia">>It's Ashlynn! You know her right?<</npcspeech>>
<<speech "You">>Yeah...but just like, barely.<</speech>>
<<npcspeech "Mia">>Pretty please? I don't wanna walk home tonight. It's so dark and chilly out there....<</npcspeech>>
<<linkreplace "Accept her request.">>@@.grey;Accept her request.@@
<<speech "You">>Alright....I will fill in for you. Better get going now, you have a train to catch.<</speech>>
<<npcspeech "Mia">>Thank you! You're a lifesaver!<</npcspeech>>
''Miss Malkova gave you a kiss on the cheek and hurried away.''
<p class="thought">(Damn, that felt good.)</p>
<<set $ParentTeacherTriggered to false>>\
<<set $SummerMeet to true>>\
[[Go to the parent teacher meeting.|ParentTeacherMeeting]]
<</linkreplace>> <</linkreplace>>
<</switch>>Take a relaxing nap in the beach.
Take a stroll around the coastline.
Look for some eye candy.
[[Go back.|Town Center]]
''A mature looking woman approaches you with a friendly smile as you walk along the school corridor.''
<img src="img/Summer.jpg" width="800px" class="center">\
<<npcspeech "Summer" "Mrs. Summer">>Excuse me darling, I'm looking for the meeting's office?<</npcspeech>>
<<speech "You">>Oh, it's just around the corner.<</speech>>
<p class="thought">(Something tells me she's Ashlynn's mum.... But I can't quite put a finger on why.</p>
<<speech "You">>Pardon me madam, but would you happen to be Ashlynn's mother?<</speech>>
<<npcspeech "Summer" "Mrs. Summer">>I am. How'd you guess that? (Giggles) <</npcspeech>>
''You have a light bulb moment.''
<p class="thought">(They both have small tits. That's why!)</p>
<p class="thought">(She may have her dress buttoned, but there's barely anything to look at. Her lovely legs, on the other hand...)</p>
<<speech "You">>It was just a wild guess. Nice to meet you. I'm Mr. surname, Ashlynn's home room teacher. <</speech>>
<<npcspeech "Summer" "Mrs. Summer">>You're quite handsome for a young teacher aren't you?<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>Ahem... now, where are my manners? I should introduce myself. My name is Mrs Summers. My husband would have liked to come to the meeting, but unfortunately he has a busy schedule to attend to.<</npcspeech>>
<<speech "You">>That's alright. I understand that your husband is an attorney? I heard they work crazy hours.<</speech>>
<<npcspeech "Summer" "Mrs. Summer">>What can I say? He's a busy man. To tell the truth, we barely get to spend time together. We haven't fucked in seven months!<</npcspeech>>
''Mrs. Summer's voice was so loud it filled the entire hallway. Fortunately no one was around to hear it.''
<<npcspeech "Summer" "Mrs. Summer">>Oh dear, pardon my language. What I meant to say was...yes, he's a busy man.<</npcspeech>>
<p class="thought">(....wow. This woman is a living textbook example of a frustrated housewife.)</p>
<p class="thought">(Anyway, this conversation is starting to become awkward...let's change the topic.)</p>
<<speech "You">>Well..um...anyway, where's Ashlynn?<</speech>>
<<npcspeech "Summer" "Mrs. Summer">>Don't even get me started on her!<</npcspeech>>
''Mrs. Summer's tone suddenly changes.''
<<npcspeech "Summer" "Mrs. Summer">>Do you know what I found on her laptop the other day?<</npcspeech>>
<p class="thought">(I don't really want to know, to be honest.)</p>
<<npcspeech "Summer" "Mrs. Summer">>A bunch of blowjob videos and even an instructional article on the "proper" way to do it!<</npcspeech>>
<p class="thought">(Fuck, this woman is crossing the line. Now it's getting REAL awkward.)</p>
<<speech "You">>Uh, nevermind her. Let me take you to the meeting office.<</speech>>
<<linkreplace "Go to the meeting office with Mrs. Summer.">>@@.grey;Go to the meeting office with Mrs. Summer.@@
''You enter the office. You see that Ashlynn is already sitting in front of the desk with her back turned.''
<<npcspeech "Ashlynn">>Mum, what took you so long? Did you get lost?<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>I did, as a matter of fact. This lovely young gentleman brought me here. <</npcspeech>>
<<npcspeech "Ashlynn">>How many times do I need to tell you this, mum? You're not gonna get anywhere by talking to ran-<</npcspeech>>
''Ashlynn turns her head around.''
<<npcspeech "Ashlynn">>Oh, if it isn't you, Mr. Pervert! Here to take a glimpse at my skirt again? <</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>Shut it, Ashlynn! Is this how you're supposed to talk to your teacher?<</npcspeech>>
<<npcspeech "Ashlynn">>(Giggles) That //gentleman// beside you couldn't take his eyes off my skirt the whole time he was teaching!<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>Ashlynn! Shut your mouth right now, or you're going to get a good spanking when you get home!<</npcspeech>>
<p class="thought">(Wow. This woman has //no// idea about parenting, does she?)</p>
<<npcspeech "Ashlynn">>Stop telling me what to do! I'm not your little puppet anymore! I'm doing fine just on my own.<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>You're doing fine, huh? Then please tell me why you keep failing your subjects.<</npcspeech>>
<<npcspeech "Ashlynn">>I'm busy learning...other things.<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>A girl your age should be studying all the time, not masturbating in your room all day!<</npcspeech>>
Ashlynn opens her mouth wide in disgust.
<<npcspeech "Ashlynn">>Mum! Not in front of -<</npcspeech>>
<<npcspeech "Ashlynn">>Mr. $surname, she's is a compulsory lier! I - I didn't do anything like that!<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>Yeah? Then how do you explain stealing the 10 inch dildo from my room?<</npcspeech>>
<<npcspeech "Ashlynn">>I didn't steal your dildo, mum! You're just old and forgetful all the time!<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>Ashlynn! How you dare talk to your mother in that tone! I remember //specifically// that it was the black one with the fake balls! <</npcspeech>>
<<npcspeech "Ashlynn">>Wait, how did you figure that out? I made sure to put it back on the shelves!<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>It was all WET and STICKY, that's why!<</npcspeech>>
<<npcspeech "Ashlynn">>Fine! But I only used it once or twi- <</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>Stop with your excuses, Ashlynn. Half the paint was missing on the dildo! Even the rough texture on it had gone smooth! I don't even want to know how you managed to do that.<</npcspeech>>
<<npcspeech "Ashlynn">>It was stuck halfway through for...reasons! It looked like that by the time I pulled it out!<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>Well, now it looks like a panda themed dildo. How do you expect me to use that?<</npcspeech>>
<<npcspeech "Ashlynn">>I don't know, mum. Maybe you should go play with the other quadrillion dildos your have hidden in your locker?<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>Do you know how much money I paid for that? It was a premium limited edition! They only made 200 of these!<</npcspeech>>
<<npcspeech "Ashlynn">>Forgive me for not being an expert in dildos! Because unlike you, I don't feel the compulsive urge to surround myself in a house full of plastic toys!<</npcspeech>>
<p class="thought">(Uh oh, Ashlynn. Bad choice of words. I don't think you should've said that. Looks like your mum is about to go on rampage mode.)</p>
<<npcspeech "Summer" "Mrs. Summer">>UNLIKE YOU, Ashlynn, I actually take care of my personal hygiene! I've seen what your panties looks like! They're always covered in layers of goo!<</npcspeech>>
<p class="thought">(...and that's what you get in return. You brought this on yourself, Ashlynn. )</p>
<p class="thought">(Now that your mum mentioned it...did I remember to seal my stolen panties in an air tight zip lock bag? Better check once I get home.)</p>
<<npcspeech "Ashlynn">>Mum! How many times do I need to remind you? Let me wash my own underwear!<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>Do you know how much time it took for me to clean the stains off your dirty panties? I watched an entire episode of Desperate Housewives while I was cleaning and your panties were STILL dirty!<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>How are you supposed to have any time left for studying if I let you do all the house chores?<</npcspeech>>
<p class="thought">(Man, talk about a disfunctional family. I don't even want to take part in this conversation.)</p>
<<npcspeech "Summer" "Mrs. Summer">>Now Ashlynn, I'm giving you a chance to get those grades up, or it will be curfew at 6pm for the rest of the semester!<</npcspeech>>
<<npcspeech "Ashlynn">>6pm!? That's literally worse than being locked up in jail!<</npcspeech>>
<p class="thought">(God help me...There's no end to their quarrelling.)</p>
''You speak for the first time in what feels like an eternity.''
<<speech "You">>Excuse me for barging in on your...conversations, but the school campus is closing soon...should we wrap up this meeting?<</speech>>
''Mrs. Summer forcefully grabs Ashlynn by her hair and yanks her out of her chair.''
<<npcspeech "Ashlynn">>Oww! Mum! What are you doing? It hurts!<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>I'm getting you out of here before you embarrass yourself anymore in front of Mr. $surname!<</npcspeech>>
<<npcspeech "Summer" "Mrs. Summer">>Thank you for your time, Mr. $surname. It was wonderful meeting you. I would love to talk to you a bit more, but it looks like I have a daughter to discipline first.<</npcspeech>>
<p class="thought">(It was? I didn't actually get to say anything except listen to you argue with your daughter.)</p>
<<npcspeech "Ashlynn">>Ouch......<</npcspeech>>
''Ashlynn's voice slowly faints in the distance as she gets dragged further away from the room.''
<<set $ParentTeacherMet to true>>
[[Looks like it's finally time to go home.|Home]]
<</linkreplace>><<set $AlexMeet to true>>\
''While you are still preparing your notes, a shy looking student walks up to you.''
<img src="img/Alex.jpg" width="450px" class="center">
<<npcspeech "Alex">>Mr $surname.<</npcspeech>>
<<npcspeech "Alex">>Pardon me for asking, but I've got...something on my mind. Could I talk to you after school?<</npcspeech>>
<<speech "You">>That won't be a problem. What is it that you want to talk about?<</speech>>
<<npcspeech "Alex">>Thank you. I...can't talk about it just yet. I'll meet you in room 213 after school.<</npcspeech>>
''You open the door and find Alex anxiously waiting for you in the room.''
<<npcspeech "Alex">>Mr $surname, you're here! Please listen to me, I really don't know who else to turn to.<</npcspeech>>
<<speech "You">>Hold on, Alex, what's the problem?<</speech>>
<<npcspeech "Alex">>It's my Dad...he spent all our money on gambling and left the house. Our family didn't have much money to begin with, and now we are literally scraping for pennies...<</npcspeech>>
<<npcspeech "Alex">>My mum has pneumonia and is scheduled to stay in the hospital for at least another 3 months...I'm already working a part time job but the pay barely covers the hospital fees. I don't know what to do, Mr $surname.<</npcspeech>>
<p class="thought">That's a pretty tough situation to be in for a young girl. She probably came to me because she thought of me as the only adult she could trust.</p>
<<npcspeech "Alex">>I hope it isn't too much to ask...but could I borrow $200 dollars from you? That won't solve the problem but it will make my life a little easier... I promise to return the money as soon as I can, of course.<</npcspeech>>
<<linkreplace "Maybe I can help you.">>@@.grey;Maybe I can help you.@@
<<speech "You">>I totally understand what you're going through. Life can be difficult sometimes.<</speech>>
<<speech "You">>But...you're only a highschool student. You already carry enough financial burden as it is. I don't think you should carry on any more debt.<</speech>>
''Alex seems to be very disappointed at your answer.''
<<speech "You">>However, I have another proposal for you. Instead of me lending you money, how about I give you an opportunity to earn some?<</speech>>
''Alex looks back at you, swirling with excitement.''
<<npcspeech "Alex">>I will do anything for money, sir. Just tell me what to do.<</npcspeech>>
<<linkreplace "Take off your shorts.">>@@.grey;Take off your shorts.@@
<<speech "You">>Take off your shorts.<</speech>>
<img src="img/Alex2.jpg" width="450px" class="center">
<<npcspeech "Alex">>Take...off my shorts? <</npcspeech>>
<<speech "You">>That's right. Take off your top too while you're at it.<</speech>>
<img src="img/Alex3.jpg" width="450px" class="center">
''Alex stands still with her tits exposed, waiting for her next command.''
<<speech "You">>Now, remove your panties and bring your ass towards me.<</speech>>
<<npcspeech "Alex">>Like this?<</npcspeech>>
<img src="img/Alex4.jpg" width="450px" class="center">
<<speech "You">>Good. Now bend down on the table and spread your cheeks so I can take a good look at your asshole.<</speech>>
''Alex obediently follows your orders and get on all fours.''
<img src="img/Alex5.jpg" width="450px" class="center">
<<npcspeech "Alex">>Will that be all, Mr $surname? Have I earned my pay yet?<</npcspeech>>
<span id='AlexOptions'>\
<<link 'Damn right you earned it. Heres your $200.'>>\
<<replace '#AlexOptions'>>\
@@.grey;Damn right you earned it. Heres your $200.
@@
<</replace>>\
<<append '#AlexOptions'>>\
''You hand over $200 to Alex.''
<<speech "You">>It's getting late, you should probably head home. I'll see you in class.<</speech>>
<<npcspeech "Alex">>Thank you, Mr $surname.<</npcspeech>>
<<set $cash to $cash - 200>>\
[[Go home.|Home]]
<</append>> <</link>>\
<<link 'Meh. Your ass wasnt as big as I thought. I can give you $100.'>>
<<replace '#AlexOptions'>>
@@.grey;Meh. Your ass wasn't as big as I thought. I can give you $100.@@
<</replace>>\
<<append '#AlexOptions'>>
''You hand over $100 to Alex.''
<<speech "You">>It's getting late, you should probably head home. I'll see you in class.<</speech>>
<<npcspeech "Alex">>...cheapskate.<</npcspeech>>
<<speech "You">>What was that?<</speech>>
<<npcspeech "Alex">>Oh it's nothing. Thank you again, Mr $surname.<</npcspeech>>
<<set $cash to $cash - 100>>\
<<set $horniness to 1>>\
[[Go home.|Home]]
<</append>> <</link>> </span>
<</linkreplace>> <</linkreplace>>
<img src="img/shower.jpeg" width="800px" class="widecenter">\
<<AdvancePeriod>>
''You take a hot shower. You feel reinvigorated.''
[[Go back.|Home]]<img src="img/jerkoff.jpg" class="center">
''You relieve yourself the old fashioned way.''
<<set $horniness to 0>>\
<<set $pervxp to $pervxp + 20>>\
/% =========LEVELUP======== %/\
<<if $pervxp >= 200 and $perversity is 1>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.2@@!''
''You feel even more perverted.''
<<set $perversity to 2>>\
<<set $nextlv to $lv3>>\
<<elseif $pervxp >= 550 and $perversity is 2>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.3@@!''
''You feel even more perverted.''
<<set $perversity to 3>>\
<<set $nextlv to $lv4>>\
/% =========LEVELUP======== %/\
<<else>> <<set $xpneeded to $nextlv - $pervxp>>\
''@@.magenta;Perverted points@@ + @@.yellow;20@@!''
''$xpneeded more points required to level up.''
<<endif>>\
[[Go back.|Home]]
<img src="img/Bedroom.jpg" width="800px" class="widecenter">
<<if $period == 0>>\
[[Go to work.|Main Hallway]]<<endif>>\
<hr>
<<if $period == 0>>==Take a shower==// Better get to work first!<<endif>>\
<<if $period == 2>>\[[Take a shower.|shower]] <<endif>>\
<<if $period == 3>>\==Take a shower==// You have already taken a shower today. <<endif>>
[[Check email.|email]]\
<<if $horniness >= 1>>\[[Have a quick wank.|JerkOff]]<<endif>>\
<hr>
<<if $horniness >= 1>>\ <<if $period == 3>>\
<<linkreplace "Sleep until morning.">>@@.grey;Sleep until morning.@@
''You are feeling too horny to sleep.'' <</linkreplace>> <<endif>>\ <<endif>>\
<<if $period == 3>>\
[[Sleep until morning.|Home Backup]]<<endif>>\
<img src="img/walktoschool.jpg" class="center">
''You grab your backpack and walk to the school campus.''
[[Continue.|Main Hallway]]
''You turn on your laptop.''
<img src="img/laptop.jpg" class="center">
[[Check Email.|email]]
[[Go back.|Home]]
<<if $period is 3>>\
''It's getting late...I should probably head home.''
[[Go home.|Home]]
<<else>>\
<img src="img/town.jpg" width="800px" class="widecenter">
<hr>
<div class="row">
<a data-passage="Shopping Mall" class="link-internal">
<div class="container">
<img src="img/location/shopping_mall.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Mall</div>
</div>
</div>
</a>
<a data-passage="Sunshine Diner" class="link-internal">
<div class="container">
<img src="img/location/diner.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Diner</div>
</div>
</div>
</a>
<a data-passage="Police Station" class="link-internal">
<div class="container">
<img src="img/location/police.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">PoliceStation</div>
</div>
</div>
</a>
</div>
<div class="row">
<a data-passage="Hospital" class="link-internal">
<div class="container">
<img src="img/location/hospital.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Hospital</div>
</div>
</div>
</a>
<<if $StripClub is true>>
<a data-passage="StripClub" class="link-internal">
<div class="container">
<img src="img/location/StripClub.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">StripClub</div>
</div>
</div>
</a>
<<elseif $Stripclub is false>>
<a data-passage="" class="link-internal">
<div class="container">
<img src="img/location/unknown_location.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">??</div>
</div>
</div>
</a>
<<endif>>
<a data-passage="Living Room" class="link-internal">
<div class="container">
<img src="img/location/livingroom.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Home</div>
</div>
</div>
</a>
</div>
<<endif>>
<img src="img/zzz.jpeg" width="550px" class="widecenter">
''You had a good night's sleep.''
<<set $stamina to $staminalimit>>\
<<set $bantered to false>>\
<<AdvancePeriod>>\
<<AdvancePeriod>>\
<<if $day % 7 is 6 or $day % 7 is 0>> <<set $weekend to true>> <<else>> <<set $weekend to false>> <<endif>>\
[[Continue.|Living Room]]<<npcspeech "Ashlynn">>Hey, Mr. $surname!<</npcspeech>>
<p class="thought">(Oh no, it's the trouble maker again. What does she want this time?)</p>
<p class="thought">(Wait, did she just refered to me by my last name?)</p>
<<npcspeech "Ashlynn">>My mum asked me to invite you to our house. Here's the address. It's just outside the police station.<</npcspeech>>
''Ashlynn let out a big smile as she hands you her family's address written on a price of paper.''
<p class="thought">(Outside the police station huh? That's near my apartment.)</p>
<p class="thought">(What's with the paradaigm shift in her attitude though? She's all rosy all of a sudden. Something doesn't feel right.)</p>
<<linkreplace "Accept her invitation.">>@@.grey;Accept her invitation.@@
<p class="thought">(Oh well, since she is so enthusiastic about it...)</p>
<<speech "You">>Thanks for inviting me. I'd be happy to come.<</speech>>
''Ashlynn seems happier than ever. No longer is she displaying her usual condescending smile on her face.''
<<npcspeech "Ashlynn">>Thank you! I'll make sure to prepare lots of delicious cookies for your visit! You like chocolate flavored cookies? <</npcspeech>>
<<npcspeech "Ashlynn">>Feel free to come by! Oh and please come in the evening, we don't...uh, usually get visitors during the day. <</npcspeech>>
<<set $AshlynnInvite to true>>
[[Continue.|Classrooms]]
<</linkreplace>>
<<if $day == 10 and $AlexMeet is false>> <<display AlexMeet>> <<endif>>\
''You spent the morning teaching classes.
<img src="img/Blackboard.gif" width="800px" class="center">
You earn @@.yellow;$40@@!
Career point <b>@@.green;+ 10@@</b>''\
<<set $cash to $cash + 40>>\
<<set $career to $career + 10>>\
<<set $stamina to $stamina - 1>>\
<<AdvancePeriod>>\
<<replace "#now">><<now>><</replace>>\
<<if $day == 3>>\
[[Continue.|MarshaMeet]]
<<elseif $ParentTeacherMet>>
[[Continue.|AshlynnInvite]]
<<elseif $MarshaOralReport == false and $perversity is 3>>
[[Continue.|MarshaOralReport]]
<<else>>\
[[Continue.|Classrooms]]<<endif>>\''You spent the afternoon teaching classes.
<img src="img/Blackboard.gif" width="800px" class="center">
You earn @@.yellow;$40@@!
Career point <b>@@.green;+ 10@@</b>''\
<<set $cash to $cash + 40>>\
<<set $career to $career + 10>>\
<<set $stamina to $stamina - 1>>
<<AdvancePeriod>>\
<<replace "#now">><<now>><</replace>>\
<<if $day == 1>> [[Continue.|MiaNaked]]
<<elseif $ParentTeacherTriggered is true>> [[Continue.|ParentTeacher][$c to 0]]
<<elseif $MarshaBlowjob is true>> [[Continue.|MarshaBlowjob]]
<<else>>[[Continue.|Classrooms]]<<endif>>\<<set $day to $day + 1>>
day advanced by 1
[[Home|Home]]<<set $e1read = true>>\
<pre>
Loading Email...
From: Dylan | Title: Re:Staff Vacancy</pre>
//Dear Mr. $surname,
As a result of your application for the position of staff teacher, I would like to invite you to attend an interview on Monday, at 8am. Please bring all the required academeic references as well as a copy of your university transcripts.
We look forward to seeing you.
Best regards,
Principle Dylan//
[[Go back.|email]]<<if $day == 4 and $NewsBantered == false>> <<display BreakingNews>> <<endif>>\
<img src="img/livingroom.jpg" width="800px" class="widecenter">
<hr>
<div class="row">\
<<if $period == 0 and $weekend is false>>
<a data-passage="Go To Work" class="link-internal">
<div class="container">
<img src="img/location/walktoschool.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Work</div>
</div>
</div>
</a>
<<else>>\
<div class="container">
<img src="img/location/WalkToSchoolBW.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Work</div>
</div>
</div>
<<endif>>\
<<if $weekend is true>>
<a data-passage="Town Center" class="link-internal">
<div class="container">
<img src="img/location/town.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Town</div>
</div>
</div>
</a>
<<else>>
<div class="container">
<img src="img/location/townBW.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Town</div>
</div>
</div>
<<endif>>\
<a data-passage="Home" class="link-internal">
<div class="container">
<img src="img/location/bedroom.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Bedroom</div>
</div>
</div>
</a>
</div>
<<if $period is 3 and $AshlynnInvite is true>>
<div class="rowtiny">
<a data-passage="Ashlynn Blowjob" class="link-internal">
<div class="container">
<img src="img/location/AshlynnHome.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">VisitAshlynn</div>
</div>
</div>
</a>
</div>
<<endif>>\
<<if $period is 3 and $perversity >= 2 and $HollyFootjob is false>>\
''It's getting late...I should probably head home.''
[[Go home.|HollyFootjob]]\
<<elseif $period is 3>>\
''It's getting late...I should probably head home.''
[[Go home.|Home]]
<<elseif $period is 1 or 2 or 0>>\
<<set $visitMall to $visitMall + 1>>\
<<if $thiefTriggered is false>> <<if $visitMall >= 5>> <<display thief>> <<endif>>\ <<endif>>\
<<if $perversity is 3 and $TomMeet is false>>\
<<display TomMeet>>\
<<endif>>\
<img src="img/shopping_mall.jpg" width="800px" class="widecenter">
<div class="row">
<a data-passage="Fashion Store" class="link-internal">
<div class="container">
<img src="img/location/ClothingStore.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">FashionStore</div>
</div>
</div>
</a>
<a data-passage="Shoes Store" class="link-internal">
<div class="container">
<img src="img/location/ShoesStore.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">ShoesStore</div>
</div>
</div>
</a>
<a data-passage="Bikini Village" class="link-internal">
<div class="container">
<img src="img/location/bikini_village.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">BikiniStore</div>
</div>
</div>
</a>
</div>
<div class="rowsmall">
<a data-passage="Worst Buy" class="link-internal">
<div class="container">
<img src="img/location/ElectronicsStore.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Electronics</div>
</div>
</div>
</a>
<a data-passage="Town Center" class="link-internal">
<div class="container">
<img src="img/location/Town.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">TownCenter</div>
</div>
</div>
</a>
</div>
<<if $thiefTriggered is true and $meetTory is false>>
<div class="rowtiny">
<a data-passage="Carpark" class="link-internal">
<div class="container">
<img src="img/location/carpark.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Carpark</div>
</div>
</div>
</a>
</div>
<<endif>>
<<endif>><<AdvancePeriod>>\
<<replace "#now">><<now>><</replace>>\
<img src="img/ClothingStore.jpg" width="800px" class="widecenter">
''Hmm...Looks like it's closed at the moment.''
[[Go back.|Shopping Mall]]
<<AdvancePeriod>>\
<<replace "#now">><<now>><</replace>>\
<<if $meetShoeOwner is false>>\
''You enter the women shoes store full of mundane (in your eyes) items. Just as you were about to leave out of boredom, a rather interesting sight comes into your view.''
<img src="img/shoestore_upskirt.jpg" width="800px" class="center">
<<npcspeech "Shoeowner" "Employee">>Enjoying the view?<</npcspeech>>
<<linkreplace "Pardon me?">>@@.grey;Pardon me?@@
<img src="img/shoestore.jpg" width="800px" class="widecenter">
<<npcspeech "Shoeowner" "Employee">>Don't act surprised, you know what I'm talking about.<</npcspeech>>
<<speech "You">>That woman? She literally just came into my view, I wasn't even looking at her directly.<</speech>>
<<npcspeech "Shoeowner" "Employee">>You need to learn to be honest be yourself, mister. Your eyes were glittering with lust.<</npcspeech>>
<<speech "You">>Fine. I'll admit I did try to take just a tiny glimpse at her...uh..<</speech>>
<<npcspeech "Shoeowner" "Employee">>Pussy?<</npcspeech>>
<<speech "You">>You said it first. Now are you going to patronise me for that?<</speech>>
<<npcspeech "Shoeowner" "Employee">>Of course not! You'd be surprised how many pussy I get to see on a daily basis. I even quit my other part time job just for this.<</npcspeech>>
<<speech "You">>Excuse me for asking, but are you...<</speech>>
<<npcspeech "Shoeowner" "Employee">>That's right, I'm a lesbian. Did that surprise you?<</npcspeech>>
<<speech "You">>No, I guess not. It's just that I've never met a lesbian as hot as you.<</speech>>
<<npcspeech "Shoeowner" "Employee">>I'm afraid you're flirting to the wrong girl, mister. (Giggles)<</npcspeech>>
<<npcspeech "Shoeowner" "Employee">>Well, next time you come by, feel free to browse anything you like, just don't act too creepy; that's all I ask. Not that I would mind, but ya know, that usually isn't too good for business.<</npcspeech>>
<<npcspeech "Shoeowner" "Employee">>Just FYI, if you're interested in taking this...//hobby// of yours to the next level, the electronics store in the mall sells a nifty little camera that could come in handy in //certain// situations. Don't ask me why I know that.<</npcspeech>>
<<set $buyCamera to true>>\
<<set $meetShoeOwner to true>>\
[[Leave the store.|Shopping Mall]]
<</linkreplace>>\
<<else>>\
<<npcspeech "Shoeowner" "Employee">>Here to spy on some free pussy again?<</npcspeech>>
<<speech "You">>Yeah...I mean, no.<</speech>>
<<npcspeech "Shoeowner" "Employee">>Come back another time, spying pervert. I'll keep you...let's just say "informed".<</npcspeech>>
[[Leave the store.|Shopping Mall]]
<<endif>>
<<AdvancePeriod>>\
<<replace "#now">><<now>><</replace>>\
<img src="img/bikini_village.jpg" width="800px" class="widecenter">
<<if $sawDillionNaked is false>>\
<<npcspeech "Dillion">>Welcome! My name's Dillion, let me know if I can help you with anyth - wait, you're....a guy?<</npcspeech>>
<<npcspeech "Dillion">>Excuse me for being a little too enthusiastic, it's just that we don't usually get a lot of male customers here.<</npcspeech>>
<<npcspeech "Dillion">>So let me guess...you're here to buy a bikini for your girlfriend?<</npcspeech>>
<<speech "You">>Tha - that's right! I'm looking to buy a birthday present for my girlfriend. That's a legitimate reason and I'm not being a creep at all.<</speech>>
<<npcspeech "Dillion">>Ooooh! Someone's being a a naughty boyfriemd!<</npcspeech>>
<<npcspeech "Dillion">>So what kind of bikini are you looking to buy? A simple 2 piece? Or something slutty that barely covers any skin?<</npcspeech>>
<<speech "You">>I - I don't really know anything about bikinis, too be honest. Trust me, it's true. Really.<</speech>>
<<npcspeech "Dillion">>Well...it's kinda hard for me to recommend anything if you don't know what you're looking for.<</npcspeech>>
<<speech "You">>I do have a few styles in mind. But the thing is, I have no idea how they will actually look on my girlfriend.<</speech>>
<<npcspeech "Dillion">>Hmmm...That //does// sound tricky...<</npcspeech>>
<<npcspeech "Dillion">>You know what? Let me help you out. You go and pick a set of bikini off the shelves, and I'll be your model. No more guess work for you!<</npcspeech>>
<<speech "You">>What? You?<</speech>>
<<npcspeech "Dillion">>Who else would you be looking at? I may not look like it, but I've actually done some modeling on the side!<</npcspeech>>
<<speech "You">>So let me get this straight, I can pick just about any bikini and you will wear it for me?<</speech>>
<<npcspeech "Dillion">>That's right, anything you like!<</npcspeech>>
<<linkreplace "Pick the sluttiest bikini possible.">>@@.grey;Pick the sluttiest bikini possible.@@
<<speech "You">>I'm actually looking for something sexy for my girlfriend. In fact, the more revealing the better.<</speech>>
<<npcspeech "Dillion">>You're a naughty boyfriend aren't you? Well, we //do// have one that is //extra// slutty, but I'd be hesitant to call it a bikini as it literally just two strands of strings tied together...<</npcspeech>>
<<npcspeech "Dillion">>I hope you don't mind me telling you this, I'm a little embarrassed to wear that in front of you. You see, you're a total stranger and I don't want to make this awkward.<</npcspeech>>
<<linkreplace "Lie to her.">>@@.grey;Lie to her.@@
<<speech "You">>That's a bummer. God....she's been looking forward this so much. I hope she doesn't break up with me when I tell her I didn't get one for her birthday.<</speech>>
<<npcspeech "Dillion">>Hey listen, I really want this to go well for your girlfriend, but that bikini is a little too...conspicuous to be worn out here in the open. Would you mind coming to the dressing room with me and I'll show you the bikini?<</npcspeech>>
[[Hell yeah.|Slutty_Bikini]]<</linkreplace>> <</linkreplace>>
<<else>>
<<npcspeech "Dillion">>Get the fuck outta here, or I'll call the police.<</npcspeech>>
[[Leave.|Shopping Mall]]
<<endif>>
<<AdvancePeriod>>\
<<replace "#now">><<now>><</replace>>\
<img src="img/ElectronicsStore.jpg" width="800px" class="widecenter">
<<if $stolePanties is false>>
<<npcspeech "Employee">>Welcome to Worst Buy! Anything I can help you with?<</npcspeech>>
<<speech "You">>Bye.<</speech>>
[[Leave the store.|Shopping Mall]]
<<elseif $stolePanties is true>>
<<npcspeech "Employee">>Welcome to Worst Buy! Anything I can help you with?<</npcspeech>>
<<speech "You">>Bye.<</speech>>
[[Leave the store.|Shopping Mall]]
<<elseif $buyCamera is true and $stolePanties is true>>
<<npcspeech "Employee">>Welcome to Worst Buy! Anything I can help you with?<</npcspeech>>
<<linkreplace "Look for the Go Pro Camera to be used for academic purposes.">>@@.grey;Look for the Go Pro Camera to be used for academic purposes.@@
<<speech "You">>Ahem...I'm just browsing around.<</speech>>
''As you walk past the computer section, you stumble across an imposing middle aged man having conversation with one of the store employees.''
<<npcspeech "Unknown_male" "Employee">>You're asking the wrong department. Heck, I don't even know shit about computer monitors. Go ask someone else.<</npcspeech>>
<img src="img/middle_aged.jpg" class="center">
''The middle aged man stands in front of a pile of screen monitors like he's struggling with a major decision in life.''
<<linkreplace "Help him.">>@@.grey;Help him.@@
<<speech "You">>Hey uh, you might want a screen with 4k resolution. Like this model, for example.<</speech>>
''You point to a random moniter with a 4k sticker stuck on it.''
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>What do you mean by 4k?<</npcspeech>>
''The man looks slightly perplexed.''
<<speech "You">>It's 3840 by 2160 resolution. Basically the highest resolution found in consumer computer screen these days.<</speech>>
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>Finally, someone who actually knows his stuff! <</npcspeech>>
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>So, I've got another question for you. When you say high definition...How //high// are we talking about? <</npcspeech>>
<<speech "You">>That depends. What are you going to use it for?<</speech>>
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>Y - you know, wa - watching movies, that kind of stuff.<</npcspeech>>
''The seemingly confident man suddenly adopts an unnatural stutter as he attempts to answer your question.''
<<speech "You">>Pretty damn high. Just for your reference, I was watching //The Last Samurai// on a 4k screen the other day and I could literally count of number of hairs on Tom Cruise's beard.<</speech>>
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>Rea - really? That's sounds...very //high definition// indeed. <</npcspeech>>
''You don't know why, but you're starting to getting weird vibes from the guy.''
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>Wi - will I be able to do the same with p - pu - pubic hairs?<</npcspeech>>
''He comes closer to you and asked in a whisper voice in fear of anyone else listening to the conversation.''
<<speech "You">>I...don't see why you can't.<</speech>>
''The man is standing so close to you it's starting to make you feel a little uncomfortable. His imposing statue only makes it worse.''
<p class="thought">(Good for you. Can you please take and step back and stop invading my personal space now?)</p>
''The man gave a short pause.''
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>Hmm. Most interesting. Young man, if you don't mind me asking, what is that smell coming from your bag?<</npcspeech>>
<p class="thought">(What!? I don't smell.)</p>
<p class="thought">(...hold on, is that what I think it is?)</p>
<p class="thought">(...ok I'm slightly shamed to admit this, but it appears that I still have Ashlynn's dirty panties stashed in my bag.)</p>
<<speech "You">>Smell? I don't know what you're talking about.<</speech>>
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>Maybe I'm just being paranoid, but doesn't thay smell suspiciously like... used underwear?<</npcspeech>>
''The man brings his head in such close proximity to your bag that he's practically rubbing his nose on it. ''
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>Ahhhhh, that wonderfully enticing smell....there's no mistaking it, that has to come from a highschool girl. A pretty one, I might add.<</npcspeech>>
<p class="thought">(Just how the fuck did he figure that out?)</p>
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>Ahem. Forgive me for my intrusiveness, but as you can tell, I'm a fellow panties connoisseur myself. <</npcspeech>>
''The man finally backs off. He briefly adjusts his tie and resumes his imposing statue.''
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>Might I ask, how on earth did you manage to acquire this wonderful piece of garment? In my twenty something years of collecting, I have never come across a something as pure and as fragrant as what I'm smelling right now.<</npcspeech>>
<p class="thought">(Maybe you have a different sense of smell than I do? In stark contrast to your poetic description, to me Ashlynn's panties just smells like they haven't been washed in 10 days.)</p>
N<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>Now, young man...name your price, I would be more than happy to take if off your hands and add it to my humble collection.<</npcspeech>>
<<speech "You">>I don't know man...how much are you willing to pay?<</speech>>
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>How does an offer of $200 sound to you?<</npcspeech>>
<<linkreplace "I'm sorry?">>@@.grey;I'm sorry?@@
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>I'm sorry, that was obviously a low-ball offer. Now, $500 sounds more like a fair price, don't you reckon?<</npcspeech>>
<<speech "You">>Just making sure we're both on the same page, you're buying //just// the panties right? I'm saying this because it doesn't come with anything else except the zip lock bag it's sealed in.<</speech>>
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>IT EVEN COMES IN A ZIP LOCK BAG? That will really help seal in the flavour! Man, is today the luckiest day of my life or what? I will gladly pay double for that!<</npcspeech>>
<<speech "You">>Uh, ok...but I only accept cash.<</speech>>
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>No problem, buddy!<</npcspeech>>
''The man grabs his wallet and hands you a $1000 dollar note.''
<<set $cash to $cash + 1000>>\
Money + @@.yellow;1000!@@\
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>You know what? Keep the change. You deserve it.<</npcspeech>>
<<speech "You">>Okay...I guess this belongs to you now.<</speech>>
''You unzip your backpack and reach for the zip lock bag, sqeeuzing it in your palm into a ball so no one can see what's inside it.''
''The man gracefully pockets the ziplock bag inside his coat, carefully handling it like some precious jewelry.''
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>You don't know how much this means to me, buddy. Now I can die a happy man.<</npcspeech>>
<<npcspeech "Middle_Aged_Man" "Middle Aged Man">>Here's my email. Let me know if you've got any other rare finds, buddy.<</npcspeech>>
''The man walks away from the store with a huge smile on his face like he just won the lottery.''
''Just as the man was ready to leave, you hear a loud bang on the door and see someone wearing an employee outfit walk out of the bathroom.''
<<npcspeech "Unknown_male" "Employee">>Man, that's was a satisfying dump!<</npcspeech>>
''The employee sees you standing over at the computer section and proceeds to greet his customer with the usual opening line.''
<<npcspeech "Unknown_male" "Employee">>Hi, welcome to the computer department, how can I he -<</npcspeech>>
''He stops himself mid sentence as he turns around and spot the middle aged man leaving the electronics store.''
<<npcspeech "Unknown_male" "Employee">>What!? holy shit...<</npcspeech>>
<<npcspeech "Unknown_male" "Employee">>Hey! Get a hold of this, Connor! Isn't that //the Governor//?<</npcspeech>>
<<npcspeech "Employee">>No shit.<</npcspeech>>
<<npcspeech "Unknown_male" "Employee">>What is //he// doing here?<</npcspeech>>
<p class="thought">(Huh, that creepy middle aged man? No chance he's the Governor. These guys have no idea, do they? Now, what should I do the money?....)</p>
[[Leave the store.|Shopping Mall]]
<</linkreplace>> <</linkreplace>> <</linkreplace>>
<<set $buyCamera to false>>
<<endif>>
...
<<npcspeech "Unknown_female" "??">>Coming! <</npcspeech>>
''You hear the sound of rubber soles smacking against hard wood floors. That has to be Ashlynn's footsteps, no doubt about it. ''
''"Click"
The door opens and you are greeted by Ashlynn and her cheerful smile. She is not wearing her school uniform today, but her casual attire consisting of a black top and a mini denim skirt that extends just above her thighs. In fact her skirt is so short that the word "mini" might be pushing it..."micro" sounds more like the right word.''
<<npcspeech "Ashlynn">>It's you! Mr. $surname! I never thought you would actually come! (giggles) I prepared all kinds of treats for you! <</npcspeech>>
''You appreciate her gesture of friendliness. It's been a while since you've had been invited to someone's house after all. You don't want to admit this - but you're starting to take a liking to this girl. Her cheerful smile and friendly manners are somewhat captivating...not to mention her excellent choice of attire that lets you take a complete glimpse of her lovely legs.
But on the other hand, you feel somehow suspicious, for good reason. This is not the Ashlynn you know of - at least not the bratty student who insisted on referring to you as "pervert" instead of your last name. Either she had received some professional acting lessons or the real Ashlynn was abducted by UFOs and the aliens have somehow managed to create a sexier doppelganger of her. Man, who knows what she is up to?''
<<npcspeech "Ashlynn">>Well, what are you standing there for? Come on in! <</npcspeech>>
<<linkreplace "Go inside the house.">>@@.grey;Go inside the house.@@
''Ashlynn leads you through a spacious hallway to the dining room. The room is decorated with all kinds of expensive looking furniture, the ones that you don't think you could ever afford with your measly salary.''
<<npcspeech "Ashlynn">>Look! I baked all kinds of cookies for you! <</npcspeech>>
''Ashlynn points her hand towards the dining table.''
<<npcspeech "Ashlynn">>There's chocolate, ice cream, strawberry, coconut...in fact pretty much every flavor you can think of! I didn't know what you'd prefer so I just prepared a bunch of different flavors.<</npcspeech>>
''There's at least a hundred cookies just sitting on the table. They //look// appetising enough...but who knows if they're safe to eat? For all you know, this unusually sexy alien-made doppelganger of Ashlynn could be trying to knock you unconscious so that she could perform all kinds of kinky experiments on you. ''
<p class="thought">Come to think of it, that doesn't sound so bad after all...)</p>
<p class="thought">(No! Slap out of it, $name! Just take a look at them. They look like fucking rainbows. Rainbow cookies are always suspicious, just like how the most poisonous mushrooms in the world are always colorful in their appearance.)</p>
<<speech "You">>You know what? I just had a huge meal on my way here. I would love to have a taste but I'm just can't eat any more.<</speech>>
<<npcspeech "Ashlynn">>You're...full? Um...that's alright...I'll just dump them in the trash. <</npcspeech>>
''Ashlynn gets up and picks up the cookies on a tray one by one. She doesn't say anything but you can hear her.....uh, sobbing?''
<p class="thought">(Oh shit, achievement unlocked. I made a girl cry.)</p>
<<linkreplace "Do something about it.">>@@.grey;Do something about it.@@
<<speech "You">>Wait! Uh, I also took a giant shit on my way here so I'm in fact starving right now. Let me have a bite of your delicious cookie, will you?<</speech>>
<<npcspeech "Ashlynn">>Really? You said were full...but if you're so keen to try some, here you go.<</npcspeech>>
''Ashlynn presents her tray of rainbow assorted cookies to you with a confused look on her face.''
<<linkreplace "Grab a cookie.">>@@.grey;Grab a cookie.@@
<p class="thought">(Fuck. Here I go. Ashlynn, would you be so kind to dig a grave for me in case I die of food poisoning?)</p>
''You take a tiny bite of the cookie.
...''
<p class="thought">Am I dead yet? Probably. I might be in heaven already...because that cookie tasted so fucking good. Goodbye mortal life, it was fun while it lasted.</p>
<<npcspeech "Ashlynn">>So...<</npcspeech>>
<<npcspeech "Ashlynn">>How was it?<</npcspeech>>
''Ashlynn's voice came out of nowhere, interrupting your train of thought as you savor in the deliciousness of your cookie.''
<<speech "You">>Ashlynn? Why are you here?<</speech>>
<p class="thought">Hey, looks like I'm not alone in heaven! The gods must've sent me some company as compensation for my innocent suffering. I would've preferred someone with bigger tits...but I guess I can't complaint much.</p>
''Ashlynn gave a short pause before answering your question.''
<<npcspeech "Ashlynn">>Why, this is my....house.<</npcspeech>>
<<speech "You">>Your house, you say. I didn't know you have a mansion up here! Wait...this looks strangely familiar. I'm pretty sure I was here just a minute ago.<</speech>>
<<npcspeech "Ashlynn">>...and you're still here. You took a bite of that cookie and immediately went haywire for some reason.<</npcspeech>>
<p class="thought">Holy shit, I'm alive. But how come the cookies were so delicious? They were baked by Ashlynn. That can't be right.</p>
<p class="thought">But then again, I'm pretty sure this is not the real Ashlynn. This is like the improved version of her, Ashlynn 2.0. Would it be so out of line for her to be able to bake awesome cookies? I guess not.</p>
<<speech "You">>Sorry, my mind drifted to somewhere else for a moment there.<</speech>>
<<npcspeech "Ashlynn">>You almost tripped me! It's almost like, you went to a fourth dimension or something. I was scared you won't be coming back!<</npcspeech>>
''Ashlynn seems relived at you coming back to your senses.''
<<speech "You">>By the way, isn't there someone else that was meant to be here?<</speech>>
''At this point you just realised that her mum, Mrs. Summer is nowhere to be seen.''
<<npcspeech "Ashlynn">>Who - oh, you meant my mum?<</npcspeech>>
''Ashlynn cuts herself mid-sentece, but her tone doesn't seem surprised at all. On the contrary, she appears to be quite nonchalant.''
<<npcspeech "Ashlynn">>We've got this place all to ourselves! My mum went to a ski trip with her friends. She said she needed some time off from...whoever that is! I couldn't remember everything she said. If I had an such a good memory I would have gotten better grades at school, wouldn't I? Now, speaking of grades...<</npcspeech>>
''You notice a slight change in tone from Ashlynn's voice.''
<<npcspeech "Ashlynn">>I've been on curfew ever since that school meeting with you and mum. She said things would continue like that until I get those grades back up...but the problem is, My grades just aren't climbing up no matter how much I study! I'm just clearly not the study type. But since you're here, Mr. $surname...would you be so kind to give me a lesson or two so I can get back on track?<</npcspeech>>
<p class="thought">...I see. So it was a scheme all along. How did I not figure this out? I thought you were a smart cookie, $name. No pun intended.</p>
<<speech "You">>You can't just demand things from your teacher, you know.<</speech>>
<<npcspeech "Ashlynn">>Of course not! I'm not demanding anything from you...but you did just eat my cookies. So...<</npcspeech>>
''Ashlynn is still putting on her innocent face, but you have a feeling that deep down she is feeling as triumphant as ever.''
<<speech "You">>Alright, let's get this over with. Show me your study room.<</speech>>
<<npcspeech "Ashlynn">>(Giggles) Follow me!<</npcspeech>>
''Ashlynn turns away immediately, as if she's trying to stop you from seeing the triumphant smirk written all over her face.''
<<linkreplace "Continue.">>@@.grey;Continue.@@
<<npcspeech "Ashlynn">>This way!<</npcspeech>>
<<speech "You">>We've been walking for a like a minute already. Just how long is this corridor?<</speech>>
<<npcspeech "Ashlynn">>Here we are...welcome to my room!<</npcspeech>>
''To your surprise, Ashlynn's room seem uncharacteristically insignificant compared to the grandeur of the main living room. A simple striped carpet, a worn out brown sofa that looks suspiciously like a casting couch, and...that's about it. You can't quite put a finger on why, but her room reminds you of a porn set for some reason. Yes, just like the ones you see in porn. ''
<<npcspeech "Ashlynn">>Now, let's get started shall we?<</npcspeech>>
<<linkreplace "Alright.">>@@.grey;Alright.@@
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Ashlynn_1_coded.mp4">
Your browser does not support the video tag.
</video>
<p class="thought">(Am I just having dirty thoughts or is she acting slutty all of a sudden? Whatever she is doing, it's certainly working....uh oh, time to hide my boner.)</p>
<<npcspeech "Ashlynn">>Mr. $surname, I know I'm not the brightest student in the class but I don't want my grades to look bad...Look, I'm going to something for you just to cheer you up."<</npcspeech>>
''Ashlynn said in her giggling voice.''
<<npcspeech "Ashlynn">>You've been trying SO hard just to take a glimpse of my skirt...you know what? I'm going to do a little tease just for you. <</npcspeech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Ashlynn_2_coded.mp4">
Your browser does not support the video tag.
</video>
''Ashlynn turns around and take off her black top. Yes, she's not wearing a bra....But again, it's not like she really needs one.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Ashlynn_2.5_coded.mp4">
Your browser does not support the video tag.
</video>
''She then lifts up her micro skirt, revealing the the tiny blue lacy panties underneath it, although her skirt is so short that it's not exactly hidden in the first place.''
<<npcspeech "Ashlynn">>You can stare all you want, no one is going to catch you this time...<</npcspeech>>
''You sit there motionless while you look at Ashlynn's body. Her thongs barely covers anything and you can almost see the outline of her pussy. ''
<<npcspeech "Ashlynn">>You know what else I have in mind? Hehe...I've got a surprise for you!<</npcspeech>>
<<speech "You">>Huh?<</speech>>
<<npcspeech "Ashlynn">>I knew you would do something with the locker combination I gave you...<</npcspeech>>
<<npcspeech "Ashlynn">>You think you could steal my panties and get away with it? You're a panty thief and you'll get what you deserve!<</npcspeech>>
<<linkreplace "Continue.">>@@.grey;Continue.@@
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Ashlynn_3_coded.mp4">
Your browser does not support the video tag.
</video>
''Before you could say anything, Ashlynn takes off her panties without and wraps it around your penis.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Ashlynn_4_coded.mp4">
Your browser does not support the video tag.
</video>
<<npcspeech "Ashlynn">>You like this don't you? My cum soaked panties wrapped around your cock? God knows how many times you jerked off with my panties you stole...<</npcspeech>>
<<speech "You">>Hold on, how did you know I stole your panties?<</speech>>
<<npcspeech "Ashlynn">>I know a lot of things you're too ashamed to admit! For one thing, I know you've been wanting to do something with my slutty mouth for some time...kiss it...or even put your cock around it...say it, you fucking pervert!"<</npcspeech>>
[[Alright, Im a pervert! Now suck my dick!|Submissive_AshlynnBlowjob]]
[[I will admit nothing of the sort!|Dominant_AshlynnBlowjob]]
<!--===============================================================-->\
<</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Ashlynn_5_coded.mp4">
Your browser does not support the video tag.
</video>
''You feel a sudden warm sensation as Ashlynn covers her wet mouth around your dick...You've never felt this kind of pleasure in your whole life; your eyes roll back in ecstasy as you receive a blowjob for the first time...from a real schoolgirl, no less.''
<<speech "You">>Hey, Ashlynn, I can help but notice, what's with the logo on the bottom right?"<</speech>>
<<npcspeech "Ashlynn">>"Mmmgggggaaackk..ggggackk.."<</npcspeech>>
''Ashlynn tries to answer your question with your dick still jammed halfway in her mouth, but you could barely make out of what she said.''
<<speech "You">>You know what? Just forget about it. That logo is small enough that I can just ignore it.<</speech>>
<<if $behaviour <= 0>>\
@@.red;//Dominance too low.//''
@@.grey;Can you go any deeper?@@
<<endif>>\
<<if $behaviour >= 1>>
@@.green;//Dominance Checked!//@@
<<linkreplace "Can you go any deeper?">>@@.grey;Can you go any deeper?@@
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Ashlynn_6_coded.mp4">
Your browser does not support the video tag.
</video>
''Ashlynn looks at you with a proud smile, as if she had been preparing for this moment all along.
She takes a big gasp of air and impales her face on your dick, struggling to take it all the way to the base. This proves to be rather difficult task for her - as evident by her gagging noises that starts to fill the room. ''
''The gentle slurping noises has now been replaced with Ashlynn's loud gags; you feel like as if she's trying to suffocate herself on your dick, but you have no time to concern yourself with such matters as you enjoy the wonderful warm sensation of her mouth felt through your dick. ''<</linkreplace>><<endif>>
<<linkreplace "Go on...">>@@.grey;Go on...@@
''The pleasure you get from Ashlynn's blowing you is so overwhelming that it's not long before you feel you're about to cum. ''
<<speech "You">>Ashlynn..hold on a moment."<</speech>>
''You said to Ashlynn as you try to stop her before you cum too early.''
''Ashlynn ignores you as she violently bobbles her head on your crotch. Looks like she is too entrenched in the moment to hear you have to say.''
<<speech "You">>Ashlynn! <</speech>>
''You shouted, fearing that if she continued any longer you'd blow your load any moment.''
<<npcspeech "Ashlynn">>"Wut izzzz it? "<</npcspeech>>
''Ashlynn murmured as she finally stops and look up to you with your dick still stuck inside her mouth.''
''You slide your saliva covered dick off her mouth so she can talk properly.''
<<npcspeech "Ashlynn">>"What is it?"<</npcspeech>>
''Ashlynn asked, looking slightly impatient at the fact that you just interrupted her during the heat of the moment.''
<<speech "You">>I...need a break. Just for a little while."<</speech>>
''Ashlynn gives you a confused look. "What kind of person asks a girl to stop half way through a blowjob?" You feel like that's probably what she has on her mind.''
<<npcspeech "Ashlynn">>...you don't have any clue, do you? <</npcspeech>>
''Ashlynn let out a tiny sigh.''
<<npcspeech "Ashlynn">>.....fine. But you can't expect me to just sit here and watch while you have your cock out dangling like that!"<</npcspeech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Ashlynn_7_coded.mp4">
Your browser does not support the video tag.
</video>
''Ashlynn stands up and starts to rub her fingers on her pussy while mixing your cock juices with her own saliva. ''
<p class="thought">(Nice view.)</p>
''You thought to yourself as you start to get excited again. You could almost cum from just looking at her...you try to think of something else to calm your mind.''
<p class="thought">(How did she get so good at this?) </p>
''Ashlynn, who at this point is fully aware that she has your attention, decide to give you a little something to to look at while you catch your breath. She stuffs her hand inside her mouth and pulls strains of saliva from her throat, then rubs her pussy using them as some kind of lubricant.''
<p class="thought">(....so that's why. Her mum was right, this is happens to you when you watch too much hardcore deepthroat porn.)</p>
<<npcspeech "Ashlynn">>Hey, you want me to sit on you?<</npcspeech>>
<<linkreplace "Let her sit on you.">>@@.grey;Let her sit on you.@@
<<speech "You">>What do you mean, sit on me?<</speech>>
''You asked apprehensively, fearing what was going to happen to you while Ashlynn covers her hand around her mouth, trying to hide her giggle.''
<<npcspeech "Ashlynn">>Oops, I'd just forgot...you're totally new to this. Just sit back and relax, it's not going to hurt.<</npcspeech>>
''Ashlynn turns around with her back facing you and proceeds to rub her ass on your crotch.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Ashlynn_8_coded.mp4">
Your browser does not support the video tag.
</video>
<p class="thought">(So that's what she meant....)</p>
''For one moment you were scared that she was going to put it inside her. You're not //quite// ready to lose your virginity just yet.
Nevertheless, this ass job or whatever you're supposed to call it, feels much better expected. The feeling of her smooth skin smothering against your crotch, coupled with the sensation of your dick gliding effortlessly between her ass cracks is rather wonderful. However, the enjoyment doesn't last long as she eventually pulls herself up, leaving traces of her pussy juice on your dick.''
<<npcspeech "Ashlynn">>Oops! I didn't mean to smear your cock with my pussy juice...let me clean that off for you as an apology.<</npcspeech>>
''She turns around and gags on your dick again, although this time you just can't hold it in anymore.''
<<speech "You">>Uh, Ashlynn, I'm gonna cum!<</speech>>
<<linkreplace "Cum on her face.">>@@.grey;Cum on her face.@@
<<npcspeech "Ashlynn">>Let me give you a hand with that.<</npcspeech>>
''Ashlynn giggles as she places her hand on your dick and jerks it up and down. ''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Ashlynn_6_coded.mp4">
Your browser does not support the video tag.
</video>
''Her experienced jerking motions lead you to to believe that this is not the first time she has touched a dick. In fact, she seems to be even more skilled than you are...''
<p class="thought">(How did she....)</p>
''An image of Ashlynn practicing her technique on a bunch of dildos in her room comes to mind.''
<p class="thought">(....nevermind.)</p>
''You try to occupy your mind with other thoughts, but with Ashlynn's intense jerking motions and all the buildup from earlier, it doesn't take long before you feel the urge to cum.''
<<linkreplace "Cum on Ashlynn's face.">>@@.grey;Cum on Ashlynn's face.@@
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Ashlynn_9_coded.mp4">
Your browser does not support the video tag.
</video>
''With a loud grunt, you reach climax and let out all your cum on Ashlynn's face.''
<<npcspeech "Ashlynn">>Why didn't you tell me when you're about to cum?"<</npcspeech>>
''Ashlynn said with a splash of your semen on her face, looking mildly surprised.''
<<speech "You">>I - I'm supposed to tell you about it?"<</speech>>
<<npcspeech "Ashlynn">>But that's not what I saw...the girls all knew when the guys were about to finish...<</npcspeech>>
<<speech "You">>What?<</speech>>
<<npcspeech "Ashlynn">>...forget what I was saying. Now, about my grades...<</npcspeech>>
''Before you answer Ashlynn's question, you notice she still has one hand on her pussy.''
<<speech "You">>Ashlynn, what are you doing with your hand?<</speech>>
''Ashlynn looks down and made a soft squeak. In a split second, she retracts her hand back to a neutral position. ''
<<npcspeech "Ashlynn">>Nevermind that. That's just an...old habit of mine.<</npcspeech>>
''Her eyes wander aimlessly around the room, as if she is too embarrassed to make eye contact with you.''
<<npcspeech "Ashlynn">>Shit!<</npcspeech>>
''Her eyes meets the clock hanging on the wall.''
<<npcspeech "Ashlynn">>Mum is about to come home! You need to leave, NOW!<</npcspeech>>
<<speech "You">>But you said your mum was on a ski trip or something -<</speech>>
<<npcspeech "Ashlynn">>Shut up! I'm gonna get killed if she finds you in my room naked!<</npcspeech>>
<<speech "You">>Alright, stop shouting at me...<</speech>>
''You grab all your clothes and belongings and walk towards the front door.''
<<npcspeech "Ashlynn">>Come on, you pervert!<</npcspeech>>
''Ashlynn pushes your back with both her hands, signalling you to get out of the house as quick as possible.''
<p class="thought">Hey, when did she start calling me a pervert again?</p>
''Ashlynn slams the door shut before you could ask.''
<p class="thought">If I'm the pervert, then you're the....bitch.</p>
<<set $AshlynnInvite to false>>\
<<set $ParentTeacherMet to false>>\
<<set $blowjob to $blowjob + 1>>\
<<set $Ashlynn_Blowjob to + 1>>
<<set $pervxp to $pervxp + 50>>\
/% =========LEVELUP======== %/\
<<if $pervxp >= 200 and $perversity is 1>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.2@@!''
''You feel even more perverted.''
<<set $perversity to 2>>\
<<set $nextlv to $lv3>>\
<<elseif $pervxp >= 550 and $perversity is 2>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.3@@!''
''You feel even more perverted.''
<<set $perversity to 3>>\
<<set $nextlv to $lv4>>\
/% =========LEVELUP======== %/\
<<else>> <<set $xpneeded to $nextlv - $pervxp>>\
''@@.magenta;Perverted points@@ + @@.yellow;50@@!''
''$xpneeded more points required to level up.''
<<endif>>
[[Go home.|Home]]
<</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>>
''Dillion takes you to a spacious room in the back. ''
<<npcspeech "Dillion">>Close your eyes and count to ten. Don't you dare open your eyes while I change or I'll call security!<</npcspeech>>
<<linkreplace "Wait.">>@@.grey;Wait.@@
''1...2....3....4..''
<<npcspeech "Dillion">>It's alright, you can open your eyes now.<</npcspeech>>
<<linkreplace "Open your eyes.">>@@.grey;Open your eyes.@@
<img src="img/Dillion_1.jpg" width="800px" class="center">
<p class="thought">(Holy shit.)</p>
''You were expecting to see Dillion half naked, but what she's wearing right now really stretches that definition. For all you know, she's practically naked.''
<<npcspeech "Dillion">>Don - don't look at me like that. It's embarrassing.<</npcspeech>>
<<speech "You">>What's the point of you wearing that in the first place if you don't let me see?<</speech>>
<<speech "You">>Turn around. I want to see your tits - I mean, the front.<</speech>>
<img src="img/Dillion_2.jpg" width="800px" class="center">
''Now you understand why Dillion was hesitant to wear it in store; she'd most likely be fined for indencent exposure if she walked around in the public wearing that.''
<p class="thought">Damn girl...I knew you said it was a slutty bikini...but I had no idea it would look like this. </p>
<<npcspeech "Dillion">>So, how do I look?<</npcspeech>>
<<speech "You">>You're definitely model material. Your slutty body really matches the outfit.<</speech>>
<<npcspeech "Dillion">>Thanks. I - I guess I'll take that as a compliment.<</npcspeech>>
<p class="thought">Now I'm intrigued to see what she has under that tiny string. If she could just spread her legs a little bit...</p>
<<speech "You">>Strike a few poses for me. Why don't you spread your legs open?<</speech>>
<<npcspeech "Dillion">>What? I might be wearing a slutty bikini, but I'm not slut!<</npcspeech>>
<<speech "You">>Just pretend you're a model at a photoshoot. You've done modeling before right? <</speech>>
<<npcspeech "Dillion">>Yeah, but nothing remotely close to this...<</npcspeech>>
<<speech "You">>Just FYI, A professional model would never turn down the client's request.<</speech>>
<<npcspeech "Dillion">>Really? I've never heard someone say that before.<</npcspeech>>
<<speech "You">>Well, now you do. <</speech>>
<<npcspeech "Dillion">>F - fine. What do you want me to do?<</npcspeech>>
<<speech "You">>I don't know, just act slutty. Find a slutty pose and suck on a lollipop or something.<</speech>>
<<npcspeech "Dillion">>Okay. But just letting you know, I'm only doing it out of professionalism.<</npcspeech>>
<<speech "You">>Of course you are.<</speech>>
<<linkreplace "Continue.">>@@.grey;Continue.@@
<img src="img/Dillion_3.jpg" width="800px" class="center">
<p class="thought">(Fuck yeah, that's what I'm talking about.)</p>
<<speech "You">>You're really talented at this.<</speech>>
<<speech "You">>I have a suggestion - why don't you go ahead and pull the bikini to the side. That really completes the slutty look.<</speech>>
<<npcspeech "Dillion">>No! There's no way I'll get naked in front of a guy I just met!<</npcspeech>>
<<speech "You">>Look in a mirror, girl. Just in case you're not aware, I can already see your nipples and pussy.<</speech>>
<<npcspeech "Dillion">>You're... kidding me right? Not even my boyfriend ever saw me naked...<</npcspeech>>
<<speech "You">>Listen, I really want to buy that bikini, but I can't make that decision until you do that.<</speech>>
<<npcspeech "Dillion">>Fine...<</npcspeech>>
<img src="img/Dillion_4.jpg" width="800px" class="center">
<p class="thought">That's right, no inhibitions. Behave like the slut you really are.</p>
<<speech "You">>Now, before I grab my wallet, I want you to do just one more thing. <</speech>>
<<npcspeech "Dillion">>What is it?<</npcspeech>>
<<speech "You">>Stick that lollipop in your asshole. Balls deep. Then lick it and let me know how it tastes.<</speech>>
<<npcspeech "Dillion">>What the fuck is wrong with you!?<</npcspeech>>
<p class="thought">(Okay, I might've gone a little too far.)</p>
<<npcspeech "Dillion">>I've had it with you! First you tell me to act all slutty and now this? I bet you did all this just to to see me naked!<</npcspeech>>
<<speech "You">>That's a pretty good guess. <</speech>>
<<npcspeech "Dillion">>You di - did? Oh my god, I can't believe I fell for that! You asshole!<</npcspeech>>
<<speech "You">>Hey, it's //you// who offered to wear that slutty bikini for me, I'm just an innocent customer -<</speech>>
<<npcspeech "Dillion">>GET THE FUCK OUT!<</npcspeech>>
<<set $sawDillionNaked to true>>\
<<set $horniness to 1>>
[[Leave.|Shopping Mall]]
<</linkreplace>> <</linkreplace>> <</linkreplace>>
''As you come home from work and arrive at your apartment door, you discover something very unusual.''
<p class="thought">(Why is the door unlocked? Shit, did someone break into my apartment?)</p>
<<linkreplace "Enter.">>@@.grey;Enter.@@
''You take a deep breath and open the door to your apartment.''
''Standing in the middle of your living room is a...tresspaser. A tiny one. ''
<img src="img/holly1.jpg" width="300px" class="center">
<<npcspeech "Holly">>I've been calling you for ages! Why didn't you answer my calls?<</npcspeech>>
''The short petite girl standing in front of you actually happens to be your sister....step sister, to be exact. You were raised together by your aunt, who has since retired to the countryside. As bratty as she is, she is perhaps the only person you can still call "family" besides your aunt.''
<<speech "You">>Bad reception I guess? Nevermind that, how did you get in my house?<</speech>>
<<npcspeech "Holly">>(Giggles)Your shitty lock couldn't stop me from breaking into your house.<</npcspeech>>
<<npcspeech "Holly">>I was just concerned about you! I know that having a first job can be stressful. And it's not like you have your parents here to support you.<</npcspeech>>
<<speech "You">>Says the high schooler who have never worked a day in her life.<</speech>>
<<npcspeech "Holly">>Shut up! I'm sure I've heard someone say that in a movie.<</npcspeech>>
<<speech "You">>Cut the bullshit, Holly. I know why you're here.<</speech>>
<<npcspeech "Holly">>*Sigh* Nothing goes over your head, as usual. You gotta help me. I'm gonna fail everything if you don't.<</npcspeech>>
<<speech "You">>I'm not going to give you free tutoring lessons forever, Holly. It's about time you learn to study on your own.<</speech>>
<<npcspeech "Holly">>I promise this will be the last time...please?<</npcspeech>>
<<linkreplace "...fine.">>@@.grey;...fine.@@
''//Some time passes....//''
<<npcspeech "Holly">>*Yawns*I can barely keep my eyelids open. Can we please take a break?<</npcspeech>>
<<speech "You">>We've just barely started.<</speech>>
<<npcspeech "Holly">>But I'm tired! My school affairs keeps me busy all the time. There's only so much energy I can spend!<</npcspeech>>
<<speech "You">>What do you mean by school affairs? Last time I checked you're just an ordinary highschool student. <</speech>>
<<npcspeech "Holly">>I'm popular, you know.<</npcspeech>>
<<speech "You">>So?<</speech>>
<<npcspeech "Holly">>Well, there's this guy who keeps pestering me because her girlfriend dumped him or something. He wanted me to give him advice.<</npcspeech>>
<<speech "You">>Asking for advice? From you?<</speech>>
<<npcspeech "Holly">>You may be a school genius who claims to know everything, but you're still a guy.<</npcspeech>>
There are things that only girls would know. Like how to deal with relationships and stuff.
<p class="thought">(Relationships huh...?)</p>
<<linkreplace "Ask her about what happened with Miss Malkova.">>@@.grey;Ask her about what happaned with Miss Malkova.@@
<<speech "You">>Look, I have a question and I don't know who else to ask.<</speech>>
<<npcspeech "Holly">>Anything for my brother! Ask away.<</npcspeech>>
<<speech "You">>Is it normal for women to take their clothes off in front of strangers?<</speech>>
<<npcspeech "Holly">>Well, that came out of nowhere. You need to be a bit more specific here, what exactly are you talking about? Give me an example.<</npcspeech>>
<<speech "You">>It's a little embarrassing to say.<</speech>>
<<speech "You">>Alright, here goes nothing: I asked a colleague whom I've barely met to take off her clothes and she.... did it without hesitation.<</speech>>
<<npcspeech "Holly">>Are you sure it's not because of your wicked sense of humour and smouldering good looks? (Giggles)<</npcspeech>>
<<speech "You">>I'm being serious. She almost gave me a heart attack.<</speech>>
<<npcspeech "Holly">>You're...not joking? That was a surprise. I always thought you were gay or something...I remember looking though your browser history expecting to find some nasty stuff but I couldn't find any...<</npcspeech>>
<<speech "You">>You looked at my browser history?<</speech>>
<<npcspeech "Holly">>I only wanted to know what type of girls you were into...anyway, let's go back to your question.<</npcspeech>>
<<npcspeech "Holly">>There's no way a girl would take off her clothes in front of you. At least not the brother I know. Did you ask her to do it?<</npcspeech>>
<<speech "You">>I was just joking. I didn't know she was actually going to do it.<</speech>>
<<npcspeech "Holly">>Hmm...there's something unusual going on here. It's almost as if they couldn't refuse your requests. You might have discovered another one of your superpowers.<</npcspeech>>
<<speech "You">>ONE of my superpowers? What other superpowers do I have?<</speech>>
<<npcspeech "Holly">>Going through four years of University while remaining a virgin?<</npcspeech>>
<<speech "You">>Not that one.<</speech>>
<<npcspeech "Holly">>That's like, a one in a million miracle! (Giggles) <</npcspeech>>
<<npcspeech "Holly">>Seriously though, you should test it on other girls to see if it really works. It's about time you go out and see the world, my bro.<</npcspeech>>
<<linkreplace "Why don't I test it on you instead?">>@@.grey;Why don't I test it on you instead?@@
<<speech "You">>I have another question for you.<</speech>>
<<npcspeech "Holly">>What is it?<</npcspeech>>
<<speech "You">>What happens if I told you to strip naked?<</speech>>
<<npcspeech "Holly">>I didn't hear you?<</npcspeech>>
<<speech "You">>Strip. Naked.<</speech>>
<<npcspeech "Holly">>That's too embarrassing! We've known each other since like, kindergarten! You really wanna do this this?<</npcspeech>>
<<linkreplace "Yes.">>@@.grey;Yes.@@
''Holly suddenly bursts into laughter, laughing to so hard that she appears to have trouble standing still.''
<<npcspeech "Holly">>Hehehehehe...tricked ya! You really think you have superpowers? You're reading too many superhero comics, $name!<</npcspeech>>
<p class="thought">(I hate to admit this, but I have to say, I'm mildly disappointed that I don't have superpowers.)</p>
<<npcspeech "Holly">>Jokes aside, I can't believe you really wanted to see your sister naked...I mean, I know that you're my step brother and all, but that's still forbidden, right...?<</npcspeech>>
<<speech "You">>Yeah, it was just a harmless joke, nothing weird about that.<</speech>>
<<npcspeech "Holly">>Stop kidding yourself, that //was// some pretty weird shit. I could see the horniness in your eyes. They were on fire.<</npcspeech>>
<<speech "You">>You //wish// I had superpowers, sis. We've known each other since kindergarten you say? That's how long you've had a crush on me.<</speech>>
''As always, you try to escape from an awkward situation by relying on your //wicked// sense of humour.''
<<npcspeech "Holly">>What!? I don't -<</npcspeech>>
<<speech "You">>Just think about how hot it'd be if you strip off all your clothes right here, showing off every inch of your body.<</speech>>
''Oddly enough, Holly's cheek starts to blush as soon as you finished your sentence.''
<<npcspeech "Holly">>You...you haven't been fantasizing about your sister, have you? Because that would...nevermind.<</npcspeech>>
<<speech "You">>What //is// there to fantasize about, sis? You have no tits, nor ass.<</speech>>
<<npcspeech "Holly">>Shutup! I'm wh - what some guys would call //petite//!<</npcspeech>>
<<speech "You">>Whatever, sis.<</speech>>
''While you try to think of another stupid joke to "ease" the tension, you can't help but notice that she appears to be stuttering; something you've never seen her do.''
<<npcspeech "Holly">>Look $name, maybe you didn't use your superpowers right. Why don't you ask me to strip naked again? You know, since you have such a //huge// crush on me.<</npcspeech>>
''Holly tries her best to appear sarcastic, but you know there's something unusual about her demeanor.''
<<linkreplace "Agree to her request.">>@@.grey;Agree to her request.@@
<p class="thought">(Ugh, just get this stupid joke over with.)</p>
<<speech "You">>Fine. Holly, will you take off your clothes?<</speech>>
''You try to sound as unsexy as possible in a vain attempt to not make this anymore awkward as it is.''
<<npcspeech "Holly">>Like hell I would! Wait, something feels very wrong...what have you done?<</npcspeech>>
<img src="img/holly2.jpg" width="300px" class="center">
<<npcspeech "Holly">>Oh no! My body isn't listening to me!<</npcspeech>>
<<speech "You">>What the fuck are you doing, sis?<</speech>>
<<npcspeech "Holly">>I'm under your spell...I can't help it!<</npcspeech>>
''Her words may be convincing but her tone and body language certainly tells you that she is in fact...acting.''
<<speech "You">>Since when did you start wearing a bra? Listen to me, you don't need one.<</speech>>
<<npcspeech "Holly">>Stop it, you pervert! I don't want you to see my tits!<</npcspeech>>
<p class="thought">(I can't believe I'm turned on by my own sister. Alright, I'm a sick fuck.)</p>
<<npcspeech "Holly">>Can't...stop...<</npcspeech>>
<<speech "You">>Turn around so I can see your ass. You can't disobey my orders, remember?<</speech>>
<img src="img/holly4.jpg" width="300px" class="center">
<<npcspeech "Holly">>You're... absolutely right. I'm only doing this because of your stupid superpower, okay?<</npcspeech>>
<<npcspeech "Holly">>Go on, take a picture or something and save it for later, I don't wanna do this everytime I come home!<</npcspeech>>
<img src="img/holly3.jpg" width="300px" class="center">
<p class="thought">(Not bad, sister. Not bad.)</p>
<<npcspeech "Holly">>You happy now? I can't believe my brother would force me to do such horrible things...you jerk!<</npcspeech>>
''Holly pushes you away and scrambles towards the the front door, collecting her clothes along the way.''
<p class="thought">(Not sure what just happened. But who would've thought that I'd be turned on by my sister. I mean she's got no tits but her ass...one day...one day I'm gonna impale her asshole with my -)</p>
<p class="thought">(Shit, stop think un pure thoughts, $name. She's your fucking sister, man. What kind of a pervert would even think about butt fucking her own sister?)</p>
<p class="thought">(But then again, I've been called a pervert on numerous occasions. Ahhhhh, $name, stop thinking about your sister's butthole and do something productive for once. Jerking yourself off in the bathroom, for example.)</p>
''Fantasizing about your little sister's butthole? What kind of monster are you!? Congradulations, you just became more perverted...obviously.''
<<set $HollyMeet to true>>\
<<set $horniness to $horniness + 1>>\
[[Continue.|ComeHome_Pt.2]]
<</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>>
<<npcspeech "Tory">>FCPD, freeze! Handover the wallet right now!<</npcspeech>>
<img src="img/Tory_1.jpg" width="800px" class="center">
''A woman wearing a black leather appears out of nowhere. She is not wearing a uniform of any sort, however you notice that she is wearing a lanyard and has a gun holstered on her wrist.''
<<npcspeech "Thief">>FCPD? Never heard of that! There's no way I'm gonna hand over myself to some lady who's not even wearing a uniform!<</npcspeech>>
<<npcspeech "Tory">>Shutup. You are now under arrest under the jurisdiction of FSPD, short for....what was it again? Shit...<</npcspeech>>
<<speech "You">>Freeuse City Police Department?<</speech>>
<p class="thought">(...alright, I admit that wasn't funny at all. It just came out on top of my head, sorry.)</p>
''The officer lets out a sigh of relief.''
<<npcspeech "Tory">>That's it! Thanks, kiddo. And I'm an undercover cop! Couldn't you tell from my black leather jacket? <</npcspeech>>
<p class="thought">(....dafuq?)</p>
<<speech "You">>That doesn't tell me anything!<</speech>>
<<npcspeech "Tory">>Oh look, someone have never seen Reservoir Dogs...the undercover cop in the film wears a black leather jacket, you dumbass! All I did was copy his look!<</npcspeech>>
''You had to interrupt before this ridiculous situation goes completely haywire.''
<<speech "You">>It's alright officer, I have the situation under control.<</speech>>
<<npcspeech "Tory">>Oh come on, a helpless orindary citizen like //you//? <</npcspeech>>
''The officer asked in a sarcastic tone, completely ignoring the fact that you were the one who caught the thief.''
<<npcspeech "Tory">>Just leave the work to us, kid.<</npcspeech>>
''The thief is still struggling on the ground, trying to break free of your hold. You use up all your bodyweight trying to pin down the thief while attempting to form a reply to the officer.''
<<speech "You">>Who...who do you think managed to catch the wallet thief?<</speech>>
<<npcspeech "Tory">>Uh...you?<</npcspeech>>
<<speech "You">>That's right! Now help me tie up the suspect!<</speech>>
<<npcspeech "Tory">>The officer walks towards the thief and places her handcuffs on him.<</npcspeech>>
<<npcspeech "Thief">>Ahhhhh! I can't believe I got caught!<</npcspeech>>
<<npcspeech "Tory">>Well, now you are. Be a good boy and walk yourself to the police station will you?<</npcspeech>>
<<speech "You">>What the hell? You're going to let him go just like that?<</speech>>
<<npcspeech "Tory">>Calm down, I already tied his hands. He's completely harmless as far as I can tell.<</npcspeech>>
<<npcspeech "Thief">>I - I promise I will be a good boy and do as you said.<</npcspeech>>
''Officer Tory looks up to you smiling.''
<<npcspeech "Tory">>See? <</npcspeech>>
<<npcspeech "Tory">>Now get out of my sight, thief.<</npcspeech>>
''You stand helplessly as you witness the thief you so desperately try to catch just walk away without any reprimands.''
<<linkreplace "Continue.">>@@.grey;Continue.@@
<<npcspeech "Tory">>I have to say, that was quite impressive, catching a thief bare handed like that.<</npcspeech>>
<<npcspeech "Tory">>I'm officer Lane, sergeant of the FSPD. As you can see, I'm an undercover cop.<</npcspeech>>
<<npcspeech "Tory">>Are you aware of the recent jewelry store breakout? We've been trying to figure the identify of the suspect, but we haven't had any luck so far. We could use someone like you to help track down the suspect.<</npcspeech>>
<<speech "You">>Are you offering me a job, officer?<</speech>>
<<npcspeech "Tory">>That's right, I'm offering you a job as undercover police.<</npcspeech>>
''(On the sole basis that I managed to catch some random thief? No screening, not even a background check? I guess that really says something about her professionalism. Althought at this point I shouldn't really be surprised...)''
<<speech "You">>I appreciate the offer, madam. But you see, I already have a full time job as a highschool teacher.<</speech>>
<<npcspeech "Tory">>That's even better! It will make you seem less conspicuous. <</npcspeech>>
<<linkreplace "What's in it for me?">>@@.grey;What's in it for me?@@
<<speech "You">>Madam, I don't mean to be rude, but that sounds like a dangerous job. There's no way I would risk my life doing something like that unless there's a hefty reward.<</speech>>
<<npcspeech "Tory">>Putting yourself on the bargaining table, huh? I can offer you a reward of $1000 if you manage to solve the case. <</npcspeech>>
<p class="thought">(This woman is either dillusional, or just plain stupid.)</p>
<<linkreplace "Bargain for more.">>@@.grey;Bargain for more.@@
<<speech "You">>Are you expecting me to risk my life doing dirty work for a mere sum of $1000? What can I do with $1000 anyway? In case you haven't noticed, I can earn more than that working minimal wage at MacDonalds.<</speech>>
<<speech "You">>Look, here's what I'm thinking, officer. Add another digit and we're in the ballpark.<</speech>>
<<npcspeech "Tory">>Just in case YOU haven't noticed, you can buy a brand new iPhone for $1000, kiddo. What IS a digit anyway? <</npcspeech>>
<<speech "You">>A digit is a just a number, Officer.<</speech>>
<<npcspeech "Tory">>Fine, Mr. Math head! You want to me to add another number? Well, you're not gonna get another 2, not even a 1! A zero is all you're gonna get, you hear me?<</npcspeech>>
<<speech "You">>So...the reward will be one hundred...times a hundred dollars?<</speech>>
<p class="thought">(I get to be an undercover detective AND I get paid ten grand? That sounds like a pretty good deal to me.)</p>
<<npcspeech "Tory">>It's one followed by four zeros. Whatever that is. I don't carry a fucking calculator with me all the time.<</npcspeech>>
<<speech "You">>As a matter of fact, you //do// have one...on your phone.<</speech>>
<<npcspeech "Tory">>I've been using my phone for years, kid. I'm pretty sure I would know if I had one.<</npcspeech>>
<<linkreplace "Wanna bet?">>@@.grey;Wanna bet?@@
<<speech "You">>I'm confident it your phone comes with a calculator, officer. Would you let me borrow your phone for a minute and see if I can bring up the calculator app? <</speech>>
<<npcspeech "Tory">>And why would I just hand over my phone to you?<</npcspeech>>
<<speech "You">>You see, if I can't bring up the calculator on your phone, I will strip off all my clothes and walk around naked. It will certainly become one of the most traumatic experiences of my life.<</speech>>
<<npcspeech "Tory">>(Giggles) That would be...quite amusing to watch. Go on.<</npcspeech>>
<<speech "You">>On the other hand, If I do manage to find a calculator on your phone...you'll be the one who strips naked.<</speech>>
<<npcspeech "Tory">>There's no way I would lose to a stupid bet like that, kid. Strip everything, you say?<</npcspeech>>
<<speech "You">>Yes. Including your underwear. I don't want to see a single piece of clothing on you.<</speech>>
<<npcspeech "Tory">>Enough talking already. Here's my phone.<</npcspeech>>
''Officer hands her phone to you without hesitation.''
<<linkreplace "Grab the phone from the officer.">>@@.grey;Grab the phone from the officer.@@
<img src="img/Nokia.jpeg" width="800px" class="smallcenter">
<p class="thought">(Fuck me.)</p>
<<npcspeech "Tory">>And your minute countdown starts...now!<</npcspeech>>
<<speech "You">>Wait!<</speech>>
<p class="thought">(....Well, a dumb phone is befitting for a dumb woman such as her, I guess. It all makes perfect sense now...oh shit, I have literally seconds left before the minute goes away.)</p>
<<npcspeech "Tory">>Times up!<</npcspeech>>
''Officer looks at you with a victorious grin.''
<p class="thought">(Just improvise, $name...you're smart, remember?)</p>
<<linkreplace "Continue.">>@@.grey;Continue.@@
<<speech "You">>Found it.<</speech>>
<p class="thought">(Beep beep beep...numbers start to appear on the tiny screen as you type on the dial pad.)</p>
''(1 0 0 * 1 0 0 # 1 0 0 0 0)''
<<speech "You">>See? The calculator works just fine.<</speech>>
<<npcspeech "Tory">>Holy shit, it DOES work...<</npcspeech>>
''Officer looks at her phone with her eyes wide open. The huge grin on her starts to disappear until it's replaced with a frown.''
<<npcspeech "Tory">>I never knew I had a calculator like that on my phone. <</npcspeech>>
''Officer let off a deep sigh.''
<<npcspeech "Tory">>You won the bet fair and square, kid.<</npcspeech>>
<<linkreplace "Since I won the bet...">>@@.grey;Since I won the bet...@@
''(Since I won the bet...)''
<<speech "You">>Take off your fucking clothes.<</speech>>
<<npcspeech "Tory">>Hold your horses, kid. Is this how you talk to an officer?<</npcspeech>>
<<speech "You">>I don't care who the fuck you are, I won the bet fair and square. Now striped naked and bend over at the car.<</speech>>
<<npcspeech "Tory">>You...!<</npcspeech>>
''There's no denying that officer lane is angry with a civilian like you throwing orders around at her like she's your subordinate; however she appears to lack the intellectual capability to argue with your flawed logic. ''
''Feeling ashamed and defeated, she starts taking off her all clothes and turns her back at you. Her willingness to submit to your orders was somewhat surprising; but you are quickly reminded that she is a member of the disciplinery services after all, and her kind have a tendency to obey orders.''
<img src="img/Tory_2.jpg" width="800px" class="center">
<<npcspeech "Tory">>Happy now, kid?<</npcspeech>>
<<speech "You">>Not yet. Climb on top of the car and show me your ass.<</speech>>
<<npcspeech "Tory">>Such insolence...!<</npcspeech>>
<<speech "You">>Hey remember, it's you who said I won the bet fair and square.<</speech>>
<<npcspeech "Tory">>....fine.<</npcspeech>>
<img src="img/Tory_3.jpg" width="800px" class="widecenter">
''Incapable of arguing with you, officer lane has no choice but to follow your orders. She climbs on top of the car naked and spread her legs wide, showing off her private parts on display.''
<<speech "You">>Impressive...but I have to say, without your gun you look just like any ordinary whore on the street. <</speech>>
<<npcspeech "Tory">>I'm not a fucking whore! I'm a sergeant of the FSPD...whatever that fucking means! <</npcspeech>>
<<speech "You">>I //think// I know what you're trying to say...but your words are hardly persuasive when you're bent down with your legs spread wide open like a common whore.<</speech>>
<<speech "You">>You know what? Why don't you put your guns and your I.D on top of the car. That'll really help prove that you're a cop!<</speech>>
<<npcspeech "Tory">>Thank god! Why didn't you tell me to do this earlier? Now I can finally get my diginity back!<</npcspeech>>
<img src="img/Tory_4.jpg" width="800px" class="widecenter">
<<speech "You">>Yeah...don't forget to turn around and show me your tits.<</speech>>
<<linkreplace "Continue.">>@@.grey;Continue.@@
<img src="img/Tory_5.jpg" width="800px" class="widecenter">
<p class="thought">(A naked cop bending down on a car like a cheap whore? This is golden...)</p>
<p class="thought">(Hey, why don't I take a picture of this? I wonder what will happen if I post this on FSPD's Facebook page.)</p>
''You grab your phone from your pocket and take a photo of officer lane.''
<<npcspeech "Tory">>Wait, what are you doing with your phone?<</npcspeech>>
<<speech "You">>Oh, it's nothing. I was just...checking out the weather. I wonder if it's going to rain tomorrow?<</speech>>
<<npcspeech "Tory">>Alright, but I'm watching you. You better not do anything stupid like taking a picture of my naked body and posting it on the internet.<</npcspeech>>
<<speech "You">>Don't worry, only a pervert would do something like that.<</speech>>
<<npcspeech "Tory">>Now that you got what you want and saw me naked, how about you reconsider my offer?<</npcspeech>>
<<speech "You">>I'm just an ordinary law abiding citizen, madam.<</speech>>
<<npcspeech "Tory">>You were smart enough to get me naked. Not many men can do that.<</npcspeech>>
''Uhh...Does she even know what she's talking about? Someone needs to shut her mouth with a pole or something. Wait...I have an idea...''
<<speech "You">>Look, your offer sounds interesting, but it's missing just one more thing...you know what? Throw in a blowjob and we'll seal the deal.<</speech>>
<<npcspeech "Tory">>Who do you think I am? A street prostitute who gives out blowjobs for favors?<</npcspeech>>
<<speech "You">>Hey, the choice is yours, I'm not forcing you to do anything.<</speech>>
<<npcspeech "Tory">>That's right! I //refuse// to suck your filthy cock!<</npcspeech>>
<<speech "You">>Good luck without my help. Enjoy spending all your remaining years trying to catch the diamond thief.<</speech>>
<<npcspeech "Tory">>I...I hate to admit this, but we could really use someone like you. When do you want your blowjob?<</npcspeech>>
<p class="thought">(Well, that was a quick change of her attitude.)</p>
<<linkreplace "Actually...I kinda have a boner right now.">>@@.grey;Actually...I kinda have a boner right now.@@
<<speech "You">>Right now.<</speech>>
<<npcspeech "Tory">>//Right now//?You want me to get on my knees and suck your dick, //right now//?<</npcspeech>>
<<speech "You">>Exactly that. Think of it as down payment.<</speech>>
''Without further ado, Officer Tory gets down on her knees and opens her mouth wide, spreading her tongue out in anticipation.''
<<speech "You">>What - are you telling me to put my dick in your mouth //right now//?<</speech>>
<<npcspeech "Tory">>Where else do you want to put it inside?<</npcspeech>>
<<speech "You">>No! I mean - Not here! We're in a public carpark for christ sake! What happens if someone sees us? I don't wanna get in trouble for public indecency!<</speech>>
<<npcspeech "Tory">>If that makes you uncomfortable, I don't mind if you come over to my house...<</npcspeech>>
<<speech "You">>Of course I wouldn't mind. Where is it?<</speech>>
<<npcspeech "Tory">>It's near the town center. I'm usually off shift weekend afternoons.<</npcspeech>>
<<speech "You">>Sure thing, officer. I'm gonna come to your house and you're gonna suck on my dick.<</speech>>
<<npcspeech "Tory">>...fucking Millennials. Kids these days are so full of themselves.<</npcspeech>>
<<speech "You">>What did you just say?<</speech>>
<<npcspeech "Tory">>...nothing.<</npcspeech>>
<<set $ToryMeet to true>>\
<<set $horniness to $horniness + 1>>
[[Go back.|Shopping Mall]]
<</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>>
''As you're strolling in the mall, a teenage boy wearing a black hoodie approaches you.''
<<npcspeech "Boy">>Hello sir, could you spare a coin or two? I just need the money for a bus ticket to get home.<</npcspeech>>
<p class="thought">(Uh, normally I would never do this, but since this guy looks pretty sincere, what the hell.)</p>
''As you grab your wallet out of your back jeans pocket, the teenager suddenly slams his body against you, throwing you out of balance.''
<p class="thought">(Ahh, my head, it's so dizzy...)</p>
''As you regain your senses, you realise that your wallet that was in your hands 10 seconds ago is now nowhere to be seen.''
<p class="thought">(Fuck, that piece of shit stole my wallet!)</p>
<p class="thought">(He couldn't have gone far. Wherever he is, he's probably still somewhat inside the mall. I'm gonna find him and get my wallet back. I have to - otherwise I wouldn't be able to pay this month's rent!)</p> <<set $thiefTriggered to true>> <p class="thought">Might I ask, how on earth did you manage to acquire this wonderful piece of garment? In my twenty something years of collecting, I have never come across a something as pure and as fragrant as what I'm smelling right now.<</npcspeech>>
<<npcspeech "Mia">>Hey $name, did you hear about the big jewelry heist? It was all over the news this morning! <</npcspeech>>
<<speech "You">>Yeah. I heard they stole $200000 worth of diamonds. That's a lot of money.<</speech>>
<<npcspeech "Mia">>I can't believe something like this could happen...<</npcspeech>>
<<speech "You">>Someone did take a photo of the suspect right? I'm sure they will be caught in no time. There's nothing to worry about. We live in one of the safest towns in the country after all.<</speech>>
<<npcspeech "Mia">>That's because nothing ever happens in this town, you silly muffin. The local police department never had to deal with anything more than the occasional small time thief. <</npcspeech>>
<<speech "You">>This is probably going to be a difficult case to solve... I just hope the police are up to the task.<</speech>>\
<<set $NewsBantered to true>>\
<img src="img/breakingnews.jpg" width="800px" class="widecenter">
''A group of burglars allegedly used a hammer to smash through a glass display inside a jewelry store and got away with $200,000 worth of diamond rings, according to police reports.
One of the buglars allegedly brandished a hammer and broke the display case with the diamond rings.
The robbers were described as a group of young women in their 20s. Their identities remain unknown, however a store employees was able to capture a photo of one of the suspects in question.
<img src="img/suspect.jpg" width="800px" class="center">
The police are asking for the public with any information about the suspects to please contact the police department.''
<hr>
You feel slight more @@.red;submissive@@.
<<set $behaviour = $behaviour - 1>>
<<npcspeech "Ashlynn">>(Giggles)I always like it when a guy is being honest to himself.<</npcspeech>>
<<display Ashlynn_Blowjob_Pt.2>> You feel slight more @@.red;dominant@@.
<<set $behaviour = $behaviour + 1>>
<<npcspeech "Ashlynn">>Wrong answer! Get ready for your punishment!<</npcspeech>>
<<display Ashlynn_Blowjob_Pt.2>> <<npcspeech "Mia">>Oh hey $name, there you are! Principle Dylan had been looking for you. You should probably go meet her in her office.<</npcspeech>>
<<speech "You">>Principle Dylan? What for?<</speech>>
<<npcspeech "Mia">>Who knows? But she sounded kinda serious.<</npcspeech>>
<<speech "You">>Alright, thanks for the heads up, Mia.<</speech>>
<p class="thought">(Am I in trouble or something? Shit, I'm getting nervous.)</p>\
<<set $MeetPrincipleBantered to true>> <<set $PrincipleDetention to true>>\<<npcspeech "Dylan" "Principle Dylan">>Oh Mr. $surname, there you are! Please have a seat.<</npcspeech>>
''You nervously pull the chair away from the table and sit at an awkward angle.''
<<npcspeech "Dylan" "Principle Dylan">>I had received some disturbing news this morning; yesterday afternoon, two senior students had been reported in the locker hallways for...*ahem*....public indecency.<</npcspeech>>
<<npcspeech "Dylan" "Principle Dylan">>As I'm sure you're aware, deviant behaviours like that will //not// be tolerated at my school. And they will receive the appropriate punishment according to their violations.<</npcspeech>>
<<speech "You">>...of course.<</speech>>
<<npcspeech "Dylan" "Principle Dylan">>Fortunately for them, this is the first time they had violated the school code of conduct, so they will only be lightly punished as a warning. I've scheduled a detention for them this afternoon at room 432, and I'm appointing you to be their supervising teacher. Would you have any problems with that?<</npcspeech>>
<<speech "You">>Um...no. But principle...if you don't mind me asking, why me?<</speech>>
<<npcspeech "Dylan" "Principle Dylan">>Well, here's the truth, Mr. $surname. I'm thinking a school staff of the opposite sex would deter them from any, let's just say inappropriate sexual behaviours. And right now, you're the only male teaching staff we have on hand.<</npcspeech>>
<<speech "You">>I...understand.That's actually very good reasoning, principle. <</speech>>
<<npcspeech "Dylan" "Principle Dylan">>Do you have any other questions?<</npcspeech>>
<<linkreplace "Who are they?">>@@.grey;Who are they?@@
<<speech "You">>The students in question. What are their names?<</speech>>
<<npcspeech "Dylan" "Principle Dylan">>Their names are Carmen and Halia. They are students from the senior classes, so you may not have heard of them. A word of caution though - I have overheard rumours that they are what some would refer to as being...what's the word...well, //promiscuous//. But as I said, these are just rumours, so make of that what you will. <</npcspeech>>
<<speech "You">>Okay...<</speech>>
<<npcspeech "Dylan" "Principle Dylan">>Thank you Mr. $surname, that will be all. You may return to your morning classes.<</npcspeech>>
[[Leave.|Staff Office]]
<</linkreplace>> <<set $PrincipleDetention to false>> <<set $CarmenHaliaDetention to true>>
''You arrive at room 432. Standing before you are two slutty schoolgirls, or as Principle Dylan puts it, //promiscuous// students.''
<img src="img/Delinquents_1.jpg" width="450px" class="center">
<<speech "You">>Ahem...So, Halia and....Carmen. I'm assuming you girls know why you're here?<</speech>>
<<npcspeech "Halia">>Because we got caught?<</npcspeech>>
<<npcspeech "Carmen">>Obviously.<</npcspeech>>
<<speech "You">>...and I'm not letting you guys leave until you promise never to do that again.<</speech>>
<<npcspeech "Carmen">>Fine, whatever. Mr. $surname, we apologise for our bad behaviour, bla bla bla....<</npcspeech>>
<<speech "You">>You. The uhhh...the fake blonde. Shut up.<</speech>>
<p class="thought">(What was her name again? Right, Carmen.)</p>
<<npcspeech "Carmen">>Hey Mr. $surname, if you ever have trouble remembering our names again, just remember that //I'm// the one with the big tits. Halia's the dumb one.<</npcspeech>>
<img src="img/Delinquents_2.jpg" width="450px" class="center">
<<npcspeech "Halia">>What? You have bigger tits than mine? That's debatable though, isn't it? Mr. $surname, would you care to share your opinion on this?<</npcspeech>>
<p class="thought">(Excuse me, I'm busy counting sheep to pass the time so I can go home and jerk off.)</p>
<<npcspeech "Carmen">>Hmmm...maybe. Well, at least my tits are //maintenance free//.<</npcspeech>>
<p class="thought">(Oh no she didn't...)</p>
<<npcspeech "Halia">>What do you mean, Carmen?<</npcspeech>>
<<npcspeech "Carmen">>How much do they cost to maintain? Something like 10k every five years? Your poor daddy...I hope at least you gave him a free titfuck in return.<</npcspeech>>
<<npcspeech "Halia">>Fuck you, Carmen!<</npcspeech>>
<<npcspeech "Carmen">>Not that your daddy will get much enjoyment out of them anyway...they're rock solid! I guess daddy didn't want to splurge on her daughter? You know what they say, the poor always pays twice.<</npcspeech>>
<<npcspeech "Carmen">>Hey, if you're ever thinking of upgrading, I hear the Germans are making some good quality stuff. They're getting real supple.<</npcspeech>>
<p class="thought">(This fucking conversation man...I just wanna go home and pour bleach inside my ears.)</p>
<<npcspeech "Carmen">>How long are you going to keep us here anyway? Can we go now?<</npcspeech>>
<<speech "You">>You guys don't get to leave until five.<</speech>>
<<npcspeech "Halia">>In that case...we'll just work on our homework or something...<</npcspeech>>
<<npcspeech "Carmen">>Ugh! How stupid could you get, Halia? He's a //guy//, for fuck's sake! Mr. $surname, just pull out your cock and get this over with. We don't have all day.<</npcspeech>>
<img src="img/Delinquents_3.jpg" width="450px" class="center">
<p class="thought">(Are these girls...trying to bribe their way out of detention? And they're letting me jerk off to their booty so they can leave early?)</p>
<<speech "You">>Are you telling me to jerk off in front of my students?<</speech>>
<<npcspeech "Carmen">>Jerk off? What kind of a loser are you? Just pick a hole and stick in! Or do you need a dummy's guide to sex? I'm sure Miss Kendra keeps loads of them in the library.<</npcspeech>>
<<speech "You">>(....deep breaths, $name. No, you're not going to lose your virginity to these delinquents. You're a professional. Right? Right?)<</speech>>
<<npcspeech "Halia">>...I'm getting bored. What's taking him so long?<</npcspeech>>
<<npcspeech "Carmen">>The poor guy is contemplating which one of us to fuck! Looks like he doesn't get many chances like this. (Giggles)<</npcspeech>>
<<npcspeech "Carmen">>Mr. $name, if you're still struggling to choose, just pick me. I'm the one with the tighter hole. Halia's pussy has been hanging loose ever since her boyfriend tried to fist -<</npcspeech>>
<<npcspeech "Halia">>What!? No! He didn't even out his whole arm inside! I mean...it's a little loose but it still has some //elasticity// left!<</npcspeech>>
<<npcspeech "Carmen">>Stop complaining! I'll milk his cock dry in two minutes and we both get to go home early, so just shut your mouth and let me do the work, okay?<</npcspeech>>
<<npcspeech "Halia">>But what we're doing right now doesn't seem to be working. I dunno, maybe he's one of those perverts who's into like, feet and stuff?<</npcspeech>>
<<npcspeech "Carmen">>...I hate to say it but you might be on to something. What exactly are you talking about?<</npcspeech>>
<<npcspeech "Halia">>Remember the grumpy old dude we fucked in the trailer other day? He was trying to sniff your feet he whole time he was at it.<</npcspeech>>
<<npcspeech "Carmen">>The gross dude who looked like he never had a shave in 10 years? I //think// I remember...Now that you mention it...why didn't he sniff yours instead?<</npcspeech>>
<<npcspeech "Halia">>I don't know, but you did just came back from the gym...maybe your stinky feet turned him on?<</npcspeech>>
<<npcspeech "Carmen">>That's something I will never understand. Ugh, men are such annoying creatures! Come on, Halia, you got any ideas?<</npcspeech>>
''Halia climbs on top of the table, pointing her feet up in the air.''
<<npcspeech "Halia">>Come on, follow my lead.<</npcspeech>>
<<npcspeech "Halia">>Mr. $surname, now you can sniff our feet //and// fuck us at the same time! <</npcspeech>>
<img src="img/Delinquents_4.jpg" width="450px" class="center">
<<npcspeech "Carmen">>Good idea, Halia. You're a genius.<</npcspeech>>
<<npcspeech "Carmen">>Mr. $name...your fucking childhood dream just came true. Now shove your dick inside and get it done! We don't have all day!<</npcspeech>>
<<npcspeech "Halia">>Oh no...he's just standing there...<</npcspeech>>
<<npcspeech "Carmen">>This is your last chance, Mr. $surname. <</npcspeech>>
<img src="img/Delinquents_6.jpg" width="450px" class="center">
<<npcspeech "Halia">>Is something wrong with him? He's not gay, is he?<</npcspeech>>
<<npcspeech "Carmen">>*Gasps* I get it! He's fucking impotent! He can't even get it up. We've been wasting our time all long, Halia...come on, let's bail.<</npcspeech>>
<img src="img/Delinquents_5.jpg" width="450px" class="center">
<<speech "You">>...<</speech>>
<p class="thought">(...I'm not even qualified to deal with this bullshit.)</p>
<p class="thought">(Well, look on the bright side, $name. At least your professionalism //and// virginity is still perfectly in tact. Yay!)</p>
<<set $horniness to 1>>\
<<set $HaliaMeet to true>>\
<<set $CarmenMeet to true>>\
<<set $CarmenHaliaDetention to false>>\
[[Go home.|Home]]
<<if ndef $MeetPrincipleBantered>>
<<set $MeetPrincipleBantered to false>>
<<endif>>
<<if ndef $HollyFootjob>>
<<set $HollyFootjob to false>>
<<endif>>
<<if ndef $MarshaOralReport>>
<<set $MarshaOralReport to false>>
<<endif>>
<<if ndef $GloryHoleEnable>>
<<set $GloryHoleEnable to false>>
<<endif>>
''Just as you were getting ready for bed, you hear the doorbell ring.''
<p class="thought">(Hmm...who would come visit me on a Saturday evening?)</p>
<<linkreplace "Open the door.">>@@.grey;Open the door.@@
''And...of course it's your very own step-sister, Holly.''
<<speech "You">>Holly? What brings you here?<</speech>>
<<npcspeech "Holly">>I went shopping with my besties on the weekend! Just thought I'd drop by on my way home to see how my brother is doing. <</npcspeech>>
<<speech "You">>Well, work has been getting pretty crazy lately but I'm doing just fine. <</speech>>
<<npcspeech "Holly">>Hey, you don't have anything going on right now, do you? Mind if come inside and hang out for a while?<</npcspeech>>
It's getting late but...sure, why not?
<<linkreplace "Let her in.">>@@.grey;Let her in.@@
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/HollyFootjob_0.5_coded.mp4">
Your browser does not support the video tag.
</video>
<<npcspeech "Holly">>Look! I bought a new pair of boots from the mall! Don't they look pretty?<</npcspeech>>
<<speech "You">>Yeah, they look nice.<</speech>>
<p class="thought">(Men generally don't give a fuck about what shoes women are wearing, but you're my sister so I'm gonna say yes.)</p>
<<npcspeech "Holly">>Hey, you wouldn't mind if I take them off, would you? I mean, I did walk around in them all day, so...<</npcspeech>>
<<speech "You">>Go ahead, Holly. Of course I wouldn't mind.<</speech>>
''Holly lifts up her one of her legs and slowly removes her boot.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/HollyFootjob_1_coded.mp4">
Your browser does not support the video tag.
</video>
<p class="thought">(Sis, why are you doing this in slow mo? Are you trying to seduce me or something?)</p>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/HollyFootjob_2_coded.mp4">
Your browser does not support the video tag.
</video>
''She stares at you with a perplexed look.''
<<npcspeech "Holly">>What's wrong? Do I have something on my feet?<</npcspeech>>
<<speech "You">>Um, it's nothing. I just never realised you had such pretty feet.<</speech>>
<<npcspeech "Holly">>"Pretty feet"? What kind of compliment is that? I get it...you're secretly one of those foot fetishists, aren't you?<</npcspeech>>
<<linkreplace "Maybe.">>@@.grey;Maybe.@@
<<speech "You">>That's a perfectly normal compliment. Don't make this weird, Holly<</speech>>
<<npcspeech "Holly">>Stoping denying who you really are, $name. Look, am I making you aroused? (Giggles)<</npcspeech>>
''Holly lifts up both her legs in the air and starts wiggling her toes.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/HollyFootjob_2_coded.mp4">
Your browser does not support the video tag.
</video>
<<speech "You">>Don't be stupid.<</speech>>
<<npcspeech "Holly">>Well, then what is it that I'm looking at?<</npcspeech>>
''Holly pretends to squints her eyes while looking at your...groin area.''
<<linkreplace "What?">>@@.grey;What?@@
''You look down at your pants.''
<p class="thought">(Fuck. I have a boner from staring at my sister's feet. Who'd thought?)</p>
<<npcspeech "Holly">>Ewww! Go fix that in the bathroom like, right now! I don't wanna look at that!<</npcspeech>>
<<speech "You">>Hey, its //you// who started all this? Shouldn't you be the one //fixing// it?<</speech>>
<<npcspeech "Holly">>What do you want me to do? Get on my knees and start sucking your dick? Oh my god, you make feel sick! We shouldn't even be having this conversation!<</npcspeech>>
<<linkreplace "What about a handjob?">>@@.grey;What about a handjob?@@
<<speech "You">>Hey, you don't need to remind me about our relationship. Look, if third base is off the table for both of us, why don't you...use your hands instead?<</speech>>
<<npcspeech "Holly">>You want me, your litte sister to give you a fucking handjob? You've been watching too many BrattySis videos on Pornhub, bro! <</npcspeech>>
''Holly raises her voice so high that she almost appears to be shouting.''
<p class="thought">(Alright, no need to shout. But wait, how did she know about that? The pornhub thing, I mean.)</p>
<<linkreplace "Calm the fuck down.">>@@.grey;Calm the fuck down.@@
<<speech "You">>Alright, relax. I...wasn't suggesting anything like that. I just wasn't happy with your attitude, that's all.<</speech>>
<<npcspeech "Holly">>(Exhales). Fine. But you shouldn't joke about things like that. I'm serious, bro. It's time you stop your incest jokes, they're not funny in the slightest.<</npcspeech>>
<<linkreplace "I got you, but how about a footjob instead?">>@@.grey;I got you, but how about a footjob instead?@@
<<speech "You">>...I'll go take a shower and //fix// this. But uh, Holly, you wouldn't happen to know what a footjob is, would you?<</speech>>
''Holly pauses for a while before answering your question.''
<<npcspeech "Holly">>A "Footjob"? Never heard of it. Is that like a foot massage or something?<</npcspeech>>
<<speech "You">>Kinda. They're similar, I guess. The only difference being that instead of me massage your feet, you use //your// feet to massage my penis.<</speech>>
<<npcspeech "Holly">>Does everything you say has to involve the word //penis//? I'm not doing it to you, //ever//.<</npcspeech>>
<<linkreplace "Be persistent.">>@@.grey;Be persistent.@@
<<speech "You">>Hold on, hear me out, sis. There's nothing...//incesty// about that. The only body part that comes into contact with my...private parts are your feet. Not even your hands.<</speech>>
<<speech "You">>And listen, it's just a way for people to release their sexual tension, there's nothing weird about that. //You're// the one who's having dirty thoughts and over thinking it.<</speech>>
<<npcspeech "Holly">>You better not lie to me.<</npcspeech>>
<<speech "You">>I'm not.<</speech>>
<<npcspeech "Holly">>You're a persuasive guy, aren't you? So, how on earth am I supposed to do this...footjob thing?<</npcspeech>>
<p class="thought">(Heck if I know, I've never had one in my life, sis.)</p>
<<speech "You">>Well, just place both your feet on my penis and...starting stroking I guess.<</speech>>
<<npcspeech "Holly">>That doesn't sound too difficult.<</npcspeech>>
<<speech "You">>It's not. And while you're at it, would you take off your clothes?<</speech>>
<<npcspeech "Holly">>What!? I thought this was supposed to be innocent and not //incesty// in anyway!<</npcspeech>>
<<speech "You">>It turns me on...ahem. I mean, you would get the job done easier if you provide me with some //visual stimulation//.<</speech>>
<<npcspeech "Holly">>Fuck you.<</npcspeech>>
''Despite her verbal insult, she goes ahead and takes off all her clothes anyway.''
[[Continue.|HollyFootjob_Pt.2]]
<</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>>
''Holly sits naked besides you and starts stroking your cock with her feet.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/HollyFootjob_4_coded.mp4">
Your browser does not support the video tag.
</video>
<p class="thought">(Fuck...this feels so much better than I thought.)</p>
<<npcspeech "Holly">>I have to say...this is kinda fun. And it's somewhat...nevermind. You're this is okay, though? You know, doing this kind of thing between us?<</npcspeech>>
<<speech "You">>Don't worry about it. People do this all the time.<</speech>>
''Moments pass....''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/HollyFootjob_5_coded.mp4">
Your browser does not support the video tag.
</video>
<<npcspeech "Holly">>...I'm getting tired. How long does this have to go on?<</npcspeech>>
<<linkreplace "Uh, until I cum?">>@@.grey;Uh, until I cum?@@
<<speech "You">>Just a little longer, sis. I'm almost there.<</speech>>
<p class="thought">(You //wish//, Holly. It's not like I get to experience this everyday...I'm making this moment last. And I don't care how tired you are. Keep stroking your feet.)</p>
<<npcspeech "Holly">>There must be //something// I can do to speed things up.<</npcspeech>>
<p class="thought">(Not really.)</p>
<<npcspeech "Holly">>What about some dirty talk?<</npcspeech>>
<<speech "You">>From you? That would be like hearing a grade schooler talk about cars.<</speech>>
<<npcspeech "Holly">>Just admit it, you're savouring every moment of this....you're loving this, don't you? My pretty feet smudging all over your cock?<</npcspeech>>
<<speech "You">>I know what you're doing, sis. FYI, It's not working.<</speech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/HollyFootjob_6_coded.mp4">
Your browser does not support the video tag.
</video>
<<npcspeech "Holly">>...it must feel //so// good...my god, this is like your dream come true isn't it?<</npcspeech>>
<p class="thought">(Shit, it's starting to work.)</p>
<<npcspeech "Holly">>...you're resilient, I'll give you that. I'm surprised you didn't cum within seconds.<</npcspeech>>
<p class="thought">(Good job sis...now I want to cum.)</p>
<<linkreplace "Cum.">>@@.grey;Cum.@@
<<speech "You">>Hey sis, umm...I about to...<</speech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/HollyFootjob_7_coded.mp4">
Your browser does not support the video tag.
</video>
<<speech "You">>Yeah. That.<</speech>>
<p class="thought">(Why did she move her feet away? She almost ruined my...uh, forget about it.)</p>
<<npcspeech "Holly">>Finally! Uhh, I'm gonna wash this stink off my feet.<</npcspeech>>
''She rushes towards the bathroom door while you lie naked on the bed.''
<<speech "You">>Hey, couldn't you keep up the act and end with a sexy remark? Something like "ohhh, step bro you came so much on my feet" would really wrap this up.<</speech>>
<<npcspeech "Holly">>Shut up, you're disgusting. I only churned out all that bullshit to make you cum faster.<</npcspeech>>
<p class="thought">(Way to ruin the fantasy...)</p>
<<speech "You">>By the way, what's taking you so long? Just a few splashes of water will clean that right off. Trust me, I know this stuff.<</speech>>
<<npcspeech "Holly">>Ewww! This slimy stuff...it's not coming off!<</npcspeech>>
<<linkreplace "Idk. Try soap?">>@@.grey;Idk. Try soap?@@
<<speech "You">>Have you tried using soap?<</speech>>
<<npcspeech "Holly">>Of course I have, dumbass! Your cheap soap isn't doing it's job! I'm going to need some industrial grade detergent to clean this off.<</npcspeech>>
<<speech "You">>No shit.<</speech>>
''Holly puts on her clothes and leaves without saying a word, grabbing her pair of white boots along the way. Naturally, she's not wearing anything on her feet.''
<<speech "You">>Wait...you're not going to walk out of here barefooted, are you?<</speech>>
<<npcspeech "Holly">>I don't care. These are brand new boots and I'm not going to ruin them with your...ughh!<</npcspeech>>
<<speech "You">>Wait, Holly!<</speech>>
''She slams the door shut.''
<p class="thought">She really needs to watch her attitude.</p>
<p class="thought">Well, I got a free footjob so what do I have to lose?</p>
@@.purple;Foot fetish@@ + @@.yellow;1@@!
//Various choices and events in the game will grant your character @@.purple;fetish points@@, which will in turn unlock additional "options" regarding your specific fetish.//
<<set $HollyFootjob to true>>\
<<set $feet to $feet + 1>>
<<set $pervxp to $pervxp + 40>>\
/% =========LEVELUP======== %/\
<<if $pervxp >= 200 and $perversity is 1>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.2@@!''
''You feel even more perverted.''
<<set $perversity to 2>>\
<<set $nextlv to $lv3>>\
<<elseif $pervxp >= 550 and $perversity is 2>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.3@@!''
''You feel even more perverted.''
<<set $perversity to 3>>\
<<set $nextlv to $lv4>>\
/% =========LEVELUP======== %/\
<<else>> <<set $xpneeded to $nextlv - $pervxp>>\
''@@.magenta;Perverted points@@ + @@.yellow;40@@!''
''$xpneeded more points required to level up.''
<<endif>>
[[Continue.|Home]]
<</linkreplace>> <</linkreplace>> <</linkreplace>>
<<set $day to $day + 7>>
day advanced by 7
[[Home|Home]]<div class="first-passage">''Pick your Fetish''<div>
<div class="fetishrow">
<a data-passage="Prologue" data-setter="$bigtits to 20">
<div class="container">
<img src="img/big_tits.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">BigTits</div>
</div>
</div>
</a>
<a data-passage="Prologue" data-setter="$blowjob to 20">
<div class="container">
<img src="img/blowjob.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Blowjob</div>
</div>
</div>
</a>
<a data-passage="Prologue" data-setter="$feet to 20">
<div class="container">
<img src="img/footfetish.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Feet</div>
</div>
</div>
</a>
</div>
<<set $bigTitsNeeded to 20 - $bigtits>>\
<<set $blowjobNeeded to 20 - $blowjob>>\
<<set $feetNeeded to 20 - $feet>>\
''List of Accquired Fetishes''
/% BIGTITS %/
<<if $bigtits >= 20>>
@@.purple;//Big Tits Lover//@@ - @@.yellow;level 1@@
Description:
<p class="thought">You are a simple man. Whenever you see a pair of big tits on a woman, you want nothing but to sqeeue your cock between them.</p>\
<<endif>>\
<<if $bigtits < 20>>
@@.grey;//Unknown Fetish//@@ - @@.yellow;$bigTitsNeeded@@ more points required to unlock fetish.
<<endif>>\
/% BLOWJOB %/
<<if $blowjob >= 20>>
@@.purple;//Blowjob Enthusiast//@@ - @@.yellow;level 1@@
Description:
<p class="thought">You love getting blowjobs, and you're not shy to admit it. To you, nothing feels more at home than the sight of a beautiful woman bobble her head between your thighs.</p>\
<<endif>>\
<<if $blowjob < 20>>
@@.grey;//Unknown Fetish//@@ - @@.yellow;$blowjobNeeded@@ more points required to unlock fetish.
<<endif>>\
/% FEET %/
<<if $feet >= 20>>
@@.purple;//Foot Fetishist//@@ - @@.yellow;level 1@@
Description:
<p class="thought">Everything about a women's feet - the the toes, the soles...even the scent arouses you beyond measure.
</p>\
<<endif>>\
<<if $feet < 20>>
@@.grey;//Unknown Fetish//@@ - @@.yellow;$feetNeeded@@ more points required to unlock fetish.
<<endif>>\
<<speech "You">>Marsha, before you go, I gotta talk to you about the upcoming oral test.<</speech>>
<<npcspeech "Marsha">>//Oral test//? What the hell is that?<</npcspeech>>
<<speech "You">>Looks like you haven't been paying attention in the last hour, Marsha. <</speech>>
<<speech "You">>Look, I just want to make sure you're prepared for this. Your grades are barely above the pass mark. If you fail this test, there's a likely chance that you could -<</speech>>
<<npcspeech "Marsha">>I //know// what's about to happen! So, what //is// this //oral// test anyway? It's not what I think, is it?<</npcspeech>>
<<speech "You">>Well...do you have any experience doing oral?<</speech>>
<<npcspeech "Marsha">>What!? Of course I haven't done anything like //that// before! I know I might //look// like the type, but...<</npcspeech>>
<<speech "You">>Then it's simple - you're going to need some practice first.<</speech>>
<<npcspeech "Marsha">>I don't need...practice, Mr. $surname!<</npcspeech>>
<<speech "You">>That's where you're wrong. As talented as you may be, everybody needs practice, even someone like you.<</speech>>
<<npcspeech "Marsha">>How am I supposed to //practice// then?<</npcspeech>>
<<speech "You">>Well, you always practice on me.<</speech>>
''Marsha looks at you with her pupils open wide.''
<<npcspeech "Marsha">>You? You want me to practice oral //on// you?<</npcspeech>>
<<speech "You">>Well, the correct syntax would be //with// me, but yeah, why not?<</speech>>
<<npcspeech "Marsha">>You...!<</npcspeech>>
<<speech "You">>Meet me here after school. I really don't want you to fail the class.<</speech>>
<<npcspeech "Marsha">>Is...is that supposed to be a threat?<</npcspeech>>
''The once confident Marsha now appears to be stuttering.''
<<speech "You">>No! I would never threaten my students. But you're going to need my help if you're planning to past the test.<</speech>>
<<npcspeech "Marsha">>So //you are//! You dirty old bastard! <</npcspeech>>
<<speech "You">>Old? I'm barely out of college, but...whatever you say I guess. Are you coming or not?<</speech>>
<<npcspeech "Marsha">>I don't have much of a choice do I? Either I perform oral //on// you or I fail the class, is that it?<</npcspeech>>
<<speech "You">>Pretty much.<</speech>>
<<npcspeech "Marsha">>You knew it all along! You knew how desperate I was to past the test and you used that as your advantage to -<</npcspeech>>
<<speech "You">>I'm not "using" you for anything, Marsha.<</speech>>
<<npcspeech "Marsha">>Please just tell me this one last thing. You're... going to use protection, right?<</npcspeech>>
<<speech "You">>Protection? What do I need protection for?<</speech>>
<<npcspeech "Marsha">>You...you're //actually// thinking of doing it //raw//? You want me to perform oral on your bare...ughhh! No way!<</npcspeech>>
<p class="thought">(What the fuck is she talking about? Is it just me or is everything I hear starting to sound dirty?)</p>
<<speech "You">>I have no idea what you're talking about. Just meet me this afternoon and we'll sort out the rest, alright Marsha?<</speech>>
<<speech "You">>Marsha?<</speech>>
<<npcspeech "Marsha">>(No, I won't lose to someone like you...I'll show you how //experienced// I am...just you wait, you old dirty bastard...)<</npcspeech>>
''Marsha seems too petrified to talk.''
<<speech "You">>I'll take that as a yes then. See you later this afternoon.<</speech>>
<<set $MarshaBlowjob to true>>\
<<set $MarshaOralReport to true>>
[[Continue.|Classrooms]]Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.<<speech "You">>Marsha, I hope you're ready to begin -<</speech>>
<img src="img/MarshaBlowjob_1.jpg" width="450px" class="center">
<<linkreplace "What the fuck?">>@@.grey;What the fuck?@@
''You are surprised to see Marsha already sitting in the classroom. Moreover, she appears to have her bare tits on display.''
<p class="thought">(As an attempt to perserve your "professionalism", you pretend to cover your eyes with your palm and look the other way.)</p>
<<npcspeech "Marsha">>There you are! I've been waiting for you all afternoon! I just wanted you to perform a close //examination// on me before we start. <</npcspeech>>
<img src="img/MarshaBlowjob_2.jpg" width="450px" class="center">
<p class="thought">(What has gotten into her? She's not on drugs, is she?)</p>
<<npcspeech "Marsha">>What's the matter, Mr. $surname? Too shy? Here, I'll bend over so you can take a closer look.<</npcspeech>>
<<npcspeech "Marsha">>Now...be a good pet and lick my pussy would you? Let me know how it tastes...<</npcspeech>>
<img src="img/MarshaBlowjob_3.jpg" width="450px" class="widecenter">
<<npcspeech "Marsha">>(Hehe...Gotcha! Get down on the floor and kneel, old bastard! There's no way I would do the same to you!)<</npcspeech>>
<p class="thought">(This is a trap...I know it! This is what school sluts do all the time - I won't fall for the same kind of trap after that //detention// class.)</p>
<<speech "You">>I - I won't. <</speech>>
''Marsha seems mildly surprised.''
<<npcspeech "Marsha">>What...!? Why not? Look, it's dripping wet and everything! Are you sure you don't want to have a taste?<</npcspeech>>
<<speech "You">>Enough with the act, Marsha. I know what you're trying to do.<</speech>>
<<npcspeech "Marsha">>(But it can't be...! I even did my research on pornhub...that's what all the sluts say!)<</npcspeech>>
<<speech "You">>You just want to get out of here, don't you? I'm telling you, Marsha, if you want to past the test, you //have// to put in the work. I'm just here to help you.<</speech>>
<<npcspeech "Marsha">>I...I...to tell you the truth, Mr. $surname, I'm scared! I've never done anything like that before!<</npcspeech>>
<<speech "You">>I know it can be nerve wrecking when you're doing it for the first time...hell, even I had a panic attack the first time I did it.<</speech>>
<<npcspeech "Marsha">>What? You? You...you did //oral//? I never thought...<</npcspeech>>
<<speech "You">>I hated every second of it, but I //had// to do it. We all have to do what needs to be done, even when sometimes it's out of our comfort zone.<</speech>>
<<npcspeech "Marsha">>Umm...I don't think I'm ready yet, but let's just start anyway...be gentle with me, okay?<</npcspeech>>
[[Let's begin.|MarshaBlowjob Pt.2]]
<</linkreplace>><<npcspeech "Marsha">>Am I supposed to just... put it in my mouth?<</npcspeech>>
<p class="thought">Put //what//?</p>
<<npcspeech "Marsha">>Shouldn't you take out your cock first?<</npcspeech>>
<p class="thought">(She wants to perform //oral// on me. Fuck.)</p>
<p class="thought">(As a teacher, I'm not allowed to coerce my students to do anything against their will...but what if she is doing it //willingly//?)</p>
<<linkreplace "Take out your cock.">>@@.grey;Take out your cock.@@
<<speech "You">>We can...begin.<</speech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/MarshaBlowjob_0.5_coded.mp4">
Your browser does not support the video tag.
</video>
<<npcspeech "Marsha">>Am I doing this properly?<</npcspeech>>
<p class="thought">Yeah...your damn hands are getting in the way.</p>
<<speech "You">>Bring your arms to the back of your head, Marsha.<</speech>>
''She pulls her mouth away from your cock.''
<<npcspeech "Marsha">>What? Why?<</npcspeech>>
<<speech "You">>That's...not how you're supposed to do it. Here, I'll show you.<</speech>>
''You instruct Marsha to put away here arms. Now there's nothing that stands between your cock and her mouth, you start thrusting your hips, essentially face fucking her.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/MarshaBlowjob_2_coded.mp4">
Your browser does not support the video tag.
</video>
<<speech "You">>Lick my balls!<</speech>>
''Marsha is obviously struggling to take your cock to the base, but she is surprisingly compliant to your orders.''
<p class="thought">(She's definitely eager to learn...what more can a teacher ask from his students?)</p>
<p class="thought">(No hands, bitch!)</p>
<<speech "You">>Who's being a bad girl now? I said no hands!<</speech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/MarshaBlowjob_3_coded.mp4">
Your browser does not support the video tag.
</video>
''Not knowing what she should do with her hands, Marsha starts fingering her pussy instead.''
[[Continue.|MarshaBlowjob Pt.3]]
<</linkreplace>>
<p class="thought">(Pheww...I'm starting to break a sweat.)</p>
<<speech "You">>Marsha, get over to the table.<</speech>>
''While Marsha is relocating herself, you take the opportunity to take off your clothes.''
<<npcspeech "Marsha">>*Gasps*aah...your cock is so big I could barely breathe - <</npcspeech>>
<<speech "You">>Hey, thanks for the compliment.<</speech>>
<<npcspeech "Marsha">>It wasn't a compliment! You might be accustomed to students licking your ass all day, but I'm only doing this to pass my test!<</npcspeech>>
<<speech "You">>Right, you are.<</speech>>
<p class="thought">(Now, let's continue the lesson shall we?)</p>
''Without hesitation, you thrust your cock back in Marsha's face.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/MarshaBlowjob_5_coded.mp4">
Your browser does not support the video tag.
</video>
<<linkreplace "Speaking of licking ass...">>@@.grey;Speaking of licking ass...@@
''You pull your cock out of Marsha's mouth.''
<<speech "You">>Speaking of lick ass...why don't you lick mine?<</speech>>
<<npcspeech "Marsha">>What!? I didn't mean literally! //Actually// licking someone's //asshole//? That's fucking disgusting!<</npcspeech>>
<p class="thought">(I'm gonna get you to do it one way or another.)</p>
<<speech "You">>Marsha, here's another tip. Open your mouth wide so I can thrust my cock inside you.<</speech>>
<<npcspeech "Marsha">>Is this really necessary?<</npcspeech>>
<<speech "You">>How else are you supposed to learn?<</speech>>
<<npcspeech "Marsha">>She reluctantly opens her mouth wide with her tongue out.<</npcspeech>>
<<linkreplace "Now's my chance!">>@@.grey;Now's my chance!@@
''The moment she opens her mouth, you quickly turn away and bury your asshole in her face, suffocating her in the process.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/MarshaBlowjob_6_coded.mp4">
Your browser does not support the video tag.
</video>
<<npcspeech "Marsha">>Mmmffffff! <</npcspeech>>
<<speech "You">>Lick my ass, Marsha! LICK IT CLEAN!<</speech>>
''You gradually feel a warm, moist sensation in from your asshole.''
<p class="thought">(God, this feels weird...but also amazing at the same time.)</p>
<<speech "You">>Lick deeper! Get your tongue inside my asshole!<</speech>>
<<npcspeech "Marsha">>Mmmm! Mmffff.....<</npcspeech>>
''It appears that Marsha is trying to say no, but unfortunately for her, her tongue is seated deep inside your asshole; the best she could do is come up with vague noises in discontent.''
<<speech "You">>Learning to lick ass is part of being adult, Marsha. You'll get used to it.<</speech>>
''Marsha voice finally seems to quite down, perhaps in response to your advice,; now all you can hear in the room are her slurping noises.''
<<speech "You">>Yeah, good girl...keep this up. Lick my ass clean.<</speech>>
[[Continue.|MarshaBlowjob Pt.4]]
<</linkreplace>> <</linkreplace>>''As you take delight in Marsha's rimming services, you realise that the spit on your cock is starting to dry up.''
<<speech "You">>...that's enough. Now put my cock back inside your mouth.<</speech>>
''With your ass still dripping in Marsha's spit, you turn around and re-insert your cock back in her mouth.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/MarshaBlowjob_7_coded.mp4">
Your browser does not support the video tag.
</video>
''You use your desk to position Marsha's body so that your cock meets just above her mouth. Is all this ethical? Not really. But no one is watching. In fact, the room would be eerily silent if it weren't for Marsha's blowjob noises.''
''*Clack*''
<p class="thought">(What's that noise?)</p>
<p class="thought">(Wait...am I hearing foot steps?)</p>
<p class="thought">(...)</p>
<p class="thought">(Fuck, it's the fucking janitor!)</p>
<<speech "You">>Marsha, I gotta go, right fucking now! <</speech>>
<p class="thought">(What happens if someone sees me, a teacher having mouth sex with a student? I'll get killed!)</p>
<<npcspeech "Marsha">>You...you sure you want to walk around with your cock out like that?<</npcspeech>>
<<speech "You">>(Fuck! I almost forget that we're in the middle of a face fucking session. What's the best way to get rid of a boner? Hmm...Marsha, you gotta help me with this.)<</speech>>
<<speech "You">>Get down on the floor and jerk me off.<</speech>>
<<npcspeech "Marsha">>What?<</npcspeech>>
<<speech "You">>Quick, we don't have much time!<</speech>>
<<linkreplace "Cum.">>@@.grey;Cum.@@
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/MarshaBlowjob_8_coded.mp4">
Your browser does not support the video tag.
</video>
<p class="thought">(Alright, time to scramble.)</p>
<<speech "You">>Bye!<</speech>>
<<npcspeech "Marsha">>Hey, wait!<</npcspeech>>
<<npcspeech "Marsha">>You better give me full marks for the test, Mr. $surname!<</npcspeech>>
''You hastily put on your work clothes and leave the school campus.''
<<set $MarshaBlowjob to false>>\
<<set $blowjob to $blowjob + 1>>\
<<set $Marsha_Blowjob to + 1>>
<<set $pervxp to $pervxp + 50>>\
/% =========LEVELUP======== %/\
<<if $pervxp >= 200 and $perversity is 1>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.2@@!''
''You feel even more perverted.''
<<set $perversity to 2>>\
<<set $nextlv to $lv3>>\
<<elseif $pervxp >= 550 and $perversity is 2>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.3@@!''
''You feel even more perverted.''
<<set $perversity to 3>>\
<<set $nextlv to $lv4>>\
/% =========LEVELUP======== %/\
<<else>> <<set $xpneeded to $nextlv - $pervxp>>\
''@@.magenta;Perverted points@@ + @@.yellow;50@@!''
''$xpneeded more points required to level up.''
<<endif>>
[[Continue.|CourtneyVisit]]
<</linkreplace>>
Day 3 Wednesday Noon Classroom - Marsha Meet
Day 4 Morning - Breaking News
Day 5 Afternoon - HollyMeet
Day 7 Monday - Detention
Day 10 Wednesday - Alex Meet
Day 12 Friday - Parent Teacher
Day 13 Saturday - Holly Footjob
Day 15 Monday - Ashlynn Invite
Day 18 Thursday - Marsha Oral % Blowjob<p class="thought">(Whew! I'm sure gonna have wonderful sleep tonight after that blowing off my steam on Marsha...)</p>
''*Doorbell rings*''
<p class="thought">(Really, Holly? In the middle of the night?)</p>
<<linkreplace "Open the door.">>@@.grey;Open the door.@@
<p class="thought">(Holly, you shouldn't be visiting this late -)</p>
<<npcspeech "CafeteriaLady" "Courtney">>Mr. $surname?<</npcspeech>>
<p class="thought">Huh? You're the..cafeteria lady? </p>
<<npcspeech "CafeteriaLady" "Courtney">>Call me Courtney. I apologise for the late visit, but would you mind if I come in and have a chat with you?<</npcspeech>>
<<npcspeech "CafeteriaLady" "Courtney">>This might come as a shock to you...but I'm Marsha's mum. I got your address from Principle Dylan - she happens to a good friend of mine.<</npcspeech>>
<p class="thought">(//You're// Marsha's mum? No shit. I just wanna lie down on my bed after getting that hardcore blowjob from Marsh - I mean, your daughter.)</p>
<<linkreplace "Make her go away.">>@@.grey;Make her go away.@@
<<speech "You">>Could this wait? Truth be told, there's a school test tomorrow and I have a pile of schoolwork that needs to be done.<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>Actually, that's what I came here to talk to you about. It's urgent.<</npcspeech>>
<<speech "You">>...alright then. Please come in.<</speech>>
<<speech "You">>Have a seat, Courtney.<</speech>>
''You and Courtney both sit down on the living room couch.''
<<speech "You">>So, Mr. $surname, You're Marsha's class teacher, aren't you? How are her grades these days?<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>She's doing alright. Not the brightest in her class, her grades aren't too bad.<</npcspeech>>
<p class="thought">(Enough with the bullshit, Courtney. I didn't let a stranger into my apartment to talk about your daughter's grades. Hell, I wouldn't even let you inside in the the place if you weren't a hot milf.)</p>
<<npcspeech "CafeteriaLady" "Courtney">>*Sigh*I'll just get right down to it, Mr. $surname. About the test tomorrow...<</npcspeech>>
<<speech "You">>Yeah, what about it?<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>She simply //cannot// pass the test. If she does, she will...find herself in horrible circumstances.<</npcspeech>>
<<speech "You">>Please...elaborate. What do you mean by "horrible" circumstances?<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>My ex-husband wants her to move to the city and live with him. To put it another way, he wants custody of my daughter.<</npcspeech>>
<p class="thought">(Great...I just got myself involved in some family's business.)</p>
<<npcspeech "CafeteriaLady" "Courtney">>He's a powerful man. Well connected. He even managed to get Marsha accepted into some prestigious school. Says he will be able to better provide for Marsha, even pay for her college tuitions -<</npcspeech>>
<<npcspeech "CafeteriaLady" "Courtney">>Her father...he's done things of questionable nature. He's not a good father figure, and he will never be. Trust me, I've been married to him for more than ten years.<</npcspeech>>
<<speech "You">>Have you talked to Marsha about this?<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>I didn't want to bring this up to her. He //despises// her dad. All the things that he did to her...I don't even know where to start. But the fact is, he never had a //real// father figure in her life. <</npcspeech>>
<p class="thought">(I see...it's all starting to make sense now. After all, how did I get her to suck my cock so easily? That girl has some serious daddy issues.)</p>
<<speech "You">>You're her mother and you've been taking good care of her all these years...I'm sure you know what's best of her. Why can't you just deny giving your ex-husband your daughter's custody?<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>You don't understand...He's the CEO of a large company. He also has access to some of the best lawyers in the country. How could someone like me, a single mother expect to win a court case against him?<</npcspeech>>
<<npcspeech "CafeteriaLady" "Courtney">>Here's where I need your help, Mr. $surname. Marsha will be in her senior year next year - but If I can get her to repeat another junior year, she //wouldn't// be qualified to be accepted to that city school -<</npcspeech>>
<<speech "You">>...and she'll have no choice but to continue studying at St. Beatrice High.<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>That test tomorrow...will be the fork in the road to her future. Am I correct in saying that, Mr. $surname?<</npcspeech>>
<<speech "You">>Let's put it this way, Courtney. Marsha is keeping her grades just above the water. If she fails the test, she won't have enough credits to pass the school year.<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>Mr. $surname, you're the only one who could change her future - god knows what will happen to her if she moves in with her father...<</npcspeech>>
<p class="thought">(I gotta think hard about this, it's not a decision to be taken lightly.)</p>
<<speech "You">>I need some time to think about this, Courtney. I understand where you're coming from, but it's also a major decision to be made.<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>If you...do decide to help her, you're gonna need a firm attitude - Marsha isn't the type to take no as an answer, unless...<</npcspeech>>
<<linkreplace "Unless?">>@@.grey;Unless?@@
<<npcspeech "CafeteriaLady" "Courtney">>How should I put this...? Well, let's just say that she has some...what people would call "daddy issues".<</npcspeech>>
<<npcspeech "CafeteriaLady" "Courtney">>I can't believe I'm telling you this, but...use that to your advantage. You're her teacher - make it clear they //you're// the authoritarian figure and you'll be forced to listen to everything you say.<</npcspeech>>
<<speech "You">>So to put it bluntly, you're telling me to act like a complete jerk to her?<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>Only //if// you decide to help her stay in school. The choice is still yours - no one is //forcing// you to do anything against your will.<</npcspeech>>
<<speech "You">>Ughhh...like I said, I...gotta think hard about this.<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>Tell me, Mr. $surname, do things ever get...too //hard// for you? <</npcspeech>>
<<linkreplace "I'm sorry?">>@@.grey;I'm sorry?@@
<<npcspeech "CafeteriaLady" "Courtney">>Don't be shy, Mr. $surname. I know my daughter can be a real tease sometimes. She insists on wearing that stupid uniform that makes her look like a total slut.<</npcspeech>>
<p class="thought">(You're absolutely right she's a slut! That's why I had to make her suck my cock.)</p>
<<npcspeech "CafeteriaLady" "Courtney">>They say like mother, like daughter...I may not look like it, but I admit that I can also be a //slut// sometimes.<</npcspeech>>
<<npcspeech "CafeteriaLady" "Courtney">>I happen to be very good at helping men relieve their...//sexual// tensions.<</npcspeech>>
<<npcspeech "CafeteriaLady" "Courtney">>If you don't mind...I can relieve your tensions right now...with my //mouth//. <</npcspeech>>
<p class="thought">(Not sure if I can even get it up after blowing my load on your daughter's face literally an hour ago...but how can I possibly decline a blowjob from a hot milf?)</p>
[[Accept her offer.|CourtneyBlowjob]]
<</linkreplace>> <</linkreplace>> <</linkreplace>> <</linkreplace>>
<<npcspeech "CafeteriaLady" "Courtney">>That's an...interesting //smell//.<</npcspeech>>
<p class="thought">(That's your daughter's dried spit on my cock. Go on, lick it clean.)</p>
<<speech "You">>Tell me, how does my cock taste?<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>Its...salty?.....but why is salty?<</npcspeech>>
<<npcspeech "CafeteriaLady" "Courtney">>...<</npcspeech>>
<<npcspeech "CafeteriaLady" "Courtney">>...some other girl just sucked your cock earlier!<</npcspeech>>
<p class="thought">(Yeah, and it was your very own daughter.)</p>
<<npcspeech "CafeteriaLady" "Courtney">>Was it one of your students? And here I was thinking that you were one of the //good// teachers...<</npcspeech>>
<p class="thought">(Technically you're right in saying that.)</p>
<<npcspeech "CafeteriaLady" "Courtney">>No shame in admitting that! *giggles* I'm gonna clean it all for you, alright babe?<</npcspeech>>
<<npcspeech "CafeteriaLady" "Courtney">>Your balls are filthy! Let's start with the balls, shall we? I'll make it sparkling clean with my mouth.<</npcspeech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/CourtneyBlowjob_1_coded.mp4">
Your browser does not support the video tag.
</video>
<<speech "You">>Ohhh...that feels amazing.<</speech>>
<p class="thought">(She's a fucking pro at this! Does she suck cock for a living or what?)</p>
<<npcspeech "CafeteriaLady" "Courtney">>Moaning //already//? We haven't even started yet!<</npcspeech>>
<<speech "You">>I can't help it...you're so good at this.<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>Oh my, these young schoolgirls of yours obviously have no idea what they're doing, do they? Let me show you a //real// blowjob.<</npcspeech>>
''In just a split second, Courtney had managed to make your cock disappear inside her throat.''
<<npcspeech "CafeteriaLady" "Courtney">>Now, let the fun begin! *Giggles* just sit back and relax, babe.<</npcspeech>>
<<npcspeech "CafeteriaLady" "Courtney">>Courtney tied her hands on her back and starts furiously chocking herself on your cock.<</npcspeech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/CourtneyBlowjob_2_coded.mp4">
Your browser does not support the video tag.
</video>
''Mmffff....gack gack gack gack...''
''The rooms starts to be filled with Courtney's lewd gagging noises.''
<p class="thought">(Man, I was //not// expecting this... Marsha's mum isn't just a hot milf, she's an expert cocksucker.)</p>
<<npcspeech "CafeteriaLady" "Courtney">>Stop being so gentle with me! Here, I'll show you how //real men// treat girls.<</npcspeech>>
[[Continue.|CourtneyBlowjob Pt.2]]
<<npcspeech "CafeteriaLady" "Courtney">>Grab my hair like this...and use me like a fucking whore.<</npcspeech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/CourtneyBlowjob_3_coded.mp4">
Your browser does not support the video tag.
</video>
<<npcspeech "CafeteriaLady" "Courtney">>Keep going, babe! What's the matter?<</npcspeech>>
<p class="thought">(I can't hold it in...I'm about to cum any second now.)</p>
<<npcspeech "CafeteriaLady" "Courtney">>Cumming already? Oh, babe, you are in desperate need for some more //experience//...<</npcspeech>>
<<npcspeech "CafeteriaLady" "Courtney">>Cum loads for me, will you?<</npcspeech>>
''Courtney starts stroking your cock with both hands; you cum pretty much instantly.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/CourtneyBlowjob_4_coded.mp4">
Your browser does not support the video tag.
</video>
''She leans her naked body towards you and whispers in your ear.''
<<npcspeech "CafeteriaLady" "Courtney">>Help my daughter...and I'll let you //fuck// me, as many times as you want. My body will be yours...do we have a deal?<</npcspeech>>
<<speech "You">>Y...y..yes.<</speech>>
<<npcspeech "CafeteriaLady" "Courtney">>I guess I'll leave you to your //school work//then, Mr. $surname...<</npcspeech>>
''Courtney put her clothes back on and leave your apartment.''
<<set $Courtney_Blowjob to + 1>>
<<set $blowjob to $blowjob + 1>>\
<<set $pervxp to $pervxp + 50>>\
/% =========LEVELUP======== %/\
<<if $pervxp >= 200 and $perversity is 1>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.2@@!''
''You feel even more perverted.''
<<set $perversity to 2>>\
<<set $nextlv to $lv3>>\
<<elseif $pervxp >= 550 and $perversity is 2>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.3@@!''
''You feel even more perverted.''
<<set $perversity to 3>>\
<<set $nextlv to $lv4>>\
/% =========LEVELUP======== %/\
<<else>> <<set $xpneeded to $nextlv - $pervxp>>\
''@@.magenta;Perverted points@@ + @@.yellow;50@@!''
''$xpneeded more points required to level up.''
<<endif>>
[[Continue.|Home]]
<<switch $c>>\
<<case 0>>
<img src="img/bookshelf.jpg" width="450px" class="widecenter">
<p class="thought">(The Great Gatsby, Pride and Prejudice...typical school library stuff. Nothing I haven't read before.)</p>
''Just as you're walking past the shelves, a strange looking book catches your attention.''
<p class="thought">(Hmm..that book over there looks a bit strange...)</p><<set $takeALook to true>>
[[Take a closer look.|ButtPlug][$c to 2]]
<<case 2>>
<img src="img/karmasutra.jpg" width="450px" class="center">
<p class="thought">(Kama sutra? Really? In a school library?)</p>
''Just as you were going to put the book back to the shelves, you notice a peculiar black object hidden behind where the book was originally placed.''
<img src="img/buttplug.jpg" width="450px" class="widecenter">
<p class="thought">(...I've never seen this before. What the heck is this?)</p>
<<linkreplace "Use Google Lens! You have google lens on your phone!">>@@.grey;Use Google Lens! You have google lens on your phone!@@
<p class="thought">(That's right! I heard there's this nifty little app I can use to identify objects. Ah, the wonders of technology!)</p>
''You open up the app and take a picture of the object using your smartphone camera.''
<p class="thought">(It's a...butt plug? No way. How is this supposed to fit? It's almost as large as my hand!)</p> <<set $foundbuttplug to true>>
[[Go back.|Library]] <</linkreplace>>
<</switch>><img src="img/HandsomeTom.jpg" width="800px" class="center">
<<npcspeech "Tom">>$name?<</npcspeech>>
<<speech "You">>Excuse me? Do I know you?<</speech>>
<<npcspeech "Tom">>What? You don't remember me? Remember eight grade?<</npcspeech>>
<<speech "You">>Shit, Tom, is that you?<</speech>>
<<npcspeech "Tom">>It's been what, four years since I saw you, buddy. You got some free time? Wanna go grab some coffee?<</npcspeech>>
<<linkreplace "Sure.">>@@.grey;Sure.@@
<<npcspeech "Tom">>So, how's it been? You got your first job yet?<</npcspeech>>
<<speech "You">>Not too bad I guess. I just landed a teaching position at a highschool. An all girls highschool of all places.<</speech>>
<<npcspeech "Tom">>Being surrounded by schoolgirls all day? Sounds like a dream job. I know a lot of guys who would kill to be in that position.<</npcspeech>>
<<speech "You">>Yeah...it's not nice as it seems. Guess who gets all the boring mundane jobs like supervising detention? The new guy. It's always the new guy.<</speech>>
<<npcspeech "Tom">>Yeah, I almost forgot that you weren't into girls. Come to think of it, you're probably the only guy in our circle who never dated someone.<</npcspeech>>
<<speech "You">>You're one to talk. I never saw you with a girl either. <</speech>>
<<npcspeech "Tom">>That...ugh. *sighs*<</npcspeech>>
<<npcspeech "Tom">>It's not like I //don't// girls... listen, $name, there's something that I wanna tell you. But you have to promise me not to tell anyone, alright?<</npcspeech>>
<<speech "You">>You have my word. Spit it out.<</speech>>
<<npcspeech "Tom">>You remember this girl in eighth grade? She called me a "faggot with a teeny tiny dick" in gym class.<</npcspeech>>
<<speech "You">>Yeah, that moderately hot chick? What about her?<</speech>>
<<npcspeech "Tom">>Well, that nickname kinda stuck with me. Listen, it may sound weird but I sort of developed this...phobia since then. <</npcspeech>>
<<speech "You">>Phobia? From that? Stop horsing around, you're not serious are you?<</speech>>
<<npcspeech "Tom">>Actually...I am. I'm serious.<</npcspeech>>
<<speech "You">>So you've never gotten laid since you graduated? Because of this stupid phobia you have?<</speech>>
<<npcspeech "Tom">>Yeah, $name. I'm still a virgin because of this stupid phobia I have.<</npcspeech>>
<<speech "You">>God, you must hate her for that.<</speech>>
<<npcspeech "Tom">>The funny thing is...I still think off her when I...you know, jerk off.<</npcspeech>>
<<speech "You">>Really? Her?<</speech>>
<<npcspeech "Tom">>I know. I'm //really// fucked up. But I just can't help it. She's just so hot.<</npcspeech>>
<<speech "You">>There's something you should know about. It's called Pornhub. You can find a million photos of naked women with a click of a button and you still jerk off to that mean chick. Tom, forget about that phobia stuff. I think this is your //real// issue.<</speech>>
<<npcspeech "Tom">>Pornhub? Aren't you asexual or something? $name, I never thought you looked at porn -<</npcspeech>>
<<speech "You">>People change. I don't know, maybe bring surrounded by schoolgirls all day //did// make me question my sexuality.<</speech>>
<<npcspeech "Tom">>$name, don't tell me you already lost your virginity.<</npcspeech>>
<<speech "You">>Well...not quite. Does getting to third base count?<</speech>>
<<npcspeech "Tom">>What!? You almost made me spill my coffee. So I guess you're half a virgin now? Third base, huh. I can't even imagine how that feels like. <</npcspeech>>
<<speech "You">>You've never gotten a blowjob before?<</speech>>
<<npcspeech "Tom">>Uhh...no? <</npcspeech>>
<<speech "You">>I don't believe you. I mean, with your looks and everything...just go to the beach and take off your shirt or something. <</speech>>
<<npcspeech "Tom">>Well, girls //do// come to me but that's usually where the story ends. I just can't get over this...stupid phobia of mine.<</npcspeech>>
<<speech "You">>It's all in your head though, right? You're not...umm... everything's fine down there, right?<</speech>>
<<npcspeech "Tom">>It's working //fine//, $name. I just feel...how do put this...<</npcspeech>>
<<speech "You">>Anxious?<</speech>>
<<npcspeech "Tom">>Ashamed. And before you say anything, I know it's stupid and irrational but I just can't get over it.<</npcspeech>>
<<speech "You">>Has she said anything to you since middle school?<</speech>>
<<npcspeech "Tom">>No. We haven't talked in ages. As a matter of fact, I have no idea what's she's doing or if she's still even in town anymore.<</npcspeech>>
<<speech "You">>Listen, I think the best thing for you to do right now is to talk to her. Settle some loose ends, if you get my drift.<</speech>>
<<npcspeech "Tom">>I would get so self-conscious that I wouldn't even be able to look her in the eye. <</npcspeech>>
<<speech "You">>I'll come with you if that helps. But first I'll have to find out where she is.<</speech>>
<<npcspeech "Tom">>I //have// heard rumors that she works at a strip club...you know, the dodgy one in town.<</npcspeech>>
<<speech "You">>The dodgy one? How am I supposed to know which one it is? <</speech>>
<<npcspeech "Tom">>I actually...happen to have the address. Here, I write it down for you?<</npcspeech>>
<<speech "You">>You can write down the address on top of your head? Tom, please tell me you're not obsessed with this stupid chick. You didn't dig through her information online, did you? <</speech>>
<<npcspeech "Tom">>N- No. I have this...what do they call it? Idiocratic memory. That's right.<</npcspeech>>
<<speech "You">>I think you mean idiomatic memory. <</speech>>
<<npcspeech "Tom">>That's what I said! Anyway, I also heard rumors that she gives out blowjobs. Just a rumor, ofcourse.<</npcspeech>>
<<speech "You">>So? <</speech>>
<<npcspeech "Tom">>She's also very good at it, from what I've heard.<</npcspeech>>
<<speech "You">>I'm assuming you got that information from obsessively reading all strip club reviews? <</speech>>
<<npcspeech "Tom">>N- no? <</npcspeech>>
<<speech "You">>Listen, I'm going to talk to her and sort this out for you. Just because we're friends.<</speech>>
<<npcspeech "Tom">>Thanks, $name. You're a good friend.<</npcspeech>>
<<speech "You">>And I'll make sure to reserve a blowjob session for you. Maybe I'll even try her myself...just kidding. I've got schoolgirls lining up to... <</speech>>
''His phone on the coffee table starts ringing.''
<<npcspeech "Tom">>Sorry, but I gotta go. Anyway...thanks for the help. I appreciate what you're doing. <</npcspeech>>
<<speech "You">>Not a problem, buddy.<</speech>>
''Location - @@.yellow;Strip Club@@ Unlocked!''
<</linkreplace>>
<<set $StripClub to true>>\
<<set $TomMeet to true>>
<p class="thought">Shana...how do I go about finding her? I don't even have a clue on where to start. Better start with Google I guess.</p>
<p class="thought">And...of course it didn't work. There's probably tens of thousands Shanas in this country. I should probably search within somewhere more local. craigslist perhaps.</p>
<p class="thought">Now that I'm on craigslist, I wonder what kind of "services" they have on here...</p>
<<linkreplace "Search for Craigslist services.">>@@.grey;Search for Craigslist services.@@
<p class="thought">''Craigslist services in your area''
[[Fuck Miley Cyrus|Miley]]
[[Bimbo at your service|Bimbo]]
[[Private strip dance|StripDance]]</p>
<</linkreplace>><p class="thought">Saw miley cyrus's new music video and wish you could fuck her? Now you CAN, for $500!
<img src="img/Miley.jpg" width="450px" class="center">
Looking for the ultimate Miley Cyrus experience? For an extra $200*, I can even lip sync to wrecking ball while you pound my ass! </p>
[[Go back.|Craigslist_Shana]]
<p class="thought">Bimbo at your service
<img src="img/Angelina.jpg" width="450px" class="center">
Blowjob lips, massive fake boobs and round ass. Bareback options and no holes barred. Available for hire as your own personal fuck toy for just $50 an hour. Outcall only.
(Email me to see fully nude pics.)</p>
[[Go back.|Craigslist_Shana]]
<p class="thought">Private Lap Dancer
<img src="img/Shana.jpg" width="450px" class="center">
Book a private VIP strip show with me where I will strip off all my clothes JUST FOR YOU...bbbj available for $30 extra.
Call 762-423-6384 now to book a private Lap dance session or come visit me in person!
Sapphire Strip Club
Working hours: 1600 - 2200</p>
<p class="thought">(What are the chances...but Shana Lane? Sounds like a fitting name for a pornstar. She definitely has the trashy whore appearance, but I better check with Tom to make sure this is really her.)</p>
<<linkreplace "Call Tom.">>@@.grey;Call Tom.@@
<<speech "You">>Hey, about the girl you talked about earlier, Shana? Do you remember her last name?<</speech>>
<<npcspeech "Tom">>She's one of the Lane sisters if my memory serves me correctly. <</npcspeech>>
<<speech "You">>She has a sister?<</speech>>
<<npcspeech "Tom">>Yeah, but please don't ask me what her name is. I'd forgotten it ages ago.<</npcspeech>>
<<speech "You">>That's all I need to know.<</speech>>
<<npcspeech "Tom">>Okay. Let me know if there's anything else you need.<</npcspeech>>
<p class="thought">Sapphire Strip Club? Guess that's where I will find her.</p>
''Location - @@.green;Strip Club@@ unlocked.''
[[Continue.|Home]] <</linkreplace>>
<<if $GloryHoleEnable is false>>''The strip club appears to be abandoned. The only thing you can see are the flickering lights on the ceiling, and a sign that says... "glory hole".''
<p class="thought">(Glory hole? I thought I was in a strip club?)</p>
<<linkreplace "Visit the Glory Hole.">>@@.grey;Visit the Glory Hole.@@
''The air starts to feel progressively thicker as you walk closer towards the sign, eventually getting to the point where your nose is stuffed with nothing but the smell of semen, sweat and body musk. You know you've come to the right place.''
''There's a poster near the entrance.''
<<linkreplace "Look at the poster.">>@@.grey;Look at the poster.@@
<p class="thought">Big tits and pretty face...what more could you ask for? This slut will slurp on your dick like there's no tomorrow!
<img src="img/GloryHolePoster.jpg" width="450px" class="center">
For a limited time only, enjoy her slutty mouth for the special price of $5!</p>
<<npcspeech "Counter" "Counter Guy">>Dude, you've been staring at that poster for ages! Are you paying or not?<</npcspeech>>
''The guy at the counter stares at you, looking slightly annoyed.''
<p class="thought">Shit, I didn't know there was a...person here.</p>
<<linkreplace "Do you know a girl with blonde hair?">>@@.grey;Do you know a girl with blonde hair?@@
<<speech "You">>I'm looking for a girl in blonde hair. Does she work here?<</speech>>
<<npcspeech "Counter" "Counter Guy">>Hell if I know. They all look the same to me anyway. These whores are nothing more than a pair of tits and an ass.<</npcspeech>>
<<speech "You">>You sure you can't remember? She has dark hair and...I can't think of anything else actually.<</speech>>
<<npcspeech "Counter" "Counter Guy">>For all I know, she could be bent over at the other side of the wall sucking dick right now. Why don't you pay the entrance fee and go see for yourself? <</npcspeech>>
<<speech "You">>How am I supposed to know if it's her? Isn't there like, um... a piece of concrete with a hole in it?<</speech>>
<<npcspeech "Counter" "Counter Guy">>You'll know once she wraps her lips around your dick. I'm sure you remember her technique.<</npcspeech>>
<<speech "You">>Wait...want are you talking about?<</speech>>
<<npcspeech "Counter" "Counter Guy">>Shit dude, I thought you were a returning customer! Well, you don't really look like the type to visit places like this anyway. <</npcspeech>>
<<npcspeech "Counter" "Counter Guy">>The walls aren't that tall, boy. You should have no problem recognizing the girl unless you're a midget. <</npcspeech>>
<<speech "You">>I don't want no blowjob from a prostitute. I just came here to talk to her.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Entrance fee is five dollars. What you decide to do once you're in there is none of my business. Just don't kill someone while they have their dick in someone's mouth. We had this crazy guy a year ago...anyway that's another story.<</npcspeech>>
<<display StripClub_Dialogue>>
<</linkreplace>> <</linkreplace>> <</linkreplace>>
<<elseif $GloryHoleEnable is true>>
''There doesn't seem to be anyone in here...''
[[Go back.|Town Center]]
<<endif>>\
<<set $Strip_Q1 to false>>\
<<set $Strip_Q2 to false>>\
<<set $Strip_Q3 to false>>\
<<set $Strip_Q4 to false>>\
<<set $Strip_Q5 to false>>\
<<npcspeech "Counter" "Counter Guy">>You got anymore questions?<</npcspeech>>
<span id=StripClub>\
<<if $Strip_Q1 is false>>\
<<link 'A glory hole at a strip club?'>>\
<<replace #StripClub>>\
@@.grey;A glory hole at a strip club?@@
<<npcspeech "Counter" "Counter Guy">>Why the hell not? It was the owner of the strip club who came up with the idea. And let me tell you, he's a fucking genius!<</npcspeech>>
<<speech "You">>Care to explain?<</speech>>
<<npcspeech "Counter" "Counter Guy">>You know what every guy that comes in here have in common? They're all horny as fuck. Especially right after they see some hot girl's naked body. So what's the first thing a guy does after he gets a lap dance? He races to the nearest bathroom to jerk off, of course.<</npcspeech>>
<<npcspeech "Counter" "Counter Guy">>You see, the owner was smart enough to see this as a golden business opportunity. We let some hooker suck their cock for a mere donation of $5. Who could refuse such an offer? <</npcspeech>>
<<set $Strip_Q1 to true>> <<display StripClub_Dialogue_2>>
<</replace>> <</link>> <<endif>>\
<span id=StripClub>\
<<if $Strip_Q2 is false>>\
<<link 'Its not a scam, is it?'>>\
<<replace #StripClub>>\
@@.grey;Its not a scam, is it?@@
<<npcspeech "Counter" "Counter Guy">>Do I look like a fucking scammer to you? Either pay up or get the fuck outta here, dude.<</npcspeech>>
<<set $Strip_Q2 to true>> <<display StripClub_Dialogue_2>>
<</replace>><</link>><<endif>>\
<span id=StripClub>\
<<if $Strip_Q3 is false>>\
<<link 'Is it..."safe"?'>>\
<<replace #StripClub>>\
@@.grey;Is it..."safe"?@@
<<npcspeech "Counter" "Counter Guy">>Safe? If it's those fucking STDs you're worried about...these girls are probably more concerned about them than you are. I mean sure, cover your dick in rubber if you're so scared of catching a fucking //disease//, but I'm tell you man, when some beautiful girl have their lips wrapped around your dick, it feels like //heaven//. Are you sure you want a fucking piece of rubber getting in the way? <</npcspeech>>
<<speech "You">>Damn, you've convinced me. You've got a point, I'll give you that.<</speech>>
<<npcspeech "Counter" "Counter Guy">>I know, right? I probably made those condom companies lose hundreds of sales.<</npcspeech>>
<<set $Strip_Q3 to true>> <<display StripClub_Dialogue_2>>
<</replace>><</link>> <<endif>>\
<span id=StripClub>\
<<if $Strip_Q4 is false>>\
<<link 'How did you end up working here?'>>\
<<replace #StripClub>>\
@@.grey;How did you end up working here?@@
<<npcspeech "Counter" "Counter Guy">>Dude, I'm out here tryin to make a living like everybody else. Do I enjoy busting my ass in this literal shit hole for minimal wage? Hell no. But how else am I supposed to pay my rent?<</npcspeech>>
<<speech "You">>No offense, but that sounds like a shitty job.<</speech>>
<<npcspeech "Counter" "Counter Guy">>...the only thing that's keeping me here are the free blowjobs. As many of them as I want, in fact. Anytime I feel horny, I just stick my cock in one of em holes and some gal will suck it dry.<</npcspeech>>
<<speech "You">>That sounds like a nice job perk.<</speech>>
<<npcspeech "Counter" "Counter Guy">>It's the reason I haven't bailed outta this shithole. Let me tell you something - I haven't jerked off in like, 6 months. No more putting my arm muscles to work. It's all free blowjobs now, ever since I started working here.<</npcspeech>>
<<set $Strip_Q4 to true>> <<display StripClub_Dialogue_2>>
<</replace>><</link>> <<endif>>\
<span id=StripClub>\
<<if $Strip_Q5 is false>>\
<<link 'Why is it so cheap?'>>\
<<replace #StripClub>>\
@@.grey;Why is it so cheap?@@
<<npcspeech "Counter" "Counter Guy">>Go in there and see for yourself. Half these guys end up busting their nut in under a minute. Let's say some girl sucks 30 cocks in an hour, that's like a hundred and fifty bucks in profit. Now tell me that isn't good money.<</npcspeech>>
<<speech "You">>What if I last more than a minute?<</speech>>
<<npcspeech "Counter" "Counter Guy">>We don't charge by the time - so if some poor girl has to suck a guy's cock for 20 minute straight to get him off...just plain bad luck for the girl I guess. <</npcspeech>>
<<speech "You">>Sounds like a lot of work for the girls.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Some of these girls will do absolutely anything to get the guy to cum. I've seen girls let random strangers fuck them just so they can get to the next guy faster.<</npcspeech>>
<<speech "You">>Doesn't the sign says "blowjob" only?<</speech>>
<<npcspeech "Counter" "Counter Guy">>Technically it's forbidden...but literally no one here even bats an eyelid to that shit.<</npcspeech>>
<<speech "You">>No one here gives a shit? What about you?<</speech>>
<<npcspeech "Counter" "Counter Guy">>Rules are meant to be broken, my friend. There was this hot teen who was working part time here yesterday who looked like she was barely out of high school....shit, she had her school uniform on and everything. I wanted to fuck her //so// bad. <</npcspeech>>
<<speech "You">>And?<</speech>>
<<npcspeech "Counter" "Counter Guy">>I popped some Viagra beforehand. She was so tired of sucking my cock for half an hour that she offered up her asshole for me to cum in. Her fucking //asshole//, dude. I went to town on her asshole for another 20 minutes. Poor girl could barely stand up after I was finished with her.<</npcspeech>>
<<speech "You">>She must've hated you for that.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Who fucking cares? She's a fucking whore. I must've ruined her asshole for good, but whatever man... they're //meant// to be used like that.<</npcspeech>>
<<speech "You">>I don't think that's how you're supposed to treat women. <</speech>>
<<npcspeech "Counter" "Counter Guy">>You're still too young, boy. Fuck a dozen more girls and you'll know what I mean. <</npcspeech>>
<<set $Strip_Q5 to true>>\<<display StripClub_Dialogue_2>>
<</replace>><</link>> <<endif>>
</span>
<<npcspeech "Counter" "Counter Guy">>You got anymore questions?<</npcspeech>>
<span id=StripClub2>\
<<if $Strip_Q1 is false>>\
<<link 'A glory hole at a strip club?'>>\
<<replace #StripClub2>>\
@@.grey;A glory hole at a strip club?@@
<<npcspeech "Counter" "Counter Guy">>Why the hell not? It was the owner of the strip club who came up with the idea. And let me tell you, he's a fucking genius!<</npcspeech>>
<<speech "You">>Care to explain?<</speech>>
<<npcspeech "Counter" "Counter Guy">>You know what every guy that comes in here have in common? They're all horny as fuck. Especially right after they see some hot girl's naked body. So what's the first thing a guy does after he gets a lap dance? He races to the nearest bathroom to jerk off, of course.<</npcspeech>>
<<npcspeech "Counter" "Counter Guy">>You see, the owner was smart enough to see this as a golden business opportunity. We let some hooker suck their cock for a mere donation of $5. Who could refuse such an offer? <</npcspeech>>
<<set $Strip_Q1 to true>> <<display StripClub_Dialogue_choice3>>
<</replace>> <</link>> <<endif>>\
<span id=StripClub2>\
<<if $Strip_Q2 is false>>\
<<link 'Its not a scam, is it?'>>\
<<replace #StripClub2>>\
@@.grey;Its not a scam, is it?@@
<<npcspeech "Counter" "Counter Guy">>Do I look like a fucking scammer to you? Either pay up or get the fuck outta here, dude.<</npcspeech>>
<<set $Strip_Q2 to true>> <<display StripClub_Dialogue_choice3>>
<</replace>><</link>><<endif>>\
<span id=StripClub2>\
<<if $Strip_Q3 is false>>\
<<link 'Is it..."safe"?'>>\
<<replace #StripClub2>>\
@@.grey;Is it..."safe"?@@
<<npcspeech "Counter" "Counter Guy">>Safe? If it's those fucking STDs you're worried about...these girls are probably more concerned about them than you are. I mean sure, cover your dick in rubber if you're so scared of catching a fucking //disease//, but I'm tell you man, when some beautiful girl have their lips wrapped around your dick, it feels like //heaven//. Are you sure you want a fucking piece of rubber getting in the way? <</npcspeech>>
<<speech "You">>Damn, you've convinced me. You've got a point, I'll give you that.<</speech>>
<<npcspeech "Counter" "Counter Guy">>I know, right? I probably made those condom companies lose hundreds of sales.<</npcspeech>>
<<set $Strip_Q3 to true>>\<<display StripClub_Dialogue_choice3>>
<</replace>><</link>> <<endif>>\
<span id=StripClub2>\
<<if $Strip_Q4 is false>>\
<<link 'How did you end up working here?'>>\
<<replace #StripClub2>>\
@@.grey;How did you end up working here?@@
<<npcspeech "Counter" "Counter Guy">>Dude, I'm out here tryin to make a living like everybody else. Do I enjoy busting my ass in this literal shit hole for minimal wage? Hell no. But how else am I supposed to pay my rent?<</npcspeech>>
<<speech "You">>No offense, but that sounds like a shitty job.<</speech>>
<<npcspeech "Counter" "Counter Guy">>...the only thing that's keeping me here are the free blowjobs. As many of them as I want, in fact. Anytime I feel horny, I just stick my cock in one of em holes and some gal will suck it dry.<</npcspeech>>
<<speech "You">>That sounds like a nice job perk.<</speech>>
<<npcspeech "Counter" "Counter Guy">>It's the reason I haven't bailed outta this shithole. Let me tell you something - I haven't jerked off in like, 6 months. No more putting my arm muscles to work. It's all free blowjobs now, ever since I started working here.<</npcspeech>>
<<set $Strip_Q4 to true>> <<display StripClub_Dialogue_choice3>>
<</replace>><</link>> <<endif>>\
<span id=StripClub2>\
<<if $Strip_Q5 is false>>\
<<link 'Why is it so cheap?'>>\
<<replace #StripClub2>>\
@@.grey;Why is it so cheap?@@
<<npcspeech "Counter" "Counter Guy">>Go in there and see for yourself. Half these guys end up busting their nut in under a minute. Let's say some girl sucks 30 cocks in an hour, that's like a hundred and fifty bucks in profit. Now tell me that isn't good money.<</npcspeech>>
<<speech "You">>What if I last more than a minute?<</speech>>
<<npcspeech "Counter" "Counter Guy">>We don't charge by the time - so if some poor girl has to suck a guy's cock for 20 minute straight to get him off...just plain bad luck for the girl I guess. <</npcspeech>>
<<speech "You">>Sounds like a lot of work for the girls.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Some of these girls will do absolutely anything to get the guy to cum. I've seen girls let random strangers fuck them just so they can get to the next guy faster.<</npcspeech>>
<<speech "You">>Doesn't the sign says "blowjob" only?<</speech>>
<<npcspeech "Counter" "Counter Guy">>Technically it's forbidden...but literally no one here even bats an eyelid to that shit.<</npcspeech>>
<<speech "You">>No one here gives a shit? What about you?<</speech>>
<<npcspeech "Counter" "Counter Guy">>Rules are meant to be broken, my friend. There was this hot teen who was working part time here yesterday who looked like she was barely out of high school....shit, she had her school uniform on and everything. I wanted to fuck her //so// bad. <</npcspeech>>
<<speech "You">>And?<</speech>>
<<npcspeech "Counter" "Counter Guy">>I popped some Viagra beforehand. She was so tired of sucking my cock for half an hour that she offered up her asshole for me to cum in. Her fucking //asshole//, dude. I went to town on her asshole for another 20 minutes. Poor girl could barely stand up after I was finished with her.<</npcspeech>>
<<speech "You">>She must've hated you for that.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Who fucking cares? She's a fucking whore. I must've ruined her asshole for good, but whatever man... they're //meant// to be used like that.<</npcspeech>>
<<speech "You">>I don't think that's how you're supposed to treat women. <</speech>>
<<npcspeech "Counter" "Counter Guy">>You're still too young, boy. Fuck a dozen more girls and you'll know what I mean. <</npcspeech>>
<<set $Strip_Q5 to true>>\<<display StripClub_Dialogue_choice3>>
<</replace>><</link>> <<endif>>
</span><<npcspeech "Counter" "Counter Guy">>You got anymore questions?<</npcspeech>>
<span id=StripClubis3>\
<<if $Strip_Q1 is false>>\
<<link 'A glory hole at a strip club?'>>\
<<replace #StripClub3is3>>\
@@.grey;A glory hole at a strip club?@@
<<npcspeech "Counter" "Counter Guy">>Why the hell not? It was the owner of the strip club who came up with the idea. And let me tell you, he's a fucking genius!<</npcspeech>>
<<speech "You">>Care to explain?<</speech>>
<<npcspeech "Counter" "Counter Guy">>You know what every guy that comes in here have in common? They're all horny as fuck. Especially right after they see some hot girl's naked body. So what's the first thing a guy does after he gets a lap dance? He races to the nearest bathroom to jerk off, of course.<</npcspeech>>
<<npcspeech "Counter" "Counter Guy">>You see, the owner was smart enough to see this as a golden business opportunity. We let some hooker suck their cock for a mere donation of $5. Who could refuse such an offer? <</npcspeech>>
<<set $Strip_Q1 to true>> <<display StripClub_Dialogue_4>>
<</replace>> <</link>> <<endif>>\
<span id=StripClubis3>\
<<if $Strip_Q2 is false>>\
<<link 'Its not a scam, is it?'>>\
<<replace #StripClubis3>>\
@@.grey;Its not a scam, is it?@@
<<npcspeech "Counter" "Counter Guy">>Do I look like a fucking scammer to you? Either pay up or get the fuck outta here, dude.<</npcspeech>>
<<set $Strip_Q2 to true>>\<<display StripClub_Dialogue_4>>
<</replace>><</link>><<endif>>\
<span id=StripClubis3>\
<<if $Strip_Q3 is false>>\
<<link 'Is it..."safe"?'>>\
<<replace #StripClubis3>>\
@@.grey;Is it..."safe"?@@
<<npcspeech "Counter" "Counter Guy">>Safe? If it's those fucking STDs you're worried about...these girls are probably more concerned about them than you are. I mean sure, cover your dick in rubber if you're so scared of catching a fucking //disease//, but I'm tell you man, when some beautiful girl have their lips wrapped around your dick, it feels like //heaven//. Are you sure you want a fucking piece of rubber getting in the way? <</npcspeech>>
<<speech "You">>Damn, you've convinced me. You've got a point, I'll give you that.<</speech>>
<<npcspeech "Counter" "Counter Guy">>I know, right? I probably made those condom companies lose hundreds of sales.<</npcspeech>>
<<set $Strip_Q3 to true>> <<display StripClub_Dialogue_4>>
<</replace>><</link>> <<endif>>\
<span id=StripClubis3>\
<<if $Strip_Q4 is false>>\
<<link 'How did you end up working here?'>>\
<<replace #StripClubis3>>\
@@.grey;How did you end up working here?@@
<<npcspeech "Counter" "Counter Guy">>Dude, I'm out here tryin to make a living like everybody else. Do I enjoy busting my ass in this literal shit hole for minimal wage? Hell no. But how else am I supposed to pay my rent?<</npcspeech>>
<<speech "You">>No offense, but that sounds like a shitty job.<</speech>>
<<npcspeech "Counter" "Counter Guy">>...the only thing that's keeping me here are the free blowjobs. As many of them as I want, in fact. Anytime I feel horny, I just stick my cock in one of em holes and some gal will suck it dry.<</npcspeech>>
<<speech "You">>That sounds like a nice job perk.<</speech>>
<<npcspeech "Counter" "Counter Guy">>It's the reason I haven't bailed outta this shithole. Let me tell you something - I haven't jerked off in like, 6 months. No more putting my arm muscles to work. It's all free blowjobs now, ever since I started working here.<</npcspeech>>
<<set $Strip_Q4 to true>>\<<display StripClub_Dialogue_4>>
<</replace>><</link>> <<endif>>\
<span id=StripClubis3>\
<<if $Strip_Q5 is false>>\
<<link 'Why is it so cheap?'>>\
<<replace #StripClubis3>>\
@@.grey;Why is it so cheap?@@
<<npcspeech "Counter" "Counter Guy">>Go in there and see for yourself. Half these guys end up busting their nut in under a minute. Let's say some girl sucks 30 cocks in an hour, that's like a hundred and fifty bucks in profit. Now tell me that isn't good money.<</npcspeech>>
<<speech "You">>What if I last more than a minute?<</speech>>
<<npcspeech "Counter" "Counter Guy">>We don't charge by the time - so if some poor girl has to suck a guy's cock for 20 minute straight to get him off...just plain bad luck for the girl I guess. <</npcspeech>>
<<speech "You">>Sounds like a lot of work for the girls.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Some of these girls will do absolutely anything to get the guy to cum. I've seen girls let random strangers fuck them just so they can get to the next guy faster.<</npcspeech>>
<<speech "You">>Doesn't the sign says "blowjob" only?<</speech>>
<<npcspeech "Counter" "Counter Guy">>Technically it's forbidden...but literally no one here even bats an eyelid to that shit.<</npcspeech>>
<<speech "You">>No one here gives a shit? What about you?<</speech>>
<<npcspeech "Counter" "Counter Guy">>Rules are meant to be broken, my friend. There was this hot teen who was working part time here yesterday who looked like she was barely out of high school....shit, she had her school uniform on and everything. I wanted to fuck her //so// bad. <</npcspeech>>
<<speech "You">>And?<</speech>>
<<npcspeech "Counter" "Counter Guy">>I popped some Viagra beforehand. She was so tired of sucking my cock for half an hour that she offered up her asshole for me to cum in. Her fucking //asshole//, dude. I went to town on her asshole for another 20 minutes. Poor girl could barely stand up after I was finished with her.<</npcspeech>>
<<speech "You">>She must've hated you for that.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Who fucking cares? She's a fucking whore. I must've ruined her asshole for good, but whatever man... they're //meant// to be used like that.<</npcspeech>>
<<speech "You">>I don't think that's how you're supposed to treat women. <</speech>>
<<npcspeech "Counter" "Counter Guy">>You're still too young, boy. Fuck a dozen more girls and you'll know what I mean. <</npcspeech>>
<<set $Strip_Q5 to true>>\<<display StripClub_Dialogue_4>>
<</replace>><</link>> <<endif>>
</span><<npcspeech "Counter" "Counter Guy">>You got anymore questions?<</npcspeech>>
<span id=StripClub4>\
<<if $Strip_Q1 is false>>\
<<link 'A glory hole at a strip club?'>>\
<<replace #StripClub4>>\
@@.grey;A glory hole at a strip club?@@
<<npcspeech "Counter" "Counter Guy">>Why the hell not? It was the owner of the strip club who came up with the idea. And let me tell you, he's a fucking genius!<</npcspeech>>
<<speech "You">>Care to explain?<</speech>>
<<npcspeech "Counter" "Counter Guy">>You know what every guy that comes in here have in common? They're all horny as fuck. Especially right after they see some hot girl's naked body. So what's the first thing a guy does after he gets a lap dance? He races to the nearest bathroom to jerk off, of course.<</npcspeech>>
<<npcspeech "Counter" "Counter Guy">>You see, the owner was smart enough to see this as a golden business opportunity. We let some hooker suck their cock for a mere donation of $5. Who could refuse such an offer? <</npcspeech>>
<<set $Strip_Q1 to true>> <<display StripClub_Dialogue_5>>
<</replace>> <</link>> <<endif>>\
<span id=StripClub4>\
<<if $Strip_Q2 is false>>\
<<link 'Its not a scam, is it?'>>\
<<replace #StripClub4>>\
@@.grey;Its not a scam, is it?@@
<<npcspeech "Counter" "Counter Guy">>Do I look like a fucking scammer to you? Either pay up or get the fuck outta here, dude.<</npcspeech>>
<<set $Strip_Q2 to true>> <<display StripClub_Dialogue_5>>
<</replace>><</link>><<endif>>\
<span id=StripClub4>\
<<if $Strip_Q3 is false>>\
<<link 'Is it..."safe"?'>>\
<<replace #StripClub4>>\
@@.grey;Is it..."safe"?@@
<<npcspeech "Counter" "Counter Guy">>Safe? If it's those fucking STDs you're worried about...these girls are probably more concerned about them than you are. I mean sure, cover your dick in rubber if you're so scared of catching a fucking //disease//, but I'm tell you man, when some beautiful girl have their lips wrapped around your dick, it feels like //heaven//. Are you sure you want a fucking piece of rubber getting in the way? <</npcspeech>>
<<speech "You">>Damn, you've convinced me. You've got a point, I'll give you that.<</speech>>
<<npcspeech "Counter" "Counter Guy">>I know, right? I probably made those condom companies lose hundreds of sales.<</npcspeech>>
<<set $Strip_Q3 to true>>\<<display StripClub_Dialogue_5>>
<</replace>><</link>> <<endif>>\
<span id=StripClub4>\
<<if $Strip_Q4 is false>>\
<<link 'How did you end up working here?'>>\
<<replace #StripClub4>>\
@@.grey;How did you end up working here?@@
<<npcspeech "Counter" "Counter Guy">>Dude, I'm out here tryin to make a living like everybody else. Do I enjoy busting my ass in this literal shit hole for minimal wage? Hell no. But how else am I supposed to pay my rent?<</npcspeech>>
<<speech "You">>No offense, but that sounds like a shitty job.<</speech>>
<<npcspeech "Counter" "Counter Guy">>...the only thing that's keeping me here are the free blowjobs. As many of them as I want, in fact. Anytime I feel horny, I just stick my cock in one of em holes and some gal will suck it dry.<</npcspeech>>
<<speech "You">>That sounds like a nice job perk.<</speech>>
<<npcspeech "Counter" "Counter Guy">>It's the reason I haven't bailed outta this shithole. Let me tell you something - I haven't jerked off in like, 6 months. No more putting my arm muscles to work. It's all free blowjobs now, ever since I started working here.<</npcspeech>>
<<set $Strip_Q4 to true>> <<display StripClub_Dialogue_5>>
<</replace>><</link>> <<endif>>\
<span id=StripClub4>\
<<if $Strip_Q5 is false>>\
<<link 'Why is it so cheap?'>>\
<<replace #StripClub4>>\
@@.grey;Why is it so cheap?@@
<<npcspeech "Counter" "Counter Guy">>Go in there and see for yourself. Half these guys end up busting their nut in under a minute. Let's say some girl sucks 30 cocks in an hour, that's like a hundred and fifty bucks in profit. Now tell me that isn't good money.<</npcspeech>>
<<speech "You">>What if I last more than a minute?<</speech>>
<<npcspeech "Counter" "Counter Guy">>We don't charge by the time - so if some poor girl has to suck a guy's cock for 20 minute straight to get him off...just plain bad luck for the girl I guess. <</npcspeech>>
<<speech "You">>Sounds like a lot of work for the girls.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Some of these girls will do absolutely anything to get the guy to cum. I've seen girls let random strangers fuck them just so they can get to the next guy faster.<</npcspeech>>
<<speech "You">>Doesn't the sign says "blowjob" only?<</speech>>
<<npcspeech "Counter" "Counter Guy">>Technically it's forbidden...but literally no one here even bats an eyelid to that shit.<</npcspeech>>
<<speech "You">>No one here gives a shit? What about you?<</speech>>
<<npcspeech "Counter" "Counter Guy">>Rules are meant to be broken, my friend. There was this hot teen who was working part time here yesterday who looked like she was barely out of high school....shit, she had her school uniform on and everything. I wanted to fuck her //so// bad. <</npcspeech>>
<<speech "You">>And?<</speech>>
<<npcspeech "Counter" "Counter Guy">>I popped some Viagra beforehand. She was so tired of sucking my cock for half an hour that she offered up her asshole for me to cum in. Her fucking //asshole//, dude. I went to town on her asshole for another 20 minutes. Poor girl could barely stand up after I was finished with her.<</npcspeech>>
<<speech "You">>She must've hated you for that.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Who fucking cares? She's a fucking whore. I must've ruined her asshole for good, but whatever man... they're //meant// to be used like that.<</npcspeech>>
<<speech "You">>I don't think that's how you're supposed to treat women. <</speech>>
<<npcspeech "Counter" "Counter Guy">>You're still too young, boy. Fuck a dozen more girls and you'll know what I mean. <</npcspeech>>
<<set $Strip_Q5 to true>>\<<display StripClub_Dialogue_5>>
<</replace>><</link>> <<endif>>
</span><<npcspeech "Counter" "Counter Guy">>You got anymore questions?<</npcspeech>>
<span id=StripClub5>\
<<if $Strip_Q1 is false>>\
<<link 'A glory hole at a strip club?'>>\
<<replace #StripClub5>>\
@@.grey;A glory hole at a strip club?@@
<<npcspeech "Counter" "Counter Guy">>Why the hell not? It was the owner of the strip club who came up with the idea. And let me tell you, he's a fucking genius!<</npcspeech>>
<<speech "You">>Care to explain?<</speech>>
<<npcspeech "Counter" "Counter Guy">>You know what every guy that comes in here have in common? They're all horny as fuck. Especially right after they see some hot girl's naked body. So what's the first thing a guy does after he gets a lap dance? He races to the nearest bathroom to jerk off, of course.<</npcspeech>>
<<npcspeech "Counter" "Counter Guy">>You see, the owner was smart enough to see this as a golden business opportunity. We let some hooker suck their cock for a mere donation of $5. Who could refuse such an offer? <</npcspeech>>
<<set $Strip_Q1 to true>> <<display StripClub_Dialogue_2>>
<</replace>> <</link>> <<endif>>\
<span id=StripClub5>\
<<if $Strip_Q2 is false>>\
<<link 'Its not a scam, is it?'>>\
<<replace #StripClub5>>\
@@.grey;Its not a scam, is it?@@
<<npcspeech "Counter" "Counter Guy">>Do I look like a fucking scammer to you? Either pay up or get the fuck outta here, dude.<</npcspeech>>
<<set $Strip_Q2 to true>>\<<display StripClub_Dialogue_2>>
<</replace>><</link>><<endif>>\
<span id=StripClub5>\
<<if $Strip_Q3 is false>>\
<<link 'Is it..."safe"?'>>\
<<replace #StripClub5>>\
@@.grey;Is it..."safe"?@@
<<npcspeech "Counter" "Counter Guy">>Safe? If it's those fucking STDs you're worried about...these girls are probably more concerned about them than you are. I mean sure, cover your dick in rubber if you're so scared of catching a fucking //disease//, but I'm tell you man, when some beautiful girl have their lips wrapped around your dick, it feels like //heaven//. Are you sure you want a fucking piece of rubber getting in the way? <</npcspeech>>
<<speech "You">>Damn, you've convinced me. You've got a point, I'll give you that.<</speech>>
<<npcspeech "Counter" "Counter Guy">>I know, right? I probably made those condom companies lose hundreds of sales.<</npcspeech>>
<<set $Strip_Q3 to true>>\<<display StripClub_Dialogue_2>>
<</replace>><</link>> <<endif>>\
<span id=StripClub5>\
<<if $Strip_Q4 is false>>\
<<link 'How did you end up working here?'>>\
<<replace #StripClub5>>\
@@.grey;How did you end up working here?@@
<<npcspeech "Counter" "Counter Guy">>Dude, I'm out here tryin to make a living like everybody else. Do I enjoy busting my ass in this literal shit hole for minimal wage? Hell no. But how else am I supposed to pay my rent?<</npcspeech>>
<<speech "You">>No offense, but that sounds like a shitty job.<</speech>>
<<npcspeech "Counter" "Counter Guy">>...the only thing that's keeping me here are the free blowjobs. As many of them as I want, in fact. Anytime I feel horny, I just stick my cock in one of em holes and some gal will suck it dry.<</npcspeech>>
<<speech "You">>That sounds like a nice job perk.<</speech>>
<<npcspeech "Counter" "Counter Guy">>It's the reason I haven't bailed outta this shithole. Let me tell you something - I haven't jerked off in like, 6 months. No more putting my arm muscles to work. It's all free blowjobs now, ever since I started working here.<</npcspeech>>
<<set $Strip_Q2 to true>>\<<display StripClub_Dialogue_2>>
<</replace>><</link>> <<endif>>\
<span id=StripClub5>\
<<if $Strip_Q5 is false>>\
<<link 'Why is it so cheap?'>>\
<<replace #StripClub5>>\
@@.grey;Why is it so cheap?@@
<<npcspeech "Counter" "Counter Guy">>Go in there and see for yourself. Half these guys end up busting their nut in under a minute. Let's say some girl sucks 30 cocks in an hour, that's like a hundred and fifty bucks in profit. Now tell me that isn't good money.<</npcspeech>>
<<speech "You">>What if I last more than a minute?<</speech>>
<<npcspeech "Counter" "Counter Guy">>We don't charge by the time - so if some poor girl has to suck a guy's cock for 20 minute straight to get him off...just plain bad luck for the girl I guess. <</npcspeech>>
<<speech "You">>Sounds like a lot of work for the girls.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Some of these girls will do absolutely anything to get the guy to cum. I've seen girls let random strangers fuck them just so they can get to the next guy faster.<</npcspeech>>
<<speech "You">>Doesn't the sign says "blowjob" only?<</speech>>
<<npcspeech "Counter" "Counter Guy">>Technically it's forbidden...but literally no one here even bats an eyelid to that shit.<</npcspeech>>
<<speech "You">>No one here gives a shit? What about you?<</speech>>
<<npcspeech "Counter" "Counter Guy">>Rules are meant to be broken, my friend. There was this hot teen who was working part time here yesterday who looked like she was barely out of high school....shit, she had her school uniform on and everything. I wanted to fuck her //so// bad. <</npcspeech>>
<<speech "You">>And?<</speech>>
<<npcspeech "Counter" "Counter Guy">>I popped some Viagra beforehand. She was so tired of sucking my cock for half an hour that she offered up her asshole for me to cum in. Her fucking //asshole//, dude. I went to town on her asshole for another 20 minutes. Poor girl could barely stand up after I was finished with her.<</npcspeech>>
<<speech "You">>She must've hated you for that.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Who fucking cares? She's a fucking whore. I must've ruined her asshole for good, but whatever man... they're //meant// to be used like that.<</npcspeech>>
<<speech "You">>I don't think that's how you're supposed to treat women. <</speech>>
<<npcspeech "Counter" "Counter Guy">>You're still too young, boy. Fuck a dozen more girls and you'll know what I mean. <</npcspeech>>
<<set $Strip_Q5 to true>> <<display StripClub_Dialogue_5>>
<</replace>><</link>> <<endif>>
<span id=StripClub5>
[[I'd like to give it a try.|GloryHole_Blowjob_1]]
</span>''You reach for your wallet and pay 5 dollars at the counter.''
<<npcspeech "Counter" "Counter Guy">>See that hole over there? Stick your cock in there and she'll take care of the rest.<</npcspeech>>
<<speech "You">>That's it?<</speech>>
<<npcspeech "Counter" "Counter Guy">>Fuck Yeah. Now bugger off.<</npcspeech>>
<<linkreplace "Go to the hole.">>@@.grey;Go to the hole.@@
''Attempting to follow the vague instructions that had been given to you, you unzip your pants and insert your dick into the glory hole.
The thought of a beautiful stranger sucking your dick somehow arouses you, and your dick starts to harden until its rock solid.
However, nothing seems to be happening as you stand in front of the hole with your penis erect.''
<<linkreplace "Wait a little longer.">>@@.grey;Wait a little longer.@@
''You wait for another minute. Suddenly you feel a puff of warm air, followed by a warm and tingly sensation from your balls.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/GloryHole_1_coded.mp4">
Your browser does not support the video tag.
</video>
<p class="thought">That's definitely not who I was looking for...but fuck, I can't believe my eyes...this place is actually legit. Five dollars for a blowjob from a super hot milf...I'm not dreaming, am I? Shit, that feels //good//.</p>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/GloryHole_2_coded.mp4">
Your browser does not support the video tag.
</video>
''The sight of a beautiful girl you've never met slurping on your dick seems surreal at first. However, you come to the realization that she is just doing her job. After all, you paid for it with your hard earned cash, and you're going to enjoy it throughly and let Alena earn her pay.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/GloryHole_3_coded.mp4">
Your browser does not support the video tag.
</video>
''The girl starts to quicken up her pace and starts to swing her head back and fourth on your cock in a steadily increasing rhythm.''
<p class="thought">I see what you're doing, whore. That guy at the counter was right - she's trying to make me cum as fast as possible so she can get on with the next guy. </p>
''The girl continues to suck your cock, going deeper with each thrust.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/GloryHole_4_coded.mp4">
Your browser does not support the video tag.
</video>
''As a desperate attempt to make you cum, she starts to rub both her hands on your cock.''
<p class="thought">That's cheating, you whore! Doesn't the sign says //blowjob//? Not a fucking handjob!</p>
<p class="thought">Shit, if you keep stroking like that...</p>
<<linkreplace "Cum.">>@@.grey;Cum.@@
<p class="thought">Great. Now I feel like a loser for cumming to a fucking handjob.</p>
<<set $blowjob to $blowjob + 1>>\
<<set $pervxp to $pervxp + 50>>\
<<set $xpneeded to $nextlv - $pervxp>>\
<<set $stamina to $stamina - 3>>\
''@@.magenta;Perverted points@@ + @@.yellow;50@@!''
''$xpneeded more points required to level up.''
[[Leave the glory hole.|GloryHole_Blowjob_2]]
<</linkreplace>> <</linkreplace>> <</linkreplace>>
<<npcspeech "Counter" "Counter Guy">>Dude, you were in there for god knows how long! You didn't pass out, did you?<</npcspeech>>
<<speech "You">>What? No, it's nothing like that.<</speech>>
<<npcspeech "Counter" "Counter Guy">>You managed to last that long? Shit dude, you gotta tell me where you got em pills.<</npcspeech>>
<<speech "You">>Pills? No man, I don't use that stuff.<</speech>>
<<npcspeech "Counter" "Counter Guy">>But that girl was blowing you the whole time, right?<</npcspeech>>
<<speech "You">>Talk about false advertising. That girl made me cum using her hands. <</speech>>
<<npcspeech "Counter" "Counter Guy">>Was she the milf with the big tits? You should've cum between those tits! Dude, I gotta tell the owner to fire her ass.<</npcspeech>>
<<speech "You">>You sure you wanna do that? I mean, she's pretty hot.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Dude, We've got dozens of girls lining up to take her place. Girls a hundred times hotter than her. I gotta say, milfs don't really do it for me. I like em young, as long as it's legal of course. Ain't worth going to jail for pussy.<</npcspeech>>
<<npcspeech "Counter" "Counter Guy">>Now that you mention it, I think I have a serious schoolgirl craving right now...you know what, let me call that schoolgirl I assfucked yesterday. I just can't get enough of her tight schoolgirl asshole. I made her legs go limp last time, and this time I'm gonna fuck her so hard she'll have to buy herself a fucking wheelchair.<</npcspeech>>
<<speech "You">>Ok, this guy is a borderline sex offender. Better not linger around him too much...I don't wanna get in trouble.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Hey dude, you wanna join in on the fun? I'll have my dick deep inside her ass the whole time, but you know what - you can take the front. This girl's got a decent pretty face, a nice pair of tits too. <</npcspeech>>
<<speech "You">>That's...very enticing. But I gotta pass.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Dude, what kind of guy would pass up an opportunity to fuck a schoolgirl's face?<</npcspeech>>
<<speech "You">>I guess what happened at the hole was too intense. I need some rest.<</speech>>
<<npcspeech "Counter" "Counter Guy">>Dude, I've got some pills for you if you want some. Your dick will be up in no time.<</npcspeech>>
<<speech "You">>Nah, I'm good. Well, uh...enjoy her ass I guess. Bye.<</speech>>
<<AdvancePeriod>>\
<<set $GloryHoleEnable to true>>
[[Go back.|Town Center]]
<div class="first-passage"><h2></h2><div>
<div class="journalrow">
<a data-passage="Journal_Students">
<div class="container">
<img src="img/portraits/SchoolGirls.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Students</div>
</div>
</div>
</a>
<a data-passage="Journal_Teachers">
<div class="container">
<img src="img/portraits/Teachers.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Teachers</div>
</div>
</div>
</a>
<a data-passage="Journal_Friends">
<div class="container">
<img src="img/portraits/Friends.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Friends&Acquaintances</div>
</div>
</div>
</a>
</div><div class="first-passage"><h2>''$name's Journal''</h2><div>
<<back "Go back.">>
<div class="fetishrow">
<a data-passage="Ashlynn">
<div class="container">
<img src="img/portraits/Ashlynn_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Ashlynn</div>
</div>
</div>
</a>
<<if $MarshaMeet is false>>
<a data-passage="">
<div class="container">
<img src="img/portraits/Silhouette.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">??</div>
</div>
</div>
</a>
<<elseif $MarshaMeet is true>>
<a data-passage="Marsha">
<div class="container">
<img src="img/portraits/Marsha_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Marsha</div>
</div>
</div>
</a>
<<endif>>
<<if $AlexMeet is false>>
<a data-passage="">
<div class="container">
<img src="img/portraits/Silhouette.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">??</div>
</div>
</div>
</a>
<<elseif $AlexMeet is true>>
<a data-passage="Alex">
<div class="container">
<img src="img/portraits/Alex_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Alex</div>
</div>
</div>
</a>
<<endif>>
</div>
<div class="fetishrow">
<<if $CarmenMeet is false>>
<a data-passage="">
<div class="container">
<img src="img/portraits/Silhouette.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">??</div>
</div>
</div>
</a>
<<elseif $CarmenMeet is true>>
<div class="fetishrow">
<a data-passage="Carmen">
<div class="container">
<img src="img/portraits/Carmen_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Carmen</div>
</div>
</div>
</a>
<<endif>>
<<if $HaliaMeet is false>>
<a data-passage="">
<div class="container">
<img src="img/portraits/Silhouette.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">??</div>
</div>
</div>
</a>
<<elseif $HaliaMeet is true>>
<a data-passage="Halia">
<div class="container">
<img src="img/portraits/Halia_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Halia</div>
</div>
</div>
</a>
<<endif>>
<a data-passage="">
<div class="container">
<img src="img/portraits/Silhouette.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">??</div>
</div>
</div>
</a>
</div>
<<back "Go back.">>
<img src="img/portraits/Ashlynn_C1.jpg" width="450px" class="center" style="float: left; margin-right: 10px; margin-bottom: 5px">
''The perverted schoolgirl who insists on calling you Mr. Pervert. Because why else would you be reading this if you weren't a pervert?''
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;}
</style>
<table style="width:40%">
<tr>
<th></th>
<th>Times Used</th>
</tr>
<tr>
<td>Blowjob</td>
<td>$Ashlynn_Blowjob</td>
</tr>
<tr>
<td>Titfuck</td>
<td>$Ashlynn_Titfuck</td>
</tr>
<tr>
<td>Sex</td>
<td>$Ashlynn_Sex</td>
</tr>
<tr>
<td>Anal sex</td>
<td>$Ashlynn_Analsex</td>
</tr>
</table>
<<back "Go back.">>
<img src="img/portraits/Marsha_C1.jpg" width="450px" class="center" style="float: left; margin-right: 10px; margin-bottom: 5px">
''The blonde schoolgirl with a bubbly personality. Her hobbies include walking around campus in her slutty school uniform, which appears to be brought from eBay.''
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;}
</style>
<table style="width:40%">
<tr>
<th></th>
<th>Times Used</th>
</tr>
<tr>
<td>Blowjob</td>
<td>$Marsha_Blowjob</td>
</tr>
<tr>
<td>Titfuck</td>
<td>$Marsha_Titfuck</td>
</tr>
<tr>
<td>Sex</td>
<td>$Marsha_Sex</td>
</tr>
<tr>
<td>Anal sex</td>
<td>$Marsha_Analsex</td>
</tr>
</table>
<div class="first-passage"><h2>''$name's Journal''</h2><div>
<<back "Go back.">>
<div class="fetishrow">
<a data-passage="Mia">
<div class="container">
<img src="img/portraits/Mia_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Mia</div>
</div>
</div>
</a>
<a data-passage="Kendra">
<div class="container">
<img src="img/portraits/Kendra_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Kendra</div>
</div>
</div>
</a>
<a data-passage="Principle_Dylan">
<div class="container">
<img src="img/portraits/Dylan_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">PrincipleDylan</div>
</div>
</div>
</a>
</div><div class="first-passage"><h2>''$name's Journal''</h2><div>
<<back "Go back.">>
<div class="fetishrow">
<<if $HollyMeet is false>>
<a data-passage="">
<div class="container">
<img src="img/portraits/Silhouette.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">??</div>
</div>
</div>
</a>
<<elseif $HollyMeet is true>>
<a data-passage="Holly">
<div class="container">
<img src="img/portraits/Holly_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Holly</div>
</div>
</div>
</a>
<<endif>>
<<if $SummerMeet is false>>
<a data-passage="">
<div class="container">
<img src="img/portraits/Silhouette.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">??</div>
</div>
</div>
</a>
<<elseif $SummerMeet is true>>
<a data-passage="Summer">
<div class="container">
<img src="img/portraits/Summer_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Summer</div>
</div>
</div>
</a>
<<endif>>
<<if $CourtneyMeet is false>>
<a data-passage="">
<div class="container">
<img src="img/portraits/Silhouette.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">??</div>
</div>
</div>
</a>
<<elseif $CourtneyMeet is true>>
<a data-passage="Courtney">
<div class="container">
<img src="img/portraits/Courtney_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Courtney</div>
</div>
</div>
</a>
<<endif>>
</div>
<div class="fetishrow">
<<if $ToryMeet is false>>
<a data-passage="">
<div class="container">
<img src="img/portraits/Silhouette.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">??</div>
</div>
</div>
</a>
<<elseif $ToryMeet is true>>
<a data-passage="Tory">
<div class="container">
<img src="img/portraits/Tory_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Tory</div>
</div>
</div>
</a>
<<endif>>
<a data-passage="">
<div class="container">
<img src="img/portraits/Silhouette.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">??</div>
</div>
</div>
</a>
<a data-passage="">
<div class="container">
<img src="img/portraits/Silhouette.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">??</div>
</div>
</div>
</a>
</div>
<<back "Go back.">>
<img src="img/portraits/Alex_C1.jpg" width="450px" class="center" style="float: left; margin-right: 10px; margin-bottom: 5px">
''The shy and timid student who is always soft-spoken, yet somehow wouldn't hesitate to show her butt to strangers for cash.
''
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;}
</style>
<table style="width:40%">
<tr>
<th></th>
<th>Times Used</th>
</tr>
<tr>
<td>Blowjob</td>
<td>$Alex_Blowjob</td>
</tr>
<tr>
<td>Titfuck</td>
<td>$Alex_Titfuck</td>
</tr>
<tr>
<td>Sex</td>
<td>$Alex_Sex</td>
</tr>
<tr>
<td>Anal sex</td>
<td>$Alex_Analsex</td>
</tr>
</table>
<<back "Go back.">>
<img src="img/portraits/Carmen_C1.jpg" width="450px" class="center" style="float: left; margin-right: 10px; margin-bottom: 5px">
''The school delinquent who wears her skirt so high that her thongs are always visible at all angles. Probably intentional though.
''
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;}
</style>
<table style="width:40%">
<tr>
<th></th>
<th>Times Used</th>
</tr>
<tr>
<td>Blowjob</td>
<td>$Carmen_Blowjob</td>
</tr>
<tr>
<td>Titfuck</td>
<td>$Carmen_Titfuck</td>
</tr>
<tr>
<td>Sex</td>
<td>$Carmen_Sex</td>
</tr>
<tr>
<td>Anal sex</td>
<td>$Carmen_Analsex</td>
</tr>
</table>
<<back "Go back.">>
<img src="img/portraits/Halia_C1.jpg" width="450px" class="center" style="float: left; margin-right: 10px; margin-bottom: 5px">
''According to an informal poll, she is the dumbest student in the entire school. Proud owner of a pair of silicon injected boobs, which her daddy brought for her 18th birthday. What!? You thought she was underage? Get outta here or I'll call FBI.
''
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;}
</style>
<table style="width:40%">
<tr>
<th></th>
<th>Times Used</th>
</tr>
<tr>
<td>Blowjob</td>
<td>$Halia_Blowjob</td>
</tr>
<tr>
<td>Titfuck</td>
<td>$Halia_Titfuck</td>
</tr>
<tr>
<td>Sex</td>
<td>$Halia_Sex</td>
</tr>
<tr>
<td>Anal sex</td>
<td>$Halia_Analsex</td>
</tr>
</table>
<<back "Go back.">>
<img src="img/portraits/Mia_C1.jpg" width="450px" class="center" style="float: left; margin-right: 10px; margin-bottom: 5px">
''The over friendly colleague. Legend has it that she made it big as a pornstar in some parallel universe.
''
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;}
</style>
<table style="width:40%">
<tr>
<th></th>
<th>Times Used</th>
</tr>
<tr>
<td>Blowjob</td>
<td>$Mia_Blowjob</td>
</tr>
<tr>
<td>Titfuck</td>
<td>$Mia_Titfuck</td>
</tr>
<tr>
<td>Sex</td>
<td>$Mia_Sex</td>
</tr>
<tr>
<td>Anal sex</td>
<td>$Mia_Analsex</td>
</tr>
</table>
<<back "Go back.">>
<img src="img/portraits/Kendra_C1.jpg" width="450px" class="center" style="float: left; margin-right: 10px; margin-bottom: 5px">
''This sex obsessed liberian likes to keeps a steady supply of erotic materials on deck. Not much else is known about her, except that she probably has a gaping butthole from buttplug overuse.
''
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;}
</style>
<table style="width:40%">
<tr>
<th></th>
<th>Times Used</th>
</tr>
<tr>
<td>Blowjob</td>
<td>$Kendra_Blowjob</td>
</tr>
<tr>
<td>Titfuck</td>
<td>$Kendra_Titfuck</td>
</tr>
<tr>
<td>Sex</td>
<td>$Kendra_Sex</td>
</tr>
<tr>
<td>Anal sex</td>
<td>$Kendra_Analsex</td>
</tr>
</table>
<<back "Go back.">>
<img src="img/portraits/Dylan_C1.jpg" width="450px" class="center" style="float: left; margin-right: 10px; margin-bottom: 5px">
''As of this version, no future content has been planned for the principle yet. She is supposed to be the end game boss, so expect a loooong ride ahead before you can even expect to get a glimpse of her nipples. But if you're so desperate to see her naked, type "Dylan Ryder Naked" on Google. Y'all can thank me later.
''
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;}
</style>
<table style="width:40%">
<tr>
<th></th>
<th>Times Used</th>
</tr>
<tr>
<td>Blowjob</td>
<td>$Ashlynn_Blowjob</td>
</tr>
<tr>
<td>Titfuck</td>
<td>$Ashlynn_Titfuck</td>
</tr>
<tr>
<td>Sex</td>
<td>$Ashlynn_Sex</td>
</tr>
<tr>
<td>Anal sex</td>
<td>$Ashlynn_Analsex</td>
</tr>
</table>
<<back "Go back.">>
<img src="img/portraits/Summer_C1.jpg" width="450px" class="center" style="float: left; margin-right: 10px; margin-bottom: 5px">
''She is Ashlynn's mum, which makes complete sense because they are both brunettes with micro tits.
''
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;}
</style>
<table style="width:40%">
<tr>
<th></th>
<th>Times Used</th>
</tr>
<tr>
<td>Blowjob</td>
<td>$Summer_Blowjob</td>
</tr>
<tr>
<td>Titfuck</td>
<td>$Summer_Titfuck</td>
</tr>
<tr>
<td>Sex</td>
<td>$Summer_Sex</td>
</tr>
<tr>
<td>Anal sex</td>
<td>$Summer_Analsex</td>
</tr>
</table>
<<back "Go back.">>
<img src="img/portraits/Courtney_C1.jpg" width="450px" class="center" style="float: left; margin-right: 10px; margin-bottom: 5px">
''She is Marsha's mum, which makes complete sense because they are both blondes with fake tits. Also works at the school cafeteria.
''
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;}
</style>
<table style="width:40%">
<tr>
<th></th>
<th>Times Used</th>
</tr>
<tr>
<td>Blowjob</td>
<td>$Courtney_Blowjob</td>
</tr>
<tr>
<td>Titfuck</td>
<td>$Courtney_Titfuck</td>
</tr>
<tr>
<td>Sex</td>
<td>$Courtney_Sex</td>
</tr>
<tr>
<td>Anal sex</td>
<td>$Courtney_Analsex</td>
</tr>
</table>
<<back "Go back.">>
<img src="img/portraits/Holly_C1.jpg" width="450px" class="center" style="float: left; margin-right: 10px; margin-bottom: 5px">
''She is your step sister. Because what perverted game would be complete without the obligatory faux incest sister figure?
''
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;}
</style>
<table style="width:40%">
<tr>
<th></th>
<th>Times Used</th>
</tr>
<tr>
<td>Blowjob</td>
<td>$Holly_Blowjob</td>
</tr>
<tr>
<td>Titfuck</td>
<td>$Holly_Titfuck</td>
</tr>
<tr>
<td>Sex</td>
<td>$Holly_Sex</td>
</tr>
<tr>
<td>Anal sex</td>
<td>$Holly_Analsex</td>
</tr>
</table>
<<set $pervxp to $pervxp + 100>>\
''@@.magenta;Perverted points@@ + @@.yellow;100@@!''
[[JerkOff]] <img src="img/dialogue/MiaClothed_01.jpg" width="450px" class="center">
<<npcspeech "Mia">>Hey $name, what's up?<</npcspeech>>
<<linkreplace "Ask her to strip naked.">>@@.grey;Ask her to strip naked.@@
<img src="img/dialogue/MiaNaked_01.jpg" width="450px" class="center">
<<npcspeech "Mia">>It feels so chilly without my clothes on! Perhaps we could do something to warm ourselves up?<</npcspeech>>
<img src="img/dialogue/MiaNaked_02.jpg" width="450px" class="widecenter">\
<<set $horniness to $horniness + 1>>
<<if $perversity <= 3>>''
@@.red;Requires: Perversity level 4 or higher@@''
@@.grey;Ask for a blowjob.@@
<<endif>>\
<</linkreplace>>
[[Go back.|Staff Office]]<div class="first-passage"><h2>''Select Student''</h2><div>
<div class="fetishrow">
<a data-passage="Ashlynn">
<div class="container">
<img src="img/portraits/Ashlynn_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Ashlynn</div>
</div>
</div>
</a>
<a data-passage="Marsha">
<div class="container">
<img src="img/portraits/Marsha_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Marsha</div>
</div>
</div>
</a>
<a data-passage="Alex">
<div class="container">
<img src="img/portraits/Alex_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Alex</div>
</div>
</div>
</a>
</div>
<div class="fetishrow">
<a data-passage="Carmen">
<div class="container">
<img src="img/portraits/Carmen_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Carmen</div>
</div>
</div>
</a>
<a data-passage="Halia">
<div class="container">
<img src="img/portraits/Halia_C1.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Halia</div>
</div>
</div>
</a>
<a data-passage="">
<div class="container">
<img src="img/portraits/Silhouette.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">??</div>
</div>
</div>
</a>
</div><<if $pervxp >= 200 and $perversity is 1>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.2@@!''
''You feel even more perverted.''
<<set $perversity to 2>>\
<<set $nextlv to $lv3>>\
<<elseif $pervxp >= 550 and $perversity is 2>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.3@@!''
''You feel even more perverted.''
<<set $perversity to 3>>\
<<set $nextlv to $lv4>>\
''Meanwhile, at Holly's place...''
<<npcspeech "Holly">>What the fuck is wrong with me?<</npcspeech>>
<<npcspeech "Holly">>I can't believe took off my clothes in front of my brother...I didn't have a single piece of clothing on me...he saw everything!<</npcspeech>>
<<npcspeech "Holly">>He didn't really take a photo of me, did he? Because that would be so embrassing...I shouldn't even have mentioned that to him! What was I thinking?<</npcspeech>>
<<npcspeech "Holly">>But...why? This irresistible urge just came out of nowhere...I just couldn't help myself!<</npcspeech>>
<<npcspeech "Holly">>Am I...attracted to my own brother? No, that can't be! It must be his stupid superpowers at work. That must be it!<</npcspeech>>
<<npcspeech "Holly">>I can't think straight. I'm so confused right now. But...if I just touch myself a little, that might help calm myself....<</npcspeech>>
<<npcspeech "Holly">>It feels...so good...Fuck! $name, I'm - I'm gonna -<</npcspeech>>
<<npcspeech "Holly">>...<</npcspeech>>
<<npcspeech "Holly">>...<</npcspeech>>
<<linkreplace "Continue.">>@@.grey;Continue.@@
<img src="img/Holly_Masturbate.jpg" width="450px" class="widecenter">
<<npcspeech "Holly">>...did I just came?<</npcspeech>>
<<npcspeech "Holly">>I can't let him know about this. Ever. I'd never be able to talk to him again if he ever found out what kind of a pervert his sister is...<</npcspeech>>
[[Continue.|Home]]
<</linkreplace>>
<<npcspeech "Mia">>Good morning $name! Did your asthma give you any troubles last night?<</npcspeech>>
<<speech "You">>Yeah, I'm fine. Thanks for asking.<</speech>>
<<npcspeech "Mia">>That's a relief. I was so worried about you.<</npcspeech>>
<<speech "You">>Listen, I gotta ask you something about the umm...the thing that happened yesterday. W - why did you do that? <</speech>>
<<speech "You">>What do you mean?<</speech>>
<<speech "You">>The naked...thing. Come on, you know what I'm talking about.<</speech>>
<<npcspeech "Mia">>You //did ask// for it, didn't you? I just feel like I couldn't refuse for some...reason. I don't know.<</npcspeech>>
<<speech "You">>It's just that, we barely just met, you know. It's not the kind of thing you'd do to a complete stranger -<</speech>>
<<npcspeech "Mia">>Stranger? I thought we were friends already! *Giggles* But it's alright if you want to take things slow. I had something else in mind but...Why don't we start the day with a little make out session instead?<</npcspeech>>
<<speech "You">>What?<</speech>>
<<npcspeech "Mia">>That was a joke! Look at you, you're blushing again. Alright, I better stop before I make you trigger another asthma attack. Well, you should head for your morning class. Your students are waiting for you in the classroom.<</npcspeech>>
<<npcspeech "Mia">>You can find me over at the teacher's office if you want to see me without my...<</npcspeech>>
<<speech "You">>Your....what? I don't get it.<</speech>>
<<npcspeech "Mia">>Drop the innocent act and stop pretending like you don't know what I'm talking about! Oh crap! It's almost time for my early morning classes. Come see me at the office, okay?<</npcspeech>>
<<set $SecondDayBantered to true>>\
<<speech "You">>Excuse me. I'm your what?<</speech>>
<<npcspeech "Yasmin">>Wanna fuck my tits?<</npcspeech>>
<<speech "You">>Uhh..sure?<</speech "You">>
<p class="thought">Damn, she went from a professional woman to professional bimbo in just a few minutes.</p>
<<npcspeech "Yasmin">>What happened to your dick? I swear it got bigger! But I'm going to squeeze the cum out of your shitty cock no matter what.<</npcspeech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Yasmin_4_coded.mp4">
Your browser does not support the video tag.
</video>
''Yasmin covers your dick with her tits and starts jerking it up and down.''
<<npcspeech "Yasmin">>My hands are getting tired from all that squeezing! Why don't you fuck my tits yourself? <</npcspeech>>
<<linkreplace "Continue.">>@@.grey;Continue.@@
<<speech "You">>Now it's time for a good facefucking. I wanna see how far I can jam my cock in your mouth. <</speech>>
<<npcspeech "Yasmin">>And what do I get for doing that?<</npcspeech>>
<p class="thought">She's clearly into this whole dirty talk thing...I guess I'll just play along.</p>
<<speech "You">>I might reward you with my sticky cum if you behave like a good little bitch.<</speech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Yasmin_5_coded.mp4">
Your browser does not support the video tag.
</video>
''Yasmin is trying so hard to push your dick against her throat that her eyes are starting to roll back to her head.''
<<speech "You">>I can see that you're trying, but that's not enough. Here, I'm gonna help you.<</speech>>
''You start to thrust your dick deeper inside her throat, making her gag in agony. ''
<p class="thought">Damn, she's like a blowjob machine. Doesn't she get tired from all that head bobbing? I might be getting a little too rough on her...but this feels too good for me to stop.</p>
<<speech "You">>Go faster, bitch! You're gonna need to work harder than that if you want my cum!<</speech>>
''You push her head towards your hips to speed up her motion.''
<<speech "You">>Yeah, keep going like that...you're making me feel like I'm in heaven....fuck, I'm gonna cum! <</speech>>
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Yasmin_6_coded.mp4">
Your browser does not support the video tag.
</video>
<<linkreplace "Take a breather.">>@@.grey;Take a breather.@@
<<npcspeech "Yasmin">>How was it? The blowjob?<</npcspeech>>
<<speech "You">>Maybe tone down a little on the... verbal action.<</speech>>
<<speech "You">>So I guess me and Tory are even now. You paid the debt in her name, so to speak.<</speech>>
<<npcspeech "Yasmin">>I wasn't even doing it for her. As far as I know, she still owes you a blowjob.<</npcspeech>>
<<speech "You">>So why did you do it?<</speech>>
<<npcspeech "Yasmin">>It's...the way you looked at me. Those horny eyes. Kind of reminded me of someone I know. Someone very important in my life.<</npcspeech>>
<<speech "You">>And who would that special person be? Your step dad? You're still fantasizing about your step dad after all these years so you used me as a body double as a vain attempt to fulfil your sick fantasy.<</speech>>
<<npcspeech "Yasmin">>H- how did you figure that out?<</npcspeech>>
<<speech "You">>I didn't. I was a joke.<</speech>>
<<npcspeech "Yasmin">>...good. Because that is not true at all. That was an amateur level analysis at best.<</npcspeech>>
<<npcspeech "Yasmin">>Hey, do you ready for another round?<</npcspeech>>
<<speech "You">>I just came literally seconds ago!<</speech>>
<<npcspeech "Yasmin">>...yeah. Come back anytime if you want another blowjob.<</npcspeech>>
<p class="thought">Did I hear that right? She wants to blow me again?</p>
<<speech "You">>I'll definitely be back again soon.<</speech>>
<<set $YasminFirstBlowjob to true>>\
<<set $blowjob to $blowjob + 1>>\
<<set $pervxp to $pervxp + 50>>\
/% =========LEVELUP======== %/\
<<if $pervxp >= 200 and $perversity is 1>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.2@@!''
''You feel even more perverted.''
<<set $perversity to 2>>\
<<set $nextlv to $lv3>>\
<<elseif $pervxp >= 550 and $perversity is 2>>
''Congratulations! @@.magenta;Perversity@@ increased to @@.yellow;lv.3@@!''
''You feel even more perverted.''
<<set $perversity to 3>>\
<<set $nextlv to $lv4>>\
/% =========LEVELUP======== %/\
<<else>> <<set $xpneeded to $nextlv - $pervxp>>\
''@@.magenta;Perverted points@@ + @@.yellow;50@@!''
''$xpneeded more points required to level up.''
<<endif>>\
[[Go back.|Town Center]]
<</linkreplace>> <</linkreplace>><<speech "You">>N - no. Not at all. Do you?<</speech>>
<<npcspeech "Yasmin">>Never had I thought that I'd be blowing strangers as part of the job. But I guess that's the part of the job.<</npcspeech>>
<<speech "You">>I'm so sorry to have to put you through that. You don't //have// to do it. I mean, I don't mind it, but...<</speech>>
<<npcspeech "Yasmin">>It might come as a surprise to you, but I'm not new to this. My step dad paid for my entire college tuition, so trust me when I know a thing or two about pleasuring men. It's a just a combination of technique and basic psychology.<</npcspeech>>
<<speech "You">>What exactly did you do to your step dad?<</speech>>
<<npcspeech "Yasmin">>...unspeakable things. You don't want to know the details. I thought those days were behind me, but I guess I'm back to square one again...Come on, let's get this over with.<</npcspeech>>
''In under a split second, Yasmin manages to pull out your cock and starts gobbling on it.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Yasmin_2_coded.mp4">
Your browser does not support the video tag.
</video>
<p class="thought">Fuck! Your mouth feels so fucking warm.</p>
''She continues bobbing her head at a steady rhythm. In response, you start to thrust your hips towards her mouth, penetrating your dick deeper inside her warm and inviting mouth.''
''You feel the pleasure building up in your cock with each thrust.''
<<npcspeech "Yasmin">>Can't hold it in already? We're starting to warm up.<</npcspeech>>
''She gets her knees on the floor with her hands behind her back and puts your dick back in her mouth. This time instead of just bobbing her head, she is moving her entire upper body like a metronome in order to achieve a deeper penetration.''
<video width="640" height="480" class="widecenter" autoplay loop>
<source src="gif/Yasmin_3_coded.mp4">
Your browser does not support the video tag.
</video>
<<npcspeech "Yasmin">>You like that, you piece of shit? You like making love to my slutty mouth?<</npcspeech>>
[[I'm sorry...what?|StationBlowjob Pt.2]]