<<nobr>>
<<set
/* This must be set to whatever the initial game date/time should be. */
$gameDate to new Date("2039-02-03T08:00Z"); /* Must use UTC time. */
>>
<<set $infotext to [""]>>
<<set $maxdayscalc to 14>>
<<set $maximumdays to 14>>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $mentainretain to 40>>
<<set $money to 20>>
<<set $strength = 5>>
<<set $stamina = 5>>
<<set $culture= 5>>
<<set $charisma= 5>>
<<set $intelligence= 5>>
<<set $confidence= 10>>
<<set $popularity= 0>>
<<set $maxenergy= 30>>
<<set $energy= 30>>
<<set $lust= 0>>
<<set $stress= 0>>
<<set $sexexp= 0>>
<<set $sexcontrol= 0>>
<<set $coding= 0>>
<<set $virginity to 1>>
<<set $carolreward to 0>>
<<set $carolkissed to 0>>
<<set $carolfucked to 0>>
<<set $natashakissed to 0>>
<<set $natashafucked to 0>>
<<set $susankissed to 0>>
<<set $susanfucked to 0>>
<<set $susananaled to 0>>
<<set $melaniekissed to 0>>
<<set $melaniefucked to 0>>
<<set $katrinalove to 0>>
<<set $katrinakissed to 0>>
<<set $katrinafucked to 0>>
<<set $enddays to 0>>
<<set $natashajealous to 0>>
<<set $rosetits to 0>>
<<set $carnatfirst to 0>>
<<set $stalkedmelanie to 0>>
<<set $infirmary to 0>>
<</nobr>>
<center>
This game is a work in progress and is still in a <b>EARLY</b> stage of development,
<b>(check the link below with the current content report or consider yourself warned)</b>.
It's my very first game and I'm working on it every day, I'm also learning how to code, I hope that you can appreciate it anyway.
The game wants to be sandbox and immersive, girls ands women in the game need different approaches to progress with.
There are choices, and there is character building and development, it might come across as a bit grindy, but it's definitely not a visual novel and I want the player to actually "play" and earn the rewards.
My goal is to continue improving and expanding the game constantly over the months/years and make it huge. I need and will appreciate any kind of support, Patreon if you can, advice, comments and suggestion if you cant : )
<b><<link "----> CURRENT CONTENT AND PATCH NOTES <----" "progress">><</link>></b>
<span style="color: #6f1c1c font-size: 20px;">
By clicking the "Confirm" button or the "example" link below, you declare that you are at least 18 years old (or any legal age of your country) and you are allowed and willing to be exposed to explicit pornographic content.
<b>WARNING : SCENES HAVE AUDIO </b><br>
Disclaimer: This has to be taken as a lighthearted story, and it might contain a few elements that people might find disturbing or inappropriate. Please remember to not take this seriously and to not confuse this with real life, if at any point you feel uncomfortable, please stop playing the game immediately.
Any character existing in this game is to be considered over 18 years old even when age is not yet specified.
<<link "I want an example of a sex scene before playing (Recommended - no spoilers)" "preview">><</link>>
<<button "Confirm - Create a character" "creation">><<if $name is "">><<set $name = "John">><</if>><<if $surname is "">><<set $surname = "Surno">><</if>><</button>><!--[[creation]]-->
</span>
</center>\ Discord ------ Patreon
[img[setup.ImagePath+'discord.png'][https://discord.gg/tWTH8pTMFc]][img[setup.ImagePath+'patreon.png'][https://patreon.com/SecondChance43]]<<nobr>>
/*----------- what day---------------*/
<<set $currentday to
$gameDate.getDate()-2
>>
<<if GameMonths[$gameDate.getMonth()] is "Oct">><<set $currentday to $currentday+=29>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Nov">><<set $currentday to $currentday+=60>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Dec">><<set $currentday to $currentday+=90>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Jan">><<set $currentday to $currentday+=121>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Feb">><<set $currentday to $currentday+=152>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Mar">><<set $currentday to $currentday+=180>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Apr">><<set $currentday to $currentday+=211>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "May">><<set $currentday to $currentday+=241>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Jun">><<set $currentday to $currentday+=272>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Jul">><<set $currentday to $currentday+=302>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Aug">><<set $currentday to $currentday+=333>> <</if>>
<<set $daytext to ["Simulation's day: $currentday"]>>
<<if $gameDate.getFullYear() is 2039>><<set $daytext to [""]>> <</if>>
/*-----------what hour---------------*/
<<set $currenthour to
$gameDate.getUTCHours()>>
<<set $currentweekday to GameDays[$gameDate.getDay()]>>
<</nobr>>
<<if $showmenu is 1>>
Your name is $name $surname
<<date>> - <<time24h>>
$daytext / $maximumdays
Energy: $energy / $maxenergy
Stress: $stress /100
Lust: $lust /100
Money: $money $
<<else>>
Please read and check the links before creating a character and starting the game
<</if>><<nobr>>
<<if $exp gte 1>>Experience: $exp<</if>>
<<if passage() is "Room">><<if $clickedderp2 is 1>><br><<link "CHEAT --> DebugRoom" "Debugroom">><</link>><</if>><</if>>
<<if $energy gte $maxenergy>> <<set $energy to $maxenergy>> <</if>>
/*---------passing out------------*/
<<if $energy lte 0 and $currentday lte $maximumdays>> <<goto "Passout">> <</if>>
/*---------breakdown------------*/
<<if $stress gte 100 and $currentday lte $maximumdays>> <<set $stress to 40>> <<goto "Breakdown">> <</if>>
<<if $stress lte -1>> <<set $stress to 0>> <</if>>
/*---------lust------------*/
<<if $lust lte -1>> <<set $lust to 0>> <</if>>
<<if $lust gte 100 and $currentday lte $maximumdays>> <<set $lust -=50>><<goto "Masturbate">> <</if>>
/*---------endofdays------------*/
<<set $maximumdays to $maxdayscalc*$clickedderp>>
<<if $duemilaventi eq 1>>
<<if $currentday > $maximumdays and $enddays is 0>> <<set $enddays to 1>> <<goto "Endofdays">> <</if>><</if>>
/*---------capstats------------*/
<<if $sexexp gte 100.01>> <<set $sexexp to 100>> <</if>>
<<if $sexcontrol gte 100.01>> <<set $sexcontrol to 100>> <</if>>
<<if $confidence gte 100.01>> <<set $confidence to 100>> <</if>>
<</nobr>><<nobr>>$infotext
<<set $infotext to [""]>>
<<set $charstats = true>>
<<set $girlsstats = true>>
<<set $enddays to 0>>
<<set $physattr to ((($strength+$stamina)/2).toFixed(2))>>
<<set $hints = true>><</nobr>>
[img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'actroom.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]
<<updatebar>>
<<nobr>>
This is your room, where you can sleep or use your laptop to do a few other things.<br>
<br>
<<set $faceimg = "images/mc/face" + $faceselect + ".png">>
/* ------Natasha EVENT TRIGGER-----*/
<<set $natashamoneytrigger to 3+$natashafirstbribeday>>
<<if $currenthour gte 10 and $currenthour lte 21>>
<<if $natashaprogress eq 2 and $natashamoneytrigger lte $currentday>>
<<link "You hear someone knocking at your door" "natashawantsmore">><!--[[natashawantsmore]]--><</link>><br>
<</if>>
<</if>>
<<button "Open your laptop" "Laptop">>
<</button>>
<<button "Relax 1 hour" "Room">>
<<addhours 1>>
<<set $energy +=2>>
<<set $stress -=1>>
<<set $infotext to ["You relaxed a bit and regenerated 2 energy and lost 1 stress. 1 hour has passed"]>>
<<updatebar>>
<</button>> <<button "Relax 2 hours" "Room">>
<<addhours 2>>
<<set $stress -=2>>
<<set $energy +=4>>
<<set $infotext to ["You relaxed a bit and regenerated 4 energy and lost 2 stress, 2 hours have passed"]>>
<<updatebar>>
<</button>> <<button "Sleep" "Sleep">><!--[[Sleep]]--> <</button>>
<<set _imageSource to "images/mc/face" + $faceselect + ".png">>
<</nobr>>
<<set $faceimg = "images/mc/face" + $faceselect + ".png">>/* creating characters and associating them with images (goes in StoryInit) */
<<set _imageSource to "images/mc/face" + $faceselect + ".png">>
<<character 'you' _imageSource>>
<<character 'riley' 'images/riley/face.png'>>
<<character 'natasha' 'images/natasha/face.png'>>
<<character 'carol' 'images/carol/face.png'>>
<<character 'melanie' 'images/melanie/face.png'>>
<<character 'tyler' 'images/melanie/tyler.png'>>
<<character 'susan' 'images/susan/face.png'>>
<<character 'susan2' 'Susan' 'images/susan/face2.png'>>
<<character 'rose' 'images/rose/face.png'>>
<<character 'katrina' 'images/katrina/face.png'>>
h1 {
font-size: 10px;
}
<<if $money is undefined>><<set $money = 100>><</if>>
<<set
$gameDate to new Date("2023-01-01T08:00Z");
>>
<<widget "updatebar">><<silently>>
<<replace "#story-banner">><<display "StoryBanner">><</replace>>
<<replace "#story-caption">><<display "StoryCaption">><</replace>>
<</silently>><</widget>>
/*
Date & Time Widget Setup
*/
<<set
/* This must be set to whatever the initial game date/time should be. */
$gameDate to new Date("2015-03-17T03:24Z"); /* Must use UTC time. */
>>
<<set
window.GameDays to [
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
];
window.GameMonths to [
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
];
>>
/*
---------------------CLOCK ENGINE--------------------
---------------------CLOCK ENGINE--------------------
---------------------CLOCK ENGINE--------------------
*/
/*
Date & Time Advancement Widget Definitions
*/
/* Adds the specified number of minutes. */
<<widget "addmins">>\
<<run $gameDate.setUTCMinutes($gameDate.getUTCMinutes() + $args[0])>>\
<</widget>>
/* Adds the specified number of hours. */
<<widget "addhours">>\
<<run $gameDate.setUTCHours($gameDate.getUTCHours() + $args[0])>>\
<</widget>>
/* Adds the specified number of days. */
<<widget "adddays">>\
<<run $gameDate.setUTCHours($gameDate.getUTCHours() + $args[0] * 24)>>\
<</widget>>
/*
Date & Time Printing Widget Definitions
*/
/* Prints the current date ("{weekday} {month} {day}, {year}"). */
<<widget "date">>\
<<print String.format("{0} {1} {2}, {3}",
GameDays[$gameDate.getDay()],
GameMonths[$gameDate.getMonth()],
$gameDate.getDate(),
$gameDate.getFullYear()
)>>\
<</widget>>
/* Prints the current time (12H). */
<<widget "time12h">>\
<<if $gameDate.getUTCHours() eq 0>>\
12\
<<elseif $gameDate.getUTCHours() gt 12>>\
<<print $gameDate.getUTCHours() - 12>>\
<<else>>\
<<print $gameDate.getUTCHours()>>\
<</if>>:\
<<if $gameDate.getUTCMinutes() lt 10>>0<</if>><<print $gameDate.getUTCMinutes()>> \
<<if $gameDate.getUTCHours() gte 12>>PM<<else>>AM<</if>>\
<</widget>>
/* Prints the current time (24H). */
<<widget "time24h">>\
<<if $gameDate.getUTCHours() lt 10>>0<</if>><<print $gameDate.getUTCHours()>>:\
<<if $gameDate.getUTCMinutes() lt 10>>0<</if>><<print $gameDate.getUTCMinutes()>>\
<</widget>>
/* Prints the current date and time (12H). */
<<widget "datetime">><<date>> <<time12h>><</widget>>/*
Date & Time Widget Setup
*/
<<set
/* This must be set to whatever the initial game date/time should be. */
$gameDate to new Date("2015-03-17T03:24Z"); /* Must use UTC time. */
>>
<<set
window.GameDays to [
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
];
window.GameMonths to [
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
];
>>
/*
Date & Time Advancement Widget Definitions
*/
/* Adds the specified number of minutes. */
<<widget "addmins">>\
<<run $gameDate.setUTCMinutes($gameDate.getUTCMinutes() + $args[0])>>\
<</widget>>
/* Adds the specified number of hours. */
<<widget "addhours">>\
<<run $gameDate.setUTCHours($gameDate.getUTCHours() + $args[0])>>\
<</widget>>
/* Adds the specified number of days. */
<<widget "adddays">>\
<<run $gameDate.setUTCHours($gameDate.getUTCHours() + $args[0] * 24)>>\
<</widget>>
/*
Date & Time Printing Widget Definitions
*/
/* Prints the current date ("{weekday} {month} {day}, {year}"). */
<<widget "date">>\
<<print String.format("{0} {1} {2}, {3}",
GameDays[$gameDate.getDay()],
GameMonths[$gameDate.getMonth()],
$gameDate.getDate(),
$gameDate.getFullYear()
)>>\
<</widget>>
/* Prints the current time (12H). */
<<widget "time12h">>\
<<if $gameDate.getUTCHours() eq 0>>\
12\
<<elseif $gameDate.getUTCHours() gt 12>>\
<<print $gameDate.getUTCHours() - 12>>\
<<else>>\
<<print $gameDate.getUTCHours()>>\
<</if>>:\
<<if $gameDate.getUTCMinutes() lt 10>>0<</if>><<print $gameDate.getUTCMinutes()>> \
<<if $gameDate.getUTCHours() gte 12>>PM<<else>>AM<</if>>\
<</widget>>
/* Prints the current time (24H). */
<<widget "time24h">>\
<<if $gameDate.getUTCHours() lt 10>>0<</if>><<print $gameDate.getUTCHours()>>:\
<<if $gameDate.getUTCMinutes() lt 10>>0<</if>><<print $gameDate.getUTCMinutes()>>\
<</widget>>
/* Prints the current date and time (12H). */
<<widget "datetime">><<date>> <<time12h>><</widget>><<widget "updatebar">><<silently>>
<<replace "#story-caption">><<display "StoryCaption">><</replace>>
<</silently>><</widget>>The year is 2039.
Sci-fi adventure?... No, not really.
Sure, there has been some technological progress, but not nearly as much as we could have hoped 20 years ago.
Nothing that really changed your life.
You are 34 years old.
Your life sucks, it always kinda sucked, but never so much.
You still live with your parents.
You are extremely fat.
A few years ago you tried to participate in "my 720lbs life" , a tv show that is a sequel to a very popular similar tv show of the past, and became very popular in 2033, but you were missing 30lbs to be admitted.
You tried to gain them, but only managed to end up in the hospital.
You eat and play games on your phone all day, you used to play on a console, but you are often too lazy to even get up from the bed.
And... yep, you are still a virgin. You never really leave your house anymore, so it will be hard to change that.
If only you could go back in time, you would change everything. that's what you told yourself for the last 15 years.
<<set $showmenu to 1>>
<<link "But one day...." "Intro2">><</link>> <!--[[Intro2]]--> You are wasting time on your phone as always, when you receive an odd message.
<<say 'Message'>>Regarding your old application to "my 720lbs life" , we have a proposal that might interest you, please contact us to the following number:<</say>>
followed by a local phone number.
This kinda look like a spam message, but you made your application several years ago, how can they know this? You have seen several scams attempt in your life, but they never included a local phone number. You conclude something doesn't add up, so you decide to try and give them a call.
A polite and well mannered womans answers, they invite you for an appointment, they don't want to divulge too much information over the phone, but they make the bold statement that it's something that will change your life forever.
<<link "Well, what's there for me to lose at this point of my life? Fuck it! Let's go" "Intro3">><</link>><!--[[Intro3]]-->
<<link "Nah, this sounds risky, I better get back at playing on my phone." "Introend">><</link>><!--[[Introend]]-->
The next day, you go to the appointment.
The place looks like a research lab.
[img[setup.ImagePath+'researchlab.png'][Outside]]
After a brief introduction, they hand you a stack of papers, insisting you sign a series of non-disclosure agreements before divulging the proposal details.
That's odd, but you don't see the harm in that, and you are really curious at this point, so you do it.
They are nice and talk to you for a long time.
To sum it up, it's a proposal aimed at desperate human beings, and it's barely legal.
It's kind of long-term weight loss program, but with an extra feature.
The concept is to hook you up to a machine that provides you with very limited nutrition, while your brain is tied to an incredibly realistic simulation, they use the word "Matrix" as an example for the concept, it's an old movie, but luckily enough, you have seen it, and you get the reference.
You are pretty skeptical about the whole thing being even possible, but you're also kind of curious and intrigued.
For the simulation, you will have to choose a moment in your life that you want to go back to, And you will resume living from that moment.
About the moment, you have no doubts.
2023! The year that you tried going to college, the year that everything started going to shit.
The biggest wasted opportunity of your life, You only stayed there a couple of months before quitting. That school was full of cute girls, including your step-cousin Natasha.
You counted on her to help you socialize and hook up with the other girls.
She did just the opposite, she just saw you as a fat loser, and she didn't want to get associated with you, so she just shunned and occasionally bullied you.
That felt like shit, you eventually got so depressed that you started overeating even more, to the point that you eventually had to go back home to live with your parents because you were unable to function, but the trauma never went away, and made you spiral down to what you actually are today.
2023 is the point of life that you always dreamed to go back to, you always wanted a second chance, and well, if it's only a simulation, a game, after all, you will be sure to do things better, and to make that bitch pay.
They explain to you that the simulation will last only a couple of weeks on the first run, but that if you collect enough data for the AI, they will be able to improve it.
The prospect of an evolving simulation picks at your gamer mind, leaving you to wonder about the endless possibilities that lay ahead.
<<link "You sign even more papers, and agree to the proposal right away" "Intro4">><</link>><!--[[Intro4]]-->
<<link "Is it risky? I want to know EXACTLY how it works before I accept!" "Introexp">><</link>><!--[[Introexp]]-->
<<link "You have second thoughts, phone games are much better now than they were in 2023." "Introend">><</link>><!--[[Introend]]-->
You unlocked the "Gaming commitment" Achievement.
Sadly, achievements aren't really in the game yet.
You live 4 more questionable years of life, enjoy food and games.
You die from a stroke at the age of 38
R.I.P $name $surname
2005 - 2043
Actually, this wasn't really a choice, sorry, you can click on the back arrow or restart the game.They proceed to scan your brain for several hours and, after they are done, they ask you to come back in a week.
Even with very advanced technology, recreating a whole town is no simple task.
They will use an incredibly sophisticated A.I. to generate the world you will live in,
Using a combination of your memories and historical archives, security footage, photos, videos and every kind of available data.
They also inform you that only that town will be generated, and you won't be able to leave it, but you will also somehow never really feel the need or want to.
When you finally come back, a week later, they bring you in a secluded and sterile room, where they anesthetize you and link to a bunch of wires.
Your mind enters the simulation, and you cannot believe how good it looks.
It doesn't look or feel like a simulation at all.
You are back in 2023, in your college room, and everything is exactly as you remember it to be.
You only have a faint memory of being in a simulation for a few minutes, then you already feel like your past life has only been a faint and barely recollectable nightmare.
You do remember, though, that this is your second chance, and you cannot waste it. A small portion of your experience in your past life gets carried over, even if you are inexperienced in many things, you are definitvely better in others than a regular 18yrs old boy, And you plan to take full advantage of that.
What are you so good at in real life, that it will partially get carried over to the simulation?
> <label><<radiobutton "$creationbonus" "1">> You are a very funny guy (+12 charisma) </label>
> <label><<radiobutton "$creationbonus" "2">> You know a lot of stuff (+20 culture)</label>
> <label><<radiobutton "$creationbonus" "3">> You are a skilled developer (+15 coding skill +7 intelligence)</label>
> <label><<radiobutton "$creationbonus" "4">> You are kind of an asshole and you never take shit from anyone. (+15 confidence)</label>
<center><<button "Confirm" "Intro5">><
<</button>></center><!--[[Intro5]]-->
Your curiosity prompts you to ask more questions about the process, and they go explaining specific details, even if with a bit of reluctance.
Once you're immersed in this new reality, the present will fade from your consciousness. You'll be connected to a system that ensures your body receives the essential nutrients while keeping your muscles active through electrical stimulation. Strangely, you won't feel any of these physical sensations because the machine that you are attached will filter out all the signals from the real world, replacing them with the ones from the simulation.
The simulated experience will be astonishingly realistic, erasing the lines between what's genuine and what's not. You will also slowly forget that the present reality even exists. Every action, every interaction, will contribute to the artificial intelligence's learning. The more diverse your activities and the more people you interact with, the more the simulation will improve.
After the initial two weeks, they will evaluate your progress. Depending on your experiences, they'll refine the simulation, introducing more options and extending the duration of the experience.
Incredibly, this opportunity comes at no financial cost to you. You'll essentially be a test subject in this innovative experiment, required only to sign a series of release forms.
<<link "Back" "Intro3">><</link>><!--[[Intro3]]-->
Object Name: SugarCube.State.active.variablesYou have slept 7 hours and regenerated all your energy.
<<nobr>>
<<set $carolreward to 0>>
<<set $dailynatasha to 0>>
<<set $dailysusan to 0>>
<<set $dailymelanie to 0>>
<<set $stalkeddaily to 0>>
<<set $atedinner to 0>>
<<set $maxenergy to Number ((25+$stamina).toFixed(0))>>
<<addhours 7>>
<<set $energy to $maxenergy>>
/*----------day 2 text---------*/
<<if $currentday eq 2>>
<<if $day2text is undefined>>
<<set $day2text to 1>>
The first day of your adventure is over, it didn't go so bad, Susan seem like a nice girl, you don't have any previous memory of her, maybe the simulation completely took over by now?<br>
Thinking about it, though, you have the strange memory of having this popular girl proposing you the school tour, but you just didn't feel like seeing anybody that day, so you just told her that it wasn't necessary.<br>
<</if>>
<</if>><br>
/*--------------------------------*/
/*---------susan--------*/
<<if $susantransform is 1>>
<<set $susantransform to 2>>
<</if>>
/*------------------------*/
<<button "Wake Up" "Room">><!--[[Room]]--><</button>>
<</nobr>>
<<nobr>>
<<if $creationbonus eq 1>><<set $charisma +=12>><</if>>
<<if $creationbonus eq 2>><<set $culture +=20>><</if>>
<<if $creationbonus eq 3>><<set $coding +=15>><<set $intelligence +=7>><</if>>
<<if $creationbonus eq 4>><<set $confidence +=15>><</if>>
<<set$gameDate to new Date("2023-09-03T08:00Z"); >>
<<set $duemilaventi to 1>>
<<set $susantransform to 0>>
<<set $susanfirstfucked to 0>>
<<set $natashaprogress to 0>>
<<set $creationbonus to 0>>
<<set $rosefirsttalk to 0>>
<<set $maximumdays to ($maxdayscalc * $clickedderp)>>
<</nobr>>You have $maximumdays days to live in this reality, spend them well, the more things you achieve, the better the next simulation will be!
<<link "To your room!" "day1">><!--[[day1]]--><</link>> $infotext
<<set $infotext to [""]>>
[img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'acthallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]
<<if $hallwaysstory is undefined>>
You look around and you get an odd feeling, this place carries a lot of bad memories with it, they are a bit hazy right now, but you can certainly feel the discomfort getting back to you.
There are a bunch of doors close to yours that belong to other guys,
Girl rooms are on the upper floor, the stairs are near the end of the hallways, pretty close to where your room is.
You remember that your cousin's room, Natasha, is also close to the stairs, just in the upper floor.
You could try and visit her if you want, but you certainly feel like it's a bad idea.<br>
Not too far from there, there's also Susan's room, you know that cause she showed you herself.<br>
<<set $hallwaysstory to 1>> <</if>><<nobr>>
<<if $dailynatasha is undefined>> <<set $dailynatasha to 0>><</if>>
<<if $dailynatasha is 0>>
<<if $currenthour gte 8 and $currenthour lte 22 and $natashajealous eq 0 or $currenthour gte 8 and $currenthour lte 20 and $natashajealous eq 1>>
<<button "Natasha's Room" "natasharoom">><!--[[natasharoom]]-->
<<addmins 3>><</button>>
<</if>>
<<if $currenthour gte 21 and $currenthour lte 23 and $natashajealous eq 1>>
<<button "Natasha's Room" "carnatroom">><!--[[carnatroom]]-->
<<addmins 7>><</button>>
<</if>>
<<if $currenthour eq 23 and $natashajealous eq 0 or $currenthour eq 24 or $currenthour lte 7>>
Natasha is sleeping<br>
<</if>>
<<else>> You already visited Natasha today<br>
<</if>>
<<if $dailysusan is 0>>
<<if $currenthour gte 7 and $currenthour lte 22>>
<<button "Susan's Room" "susanroom">><!--[[susanroom]]-->
<<addmins 3>>
<</button>>
<<else>>Susan is sleeping<br>
<</if>>
<<else>> You already spent time with Susan today<br>
<</if>>
<<if $stalkedmelanie is 1>>
<<if $dailymelanie is 0>>
<<if $currenthour gte 8 and $currenthour lte 22>>
<<button "Melanie's Room" "melanieroom">><!--[[melanieroom]]-->
<<addmins 3>>
<</button>>
<<else>>Melanie is sleeping<br>
<</if>>
<<else>> You already visited Melanie today<br>
<</if>>
<</if>>
<<if $carolnumber is true>>
<<if $carolreward is 0>>
<<if $currenthour gte 8 and $currenthour lte 22>>
<<button "Meet with Carol" "carolmeet">><!--[[carolmeet]]-->
<</button>>
<<else>>Carol is sleeping<br>
<</if>>
<<else>> You already helped carol today<br>
<</if>>
<</if>>
<<if $currenthour gte 8 and $currenthour lte 22>>
<<button "Library" "Library">><!--[[Library]]-->
<<addmins 3>>
<</button>>
<<else>>The library is closed<br>
<</if>>
<</nobr>><<nobr>>
<<if $atedinner is undefined>><<set $atedinner to 0>><</if>>
<<if $firstcafeteria is undefined>><<set $firstcafeteria to 0>><</if>>
<<if $firstcafeteria lte 2>>
<<set $firstcafeteria +=1>>
<<set $infotext to ["(This message will only be shown a couple times).<br>This is the cafeteria, here you will be able to eat and trigger some events.<br> All meals are ''free'' because you are paying for them with a dedicated card that is being paid by your parents. <br>Please note that you are not required to manually eat every day, and if you don't, it will just be assumed that you quickly ate something in the spare time."]>>
<</if>>
<</nobr>>$infotext
<<set $infotext to [""]>>
[img[setup.ImagePath+'actcafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]<<nobr>>
<br>
<<set $currentmeal to ["closed"]>>
<<if $currenthour gte 7 and $currenthour lte 10>> <<set $currentmeal to "breakfast">> <</if>>
<<if $currenthour gte 11 and $currenthour lte 15>> <<set $currentmeal to "lunch">> <</if>>
<<if $currenthour gte 17 and $currenthour lte 21>> <<set $currentmeal to "dinner">> <</if>>
<<if ["breakfast", "lunch", "dinner"].includes($currentmeal)>>
In the cafeteria $currentmeal is currently being served.<br>
<<else>>
The cafeteria is $currentmeal at this hour.<br> <</if>>
<<if $currentmeal eq ["dinner"]>>
There is a cute, middle aged blonde woman serving dinner at the counter.<br>
<<if $atedinner eq 0>>
<<link "Pick something to eat for dinner" "roseeat">><<set $atedinner to 1>><</link>><!--[[roseeat]]-->
<br>
<<else>>You already had dinner today<br>
<</if>>
[img[setup.ImagePath+'/rose/waiter1.png']]<br>
<</if>>
<</nobr>><<nobr>><<if $infotextdouble is undefined>> <<set $infotextdouble to [""]>><</if>>
$infotextdouble<br>
$infotext
<<set $infotext to [""]>>
<<set $infotextdouble to [""]>>
<</nobr>>
[img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'actclassrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]
<<nobr>>
<<if $currenthour gte 8 and $currenthour lte 12 and !["Sat", "Sun"].includes($currentweekday)>>
/*--------------------IF OPEN-------------------*/
<<link "Attend a general culture lesson, and listen carefully" "Classrooms">>
<<set $intgain to Number(((101- $intelligence) /100).toFixed(2))>>
<<set $culgain to Number(((101- $culture) /100).toFixed(2))>>
<<set $intgainclass to Number ((1*$intgain).toFixed(2))>>
<<set $culgainclass to Number ((3*$culgain).toFixed(2))>>
<<if $doublelesson is 1>>
<<set $doublelesson to 0>>
<<set $intgainclass to $intgainclass*2>>
<<set $culgainclass to $culgainclass*2>>
<<set $infotextdouble to ["Thanks to your preparation and study in the library, this lesson will provide double gains. "]>>
<</if>>
<<if $energy gte 10>>
<<set $energy to $energy-=10>>
<<addhours 3>>
<<set $stress+=5>>
<<set $intelligence to $intelligence+ $intgainclass>>
<<set $culture to $culture+ $culgainclass>>
<<set $intelligence to Number ($intelligence.toFixed(2))>>
<<set $culture to Number ($culture.toFixed(2))>>
<<set $infotext to ["The lesson lasts 3 hours, you gain $culgainclass Culture and $intgainclass Intelligence, your social skills don't improve.<br> Your stress increased by 5 points"]>>
<<updatebar>>
<<else>> <<set $infotext to ["You are too tired, you need at least 10 energy to attend a lesson"]>>
<</if>>
<</link>>
<br>
<<link "Attend a mathematics lesson, and listen carefully" "Classrooms">>
<<set $intgain to Number(((101- $intelligence) /100).toFixed(2))>>
<<set $culgain to Number(((101- $culture) /100).toFixed(2))>>
<<set $intgainclass to Number ((2.2*$intgain).toFixed(2))>>
<<set $culgainclass to Number ((0.7*$culgain).toFixed(2))>>
<<if $doublelesson is 1>>
<<set $doublelesson to 0>>
<<set $intgainclass to $intgainclass*2>>
<<set $culgainclass to $culgainclass*2>>
<<set $infotextdouble to ["Thanks to your preparation and study in the library, this lesson will provide double gains. "]>>
<</if>>
<<if $energy gte 10>>
<<set $energy to $energy-=10>>
<<addhours 3>>
<<set $stress+=5>>
<<set $intelligence to $intelligence+ $intgainclass>>
<<set $culture to $culture+ $culgainclass>>
<<set $intelligence to Number ($intelligence.toFixed(2))>>
<<set $culture to Number ($culture.toFixed(2))>>
<<set $infotext to ["The lesson lasts 3 hours, you gain $culgainclass Culture and $intgainclass Intelligence, your social skills don't improve. <br>Your stress increased by 5 points"]>>
<<updatebar>>
<<else>> <<set $infotext to ["You are too tired, you need at least 10 energy to attend a lesson"]>>
<</if>>
<</link>>
<br>
<<link "Join whatever lesson has the most girls attending, and try to socialize with the other sex" "Classrooms">>
<<set $chagain to Number(((101- $charisma) /100).toFixed(2))>>
<<set $culgain to Number(((101- $culture) /100).toFixed(2))>>
<<set $chagainclass to Number ((2*$chagain).toFixed(2))>>
<<set $culgainclass to Number ((0.2*$culgain).toFixed(2))>>
<<if $energy gte 10>>
<<set $energy to $energy-=10>>
<<addhours 3>>
<<set $stress-=1>>
<<set $confidence +=1>>
<<set $charisma to $charisma+ $chagainclass>>
<<set $culture to $culture+ $culgainclass>>
<<set $charisma to Number ($charisma.toFixed(2))>>
<<set $sculture to Number ($culture.toFixed(2))>>
<<set $infotext to ["The lesson lasts 3 hours, you spend most of the time trying to talk to girls and paying very little attention to the lesson, you don't meet anyone new, but you gain 1 Confidence, $chagainclass Charisma and $culgainclass Culture, <br>Your stress decreased by 1 point"]>>
<<updatebar>>
<<else>> <<set $infotext to ["You are too tired, you need at least 10 energy to attend a lesson"]>>
<</if>>
<</link>>
/*--------------------IF CLOSED-------------------*/
<<else>>
Lessons are held every day from Monday to Friday from 8:00 to 12:00, come back in this timeframe!
<</if>>
<</nobr>>
$infotext
<<set $infotext to [""]>>
[img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'actpoolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]
The gym and the pool are close to eachother in the east section of your school, here you can swim or work out, both activities require 2 hours and will drain a lot of energy.
<<button "Work out" "Poolgym">>
<<set $strgain to Number(((101- $strength) /100).toFixed(2))>>
<<set $stagain to Number(((101- $stamina) /100).toFixed(2))>>
<<set $strgainworkhome to Number ((1.5*$strgain).toFixed(2))>>
<<set $stagainworkhome to Number ((0.5*$stagain).toFixed(2))>>
<<if $energy gte 15>>
<<set $energy to $energy-=15>>
<<addhours 2>>
<<set $strength to $strength+ $strgainworkhome>>
<<set $stamina to $stamina+ $stagainworkhome>>
<<set $strength to Number ($strength.toFixed(2))>>
<<set $stamina to Number ($stamina.toFixed(2))>>
<<set $infotext to ["You work out for two hours, focusing on muscles, you have gained $strgainworkhome Strength and $stagainworkhome Stamina"]>>
<<updatebar>>
<<else>> <<set $infotext to ["You are too tired, you need at least 15 energy to work out"]>>
<</if>>
<</button>> <<button "Swim" "Poolgym">>
<<set $strgain to Number(((101- $strength) /100).toFixed(2))>>
<<set $stagain to Number(((101- $stamina) /100).toFixed(2))>>
<<set $strgainworkhome to Number ((0.5*$strgain).toFixed(2))>>
<<set $stagainworkhome to Number ((1.5*$stagain).toFixed(2))>>
<<if $energy gte 12>>
<<set $energy to $energy-=12>>
<<addhours 2>>
<<set $strength to $strength+ $strgainworkhome>>
<<set $stamina to $stamina+ $stagainworkhome>>
<<set $strength to Number ($strength.toFixed(2))>>
<<set $stamina to Number ($stamina.toFixed(2))>>
<<set $infotext to ["You swim for two hours, you can feel the fatigue building up. you gained $strgainworkhome Strength and $stagainworkhome Stamina"]>>
<<updatebar>>
<<else>> <<set $infotext to ["You are too tired, you need at least 12 energy to swim"]>>
<</if>>
<</button>>This is the dev-debug room, you are not supposed to be here unless you are cheating , those hardcoded cheats are used for testing and are probably going to mess up the game if used mindlessly, don't go into negative dates, try to not bring value over 100, and make a backup save before trying them out.
<<button "Wait 1 day" "Debugroom">>
<<adddays 1>>
<<updatebar>>
<</button>> <<button "Wait 7 days" "Debugroom">>
<<adddays 7>>
<<updatebar>>
<</button>> <<button "Wait 30 days" "Debugroom">>
<<adddays 30>>
<<updatebar>>
<</button>>
<<button "add 100 money" "Debugroom">>
<<set $money+=100>>
<<updatebar>>
<</button>> <<button "burn 20 money" "Debugroom">>
<<set $money-=20>>
<<updatebar>>
<</button>>
<<button "go back 10 days" "Debugroom">>
<<adddays -10>>
<<updatebar>>
<</button>>
<<button "burn 3 energy" "Debugroom">>
<<set $energy-=3>>
<<updatebar>>
<</button>> <<button "burn 20 energy" "Debugroom">>
<<set $energy-=20>>
<<updatebar>>
<</button>>
<<button "add 10 lust" "Debugroom">>
<<set $lust+=10>>
<<updatebar>>
<</button>>
<<button "add 3 int" "Debugroom">>
<<set $intelligence+=3>>
<<updatebar>><</button>><<button "add 30 int" "Debugroom">>
<<set $intelligence+=30>>
<<updatebar>><</button>><<button "remove 3 int" "Debugroom">>
<<set $intelligence-=3>>
<<updatebar>>
<</button>> $intelligence
<<button "add 3 cult" "Debugroom">>
<<set $culture+=3>>
<<updatebar>>
<</button>><<button "add 30 cult" "Debugroom">>
<<set $culture+=30>>
<<updatebar>>
<</button>> $culture
<<button "add 3 confidence" "Debugroom">>
<<set $confidence+=3>>
<<updatebar>>
<</button>>
<<button "add 3 charisma" "Debugroom">>
<<set $charisma+=3>>
<<updatebar>>
<</button>>
<<button "add 5 stamina" "Debugroom">>
<<set $stamina+=5>>
<<updatebar>>
<</button>> $stamina
<<button "add 3 sexcontrol" "Debugroom">>
<<set $sexcontrol+=3>>
<<updatebar>>
<</button>> $sexcontrol
<<button "remove 3 sexcontrol" "Debugroom">>
<<set $sexcontrol-=3>>
<<updatebar>>
<</button>> $sexcontrol
<<button "add 3 sexexp" "Debugroom">>
<<set $sexexp+=3>>
<<updatebar>>
<</button>> $sexexp
<<button "remove 3 sexexp" "Debugroom">>
<<set $sexexp-=3>>
<<updatebar>>
<</button>> $sexexp
Don't click here, debugging feature <<link "force restart" "">><<set $heavycheats to 0>><<set $enddays to 1>> <<goto "Endofdays">> <</link>>
<br><br>
<<button "back to room" "Room">><!--[[Room]]--><</button>>
You are out of energy. you almost pass out but somehow make it to get to your bed in your room and collapse on it..
You sleep 10 hours straight and regenerate all your energy.
<<nobr>>
<<set $energy to 1>>
<<set $carolreward to 0>>
<<set $dailynatasha to 0>>
<<set $dailysusan to 0>>
<<set $dailymelanie to 0>>
<<set $stalkeddaily to 0>>
<<set $atedinner to 0>>
<<set $maxenergy to Number ((25+$stamina).toFixed(0))>>
<<set $energy to $maxenergy>>
<<button "Wake Up" "Room">><<addhours 10>><!--[[Room]]--><</button>>
/*----------day 2 text---------*/
<<if $currentday eq 2>>
<<if $day2text is undefined>>
<<set $day2text to 1>>
The first day of your adventure is over, it didn't go so bad, Susan seem like a nice girl, you don't have any previous memory of her, maybe the simulation completely took over by now?<br>
Thinking about it, though, you have the strange memory of having this popular girl offering you the school tour, but you just didn't feel like seeing anybody that day, so you just told her that it wasn't necessary.<br>
<</if>>
<</if>><br>
/*--------------------------------*/
<</nobr>>
<<nobr>>
<<if $natashalove is undefined>> <<set $natashalove to 0>> <</if>>
<<if $natashaattraction is undefined>> <<set $natashaattraction to 0>> <</if>>
<<if $carollove is undefined>> <<set $carollove to 0>> <</if>>
<<if $natashajealous is undefined>> <<set $natashajealous to 0>> <</if>>
<<if $natashajealous is 0 and $carolfucked gte 1>>
<<goto "natashajealous">><</if>>
<<if $natashaprogress is 101>>
[img[setup.ImagePath+'natasha/doorstand1.png']]<br><br>
<<natasha>>What the fuck are you doing here? last time you treated me like shit, fuck off<</natasha>><br>
<<linkreplace "No, you fuck off">><br>
<<if $dailynatasha is 0>>
<<natasha>>Why did you even waste your time to come this way? Get the fuck out of here<</natasha>><br>
<b>Natasha's love for you decreased by 2<br>
Your confidence increased by 2<br></b>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<set $natashalove-=2>>
<<set $confidence+=2>>
<<set $dailynatasha to 1>>
<</if>>
<</linkreplace>>
<br>
<<linkreplace "I came here to apologize">><br>
<<if $dailynatasha is 0>>
<<natasha>>Really? and you think that's enough?<</natasha>><br>
<<say "You" $faceimg>>What if I buy you lunch?<</say>><br>
<<if $natashaattraction lte 59.99>>
<b>(attraction check failed)</b><br><br>
<<natasha>>Nah, that's not enough anymore, I also want 30$ now<</natasha>><br>
<<if $money gte 30>>
<<linkreplace "Give her 30$">><br>
<<if $dailynatasha eq 0>>
You aren't sure that this was the best course of action, but you set things right with her, at the cost of your reputation, you hope nobody hears about this<br>
<b>
Your popularity decreased by 2<br>
Natasha's love for you increased by 4<br>
Your confidence decreased by 4 <br>
You lost 30$ <br>
You can now buy lunch for Natasha in her room<br>
</b>
<<set $popularity -=2>>
<<set $natashaprogress to 3>>
<<set $natashalove+=4>>
<<set $confidence-=4>>
<<set $dailynatasha to 1>>
<<set $money -=30>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<</linkreplace>>
Or you can select the option above<br>
You can also do nothing and <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<else>>
You realize you don't have 30$... you can <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
or you can tell her:
<<linkreplace "To go fuck herself">><br>
<<if $dailynatasha is 0>>
<<say "You" $faceimg>>No, you can go fuck yourself<</say>><br>
<<natasha>>Why did you even waste your time to come this way? Get the fuck out of here<</natasha>><br>
<b>Natasha's love for you decreased by 2<br>
Your confidence increased by 2<br></b>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<set $natashalove-=2>>
<<set $confidence+=2>>
<<set $dailynatasha to 1>>
<</if>>
<</linkreplace>>
<</if>>
<</if>>
<<if $natashaattraction gte 60>>
<b>(attraction check passed)</b><br>
<<natasha>>That's better, I'll forgive you in that case<</natasha>><br>
<<say "You" $faceimg>>I forgot my wallet though, can I go to fetch it?<</say>><br>
<<natasha>>Ok, I'll wait here<</natasha>><br>
<<set $natashaprogress to 3>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<</if>>
<</linkreplace>>
<</if>>
<<if $natashaprogress is 1 or $natashaprogress is 2 >>
[img[setup.ImagePath+'/natasha/doorstand1.png']]<br>
<<natasha>>We aren't interested, thank you *slams the door*<</natasha>><br>
<<addmins 5>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]-->
<</if>><</nobr>><<nobr>>
<<if $intelligence gte 12 and $money gte 10 and $natashaprogress is 1>> <br>
<<linkreplace "(12int - 10$) Come up with a way to bribe Natasha to leave">>
<<say "You" $faceimg>>Wait! I just wanted to buy you something to eat<</say>><br>
<<natasha>>Are you insane? I can't be seen in public with someone like you<</natasha>><br>
<<say "You" $faceimg>>t's really just a gift, you can go alone, I'll just give you the money<</say>><br>
<<natasha>>Hm... ok I guess? But do I have to go now?<</natasha>><br>
<<say "You" $faceimg>>Yeah, that's the deal<</say>><br>
<<natasha>>This doesn't make sense, but sure, thanks... You are wierder than I remember<</natasha>><br>
<b>Natasha's love for you increased by 1</b><br>
You spent 10$<br>
<<set $natashalove+=1>>
<<set $money-=10>>
<<updatebar>>
<<set $natashaprogress to 2>>
<<set $natashafirstbribeday to $currentday>><br>
She grabs the money and goes towards the Cafeteria<br>
You knock on the door again<br><br>
<<carol>>Ohh, I get it now, you wanted to talk with me?<</carol>><br>
<<say "You" $faceimg>>You seemed nicer than her the last time...<</say>><br>
<<carol>>I see, look, don't get any strange ideas, you are sweet and everything, but I feel like it's just not a good thing for me to be seen around with you either<</carol>><br>
<<say "You" $faceimg>>I understand, but I really just wanted to help you with homeworks, I recall that you needed some help with science?<</say>><br>
<<carol>>Maybe... I mean, do you expect something in return?<</carol>><br>
<<say "You" $faceimg>>No, no... I just your phone number, I don't want to give Natasha money every time I want to talk with you.<</say>><br>
<<carol>>That makes sense, we have a deal, but don't call me, just keep it to texting please<</carol>><br>
<b>Carol's love for you increased by 1<br>
You now have Carol's phone number</b>
<<set $carolnumber = true>>
<<set $dailynatasha to 1>>
<<set $carollove+=1>><br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]-->
<</linkreplace>>
<</if>>
<<if $intelligence lte 11 and $natashaprogress is 1>><br>
(You want to find a way to talk to Carol alone, if only you were more intelligent, maybe you could think of something.)
<</if>>
<<if $natashaprogress is 0 or $natashaprogress is undefined>>
You walk up the stairs, get close to the door, and hesitate for a bit, you lost most of your memories about Natasha, so you have odd, mixed feelings about knocking, you both know that there's nothing wrong visiting her and that it's a terrible idea.<br>
The first sensation takes over for a while, and you find yourself knocking.<br>
Twenty seconds later, she opens the door.<br>
[img[setup.ImagePath+'natasha/doorstand1.png']]<br><br>
<<natasha>>Oh... it's you. What the hell are you doing here?<</natasha>><br>
<<say "You" $faceimg>>I... <</say>><br>
<<carol>>Who is it??<</carol>><br>
<<natasha>>Don't worry, it's nobody, really<</natasha>><br>
<<carol>>What? how can it be nobody?<</carol>><br>
<<natasha>>(Silently) Just go away!<</natasha>><br>
<<carol>>Ohh, it's your cousin, hey $name!<</carol>><br>
<<natasha>>(Silently) Fuck...<</natasha>><br>
<<natasha>>We hardly know eachother, it's not even my real cousin, so... what do you want? <</natasha>><br>
<<say "You" $faceimg>> Ehm,.. nothing really, I just wanted to say hi (Fuck, this was a shit idea)<</say>><br>
<<carol>>Ahahahah, he's sweet though, is he like, good at science?<</carol>><br>
<<natasha>>Please don't come here again *slams the door*, <</natasha>><br>
<<say "You" $faceimg>> Yep, this was a shit idea, she's really a bitch<</say>><br>
<<set $natashaprogress to 1>>
<<set $dailynatasha to 1>>
<<addmins 8>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]-->
<</if>>
/*------------buylunch------------ */
<<if $natashaprogress eq 3 and $natashaattraction gte 200>>
Natasha sees you, and she instantly starts biting her upper lip.<br>
<<natasha>>Oh nice, I'm glad that you came to visit me again, come here<</natasha>><br>
<b>Natasha's love for you increased by 1</b><br>
<<set $natashalove+=1>>
<<set $dailynatasha to 1>>
<<updatebar>>
<<link "She grabs your hand and pulls you inside the room" "natashareward">><</link>>
<</if>>
<<if $natashaprogress is 3 and $natashaattraction lte 199.99>>
[img[setup.ImagePath+'natasha/doorstand2.png']]<br>
You walk in Natasha's room, you're surprised that she quickly lets you in, as soon as you enter, she rapidly closes the door behind you.
<<natasha>>Hey, found your wallet yet? Will you buy me something to eat?<</natasha>><br>
<<linkreplace "Sure, let's head to the cafeteria then">><br>
<<say "You" $faceimg>>Sure, let's head to the cafeteria<</say>><br>
<<natasha>>Come on, you should know by now that it's not how this works...<</natasha>><br>
<<linkreplace "It's either that or nothing">><br>
<<if $dailynatasha is 0>>
<<natasha>>Why did you even waste your time to come here? I won't be caught dead having lunch with you, asshole<</natasha>><br>
<b>Natasha's love for you decreased by 1<br>
Your confidence increased by 1<br></b>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<set $natashalove-=1>>
<<set $confidence+=1>>
<<set $dailynatasha to 1>>
<</if>>
<</linkreplace>>
<</linkreplace>><br>
<<linkreplace "So, how does this work? Do I just give you 10$ and leave?">><br>
<<say "You" $faceimg>>So, how does this work? Do I just give 10$ and I leave?"<</say>><br>
<<natasha>>That would be perfect, yes<</natasha>><br>
<br>
<<if $dailynatasha is 0 and $money gte 10>>
<<linkreplace "Sure, here you go, I care for you and I want you to be happy">><br>
<<if $dailynatasha is 0 and $money gte 10>>
<<say "You" $faceimg>>Sure, here you go, I care for you and I want you to be happy"<</say>><br>
<<natasha>>Thanks a lot $name, come back anytime!<</natasha>><br>
<b>Natasha's love for you increased by 3<br>
Your confidence decreased by 1<br></b>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<set $natashalove+=3>>
<<set $confidence-=1>>
<<set $dailynatasha to 1>>
<<set $money-=10>>
<<updatebar>>
<</if>>
<</linkreplace>>
<<else>> You don't have 10$...<br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<<if $dailynatasha is 0 and $money gte 10>>
<br><<linkreplace "Here, take them, but I want something in return">><br>
<<if $dailynatasha is 0 and $money gte 10>>
<<say "You" $faceimg>>Here, take them, but I want something in return"<</say>><br>
<b>Natasha's love for you increased by 1</b>
<<set $natashalove+=1>>
<<set $dailynatasha to 1>>
<<set $money-=10>>
<<updatebar>><br>
<<link "She hesitates and stares at you for a while, then slowly grabs the money from your hands" "natashareward">>
<</link>>
<</if>>
<</linkreplace>>
<<else>> You don't have 10$...<br>
<</if>>
<</linkreplace>>
<</if>>
<</nobr>><<if $showmenu is 1>><<link "Character Stats">>
<<script>>
Dialog.setup("Character Stats");
Dialog.wiki(Story.get("Character Stats").processText());
Dialog.open();
<</script>>
<</link>><</if>>
<<if $showmenu is 1>><<link "Girls Stats">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>><</if>>
<<if $showmenu is 1>><<link "Cheats">>
<<script>>
Dialog.setup("Cheats");
Dialog.wiki(Story.get("Cheats").processText());
Dialog.open();
<</script>>
<</link>><</if>>
<<if $showmenu is 1>><<link "Hints to progress">>
<<script>>
Dialog.setup("Hints to progress");
Dialog.wiki(Story.get("Hints - Progress").processText());
Dialog.open();
<</script>>
<</link>><</if>>
<<link "Last available version">>
<<script>>
Dialog.setup("Last available version");
Dialog.wiki(Story.get("Lastupdate").processText());
Dialog.open();
<</script>>
<</link>>
<<if passage() is "xxxDebugroom">>[[creation]] <</if>>
<<nobr>>
<<if $popularity is undefined>> <<set $popularity to 0>><</if>>
<<if $coding is undefined>> <<set $coding to 0>><</if>>
<<if $confidence is undefined>> <<set $confidence to 10>><</if>>
<<if $virginity is undefined>> <<set $virginity to 1>><</if>>
/*strength*/
<<if $strength lte 12>> <<set $strtext to ["You look very weak and soft, your muscles are nonexistant"]>><</if>>
<<if $strength gte 13>> <<set $strtext to ["You look kinda weak, you have little muscles, but there are signs of improvement"]>><</if>>
<<if $strength gte 25>> <<set $strtext to ["Your muscles look average, nothing impressive or defined"]>><</if>>
<<if $strength gte 40>> <<set $strtext to ["You look pretty muscular, like someone who definitively hits the gym"]>><</if>>
<<if $strength gte 60>> <<set $strtext to ["Your muscles are impressive, you look strong and menacing"]>><</if>>
<<if $strength gte 80>> <<set $strtext to ["You are definitively ripped, big and defined, most guys will be scared of your look and probably envy you"]>><</if>>
<<if $strength gte 95>> <<set $strtext to ["You look like a professional bodybuilder, nobody sane of mind would try to mess with you phisically"]>><</if>>
/*stamina*/
<<if $stamina lte 12>> <<set $statext to ["You are very fat, obesity definitively doesn't look good"]>><</if>>
<<if $stamina gte 13>> <<set $statext to ["You are still fat, but at least you managed to lose some weight "]>><</if>>
<<if $stamina gte 25>> <<set $statext to ["You are slightly overweight, there's room for improvement, but it's not terrible"]>><</if>>
<<if $stamina gte 40>> <<set $statext to ["You look absolutely average, you are not overweight anymore"]>><</if>>
<<if $stamina gte 60>> <<set $statext to ["Your phisique is starting to look very good, you look like someone who runs regularly"]>><</if>>
<<if $stamina gte 80>> <<set $statext to ["You look incredibly fit, all your muscles are defined and there's not a trace of fat in your body"]>><</if>>
<<if $stamina gte 95>> <<set $statext to ["You look like someone from the olympics, your body is amazing and everyone at the school is envyous"]>><</if>>
/*Charisma*/
<<if $charisma lte 12>> <<set $chatext to ["You are very bad at talking, your jokes are terrible, you better keep your mouth closed"]>><</if>>
<<if $charisma gte 13>> <<set $chatext to ["You can barely sustain a normal conversation, you really should avoid flirting or making jokes "]>><</if>>
<<if $charisma gte 25>> <<set $chatext to ["Charisma isn't your strong suit, but you can say the right thing sometimes"]>><</if>>
<<if $charisma gte 40>> <<set $chatext to ["You can crack a good joke, and maybe even attempt flirting, you come across as average"]>><</if>>
<<if $charisma gte 60>> <<set $chatext to ["You are genuinely funny, you can make a girl laugh and flirting comes naturally to you"]>><</if>>
<<if $charisma gte 80>> <<set $chatext to ["Popular or not, everyone enjoys your presence, you always have the best jokes and you flirting could arouse any girl"]>><</if>>
<<if $charisma gte 95>> <<set $chatext to ["You are the god of jokes and wits, your fliting alone can make panties drop, assuming the girl has a sense of humour"]>><</if>>
/*physattrcalc */
<<set $physattr to ((($strength+$stamina)/2).toFixed(2))>>
<</nobr>>
Your name is $name $surname
You have a total of $money $
You have $energy energy over a maximum of $maxenergy<br><<nobr>>
<</nobr>>
Your Physical attractiveness (str+sta average) is $physattr
Your Strength score is $strength - $strtext
Your Stamina score is $stamina - $statext
Your Charisma score is $charisma - $chatext
Your Culture score is $culture
Your Intelligence score is $intelligence
Your Popularity score is $popularity
Your Confidence score is $confidence
Your Sexual Experience score is $sexexp
Your Sexual Control score is $sexcontrol
Your Coding skill is $coding
<<nobr>>
<<set $diffkissed to 0>>
<<set $difffucked to 0>>
<<set $totalkissed to 0>>
<<set $totalfucked to 0>>
<<if $susankissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$susankissed>><</if>>
<<if $carolkissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$carolkissed>><</if>>
<<if $natashakissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$natashakissed>><</if>>
<<if $rosekissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$rosekissed>><</if>>
<<if $melaniekissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$melaniekissed>><</if>>
<<if $susanfucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$susanfucked>><</if>>
<<if $carolfucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$carolfucked>><</if>>
<<if $natashafucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$natashafucked>><</if>>
<<if $rosefucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$rosefucked>><</if>>
<<if $melaniefucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$melaniefucked>><</if>>
<<if $virginity eq "yes">><<set $virginity to 1>><</if>>
<<if $virginity is 1>><br>You are still a virgin. <br><</if>>
<<if $virginity !== 1>>You lost your virginity to $virginity<br><</if>>
You kissed a total of $diffkissed different girls. - You kissed a girl $totalkissed times.<br>
You fucked a total of $difffucked different girls. - You fucked a girl $totalfucked times.<br>
This round of simulation will last a total of <<print $maxdayscalc*$clickedderp>> days. (light cheats are <<if $clickedderp eq 2>>on<<else>>off<</if>>)<br>
<</nobr>><<nobr>>
<<link "Natasha">>
<<script>>
Dialog.setup("Natasha");
Dialog.wiki(Story.get("Natasha").processText());
Dialog.open();
<</script>>
<</link>>
<br>
<<link "Susan">>
<<script>>
Dialog.setup("Susan");
Dialog.wiki(Story.get("Susan").processText());
Dialog.open();
<</script>>
<</link>>
<br>
<<if $natashaprogress gte 1>><<link "Carol">>
<<script>>
Dialog.setup("Carol");
Dialog.wiki(Story.get("Carol").processText());
Dialog.open();
<</script>>
<</link>><br>
<</if>>
<<if $roseprogress gte 1>>
<<link "Rose">>
<<script>>
Dialog.setup("Rose");
Dialog.wiki(Story.get("Rose").processText());
Dialog.open();
<</script>>
<</link>><br>
<</if>>
<<link "Melanie">>
<<script>>
Dialog.setup("Melanie");
Dialog.wiki(Story.get("Melanie").processText());
Dialog.open();
<</script>>
<</link>>
<</nobr>><<nobr>>
<<set $carolattraction to (($carollove*2+$culture*0.7+$charisma*0.5+$intelligence*0.5+$popularity*0.4+$physattr*0.4).toFixed(0))>>
<<if $carolattraction lte 159.99 or $carollove lte 49>>
<<carol>> Thanks a lot $name ! Are you sure you don't want anything in return?<</carol>>
<</if>>
<<if $carolattraction gte 160 and $carollove gte 50>>
<<carol>> Thank you<<if $carolattraction gte 240>> my love<<else>> sweetie<</if>>, how can I repay you? Let me show you my appreciation<</carol>> <br>
<</if>>
Carol's attraction for you is $carolattraction<br>
<<link "Oh, I don't want anything in return" "carolscene">><br><br>
<<set $carolscene to 1>>
<</link>><br>
<<link "Can I have some money?" "carolscene">><br><br>
<<set $carolscene to 0>>
<</link>><br>
<<link "Can you show me your tits?" "carolscene">><br>
<<set $carolscene to 2>>
<</link>><br>
<<link "Can I get a kiss? I mean, a real one" "carolscene">><br>
<<set $carolscene to 3>>
<</link>><br>
<<link "Can I see your pussy?<<if $carolattraction gte 190 >> (+new)<</if>>" "carolscene">><br>
<<set $carolscene to 4>>
<</link>><br>
<<if $carolattraction gte 100>>
<<link "I want you to touch my dick" "carolscene">><br>
<<set $carolscene to 5>>
<</link>><br>
<</if>>
<<if $carolattraction gte 100>>
<<link "I want you to suck my dick" "carolscene">><br>
<<set $carolscene to 6>>
<</link>><br>
<</if>>
<<if $carolfucked gte 1>>
<<linkreplace "Can we fuck again?">><br>
<<if $carolattraction lte 219.99>>
<<carol>>Oh god, we shouldn't have done that, it was a mistake, sorry, please choose anything else<</carol>>
<<else>>
<<set $carolscene to 7>>
<<goto "carolscene">>
<</if>>
<</linkreplace>><br>
<</if>>
<</nobr>>
<<nobr>>
$infotext
<<set $infotext to [""]>>
[img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]
<br>
Work in progress
<</nobr>><<nobr>>
<<set $sceneend to 0>>
<<set $clicked to 0>>
<<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>>
<<if $carolfucked is undefined>> <<set $carolfucked to 0>><</if>>
<<if $carolkissed is undefined>> <<set $carolkissed to 0>><</if>>
<<set $sexcogain to Number(((101- $sexcontrol) /100).toFixed(2))>>
<<set $sexcogainhandjob to Number ((1.5*$sexcogain).toFixed(2))>>
<<set $sexcogainblowjob to Number ((2*$sexcogain).toFixed(2))>>
<<set $sexcogainfuck to Number ((2.6*$sexcogain).toFixed(2))>>
/*----------------money--------------- */
<<if $carolscene eq 0>>
<<carol>>Oh, I thought you were interested in other things... I can give you this<</carol>><br>
Carol gives you 6$ <br>
<<set $money +=6>>
<<set $carolreward -=3>>
<<set $stress+=2>>
<b>Carol's love for you changed by $carolreward.<br>
Your stress increased by 2</b>
<<set $carollove+=$carolreward>><br>
<<link "Carol leaves your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*-------------------------------------------- */
/*----------------nothing-------------- */
<<if $carolscene eq 1>>
<<carol>>Wow, you are really sweet, thank you!<</carol>><br>
<<set $carolreward to $carolreward+$carolreward>>
<b>
Carol's love for you increased by $carolreward.<br>
Your stress increased by 1<br></b>
<<set $carollove+=$carolreward>><br>
<<set $carolreward to -10>>
<<set $stress+=1>>
<<link "Carol leaves your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*-------------------------------------------- */
/*----------------boobs-touch--------------- */
<<if $carolscene eq 2>>
<<if $carolattraction gte 28 >>
<<carol>>Ok... but no touching<</carol>><br>
<video width="754" height="480" controls autoplay <<if $carolattraction lte 41.99 >>loop<</if>>>
<source src="Images/carol/showtits.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<<set $carollove+=$carolreward>><br>
<b>Carol's love for you increased by $carolreward. <br>
Your Lust increased by 10.<br></b>
<<set $lust+=10>>
<<set $carolreward to -10>>
<<linkreplace "Wow... can I touch them?">>
<<if $carolattraction gte 42 >>
<<carol>>Oh yeah, come on<</carol>><br>
<video width="754" height="480" controls autoplay loop>
<source src="Images/carol/touchtits.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<set $lust+=10>>
<b>Your Lust increased by 10.<br></b>
<<carol>>Happy? Now let me go<</carol>><br>
She plays it off, but you can see that she is a bit aroused by the situation.<br>
<<else>><<carol>>Ahaha, I said no touching, remember?<</carol>><br>
<</if>>
<</linkreplace>>
<<else>><<carol>>Maybe next time, ok?<</carol>><br>
<<set $carollove+=$carolreward>><br>
Carol's love for you increased by $carolreward.<br>
<<set $carolreward to -10>><br>
<</if>>
<br> <<link "Carol leaves your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*-------------------------------------------- */
/*----------------kiss--------------- */
<<if $carolscene eq 3>>
<<if $carolattraction gte 50 >>
<<carol>>Only if you promise to not enjoy it too much<</carol>><br>
<video width="754" height="480" controls autoplay>
<source src="Images/kiss.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<set $lust+=10>>
<b>Your Lust increased by 10.<br></b>
<<if $carolkissed is 0>>
<b>You kissed Carol for the first time! Not everyone will know that, but someone might.<br>
Your popularity increased by 2!</b>
<<set $popularity +=2>>
<</if>>
<<set $carolkissed+=1>>
<</if>>
<<if $carolattraction gte 28 and $carolattraction lte 49>>
<<carol>>Sure, here you go<</carol>><br>
She gives you a quick peck on the lips and retracts before you can even slip your tongue in.<br>
This wasn't reallly what you hoped for, but it's still good.<br>
<</if>>
<<if $carolattraction lte 27 >>
<<carol>>What? Nooo, eeew<</carol>><br>
She pauses a bit, she feels guilty and she gives you a quick hug
<<carol>>Look, I'm sorry, you're sweet, but I don't really feel like doing that with you right now<</carol>><br>
<</if>>
<<set $carollove+=$carolreward>>
<b>Carol's love for you increased by $carolreward. <br></b>
<<set $carolreward to -10>><br>
<<link "Carol leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
/*-------------------------------------------- */
/*----------------pussy-finger--------------- */
<<if $carolscene eq 4>>
<<if $carolattraction gte 75>>
<<carol>>Hmm, you can pull down my panties, but don't try anything else<</carol>><br>
<video width="754" height="480" controls autoplay>
<source src="Images/carol/showpussydog.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<set $carollove+=$carolreward>>
<b>Carol's love for you increased by $carolreward. <br>
Your lust increased by 10<br></b>
<<set $lust +=10>>
<<set $carolreward to -10>><br>
<br>
<<linkreplace "Try to touch her pussy">>
<<if $carolattraction gte 100 >>
<<carol>>Oh yes, touch it<</carol>><br>
<video width="754" height="480" controls autoplay<<if $carolattraction lte 99.99 >> loop<</if>>>
<source src="Images/carol/finger1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<carol>>Please, don't stop<</carol>><br>
You continue until you make her come with your fingers
<video width="754" height="480" controls>
<source src="Images/carol/fingercome.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<b>
Your lust increased by 12<br>
Your confidence increased by 0.5</b><br>
<<set $confidence +=0.5>>
<<link "Carol dresses back up, kisses you on the cheek and leaves your room" "Room">><<set $lust +=12>><</link>><!--[[Room]]--> <br>
<<else>>
<<carol>>I literally just told you to not try anything!<</carol>><br>
<<set $carolreward to -10>><br>
<<set $carollove-=1>>
<b>Carol's love for you decreased by 1. <br></b>
<<link "Carol quickly dresses up and leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
<</linkreplace>>
<br>
<<linkreplace "Take your dick out">>
<<carol>>What are you doing??<</carol>><br>
<<say "You" $faceimg>>Don't worry, I just want to rub it<</say>><br>
<<if $carolattraction gte 130 >>
<<carol>>Ok... just don't try to put it in, I don't want to do that<</carol>><br>
<<say "You" $faceimg>>Yeah, don't worry<</say>><br>
<video width="754" height="480" controls loop>
<source src="Images/carol/pussyrub.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<if $carolattraction lte 169.99 >>
She gets horny, and mounts on top of you, You keep rubbing your dick on her pussy and get both of you to cum
<video width="754" height="480" controls>
<source src="Images/carol/pussyjobcum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<carol>>Wow, that was... something<</carol>><br>
<b>Carol's love for you increased by 1<br>
Your confidence increased by 1<br>
Your stress decreased by 4<br>
Your lust decreased by 50<br>
Your sexual control increased by $sexcogainhandjob<br>
Your sexual experience increased by 0.5</b>
<<set $carollove +=1>>
<<set $confidence +=1>>
<<set $sexcontrol += $sexcogainhandjob >>
<<set $lust -=50>>
<<set $stress -=4>>
<<set $sexexp +=0.5>>
<<set $lust-=50>>
<</if>>
<<if $carolattraction gte 170 >>
She gets way too horny, she cannot take it anymore and screams:<br><br>
<<carol>>FUCK IT, who cares, JUST PUT IT IN!<</carol>><br>
<video width="754" height="480" controls>
<source src="Images/carol/insertdick.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
She is extremely horny by the buildup, and comes very quickly, as soon as she comes, she tells you to stop, but luckily you also managed to get very close, she realizes that and says<br><br>
<<carol>>Don't you dare to come inside!<</carol>><br>
<video width="754" height="480" controls>
<source src="Images/carol/cumonpussy.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<carol>>I didn't mean on my pussy! That was hot though... was this your plan all along?!<</carol>><br>
<<addmins 12>>
<b>Carol's love for you increased by 1<br>
Your confidence increased by 1<br>
Your sexual control increased by $sexcogainhandjob<br>
Your sexual experience increased by 1<br><b>
/* virgin and firstfuck check */
<<if $virginity is 1>> <<set $virginity to ["Carol"]>><br>
You lost your virginity to $virginity !
<</if>>
<<if $carolfucked is 0>>
<b>You fucked Carol for the first time! Not everyone will know that, but someone might.<br>
Your popularity increased by 4!</b>
<<set $popularity +=4>>
<</if>>
/*virginfirstfuck */
<<set $carollove +=1>>
<<set $confidence +=1>>
<<set $carolfucked +=1>>
<<set $sexcontrol += $sexcogainhandjob >>
<<set $sexexp +=1>>
<<set $lust-=50>>
<</if>>
<<else>>
<<carol>>I literally just told you to not try anything!<</carol>><br>
<<set $carolreward to -10>><br>
<<set $carollove-=1>>
<<set $stress+=2>>
<b>Carol's love for you decreased by 1 <br>
Your Stress increased by 2<br></b>
<<link "Carol quickly dresses up and leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
<</linkreplace>>
<</if>>
<<if $carolattraction lte 74 and $carolattraction gte 40 and $carolscene eq 4 >>
<<carol>>Well, no, but I'm glad to know that I'm making you so horny<</carol>><br>
<<set $carollove+=$carolreward>>
<b>Carol's love for you increased by $carolreward. <br></b>
<<set $carolreward to -10>><br>
<</if>>
<<if $carolattraction lte 39 and $carolscene eq 4>>
<<carol>>Seriously? Do you think I'm just a slut?<<if $carolkissed lte 0>> You didn't even get to kiss me yet...<</if>><</carol>><br>
<<set $lust-=10>>
<<set $carollove-=1>>
<<set $stress+=2>>
<b>Carol's love for you decreased by 1 <br>
Your Stress increased by 2<br>
Your Lust decreased by 10 </b> <br>
<<set $carolreward to -10>><br>
<</if>><br>
<<link "Carol leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
/*-------------------------------------------- */
/*----------------handjob--------------- */
<<if $carolscene eq 5>>
<<carol>>Yeah, I guess I can do that<</carol>><br>
<video width="754" height="480" controls autoplay>
<source src="Images/carol/handjobstart.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<if $sexcontrol gte 60 >>
She starts jerking your dick, she seems to be enjoying it, but after 25 minutes she starts to think you will never come. She then puts your dick in front of her face and sticks her tongue, hoping that will help you get over the edge, that works.<br>
<video width="754" height="480" controls loop >
<source src="Images/carol/carolhandcumface.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<carol>>Fuck, it went in my eye... but wow, I'm impressed, it took a lot to get you to come<</carol>><br>
You are amazed about how little she seems to care about the fact that you sprayed her face with cum, the sight fills you with newfound confidence.<br>
<b>Carol's love for you increased by 0.5<br>
Your confidence increased by 3<br>
Your sexual control increased by $sexcogainhandjob<br></b>
<<addmins 30>>
<<set $carollove +=0.5>>
<<set $confidence +=3>>
<<set $sexcontrol += $sexcogainhandjob >>
<<set $lust=0>>
<</if>>
<<if $sexcontrol lte 59.99 and $sexcontrol gte 15>>
She starts jerking your dick, she seems to be enjoying it, after about 10 minutes, you come in her hands, she smiles.<br>
<video width="754" height="480" controls loop >
<source src="Images/carol/cumhand1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
Carol's love for you increased by 1<br>
Your sexual control increased by $sexcogainhandjob<br>
<<addmins 10>>
<<set $carollove +=1>>
<<set $sexcontrol += $sexcogainhandjob >>
<<set $lust=0>>
<</if>>
<<if $sexcontrol lte 14.99 and $sexcontrol gte 5>>
She starts jerking your dick, you come in less than a minute, but she doesn't seem to mind, you feel like you can do better.<br>
<video width="754" height="480" controls loop >
<source src="Images/carol/cumhand1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
Your confidence decreased by 0.5<br>
Your sexual control increased by $sexcogainhandjob <br>
<<set $sexcontrol += $sexcogainhandjob >>
<<set $confidence -=0.5>>
<<set $lust=0>>
<</if>>
<<if $sexcontrol lte 4.99>>
She starts jerking your dick, but you cannot help but cum in her hands after a handful of seconds.<br>
<video width="754" height="480" controls loop >
<source src="Images/carol/cumhand1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
She laughs about that. You feel a bit defeated, but she doesn't seem to get upset.<br>
<b>Your sexual control increased by $sexcogainhandjob<br>
Your confidence decreased by 2</b><br>
<<set $sexcontrol +=$sexcogainhandjob >>
<<set $confidence -=2>>
<<set $lust=0>>
<</if>>
<<link "Carol leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
/*------------------------x-------------------- */
/*--------------------blowjob------------------- */
<<if $carolscene eq 6>>
<<if $carolattraction lte 135>>
<<carol>>That's a bit too much, sweetie, don't you think? Maybe I can use my hands<</carol>><br>
<<link "Meh, ok then, just jerk me off" "carolscene">><br><</link>><!--[[carolscene]]--><<set $carolscene to 5>><br>
<</if>>
<<if $carolattraction gte 136>>
<<carol>>Get that dick out, sweetie<</carol>>
<<if $sexcontrol gte 35>>
She licks it, then starts sucking it.<br>
<video width="754" height="480" controls autoplay >
<source src="Images/carol/blowjobstart.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
She goes on, and keeps sucking it for a few minutes<br>
<<carol>>I really love sucking your cock, please don't come too soon<</carol>><br>
You don't, and she keeps sucking it for several minutes<br>
<video width="754" height="480" controls >
<source src="Images/carol/blowjob1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<carol>>Ahh, yes, please come for me now<</carol>><br>
You finally do what she asks, and come all over her face and mouth.<br>
<video width="754" height="480" controls >
<source src="Images/carol/cummouthblow2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<carol>>Ahh, fuck yes<</carol>><br>
She swallows some of your cum while smiling
<<carol>>I love sucking you, please come back anytime<</carol>><br>
<b>Carol's love for you increased by 1<br>
Your confidence increased by 1<br>
Your stress decreased by 8<br>
Your lust decreased by 50<br>
Your sexual control increased by $sexcogainblowjob<br></b>
<<set $sexcontrol +=$sexcogainblowjob >>
<<set $carollove +=1>>
<<set $confidence +=1>>
<<set $carolreward to -10>>
<<set $stress -=8>>
<<set $lust-=50>>
<</if>>
<<if $sexcontrol lte 34.99 and $sexcontrol gte 15>>
She licks it, then starts sucking it for a minute or two.<br>
<video width="754" height="480" controls autoplay >
<source src="Images/carol/blowjobstart.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
Eventually, after a few minutes you cannot resist anymore and you have to cum in her mouth<br>
<<carol>>Ahh, yes, give me your cum<</carol>><br>
<video width="754" height="480" controls >
<source src="Images/carol/cummouthblow.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<b>Carol's love for you increased by 0.5<br>
Your lust decreased by 50<br>
Your stress decreased by 6<br>
Your sexual control increased by $sexcogainblowjob<br></b>
<<set $sexcontrol +=$sexcogainblowjob >>
<<set $carolreward to -10>>
<<set $carollove +=0.5>>
<<set $stress -=6>>
<<set $lust-=50>>
<</if>>
<<if $sexcontrol lte 14.99>>
She takes in her hands and gives it a couple licks before sucking it, but a few seconds later you are already coming, what a shame.<br>
<video width="754" height="480" controls loop >
<source src="Images/carol/cummouthblow.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<carol>>Ahahaha, I guess that was a bit too much for you?<</carol>><br>
<b>Your sexual control increased by $sexcogainblowjob<br>
Your confidence decreased by 1<br>
Your stress decreased by 2<br>
your lust decreased by <30/b>
<<set $sexcontrol +=$sexcogainblowjob >>
<<set $carolreward to -10>>
<<set $confidence -=1>>
<<set $stress -=2>>
<<set $lust-=30>>
<</if>>
<</if>>
<<link "Carol leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
/*------------------------x-------------------- */
/*--------------------fucking------------------- */
<<if $carolscene eq 7>>
<<if $sexcontrol lte 18.99>>
Carol undresses and gets on the couch on her knees for you,
<<carol>>God, I want you to fuck me<</carol>><br>
You stick your dick inside her, but she's just too sexy for you, and you cannot help but come after a few strokes<br>
<video width="754" height="480" controls loop >
<source src="Images/carol/doggyfuckfailcum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<carol>>Noo, come on, try to last longer next time, I didn't even come<</carol>><br>
She uses her fingers to finish herself off, she's very horny anyway, and that takes only a few minutes.<br>
<<addmins 8>>
<b>
Your confidence decreased by 1.5<br>
Your sexual control increased by $sexcogainfuck<br>
Your sexual experience increased by 1<br>
You spent 5 energy<br>
Your stress decreased by 2 <br>
Your lust decreased by 50</b>
<<addmins 7>>
<<set $stress -=2>>
<<set $sceneend to 1>>
<<set $confidence -=1.5>>
<<set $carolreward to -10>>
<<set $carolfucked +=1>>
<<set $sexcontrol += $sexcogainfuck >>
<<set $sexexp +=1>>
<<set $lust-=50>>
<<link "Carol dresses up and leaves your room" "Room">><<set $energy -=5>><</link>><!--[[Room]]-->
<</if>>
<<if $sexcontrol gte 19 and $sceneend eq 0>>
Carol undresses and climbs on top of you, she doesn't even finish undressing, and just slides her pants to the side<br><br>
<<carol>>God, I want to fuck you so hard, give me that dick<</carol>><br>
<video width="754" height="480" controls >
<source src="Images/carol/insertrevco.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<if $sexcontrol gte 28>>
<b>(Sex control check: Success)</b><br>
<<addmins 6>>
<b>Carol's love for you increased by 1<br>
Your confidence increased by 1<br>
</b>
<<set $carollove +=1>>
<<set $confidence +=1>>
You manage to control your orgasm, while Carol is lost in the realms of lust, she furiously continues to ride your dick, <br>
<video width="754" height="480" controls >
<source src="Images/carol/sexrevco.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You start touching her clit with your hand from behind, this drives her to reach an orgasm pretty fast, but she keeps riding you<br>
<<else>>
<b>(Sex control check: Failed)</b><br>
<</if>>
<<if $sexcontrol gte 44>>
<b>(Sex control check: Success)</b><br>
<<addmins 6>>
<b>Carol's love for you increased by 1<br>
Your confidence increased by 1<br>
</b>
<<set $carollove +=1>>
<<set $confidence +=1>>
You still haven't come, so you switch to fucking in her in yet another position, from behind
<video width="754" height="480" controls >
<source src="Images/carol/1caroldoggy1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<else>>
<b>(Sex control check: Failed)</b><br>
<</if>>
You switch position to missionary and fuck Carol like this for another few minutes<br>
<video width="754" height="480" controls >
<source src="Images/carol/1carolfinalmiss1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
After a while, you cannot take it anymore, and have to<br>
<<linkreplace "cum on her pussy">><br>
<<if $clicked is 0>>
<video width="754" height="480" controls >
<source src="Images/carol/cumonpussy2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<addmins 6>>
<b>Carol's love for you increased by 2<br>
Your sexual control increased by $sexcogainfuck<br>
Your sexual experience increased by 1<br>
Your stress decreased by 7<br>
Your lust decreased by 50<br></b>
<<set $stress -=7>>
<<set $carollove +=2>>
<<set $clicked to 1>>
<<set $carolfucked +=1>>
<<set $sexcontrol += $sexcogainfuck >>
<<set $sexexp +=1>>
<<set $carolreward to -10>>
<<set $lust-=50>>
<<link "Carol dresses up and leaves your room" "Room">><<set $energy -=6>><<addmins 10>><</link>><!--[[Room]]-->
<<else>> you already came
<</if>>
<</linkreplace>>
<br>
<<linkreplace "cum on her face">><br>
<<if $clicked is 0>>
<video width="754" height="480" controls >
<source src="Images/carol/carolhandcumface.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<addmins 12>>
<b>Carol's love for you increased by 1<br>
Your confidence increased by 1<br>
Your sexual control increased by $sexcogainfuck<br>
Your sexual experience increased by 1<br></b>
<<set $carollove +=1>>
<<set $clicked to 1>>
<<set $confidence +=1>>
<<set $carolfucked +=1>>
<<set $sexcontrol += $sexcogainfuck >>
<<set $sexexp +=1>>
<<set $carolreward to -10>>
<<set $lust-=50>>
<<link "Carol dresses up and leaves your room" "Room">><<addmins 10>><<set $energy -=6>><</link>><!--[[Room]]-->
<<else>> you already came
<</if>>
<</linkreplace>>
<br>
<</if>>
<</if>>
/*------------------------x-------------------- */
<</nobr>><<nobr>>
<<set $clicked to 0>>
<<natasha>>Hey cousin, how are you doing?<</natasha>><br>
<<linkreplace "Hey, nice to see you, what's up, Natasha?">><br>
<<if $clicked is 0>>
<<say "You" $faceimg>>Hey, nice to see you, what's up, Natasha?<</say>><br>
<<natasha>>Sooo, remember the other day when you bought me lunch?<</natasha>><br>
<<say "You" $faceimg>>Yeah?<</say>><br>
<<natasha>>That was nice of you, and I was wondering if you can do that again?<</natasha>><br>
<<say "You" $faceimg>>Can we go together? or you want me to just give you the money?<</say>><br>
<<natasha>>Ehm, no sorry, that's not what I meant, I just meant like... the last time!<</natasha>><br>
<<set $clicked to 1>>
<</if>>
/*-------------------step2love-----------------------*/
<<linkreplace "<<if $clicked is 1>>Ah... sure, I can do that for you, Just let me check my wallet<</if>>">><br>
<<if $clicked is 1>>
<<say "You" $faceimg>>Ah... sure, I can do that for you, Just let me find my wallet<</say>><br>
You start looking for your wallet, it takes you more than a minute, she starts looking a bit uncomfortable<br>
<<natasha>>Well, just come back to my room when you find it, please make sure nobody sees you, or I'll have to tell them you are just harrassing me!<</natasha>><br>
She winks at you and walks away.<br>
<b>
Your confidence decreased by 2<br>
Natasha's love for you increased by 2<br>
You can now buy her something to eat at her room.<br></b>
<<set $natashalove+=2>>
<<set $natashaprogress to 3>>
<<set $confidence-=2>>
<<set $clicked to 2>>
<<link "Natasha leaves your room" "Room">><</link>><!--[[Room]]--> <br><br><br><br><br><br><br><br><br>
<</if>>
<</linkreplace>>
<br><<linkreplace " <<if $clicked is 1>>No, she can go fuck herself<</if>>">>
<<if $clicked is 1>>
<<say "You" $faceimg>>"You are just a fucking bitch, you treat me like I don't even exist and now you want more money? Fuck off"<</say>><br>
<<natasha>>How dare you? <</natasha>><br>
She slaps you in the face, but she's really thin and doesn't even really hurt you. You stand there unaffected with a grin on your face, she proceeds to slam your door, and storms away, pissed off as ever.<br><b>
Your confidence increased by 3<br>
Natasha's love for you decreased by 3<br></b>
<<set $natashalove-=3>>
<<set $confidence+=3>>
<<set $natashaprogress to 101>>
<<set $clicked to 2>>
<<link "Natasha leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
<</linkreplace>>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
/*--------------------endstep2love-----------------------*/
<</linkreplace>>
<br><<linkreplace "What the fuck can you possibly want from me?">><br>
<<if $clicked is 0>>
<<say "You" $faceimg>>"What the fuck can you possibly want from me?"<</say>><br>
<<natasha>>Wow, is that any way to talk to me? Fuck you!<</natasha>><br>
<<say "You" $faceimg>>"You always treat me like shit, I'm sure you just want something from me now, so you can go fuck yourself"<</say>><br>
<<natasha>>I didn't want... ...I just wanted... actually, you go fuck yourself, piece of shit!<</natasha>><br>
She slams your door, and storms away, pissed off as ever.<br><b>
Your confidence increased by 3<br>
Natasha's love for you decreased by 3<br></b>
<<set $natashalove-=3>>
<<set $confidence+=3>>
<<set $natashaprogress to 101>>
<<set $clicked to 4>>
<<link "Natasha leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
<</linkreplace>>
<</nobr>>Welcome! Please enter the name of your character!
<<set $name = "John", $surname = "Surnamith">>
Name:
<<textbox "$name" "John">>
Surname:
<<textbox "$surname" "Surno">>\
And choose your Avatar:
(Still a work in progress, the avatar you select will remain the same through the game, your penis will be white in video snippets).
> <label><<radiobutton "$faceselect" "1">> ---->[img[setup.ImagePath+'/mc/face1.png']]</label>
> <label><<radiobutton "$faceselect" "2">> ---->[img[setup.ImagePath+'/mc/face2.png']]</label>
> <label><<radiobutton "$faceselect" "3">> ---->[img[setup.ImagePath+'/mc/face3.png']]</label>
> <label><<radiobutton "$faceselect" "4">> ---->[img[setup.ImagePath+'/mc/face4.png']]</label>
> <label><<radiobutton "$faceselect" "5">> ---->[img[setup.ImagePath+'/mc/face5.png']]</label>
> <label><<radiobutton "$faceselect" "6">> ---->[img[setup.ImagePath+'/mc/face6.png']]</label>
> <label><<radiobutton "$faceselect" "7">> ---->[img[setup.ImagePath+'/mc/face7.png']]</label>
> <label><<radiobutton "$faceselect" "8">> ---->[img[setup.ImagePath+'/mc/face8.png']]</label>
> <label><<radiobutton "$faceselect" "9">> ---->[img[setup.ImagePath+'/mc/face9.png']]</label>
> <label><<radiobutton "$faceselect" "10">> ---->[img[setup.ImagePath+'/mc/face10.png']]</label>
> <label><<radiobutton "$faceselect" "11">> ---->[img[setup.ImagePath+'/mc/face11.png']]</label>
> <label><<radiobutton "$faceselect" "12">> ---->[img[setup.ImagePath+'/mc/face12.png']]</label>
> <label><<radiobutton "$faceselect" "13">> ---->[img[setup.ImagePath+'/mc/face13.png']]</label>
<center><<button "Confirm" "Intro">><</button>></center><!--[[Intro]]-->
<<nobr>>
<<set $someoneinlibrary to 0>>
<<if $currenthour gte 13 and $currenthour lte 18>> <<set $currentmeal to "breakfast">>
<<if $dailysusan is 0>>
<<link "You see Susan sitting at one of the tables with a few books" "susanlibrary">><</link>><br><!--[[susanlibrary]]-->
<<set $someoneinlibrary to 1>>
<</if>>
<</if>>
<<if $someoneinlibrary eq 0>>
There is nobody at the library right now.
<</if>>
<</nobr>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br><<nobr>>
<<set $sexcogain to Number(((101- $sexcontrol) /100).toFixed(2))>>
<<set $sexcogainedge to Number ((3.3*$sexcogain).toFixed(2))>>
<b>$infotext</b><br>
<<set $infotext to [""]>>
<</nobr>>[img[setup.ImagePath+'laptop.png']]
<<link "Open InstaTok" "Instatok">><!--[[Instatok]]--><</link>>
<<link "Try working as a freelance developer" "developwork">><!--[[developwork]]--><</link>>
<<nobr>>
<<if $lust gte 50>>
<<link "Masturbate" "Laptop">> <<nobr>>
<<addmins 30>>
<<set $stress -=2>>
<<set $lust -=30>>
<<updatebar>>
<<set $infotext to ["You open a porn website and let your hands help you relieve some of your sexual tension, you spent 20 minutes, lost 30 lust and 2 stress"]>>
<</nobr>><<updatebar>><</link>>
<<else>>If you had more lust, you could masturbate<br><</if>>
<</nobr>><<if $lust gte 50 and $intelligence gte 30>>
<<link "Masturbate (edge until cum)" "Laptop">> <<nobr>>
<<addmins 60>>
<<set $stress -=5>>
<<set $lust -=40>>
<<set $sexcontrol +=$sexcogainedge>>
<<updatebar>>
<<set $infotext to ["You spend 90 minutes masturbating, focusing on not coming right away, this helps you raising your sex control by $sexcogainedge , when you finally orgasm, your lust is reduced by 40 and your stress by 5"]>>
<</nobr>><<updatebar>><</link>><</if>>
<<link "Play videogames for 1 hour" "Laptop">> <<nobr>>
<<addmins 90>>
<<set $stress -=5>>
<<updatebar>>
<<set $infotext to ["You played videogames for an hour, your stress got reduced by 5."]>>
<</nobr>><<updatebar>><</link>>
<<link "Play videogames for 3 hours" "Laptop">><br><<nobr>>
<<addmins 180>>
<<set $stress -=18>>
<<updatebar>>
<<set $infotext to ["You played videogames for 3 hours straight. your stress got reduced by 18."]>>
<</nobr>><<updatebar>><</link>>
<<button "Switch it off" "Room">><!--[[Room]]--><</button>>
<<set $codingtext to ["You can try to gain some money by developing for other people, you need coding skill, Your Intelligence determines how fast you can raise that skill."]>>
<<set $codinggaintext to [""]>>
<<set $textintgain to [""]>>
You know that basically all the girls in this school, pretty much HAVE TO be on this very popular social-media platform to even exist.
You can check out their profiles to learn more about them, if you want to invest some time in that. <br> (You need at least 15 intelligence, 14 energy and 4 hours)
<<nobr>>
<<if $intelligence gte 15 and $energy gte 14>>
<<if $stalkedsusan is undefined or $stalkedsusan is 0>>
<br><<linkreplace "Stalk Susan">>
<<set $stalkedsusan to 1>>
<<addhours 4>>
<<set $energy to $energy-=14>>
<br>You investigate Susan's account for a while to get to know her better, you open up a new file where you note her tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<br>
<<if $stalkedcarol is undefined or $stalkedcarol is 0>>
<<linkreplace "Stalk Carol">><br>
<<set $stalkedcarol to 1>>
<<addhours 4>>
<<set $energy to $energy-=14>>
<br>You investigate Caro's account for a while to get to know her better, you open up a new file where you note her tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<<if $stalkednatasha is undefined or $stalkednatasha is 0>>
<br><<linkreplace "Stalk Natasha">><br>
<<set $stalkednatasha to 1>>
<<addhours 4>>
<<set $energy to $energy-=14>>
<br>You open up a new file where you note Natasha's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<<if $stalkedmelanie is undefined or $stalkedmelanie is 0>>
<br><<linkreplace "Stalk Melanie">><br>
<<set $stalkedmelanie to 1>>
<<addhours 4>>
<<set $energy to $energy-=14>>
<br>You open up a new file where you note Melanie's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br>
She seems to be extremely active and posts a lot of videos with herself in it.<br>
Thanks to that you are also able to pinpoint the location of <b>her room</b> in the school. <br>It might be a terrible idea to go there, but you now know where it is, just in case.<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<<if $stalkedrose is undefined or $stalkedrose is 0>>
<br><<linkreplace "Stalk Rose">><br>
<<set $stalkedrose to 1>>
<<addhours 4>>
<<set $energy to $energy-=14>>
<br>You open up a new file where you note Rose's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<</if>>
<br>
<<link "Log off" "Laptop">><!--[[Laptop]]--><</link>>
<</nobr>>
<<nobr>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>>
<<if $carolfucked is undefined>> <<set $carolfucked to 0>><</if>>
<br>
<<if $stalkedcarol is 1>>
You have looked through Carol's history and activities extensively.<br>
She seems to be a good person trying to survive in a bad environment, she shares a room with Natasha by coincidence, it doesn't look like they knew eachother before college. <br>They are probably best friends, but they are quite different, she seems less superficial and values culture and intelligence way more than Natasha does.<br>
Carol acts tough sometimes to mantain appearances, but you see through that and you know that she is kind of a sweetheart and might be easier to conquer than most bitches in this school.
<<else>>
You don't know much about Carol, you know that she shares a room with Natasha for whatever reason, she seems like a slightly nicer person than she is. <br>
You should probably investigate on her by checking her social medias(your rooom - laptop) if you want to have a few more informations about her.
<</if>>
<br>[img[setup.ImagePath+'/carol/face.png']]<br>
Age: 19 (2nd year)
<</nobr>>
Carol's Love = $carollove
Carol activity count: Kissed = $carolkissed , Fucked = $carolfucked
<br>
<<nobr>>
<<if $stalkedcarol is 1>>
Carol's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br>
Love : 200% - Carol gives quite a lot of importance to acts of kindness and attraction towards her. (<<print $carollove* 2>>)<br>
Culture: 70% - Carol has a soft spot for nerds, she appreciates a cultured person. (<<print $culture* 0.5>>)<br>
Charisma: 50% - Carol appreciates a charismatic person. (<<print $charisma* 0.5>>)<br>
Intelligence: 50% - Carol thinks being intelligent is important in a guy. (<<print $intelligence* 0.5>>)<br>
Popularity: 40% - Carol also values popularity, but not really a lot (<<print $popularity* 0.4>>).<br>
Physical attractiveness: 40% - Carol is not particularly focused on physical attraction. (<<print $physattr* 0.4>>)<br>
<<set $carolattraction to (($carollove*2+$culture*0.7+$charisma*0.5+$intelligence*0.5+$popularity*0.4+$physattr*0.4).toFixed(0))>>
Carol's attraction for you is $carolattraction / 450+ <br>
/* total 480 */
<</if>>
<</nobr>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>>
<<nobr>>
You text carol about meeting up for homework help<br>
She takes a while to respond, <br>
She waits for nobody to be around, then sneakily enters your room.<br>
The whole thing takes about 30 minutes.<br>
[img[setup.ImagePath+'/carol/standing.png']]<br><br>
<<addmins 30>>
<<carol>> Hey, so... I has hoping you could help me understand a couple things... <</carol>><br>
<<say "You" $faceimg>>Sure, let's get started <</say>><br>
<<if $intelligence lte 15 or $culture lte 15>>
After a pathetic attempt, you realize you lack the fundamental knowledge to even help her<b> (You need 15 culture and int)</b><br><br>
<<carol>>You really look like a nerd, I hoped you would know some science, haha, come on, learn at least a little something to help me out next time, will you?<</carol>><br>
<<link "She leaves the room laughing" "Room">><br>
<</link>><br>
<<set $carolreward to -10>>
<</if>>
<<if $intelligence gte 15 and $culture gte 15>>
<<link "(15int - 15culture - 3energy) You basically do her homework for her" "carolreward">>
<<set $carolreward to 1>><<set $energy -=3>>
<</link>>
<</if>>
<br>
<<if $intelligence gte 30 and $culture gte 35>> <br>
<<link "(30int - 35culture - 2energy) You do her homeworks with her and you help her understand a few things" "carolreward">>
<<set $carolreward to 2>><<set $energy -=2>>
<</link>>
<</if>>
<br>
<<if $intelligence gte 50 and $culture gte 75>> <br>
<<link "(50int - 75culture - 1energy) Thanks to your extensive knowledge and intelligence, you are able to help her understand everything and she does the homework herself" "carolreward">><<set $energy -=1>>
<<set $carolreward to 3>>
<</link>>
<</if>>
<</nobr>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>>
Natasha is your step-cousin. She is the daughter of Sarah: the new wife that your uncle Thomas got about 5 years ago, you met Natasha for the first time when you were 13 and she was 14.
You got along fine, were reasonably friendly to each other in all the occasions where you met, like Christmas, and a few other shared vacations.
You didn't meet her for the whole last year though, and you were happy to know that she was in the college you were about to attend.
You found her completely changed, she is much hotter than you remember, and also a complete bitch, she started treating you like crap and acting like she doesn't even know you as soon as you got here.
[img[setup.ImagePath+'/Natasha/face.png']]
Age: 19 (2nd year)
Natasha's Love = $natashalove
Natasha's activity count: Kissed: $natashakissed Fucked: $natashafucked<br>
<<nobr>>
<<if $stalkednatasha is 1>>
Natasha's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br>
Love : 100% - Natasha gives average importance to acts of kindness and attraction towards her. ($natashalove)<br>
Physical attractiveness : 100% - Natasha mostly cares about someone's physical attractiveness. ($physattr)<br>
Popularity: 80% - Natasha values popularity a lot. (<<print $popularity * 0.8>>)<br>
Sexual Experience: 50% - Natasha wants his partner to be sexually experienced. (<<print $sexexp * 0.5>>)<br>
Confidence: 50% - Natasha thinks being confident is important in a guy.. (<<print $confidence* 0.5>>)<br>
Charisma: 40% - Natasha also value someone's charm and charisma a bit. (<<print $charisma * 0.4>>)<br>
Culture: 30% - Natasha also gives a tiny bit of importance to someone's Culture. (<<print $culture * 0.3>>)<br>
<<set $natashaattraction to (($natashalove*1+$physattr*1+$popularity*0.8+$confidence*0.5+$sexexp*0.5+$charisma*0.4+$culture*0.3).toFixed(0))>><br>
Natasha's attraction for you is $natashaattraction / 450+ <br>
/* total 450 */
<</if>>
<</nobr>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>><<nobr>>
<<set $natashaattraction to (($natashalove*1+$physattr*1+$popularity*0.8+$confidence*0.5+$sexexp*0.5+$charisma*0.4+$culture*0.3).toFixed(0))>>
Natasha's attraction for you is $natashaattraction<br><br>
<<if $natashaattraction lte 49>>
<<natasha>>So, what do you possibly want in return? I'm already regretting this<</natasha>> <br>
<</if>>
<<if $natashaattraction gte 50 and $natashaattraction lte 99>>
<<natasha>> Ok, what is it this time?<</natasha>> <br>
<</if>>
<<if $natashaattraction gte 100 and $natashaattraction lte 149.99>>
<<natasha>> Ok, what is it this time? You can try a few things, you know?<</natasha>> <br>
<</if>>
<<if $natashaattraction gte 150 and $natashaattraction lte 199.99>>
<<natasha>> Taking your money already makes me wet at this point, please tell me this involves my pussy.<</natasha>> <br>
<</if>>
<<if $natashaattraction gte 200>>
<<natasha>>I don't even care about the money anymore, let's just have fun, I'm so wet for you down there<</natasha>> <br>
<</if>>
<<link "I want you to help me get more popular around here" "natashascene">><br><br>
<<set $natashascene to 0>>
<</link>><br>
<<link "Let me touch your tits" "natashascene">><br><br>
<<set $natashascene to 1>>
<</link>><br>
<<link "Start to take out your dick" "natashascene">><br><br>
<<set $natashascene to 2>>
<</link>><br>
<<if $natashaattraction gte 200>>
<<link " ''Have fun'' with her" "natashascene">>
<<set $natashascene to 3>>
<</link>><br>
<</if>>
<</nobr>><<nobr>>
<<set $clickednat to 0>>
<<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>>
<<set $sexcogain to Number(((101- $sexcontrol) /100).toFixed(2))>>
<<set $sexcogainwank to Number ((1*$sexcogain).toFixed(2))>>
<<set $sexcogainhandjob to Number ((1.5*$sexcogain).toFixed(2))>>
<<set $sexcogainblowjob to Number ((2.2*$sexcogain).toFixed(2))>>
<<if $natashakissed is undefined>><<set $natashakissed to 0>><</if>>
<<if $natashapopboost is undefined>> <<set $natashapopboost to 0>><</if>>
/*----------------popularity--------------- */
<<if $natashascene eq 0>>
<<if $natashapopboost lte 4>>
<<say "You" $faceimg>>I want you to help me get more popular around here<</say>><br>
<<natasha>>Ah... that? Jeez, you really are a loser after all. I guess I'll see what I can do, just don't expect too much<</natasha>><br>
It's hard for you to not insult her again, but you know you can't afford to do that now<br>
<b>Natasha's love for you decreased by 1<br>
Your stress increased by 3<br>
Your popularity increased by 1<br></b>
<<set $natashareward to -10>>
<<set $natashalove -=1>>
<<set $stress+=3>>
<<set $popularity+=1>><br>
<<set $natashapopboost+=1>>
<<else>>
<<natasha>>I'm sorry, but I already did everything I could do to help you, please don't ask for this again.<</natasha>><br>(you can only do this 5 times)
<</if>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*------------------------------------------- /*
/*------------------------------Touchtits-pussy--------------------- */
<<if $natashascene eq 1>>
<<say "You" $faceimg>>Let me touch your tits<</say>><br>
<<if $natashaattraction lte 39.99>>
<<natasha>>Do you even realize what you just asked?<</natasha>><br>
<<say "You" $faceimg>>So... no?<</say>><br>
<<natasha>>Fuck off, you pervert<</natasha>><br>
She acts angry, but you realize she's trying to hide a smirk, you might be onto something.<br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<<if $natashaattraction gte 40>>
<<natasha>>Fine!... you can massage them a bit, but only above the shirt,<</natasha>><br>
<<natasha>>Let me lay down here...<</natasha>><br>
<video width="754" height="480" controls>
<source src="Images/natasha/touchshirt.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
She seems to enjoy it for a bit
<<natasha>>Feels good...<</natasha>><br>
<</if>>
/*-----step2-----*/
<<if $natashaattraction lte 55 and $natashaattraction gte 40>>
But she quickly recollects herself and plays if off
<<natasha>>Ok, you had your fun, that's enough<</natasha>><br>
<<set $natashareward to -10>>
<<set $lust +=8>>
Your Lust increased by 8 <br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<<if $natashaattraction gte 56>>
She moans.
<<natasha>>Ok, you can go under a bit<</natasha>><br>
<video width="754" height="480" controls>
<source src="Images/natasha/touchtits.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<set $natashareward to -10>>
<<set $lust +=8>>
<b>Your Lust increased by 8 <br>
Natasha's love for you increased by 1</b><br>
<<set $natashalove +=1>>
<<if $natashaattraction gte 56 and $natashaattraction lte 99>>
You keep touching her tits for a minute or two, then she stops you.<br>
<<natasha>>Ok, that was nice, but let's stop here, see you next time!<</natasha>><br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<</if>>
<<if $natashaattraction gte 100>>
<br>She starts to get visibly aroused by your touch<br>
<<natasha>>Maybe you should feel my pussy, it's sooo wet<</natasha>><br>
Ah she says so, she grabs your hand and slowly pull it towards her panties, you start caressing her, then you easily slip your hand underneath.<br>
<video width="754" height="480" controls>
<source src="Images/natasha/natashafeelpussy.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<if $natashaattraction gte 100 and $natashaattraction lte 118.99>>
<br>
<<natasha>>Damn, your hands feel nice,<</natasha>><br>
<<say "You" $faceimg>>So does your pussy<</say>><br>
<<natasha>>Ehm, I got carried away, but we shouid REALLY stop here before I do something I regret<</natasha>><br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<</if>>
<<if $natashaattraction gte 119>>
<br> Natasha moans. <br>
<<natasha>>Please keep going<</natasha>><br>
<video width="754" height="480" controls>
<source src="Images/natasha/touchpussy.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
You keep touching her for a few minutes, until her breath starts to get heavy.<br>
<<natasha>>Oh my god, please keep going, make me come<</natasha>><br>
/*----------last step--------- */
<<linkreplace "You keep touching her until she comes">>
<<if $clickednat is 0>>
<<set $clickednat to 1>>
<br>You keep touching her until she comes<br>
<video width="754" height="480" controls>
<source src="Images/natasha/fingercome.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<natasha>>OH MY GOD, YES<</natasha>><br>
You grin at her, she orgasmed just with the touch of your fingers, you didn't expect that.<br>
<<if $natashaattraction lte 149.99>>
She looks visibly embarassed.<br>
<<natasha>>Ehm, thanks, I guess I really needed that if I let you do it<</natasha>><br>
<b>Your Lust increased by 10 <br>
Natasha's love for you increased by 1</b><br>
<<set $lust +=10>>
<<set $natashalove +=1>>
<br> <<link "You greet her and you walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<<if $natashaattraction gte 150>>
<<natasha>>Oh god, thanks, come here, you deserve at least this<</natasha>><br>
<video width="754" height="480" controls>
<source src="Images/natasha/kiss.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
You get closer to her<br>
She pulls you closer and kisses you passionately<br>
<<natasha>>Sorry if I was kind of a bitch to you in the past, I'll try to get better<</natasha>><br>
/*---------(first)&kiss---------*/
<<if $natashakissed is 0>>
You kissed Natasha for the first time! A few people might hear that as a rumor about you!<br>
<b>Your popularity increased by 4!</b>
<<set $popularity +=4>>
<</if>>
<<set $natashakissed+=1>>
/*--------------------------- */
<b>Your Lust increased by 15 <br>
Natasha's love for you increased by 2</b><br>
<<set $lust +=15>>
<<set $natashalove +=2>>
<br> <<link "You greet her and you walk back to your room" "Room">><br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <</link>>
<</if>>
<<else>>You already selected the other option
<</if>>
<</linkreplace>>
<br><<linkreplace "You stop abruptly and deny her orgasm">>
<<if $clickednat is 0>>
<<set $clickednat to 1>>
<br>
You stop abruptly and deny her orgasm<br>
<<natasha>>No, NO, don't stop<</natasha>><br>
<<say "You" $faceimg>>Thanks you Natasha, that's all I wanted in return for now<</say>><br>
<<natasha>>Come on, what the hell, keep going<</natasha>><br>
<<say "You" $faceimg>>This was my reward, remember, not yours? Maybe next time if you behave I'll let you come.<</say>><br>
<<natasha>>Oh fuck you! There won't be a next time!<</natasha>><br>
But deep down you know wery well that there is going to be a next time, and you bask in her frustration, taking this little revenge.<br>
<b>Your stress increased by 2<br>
Natasha's love for you decreased by 1<br>
Your Confidence increased by 4</b><br>
<<set $lust +=10>>
<<set $stress +=2>>
<<set $natashalove -=1>>
<<set $confidence +=4>>
<br> <<link "You leave her there on the couch, uncaring, and you walk back to you room" "Room">><</link>><!--[[Room]]--> <br>
<<else>>You already selected the other option
<</if>>
<</linkreplace>>
<</if>>
<</if>>
/*---------------------------------------------------------------------------- */
/*------------------------------Take dick out--------------------- */
<<if $natashascene eq 2>>
You unbutton your pants and start to take your dick out<br>
<<if $natashaattraction lte 39>>
Natasha gives you a shocked look
<<natasha>>What the fuck do you think you are doing??<</natasha>><br>
She then proceeds to give you a kick in the balls as hard as she can manage.
She's not very strong, but It still hurts like hell.<br>
She's not attracted to you at all yet, that was a shit idea.<br>
<b>
You lose 10 energy<br>
You gain 5 stress<br>
Natasha's love for you decreases by 2
You lose 10 lust</b>
<<set $lust -=10>>
<<set $stress +=5>>
<<set $natashalove -=2>>
<br> <<link "You get kicked out of her room" "Room">><<set $energy -=10>><</link>>
<</if>>
<<if $natashaattraction gte 40 and $natashaattraction lte 59>>
Natasha shakes her head and says
<<natasha>>Put that thing away right now before I start screaming<</natasha>><br>
She's still not attracted enough to let you do that, but her reaction betrays some lack of determination, you are getting closer.<br>.
<b>You gain 1 stress</b><br>
<<set $stress +=1>>
<br> <<link "You got nothing, you walk back to your room" "Room">><</link>>
<</if>>
<<if $natashaattraction gte 60 >>
<<natasha>>Ok... You can wank yourself looking at me, but I'm not touching it<</natasha>><br>
<<say "You" $faceimg>>Can you show me anything?<</say>><br>
<<natasha>>You can look at my tits<</natasha>><br>
[img[setup.ImagePath+'/natasha/tits.png']]<br>
<br><<linkreplace "You keep stroking your dick until you cum">>
<<if $clickednat is 0>>
<<set $clickednat to 1>>
You look at her and her tits, she is really hot and she teases you a bit with her expression, you have to slow down to not come too fast.<br>
You keep stroking your dick, and eventually orgasm in your hands after a few minutes.<br>
She smiles at the sight<br>
<b>Your sexual control increased by $sexcogainwank<br>
Your confidence decreased by 0.5<br>
Your stress decreased by 2</b><br>
<<set $sexcontrol +=$sexcogainhandjob >>
<<set $confidence -=0.5>>
<<set $lust -=30>>
<<set $stress -=2>>
<br> <<link "You get dressed and get back to your room" "Room">><</link>>
<<else>> You already selected the other option
<</if>>
<</linkreplace>>
<br><<linkreplace "You stroke your dick for a few minutes, then ask to see more">>
<<if $clickednat is 0>>
<<set $clickednat to 1>>
You stroke your dick for a few minutes, then you ask if she can show you some more, to help you cum<br>
<<if $natashaattraction lte 76.99>>
She refuses, <br>
<<natasha>>No, you are taking it too far, that's enough, if you can't come it's not my problem<</natasha>><br>
You settle for what you have, and after a few minutes you manage to come in your hands anyway.
<b>Your sexual control increased by $sexcogainwank<br>
Your confidence decreased by 1<br>
Your stress has been reduced by 3</b><br>
<<set $sexcontrol +=$sexcogainhandjob >>
<<set $confidence -=1>>
<<set $lust -=30>>
<<set $stress -=3>>
<br> <<link "You get dressed and get back to your room" "Room">><</link>>
<</if>>
<<if $natashaattraction gte 77>>
She is staring at your dick from a while, and she is biting her lip while getting obviously aroused at the sight.<br>
She plays it down, but was probably waiting for you to ask that, and she removes her panties, after a while, she even starts to play with her pussy.<br>
<<natasha>>Come on...<</natasha>><br>
<video width="754" height="480" controls>
<source src="Images/natasha/wanktoherpussy.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<if $natashaattraction lte 99.99>>
You keep masturbating while looking at her playing with her pussy, after a while, you eventually cum and she yells at you to leave her room, as she has something to deal with.<br>
It doesn't take a genius to realize that she just wants to finish masturbating on her own, she just doesn't want to give you the satisfaction to watch her come
<br>
<b>Your sexual control increased by $sexcogainwank<br>
Your stress has been reduced by 4<br></b>
<<set $sexcontrol +=$sexcogainhandjob >>
<<set $stress -=4>>
<<set $lust -=30>>
<br> <<link "You chuckle as you're kicked out of her room" "Room">><</link>>
<!--[[Room]]--> <br>
<</if>>
<<if $natashaattraction gte 100>>
You keep masturbating together for a while, after a few minutes, she cannot take it anyumore and starts going faster and faster<br>
<video width="754" height="480" controls>
<source src="Images/natasha/shecomesmast.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
Until she eventually has an orgasm in front of you.<br>
<<if $natashaattraction lte 149.99>>
The sight is enough to instantly bring you over the edge, and you come shortly after her in your own hands<br>
<b>Your sexual control increased by $sexcogainwank<br>
Your confidence increased by 0.5<br>
Your stress has been reduced by 5</b><br>
<<set $sexcontrol +=$sexcogainhandjob >>
<<set $confidence +=0.5>>
<<set $stress -=5>>
<<set $lust -=30>>
<br> <<link "You get dressed and get back to your room" "Room">><</link>>
<</if>>
<<if $natashaattraction gte 150>>
While still visibly shaken by her orgasm, she asks you to come closer and cum on her belly<br>
You kindly oblige<br>
<video width="754" height="480" controls>
<source src="Images/natasha/bodycum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
She licks her lips and even touches the tip of your dick, visibly around and interested in it.<br>
<<natasha>>Wow, that is a lot of cum<</natasha>><br>
<b>Your sexual control increased by $sexcogainwank<br>
Your confidence increased by 1<br>
Your stress has been reduced by 5</b><br>
<<set $sexcontrol +=$sexcogainhandjob >>
<<set $confidence +=1>>
<<set $stress -=5>>
<<set $lust -=30>>
<br> <<link "You smile at her and get back to your room" "Room">><</link>>
<</if>>
<</if>>
<</if>>
<</if>>
<</linkreplace>>
<</if>>
<</if>>
/*------------------------------------------- */
<<if $natashascene eq 3>>
You enter Natasha's room, and you end up on the bed with her, she's really horny and tries to break the ice with some random conversation<br>
<<natasha>>Do you like my ponytails? I made them for you<</natasha>><br>
<<say "You" $faceimg>>...Sure Natasha, they're beautiful, wanna show any other pair of nice things?<</say>><br>
Natasha bites her lower lip and raises her shirt<br>
<<say "You" $faceimg>>Oh, they look nice<</say>><br>
<<natasha>>Thank you<</natasha>><br>
She shakes her little tits for you a while, then says<br>
<<natasha>>I like you a lot<</natasha>><br>
And she sits on the couch, raising her jeans skirt and showing how she's not wearing any panties, <br>
<video width="754" height="480" controls>
<source src="Images/natasha/1presex.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
Her pussy is now in full display, she is visibly wet<br><br>
<<natasha>>See for yourself... Just how my pussy is getting soaked<</natasha>><br>
She then starts to touch herself looking at you in the eyes<br><br>
<<natasha>>So... are you going to fuck me or what?<</natasha>>
<<if $sexcontrol lte 13.99>>
You are extremely aroused, you feel like you could almost come in your pants, but you manage to take it out and stick it inside her<br>
You try to resist the urge to cum right away<br>
<b>(Sex control check: failed)</b><br>
<video width="754" height="480" controls>
<source src="Images/natasha/1fuckfailcum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<say "You" $faceimg>>Oh fuck,,, OH FUCK<</say>><br>
But that's to no avail, a few seconds later Natasha is barely starting to moan and you have to pull your dick out, you end up spraying her pussy and covering it in cum<br>
<<natasha>>Oh my god, what the fuck?<</natasha>><br>
<<say "You" $faceimg>>Fuck, I'm sorry, you got me too horny<</say>><br>
<<natasha>>This is ridiculous, all this hype and you can't even fuck me for 20 seconds, ge the fuck out<</natasha>><br>
<<say "You" $faceimg>>I'm sorry, I'll do better next time!<</say>><br>
<<natasha>>YOU BETTER, OR... Actually, fuck you, who tells you there's going to be a next time?<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl. so this will boost your popularity by a lot<br>
Your popularity increased by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<b>
Your confidence decreased by 5<br>
Natasha's love for you decreased by 4<br>
Your sexual experience increased by 0.5<br>
Your sexual control increased by $sexcogainfuck<br>
Your lust decreased by 50<br>
You spent 3 energy</b><br>
<<set $natashalove -=4>>
<<set $confidence -=5>>
<<set $natashafucked +=1>>
<<addmins 5>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=0.5>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=3>><</link>>
<</if>>
<<if $sexcontrol gte 14 and $sexcontrol lte 22.99>>
<b>Sex control check: Success</b><br>
You would really want a blowjob before fucking, but you're not even sure you'll be able to not cum with it, so you decide not to risk it, and you go straight to fucking<br>
<<say "You" $faceimg>>Come here<</say>><br>
<video width="754" height="480" controls>
<source src="Images/natasha/1sexending1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<b>Sex control check: Failed</b><br>
You fuck her like this for a few minutes, she manages to have an orgasm just in time before you also have to cum<br>
<<natasha>>Oh, already? I wanted to do so much more<</natasha>><br>
But you cannot take it anymore, you have to cum<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1pussycumcut.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You start cumming all over her pussy, despite the minor disappointment, she seems to enjoy that<br><br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity increased by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<b>
Your confidence decreased by 2<br>
Natasha's love for you decreased by 2<br>
Your sexual experience increased by 0.5<br>
Your sexual control increased by $sexcogainfuck<br>
Your lust decreased by 50<br>
You spent 5 energy</b><br>
<<set $natashalove -=2>>
<<set $confidence -=2>>
<<set $natashafucked +=1>>
<<addmins 5>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=0.5>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=5>><</link>>
<</if>>
<<if $sexcontrol gte 23>>
<b>Sex control check: Success</b><br>
You decide that asking is worth a shot:<br><br>
<<say "You" $faceimg>>How about a blowjob first?<</say>><br>
<<natasha>>Sure... just don't come before fucking me really good<</natasha>><br>
<video width="754" height="480" controls>
<source src="Images/natasha/1blowjob1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<addmins 5>>
<<if $sexcontrol lte 33.99>>
<b>Sex control check: Failed</b><br>
She sucks your dick for a while, but her skills and the fact that she's so horny already brought you too close to coming, it's better switch to fucking<br>
You tell her to lay down on the couch and start giving her your dick.
<video width="754" height="480" controls>
<source src="Images/natasha/1sexending1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You fuck her like this for a few minutes, she manages to have an orgasm just in time before you also have to cum<br>
<<natasha>>Oh, already? I wanted to do so much more, maybe I shouldn't have sucked your dick<</natasha>><br>
But you cannot take it anymore, you have to cum<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1pussycumcut.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You start cumming all over her pussy, despite the minor disappointment, she seems to enjoy that<br><br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity increased by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<b>
Your confidence decreased by 1<br>
Natasha's love for you decreased by 1<br>
Your sexual experience increased by 1<br>
Your sexual control increased by $sexcogainfuck<br>
Your lust decreased by 50<br>
You spent 7 energy</b><br>
<<set $natashalove -=1>>
<<set $confidence -=1>>
<<set $natashafucked +=1>>
<<addmins 5>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=1>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=7>><</link>>
<<else>>
<b>Sex control check: Success</b><br>
<br>Natasha is really horny, she puts herself on all four and exposes her ass, beckoning you to put it inside.<br>
You slide your dick in and start hammering her.<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1sexdoggy1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<addmins 5>>
She has her first orgasm as you are taking her from behind.<br>
<<if $sexcontrol lte 44.99>>
<b>Sex control check: Failed</b><br>
After a few minutes of that you are getting very close to your orgams, this is probably the last position, you tell her to lay down on the couch and to raise her legs, and start giving her your dick.<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1sexending1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You fuck her like this for a few minutes, she manages to have another orgasm just in time before you also have to cum<br>
<<natasha>>Oh yeah, give me your cum!<</natasha>><br>
But you cannot take it anymore, you have to cum<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1pussycumcut.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You start cumming all over her pussy.<br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
<<natasha>>Well, I'm sure we can do better than this, we should do that again sometimes, maybe we could try a few more positions<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity increased by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<b>
Your sexual experience increased by 1<br>
Your sexual control increased by $sexcogainfuck<br>
Your lust decreased by 50<br>
You spent 9 energy</b><br>
Your stress decreased by 5<br>
<<set $stress -=5>>
<<set $natashafucked +=1>>
<<addmins 5>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=1>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=9>><</link>>
<<else>>
<b>Sex control check: Success</b><br>
<<natasha>>Let me take charge for a couple minutes<</natasha>><br>
She tell you to get seated, climbs on top on you, put her feet on the couch and impales herself on your cock<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1revcow1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You can definitively hear her reaching her climax again while she rides you.<br>
<<if $sexcontrol lte 56.99>>
<b>Sex control check: Failed</b><br>
After a few minutes of that you are getting very close to your orgams, this is probably the last position, you tell her to lay down on the couch and to raise her legs, and start giving her your dick.<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1sexending1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You fuck her like this for a few minutes, she manages to have another orgasm just in time before you also have to cum<br>
<<natasha>>Oh yeah, give me your cum!<</natasha>><br>
But you cannot take it anymore, you have to cum<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1pussycumcut.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You start cumming all over her pussy.<br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
She seems to have enjoyed it<br>
<<natasha>>Well, that wasn't so bad, we should do that again sometimes, maybe we could try a few more positions<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity increased by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<b>
Your confidence increased by 1<br>
Natasha's love for you increased by 1<br>
Your sexual experience increased by 1<br>
Your sexual control increased by $sexcogainfuck<br>
Your lust decreased by 50<br>
Your stress decreased by 5<br>
You spent 11 energy</b><br>
<<set $stress -=5>>
<<set $natashalove +=1>>
<<set $confidence +=1>>
<<set $natashafucked +=1>>
<<addmins 5>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=1>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=11>><</link>>
<<else>>
<b>Sex control check: Success</b><br>
She turns around, opens her legs and puts herself in missionary position, you see no reason why you shouldn't fuck her in this position as well.<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1sexmission1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You manage to make her come again, and she gives you a grateful look.<br>
<<if $sexcontrol lte 67.99>>
<b>Sex control check: Failed</b><br>
After a few minutes of that you are getting very close to your orgams, this is probably the last position, you tell her to lay down on the couch and to raise her legs, and resume giving her your dick.<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1sexending1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You fuck her like this for a few minutes, she manages to have another orgasm just in time before you also have to cum<br>
<<natasha>>Oh yeah, give me your cum!<</natasha>><br>
<video width="754" height="480" controls>
<source src="Images/natasha/1pussycumcut.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You start cumming all over her pussy.<br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
She hugs you and kisses you on the lips<br>
<<natasha>>Ok, you fucked me good this time, we should definitely do that again sometimes, maybe we could try a few different positions<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity increased by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<b>
Your confidence increased by 2<br>
Natasha's love for you increased by 2<br>
Your sexual experience increased by 1<br>
Your sexual control increased by $sexcogainfuck<br>
Your lust decreased by 50<br>
Your stress decreased by 8<br>
You spent 13 energy</b><br>
<<set $stress -=8>>
<<set $natashalove +=2>>
<<set $confidence +=2>>
<<set $natashafucked +=1>>
<<addmins 5>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=1>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=13>><</link>>
<<else>>
<b>Sex control check: Success</b><br>
You need to catch your breath for a bit, so you sit on the couch and ask her to sit on your dick, she proceeds to fuck you in a odd position while standing, she is definitely skilled<br>
You reward her by grabbing her tits from behind while she rides you<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1standingrevcow1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<addmins 4>>
<<if $sexcontrol lte 78.99>>
<b>Sex control check: Failed</b><br>
After a few minutes of this odd and sexy position you are getting very close to your orgams, you lasted quite a lot, and this is probably the last position, you tell her to lay down on the couch and to raise her legs, and resume giving her your dick.<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1sexending1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You fuck her like this for a few more minutes, she manages to have another orgasm just in time before you also have to cum<br>
<<natasha>>Oh fuck yeah, give me all your cum!<</natasha>><br>
<video width="754" height="480" controls>
<source src="Images/natasha/1pussycumcut.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You start cumming all over her pussy.<br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
She is in pure delight, and kind of exhausted, she hugs you tight and kisses you on the lips<br>
<<natasha>>Wow, this was amazing, you really are something else, we should definitely do that again sometimes, maybe we could try a few different positions<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity increased by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<b>
Your confidence increased by 2<br>
Natasha's love for you increased by 3<br>
Your sexual experience increased by 1.5<br>
Your sexual control increased by $sexcogainfuck<br>
Your lust decreased by 50<br>
Your stress decreased by 10<br>
You spent 14 energy</b><br>
<<set $stress -=10>>
<<set $natashalove +=3>>
<<set $confidence +=2>>
<<set $natashafucked +=1>>
<<addmins 5>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=1.5>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=14>><</link>>
<<else>>
<b>Sex control check: Success</b><br>
<<natasha>>Wow, you still didn't come? That's insane, you're nothing like the other boys, come on top of me and fuck me like this<</natasha>><br>
<video width="754" height="480" controls>
<source src="Images/natasha/1backspread1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<addmins 4>>
<<if $sexcontrol lte 89.99>>
<b>Sex control check: Failed</b><br>
After a few minutes of this odd and sexy position you are getting very close to your orgams, you lasted quite a lot, and this is probably the last position, you tell her to lay down on the couch and to raise her legs, and resume giving her your dick.<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1sexending1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You fuck her like this for a few more minutes, she manages to have another orgasm just in time before you also have to cum<br>
<<natasha>>Oh fuck yeah, give me all your cum!<</natasha>><br>
<video width="754" height="480" controls>
<source src="Images/natasha/1pussycumcut.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You start cumming all over her pussy.<br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
She is in pure delight, and very exhausted, she hugs you tight, she makes out with you while cuddling for a few minutes, you never knew she could become so sweet<br>
<<natasha>>Wow, that was fucking amazing, you really are something else, PLEASE fuck me again tomorrow, maybe we can still find a position we didn't try<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity increased by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<b>
Your confidence increased by 3<br>
Natasha's love for you increased by 4<br>
Your sexual experience increased by 1.5<br>
Your sexual control increased by $sexcogainfuck<br>
Your lust decreased by 50<br>
Your stress decreased by 12<br>
You spent 16 energy</b><br>
<<set $stress -=12>>
<<set $natashalove +=4>>
<<set $confidence +=3>>
<<set $natashafucked +=1>>
<<addmins 5>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=1.5>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=16>><</link>>
<<else>>
<b>Sex control check: Success</b><br>
<<natasha>>Jesus christ, I never saw anyone that could fuck for so long, don't tell me you can still go<</natasha>><br>
<<say "You" $faceimg>>Just ride me for a few more minutes, let me catch my breath<</say>><br>
<<natasha>>Well, not my favorite position, but for you... you earned it<</natasha>><br>
She pants, she's exhausted as well, but she doesn't want to look like the one who gives up first.<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1cowgirl1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You don't know how on earth you lasted so long, all your training paid off to the fullest, you are physically tired, and you feel like it's time to finally spray her with your cum<br>
<video width="754" height="480" controls>
<source src="Images/natasha/1sexending1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You fuck her like this for a few more minutes, she manages to have yet another orgasm, you both lost count of how many, and finally you spray her with all your cum<br>
<<natasha>>Oh fuck yeah, give me all your cum!<</natasha>><br>
<video width="754" height="480" controls>
<source src="Images/natasha/1pussycumcut.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You start cumming all over her pussy.<br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
She is in a state of complete ecstasy and exhaustion, she hugs you tightly while still shaking from the uncountable orgasms she had.<br>
A couple minutes later she says:<br>
<<natasha>>I have no words, that was just... unbelievable. I guess we ran out of position to try, but we must do this again, or we could try something else entirely... maybe my butthole? (work in progress)<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity increased by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<b>
Your confidence increased by 4<br>
Natasha's love for you increased by 6<br>
Your sexual experience increased by 2<br>
Your sexual control increased by $sexcogainfuck<br>
Your lust decreased by 50<br>
Your stress decreased by 15<br>
You spent 18 energy</b><br>
<<set $stress -=15>>
<<set $natashalove +=6>>
<<set $confidence +=4>>
<<set $natashafucked +=1>>
<<addmins 5>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=2>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=18>><</link>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<if $infirmary is undefined>><<set $infirmary to 0>><</if>>
<<if $stalkedmelanie is undefined>><<set $stalkedmelanie to 0>><</if>>
Those hints may contain the occasional spoiler, try to use them only if you get stuck in the plot or have no idea what to do.<br><br>
important : hints are not always up to date with the game version, if nothing shows up here, it doesn't mean that there isn't anything to do left <br><br>
<<if $susanprogress is 0>>- You could try and visit Susan's room to progress with her story, you need at least 15 confidence to do that though, if you need to raise your confidence, you could try and go studying with her in the library in the afternoon.<br><</if>>
<<if $roseprogress eq 0 or $roseprogress is undefined>>
- You can check out the cafeteria at dinner time (past 17:00) to meet an interesting woman<br>
<</if>>
<<if $roseprogress gte 1 and $rosefirsttalk eq 0 or $roseprogress gte 1 and $rosefirsttalk is undefined>>
- Raising Rose's love a little bit by listening to her advice while dining in the cafeteria will lead you to new interactions<br>
<</if>>
<<if $natashaprogress is 0>>- You could try visiting the hallways and/or Natasha's room in the hallways<</if>><br>
<<if $natashaprogress is 1>>- You need to come up with a way to deal with Natasha to even meet Carol, try attending Classrooms until you reach at least 12 intelligence<</if>><br>
<<if $natashaprogress eq 2 and $natashamoneytrigger gte $currentday>> Try waiting 2 or 3 days and see if Natasha needs more money (your room)<</if>><br>
<<if $natashaprogress is 3>>- You have unlocked all story options for Natasha, you can only play with her attraction and actions in her room, for this game version, more will come!<</if>><br>
<<if $infirmary is 0 and $stalkedmelanie is 0>><br>
You can try to understand Melanie better by finding her on Instatok (your room - laptop)<br>
<</if>>
/*
As a general hint, you want to start from the girls that are easier to increase your popularity and sex skills:<br>
<<linkreplace "Show all girls ranked by difficulty - (might be a minor spoiler)">><br>
Susan - currently the easiest<br>
Rose - easy<br>
Carol - relatively easy<br>
Natasha - kinda hard<br>
Melanie - pretty hard (still not in the game)<br>
<br>
<</linkreplace>>*/
<br>
<</nobr>>
<<nobr>>
$codingtext $codinggaintext $textintgain <br><br>
<<set $intgain to Number(((101- $intelligence) /100).toFixed(2))>>
<<set $codgain to Number(((101- $coding) /100).toFixed(2))>>
<<set $codgrowrate to 0.3+($intelligence/20)>>
<<set $codgaincoding to Number (($codgrowrate*$codgain).toFixed(2))>>
<<set $intgaincoding to Number ((0.2*$intgain).toFixed(2))>>
<<if $energy gte 10>>
<<link "Try gaining some money as a developer" "developwork">><br>
<<addhours 2>>
<<set $energy to $energy-=10>>
<<set $stress to $stress+=4>>
<<set $intelligence to $intelligence+ $intgaincoding>>
<<set $intelligence to Number ($intelligence.toFixed(2))>>
<<set $coding to $coding+ $codgaincoding>>
<<set $coding to Number ($coding.toFixed(2))>>
<<set $codinggaintext to ["<br>You gain $codgaincoding coding skill and $intgaincoding intelligence, you use 10 energy and your stress is increased by 4."]>>
<<if $intelligence gte 50>> <<set $textintgain to ["but thanks to your very high intelligence, you manage to learn a lot of new things."]>>
<</if>>
<<if $intelligence lte 49 and $intelligence gte 20>> <<set $textintgain to ["your intelligence helps you to learn a few new things"]>>
<</if>>
<<if $intelligence lte 19>> <<set $textintgain to ["you struggle to learn new things, and you feel like this isn't really your field."]>>
<</if>>
<<if $coding lte 15>>
<<set $codingtext to ["You fail to produce anything useful or valuable with your skills, nobody would pay your work, "]>>
<</if>>
<<if $coding gte 16 and $coding lte 31>>
<<set $codinggain to Math.floor(Math.random() * 7) + 2>>
<<set $codingtext to ["You perform some very simple tasks for simple requests, you manage to gain $codinggain $ "]>>
<<set $money+=$codinggain>>
<<updatebar>>
<</if>>
<<if $coding gte 32 and $coding lte 63>>
<<set $codinggain to Math.floor(Math.random() * 8) + 9>>
<<set $codingtext to ["You can now finally do some decent work, and you start getting a few more dollars, you gain $codinggain $ "]>>
<<set $money+=$codinggain>>
<<updatebar>>
<</if>>
<<if $coding gte 64 and $coding lte 95>>
<<set $codinggain to Math.floor(Math.random() * 14) + 16>>
<<set $codingtext to ["You are an expert at this now, you can fulfill almost any request, you start to get good money for someone your age, you gain $codinggain $ "]>>
<<set $money+=$codinggain>>
<<updatebar>>
<</if>>
<<if $coding gte 96>>
<<set $codinggain to Math.floor(Math.random() * 33) + 48>>
<<set $codingtext to ["You are an hardened professional, you have a lot of reputation, and get real money now, you gain $codinggain $ "]>>
<<set $money+=$codinggain>>
<<updatebar>>
<</if>>
<<updatebar>>
<</link>>
<<else>> You are too tired to start coding (need 10+ energy)
<</if>>
<</nobr>>
<<link "Back" "Laptop">><!--[[Laptop]]--><</link>>You have built up way too much stress in the past days.
All work and no play became unbearable to you.
You have a breakdown, you close yourself up in your room and play videogames on your phone for 2 days straight, you only stop to eat and shit.
You wasted 2 entire days.
This lowers your stress to 40 and refills your energy. At what cost, though.
(you should balance stress-building and stress-relieving activities a bit better, you can check your stress level on the left menu)
<<adddays 2>>
<<set $energy to $maxenergy>>
<<button "Cave out" "Room">><!--[[Room]]--><</button>>You are in your college dorm room, it's a single room, you insisted on that back when you were 18, because you don't really like company, so your parents had to pay a little extra for that.
<<set $faceimg = "images/mc/face" + $faceselect + ".png">>
[img[setup.ImagePath+'/roompreview.png']]<br>
You focus on trying to remember:
This was probably your second day of school, it's early morning, as you can easily check from the watch on your phone.
You think you arrived last night and you spent the evening moving in.
You try to concentrate and remember what is planned for you today, but the memory fades away.
<<addmins 30>>
<<linkreplace "You Hear knocking at your door">>
<<melanie>>Are you ready yet?<</melanie>>
<<say "You" $faceimg>>Sorry, for what?<</say>>
<<melanie>>Oh my god, for the school tour, you idiot, come out <</melanie>>
You slowly open the door, a stunning beauty with an annoyed face appears in front of you.
[img[setup.ImagePath+'/melanie/doorstand.png']]<br>
You only have a faint memory of her, she looks older than you, probably 3rd or 4th year, you have this feeling that she is an extremely popular girl here.
<<melanie>>Shit luck again, you even look like a bigger loser than the last one, move your fat ass, follow me and try to keep up<</melanie>>
<<say "You" $faceimg>>Are you sure you want to do this?<</say>>
<<melanie>>Of course not, but I need to, so let's try to make this quick and painless<</melanie>>
You follow her for a couple of minutes of awkward silence, she walks very fast, probably on purpose, you struggle to keep up, and you start sweating and panting, a few people leer towards the two of you and giggle.
<<melanie>>Ok, so... down there is the cafeteria, where you will go to eat... I think that I covered everything you need, so this concludes the tour<</melanie>>
She starts laughing at her own joke, a few people join in the laughter.
<<linkreplace "So... that's it? Thanks, I guess">><<nobr>>
<<if $clickedday1 is undefined>>
<<set $clickedday1 to 1>>
<<say "You" $faceimg>>So... that's it? Thanks, I guess.<</say>><br>
<<melanie>>Oh, don't mention it, enjoy your stay here<</melanie>><br>
You appear unscathed by her cruelty, you just don't care. You get a few disappointed looks, they expected something different.<br>
<b>Your popularity increased by 1<br></b>
<<nobr>>
<<set $popularity +=1>>
<<set $melanieprogress to 1>>
<</nobr>>
<<link "You start walking back to your room" "day1-2">><!--[[day1-2]]--><</link>><br>
<</if>><</nobr>><</linkreplace>><<nobr>>
<</nobr>><<if $confidence gte 15>>
<<linkreplace "(15conf) Well, fuck you, you useless bitch">><br>
<<if $clickedday1 is undefined>>
<<set $clickedday1 to 1>>
<<say "You" $faceimg>>Well, fuck you, you useless bitch, who do you think you are?<</say>><br>
<<melanie>>How dare you? You fat stupid freshman, I could get you beaten up for that<</melanie>><br>
She walks away pissed and leaves you there, a few people staring at you.<br>
That was a unpleasant but at least you stood up to Melanie, people are impressed.<br>
<b>Melanie's love for you decreased by 5</b> (hint: it's not a big deal, popularity is important)
<b>Your confidence increased by 2
Your popularity increased by 2</b>
<<nobr>>
<<set $melanielove to -5>>
<<set $melanieprogress to 101>>
<<set $confidence +=2>>
<<set $popularity +=2>>
<</nobr>>
<<link "You start walking back to your room" "day1-2">><br><br<br><br><br><br><br><br><br><br><br><br><br><br><br><!--[[day1-2]]--><</link>>
<</if>>
<</linkreplace>>
<</if>>
<<linkreplace "I will complain that you didn't even give me a real tour">>
<<if $clickedday1 is undefined>>
<<set $clickedday1 to 1>>
<<say "You" $faceimg>>I will complain that you didn't even give me a real tour<</say>><br>
<<melanie>>Snitching up already? You've got to be the biggest loser to ever walk in here, maybe I should get someone to teach you a lesson<</melanie>>
People look at you in disgust, not only you got publicly humiliated, but you even threatened to snitch, that was a really bad start.
<b>Your popularity decreased by 1<br>
Melanie's love for you decreased by 5<br></b>
<<nobr>>
<<set $popularity -=1>>
<<set $melanielove to -5>>
<<set $melanieprogress to 201>>
<</nobr>>
<<link "You start walking back to your room" "day1-2">><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><!--[[day1-2]]--><</link>>
<</if>>
<</linkreplace>>
<</linkreplace>>
You start walking back to your room, when a girl about your age approaches you.<br>
[img[setup.ImagePath+'/susan/corridorglasses.png']]
<br>
<<nobr>>
<<addmins 90>>
<<if $melanieprogress is 1>>
<<susan>>Hey, I'm Susan, nice to meet you<</susan>><br>
<<say "You" $faceimg>>Huh... hi?<</say>><br>
<<susan>>She's just a bitch, don't take that too personally, she likes to pick on new students, she did something similar with me<</susan>><br>
<b>Susan's love for you increased by 1.</b><br><br>
<<set $susanlove to 1>>
<</if>>
<<if $melanieprogress is 101>>
<<susan>>Ahahah, you really showed her, well done<</susan>><br>
<<say "You" $faceimg>>Oh, hi, do I know you?<</say>><br>
<<susan>>No, you don't, but I really wanted to say that I loved watching that<</susan>><br>
<b>Susan's love for you increased by 3.</b><br>
<<set $susanlove to 3>><br>
<</if>>
<<if $melanieprogress is 201>>
<<susan>>Hey, that was painful to watch,<</susan>><br>
<<say "You" $faceimg>>Huh... who are you?<</say>><br>
<<susan>>I'm Susan, and I'm on your side, she did that to me aswell, but don't threaten that kind of stuff, you're only going to get everybody to shun you.<</susan>><br>
<<say "You" $faceimg>>You're right, I just didn't know what to say.,.<</say>><br>
<<set $susanlove to 0>>
<</if>>
<<susan>>Anyway, I think I can give you an actual quick tour of the school if you want, I don't know everything yet, but I got here a day earlier and it's pretty simple anyway.<</susan>><br><</nobr>>
<<if $charisma gte 10>><<linkreplace "(10 cha) Oh, thank you Susan, you're really sweet">><<nobr>>
<<if $clickedday1p2 is undefined>>
<<set $clickedday1p2 to 1>>
<<say "You" $faceimg>>Oh, thank you Susan, you're really sweet and i'd love that<</say>><br>
Susan blushes, you can see that she isn't really used to compliments.<br>
<b>Susan's love for you increased by 2.<br><br></b>
<<set $susanlove +=2>>
<<susan>>Ok then, follow me<</susan>><br>
In the next 30 minutes, Susan guides around the school, she shows you where the classrooms are, the gym, the pool, where the various hallways lead, and also casually lets you know where HER ROOM is.<br>
<<if $intelligence gte 10>> <b>(Successful check: 10 intelligence)</b> You suspect that she might into you, by the odd way she stopped to conveniently show you where your room is.<</if>><br>
<<susan>>Ok, that's everything I know so far, I hope it was useful<</susan>><br>
<<say "You" $faceimg>>It definitively was, thanks for your help!<</say>><br>
<<susan>>No problem, see you around then!<</susan>><br>
She starts to walk away, she left you close to your room, it sure was nice to find an helpful girl in this hostile place.<br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<else>> You already selected the other choice <</if>>
<</nobr>><</linkreplace>><</if>><<nobr>>
<</nobr>><br><<linkreplace "Sure, i'd like that">><br>
<<nobr>>
<<if $clickedday1p2 is undefined>>
<<set $clickedday1p2 to 1>>
<<say "You" $faceimg>>Sure, i'd like that<</say>><br>
<<susan>>Ok then, follow me<</susan>><br>
In the next 30 minutes, Susan guides around the school, she shows you where the classrooms are, the gym, the pool, where the various hallways lead, and also casually lets you know where HER ROOM is.<br>
<<if $intelligence gte 10>> <b>(Successful check: 10 intelligence)</b> You suspect that she might into you, by the odd way she stopped to conveniently show you where your room is.<</if>><br>
<<susan>>Ok, that's everything I know so far, I hope it was useful<</susan>><br>
<<say "You" $faceimg>>It definitively was, thanks for your help!<</say>><br>
<<susan>>No problem, see you around then!<</susan>><br>
She starts to walk away, she left you close to your room, it sure was nice to find an helpful girl in this hostile place.<br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<else>> You already selected the other choice.<</if>><</nobr>>
<</linkreplace>><<nobr>><br>
<</nobr>><<linkreplace "Is this another trick??">><br>
<<nobr>>
<<if $clickedday1p2 is undefined>>
<<set $clickedday1p2 to 1>>
<<say "You" $faceimg>>Is this another trick??<</say>><br>
<<set $susanlove -=1>>
Susan's smile dies on her face, she looks at the ground, taken aback by your rude response.<br>
<b>Susan's love for you decreased by 1</b><br><br>
<<susan>> N..No... I just wanted to be nice to you<</susan>><br>
You realize that you have just been a moron and try to make up for it.<br><br>
<<say "You" $faceimg>>Oh, sorry, I'm just really on edge, if you are serious, i'd be glad to<</say>><br>
<<susan>>Ok then, follow me<</susan>><br>
In the next 30 minutes, Susan guides around the school, she shows you where the classrooms are, the gym, the pool, where the various hallways lead, and also casually lets you know where HER ROOM is.<br>
<<if $intelligence gte 10>><b> (10 int)</b> You suspect that she might into you, by the odd way she stopped to conveniently show you where your room is.<</if>><br>
<<susan>>Ok, that's everything I know so far, I hope it was useful<</susan>><br>
<<say "You" $faceimg>>It definitively was, thanks for your help!<</say>><br>
<<susan>>No problem, see you around then!<</susan>><br>
She starts to walk away, she left you close to your room, it sure was nice to find an helpful girl in this hostile place.<br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<else>> You already selected the other choice.<</if>><</nobr>><</linkreplace>>
<<set $dailysusan to 1>><<nobr>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>>
<<if $susanfucked is undefined>> <<set $susanfucked to 0>><</if>>
<br>
<<if $stalkedsusan is 1>>
You can't believe your eyes, Susan really seems to be a different girl than most, she might not be as attractive and she might be kind of an outcast, but she's sweet.<br>
She definitively seems to be very insecure about herself and her appearance, you probably can exploit that to your advantage, or simply help her by giving her some love. <br> She values affection, humour and intelligence above anything else.
<<else>>
You don't know much about Susan. <br>
You met her the first day that you came back here, you know where her room is and that she seems like a nice girl.<br>
You should probably investigate on her by checking her social media (your rooom - laptop) if you want to have a few more informations about her.
<</if>>
<br>
<<if $susantransform is 2>>
[img[setup.ImagePath+'/susan/face2.png']]
<<else>>
[img[setup.ImagePath+'/susan/face.png']]
<</if>>
<</nobr>>
Susan's Love = $susanlove
Susan activity count: ( Kissed = $susankissed , Fucked = $susanfucked )
<br>
<<nobr>>
<<if $stalkedsusan is 1>>
Susan's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br>
Love : 300% - Susan is extremely insecure and craves love, approval and affection, she would do anything for that. (<<print (($susanlove* 3).toFixed(1))>>)<br>
Charisma: 70% - Susan loves a charismatic person that can make her laugh. (<<print (($charisma* 0.7).toFixed(1))>>)<br>
Intelligence: 50% - Susan appreciates intelligence more than the average girl does. (<<print (($intelligence* 0.5).toFixed(1))>>)<br>
Sexual Experience: 50% - Susan isn't very experienced, and would love to meet someone that compensates that. (<<print (($sexexp * 0.5).toFixed(1))>>)<br>
Confidence: 40% - Susan thinks a boyfriend should be at least a bit confident. (<<print (($confidence* 0.4).toFixed(1))>>)<br>
Unlike most girls, she doesn't seem to care about physical apperance or popularity at all.<br>
<<set $susanattraction to (($susanlove*3+$charisma*0.7+$sexexp*0.5+$intelligence*0.5+$confidence*0.4).toFixed(1))>><br>
Susan's attraction for you is $susanattraction / 490+ <br>
<</if>>
<</nobr>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>>
<<nobr>>
<<if $melaniekissed is undefined>><<set $melaniekissed to 0>><</if>>
<<if $melaniefucked is undefined>><<set $melaniedfucked to 0>><</if>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>>
<br>
<<if $stakedmelanie is 1>>
Melanie is a popular girl, or at least that's what she's trying hard to be, she's attending 4th year and is 22years old.<br>
It's definitively not an easy girl to get in bed with,<br>
Rumor has it that she would only sleep with the most popular guys and has a reputation to defend.<br>
You met her on your first day here and it was a terrible experience, you count the days until you can get your revenge.<br>
Through a series of videos that she posted on her social networks, you determined without any doubt where her room is.<br>
<<else>>
Everything you know about Melanie is that she's the bitch that humiliated you the first day you were here, maybe you could gather more information about her on Instatok.
<</if>>
<br>[img[setup.ImagePath+'/melanie/face.png']]<br>
<<if $stalkedmelanie is 1>>Age: 22<br><</if>>
<</nobr>>
Melanie's Love = $melanielove
Melanie activity count: ( Kissed = $melaniekissed , Fucked = $melaniefucked )
<br>
<<nobr>>
<<if $stalkedmelanie is 1>>
Melanie's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br>
Popularity: 180% - Melanie cares about popularity above anything else, She might choose to spend time with someone based exclusively on that (<<print (($popularity*1.8).toFixed(1))>>)<br>
Love : 150% - Melanie is more affected from love than she would care to admit or let people know, under a hard bitch shell, she has some soft spots. (<<print (($melanielove*1.5).toFixed(1))>>)<br>
Confidence: 50% - She believes that being confident is important, otherwise that would mean that you are a loser, she would say, as is expected of her(<<print (($confidence*0.4).toFixed(1))>>)<br>
Sexual Control: 40% - Melanie seems to care that his partner lasts long in bed, because all girls value that, and she tends to follow the popular opinion(<<print (($sexcontrol* 0.4).toFixed(1))>>)<br>
Physical attractiveness : 30% - Melanie says that she gives a lot of importance to physical attractiveness, but is that actuallytrue? (<<print (($physattr*0.3).toFixed(1))>>)<br>
Strength : 20% - She does however give a bit more importance to the actual muscles and strength (<<print (($strength*0.2).toFixed(1))>>)<br>
She doesn't bother herself with things like intelligence, culture, or even someone's charisma<br>
<<set $melanieattraction to (($melanielove*1.5+$popularity*1.8+$confidence*0.5+$sexcontrol*0.4+$physattr*0.3+$strength*0.2).toFixed(1))>><br>
Melanie's attraction for you is $melanieattraction / 470+ <br>
<</if>>
<</nobr>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>>
<<nobr>><<set $susanscene to -1>>
<<if $susananaled is undefined>><<set $susananaled to 0>><</if>>
<<if $susanlove is undefined>> <<set $susanlove to 0>> <</if>>
<<if $susanprogress is undefined>> <<set $susanprogress to 0>> <</if>>
<<if $susantransform is undefined>> <<set $susantransform to 0>> <</if>>
<<if $susantransform is 2>>
You knock on Susan's door, a few seconds later your hear her steps rapidly getting closer to the door, and the door opens<br>
[img[setup.ImagePath+'/susan/face2.png']]<br>
<<if $susantransformtalk is 1>>
<<if $susanfirstfucked eq 1>>
Susan is overjoyed to see you, she hugs you thightly as soon as you step inside<br>
Hey, honey, what do you want to do today?<br>
<<set $susanattraction to (($susanlove*3+$charisma*0.7+$sexexp*0.5+$intelligence*0.5+$confidence*0.4).toFixed(0))>>
Susan's attraction for you is $susanattraction <br>
<<link "Can we have sex again?" "susancouch2">><<set $fuckingsusan to 1>><<set $dailysusan to 1>><</link>> <br>
/*---------------------oral---------------------*/
<<link "Can you just suck my dick today?" "susancouch2">><<set $susanscene to 4>><<set $dailysusan to 1>><</link>> <br>
/*---------------------xxxx---------------------*/
/*---------------------anal---------------------*/
<<linkreplace "<<if $susananaled is 0>>Do you ever think about anal sex?<<else>>Do you want to try anal again?<</if>>">>
<br>
<<if $susanattraction gte 175>>
<<if $susananaled is 0>>
<<susan2>>I mean, if you really know what you are doing, I guess that we can try?<</susan2>>
<<else>><<susan2>>"Sure, everything you want, my love"<</susan2>><</if>>
<br><<link "Great, let's try" "susancouch2">><<set $susanscene to 5>><<set $dailysusan to 1>><</link>>
<</if>> <br>
<<if $susanattraction lte 174.99>>
<<susan2>>Yeah, it's something that I definitely want to try once we get more comfortable with eachother, maybe let's stick to simpler things for now?<</susan2>>
<</if>>
<</linkreplace>>
<</if>>
/*----------------------xxxx--------------------*/
/*-----2ndattempt-----*/<<if $susanfirstfucked eq 0>>
<br>
<<susan2>>>Oh... you're back?<</susan2>><br>
<<say "You" $faceimg>>Well, of course!<</say>><br>
<<susan2>>I didn't think you'de be back<</susan2>><br>
<<say "You" $faceimg>>Why the hell not? Of course I am<</say>><br>
<<susan2>>Well, after yesterday...<</susan2>><br>
<<say "You" $faceimg>>Well, you just asked me to leave...<</say>><br>
<<susan2>>And you left...<</susan2>><br>
<<say "You" $faceimg>>Well, I came back, though.<</say>><br>
You clearly aren't very good at talking yourself out of those situations <br><br>
<<susan2>>I see... come sit here then<</susan2>><br>
You go sit next to her on the couch and after a while, the two of you just hug for a while. She seems to relax and slowly gets her smile back.<br>
<b>Susan's love for you increased by 5</b><br>
<<set $susanlove+=5>>
<<link "Then..." "susancouch2">><!--[[susancouch]]--><</link>>
<<set $dailysusan to 1>>
<</if>>
<</if>>
<<if $susantransformtalk is undefined or $susantransformtalk is 0>>
<<set $susantransformtalk to 1>>
You almost fail to recognize her, she is without glasses and has a completely new look.
<<say "You" $faceimg>>Susan??<</say>><br>
<<susan2>>Heyyy, do you think I look better now?<</susan2>><br>
<<say "You" $faceimg>>You look gorgeous! What did you do?<</say>><br>
<<susan2>>Well, I figured you would like me more this way, I started using contacts and got a new haircut<</susan2>><br>
<<say "You" $faceimg>>It all looks great, but I did already like you, Susan<</say>><br>
<<susan2>>Hm... are you sure?<</susan2>><br>
<<say "You" $faceimg>>Of course I am, why would you ask that?<</say>><br>
<<susan2>>Well, the last time... we were about to... and... well, you just stopped<</susan2>><br>
Oh crap.<br>
<<if $charisma gte 25>>
<b>(Successful check: charisma 25)</b>
<<say "You" $faceimg>>Oh god susan, how could you think something like that? I just didn't want you to pressure to do stuff you maybe weren't ready for, but if you feel like you are, we can do that anytime.<</say>><br>
<<susan2>>Really?<</susan2>><br>
<<say "You" $faceimg>>Of course...can I come there and give you a hug?<</say>><br>
<<susan2>>Sure...<</susan2>><br>
You go sit next to her on the couch and you just hug her for a while. She seems to relax and get her smile back.<br>
<b>Susan's love for you increased by 2</b><br>
<<set $susanlove+=2>>
<<link "Then..." "susancouch2">><!--[[susancouch]]-->
<<set $dailysusan to 1>>
<</link>>
<<else>>
<b>(Failed check: Charisma)</b><br>
<<say "You" $faceimg>>I'm sorry Susan, I swear that I wanted to, but I felt like maybe we were going too fast?<</say>><br>
<<susan2>>Oh, I see, yeah, maybe we are<</susan2>><br>
<<if $confidence gte 35>>
<<say "You" $faceimg>><b>(Successful check: Confidence 35)</b>No, actually, I really like you, I don't know why I stopped, but I'll make it up to you<</say>><br>
You move towards her on the couch<br>
<<link "And." "susancouch2">><</link>><!--[[susancouch]]-->
<<else>>
<b>(Failed check: Confidence)</b><br>
You look at eachother in silence for a while, then she asks<br><br>
<<susan2>>Can you please leave me alone for a while?<</susan2>><br>
<b>Susan's love for you decreased by 10</b><br>
<<set $susanlove-=10>>
<<set $dailysusan to 1>>
Fuck. I really should have come up with something better to say, I hope I can make it up tomorrow.<br>
<<link "You walk out of her room in defat and back to yours" "Room">> <</link>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $susanprogress is 1 and $susantransform is 0>>
You knock on Susan's door, a few seconds later your hear her steps rapidly getting closer to the door, and the door opens<br>
She looks very happy to see you<br>
You also notice that she is dressed in an odd way, wearing a jacket above a sexy dress, you wonder why that odd choice...<br><<if $intelligence gte 15>><b>(15int)</b><br>No, actually, you get it, she was probably hoping for your visit and... she's trying to look more sexy for you?<</if>><br>
<<susan>> Hey $name , I was hoping it was you, please come inside and sit here<</susan>><br>
[img[setup.ImagePath+'/susan/sitcouchglasses2.png']]<br>
<<link "Sit next to her on the couch" "susancouch">><!--[[susancouch]]-->
<<set $dailysusan to 1>>
<</link>>
<</if>>
<<if $susanprogress is 0>>
You haven't even thought of a reason why, but you are wondering how Susan is doing, so the best idea you have is to show up unannounced at her door, just because she casually let you know where she lives.<br><br>
<<if $confidence lte 14>>
As soon as you get in front of her door, your legs start shaking. She might not be the most popular girl, but this is still too much for you (need more confidence). <br>You chicken out and <<link "walk back to your room" "Room">> <</link>><br>
<</if>>
<<if $confidence gte 12>>
<<linkreplace "<b>(12 conf)</b>You gather up your courage and knock at her door anyway.">><br>
Your heart races in your chest as you wait for a response. <br>After what feels like an eternity, the door creaks open, revealing Susan, looking slightly surprised but not unfriendly.
you manage to stammer out:
<<say "You" $faceimg>>Hey<</say>><br>
your voice barely audible.
Susan offers you a small smile.<br>
<<susan>>Hey, what brings you here?<</susan>><br>
You struggle to find the right words. <br><br>
<<say "You" $faceimg>>I, uh, just wanted to see how you were doing<</say>><br>
Susan's surprise fades into genuine warmth.
<susan>That's really sweet of you</susan><br>
She steps aside to let you in. <br>
[img[setup.ImagePath+'/susan/sitcouchglasses.png']]<br>
<<susan>>I was just chilling out a bit, come sit here<</susan>><br>
The two of you spend a bit of time talking about school stuff, the conversation is surprisingly smooth, she is easygoing and fun. After about 40minutes, you greet her and you walk back to your room<br>
<b>Susan's love for you increased by 2</b>
<<set $susanlove +=2>>
<<addmins 45>>
<<set $susanprogress to 1>>
<<set $dailysusan to 1>><br>
<<link "walk back to your room" "Room">> <</link>>
<</linkreplace>>
<</if>>
<</if>>
<</nobr>>
You start heading towards Susan.<br>
<<if $confidence lte 14>> It's not an easy choice because she was really nice to you and you don't want to creep her out, but you feel like this is the best chance that you have to talk to her again.<</if>>
<<if $confidence gte 15>><b>(Successful check: Conf 15) </b>You are at least confident enough to approach her directly without that stirring you up too much, even though you really like her.<</if>>
(You both whisper, as this is a place where you're supposed to be quiet)
<<say "You" $faceimg>>Hey, how are you?<</say>><<nobr>><<if $confidence lte 14>>
<<set $confidence +=1>>
<b>Your confidence increased by 1</b><</if>><</nobr>>
Susan looks surprised to see you here, but a few moments later, she gives you a warm smile.<br>
<<nobr>>
<<if $susantransform eq 2>>
<<susan2>>Hey $name , Are you here to study together?<</susan2>>
<<else>>
<<susan>>Hey $name , what a surprise! Are you here to study together?<</susan>>
<</if>>
<</nobr>>
<<linkreplace "Sure... of course, let's study together">>
<<nobr>>
<<if $susanfucked eq 0>>
Studying with Susan prepares you very well for the next lesson <br>
<b>(you will get double gains from the next class you attend) <br>
Susan's love for you increased by 1<br>
You spent 4 energy<br>
Your stress increased by 1<br></b>
<<set $susanlove +=1>>
<<set $stress +=1>>
<<set $dailysusan to 1>>
<<set $doublelesson to 1>>
<<link "Walk back to your room" "Room">><</link>><<set $energy -=4>><!--[[Room]]--> <br>
<<else>>Studying with Susan prepares you very well for the next lesson <br>
<b>(you will get double gains from the next class you attend) <br>
Susan's love for you increased by 1<br>
You spent 4 energy<br>
Your stress increased by 1<br></b>
<<set $susanlove +=1>>
<<set $stress +=1>>
<<set $susankissed +=1>>
<<set $dailysusan to 1>>
<<set $doublelesson to 1>>
After you are done studying, she looks around, and notices that the place is basically deserted<br>
You start talking with a low tone of voice<br>
<<susan2>>Well, this was tiring, I need to relieve some tension...<</susan2>><br>
<<say "You" $faceimg>>Can I help you with that?<</say>><br>
Susan raises her shirt and shows you her tits as an answers<br>
<<susan2>>Kiss me<</susan2>><br>
The two of you start making out, but soon the excitement goes a bit overboard<br>
<<say "You" $faceimg>>I can show you a more effective way to relieve stress<</say>><br>
You put your hand between her legs and start rubbing her panties<br>
Susan seems to like that, and she doesn't stop you<br>
<<susan2>>Show me more...<</susan2>><br>
You start touching her faster and faster while you keep making out with her<br>
<video width="754" height="480" controls>
<source src="Images/susan/librarysusan.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
She is clearly horny, and reaches an orgasm with just by you touching her above her panties in less than a couple minutes<br>
You both realize you are making too much noise for the library, and she says<br><br>
<<susan2>>Oh god, can we go back to your room? It's closer than mine<</susan2>><br>
<b>
Susan's love for you increased by 1<br>
Your lust increased by 12<br>
<<addmins 4>>
<<set $susanlove +=1>></b>
<<link "Walk back to your room with susan (WORK IN PROGRESS-nothing will happen)" "Room">><<set $energy -=4>><</link>><br>
<<link "Tell her that you are busy today, kiss her, and walk back to your room alone" "Room">><<set $energy -=4>><<set $lust +=12>><!--[[Room]]--> <br><</link>>
<</if>><</nobr>>
<</linkreplace>>
The game version is 0.2 (alpha)- THERE WILL BE BUGS - scroll down for patch notes
Please read this and decide if you think this game is worth playing yet, you might want to hold off and wait for future updates if you want to try a more complete version.
Consider yourself warned and please don't be mean, I'm trying x_x
Current content:
Number of existing female characters that you can talk to at least once in the game:<b>6</b>
Number of existing female characters that you can have at least some sexual interaction with: <b>5</b>
Number of existing female characters that offer different sexual interactions including fucking: <b>4</b>
Number of existing fermale characters that have a good amount of sex scenes: <b>1</b> and can be considered completed: <b>0</b>
Known bugs I'm struggling to fix:
- Most of the time, when a dialogue multi-selection is clicked, the other option remains visiible and clickable, clicking on it doesn't do anything anyway,
<<link "back to start" "Start">><</link>>
<<linkreplace "Click here to see the future content road map">>
Road map:
My idea is that progress never means just "new content", it also means polishing old content, adding more steps, checks, scenes and scenarios to old content, so that while replaying the game (which is a core-mechanic) with a newer version, you might always be able to find something new. Besides that, this is the road map:
- Continue the development of Melanie
- Starting the developing of Katrina
- Adding more scenes to existing girls, including more threesomes
- Adding more girls
- Adding physical and sexual statistics to the simulation upgrades
- Polishing already existing content
- Adding more single-run events that will take place at given days and can only be played once until you finish/reset the simulation
- Adding more skill checks on interactions
- Adding specific sex scenes for particular skill checks
- Adding more locations
- Classrooms rework : more options
- ???
- If you have suggestions, join the discord server to post them
<</linkreplace>>
<b>Version 0.2 changelog:
(new content)</b>
- Added a new event involving Natasha and Carol that triggers when you have sex with Carol for the first time and leads to various scenes (16 new scenes)
- Added the possibility to have sex with natasha (12 new scenes) with a lot of different outcomes.
- Added a new scene for Rose that starts from a blowjob request with high attraction (7 new scenes)
- Added 4 new scenes and different outcomes to Carol "fuck again" option
- Added oral sex to Susan's options (3 new scenes)
- Introduced a story for Melanie that allows you to start interacting with her
- Added a blackmail option/path to Melanie that gets you access to a few specific scenes (5 scenes)
- Introduced a new character (Katrina) with a brief introductive story (and nothing else for now)
- Fixed Susan having the old portrait when in library and added a scene that will lead to another encounter in a future update
<b>(gameplay and UI changes)</b>
- Re-coded all the menu links to be accessible from everywhere as a popup, you can now open and check them without changing page, and you can nagivate between different girls in "girls stats".
- Added masturbation and edging(req 30int) options to laptop as additional ways to handle lust, stress, and as a basic way to train sex control that requires Lust.
- You will now retain 30% of your sexual skills upon restarting (sexual exp and control)
- Lowered duration of lessons from 4 to 3 hour
- Added a small energy consumption when helping Carol with homeworks
- Slightly increased some starting bonuses for balancing
- Added another step (70%) of mental stat retention purchasable with experience
- Added a flat 1 point increase for confidence when socializing during lessons, reduced stress decrease from 2 to 1.
- Renamed "Wait" buttons to "Relax" and added a small stress decrease
- Changed the tone of grey to a darker one to be easier on the eyes
<b>(bugfixes and adjustments)</b>
- Removed an old link from the intro section that potentially caused huge issues if clicked
- Fixed unconsistent capitalization on image paths that caused issues in some operative systems
- Added lust increases when Rose kisses you or shows you her tits
- Fixed most (hopefully) capitalization typos from i to I
- Fixed a bug that used 25 energy instead of 10 with rose
- Fixed a bug that gave way more money than intended at restart
- Fixed a bug where taking your dick out with natasha with low attraction caused to go directly to passout without showing the reason first.
- Fixed a bug after passing a confidence check with Susan
- Fixed a bug where a particular condition caused rose's story to get blocked
- Fixed a bug that didn't correctly handle the 100 lust threshold
- Fixed a bug where sometimes 2 events from rose would trigger at once
- A LOT of other various minor bug fixes, inconsistency adjustments and grammar fixes
<<link "back to start" "Start">><</link>>You sit on the couch next to Susan, she looks at you and gives a nice smile. What do you do?
<<nobr>>
<<set $susanattraction to (($susanlove*3+$charisma*0.7+$sexexp*0.5+$intelligence*0.5+$confidence*0.4).toFixed(0))>>
Susan's attraction for you is $susanattraction <br>
<<link "Just talk" "susanscene">><br><br>
<<set $susanscene to 0>>
<</link>><br>
<<if $confidence gte 20>>
<<link "(20 conf) Try to kiss her" "susanscene">><br><br>
<<set $susanscene to 1>>
<</link>><br> <</if>>
<<if $confidence gte 28>>
<<link "(28 conf) You look so sexy today" "susanscene">><br><br>
<<set $susanscene to 2>>
<</link>><br> <</if>>
<<if $susanattraction gte 100 and $confidence lte 27.99>>
<<link "She wants to ask you something" "susanscene">><br><br>
<<set $susanscene to 3>>
<</link>><br> <</if>>
<</nobr>><<nobr>>
<<if $susankissed is undefined>> <<set $susankissed to 0>><</if>>
/*---------just talk/she kiss--------*/
<<if $susanscene eq 0>>
You and Susan talk for a good while. She is really nice and talking with her helps you feeling better and relieves a tiny bit of your stress.<br>
<b>Susan's love for you increased by 2<br>
Your stress decreased by 3</b><br>
<<set $susanlove +=2>>
<<set $stress -=3>>
<<addmins 65>>
<<if $susanattraction gte 50>>
Susan is constantly biting her lips while the two of you talk.<br>
At some point she gets a bit frustrated about you not even trying to make a move on her, so she takes the initiative and leans in and try to kiss you.<br>
You get taken by surprise, but manage to somehow reciprocate the kiss.<br>
<video width="754" height="480" controls autoplay>
<source src="Images/susan/susan1kiss.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
/*----kissengine----*/
<<if $susankissed is 0>>
<b>You kissed Susan for the first time! </b><br>
She is not a very popular girl, but it's still an achievement, and she won't deny it if asked.
<b>Your popularity increased by 2</b><br>
<<set $popularity +=2>>
<</if>>
<<set $lust +=6>>
<b>Your lust increased by 6</b><br>
<<set $susankissed +=1>>
/*-------------------*/
<<if $confidence lte 19>>
This unexpected turn of events raises your very low confidence substantially<br>
/*----kissengine----*/
<<if $susankissed is 0>>
<b>You kissed Susan for the first time! </b><br>
She is not a very popular girl, but it's still an achievement, and she won't deny it if asked.
<b>Your popularity increased by 2</b><br>
<<set $popularity +=2>>
<</if>>
<<set $susankissed +=1>>
/*-------------------*/
<<set $confidence +=3>>
<b>Your confidence increased by 3<br></b>
<<updatebar>>
<</if>>
<</if>>
<br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*-------------------------------*/
/*------------you kiss----------*/
<<if $susanscene eq 1>>
You lean in and try to kiss her, she reciprocates you immediately<br>
<video width="754" height="480" controls loop autoplay>
<source src="Images/susan/susan1kiss.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<b>Susan's love for you increased by 3<br>
Your lust increased by 5</b><br>
<<set $susanlove +=3>>
<<set $lust +=5>>
/*----kissengine----*/
<<if $susankissed is 0>>
<b>You kissed Susan for the first time! </b><br>
She is not a very popular girl, but it's still an achievement, and she won't deny it if asked.
<b>Your popularity increased by 2</b><br>
<<set $popularity +=2>>
<</if>>
<<set $susankissed +=1>>
/*-------------------*/
<br>
You make out for a while, then she says.
<<susan>>That was very nice, I hoped you would do that<</susan>><br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*-------------------------------*/
/*-------------looksexy----------*/
<<if $susanscene eq 2 or $susanscene eq 3>>
<<if $susanscene eq 2>>
<<say "You" $faceimg>>You look so sexy today, Susan<</say>><br>
<</if>>
<<if $susanscene eq 3>>
<<susan>>I wanted to ask you something... i...like you a lot, do you think that I look...ehm...sexy?<</susan>><br>
<<say "You" $faceimg>>Oh Yes, of course, I like you too<</say>><br>
You are both a bit embarassed to say the least, and she has to take the lead.
<</if>>
She comes towards you and kisses you<br>
<video width="754" height="480" controls autoplay>
<source src="Images/susan/susan1kiss.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
/*----kissengine----*/
<<if $susankissed is 0>>
<b>You kissed Susan for the first time! </b><br>
She is not a very popular girl, but it's still an achievement, and she won't deny it if asked.
<b>Your popularity increased by 2</b><br>
<<set $popularity +=2>>
<</if>>
<<set $kissedsusan +=1>>
/*-------------------*/
<br>
<<if $susanscene eq 2>>
<<susan>>Are you sure though?.... even with my glasses? And, oh god sorry, I'm so sweaty, I should also get a new haircut<</susan>><br>
<<say "You" $faceimg>>Nah, you are definitively beatiful, you know what? take off some clothes for me<</say>><br>
<</if>>
<<if $susanscene eq 3>>
<<susan>>Do you... also like my body?<</susan>><br>
<</if>>
<video width="754" height="480" controls >
<source src="Images/susan/undress1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<if $susanscene eq 2>>
<<say "You" $faceimg>>Wow, you are so hot, can I see your tits?<</say>><br>
<<susan>>Only if you promise that you will touch them a bit<</susan>><br>
<<say "You" $faceimg>>You've got yourself a deal<</say>><br>
<</if>>
<video width="754" height="480" controls >
<source src="Images/susan/showtits1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<if $susanscene eq 2>>
You deliver on your promise, and start touching her tits for a while.<br>
<</if>>
<<if $susanscene eq 3>>
<br>
She can see that you are visibly tense, and she tries to tease you<br><br>
<<susan>>Come on, touch me a bit, I won't bite you<</susan>><br>
<</if>>
<video width="754" height="480" controls >
<source src="Images/susan/touchtits1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<if $susanscene eq 3>>
<br>
<<susan>>Interested to see more?<</susan>><br>
<<say "You" $faceimg>>Oh yes, please<</say>><br>
<</if>>
<<if $susanscene eq 2>>
Then you decide to try taking it a step further.
<<say "You" $faceimg>>Are you interested in a similar deal about your pussy?<</say>><br>
You regret your words as soon as you speak them, you expect this to go very wrong, you pushed it too far... <br>
Surprisingly, she isn't shocked or annoyed, It must be your lucky day for sure.<br><br>
<<susan>>You drive a hard bargain, but... ok<</susan>><br>
<</if>>
She removes her panties and sits on the arm of her couch, waiting for you.
<video width="754" height="480" controls >
<source src="Images/susan/naked1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<if $susanscene eq 3>>
<br>
You remain speechless in front of her naked body, she glances at your and smile<br><br>
<<susan>>So?... are you just gonna stand there?<</susan>><br>
<</if>>
You wonder if you should really just go for it, you can't believe this is really happening so fast, you try to reach for her pussy, something must definitively go wrong this time<br>
It doesn't, though, she lets you touch her and even open her legs a bit.
<video width="754" height="480" controls >
<source src="Images/susan/touchpussy1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<susan>>Hmmm<</susan>><br>
You start to think that you are asking her too much, you already took too much advantage of her kindness, and you decide it's better to stop here.<br><br>
<<say "You" $faceimg>>Thank you Susan, that was very hot<</say>><br>
It's only after you see the look on her face that you realize what a moron you have been. <br>
But the damage is done, she says:<br><br>
<<susan>>Oh yeah, you are right, I must get back to my homeworks now anyway, I'm sure you also have stuff to do<</susan>><br>
You might have pushed that much further, what the fuck did you think? You hope you can make this up tomorrow<br>
<<set $dailysusan to 1>>
<<set $susantransform to 1>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<</nobr>>Just one more chance<<nobr>>[img[setup.ImagePath+'/rose/waiter1.png']]<br>
<<if $roseprogress is undefined>><<set $roseprogress to 0>><</if>>
<<if $roselove is undefined>><<set $roselove to 0>><</if>>
<<set $clickedcaf to 0>>
You approach the counter, looking for something to eat.<br>
<<addmins 70>>
/*------------2---------------*/
<<if $roseprogress eq 102>>
<<rose>>Oh, it's you again, sorry about last time, I didn't want to make you feel judged...<</rose>><br>
<<rose>>...can I ask you your name?<</rose>><br>
<<say "You" $faceimg>>Yeah, it's $name<</say>><br>
<<rose>>My name is Rose, let's start over<</rose>><br>
<<set $roseprogress to 2>>
<</if>>
<<if $roseprogress eq 2>>
Rose smiles at you.
<<rose>> Hey $name, what can I give you today?<</rose>>
<<linkreplace "Ask for her advice and pick something healthy">>
<<if $clickedcaf eq 0>>
<<set $clickedcaf to 1>>
Rose seems very happy about you asking her for advice, she gives you a warm smile and helps you select the best things to eat from today's selection<br>
<<rose>>Thank you $name , have a nice dinner!<</rose>><br>
<b>Rose's love for you increased by 1</b><br>
<<addmins 70>>
<<set $roselove +=1>>
<<if $roselove gte 4>>
<<link "Walk back to your room" "rosepostdinner">> <</link>>
<<else>>
<<link "Walk back to your room" "Room">> <</link>>
<</if>>
<<else>> You already selected the other option
<</if>>
<</linkreplace>>
<br>
<<linkreplace "Just pick the trashiest, unhealtiest thing available and smirk at her">>
<<if $clickedcaf eq 0>>
<<set $clickedcaf to 1>>
Rose subtly shakes her head and complies with a sad look on her face, then she gives a you an obviously fake smile and lets you pay<br>
<<rose>>Thank you, have a nice dinner!<</rose>><br>
<b>Your confidence increased by 1<br>
Rose's love for you decreased by 1<br>
Your stamina decreased by 1</b><br>
<<set $stamina -=1>>
<<set $roselove -=1>>
<<set $confidence +=1>>
<<addmins 70>>
<<link "walk back to your room" "Room">> <</link>>
<<else>> You already selected the other option
<</if>>
<</linkreplace>>
<</if>>
<<if $roseprogress eq 1>>
<<rose>> Hello again, what can I give you this time?<</rose>><br>
<<say "You" $faceimg>>Same as last time, a couple cheeseburgers, large fries, and a large coke<</say>><br>
Rose hesitates even longer than the last time, she looks into your eyes and says<br>
<<rose>>I know this is not really my place to say but... you know this is a pretty bad choice for your health, right?<</rose>><br>
<<linkreplace "Well, what would you suggest... (you take a quick glance at the name on her shirt)...Rose?">>
<<if $clickedcaf eq 0>>
<<set $clickedcaf to 1>>
<<say "You" $faceimg>>Well, what would you suggest... (you take a quick glance at the name on her shirt)...Rose?<</say>><br>
<<rose>>Some grilled chicken breast and a salad would be a much better choice <</rose>> <br>
She says with a warm smile<br>
<<say "You" $faceimg>>Ok then, I'll take that<</say>><br>
<<rose>>Wow, really? I didn't expect you to actually follow my advice<</rose>> <br>
<<say "You" $faceimg>>Why not? If that makes you happy<</say>><br>
<<rose>>But... it's not about making me happy, it's about your health<</rose>> <br>
<<say "You" $faceimg>>I guess, thanks for the advice then<</say>><br>
<<rose>>You are really an odd guy... ehm, can I ask you your name? you know mine already<</rose>> <br>
<<say "You" $faceimg>> $name <</say>><br>
You notice a couple other people lining up behind you, so you greet her and sit down to eat your dinner.<br>
<b>Rose's love for you increased by 3</b><br>
<<set $roselove +=3>>
<<addmins 70>>
<<set $roseprogress to 2>>
<<link "walk back to your room" "Room">> <</link>>
<<else>> You already selected the other option
<</if>>
<</linkreplace>>
<br>
<<linkreplace "I think you should mind your own business">>
<<if $clickedcaf eq 0>>
<<set $clickedcaf to 1>>
<<say "You" $faceimg>>I think you should mind your own business<</say>><br>
<<rose>>There's no need to be this rude, I was just saying this for you<</rose>> <br>
<<say "You" $faceimg>>I don't like being told what to eat<</say>><br>
<<rose>>I see, well, I'm just sad to see you waste away your health, I hope you choose something better next time, but I won't tell you anything about it anymore<</rose>> <br>
She gives you a faint, encouraging smile<br>
<b>Your confidence increased by 3<br>
Rose's love for you decreased by 1<br>
Your stamina decreased by 1</b><br>
<<set $roseprogress to 102>>
<<set $stamina -=1>>
<<addmins 70>>
<<set $roselove -=1>>
<<set $confidence +=2>>
<<link "walk back to your room" "Room">> <</link>>
<<else>> You already selected the other option
<</if>>
<</linkreplace>>
<</if>>
<<if $roseprogress eq 0>>A good looking, middle aged woman, looks at you, she stares at you for a while.<br>
<<rose>>Hello, what can I give you?<</rose>><br>
<<say "You" $faceimg>>Just a couple cheeseburgers and some fries, oh, and a large coke<</say>><br>
Rose hesitates for a while, she looks a bit worried.<br>
<<rose>>Ehm... sure, there you go<</rose>><br>
She picks all the stuff you asked, you swipe your card and pay.<br>
A look of sadness washes across her eyes, but you don't know how to react to that.<br>
<<link "walk back to your room" "Room">> <</link>>
<<set $roseprogress to 1>>
<<addmins 70>>
<</if>>
<</nobr>>
<<nobr>>
<<if $rosekissed is undefined>><<set $rosekissed to 0>><</if>>
<<if $rosefucked is undefined>><<set $rosefucked to 0>><</if>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>>
<<if $rosefucked is undefined>> <<set $rosefucked to 0>><</if>>
<br>
<<if $stalkedrose is 1>>
Rose is 31 years old, she works as a cashier/server on the school's cafeteria during the dinner shift.
Not being a student, she doesn't take part on the school popularity games, as she's significantly older than the schoolgirls.<br>
She does look very young and attractive for her age. <br>
She appers to be single and seems like a considerate, intelligent and caring individual,<br>
She doesn't strike you as someone who wants you to take the lead, and seems to not care about confidence or charisma, you suspect that, for the right person. she might be hiding a kinky side.
<<else>>
Rose is a server/cashier in the cafeteria.<br>
You don't know much about her, maybe you could learn something more focusing a bit more on her and checking her out on social medias.
<</if>>
<br>[img[setup.ImagePath+'/rose/face.png']]<br>
<<if $stalkedrose is 1>>Age: 31<br><</if>>
<</nobr>>
Rose's Love = $roselove
Rose activity count: ( Kissed = $rosekissed , Fucked = $rosefucked )
<br>
<<nobr>>
<<if $stalkedrose is 1>>
Rose's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br>
Love : 180% - Rose is affectionate and caring, and she does appreciate a lot when some love is given back to her (<<print (($roselove*1.8).toFixed(1))>>)<br>
Stamina: 120% - Rose cares about your health, and she would love to see you in good shape (<<print (($stamina* 1.2).toFixed(1))>>)<br>
Sexual Control: 80% - Rose is a mature woman, and she wants a partner that is able to satisfy her sexually(<<print (($sexcontrol * 0.8).toFixed(1))>>)<br>
Intelligence: 50% - Rose appreciates intelligence more than most young girls can (<<print (($intelligence* 0.5).toFixed(1))>>)<br>
Charisma: 40% - She does think that being a fun person adds at least some value to someone's personality(<<print (($charisma* 0.4).toFixed(1))>>)<br>
Rose is not a student, she doesn't play games and she doesn't care about your popularity or confidence at all.<br>
<<set $roseattraction to (($roselove*1.8+$stamina*1.2+$sexcontrol*0.8+$intelligence*0.5+$charisma*0.4).toFixed(1))>><br>
Rose's attraction for you is $roseattraction / 470+ <br>
<</if>>
<</nobr>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>>
<<nobr>>
<<if $rosefirsttalk is undefined>> <<set $rosefirsttalk to 0>><</if>>
You have finished having dinner, and you stand up and start heading towards your room, just outside the cafeteria there is Rose.<br>
She is taking a break and when she sees you, she approaches you.<br>
<<set $roseattraction to (($roselove*1.8+$stamina*1.2+$sexcontrol*0.8+$intelligence*0.5+$charisma*0.4).toFixed(0))>><br>
Rose's attraction for you is $roseattraction <br>
<<rose>>Hey $name<<if $stamina gte 30 and $stamian lte 5.99>> I've got to say that you are starting to look much healtier! Anyway...<</if>> <<if $stamina gte 70>>I've got admit that you are looking extremely fit now, I'm proud of you... <</if>> how are you holding up?<</rose>>
<<linkreplace "Ask for some motivation">><br>
<<if $roseattraction lte 159.99>>
<<say "You" $faceimg>>Not too bad, I feel better, but sometimes it's hard to resist and not just give up<</say>><br>
<<rose>>I understand, I wish I could somehow help you with that<</rose>><br>
<<if $rosefirsttalk eq 0>>
<<set $rosefirsttalk to 1>>
<<say "You" $faceimg>>Well, you could offer me some motivation<</say>><br>
<<rose>>What do you mean?<</rose>><br>
<<say "You" $faceimg>>I mean, anything that can help me<</say>><br>
<<rose>>Ohh, I get it... you don't have a girlfriend right?<</rose>><br>
<<say "You" $faceimg>>What do you think?<</say>><br>
<<rose>>Yeah... I understand, but if you keep going with healthy eating and exercise, you'll see that things will change<</rose>><br>
<<say "You" $faceimg>>That's what I'm hoping for but... I don't know<</say>><br>
<<rose>>Ok, I know what kind of encouragement a horny young boy might need, but I'm way older than you are, you should look for someone your age<</rose>><br>
<<if $charisma gte 17>>
<b>(Successful Charisma check: 17)<br></b><br>
<<say "You" $faceimg>>You can't really expect girl my age to be as nice and undertanding as you are<</say>><br>
<<rose>>Hehe, that is nice of you to say, thank you<</rose>><br>
<<say "You" $faceimg>>And you are also more beautiful than they are<</say>><br>
<<rose>>Slow down a bit... are you trying to seduce me with compliments?<</rose>><br>
<<say "You" $faceimg>>No, no.... I'm sorry<</say>><br>
<b>Rose's love for you increased by 2</b><br>
<<set $roselove +=2>>
<<else>>
<b>(Failed Charisma check)<br></b><br>
<<say "You" $faceimg>>I see... I'm sorry<</say>><br>
Your face saddens.<br><br>
<<rose>>Oh come on... don't be sad.<</rose>><br>
<b>Rose's love for you increased by 1<br>
Your confidence decreased by 1<br></b>
<<set $roselove +=1>>
<<set $confidence -=1>>
<</if>>
She pauses in silence, thinking to herself for quite a long bit<br><br>
<<rose>>Look, absolutely don't get your hopes up, and promise you'll behave<</rose>><br>
<<say "You" $faceimg>>What???<</say>><br>
<<rose>>Did you even hear me when I said don't get your hopes up? And promise you'll behave first<</rose>><br>
<<say "You" $faceimg>>Ok, ok, I promise<</say>><br>
<<rose>>Where's your room?<</rose>><br>
<<say "You" $faceimg>>Oh god, just 2 minutes from here, follow me<</say>><br>
<<rose>>Calm down, seriously<</rose>><br>
You didn't really hear that, your mind is already racing. You lead her to your room, your heart is beating fast, you hope you're not in for a huge disappointment, but deep down you know this must be too good to be true...<br>
<<else>>
<<say "You" $faceimg>>Well, what we did last time was very helpful to keep me motivated<</say>><br>
<<rose>>I see, I guess would try and go over it again then... lead the way<</rose>><br>
<</if>>
<br>
<<link "Enter your room with her" "roseyourroom">><</link>><br>
<</if>>
<<if $roseattraction gte 160>>
<<rose>>I'm looking forward to give you some of that motivation that you usually need, want to head over to your room?<</rose>><br>
<<say "You" $faceimg>>Sure, sounds great<</say>><br>
You can see her biting her upper lip in anticipation, as you walk through the hallways.<br>
<<link "Enter your room with her" "roseyourroom">><</link>><br>
<</if>>
<</linkreplace>>
<br>
<<link "Hey, I'm really sorry, I don't have time right now( back to room)" "Room">> <</link>>
<</nobr>><<nobr>>
<<set $cumselect to 0>>
<<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>>
<<if $rosetits is undefined>> <<set $rosetits to 0>> <</if>>
<<if $rosekissed is undefined>><<set $rosekissed to 0>><</if>>
<<if $rosefucked is undefined>> <<set $rosefucked to 0>><</if>>
<<set $sexcogain to Number(((101- $sexcontrol) /100).toFixed(2))>>
<<set $sexcogainhandjob to Number ((1.2*$sexcogain).toFixed(2))>>
<<set $sexcogainblowjob to Number ((2.2*$sexcogain).toFixed(2))>>
<<set $sexcogainfuck to Number ((3*$sexcogain).toFixed(2))>>
<<set $multiroseclick to 0>>
<<set $roseattraction to (($roselove*1.8+$stamina*1.2+$sexcontrol*0.8+$intelligence*0.5+$charisma*0.4).toFixed(0))>>
The both of you enter your room, she checks and makes sure nobody sees you entering together before doing so.<br>
She sits on the border of your bed, you promised you'd behave, so you stay a bit afar in front of her.<br><br>
<<if $roseattraction gte 72 and $rosetits gte 3>>
<<rose>>I think it's time that you choose your own motivation, you've done hard work and I want to be as helpful as I can<</rose>>
/*--------------kiss-----------------*/
<<linkreplace "Ask for a kiss">>
<<if $multiroseclick eq 0>>
<<set $multiroseclick to 1>>
<br><<say "You" $faceimg>>Ok, I want a kiss<</say>><br>
<<if $roseattraction lte 124.99>>
<<rose>>A kiss?...<</rose>>
<br><<say "You" $faceimg>>Yes, can you do that?<</say>><br>
<<rose>>I mean, I guess... as long as you are aware it doesn't mean anything special<</rose>>
<br><<say "You" $faceimg>>Sounds good<</say>><br>
<</if>>
<<if $roseattraction gte 125>>
<<rose>>Just a kiss?... Come here sweetie<</rose>>
<</if>>
<video width="754" height="480" controls autoplay <<if $roseattraction lte 124.99>> loop<</if>> >
<source src="Images/rose/kiss.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
/*----kissengine----*/
<<if $rosekissed is 0>>
<b>You kissed Rose for the first time! </b><br>
If people knew for that sure that you actually kissed Rose, your popularity would peak, but would anyone even believe you if you say that? Probably not, but someone might.<br>
<b>Your popularity increased by 3</b><br>
<<set $popularity +=3>>
<</if>>
<<set $rosekissed +=1>>
<b>Rose's love for you increased by 1<br>
Your lust increased by 4<br></b>
<<set $roselove +=1>>
<<link "Rose leaves your room" "Room">><<set $lust +=4>><</link>><!--[[Room]]--> <br>
/*-------------------*/
<<else>> You already selected the other option
<</if>>
<</linkreplace>><br>
/*---------------------------------------*/
/*-------------titsagain------------------*/
<<linkreplace "Ask to see her tits again">>
<<if $multiroseclick eq 0>>
<<set $multiroseclick to 1>>
<br><<say "You" $faceimg>>Can I see your tits again?<</say>><br>
<<rose>>You really love them, don't you?<</rose>><br>
<video width="754" height="480" controls autoplay>
<source src="Images/rose/showbra.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<video width="754" height="480" controls >
<source src="Images/rose/showtits.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
She sees you showing a little hesitation and she says:<br>
<<rose>>You already know that you can touch them, at this point<</rose>><br><br>
<video width="754" height="480" controls >
<source src="Images/rose/touchtits.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<b>Your lust increased by 8<br></b>
<<say "You" $faceimg>>I wish I could just stick it between them<</say>><br>
<<if $roseattraction lte 107.99>>
<<rose>>No, don't try anything like that, or I won't even show them to you anymore<</rose>><br>
<<say "You" $faceimg>>Ok, I won't... jeez<</say>><br>
<b>Rose's love for you increased by 1</b><br>
<<set $roselove +=1>>
<<link "Rose leaves your room" "Room">><<set $lust +=8>><</link>><!--[[Room]]--> <br>
<</if>>
<<if $roseattraction gte 108>>
<<rose>>You know what? I might not even stop you this time<</rose>><br>
Did you hear that right? You can't let this opportunity escape, so you unbutton your pants and take out your obviously hard dick.<br>
<video width="754" height="480" controls >
<source src="Images/rose/titfuck.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
She looks at your cock hungrily, but refuses to get her mouth even close.
<<if $roseattraction lte 189.99>>
<<rose>>Are you getting close? don't come anywhere near my face<</rose>><br>
<<say "You" $faceimg>>On your tits?<</say>><br>
<<rose>>That's too close to my face<</rose>><br>
Man, that's annoying, you end up having to come in your own hands and a bit on the floor... That was still nice, though, and she respects you for listening.<br>
<b>Rose's love for you increased by 1<br>
Your lust decreased by 40<br>
Your sex control increased by $sexcogainhandjob<br>
Your stress decreased by 2</b><br>
<<set $roselove +=1>>
<<set $lust -=40>>
<<set $stress -=2>>
<<set $sexcontrol +=$sexcogainhandjob>>
<<link "Rose leaves your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<<if $roseattraction gte 190>>
<<rose>>Ok, you can cum on my tits this time<</rose>><br>
She lets you cum on her tits, which is relatively close to her face, she even unconsciously open her mouth a bit, are you finally getting closer to a blowjob?<br>
<video width="754" height="480" controls >
<source src="Images/rose/titfuckcum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<b>Rose's love for you increased by 1<br>
Your lust decreased by 40<br>
Your sex control increased by $sexcogainhandjob<br>
Your stress decreased by 4<br>
Your confidence increased by 0.5<br></b>
<<set $roselove +=1>>
<<set $lust -=40>>
<<set $stress -=4>>
<<set $confidence +=0.5>>
<<set $sexcontrol +=$sexcogainhandjob>>
<<link "Rose leaves your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<</if>>
<<else>> You already selected the other option
<</if>>
<</linkreplace>><br>
/*-------------------------------------*/
/*------------<<linkreplace "Ask to see her ass">>
<<if $multiroseclick eq 0>>
<<set $multiroseclick to 1>>
<<if $roseattraction gte 95>>
<</if>>
<<else>> You already selected the other option
<</if>>
<</linkreplace>><br>-------------*/
<<linkreplace "Ask for a blowjob">>
<<if $multiroseclick eq 0>>
<<say "You" $faceimg>>Can i... maybe get a blowjob?<</say>><br>
<<if $roseattraction lte 214.99 and $rosefucked eq 0>>
<<if $roseattraction lte 99.99>>
<<rose>>Absolutely not, how can you even ask something like that? Shame on you!<</rose>><br>
<b>Rose's love for you decreased by 1</b><br>
<<set $roselove -=1>>
<</if>>
<<if $rosefucked eq 0 and $roseattraction gte 100>>
<<rose>>Absolutely not, how can you even ask something like that? We haven't even made love yet<</rose>><br>
That's an odd response, most people would consider that less than sex, maybe she might be easier to persuade into fucking?
<</if>><br>
<<link "choose something else" "roseyourroom">><</link>>
<</if>><br>
<<if $roseattraction lte 204.99 and $rosefucked gte 1>>
<<rose>>Can't we just do anything else? Like actual sex? I don't really like doing that and my pussy is... so wet....<</rose>><br>
<</if>>
<<if $rosefucked gte 1 and $roseattraction gte 205>>
<<if $sexcontrol lte 35.99>>
<b>(sex control check failed)</b>
<<rose>>Look... no offense, but you barely last enough to make me come if I don't suck you, let's not waste your boner, honey<</rose>>
<<else>>
<b>(Sex control check success)</b>
<<set $multiroseclick to 1>>
<<rose>>I guess I can do that for you, honey, as long as you promise to fuck me real good after that<</rose>><br>
<<say "You" $faceimg>>We have a deal<</say>><br>
You start unbottoning your pants.<br>
She gets on the border of the bed and strips to her underwear<br>
You are now completely naked, she slides down and sits on the foor, preparing to suck you off.<br>
<<rose>>Are you ready?<</rose>><br>
You can't believe she's finally going to take it between her plump lips, you just nod<br>
<video width="754" height="480" controls >
<source src="Images/rose/2blowstart.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
After a few minutes, she asks you to lay on the bed, you oblige and she bows down to continue sucking you.<br>
You reward her by starting to touch her pussy, taking advantage of her position<br>
<video width="754" height="480" controls >
<source src="Images/rose/2blowcont.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
She seems to enjoy that, and lets out a few grateful moans while she continues to suck you.<br>
Her pussy is so soft and wet, that you can't resist but sliding two fingers inside, she moans harder.<br><br>
<<rose>>You made me way too horny now, you have to fuck me, you promised!<</rose>><br>
You don't want to disappoint her, so you stick your dick inside her wet pussy.<br>
<<rose>>Fuck me<</rose>><br>
<video width="754" height="480" controls >
<source src="Images/rose/2fuckstart.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<rose>>Oh my god, YES... oh my god that feels so good... AHHH. FUCK ME HARDER, RAM IT IN<</rose>><br>
She lost all control, and you give her all you've got, luckily you have enough self-control not to cum right away<br>
<video width="754" height="480" controls >
<source src="Images/rose/2fuckharder.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<rose>>Oh my god, YES... FUCK ME, OH MY GOD IT'S SO FUCKING GOOD<</rose>><br>
You fuck her this way until she comes multiple times, she then offers you some rest by mounting on top of you and taking the lead. She fucks you for a few minutes, When she gets tired, you help her by pumping your cock in her from below<br>
<video width="754" height="480" controls >
<source src="Images/rose/2fuckpart2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
She comes yet another time, and this gets you very close to orgasm, you ask her where she wants your cum.<br>
She's in pure ecstasy, and answers with a sweet, trembling voice<br>
<<rose>>Just cum where you want my love, you earned it<</rose>><br>
<<linkreplace "Cum in her mouth">>
<<if $cumselect is 0>>
<<set $cumselect to 1>>
<<rose>>In my mouth? Damn... ok, as I said, anything for you, my love<</rose>><br>
<<say "You" $faceimg>>Stick out your tongue<</say>><br>
She just does as requested<br>
<video width="754" height="480" controls autoplay>
<source src="Images/rose/2cummouth.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
A dream come true, you remember when she didn't even want to get your dick close to her face... things really changed.<br>
<b>Rose's love for you increased by 2<br>
You spent 8 energy<br>
Your confidence increased by 4<br>
Your stress decreased by 12<br>
Your lust decreased by 50<br>
Your sexual experience increased by 2<br>
Your sex control incresed by $sexcogainfuck <br></b><br>
<<set $stress -=15>>
<<set $sexcontrol +=$sexcogainfuck>>
<<set $rosefucked +=1>>
<<set $confidence +=4>>
<<set $sexexp +=2>>
<<set $roselove +=2>>
<<set $lust -=50>>
<<link "After some cuddling, Rose dresses up and leaves your room" "Room">><<set $energy -=8>><</link>><!--[[Room]]--> <br>
<<else>>
You already came
<</if>>
<</linkreplace>>
<br>
<<linkreplace "Cum on her tits">>
<<if $cumselect is 0>>
<<set $cumselect to 1>>
<<say "You" $faceimg>>I want to come on your beautiful tits<</say>><br>
<<rose>>They're all yours my love... Oh yeah, come all over these fucking titties<</rose>><br>
<video width="754" height="480" controls autoplay>
<source src="Images/rose/2cumtits.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<b>Rose's love for you increased by 4<br>
You spent 8 energy<br>
Your confidence increased by 2<br>
Your stress decreased by 12<br>
Your lust decreased by 50<br>
Your sexual experience increased by 2<br>
Your sex control incresed by $sexcogainfuck <br></b><br>
<<set $stress -=12>>
<<set $sexcontrol +=$sexcogainfuck>>
<<set $rosefucked +=1>>
<<set $confidence +=2>>
<<set $sexexp +=2>>
<<set $roselove +=4>>
<<set $lust -=50>>
<<link "After some cuddling, Rose dresses up and leaves your room" "Room">><<set $energy -=8>><</link>><!--[[Room]]--> <br>
<<else>>
You already came
<</if>>
<</linkreplace>>
<br>
<<linkreplace "Cum inside her">>
<<if $cumselect is 0>>
<<set $cumselect to 1>>
<<say "You" $faceimg>>I want to come inside of you<</say>><br>
<<rose>>Fill me up my love, and don't worry, I'm on the pill<</rose>><br>
You keep pumping her from that position, until you empty your balls inside her<br>
<video width="754" height="480" controls autoplay>
<source src="Images/rose/2creampie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<rose>>I'm glad you chose this, I love the feeling of your cum inside me<</rose>><br>
<b>Rose's love for you increased by 6<br>
You spent 8 energy<br>
Your confidence increased by 1<br>
Your stress decreased by 12<br>
Your lust decreased by 50<br>
Your sexual experience increased by 2<br>
Your sex control incresed by $sexcogainfuck <br></b><br>
<<set $stress -=12>>
<<set $sexcontrol +=$sexcogainfuck>>
<<set $rosefucked +=1>>
<<set $confidence +=1>>
<<set $sexexp +=2>>
<<set $roselove +=6>>
<<set $lust -=50>>
<<link "After some cuddling, Rose dresses up and leaves your room" "Room">><<set $energy -=8>><</link>><!--[[Room]]--> <br>
<<else>>
You already came
<</if>>
<</linkreplace>>
<br>
<</if>><</if>>
<<else>> You already selected the other option
<</if>>
<</linkreplace>><br>
<<linkreplace "Ask to fuck her">>
<<if $multiroseclick eq 0>>
<<set $multiroseclick to 1>>
<br><<say "You" $faceimg>>Maybe we could... you know<</say>><br>
<<if $roseattraction lte 127.99>>
<<rose>>Make love?<</rose>>
<br><<say "You" $faceimg>>That would be too much, right?<</say>><br>
She gets visibly horny at the idea, but it's like she's going through some internal struggle<br><br>
<<rose>>Yes, that would definitively be wrong... no, we can't do that, anything else?<</rose>>
<<link "choose something else" "roseyourroom">><</link>>
<</if>>
<<if $roseattraction gte 128 and $rosefucked eq 0>>
<<rose>>Make love?<</rose>>
<br><<say "You" $faceimg>>Yeah, I know, I shouldn't even ask that but...<</say>><br>
She gets visibly horny at the idea, it's like she's going through some internal struggle<br><br>
<<rose>>Well, you are old enough to make the choice... and, yes, I haven't had sex in such a long time that I'm embarassed to say how long. Just promise that you won't tell anyone, ok?<</rose>><br>
Seriously??? She agreed. You definitively didn't expect it to be so easy, she doesn't even wait for an answer ans she says:<br><br>
<<rose>>And try not to come too fast, I want to come too<</rose>><br>
<<if $sexcontrol lte 39.99>>Oh god, that is going to be a problem<</if>><br>
<</if>>
<<if $roseattraction gte 128 and $rosefucked gte 1>>
<<rose>>Just take me, and please make me come, I want you inside me!<</rose>>
She's uncontrollably aroused,<br>
<<if $sexcontrol lte 39.99>>You know that is going to be a huge problem, not to cum instantly<</if>><br>
<</if>>
<<if $roseattraction gte 128 >>
You cannot legitimately believe this is happening<<if $rosefucked gte 1>> again<<else>>, you must be dreaming.<</if>><br>
<<if $sexcontrol gte 40>>
<br>You are now confident that you will be able to make her have an orgasm several times before coming yourself, and you proceed to fuck her in various positions<br>
<video width="754" height="480" controls >
<source src="Images/rose/startfuckdoggy.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
She comes several times while you fuck her<br>
<video width="754" height="480" controls >
<source src="Images/rose/aftercumfuckshecomes.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
One orgasm after the other<br>
<video width="754" height="480" controls >
<source src="Images/rose/missiofuck.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
Until you finally cannot take it anymore and start spraying her with your cum all over her body, a few drops get very close to her face, but she's so caught up that doesn't even seem to mind.<br>
<video width="754" height="480" controls >
<source src="Images/rose/missiocum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<rose>> Oh my god, that was so good<</rose>><br>
You give her a confident smile.<br><br>
<<rose>>When did you become so good? I really hit a jackpot with you<</rose>><br>
/* virgin and firstfuck check rose */
<<if $virginity is 1>> <<set $virginity to ["Rose"]>><br>
You lost your virginity to $virginity !
<</if>>
<<if $rosefucked is 0>>
<b>You fucked Rose for the first time! Nobody would ever believe you if you claimed that, but you certainly feel less intimidated by those young schoolgirls now, and this reflects on your behaviour,<br>
Your popularity increased by 4!<br></b>
<<set $popularity +=4>>
<</if>>
/*virginfirstfuckrose */
<b>Rose's love for you increased by 5<br>
You spent 10 energy<br>
Your confidence increased by 2<br>
Your stress decreased by 12<br>
Your lust decreased by 100<br>
Your sexual experience increased by 2<br>
Your sex control incresed by $sexcogainfuck <br></b><br>
<<set $stress -=12>>
<<set $sexcontrol +=$sexcogainfuck>>
<<set $rosefucked +=1>>
<<set $confidence +=2>>
<<set $sexexp +=2>>
<<set $roselove +=5>>
<<set $lust to 0>>
<<link "Rose leaves your room" "Room">><<set $energy -=10>><</link>><!--[[Room]]--> <br>
<</if>>
<<if $sexcontrol lte 39.99>>
She can see the hesitation in your eyes, you know you're not ready for this yet.<br><br>
<<rose>>Having second toughts?<</rose>><br>
You shake your head, but you struggle to find words, she is just too horny at this point, and she mounts on top of you and puts your dick inside her, she starts moving.<br>
Oh god, this is just too much, You try to focus on not coming too fast. A few seconds later you feel like you are already going to cum<br>
You move a bit and get your dick to slip out, this gives a few seconds of respite, but she just wants to put it back in immediately and keeps fucking you<br>
You try thinking about something horrible, that helps a bit, but only gives you 20 more seconds, and...<br>
<video width="754" height="480" controls >
<source src="Images/rose/insertfuckcumfail.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<rose>>Oh, that feels so good<</rose>><br>
<<say "You" $faceimg>>I'm about to cum<</say>><br>
You inevitably cum way too fast, and she laughs a bit about it.<br><br>
<<rose>>Look at all that cum! Oh my god... wow... ahahah<</rose>><br><br>
<<say "You" $faceimg>>I'm sorry, I tried to resist, but you're just too good.<</say>><br>
She smiles<br><br>
<<rose>>You're so sweet, but I'm not letting you get away with this<</rose>><br><br>
What can she possibly mean? what does she want to do?<br><br>
<<rose>>I said I wanted to come...<</rose>><br><br>
You are so horny from all this that your boner didn't even flinch after coming.<br>
To your absolute shock, she just puts your dick back inside and resumes fucking you,
<video width="754" height="480" controls >
<source src="Images/rose/aftercumfuck.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
It feels a bit uncomfortable and hurts a bit too, but you feel like there's no stopping her now<br><br>
<<rose>>There you go, fuck... oh yeah, fuck! It's so hot watching all your cum dripping down my body<</rose>><br><br>
What happened to her? Lust clearly got to her head, she's so horny that she's losing all control<br>
You just came all over her belly so you cannot possibly cum again anytime soon, It hurts a bit, but that allows her to ride you furiously for a few more minutes. Until she finally comes as well.<br>
<video width="754" height="480" controls >
<source src="Images/rose/aftercumfuckshecomes.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<rose>>Oh god, yes, please make me come again<</rose>><br>
She changes position and puts herself on her knees.<br><br>
<<rose>>I'm a bit tired but I'm still so horny, do some work and FUCK ME NOW, I WANT MORE<</rose>><br>
She yells the last part, you're almost worried that someone outside might hear her.<br>
She's acting so different from the Rose you've known so far.<br>
You're not sure you're ready to cum again yet, but you're scared to refuse, so you do as she asked, is this really a bad situation anyway? Probably not...<br>
<video width="754" height="480" controls >
<source src="Images/rose/startfuckdoggy.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You fuck her in this position for a few more minutes, she has another orgasm, but she insist that you keep going<br>
That is fine with you, as you are almost ready to cum again.<br>
After a couple more minutes, she comes for a third time, that makes you so horny that you find yourseful coming again on her ass.<br>
<video width="754" height="480" controls >
<source src="Images/rose/doggyfuckcum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<if $rosefucked eq 0>>You didn't think you were ever able to cum twice in less than 10 minutes.<br><</if>>
She just lays on the bed for 30 more seconds in pure ecstasy,
<<rose>>I'm so sorry, I don't know what came over me, did I hurt you? let me give you a hug<</rose>><br>
<<if $charisma gte 35>>
<b>(35 charisma)</b>You take the opportunity while her brain still hasn't fully recovered from the multiple orgasms to say:
<<say "You" $faceimg>>Don't worry love<<if $rosefucked eq 0>>, you just gave me the best day of my life<<else>>, I couldn't ask for anything better than this <</if>> <</say>><br>
She felt guilty, and you can see her face melt in pure sweetness after what you just said<br>
<b>Rose's love for you increased by 2<br></b>
<<set $roselove +=2>>
<<else>>
<b>(Charisma check failed)<br></b>
<</if>>
She hugs you tightly. <br>
Yes, she fucked you dry and it did hurt a bit, she also made you realize all your lack of experience,<br>
But this was still the actual best sex of your life, so far<br>
/* virgin and firstfuck check rose */
<<if $virginity is 1>> <<set $virginity to ["Rose"]>><br>
You lost your virginity to $virginity !
<</if>>
<<if $rosefucked is 0>>
<b>You fucked Rose for the first time! Nobody would ever believe you if you claimed that, but you certainly feel less intimidated by those young schoolgirls now, and this reflects on your behaviour,<br>
Your popularity increased by 4!<br></b>
<<set $popularity +=4>>
<</if>>
/*virginfirstfuckrose */
<b>Rose's love for you increased by 1<br>
You lost 25 energy<br>
Your confidence decreased by 1<br>
Your sexual experience increased by 1<br>
Your stress decreased by 5<br>
Your sex control incresed by $sexcogainfuck <br></b><br>
<<set $stress -=5>>
<<set $sexcontrol +=$sexcogainfuck>>
<<set $rosefucked +=1>>
<<set $sexexp +=1>>
<<set $confidence -=1>>
<<set $roselove +=1>>
<<set $lust to 0>>
<<link "Rose leaves your room" "Room">><<set $energy -=25>><</link>><!--[[Room]]--> <br>
<</if>>
<</if>>
<<else>> You already selected the other option
<</if>>
<</linkreplace>><br>
<</if>>
/*-----------touchtits----------*/
<<if $roseattraction gte 50 and $roseattraction lte 71.99 and $rosetits gte 2 or $rosetits lte 2 and $roseattraction gte 50>>
<<say "You" $faceimg>>I can't wait to see my motivation, and yes, before you ask, I remember the promise<</say>><br>
<<rose>>Good boy, you definitively deserve to look at them again<</rose>><br>
<video width="754" height="480" controls autoplay>
<source src="Images/rose/showbra.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<video width="754" height="480" controls >
<source src="Images/rose/showtits.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<say "You" $faceimg>>God, they are so nice, please, can I touch them?<</say>><br>
She giggles again.<br><br>
<<rose>>If I let them touch you for a bit, will you stop asking?<</rose>><br>
She pretends to be annoyed, but you know that she must be enjoying this is he keeps coming back here, so you play along.<br><br>
<<say "You" $faceimg>>Yes, it definitively will stop me from asking<</say>><br>
<<rose>>Hmpff, ok, go ahead then, but go easy and be quick about it<</rose>><br>
Finally...<br>
<video width="754" height="480" controls >
<source src="Images/rose/touchtits.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<rose>>So... are they everything you hoped for?<</rose>><br>
<<say "You" $faceimg>>Damn, yes, they are<</say>><br>
<<rose>>Good. I expect good progress after so much motivation<</rose>><br>
She winks at you<br>
<b>Rose's love for you increased by 1</b><br>
<b>Your lust increased by 8<br></b>
<<set $roselove +=1>>
<<set $rosetits to 3>>
<<link "Rose leaves your room" "Room">><<set $lust +=8>><</link>><!--[[Room]]--> <br>
<</if>>
/*-----------------------------------------*/
/*-----------showtits----------*/
<<if $roseattraction gte 34.99 and $roseattraction lte 49.99 and $rosetits gte 1 or $rosetits eq 1 and $roseattraction gte 34.99>>
<<rose>>The promise still counts, right?<</rose>><br>
<<say "You" $faceimg>>Yeah, I know, I know<</say>><br>
<<rose>>Enjoy then<</rose>><br>
<video width="754" height="480" controls autoplay>
<source src="Images/rose/showbra.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<video width="754" height="480" controls >
<source src="Images/rose/showtits.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<rose>>Do you like them?<</rose>><br>
<<say "You" $faceimg>>God, they are so nice, please, can I touch them?<</say>><br>
She giggles again.<br><br>
<<rose>>No, come on, let's not go too far<</rose>><br>
You can perceive that her barriers are starting to get weaker, though.
<<say "You" $faceimg>>Thanks, this will keep me motivated for a while<</say>><br>
She breaks in a cheerful laugh<br><br>
<<rose>>Ahahah, perfect, see you soon then<</rose>><br>
She leaves the room, you definitively want to get more of this.<br>
<b>Rose's love for you increased by 1</b><br>
<b>Your lust increased by 7<br></b>
<<set $roselove +=1>>
<<set $rosetits to 2>>
<<link "Rose leaves your room" "Room">><<set $lust +=7>><</link>><!--[[Room]]--> <br>
<</if>>
/*-----------showbra----------*/
<<if $roseattraction lte 34.99 or $rosetits is 0>>
<<rose>>Promise that you'll stay still and won't try anything<</rose>><br>
<<say "You" $faceimg>>Again? yeah, I promise, I promise<</say>><br>
<video width="754" height="480" controls autoplay>
<source src="Images/rose/showbra.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<rose>>Is this good motivation?<</rose>><br>
<<say "You" $faceimg>>Oh god, can I touch them?<</say>><br>
<<rose>>You promised...<</rose>><br>
She puts her shirt back on, you decide to keep your word, and kisses you on the cheek.<br><br>
<<rose>>I hope you liked that, if you do more progress, maybe I can show you a little more, ok?<</rose>><br>
<<say "You" $faceimg>>Oh yes, I'll do my best<</say>><br>
She giggles.<br><br>
<<rose>>Perfect, see you soon then<</rose>><br>
She leaves the room, leaving you in a slight state of shock<br>
<b>Rose's love for you increased by 1</b><br>
<b>Your lust increased by 5<br></b>
<<set $roselove +=1>>
<<set $rosetits to 1>>
<<link "Rose leaves your room" "Room">><<set $lust +=5>><</link>><!--[[Room]]--> <br>
<</if>>
<</nobr>><<nobr>>
<<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>>
<<if $susanfucked is undefined>> <<set $susanfucked to 0>><</if>>
<<if $susanfirstfucked is undefined>> <<set $susanfirstfucked to 0>><</if>>
<<set $sexcogain to Number(((101- $sexcontrol) /100).toFixed(2))>>
<<set $sexcogainhandjob to Number ((1.5*$sexcogain).toFixed(2))>>
<<set $sexcogainblowjob to Number ((2*$sexcogain).toFixed(2))>>
<<set $sexcogainfuck to Number ((2.7*$sexcogain).toFixed(2))>>
<<if $susanfirstfucked is 0>>
<<set $susanfirstfucked to 1>>
<<set $fuckingsusan to 1>>
<</if>>
/*--------------------anal-------------------*/
<<if $susanscene eq 5>>
<<set $susanscene to -1>>
<<if $sexexp lte 26.99>>
<b>(Sex experience check: fail)</b>
You try to have anal sex with Susan, to the best of your knowledge, but you only end up hurting her<br>
<<susan2>>Ouch!!<</susan2>><br>
<<say "You" $faceimg>>Maybe if I try this way...<</say>><br>
<<susan2>>Ooouuch!! STOOP<</susan2>><br>
<<say "You" $faceimg>>I'm sorry<</say>><br>
<<susan2>>Damn, you said that you knew what you were doing,,, it hurts so much!<</susan2>><br>
You have to stop trying, it was not a great experience, but you definitely learned something that you are NOT supposed to do.<br><br>
<b>Susan's love for you decreased by 2<br>
Your Sexual experience increased by 1<br>
Your stress increased by 3<br>
You wasted 6 energy<br>
<<set $stress +=3>>
<<set $susanlove -=2>>
<<set $sexexp +=1>>
<<updatebar>>
<<link "Go back to your rooom" "Room">><<set energy -?6>><</link>>
</b>
<</if>>
<<if $sexexp gte 27>>
<b>(Sex experience check: success)
Work in progress</b>
<</if>>
<</if>>
/*--------------------oral----------------*/
<<if $susanscene eq 4>>
You sit on the couch for a while, she is visibly aroused just by your presence nearby
<<say "You" $faceimg>>Can you just suck my dick for today?<</say>><br>
<<susan2>>Oh, sure, if you are a bit tired, let me help you relax<</susan2>><br>
She starts getting naked and says:<br>
<<susan2>>Just get naked and lay down on the couch honey, I'll take good care of you<</susan2>><br>
She finishes removing all of her clothes, gets on her knees on the couch, and starts sucking you<br>
<video width="754" height="480" controls autoplay>
<source src="Images/susan/blowstart1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<if $sexcontrol lte 31.99>>
She sucks you off for several minutes<br>
<<susan2>>I really love sucking it, do you want me to go faster to make you come?<</susan2>><br>
<<say "You" $faceimg>>Oh, yes please<</say>><br>
She starts to sucking you off faster and faster
<video width="754" height="480" controls >
<source src="Images/susan/blowfast1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
You enjoy the treatment for a few more minutes, until you finally start cumming in her mouth<br>
<video width="754" height="480" controls >
<source src="Images/susan/blowcum1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<b>Susan's love for you increased by 2<br>
Your sexual control increased by $sexcogainblowjob<br>
Your sexual experience increased by 0.5<br>
Your confidence increased by 1<br>
Your stress decreased by 10<br>
Your lust decreased by 50</b><br>
<<set $susanlove +=2>>
<<set $stress -=10>>
<<set $confidence +=1>>
<<set $susanscene to 0>>
<<set $sexcontrol += $sexcogainblowjob >>
<<set $sexexp +=0.5>>
<<set $lust-= 50>>
<br> <<link "You get dressed, she gives you a kiss, and you get back to your room" "Room">><<addmins 20>><</link>>
<<else>>
You try to concentrate on not coming too early, but she is too hot for you and you cannot help it <br>
<video width="754" height="480" controls >
<source src="Images/susan/blowcum1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<b>Susan's love for you increased by 1<br>
Your sexual control increased by $sexcogainblowjob<br>
Your sexual experience increased by 0.5<br>
Your stress decreased by 8<br>
Your lust decreased by 50</b><br>
<<set $susanlove +=1>>
<<set $stress -=8>>
<<set $susanscene to 0>>
<<set $sexcontrol += $sexcogainblowjob >>
<<set $sexexp +=0.5>>
<<set $lust-= 50>>
<br> <<link "You get dressed, she gives you a kiss, and you get back to your room" "Room">><<addmins 12>><</link>>
<</if>>
<</if>>
/*-----------------xxxxx------------------*/
/*--------------------fucking---------------*/
<<if $fuckingsusan eq 1>>
Susan sits on the couch, you sit next to her<br>
You hug her, and after a while you start making out<br>
<video width="754" height="480" controls autoplay>
<source src="Images/susan/susan2kiss.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<if $confidence lte 39.99>>
<br>
After about 5 minutes of making out with her, she gives up on you trying to move further and takes the lead, she starts undressing<br>
<</if>>
<<if $confidence gte 40>>
<b>(successful check: confidence 40)</b><br><<say "You" $faceimg>>Take you clothes off for me please<</say>><br>
<<susan2>>You really like to see me naked, don't you?<</susan2>><br>
<</if>>
<video width="754" height="480" controls >
<source src="Images/susan/undress2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<if $confidence lte 39.99>>
<<susan2>>Like what you see?<</susan2>><br>
<<say "You" $faceimg>>Oh yeah, you are beautiful<</say>><br>
<<susan2>>Then do something about it<</susan2>><br>
After being called out in such a way, she triggers you to overcome your low confidence, you remove her last piece of clothing and start licking her between her legs.<br>
<</if>>
<<if $confidence gte 40>>
<b>(Successful check: Confidence 40)</b>You are very aroused by her naked body, she gets close to you and wants to resume making out, but you just push her to lay down on the couch and remove her panties, then proceed to start licking her between her legs<br>
<</if>>
<video width="754" height="480" controls >
<source src="Images/susan/pussylick.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<br>
She enjoys that for a while, but it's clear that she wants to go all the way now.<br>
<<if $sexcontrol gte 30>>
You pull your rock-hard dick out of your pants, and slowly slide it inside<br>
<video width="754" height="480" controls >
<source src="Images/susan/fuckinsert.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
You are able to fuck her for a least a few minutes before coming, and you manage to give her an orgasm.<br>
You're not sure if you should come inside or outside, but she doesn't seem to mind, so you end up doing a bit of both.<br>
<video width="754" height="480" controls >
<source src="Images/susan/fuckandhalfcream.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<b>Susan's love for you increased by 3<br>
Your sexual control increased by $sexcogainfuck<br>
Your sexual experience increased by 1<br>
Your confidence increased by 2<br>
You spent 8 energy<br>
Your stress decreased by 8<br>
Your lust decreased by 50</b><br>
/* virgin and firstfuck check susan */
<<if $virginity is 1 or $virginity is "Yes">> <<set $virginity to ["Susan"]>><br>
You lost your virginity to $virginity !
<</if>>
<<if $susanfucked is 0>>
<b>You fucked Susan for the first time! She might not be a popular girl, but she won't deny it, and it's still an achievement!<br>
Your popularity increased by 3!<br></b>
<<set $popularity +=3>>
<</if>>
/*virginfirstfucksusan */
<<set $susanlove +=3>>
<<set $stress -=8>>
<<set $confidence +=2>>
<<set $susanfucked +=1>>
<<set $fuckingsusan to 0>>
<<set $sexcontrol += $sexcogainfuck >>
<<set $sexexp +=1>>
<<set $lust-= 50>>
<br> <<link "You get dressed, she gives you a kiss, and you get back to your room" "Room">><<addmins 20>><<set $energy -= 8>><</link>>
<</if>>
<<if $sexcontrol lte 29.99>>
She put herself on her knees and exposes her ass, you pull your dick out, that is obviously rock hard by now. <br>
You know that it wont be possible for you to last long in this situation, you're way too aroused by her.<br>
You don't want to disappoint herby backing out again, anyway, so you give her your best try.<br>
<video width="754" height="480" controls >
<source src="Images/susan/fuckfastcum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<br>
It's a disaster, you lasted almost nothing, you feel very embarassed.<br><br>
<<say "You" $faceimg>>Damn, I'm sorry, I was way too horny, you are just too hot<</say>><br>
She doesn't seem to be bothered at all, she gives you a warm smile<br><br>
<<susan2>>Oh, is this what you were worried about??<</susan2>><br>
<<say "You" $faceimg>>Yeah, I kinda expected to not last long enough<</say>><br>
<<susan2>>But... but I don't care about it! I really like you, and you will last longer with time, i've read about it, it's normal, you should have never worried about it!<</susan2>><br>
<<say "You" $faceimg>>Well, i's a bit embarassing...<</say>><br>
<<susan2>>NO, promise that you won't let this hold you back again, we'll do it a hundred times if we need to<</susan2>><br>
<<say "You" $faceimg>>wow... ok<</say>><br>
<b>Susan's love for you increased by 1<br>
Your sexual control increased by $sexcogainfuck<br>
Your sexual experience increased by 1<br>
You spent 6 energy<br>
Your lust decreased by 50</b><br>
/* virgin and firstfuck check susan */
<<if $virginity is 1 or $virginity is "Yes">> <<set $virginity to ["Susan"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $susanfucked is 0>>
<b>You fucked Susan for the first time! She might not be a popular girl, but she won't deny it, and it's still an achievement!<br>
Your popularity increased by 3!<br></b>
<<set $popularity +=3>>
<</if>>
/*virginfirstfucksusan */
<<set $susanlove +=1>>
<<set $fuckingsusan to 0>>
<<set $susanfucked +=1>>
<<set $sexcontrol += $sexcogainfuck >>
<<set $sexexp +=1>>
<<set $lust-= 50>>
<br> <<link "You get dressed, she gives you a kiss, and you get back to your room" "Room">><<addmins 15>><<set $energy -= 6>><</link>>
/*--------------------xxx----------------*/
<</if>>
<</if>>
<</nobr>>
You are just too horny, and you haven't done anything about it for too long.<br>
You come in your pants a little<br>
You have to go back to your room and get changed, you take the opportunity to masturbate and release some built-up sexual tension.<br>
<b>You spent 30 minutes<br>
Your Lust decreased by 50<br>
Your sexual control decreased by 1<br>
</b>
<<addmins 30>>
<<set $sexcontrol -=1>>
<<button "You are now in your room" "Room">><!--[[Room]]--><</button>>You have reached the day $currentday of the simulation and the current round ends.
As your mind gradually resurfaces from the depths of the simulated reality, a sense of disorientation washes over you. The vivid experiences and memories of the past weeks in the simulation start to fade.
The room around you slowly comes into focus, and you find yourself disconnected from the wires and sensors that were binding you to the artificial reality. The gentle hum of machinery and the sterile scent of medical equipment fill the air, grounding you back in the present.
As you regain your bearings, the scientists who guided you into the simulation steps forward, their expression a mix of curiosity and anticipation.
<<say "Scientists">>Welcome back, how did it go? <</say>>
As the scientists listens to your account of the simulation, you can't help but feel a deep sense of shame and embarrassment creeping in. The realization dawns upon you that a significant portion of your time in the simulated world was spent engaging in intimate encounters.
With hesitance, you confess your actions, expecting disapproval or reproach. However, to your surprise, the scientists responds with a reassuring nod and a gentle smile. They explain that what you did in the simulation, while personal, was crucial for its development, and that human interactions, including romantic and sexual encounters are complex and multifaceted. Your experiences provided invaluable data, helping the artificial intelligencey evolve and become more authentic.
All the experience you have gathered on these $currentday days can now be spent to enhance and prolong the simulation:
<<nobr>>
<<set $lust to 0>>
<<set $energy to 30>>
<<set $stress to 0>>
<<set $diffkissed to 0>>
<<set $difffucked to 0>>
<<set $totalkissed to 0>>
<<set $totalfucked to 0>>
<<set $virginityexp to 0>>
<<set $moneyexp to 0>>
<<if $susankissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$susankissed>><</if>>
<<if $carolkissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$carolkissed>><</if>>
<<if $natashakissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$natashakissed>><</if>>
<<if $rosekissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$rosekissed>><</if>>
<<if $melaniekissed gte 1>><<set $diffkissed +=1>><<set $totalkissed +=$melaniekissed>><</if>>
<<if $susanfucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$susanfucked>><</if>>
<<if $carolfucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$carolfucked>><</if>>
<<if $natashafucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$natashafucked>><</if>>
<<if $rosefucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$rosefucked>><</if>>
<<if $melaniefucked gte 1>><<set $difffucked +=1>><<set $totalfucked +=$melaniefucked>><</if>>
<<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>>
<<if $virginity is 1>><br>You are still a virgin. This gives you 0 experience<br><</if>>
<<if $virginity !== 1>>You lost your virginity to $virginity -<</if>>
<<if $virginity eq "Susan">> Since it's the only girl that is already into you and is pretty easy to get to bed with, it can be considered the easiest achievement, <b>you gain 20 experience for this</b>.<<set $virginityexp to 20>><</if>><br>
<<if $virginity eq "Rose">> She's definitively pretty easy to have sex with compared to many other girls, but not the easiest, and definitively a catch and something to proud of.<b> You gain 35 experience for this</b>.<<set $virginityexp to 35>><</if>>
<<if $virginity eq "Carol">> Carol is definitively one of the least harsh girls, is pretty simple to befriend, but not easy at all to get to bed. <b>you gain 50 experience</b> for managing to have her as your first lover.<<set $virginityexp to 50>><</if>>
<<if $virginity eq "Natasha">> Losing your virginity to Natasha is an incredible feat, You must have shown a lot of restraint to keep you for that moment, this awards you a whopping <b>90 experience</b>.<<set $virginityexp to 90>><</if>>
<<if $virginity eq "Melanie">> Losing your virginity to Melanie is an an extreme challenge, It surely required a lot of focus and dedication, have <b>150 experience</b> for it, you earned it!<<set $virginityexp to 150>><</if>>
<br>
You kissed a total of $diffkissed different girls. <b>This awards you <<print $diffkissed * 10>> experience<br></b>
You fucked a total of $difffucked different girls. <b>This awards you <<print $difffucked * 20>> experience<br></b>
You kissed a girl $totalkissed times. <b>This awards you <<print $totalkissed * 1>> experience<br></b>
You fucked a girl $totalfucked times. <b>This awards you <<print $totalfucked * 2>> experience<br></b>
<<set $moneyexp to Number(($money/10).toFixed(0))>>
You have saved $money $.<b> This awards you $moneyexp experience</b><br>
<<set $totalexpgain to ($diffkissed*10)+($difffucked * 20)+$totalkissed+($totalfucked * 2)+$virginityexp+$moneyexp>>
<b>You gained a total of $totalexpgain experience</b><br>
<<if $exp is undefined>><<set $exp to 0>><</if>>
<<set $exp +=$totalexpgain>>
<br>
<<link "Proceed" "expspending">> <<updatebar>>
<</link>>
<</nobr>>
<<nobr>>
<<if $mentalretain is undefined>><<set $mentalretain to 50>><</if>>
<<if $sexualretain is undefined>> <<set $sexualretain to 30>><</if>>
<<if $extrastartmoney is undefined>> <<set $extrastartmoney to 0>><</if>>
<<if $maxdayscalc is undefined>> <<set $maxdayscalc to 14>><</if>>
You have $exp Experience to spend before starting a new simulation:<br>
The new simulation will have a duration of $maxdayscalc days.<br>
The new simulation will start with an extra $extrastartmoney $<br>
You will start your new simulation with $mentalretain % of your current mental attributes (culture,intelligence,charisma,coding,confidence). and $sexualretain % of your current sexual attributes (sex control,sex experience)<br>
<br>
<<if $exp gte 10>>
You can spend 10 experience to <<link "buy an extra day" "expspending">><br>
<<set $exp -=10>>
<<set $maxdayscalc +=1>>
<</link>>
<<else>> You can't afford buying extra days<br>
<</if>>
<<if $exp gte 100>>
<br>
You can spend 100 experience to <<link "buy 10 extra days" "expspending">><br>
<<set $exp -=100>>
<<set $maxdayscalc +=10>>
<</link>>
<</if>><<if $exp gte 20>><br>
You can spend 20 experience to <<link "start with extra 100$" "expspending">><br>
<<set $extrastartmoney +=100>>
<<set $exp -=20>>
<</link>>
<<else>><br>You can't afford to increase the starting money<br>
<</if>>
<<if $exp gte 80 and $mentalretain lte 50>> <br>You can spend 80 experience to permanently raise your mental's attribute retaining to 60%
<<link "Buy this" "expspending">><br>
<<set $mentalretain +=10>>
<<set $exp -=80>>
<</link>>
<br>
<</if>>
<<if $exp gte 160 and $mentalretain eq 60>> <br>You can spend 160 experience to permanently raise your mental's attribute retaining to 70%
<<link "Buy this" "expspending">><br>
<<set $mentalretain to 70>>
<<set $exp -=160>>
<</link>>
<</if>>
<<if $exp lte 79 and $mentalretain lte 50 or $exp lte 159 and $mentalretain eq 60>>
<br>You can't afford Increasing the % of attributes that will carry over
<</if>>
<br>
<br>
<<link "Proceed to restart the upgraded simulation" "restart">><</link>><br>
<</nobr>><!--[[restart]]-->
<<nobr>>
I can understand that this game might feel a bit grindy to someone, it was made with my tastes for game progression in mind, which might not be the same as everyone else's.<br><br>
I would still mildly discourage cheating, but if you want to, on my Patreon page, I have options for light and heavy cheats:<br><br>
Light cheats are "just" a 2x time extension of game's duration for every run. this will allow you to easily grind more experience and progress much faster.<br><br>
Heavy cheats are an access to a page that I use for debugging and allows you to change a lot of different stats, including rolling back days, therefore having infinite time, they might break the game if used mindlessly, otherwise they shouldn't. I will probably add more tools to that page when I need them for debugging. This might also be useful if you want to help me debugging, which would also require you to be on the discord server to post your findings.<br><br>
Are you already using cheats, but you changed your mind and want to get back at regular gameplay? just write "disable" as a code.<br><br>
<<if $cittcode is "cheatcode243445">><<set $cheatsareon to 1337>>
/*Did you get the cheat codes by downloading the game and reading here? Yay, you deserved them I guess, I'm not so anti-piracy, so I don't care, but if you like the game and can afford to, I would love if you could still consider supporting me o.o
If you can't afford or just don't want to, it's all good, enjoy them, maybe consider not posting them online x_x but I'll change them every now and then
<br><br>*/
<</if>>
Enter the code here:<br>
<<textbox "$cittcode" "">><br>
<<button "Confirm">>
<<script>>
Dialog.setup("Cheats Confirmation");
Dialog.wiki(Story.get("Riley").processText());
Dialog.open();
<</script>>
<</button>>
<br>
<</nobr>><<nobr>><<if $cittcode is "61alphalight" or $cittcode is "debug34alpha" or $cittcode is "disable">>
<<else>>You have Entered an invalid code<br><br>
<</if>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>>
<</if>>
<<if $cittcode is "debug34alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>>
<<updatebar>><</if>>
<</nobr>>
<<nobr>>You enter the room, you know very well that you don't have a character yet, so you are prepared for this story and dialogues not to make much sense.<br>
<<riley>>Hello cutie, my name is Riley and I will NOT be present in the game because I'm an overused actress and we TRY to avoid that<</riley>><br>
<<riley>>Also characters will never have the same name as the actress, as the developer believes it helps a bit with immersion, but we're not in the game yet, are we?<</riley>><br>
<<melanie>>Here there would usually be your dialogue box with your face, but you still have to create the character, so we'll borrow me. For no discernible reason, an actual girl from the game instead, to explain this, I won't have any memory of this anyway<</melanie>><br>
Riley sits on the couch and is reading a book for reasons that will be absolutely coherent with the story.<br><br>
[img[setup.ImagePath+'/riley/couchdontuseaspreview.png']]<br><br>
<<riley>>Hey, yournamehere, how are you doing?<</riley>><br>
<<linkreplace "Try to touch her tits - REMEMBER, THERE IS AUDIO">>
<<riley>>Oh you want to see my tits? there are a lot of ingame reasons why I can easily accept that<</riley>><br>
<video width="754" height="480" controls autoplay>
<source src="Images/riley/boobs.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
You stop yourself for a moment to appreciate the fact that, thanks to mad editing skills, we zoomed around to not include the actor's face, because your character is the one playing, not some random actor.<br><br>
<<linkreplace "Ask her to suck your dick">><br>
<<melanie>>He told me to ask you if you can suck his dick<</melanie>><br>
<<riley>>That seems reasonable, I'm pretty sure this scene never happened anyway<</riley>><br>
<video width="754" height="480" controls autoplay>
<source src="Images/riley/suck.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
We could usually put skill checks here, or check if you earned enough of the character's love or attraction to progress further, maybe more scenes and more options, but it's just a preview, so let's skip to fucking instead<br><br>
<<riley>>I absolutely agree, let's just fuck, I will not autoplay those last 2 videos cause they are just one after the other<</riley>><br>
<video width="754" height="480" controls >
<source src="Images/riley/fuck.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<riley>>Ahh, Ahh Fuck...Oh my god... holy shit, ohh shit...OH MY GOD<</riley>><br>
You can see that she really loves when dialogues in the video, even the pointless ones, match her dialogues in text boxes, so you continue doing that<br>
<<riley>>Fuck that fucking pussy... do it, YES, cum, oh YES fuck that pussy until you fucking cum!<</riley>><br>
<video width="754" height="480" controls >
<source src="Images/riley/cum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<riley>>YES, LOOK AT THAT, AHH, look at that load,,, yes, oh my god<</riley>><br>
Riley seems to have really enjoyed this preview<br><br>
<b>
Riley's love for you Increased by 7<br>
Your Sexual experience increased by 0, because this never happened<br>
Your Preview's watching skill increased by 1<br>
</b>
<<link "You feel like the preview is over, and it's time to create an actual character" "Start">><br><</link>>
<</linkreplace>>
<</linkreplace>>
<</nobr>>
<<nobr>>
<<if $sexualretain is undefined>> <<set $sexualretain to 30>><</if>>
<<set$gameDate to new Date("2023-09-03T08:00Z"); >>
<<set $money to ($extrastartmoney)>>
<<set $money +=20>>
<<set $strength = 5>>
<<set $stamina = 5>>
<<set $culture to Number((((($mentalretain*$culture)/100)).toFixed(0))) >>
<<set $charisma to Number((((($mentalretain*$charisma)/100)).toFixed(0))) >>
<<set $intelligence to Number((((($mentalretain*$intelligence)/100)).toFixed(0))) >>
<<set $confidence to Number((((($mentalretain*$confidence)/100)).toFixed(0))) >>
<<set $coding to Number((((($mentalretain*$coding)/100)).toFixed(0))) >>
<<set $popularity= 0>>
<<set $maxenergy= 30>>
<<set $energy= 30>>
<<set $lust= 0>>
<<set $stress= 0>>
<<set $sexexp to Number((((($sexualretain*$sexexp)/100)).toFixed(0))) >>
<<set $sexcontrol to Number((((($sexualretain*$sexcontrol)/100)).toFixed(0))) >>
<<set $virginity to 1>>
<<set $clicked to 0>>
<<set $hallwaysstory to 0>>
<<set $carolreward to 0>>
<<set $carollove to 0>>
<<set $carolkissed to 0>>
<<set $carolfucked to 0>>
<<set $natashalove to 0>>
<<set $natashakissed to 0>>
<<set $natashafucked to 0>>
<<set $natashapopboost to 0>>
<<set $susanlove to 0>>
<<set $susankissed to 0>>
<<set $susanfucked to 0>>
<<set $susananaled to 0>>
<<set $susanprogress to 0>>
<<set $susantransformtalk to 0>>
<<set $rosefucked to 0>>
<<set $roseprogress to 0>>
<<set $rosekissed to 0>>
<<set $roselove to 0>>
<<set $rosefirsttalk to 0>>
<<set $enddays to 0>>
<<set $rosetits to 0>>
<<set $melanielove to 0>>
<<set $melaniekissed to 0>>
<<set $melaniefucked to 0>>
<<set $melanieprogress to 0>>
<<set $katrinalove to 0>>
<<set $katrinakissed to 0>>
<<set $katrinafucked to 0>>
<<unset $natashafirstbribeday>>
<<unset $clickedday1>>
<<unset $clickedday1p2>>
<<unset $carolnumber>>
<<unset $multiroseclick>>
<<unset $natashamoneytrigger>>
<<set $infirmary to 0>>
<<set $atedinner to 0>>
<<set $stalkedrose to 0>>
<<set $stalkedcarol to 0>>
<<set $stalkedsusan to 0>>
<<set $stalkednatasha to 0>>
<<set $stalkedmelanie to 0>>
<<set $stalkeddaily to 0>>
<<unset $day2text>>
<<set $clicked to 0>>
<<set $natashajealous to 0>>
<<set $firstcafeteria to 1>>
<<set $duemilaventi to 1>>
<<set $susantransform to 0>>
<<set $susanfirstfucked to 0>>
<<set $natashaprogress to 0>>
<<set $creationbonus to 0>>
<<set $rosefirsttalk to 0>>
<<set $carnatfirst to 0>>
<<set $tylerstatus to 0>>
<<set $maximumdays to ($maxdayscalc * $clickedderp)>>
<</nobr>>You have $maximumdays days to live in this reality, spend them well, the more things you achieve, the better the next simulation will be!
<<link "To your room!" "day1">><!--[[day1]]--><</link>><<nobr>>
<<set $clickedj to 0>>
Today Natasha seems more annoyed than usual, when you knock, she opens the door and gives you a cold stare<br>
[img[setup.ImagePath+'natasha/doorstand1.png']]<br><br>
<<natasha>>Hello.... $name<</natasha>><br>
<<say "You" $faceimg>>Did something happen, Natasha?<</say>><br>
<<natasha>>Nah, not really<</natasha>><br>
<<if $natashaprogress eq 3>>
<<say "You" $faceimg>>Hm... ok, do you want me to buy lunch for you?<</say>><br>
<<natasha>>No, thanks, today I don't feel like it<</natasha>><br>
<<else>>
<<say "You" $faceimg>>So... did anything new crawl up your ass?<</say>><br>
<<natasha>>Oh, fuck off<</natasha>><br>
<</if>>
<<if $charisma gte 32>>
<b>(Charisma check: success)</b><br>
You have enough experience in the field of human interactions to recognize a behaviour caused by jealousy right away.<br>
<<say "You" $faceimg>>Did you hear anything that upset you?<</say>><br>
You wink at her<br>
You are playing a dangerous game, but you know what you are doing<br><br>
<<natasha>>So it's true? How could you do that??<</natasha>><br>
<<say "You" $faceimg>>I have no idea what you are talking about<</say>><br>
<<natasha>>You piece of shit, you fucked Carol, didn't you?<</natasha>><br>
Natasha clearly shows you her hostility, but you know that your teasing is cutting deep into her pride<br>
<b>Your confidence increased by 3<br>
Natasha's love for you increased by 8<br></b>
<<set $confidence +=3>>
<<set $natashalove +=8>>
<br>
<<else>>
<b>(Charisma check: failed)</b><br>
<<if $natashaprogress eq 3>>
<<say "You" $faceimg>>Is something bothering you?<</say>><br>
<</if>>
<<natasha>>I heard a rumor... it's probably bullshit, but, did you do anything with Carol?<</natasha>><br>
<</if>>
<<linkreplace "Why do you care? If you want a piece you can ask nicely">>
<<if $clickedj is 0>>
<<set $clickedj to 1>>
<<say "You" $faceimg>>Why do you care? If you want a piece you can ask nicely<</say>><br>
<<if $natashaattraction lte 226.99 or $natashaattraction lte 234.99 and $charisma lte 31.99 >>
<<natasha>>In your dreams, you fucking loser<</natasha>><br>
<<say "You" $faceimg>>Sure... then stop being so butthurt about it, won't you?<</say>><br>
<<natasha>>Get the fuck out of my room<</natasha>><br>
You confirmed the cause of her jealousy and teased her about it, this will certainly hit her pride and make her want you more, but Carol will not like that you bragged about the intimate moment that you shared<br>
Later that day, you will receive a Text message from her
<<carol>>Seriously?? you told Natasha everything? What kind of fucking piece of shit are you? <</carol>><br>
The two of you exchange more text messages after that one, you manage to calm her down a bit and salvage the situation, but this will definitely leave a dent in your "relationship" <br>
<b>Carol's love for you decreased by 10<br>
Your confidence increased by 4<br>
Natasha's love for you increased by 5<br>
</b>
<<set $natashajealous to 1>>
<<set $carollove -=10>>
<<set $natashalove +=5>>
<<set $confidence +=4>>
<<set $dailynatasha to 1>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<else>>
<<natasha>>Well, maybe I want<</natasha>><br>
Natasha bites her lower lip in excitement<br>
You're honestly surprised to see her react like this<br>
<<say "You" $faceimg>>Wow, someone is eager...<</say>><br>
<<natasha>>Shut up, come here just before going to sleep, we're usually both in here, maybe we can talk her into something<</natasha>><br>
<<say "You" $faceimg>>Needless to say, we never had this talk<</say>><br>
<<natasha>>Yeah, I'm not stupid...<</natasha>><br>
You can hardly believe she responded like that, you are amazed by your own progress.<br>
<<set $natashajealous to 1>>
<<set $natashalove +=5>>
<<set $confidence +=6>>
<<set $dailynatasha to 1>>
<b>Natasha's love for you increased by 5<br>
Your confidence increased by 6<br></b>
<<link "Walk back to your room with a smile painted on your face" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<<else>> You already selected the other option
<</if>>
<</linkreplace>>
<br>
<<linkreplace "I barely who Carol is, stop being paranoid">>
<<if $clickedj is 0>>
<<set $clickedj to 1>>
<<say "You" $faceimg>>I barely who Carol is, stop being paranoid<</say>><br>
<<if $charisma gte 32>>You smile at her, you made sure she knows, but you won't give her the satisfaction to know for sure, and you can always deny that you told her anything<br><br>
<<natasha>>But... what a piece of shit, just admit it<</natasha>><br>
<<say "You" $faceimg>>Admit what? again, what are you talking about?<</say>><br>
She realizes she has nothing to go on about, <br>
<<natasha>>Go away, just get the fuck out<</natasha>><br>
<b>Your confidence increased by 4<br>
Natasha's love for you increased by 5<br>
</b>
<<set $natashajealous to 1>>
<<set $natashalove +=5>>
<<set $confidence +=4>>
<<set $dailynatasha to 1>>
<<link "You walk back to your room with a grin on your face, revenge tastes sweet" "Room">><</link>><!--[[Room]]--> <br>
<<else>>
<<natasha>>I think you know who she is...<</natasha>><br>
<<say "You" $faceimg>>Yeah, it's your roommate, right?<</say>><br>
<<natasha>>I think you know her better than that, I heard some things...<</natasha>><br>
<<say "You" $faceimg>>You shouldn't believe everything you hear, Natasha<</say>><br>
<<natasha>>Hm... whatever, piss off, I have stuff to do now<</natasha>><br>
She's unconvinced, but she has nothing to go on about<br>
You made her expose her jealousy without admitting anything, that might have been a little coy, but well played, and Carol will like that you kept the secret<br>
<b>Your confidence increased by 1<br>
Natasha's love for you increased by 2<br>
Carol's love for you increased by 2<br>
</b>
<<set $natashajealous to 1>>
<<set $natashalove +=2>>
<<set $carollove +=2>>
<<set $confidence +=1>>
<<set $dailynatasha to 1>>
<<link "You walk back to your room with a grin on your face, revenge tastes sweet" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<<else>> You already selected the other option
<</if>>
<</linkreplace>>
<</nobr>><<nobr>>
<<set $dailynatasha to 1>>
<<set $peekending to 0>>
<<if $carnatfirst is undefined>><<set $carnatfirst to 0>><</if>>
You get close to Natasha and Carol's room, and you start hearing some strange noises<br>
You get closer to the door, and you're about to knock, but the sounds really are odd, it sounds like someone is having a lot of fun, inside<br><br>
<<set $natashaattraction to (($natashalove*1+$physattr*1+$popularity*0.8+$confidence*0.5+$sexexp*0.5+$charisma*0.4+$culture*0.3).toFixed(0))>>
<<set $carolattraction to
(($carollove*2+$culture*0.7+$charisma*0.5+$intelligence*0.5+$popularity*0.4+$physattr*0.4).toFixed(0))>>
Natasha's attraction for you is $natashaattraction<br>
Carol's attraction for you is $carolattraction<br><br>
What do you do?<br>
<<linkreplace "Peek through the keyhole">>
<<if $peekending eq 0>>
<<set $peekending to 1>>
You normally wouldn't risk getting caught to do this, but this might be worth the risk.<br>Lucky for you, the door is pretty old and they keyhole is large enough for you to peek through and see a good portion of the room, the scene you can peek is unbelievable and your imagination fills up the rest.<br>
Carol and Natasha are on the couch and Natasha has her tongue deep into Carol's wet slit, you cannot believe your eyes.
<video width="754" height="480" controls autoplay>
<source src="Images/carnat/lesbiancarnat1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
<<set $lust +=12>>
<b>Your Lust increased by 12</b><br>
<<linkreplace "Continue peeking">>
<<if $peekending eq 1>>
You continue peeking for a few minutes, Natasha keeps licking Carol's pussy until she manages to get her to an orgams, then she asks to reciprocate, she's acting sweet and manipulative, and Carol feels like she can't say no, she starts off with her fingers.<br>
<video width="754" height="480" controls autoplay>
<source src="Images/carnat/lesbiancarnat2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br>
Until she gets to lick her between her legs as well.<br>
<<set $lust +=15>>
<b>Your Lust increased by 15</b><br>
<<else>>
You knocked, there's nothing else to peek now.
<</if>>
<</linkreplace>>
<<else>>
You knocked, there's nothing to peek now.
<</if>>
<</linkreplace>>
<br>
<<linkreplace "Knock on the door">>
<<if $sexcontrol gte 42>>
<<set $peekending to 2>>
<<if $carolattraction lte 219.99 and $natashaattraction lte 239.99>>
You start knocking at the door<br>
You hear a few sudden sounds, then silence, about 10 seconds later, a voice says:<br>
<<natasha>>What the fuck? who is it? it's nighttime<</natasha>>><br>
<<say "You" $faceimg>>Hey, it's me, what are you girls doing? I heard some noises<</say>><br>
<<carol>>Oh hey $name , we were just having some fun, want to come in?<</carol>>><br>
<<natasha>>What the hell, Carol? No, go away $name<</natasha>>><br>
<<carol>>But...<</carol>>><br>
<<natasha>>No way, we need to sleep soon, just go away and don't bother us again so late at night<</natasha>><br>
<</if>>
<<if $carolattraction gte 220 and $natashaattraction lte 239.99>>
You try to open the door, but the door is locked, so you try knocking.<br>
You hear a few sudden sounds, then silence, about 10 seconds later, a voice says:<br>
<<natasha>>What the fuck? who is it? it's nighttime<</natasha>>><br>
<<say "You" $faceimg>>Hey, it's me, what are you girls doing? I heard some noises<</say>><br>
<<carol>>Oh hey $name , we were just having some fun, want to come in?<</carol>>><br>
<<natasha>>What the hell, Carol? No, go back to your room $name<</natasha>>><br>
<<carol>>Come on Natasha, don't be a jealous bitch, let him in<</carol>>><br>
<<natasha>>What?? No, we need to sleep soon, just go away<</natasha>>><br>
<<carol>>If he can't have fun with us, maybe we should stop messing around as well.<</carol>>><br>
<<natasha>>Are you for real?<</natasha>>><br>
<<carol>>Yeah, you are just being a bitch for no reason, he's always nice to us, just let him in<</carol>>><br>
<<natasha>>Jeez, ok... go open that fucking door<</natasha>><br>
You hear the sound of the door opening, and <<link "Carol lets you in" "carnatroomsex">><<set $carnatroomsex to 1>><</link>>
<</if>>
<<if $carolattraction lte 219.99 and $natashaattraction gte 240>>
You start knocking at the door<br>
You hear a few sudden sounds, then silence, about 10 seconds later, a voice says:
<br>
<<carol>>Hey, who is it? it's pretty late...<</carol>>><br>
<<say "You" $faceimg>>>Hey, it's me, is this a bad moment?<</say>><br>
<<carol>>Well, actually...<</carol>>><br>
<<natasha>>It's a perfect moment, come on in<</natasha>><br>
<<carol>>(whispering) What?? are you insane?<</carol>>><br>
<<carol>>(normal voice) Give us 5 minutes<</carol>>><br>
<<natasha>>Nah, we don't need them, let me get the door<</natasha>><br>
<<carol>>(whispering) What the fuck!? We're naked!!<</carol>>><br>
<<natasha>>I know, Carol, shut up<</natasha>><br>
A few seconds later, Natasha opens the door for you and
<<link "you head inside" "carnatroomsex">><<set $carnatroomsex to 2>><</link>>
<</if>>
<<if $carolattraction gte 220 and $natashaattraction gte 240>>
You start knocking at the door<br>
<<if $carnatfirst is 0>>
You hear a few sudden sounds, then silence, about 10 seconds later, a voice says:<br>
<<natasha>>Who is it at this hour?<</natasha>> <br>
<<say "You" $faceimg>>>Hey girls, it's me <</say>><br>
<<carol>>Oh, $name ... why don't you come inside?<</carol>>><br>
<<natasha>>Oh yeah, there's a suprise waiting for you inside<</natasha>><br>
You hear the lock of the door clicking and <<link " they let you inside" "carnatroomsex">><<set $carnatroomsex to 3>><</link>>
<<else>>
You hear a few sudden sounds, then silence, about 10 seconds later, a voice says:<br>
<<natasha>>$name ?<</natasha>> <br>
<<say "You" $faceimg>>>Yeah, it's me, what are you girls doing without me? <</say>><br>
<<carol>>Oh, we were just getting ready for you, honey<</carol>>><br>
<<natasha>>Oh yeah, come inside and fuck us, I'm already wet<</natasha>> <br>
You see no point in wasting any more time, so you just <<link " head inside" "carnatroomsex">><<set $carnatroomsex to 3>><</link>>
<</if>>
<</if>>
<<else>>
<b>(Sex control check failed)</b>
You would really love to knock on the door and get involved sexually with the girls, but you can barely not cum too fast with just one of them, two of them at once would be impossible, and you smart enough to spare yourself a pitiful experience.
<</if>>
<</linkreplace>>
<br>
<<link "You better not disturb them, walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</nobr>><<nobr>>
<<set $sexcogain to Number(((101- $sexcontrol) /100).toFixed(2))>>
<<set $sexcogainhandjob to Number ((1.5*$sexcogain).toFixed(2))>>
<<set $sexcogainblowjob to Number ((2*$sexcogain).toFixed(2))>>
<<set $sexcogainfuck to Number ((2.7*$sexcogain).toFixed(2))>>
<<if $carnatroomsex eq 1>>
Carol opens the door for you, she's completely naked<br>
Natasha is sitting on the couch, also naked, <br>
<<natasha>>Oh god, wait, WAIT!<</natasha>><br>
<<carol>>Come on, why bother, I think he knows what we were doing
anyway<</carol>><br>
<<say "You" $faceimg>>Yeah... I figured from the sounds<</say>><br>
<<carol>>Come over here sweetie, I'm so horny<</carol>><br>
<<natasha>>I don't want HIM to see me naked<</natasha>><br>
<<carol>>A bit late for that, isn't it?<</carol>><br>
<<natasha>>Fuck... well, don't you dare touching me<</natasha>><br>
<<carol>>Yeah, touch ME, not her<</carol>><br>
Carol proceeds to get on all four on the couch, just in front of Natasha<br><br>
<<carol>>We're gonna have some fun if you don't mind<</carol>><br>
<<natasha>>In front of me??<</natasha>><br>
<<carol>>You can go away if you want<</carol>><br>
You can see Natasha thinking for a few seconds, fighting with herself, then she almost yells:<br><br>
<<natasha>>SURE, YOU'RE ON, I'll just stay here, let's see if you have the balls to do it in front of me<</natasha>><br>
Her tone is challenging.<br>
It's hard to know if you are confident enough, because she definitely understimated how horny the situation has made you, so you end up sliding it inside Carol's inviting snatch anyway<br>
<video width="754" height="480" controls >
<source src="Images/carnat/carsexstart1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<natasha>>Oh god, you're actually doing it...<</natasha>><br>
Natasha stares at Carol, while she's being fucked by you from behind, she looks annoyed for a while.<br>
Carol starts touching and slapping her ass, she can't help but getting aroused, and casually starts to touch herself while watching you two fuck<br>
<video width="754" height="480" controls >
<source src="Images/carnat/carsexstart2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
Carol starts moaning, her face contorted by the pure delight of your cock ramming her<br><br>
<<natasha>>He makes you so pretty when he fucks you<</natasha>><br>
Carol keeps moaning harder in response<br>
After a while, you change position and Carol climbs on your dick. Natasha keep staying by your side, and sits on the couch to better enjoy the scene<br>
<video width="754" height="480" controls >
<source src="Images/carnat/carsexstart3.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
Carol has an orgasm, and Natasha is getting more and more aroused by the scene, she starts masturbating furiously while she watchs the two of you fuck.zbr>
You are about to cum, that was fast, but at least you were able to get her to come first, so you keep hammering Carol's pussy from below while you release into her, she makes no objections about being creampied<br>
<video width="754" height="480" controls >
<source src="Images/carnat/carsexcum1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
Natasha is also coming, she brought herself to orgasm with her own hands, as you pull out your dick, your white oozing cum starts dripping out<br>
There are many ways to make get a bitch like Natasha to be more attracted to you, Jealousy is a strong one, fucking her friend in front of her is definitively one of the most effective.<br>
<b>Natasha's love for you increased by 5<br>
Carol's love for you increased by 2<br>
Your sexual experience increased by 1<br>
Your sexual control increased by $sexcogainfuck<br>
Your stress decreased by 8<br>
Your lust decreased by 50<br>
You spent 14 energy</b><br>
<<set $natashalove +=5>>
<<set $carollove +=2>>
<<set $carolfucked +=1>>
<<addmins 20>>
<<set $stress -=8>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=1>>
<<set $lust-= 50>>
After filling Carol with your cum, you lay on the couch exhausted for a few minutes. The girls start to get dressed, there's a little embarassment for what just happened<br>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=14>><</link>>
<</if>>
<<if $carnatroomsex eq 2>>
Natasha opens the door for you, both her and Carol are completely naked<br>
Carol seems to be a bit uncomfortable with that, you had sex with her before, <br>but she might not be ready to be seen like this by her friend.<br>
He doesn't matter though, cause it's Natasha that takes the lead<br>
She drags you on the couch<br><br>
<<natasha>>Take off your pants<</natasha>><br>
You feel like you don't have much choice, or want to do anything different, for that matter, so you pull down everything and free your dick, which is rock hard by now<br><br>
<<carol>>Natasha?... are you really just going to?... <</carol>><br>
Carol doesn't even manage to finish her sentence that Natasha is already taking it inside her<br>
<video width="754" height="480" controls >
<source src="Images/carnat/natsexstart1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
Carol seems in shock for a few seconds, then she realizes she would be welcome and included in the sex if she wanted to, and she starts to smile<br>
She probably doesn't feel ready yet, but she enjoys watching, she sits next to the both of you and starts licking and pinching natasha's tits as the two of you fuck<br>
<<natasha>>Oh fuck... Oh my god<</natasha>><br><br>
Natasha, on the other end, seems to be fully enjoying your dick<br>
After a few mnutes, Natasha seems tired of riding you, so you decide to change position<br>
You let her down on the couch, and you start ramming your dick inside<br>
<video width="754" height="480" controls >
<source src="Images/carnat/natsexstart2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
Carol keeps watching you, she is visibly aroused and start to touch herself at the sight<br>
At some point, she even bows down and kisses Natasha on the mouth, probably to thank her for the show<br>
This unexpected act, brings you over the edge, and you finally pull out and spray Natasha's pussy with cum<br>
<video width="754" height="480" controls >
<source src="Images/carnat/natsexcum1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! This was one of your main goals, and it feels good, she's also a pretty popular girl. so this will boost your popularity by a lot<br>
Your popularity increased by 6!</b><br>
<<set $popularity +=6>>
<</if>>
This show certainly helped Carol to be more open minded about this kind of activity, maybe the next time she will be ready to join in? Who knows <br>
<b>Carol's love for you increased by 4<br>
Natasha's love for you increased by 2<br>
Your sexual experience increased by 1<br>
Your sexual control increased by $sexcogainfuck<br>
Your stress decreased by 8<br>
Your lust decreased by 50<br>
You spent 13 energy</b><br>
<<set $natashalove +=2>>
<<set $carollove +=4>>
<<set $natashafucked +=1>>
<<addmins 18>>
<<set $stress -=8>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=1>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=13>><</link>>
<</if>>
<<if $carnatroomsex eq 3>>
<<set $clicked to 0>>
As you cross the door, you are almost pulled inside the room by the two girls, they are both already naked as they seem to be comfortable with that, around you. <br>
They quickly help you get rid of your own clothes, and get you to sit on the couch, in the middle<br>
In a matter of 10 seconds, they are already struggling to decide who gets to have your dick in her mouth <br>
<video width="754" height="480" controls >
<source src="Images/carnat/bothblow1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
They both take turns at sucking your dick, while the other one licks your balls, this is truly a heavenly experience.<br>
The time has come to fuck, you are all extremely horny, so it's just up to you to decide who.<br>
<<linkreplace "Fuck Natasha">>
<<if $clicked is 0>>
<<set $clicked to 1>>
You decide to start fucking Natasha<br><br>
<<natasha>>You wanna fuck ME?<</natasha>> She smiles at your choice, and cannot wait for your dick<br>
You get her to lay down on the couch, and start rubbing your dick on her pussy<br><br>
<<carol>>Fuck, that's hot<</carol>><br>
<video width="754" height="480" controls >
<source src="Images/carnat/bothsexnat1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
She doesn't want Carol to be left out of the action though, so she opens her arms and signals her to come sit on her face<br>
<<natasha>>Come here<</natasha>><br>
<<carol>>Oh, one step ahead of me<</carol>>
Carol gets there and sits on her face, she starts licking her from below,, you can't resist the scene and you push your dick deep into Natasha's cunt<br>
<video width="754" height="480" controls >
<source src="Images/carnat/bothsexnat2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<if $sexcontrol gte 60>>
<b>(Sex control check success)</b>
You manage to make Natasha come multiple times. Carol also reaches an orgasm while sitting on Natasha's face, She is so horny that it begs to fuck her as well<br>
You happily oblige.<br>
Natasha is sitting on the couch beside you, she enjoys the show of you two fucking while touching her pussy, as soon as Carol notices that, she replaces her hand with her own, and starts playing with Natasha's pussy<br>
<video width="754" height="480" controls >
<source src="Images/carnat/bothsexcar1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<natasha>>Hmm... Lick me, Carol<</natasha>><br>
<<carol>>Let's get in a better position<</carol>><br>
Carol turns around, and offers you her ass, Natasha moves herself in front of Carol's face and opens her legs to give her easy access to her wet slit.<br>
You push your dick in again, and start fucking Carol from behind while she licks Natasha<br>
<video width="754" height="480" controls >
<source src="Images/carnat/bothsexcar2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You switch position once again, and start to fuck Carol from below, but after a short time you cannot take it anymore and you have to cum<br>
<video width="754" height="480" controls >
<source src="Images/carnat/bothsexcarcum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You fill her cunt with your cum, and as soon as you pull your dick out, Natasha rushes to taste and eat your cum directly from Carol's pussy and whatever leftover is on your dick<br>
It's an incredible scene, you never would have thought to see her doing something like this, but here we are.<br>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! This was one of your main goals, and it feels good, she's also a pretty popular girl. so this will boost your popularity by a lot<br>
Your popularity increased by 6!</b><br>
<<set $popularity +=6>>
<</if>>
<b>Carol's love for you increased by 4<br>
Natasha's love for you increased by 4<br>
Your sexual experience increased by 2<br>
Your sexual control increased by $sexcogainfuck<br>
Your stress decreased by 16<br>
Your lust decreased by 50<br>
You spent 16 energy</b><br>
<<set $natashalove +=4>>
<<set $carollove +=4>>
<<set $carolfucked +=1>>
<<set $natashafucked +=1>>
<<addmins 27>>
<<set $stress -=16>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=2>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=16>><</link>>
<<else>>
You feel that you are getting very close to your unevitable orgasm, Carol senses that, and climbs down from Natasha.<br>
She goes behind you and starts licking your neck, this gets you over the edge almost instantly<br>
<video width="754" height="480" controls >
<source src="Images/carnat/bothsexnatcum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You pull out and Carol quickly grabs your dick, making you cum all over Natasha's ass, She then bows down and start licking your cum from both your dick and the ass you just sprayed.<br>
This is so unbelievably hot.<br>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! This was one of your main goals, and it feels good, she's also a pretty popular girl. so this will boost your popularity by a lot<br>
Your popularity increased by 6!</b><br>
<<set $popularity +=6>>
<</if>>
<b>Carol's love for you increased by 2<br>
Natasha's love for you increased by 3<br>
Your sexual experience increased by 1.5<br>
Your sexual control increased by $sexcogainfuck<br>
Your stress decreased by 12<br>
Your lust decreased by 50<br>
You spent 16 energy</b><br>
<<set $natashalove +=3>>
<<set $carollove +=2>>
<<set $natashafucked +=1>>
<<addmins 16>>
<<set $stress -=12>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=1.5>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=16>><</link>>
<</if>>
<</if>>
<</linkreplace>>
<br>
<<linkreplace "Fuck Carol">>
<<if $clicked is 0>>
<<set $clicked to 1>>
You decide to start fucking Carol<br>
You go stand in front of her on the couch, raise her leg and push your dick in, she offers no resistance<br>
Natasha is sitting on the couch beside you, she enjoys the show of you two fucking while touching her pussy, as soon as Carol notices that, she replaces her hand with her own, and starts playing with Natasha's pussy<br>
<video width="754" height="480" controls >
<source src="Images/carnat/bothsexcar1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<natasha>>Hmm... Lick me, Carol<</natasha>><br>
<<carol>>Let's get in a better position<</carol>><br>
Carol turns around, and offers you her ass, Natasha moves herself in front of Carol's face and opens her legs to give her easy access to her wet slit.<br>
You push your dick in again, and start fucking Carol from behind while she licks Natasha<br>
<video width="754" height="480" controls >
<source src="Images/carnat/bothsexcar2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<if $sexcontrol gte 60>>
<b>(Sex control check success)</b>
You manage to make Carol reach several orgasms, Natasha also comes while Carol licks her in the absolute lust of the moment.<br>
You still have more to give, and Natasha is begging you to fuck her as well, so you proceed to do that<br>
<video width="754" height="480" controls >
<source src="Images/carnat/bothsexnat1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
She doesn't want Carol to be left out of the action though, so she opens her arms and signals her to come sit on her face<br>
<<natasha>>Come here<</natasha>><br>
<<carol>>Oh, one step ahead of me<</carol>>
Carol gets there and sits on her face, she starts licking her from below,, you can't resist the scene and you push your dick deep into Natasha's cunt<br>
<video width="754" height="480" controls >
<source src="Images/carnat/bothsexnat2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You feel that you are getting very close to your unevitable orgasm, Carol senses that, and climbs down from Natasha.<br>
She goes behind you and starts licking your neck, this gets you over the edge almost instantly<br>
<video width="754" height="480" controls >
<source src="Images/carnat/bothsexnatcum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You pull out and Carol quickly grabs your dick, making you cum all over Natasha's ass, She then bows down and start licking your cum from both your dick and the ass you just sprayed.<br>
This is so unbelievably hot.<br>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! This was one of your main goals, and it feels good, she's also a pretty popular girl. so this will boost your popularity by a lot<br>
Your popularity increased by 6!</b><br>
<<set $popularity +=6>>
<</if>>
<b>Carol's love for you increased by 4<br>
Natasha's love for you increased by 4<br>
Your sexual experience increased by 3<br>
Your sexual control increased by $sexcogainfuck<br>
Your stress decreased by 16<br>
Your lust decreased by 50<br>
You spent 16 energy</b><br>
<<set $natashalove +=4>>
<<set $carollove +=4>>
<<set $carolfucked +=1>>
<<set $natashafucked +=1>>
<<addmins 27>>
<<set $stress -=16>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=2>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=16>><</link>>
<<else>>
You switch position once again, and start to fuck Carol from below, but after a short time you cannot take it anymore and you have to cum<br>
<video width="754" height="480" controls >
<source src="Images/carnat/bothsexcarcum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You fill her cunt with your cum, and as soon as you pull your dick out, Natasha rushes to taste and eat your cum directly from Carol's pussy and whatever leftover is on your dick<br>
It's an incredible scene, you never would have thought to see her doing something like this, but here we are.<br>
<b>Carol's love for you increased by 3<br>
Natasha's love for you increased by 2<br>
Your sexual experience increased by 1.5<br>
Your sexual control increased by $sexcogainfuck<br>
Your stress decreased by 12<br>
Your lust decreased by 50<br>
You spent 18 energy</b><br>
<<set $natashalove +=2>>
<<set $carollove +=3>>
<<set $carolfucked +=1>>
<<addmins 16>>
<<set $stress -=12>>
<<set $dailynatasha to 1>>
<<set $sexcontrol += $sexcogainfuck>>
<<set $sexexp +=1.5>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=18>><</link>>
<</if>>
<</if>>
<</linkreplace>>
<<set $carnatfirst to 1>>
<</if>>
<<set $carnatroomsex to 0>>
<</nobr>>
<<nobr>>
<b>
Your lust decreased by 50<br>
<<set $lust -=38>>
<</nobr>><b>Are you sure to be playing the last updated version of this game? </b>
Links to the most updated version of this game can always be found on the discord server, just click on the discord icon on the top of the left menu or
here https://discord.gg/tWTH8pTMFc
If you don't want to join a discord server, you might find it on Itch.io
here https://just-one-more-chance.itch.io/just-one-more-chance
Unless it gets taken down again for some reason.
This is my Patreon page, in case you want to support me.
https://patreon.com/SecondChance43<<nobr>>
<<set $clicked to 0>>
<<if $melanieprogress eq 104>>
You reach Melanie's room, you knock at the door, and after while she comes and open<br><br>
[img[setup.ImagePath+'melanie/roomdoorstand.png']]<br><br>
<<melanie>>Ah... it's you, please don't stand in front of my door, some people know of the incident, but i don't to be seen with you anyway<</melanie>><br>
<<link "Go inside" "melaniechoose">><<set $melanieprogress to 104>><<set $melaniescene to 99>><</link>>
<</if>>
<<if $melanieprogress eq 3 or $melanieprogress eq 103 or $melanieprogress eq 203>>
<<set $clicked to 0>>
You know have a good-enough excuse to walk up to Melanie's room and talk with her<br>
Knowing this, you go straight to her door, and knock...<br>
A few moments later, she just opens the door and emerges in a nice red shirt that shows a bit of cleavage<br><br>
[img[setup.ImagePath+'melanie/roomdoorstand.png']]<br><br>
<<melanie>>You?... what the fuck are you doing here?<</melanie>>
<<linkreplace "Tell her that you need to talk">><br>
This choice's path is work in progress, you can only select the other one for now<br>
<</linkreplace>>
<br>
<<linkreplace "Just outright blackmail her">>
<<if $clicked is 0>>
<<set $clicked to 1>>
<br>
You look around yourself, the hallways around you are empty<br><br>
<<say "You" $faceimg>>You should know what I'm doing here, I covered your ass, now it's time to pay up<</say>><br>
<<melanie>>What!? I also covered your ass, we're even<</melanie>><br>
<<say "You" $faceimg>>We're even my ass, you asked that fucking moron to beat me up, do you want me to rat you out? I don't have much to lose here<</say>><br>
<<melanie>>Oh great, a loser AND a piece of shit. What the fuck do you want from me?<</melanie>><br>
<<say "You" $faceimg>>You're a grown up ass girl, I guess you can figure that out<</say>><br>
<<melanie>>There's no way I'll let you near my pussy if that's what you're dreaming<</melanie>><br>
<<say "You" $faceimg>>It's settled then, I guess I'll go speak with...<</say>><br>
<<melanie>>JEEZ, wait, come inside please, anyone can hear us out here<</melanie>><br>
Melanie interrupts you, she stop looking at you in the eyes, and asks you to come inside her room, you follow her, It's a nice room, a lot of stuff in there is pink, and it smells nice<br><br>
<<melanie>>Let's make a reasonable deal, my pussy and kissing are out of the question<</melanie>><br>
<<say "You" $faceimg>>Soo, that leaves us with... sucking my dick<</say>><br><br>
She doesn't look particularly shocked by the demand, are you really going to pull this off?<br><br>
<<melanie>>That's a bit too much, I can make you cum with my hands<</melanie>><br>
<<say "You" $faceimg>>You asked for no kisses and not touching your pussy, I won't settle for anything less than this, and I'm being reasonable, I could ruin you<</say>><br>
She lowers her eyes to the ground, with a defeated look<br>
<b>Melanie's Love for you decreased by 60<br>
You can now ask Melanie for a blowjob</b><br><br>
<<set $melanielove -=60>>
<<melanie>>Fuck... ok, whatever, I'll do that but I want you to wash it first<</melanie>><br>
That was easy ,but she added a condition, maybe you can ask for a little more as well...<br><br>
<<say "You" $faceimg>>Ok, and I will come on your tongue<</say>><br>
She looks surprised that you had to specify that<br><br>
<<melanie>>Who do you think you're talking with? I know how a blowjob works<</melanie>><br>
You have to keep yourself from laughing, does she really think that's the only option?... interesting<br><br>
<<say "You" $faceimg>>Well, it's time to inaugurate our deal<</say>><br>
<<melanie>>Come on... already?... <</melanie>><br>
<<say "You" $faceimg>>Why not? it's a good time as ever<</say>><br>
She hesitates a bit, then points you towards the bathroom.<br><br>
<<melanie>>Remember the deal, you have to wash it first<</melanie>><br>
<<melanie>>And if you betray our deal, I swear I'll find a way to get you killed<</melanie>><br>
<<link "Get your first blowjob" "melaniescene">><<set $melanieprogress to 104>><<set $melaniescene to 99>>
<</link>>
<</if>>
<</linkreplace>>
<</if>>
<<if $melanieprogress eq 1 or $melanieprogress eq 101 or $melanieprogress eq 201>>
You determined where Melanie's room is basically just by stalking her on Instatok, and you decide to head there to check things out.<br>
Knocking at her door would be foolish, and you start to wonder what are you doing in here in the first place.<br>
<<if $currenthour gte 13 and $currenthour lte 17>>
<<set $dailymelanie to 1>>
As you get closer, you start to hear yelling coming from inside.<br><br>
<<linkreplace "Get closer and listen">>
You can barely here a few pieces here and there<br><br>
<<melanie>>...try anything like that... ....the fuck out of my room Tyler, ... ...ing creep<</melanie>><br>
You hear the door opening, they're still inside the room, you're here to stalk after all, so you just keep listening.<br>
You can hear things much clearer now that the door is open.<br><br>
<<tyler>>Stop being such a bitch about it, it was just a kiss<</tyler>><br>
<<melanie>>You're fucking gross, and you said you just needed to talk to me<</melanie>><br>
<<tyler>>Yeah, we talked, didn't we?<</tyler>><br>
<<melanie>>Just get out, you're digusting<</melanie>><br>
<<tyler>>Nahh, close the door and let me explain... you misunderstood <</tyler>><br>
<<melanie>>Jesus, what's there to misunderstand? Get the fuck out please<</melanie>><br>
<<tyler>>Heeey, don't push me!<</tyler>><br>
Tyler gets pushed just a little outside of the door, but he puts one of his feet in between to prevent her from closing it.<br><br>
They start to struggle, Tyler trying to get the door open again, and Melanie to keep it closed.<br><br>
<<melanie>>Go away!<</melanie>><br>
<<tyler>>Now I'll make you regret being such a bitch<</tyler>><br>
You are still in the middle of the hallway, and you start wondering if you should start to walk away before they see you.<br>
Tyler gives a brief look around him, to see if someone is watching him do this bullshit, and notices you.<br><br>
<<tyler>>What the fuck are you looking at?<</tyler>><br>
<<melanie>>Who's there? HELP<</melanie>><br>
<<if $melanieprogress gte 100>>
<<tyler>>Ahaha, isn't this the fucking loser you asked me to beat up the other day?<</tyler>><br>
<<melanie>>Fuck... well, you didn't even do that, did you?<</melanie>><br>
<<tyler>>Well, now seems like a good moment, look what I'm willing to do for you<</tyler>><br>
<<melanie>>I don't care anymore, just get the fuck back to your room and stay there<</melanie>><br>
Her is clearly ignoring her at this point,<br>
<<else>>
It's probably the dumbest thing you'll do all week, but you can't just ignore a girl screaming for help, even if she's a cunt.<br>
You decide to intervene.<br>
<</if>>
[img[setup.ImagePath+'melanie/tyler.png']]<br>
Tyler is now coming towards you, he's slim and a bit skinny, but he has a crazy look on his face, and he's prepared to fight you<br>
<<linkreplace "Fight him">>
<<if $clicked is 0>>
<<set $clicked to 1>>
Tyler charges at you, and tries to punch you right in the stomach.<br><br>
<<if $strength gte 27>>
<b>(Strength check: Success)</b><br>
You block his hit with your hand, you are both bigger and stronger than he is.<br>
You're still pissed at Melanie for how he treated you that day, and she even wanted to send this idiot to beat you?<br>
The two of you keep fighting, but you're pretty much destroying him, he's neither big or a good enough fighter, and it's on the verge of collpasing under your blows.<br>
When suddenly...<b> He pulls out a knife!</b><br>
Melanie is inside her room, but she kept the door open to watch, and whe she see that she screams at the top of her lungs:<br><br>
<<melanie>>OH MY GOD TYLER, WHAT THE FUCK?<</melanie>><br>
Is this guy for real? did he just pull out a knife in a fist fight?<br>
You hit him harder, and try to disarm him, you are clearly stronger and you end up knocking him down anyway, you have clearly won the fight.<br>
<b>
Melanie's love for you increased by 4<br>
Your popularity increased by 2<br>
Your confidence increased by 2<br>
Your strength increased by 1<br></b><br>
<<set $melanielove +=4>>
<<set $confidence +=2>>
<<set $popularity +=2>>
<<set $strength +=1>>
<<set $tylerstatus to 1>>
Melanie looks at you, horrified and says:<br><br>
<<melanie>>Fuck, you're bleeding!<</melanie>><br>
I'm bleeding?...<br>
You are not feeling anything, so you start checking yourself and you notice a pretty deep cut running along your left forearm, most likely from the knife.<br>
In the thrill of the fight you didn't notice it, you don't even feel pain, probably because of the adrenaline rush<br>
But yeah, you're bleeding... a lot.<br>
Tyler is on the floor, almost motionless<br>
Melanie panics, and start screaming and calling for help even louder.<br>
In a minute or two, a couple more people arrive at the scene, and you and Tyler are rushed to the Infirmary.<br>
<<link "To the infirmary" "Infirmary">><<addmins 28>><</link>>
<<else>>
<b>(Strength check: Failed)</b>
He hits you the stomach, and it hurts<br>
The two of you exchange some more punches, he's not very strong, and you manage to get a few hits in and hurt him, but it's not long until it's clear tha he's having the upper hand, and you end up getting thrown around quite a bit<br>
At some point you end up being knocked down against a small table in a corner of the hallway, a cut opens just below your shoulder, and you start bleeding,<br>
Melanie is watching the scene from her slightly open door, and when she sees that she screams:<br>
<<melanie>>Oh my god, Tyler stop! Get the fuck out<</melanie>><br>
At this point is clear that you lost the fight.<br>
<b>
Melanie's love for you decreased by 2<br>
Your popularity decreased by 2<br>
Your confidence decreased by 2<br>
Your stamina increased by 2<br></b>
<<set $melanielove -=2>>
<<set $confidence -=2>>
<<set $popularity -=2>>
<<set $stamina +=2>>
<<set $tylerstatus to 2>>
Tyler is standing there like an idiot, basking in the glory of his triumph, he starts heading towards Melanie's door, but she just closes it and locks it before he can even get close.<br>
<<tyler>>Melanie? did you see that?<</tyler>><br>
<<melanie>>Go away, you cringe piece of shit<</melanie>><br>
Just in that moment, among a few other people, one of the old male teachers, passes down the hallways, probalby drawn by all the screaming and notices the scene<br>
He starts screaming at Tyler, and youget sent straight to the infirmary, Tyler gets escorted somwhere else by both him and a janitor<br>
<<link "To the infirmary" "Infirmary">><<addmins 28>><</link>>
<</if>>
<<else>>You already selected the other option
<</if>>
<</linkreplace>>
<br>
<<linkreplace "Try to outsmart him">>
<<if $clicked is 0>>
<<set $clicked to 1>>
<br>Tyler charges at you, and tries to punch you right in the stomach<br>
<<if $intelligence gte 26>>
<b>(Intelligence check: Success)</b><br><br>
<<say "You" $faceimg>>Hey, there's no need to do this<</say>><br>
You start backing away fast to buy yourself some time, it's clear that you don't want to fight.<br>
He starts charging at full speed towards you to catch up, while you back away, you notice a small metal table to you left, you grab the small table and you drag in the middle of his trajectory a couple seconds before he reaches you.<br>
He runs down the table at full speed and stumbles across it, flying over it and landing flat on his chest, hurling tthe table towards you, the tables grazes your left arm and cuts you, but he's flat on the floor, gasping for air and barely moving.<br>
You start bleeding from your arm, it probably struck a small vein<br>
While Tyler keeps gasping for air, he reaches down his pocket and<b> he pulls out a knife!</b><br>
Melanie is inside her room, but she kept the door open to watch, and whe she see that she screams at the top of her lungs:<br><br>
<<melanie>>OH MY GOD TYLER, WHAT THE FUCK?<</melanie>><br>
Tyler is still on the floor and has troubles standing up, as soon as you see the knife, you get closer and you kick his hand, the knifes goes flying away and he starts crying from pain even louder.<br>
After this pathetic display, it's clear who won this fight between you<br>
<b>
Melanie's love for you increased by 4<br>
Your popularity increased by 2<br>
Your confidence increased by 1<br>
Your sintelligence increased by 1<br></b>
<<set $melanielove +=4>>
<<set $confidence +=1>>
<<set $popularity +=2>>
<<set $intelligence +=1>>
<<set $tylerstatus to 3>>
He probably hasn't noticed that some people have now gathered around attracted by the noise, Tyler is still gasping, crying and putting up a show, so they call for help<br>
A few minutes later, both you and Tyler are brought to the infirmary<br>
<<link "To the infirmary" "Infirmary">><<addmins 28>><</link>>
<<else>>
<b>(Intelligence check: Failed)</b><br>
<<say "You" $faceimg>>Hey, there's no need to do this<</say>><br>
You back away a few feet to buy yourself some time<br>
<<say "You" $faceimg>>There's a teacher coming down the hall, I wouldn't do that if I was you<</say>><br>
<<tyler>>Ahahah, sure, idiot,<</tyler>><br>
Tyler rapidly gains on you, and he pushes you with all the momentum from his speed<br>
He pushes you down, and you land on a small metal table, That hurts.<br>
He's now standing on top of you, and he notices that you started bleeding from a cut that you got landing on the furniture.<br>
<<tyler>>wow, is this over already? Did you see that, Melanie?<</tyler>><br>
Melanie closes and locks the door, horrified, she's as scared from him as you probably are<br>
It's clear by now that you lost this fight<br>
<b>
Melanie's love for you decreased by 2<br>
Your popularity decreased by 2<br>
Your confidence decreased by 2<br>
Your stamina increased by 2<br></b>
<<set $melanielove -=2>>
<<set $confidence -=2>>
<<set $popularity -=2>>
<<set $stamina +=2>>
<<set $tylerstatus to 4>>
He towers over you with a smile, but what the both of you coulnd't expect, is that your made up warning from before, actually became true, and a professor, probably attracted by the noise and the screaming, has seen the last moments of this scene.<br>
A few moment later, a janitor is called to help, you get sent to the Infirmary, and Tyles gets escorted to the dean office,<br>
<<link "To the infirmary" "Infirmary">> <<addmins 28>><</link>>
<</if>>
<<else>>You already selected the other option
<</if>>
<</linkreplace>>
<</linkreplace>>
<<else>>
You can't see anything interesting going on here right now, maybe you could try to come back just after the end of lessons?<br>
<<link "Go back to your room" "Room">> <<addmins 3>><</link>>
<</if>>
<</if>>
<<if $melanieprogress eq 2 or $melanieprogress eq 102 or $melanieprogress eq 202>>
You recognize the face, it's the teacher that brought you down to the infirmary<br><br>
<<say Teacher>>Mr. $surname are you all right now?<</say>><br>
You nod<br><br>
<<say Teacher>>Good, please follow me, there are some facts that we need you to confirm<</say>><br>
You start worrying, are you going to get in trouble?<br>
You get walked into an empty small classroom, inside that room there's another teacher that you don't recognize and Melanie, she's stepping around nervously.<br><br>
[img[setup.ImagePath+'melanie/face.png']]<br><br>
<<say Teacher>>Care to give us your entire version of the facts?<</say>><br>
You start recounting the facts exactly as they happened, there is no reason to lie, you can see Melanie is worried as much as you are and a bit scared, you wouldn't expect that from a girl attending her last year.<br><br>
<<say Teacher>>Ok, Melanie, do you confirm that everything he said is true?<</say>><br>
<<melanie>>Yes, that's exactly what happened, Tyler is dangerous<</melanie>><br>
What?... you expected her to lie or try to get you in trouble, why is she doing that?<br>
You don't have that doubt for long, because the next question gives you the answer<br><br>
<<say Teacher>>Tyler's version is that Melanie asked him to do what he did for her, can you confirm that?<</say>><br>
You get it now, she is taking your side because Tyler is trying to bring her down with him.<br>
What a piece of shit... is what you end up thinking once again.<br>
You take a quick glance at Melanie, her eyes are almost pleading, you could take your revenge now, but maybe you could use that against her.<br><br>
<<say Teacher>>Don't look at her, look at me<</say>><br>
You hesitated a bit. you take your eyes away from her... as much of a bitch as she might be, you're not going to play Tyler's game<br><br>
<<if $charisma gte 26>>
<b>(Charisma check: Success)</b>
<<say "You" $faceimg>>That's obviously false, Tyler was being aggressive with her, and when I tried to help her, he took it against me, he's just trying to give the blame to someone else, that guy is dangerous and it's no surprise that he's also a liar<</say>><br>
<<say Teacher>>Yeah, okay, that checks out, thanks for your time, you are good to go, we'll bring you back to your room, oh, and just so that you know, it's very unlikely that you'll see Tyler on school grounds again<</say>><br>
<b>Melanie's love for you increased by 6<br></b>
<<set $melanielove +=6>>
<<else>>
<b>(Charisma check: failed)</b>
<<say "You" $faceimg>>No, that's not true<</say>><br>
<<say Teacher>>Are you sure about that?<</say>><br>
<<say "You" $faceimg>>Yeah, that's just false<</say>><br>
That wasn't the best display of eloquence, and the teacher looks unconvinced, but he has to take your word for it<br><br>
<<say Teacher>>Ok then, you are good to go, we'll bring you back to your room, oh, and just so that you know, it's very unlikely that you'll see Tyler on school ground again<</say>><br>
<b>Melanie's love for you increased by 2<br></b>
<<set $melanielove +=2>>
<</if>>
<<link "Get walked back to your room" "Room">><<set $melanieprogress +=1>><<addmins 25>><</link>>
<</if>>
<</nobr>><<nobr>>
<<if $infirmary is 0 or $infirmary is undefined>>
<<set $infirmary to 1>><</if>>
You get rushed to the infirmary, you don't think your situation is really serious, you're more worried for the consequences of what happened than the cut itself.<br>
You enter the infirmary, it's a little more than a room with an examination table, a few medical cabinets and a desk with a nurse sitting in and standing idle.<br><br>
<<katrina>>What do we have here?<</katrina>><br>
<<if $tylerstatus eq 1 or $tylerstatus eq 3>>
The teacher answers: <br><br><<say Teacher>>Hello Katrina, those two were in a fight, can you take care of them? I'll stay here and make sure they don't get back at it<</say>><br>
<<else>>
The teacher answers <<say Teacher>>Hello Katrina, His name is $name , he got into a fight with Tyler and got the worst of it<</say>><br>
<<katrina>>That Tyler? Again?<</katrina>><br>
<<say Teacher>>Yes, from what I saw it was an unprovoked aggression, but we're gathering the version of the girl that was in front of them and watched the whole thing<</say>><br>
You don't like this, If he saw the whole thing, why would he have to ask Melanie? That bitch is obviously going to lie, it doesn't look good for you...<br>
<<say Teacher>>He doesn't look dangerous, can I leave it in your hands? I'm probably needed upstairs<</say>><br>
<</if>>
<<katrina>>Sure, let me see what I can do<</katrina>><br>
You take a look at the nurse, she talks with a thick accent that you think could be Russian or Eastern-Europe.<br><br>
[img[setup.ImagePath+'katrina/face.png']]<br><br>
She looks young and very cute, while her uniform masks it, you can imagine she has a nice pair of tits underneath.<br><br>
<<if $tylerstatus eq 1 or $tylerstatus eq 3>>
Tyler gets taken care of before you, because he's bitching and complaining way more than you are. <br>He claims that everything hurts, the nurse examines him, and after a while determines there's nothing that requires immediate care, he has a few bruises, so she gives him some ice to keep on the bruised areas and some non-prescription painkillers and send him on his way.<br><br>
The teacher that brought you here walks away with him, probably concerned for what he's going to do next.<br>
She then tells you to come forward, the two of you are left alone.<br>
<</if>>
<<katrina>>So, does it hurt anywhere?<</katrina>><br><br>
The adrenaline from the fight has worn off, you can feel your left arm starting to burn.<br><br>
<<say "You" $faceimg>>Here, my left arm<</say>><br>
She examines the wound and says:<br><br>
<<katrina>>It's kind of a deep cut, it might heal on its own, but it's better if I put some stitches<</katrina>><br>
She proceeds to start cleaning the wound, then she starts stitching it up and bandaging it.<br><br>
[img[setup.ImagePath+'katrina/bandblood.png']]<br><br>
She realizes you are now alone in the room, and says:<br>
<<katrina>>That Tyler... I'm only working here from a year, and I already got him in here like 4 times<</katrina>><br>
<<if $tylerstatus eq 1 or $tylerstatus eq 3>><br>
<<say "You" $faceimg>>Yeah, that guy is out of his mind... I didn't really do anything, and he even pulled a knife, he's dangerous<</say>><br>
<<katrina>>Well, from the state he was in, I think that you did something, after all<</katrina>><br>
You tense up.<br>
<<say "You" $faceimg>>But It was just self-defense!<</say>><br>
<<katrina>>Don't worry, that was just a joke, I have no problem believing you<</katrina>><br>
<<else>>
<<say "You" $faceimg>>Yeah, that guy is out of his mind... I didn't really do anything<</say>><br>
<<katrina>>Don't worry, I have no problem believing you, as I said, it's not the first time he causes problems<</katrina>><br>
<</if>>
<<katrina>>In fact, it's the first time that I see you here<</katrina>><br>
<<if $charisma gte 24>>
<b>(Charisma check: Success)</b>
<<say "You" $faceimg>>Well, I'm first year, but I would have got injured sooner if I knew the nurse was so cute<</say>><br>
She gives you a good-hearthed laugh<br>
<b>Katrina's love for you increased by 2<br>
Your Charisma increased by 1</b><br>
<<set $katrinalove +=1>>
<<set $charisma +=1>>
<<katrina>>Well, let's not be so cheesy, okay?<</katrina>><br>
<<else>>
<b>(Charisma check: Failed)</b>
<<say "You" $faceimg>>Well, I'm first year, I'm not here from long<</say>><br>
<<katrina>>Oh, ok, that explains it<</katrina>><br>
<</if>>
<<katrina>>Anyway, it's stitched and bandaged, please come back in a couple days to change the medication and in a week to remove the stitches, ok?<</katrina>><br>
<<if $charisma gte 24>>
<<say "You" $faceimg>>Ok thanks, I look forward to see you again!<</say>><br>
<<katrina>>Ha! You're such a charmer<</katrina>><br>
<b>Katrina's love for you increased by 1<br></b><br>
<<set $katrinalove +=1>>
<<else>>
<<say "You" $faceimg>>Ok, I'll be sure to come back for that, Thanks!<</say>><br>
<</if>>
<<set $infirmary to 1>>
<<set $woundday to $currentday>>
<br>You head back to your room.<br>
<<addmins 90>>
[img[setup.ImagePath+'/roompreview.png']]<br><br>
You put yourself on the bed, and think to yourself for a bit... <br>
That was an unexpected turn of events, you wonder what's going on with Tyler and Melanie right now, are they conspiring against you to shift the blame? <br>
Would that even be possible?<br>
All of that is interrupted because you hear
<<link "knocking at your door " "melanieroom">><<set $melanieprogress +=1>> <</link>>
<</nobr>>
<<nobr>>
<<set $sexcogain to Number(((101- $sexcontrol) /100).toFixed(2))>>
<<set $sexcogainwank to Number ((1*$sexcogain).toFixed(2))>>
<<set $sexcogainhandjob to Number ((1.5*$sexcogain).toFixed(2))>>
<<set $sexcogainblowjob to Number ((2*$sexcogain).toFixed(2))>>
<<if $melaniekissed is undefined>><<set $melaniekissed to 0>><</if>>
<<if $melaniescene is 99>>
You head to the bathroom, and wash your cock, this is a part of the deal that you don't have a particular problem with.<br>
When you come back, you find that Melanie has removed her red shirt and is now in black and blue sexy underwear, you stay still for a second to admire her.<br><br>
[img[setup.ImagePath+'melanie/bmpose.png']]<br><br>
<<say "You" $faceimg>>Oh, wow... you look nice<</say>><br>
<<melanie>>Yeah, shut up, hopefully you'll come quicker this way, and I don't want you to stain my clothes<</melanie>><br>
<<say "You" $faceimg>>I'm not complaining<</say>><br>
<<melanie>>Come on, let's get this shit over with, take off your clothes, let's see if you can even last a minute<</melanie>><br>
You get naked, and get close to her on the couch, your put her dick close to her face and wait for her to start<br>
She puts the tip of your dick on her tongue, then she starts to slowly suck you, you immediately notice that she's very good at this.<br>>
<video width="754" height="480" controls>
<source src="Images/melanie/bmblowstart.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<if $sexcontrol gte 31>>
<b>(Sex control check: Success)</b>
<br>
It goes on like this for a couple of minutes, she starts to get impatient, so she spits on your dick and she starts taking it deeper and faster, she's trying very hard to make it quick<br>
<video width="754" height="480" controls>
<source src="Images/melanie/bmblowfaster.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<if $sexcontrol gte 66>>
<b>(Sex control check: Success)</b><br>
But you resist to almost ten minutes of this incredible dick treatment, <<addmins 9>> Your hard training paid off, and she's starting to get desperate<br><br>
<<melanie>>Oh god, will you fucking come already?? Let me try this<</melanie>><br>
<video width="754" height="480" controls>
<source src="Images/melanie/bmshowtits.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<melanie>>Let's get back to it, and help me a bit, I'm starting to get tired<</melanie>><br>
Help her a bit?... does she actually mean that you should fuck her face?<br>
She really is an odd girl, but sure, you can "help" her.<br>
<video width="754" height="480" controls>
<source src="Images/melanie/bmmelaniefuckface.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
You fuck her face hard for a few more minutes, you get very aroused and you lose control a bit, you grab her hair behind her head and push her deep against your cock, she doesn't seem to mind, which surprises you, but you also went beyond the point of no return, fucking her face like that, definitely got you over the edge.<br>
You try taking it out, but it's too late, you are going to cum, and you ask her to stick out her tongue for you<br>
<<addmins 6>>
<video width="754" height="480" controls>
<source src="Images/melanie/bmmelaniecumr.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
<<melanie>>OH, finally! That proved to be a challenge, I guess that you deserved to see my tits<</melanie>><br>
Wow, is she acting... friendly? Your facefucking must have gotten to her head<br><br>
<<melanie>>Well, if you're not going to say anything, just go, see you tomorrow, I guess<</melanie>><br>
What the fuck?... did she really just say that?<br>
<b>Your confidence increased by 3<br>
Melanie's love for you increased by 3<br>
Your sexual control increased by $sexcogainblowjob<br>
Your lust decreased by 50<br>
You spent 6 energy</b><br>
<<set $melanielove -=1>>
<<set $confidence -=1>>
<<addmins 5>>
<<set $dailymelanie to 1>>
<<set $sexcontrol += $sexcogainblowjob>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=6>><</link>>
<<else>>
<b>(Sex control check: Failed)</b>
This would be too much for anyone, you resist to <<if $sexcontrol gte 46>>5<<addmins 5>> <<else>>2<<addmins 2>><</if>> more minutes of this treatment, then you ask her to slow down, but she ignores, as this wasn't part of the deal.<br>
You take your dick away from her, but you realize it's too late, you can't stop your orgasm anymore, so you tell her to stick out her tongue<br>
<<if $sexcontrol gte 46>>
<<melanie>>Well, at least you resisted for a while, good job I guess<</melanie>><br>
It sure seems like the blackmail isn't really causing her any problem right now<br>
<b>Melanie's love for you increased by 1</b><br>
<<set $melanielove +=1>>
<<else>>>
<<melanie>>Haha, I knew you weren't going to resist to that, I'm so good!<</melanie>><br>
Well, she sure takes pride in her work... does she even remember this was a blackmail?<br>
<</if>>
<b>Your sexual control increased by $sexcogainblowjob<br>
Your lust decreased by 50<br>
You spent 2 energy</b><br>
<<addmins 5>>
<<set $dailymelanie to 1>>
<<set $sexcontrol += $sexcogainblowjob>>
<<set $lust-= 50>>
<br>
<<melanie>>Would you mind getting out of my room now?<</melanie>><br>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=2>><</link>>
<br>
<</if>>
<<else>>
<b>(Sex control check: Failed)</b>
She's definitively too good at this for you, you are way too excited and not even 30 seconds later you are already going to cum.<br>
You ask her to slow down, but she ignores you, that wasn't in the deal, after all<br>
You take your dick away from her, but you realize it's too late, you can't stop your orgasm , so you tell her to stick out her tongue<br>
<video width="754" height="480" controls>
<source src="Images/melanie/bmmelaniecum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video><br><br>
As soon as you are done cumming, she starts laughing, still with your cum in her mouth.<br><br>
<<melanie>>Ahahahah, you didn't even last half a minute, what a fucking loser<</melanie>><br>
Her calling you a loser with her mouth full of your cum is indeed a scene that causes mixed feelings<br><br>
<<if $charisma gte 32>>
<b>(Charisma check: Success)</b><br>
<<say "You" $faceimg>>Hey, don't talk with your mouth full<</say>><br><br>
This seems to put her back in her place, she stop laughing and gives your a butthurt look<br><br>
<<melanie>>Whatever... if I knew this was so easy I would have agreed sooner<</melanie>><br>
Your confidence decreased by 1<br>
Melanie's love for you decreased by 1<br>
<b>Your sexual control increased by $sexcogainblowjob<br>
Your lust decreased by 50<br>
You spent 3 energy</b><br>
<<set $melanielove -=1>>
<<set $confidence -=1>>
<<addmins 5>>
<<set $dailymelanie to 1>>
<<set $sexcontrol += $sexcogainblowjob>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=3>><</link>>
<<else>>
<b>(Charisma check: Failed)</b>
<<say "You" $faceimg>>Well, you're very good at this and...<</say>><br>
<<melanie>>Didn't I warn you, you fucking freshman? I told you that you couldn't last a minute with me, now get out of my sight<</melanie>><br>
<b>Your confidence decreased by 3<br>
Melanie's love for you decreased by 3<br>
Your sexual control increased by $sexcogainblowjob<br>
Your lust decreased by 50<br>
You spent 2 energy</b><br>
<<set $melanielove -=3>>
<<set $confidence -=3>>
<<addmins 5>>
<<set $dailymelanie to 1>>
<<set $sexcontrol += $sexcogainblowjob>>
<<set $lust-= 50>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=2>><</link>>
<</if>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<set $melanieattraction to (($melanielove*1.5+$popularity*1.8+$confidence*0.5+$sexcontrol*0.4+$physattr*0.3+$strength*0.2).toFixed(1))>><br>
Melanie's attraction for you is $melanieattraction <br><br>
You step inside Melanie's room<br>
<<melanie>>Hey, I didn't tell you to come inside<</melanie>><br>
<<say "You" $faceimg>>You just told me to not stay outside<</say>><br>
<<melanie>>That doesn't mean that you should have come in<</melanie>><br>
<<linkreplace "Let's not waste time, I'm here about our deal... (blowjob)">>
<<say "You" $faceimg>>Let's not waste time, I'm here about our deal<</say>><br>
<<melanie>>Again? wait, when we agreed to that, I tought it was a one-time thing<</melanie>><br>
<<say "You" $faceimg>>Well, you should have specified<</say>><br>
<<melanie>>No, YOU should have specified, i would have never agr...<</melanie>><br>
You interrupt her:<br>
<<say "You" $faceimg>>Look, you know what's at stake, I'm just gonna head to the bathroom, get ready...<</say>><br>
<b>Melanie's love for you decreased by 1</b><br>
<<set $melanielove -=1>>
<<link "Melanie gives up" "melaniescene">><<set $melaniescene to 99>><</link>>
<</linkreplace>>
<</nobr>>