,,,,,,,,,@@.tip;$game.version $game.release@@\
<<UpdateCheck>>\
<<set $expenditures = $you.payroll + $you.rent>>\
<<if $period == 0>>\
<img src="Media/Icon/Morning.png" alt="It's morning." width="50%">\
<<elseif $period == 1>>\
<img src="Media/Icon/Afternoon.png" alt="It's afternoon." width="50%">\
<<elseif $period == 2>>\
<img src="Media/Icon/Evening.png" alt="It's evening." width="50%">\
<<elseif $period == 3>>\
<img src="Media/Icon/Night.png" alt="It's nighttime." width="50%">\
<</if>>\
<<nobr>>
<<now>>
<<if setup.DAYS[$day % 7] == 'Saturday' || setup.DAYS[$day % 7] == 'Sunday'>>
<span class="gold">It's the Weekend</span>
<<set $weekend to true>>
<<else>>
<span class="silver">It's a Weekday</span>
<<set $weekend to false>>
<</if>>
<<if setup.DAYS[$day % 7] == 'Monday'>>
<<set $dayOfWeek to 'Monday'>>
<<elseif setup.DAYS[$day % 7] == 'Tuesday'>>
<<set $dayOfWeek to 'Tuesday'>>
<<elseif setup.DAYS[$day % 7] == 'Wednesday'>>
<<set $dayOfWeek to 'Wednesday'>>
<<elseif setup.DAYS[$day % 7] == 'Thursday'>>
<<set $dayOfWeek to 'Thursday'>>
<<elseif setup.DAYS[$day % 7] == 'Friday'>>
<<set $dayOfWeek to 'Friday'>>
<<elseif setup.DAYS[$day % 7] == 'Saturday'>>
<<set $dayOfWeek to 'Saturday'>>
<<elseif setup.DAYS[$day % 7] == 'Sunday'>>
<<set $dayOfWeek to 'Sunday'>>
<</if>><br>
<br>
<div style="border: 2px solid white; background-color: #45556f; border-radius: 5px; margin: auto; padding: 15px; min-width:100px; display: inline-block">
<b><<youd $you.firstName $you.lastName>></b><br>
<span title="How strong your sway is over your clients and the city where you operate.">Influence:</span> <<if $patreon.Stats == true>><<print $you.Influence>><</if>>
<<if $you.Influence <= 10>>
<span class="bad">Unknown</span>
<<elseif $you.Influence <= 20>>
<span class="bad">Pariah</span>
<<elseif $you.Influence <= 30>>
<span class="fine">Outcast</span>
<<elseif $you.Influence <= 40>>
<span class="fine">Bystander</span>
<<elseif $you.Influence <= 50>>
<span class="fine">Advisor</span>
<<elseif $you.Influence <= 60>>
<span class="good">Consulted</span>
<<elseif $you.Influence <= 70>>
<span class="good">Respected</span>
<<elseif $you.Influence <= 80>>
<span class="good">Trusted</span>
<<elseif $you.Influence <= 90>>
<span class="great">Leader</span>
<<elseif $you.Influence <= 150>>
<span class="great">Master</span>
<<elseif $you.Influence <= 200>>
<span class="great">Godly</span>
<<else>>
<span class="excellent">The Dude</span>
<</if>><br>
<span title="How irresponsible you have been, and how suspicious people are of your qualifications. Letting this get too high will prevent you from working.">Negligence:</span> <<if $patreon.Stats == true>><<print $you.Negligence>><</if>>
<<if $you.Negligence<= 10>>
<span class="excellent">Squeaky Clean</span>
<<elseif $you.Negligence<= 20>>
<span class="great">Responsible</span>
<<elseif $you.Negligence<= 30>>
<span class="fine">Devils Advocate</span>
<<elseif $you.Negligence<= 40>>
<span class="fine">Selfish</span>
<<elseif $you.Negligence<= 50>>
<span class="bad">Greedy</span>
<<else>>
<span class="bad">Sociopath</span>
<</if>><br>
<span title="A measure of how well you have crafted your appearance, behaviour, and skills of Persuasion.">Charisma: </span><<if $patreon.Stats == true>><<print $you.Charisma>><</if>>
<<if $you.Charisma<= 10>>
<span class="bad">Loser</span>
<<elseif $you.Charisma<= 20>>
<span class="bad">Wannabe</span>
<<elseif $you.Charisma<= 30>>
<span class="fine">Average Guy</span>
<<elseif $you.Charisma<= 40>>
<span class="fine">Pick-up-Artist</span>
<<elseif $you.Charisma<= 50>>
<span class="fine">Handsome</span>
<<elseif $you.Charisma<= 60>>
<span class="good">Public Speaker</span>
<<elseif $you.Charisma<= 70>>
<span class="good">Influencer</span>
<<elseif $you.Charisma<= 80>>
<span class="good">Great Orator</span>
<<elseif $you.Charisma<= 90>>
<span class="great">Casanova</span>
<<elseif $you.Charisma<= 150>>
<span class="great">Messiah</span>
<<elseif $you.Charisma<= 200>>
<span class="great">National Treasure</span>
<<else>>
<span class="excellent">The Dude</span>
<</if>><br>
<span title="Your physical ability and presence. Used to enforce your will and extend your daily activities.">Endurance: </span> <<if $patreon.Stats == true>><<print $you.Endurance>><</if>>
<<if $you.Endurance<= 10>>
<span class="bad">Cripple</span>
<<elseif $you.Endurance<= 20>>
<span class="bad">Grassy</span>
<<elseif $you.Endurance<= 30>>
<span class="fine">Asthmatic</span>
<<elseif $you.Endurance<= 40>>
<span class="fine">Average Guy</span>
<<elseif $you.Endurance<= 50>>
<span class="fine">Crossfitter</span>
<<elseif $you.Endurance<= 60>>
<span class="good">Athletic</span>
<<elseif $you.Endurance<= 70>>
<span class="good">Amateur Athlete</span>
<<elseif $you.Endurance<= 80>>
<span class="good">Body-builder</span>
<<elseif $you.Endurance<= 90>>
<span class="great">Pro Athlete</span>
<<elseif $you.Endurance<= 150>>
<span class="great">Herculean</span>
<<elseif $you.Endurance<= 200>>
<span class="great">Godly</span>
<<else>>
<span class="excellent">The Dude</span>
<</if>><br>
<span title="The way of the Ninja, and the Peeping Tom. Want to hide in plain sight? Order Stealth Today!.">Stealth: </span><<if $patreon.Stats == true>><<print $you.Stealth>><</if>>
<<if $you.Stealth<= 10>>
<span class="bad">Stealthy Elephant</span>
<<elseif $you.Stealth<= 20>>
<span class="bad">Two Left Feet</span>
<<elseif $you.Stealth<= 30>>
<span class="fine">Sleepwalker</span>
<<elseif $you.Stealth<= 40>>
<span class="fine">Twig-breaker</span>
<<elseif $you.Stealth<= 50>>
<span class="fine">Tracker</span>
<<elseif $you.Stealth<= 60>>
<span class="good">Hunter</span>
<<elseif $you.Stealth<= 70>>
<span class="good">Escape Artist</span>
<<elseif $you.Stealth<= 80>>
<span class="good">Whisper</span>
<<elseif $you.Stealth<= 90>>
<span class="great">Ninja</span>
<<elseif $you.Stealth<= 150>>
<span class="great">Ghost</span>
<<elseif $you.Stealth<= 200>>
<span class="great">Invisible Man</span>
<<else>>
<span class="excellent">The Dude</span>
<</if>><br>
<span title="How generally selfish and dominant you are. This is your willingness to take what you want from others.">Tyranny: </span><<if $patreon.Stats == true>><<print $you.Tyranny>><</if>>
<<if $you.Tyranny<= 10>>
<span class="bad">Saint</span>
<<elseif $you.Tyranny<= 20>>
<span class="bad">Selfless</span>
<<elseif $you.Tyranny<= 30>>
<span class="fine">Giving</span>
<<elseif $you.Tyranny<= 40>>
<span class="fine">Generous</span>
<<elseif $you.Tyranny<= 50>>
<span class="fine">Intern</span>
<<elseif $you.Tyranny<= 60>>
<span class="good">Motivated</span>
<<elseif $you.Tyranny<= 70>>
<span class="good">Selfish</span>
<<elseif $you.Tyranny<= 80>>
<span class="good">Investment Banker</span>
<<elseif $you.Tyranny<= 90>>
<span class="great">Narcissist</span>
<<elseif $you.Tyranny<= 150>>
<span class="great">Literally Satan</span>
<<elseif $you.Tyranny<= 200>>
<span class="great">Conservative</span>
<<else>>
<span class="excellent">The Dude</span>
<</if>>
</div>
<br>
<br>
<div class = "caption">
<<button "Characters">>
<<script>>
Dialog.setup("Characters");
Dialog.wiki(Story.get("Characters").processText());
Dialog.open();
<</script>>
<</button>><br>
</div>
<div class = "caption">
<<button "$you.firstName's Stats">>
<<script>>
Dialog.setup("Your Stats");
Dialog.wiki(Story.get("Your Stats").processText());
Dialog.open();
<</script>>
<</button>><br>
<br>
<div class = "caption">
<<button "Patrons">>
<<script>>
Dialog.setup("Patrons");
Dialog.wiki(Story.get("Patrons").processText());
Dialog.open();
<</script>>
<</button>>
</div>
<div class = "caption">
<<button "Changelog">>
<<script>>
Dialog.setup("Changelog");
Dialog.wiki(Story.get("Changelog").processText());
Dialog.open();
<</script>>
<</button>>
</div>
<div class = "caption">
<<button "Debug">>
<<script>>
Dialog.setup("Debug");
Dialog.wiki(Story.get("Debug").processText());
Dialog.open();
<</script>>
<</button>>
</div>
<br>
</div>
<div class="spaced">
<a href="https://patreon.com/AmanOC" target="_blank"><img src="Media/Icon/bannerPatreon.png" width="70%" align="middle"></a>
</div>
<div class="spaced">
<a href="https://discord.gg/d6pbs7CA" target="_blank"><img src="Media/Icon/bannerDiscord.png" width="70%" align="middle"></a>
</div>\
<</nobr>>\
<<time>>\<<widget "youd">>\
<<= '<span style="color:' + $you.Color + '">' + $args.raw + '</span>'>>\
<</widget>>\
<<widget "moond">>\
<<= '@@.moon;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "pepperd">>\
<<= '@@.pepper;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "elised">>\
<<= '@@.elise;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "jodied">>\
<<= '@@.jodie;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "fionad">>\
<<= '@@.fiona;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "kaileed">>\
<<= '@@.kailee;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "kimd">>\
<<= '@@.kim;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "celined">>\
<<= '@@.celine;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "shyd">>\
<<= '@@.shy;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "slutd">>\
<<= '@@.slut;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "coold">>\
<<= '@@.cool;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "strangerd">>\
<<= '@@.stranger;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "stranger2d">>\
<<= '@@.stranger2;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "stranger3d">>\
<<= '@@.stranger3;' + $args.raw + '@@'>>\
<</widget>>\
<<widget "texting">>\
<<= '@@.texting;' + $args.raw + '@@'>>\
<</widget>>\
%/ Creates A random girl to be called by location events. /%
\
<<widget "randomGirl">>\
<<set $randomGirl.exists = false>>\
\
<<set _generateGirl = Math.random()>>\
<<if _generateGirl >= .25>>\
<<set $randomGirl.exists = true>>\
<<else>>\
<<set $randomGirl.exists = false>>\
<</if>>\
\
<<set $randomGirl.Persona = ['shy', 'selfish', 'submissive', 'enthusiastic', 'intense', 'slutty'].random()>>\
\
<<if $randomGirl.Persona == 'shy'>>\
<<set $randomGirl.Attitude = 'reserved'>>\
<<elseif $randomGirl.Persona == 'selfish'>>\
<<set $randomGirl.Attitude = 'outgoing'>>\
<<elseif $randomGirl.Persona == 'submissive'>>\
<<set $randomGirl.Attitude = 'reserved'>>\
<<elseif $randomGirl.Persona == 'enthusiastic'>>\
<<set $randomGirl.Attitude = 'outgoing'>>\
<<elseif $randomGirl.Persona == 'intense'>>\
<<set $randomGirl.Attitude = 'outgoing'>>\
<<else>>\
<<set $randomGirl.Attitude = 'slutty'>>\
<</if>>\
\
<<set $randomGirl.Age = ['teen', 'mature'].random()>>\
\
<<set $randomGirl.Race = ['white'].random()>>\
\
<<if $randomGirl.Race == 'white'>>\
<<set $randomGirl.Skin = ['ivory', 'porcelain', 'tanned', 'sunkissed'].random()>>\
<<set $randomGirl.Name = ['Emma', 'Charlotte', 'Amelia', 'Sofie', 'Ella', 'Penny', 'Lily', 'Nova', 'Zoe', 'Stella', 'Vikki', 'Nicole', 'Ivy', 'Claire', 'Skye', 'Rylee', 'Iris', 'Parker', 'Charlie', 'River'].random()>>\
\
<<elseif $randomGirl.Race == 'african'>>\
<<set $randomGirl.Skin = ['ebony', 'chocolate', 'caramel', 'coco'].random()>>\
<<set $randomGirl.Name = ['Tanisha', 'Candice', 'Monique', 'Cheyenne', 'Amani', 'Nakala', 'Shanya', 'Tia', 'Zuri', 'Capria', 'Nala', 'Aleah', 'Zendaya', 'Onika', 'Ciara', 'Jakori', 'Kaya', 'Zola'].random()>>\
\
<<elseif $randomGirl.Race == 'taiwanese'>>\
<<set $randomGirl.Skin = ['golden', 'amber', 'ivory', 'porcelain'].random()>>\
<<set $randomGirl.Name = ['Ari', 'Bora', 'Eun-bee', 'Ha-Eun', 'Ji', 'Min-soo', 'Sua', 'Candice', 'Monique', 'Tanisha', 'Candice', 'Monique', 'Tanisha', 'Candice', 'Monique', 'Tanisha', 'Candice', 'Monique', 'Tanisha', 'Candice', 'Monique'].random()>>\
\
<<elseif $randomGirl.Race == 'korean'>>\
<<set $randomGirl.Skin = ['golden', 'amber', 'porcelain', 'ivory'].random()>>\
<<set $randomGirl.Name = ['Ari', 'Bora', 'Eun-bee', 'Ha-Eun', 'Ji', 'Min-soo', 'Sua', 'Jin-Ae', 'Mina', 'Sun-hee', 'Sunny', 'Soomin', 'Yoona', 'Iseul', 'Moon', 'Jia', 'Hana', 'Bae', 'Kyungha', 'Da-eun', 'Hyejin'].random()>>\
\
<<elseif $randomGirl.Race == 'japanese'>>\
<<set $randomGirl.Skin = ['golden', 'amber', 'porcelain', 'ivory', 'porcelain'].random()>>\
<<set $randomGirl.Name = ['Aiko', 'Akane', 'Amaya', 'Asami', 'Chiyo', 'Chika', 'Eri', 'Fumiko', 'Hanako', 'Hisa', 'Kaiya', 'Kaori', 'Keiko', 'Mai', 'Miki', 'Natsuko', 'Suki', 'Shiori', 'Takako', 'Ume', 'Yoshimi'].random()>>\
\
<<elseif $randomGirl.Race == 'latina'>>\
<<set $randomGirl.Skin = ['coppery', 'tawny', 'golden', 'chocolate'].random()>>\
<<set $randomGirl.Name = ['Catalina', 'Alma', 'Camila','Elena', 'Florencia', 'Luciana','Luna', 'Marina', 'Paula','Rosa', 'Vera', 'Viviana'].random()>>\
\
<<elseif $randomGirl.Race == 'indian'>>\
<<set $randomGirl.Skin = ['bronze', 'chocolate', 'caramel', 'almond'].random()>>\
<<set $randomGirl.Name = ['Imara', 'Jasmine', 'Devina', 'Aria', 'Kareena', 'Kiyana', 'Maya', 'Misha', 'Priya', 'Saiya', 'Sana', 'Suri', 'Vera', 'Ziya', 'Tashi'].random()>>\
<</if>>\
\
<<if $randomGirl.Skin == 'ivory'>>\
<<set $randomGirl.Tone = 'light'>>\
<<elseif $randomGirl.Skin == 'porcelain'>>\
<<set $randomGirl.Tone = 'light'>>\
<<elseif $randomGirl.Skin == 'ebony'>>\
<<set $randomGirl.Tone = 'dark'>>\
<<elseif $randomGirl.Skin == 'chocolate'>>\
<<set $randomGirl.Tone = 'dark'>>\
<<else>>\
<<set $randomGirl.Tone = 'tan'>>\
<</if>>\
<</widget>>\<<widget "pickOne">><<nobr>>
<<set $_choiceNumber = Math.floor(Math.random()*$args.length)>>
<<= $args[$_choiceNumber]>>
<</nobr>><</widget>>
<<widget "pickTip">><<nobr>>
<<set $_choiceNumber = Math.floor(Math.random()*$args.length)>>
@@.tip;Tip: $args[$_choiceNumber]@@
<</nobr>><</widget>>
<<widget "RGENum">>\
<<set $RGENum = Math.floor(Math.random()*$args[0])>>\
<</widget>>\
<<widget "RGE">>\
<<set $RGE = Math.floor(Math.random()*$args[0])>>\
<</widget>>\
<<widget "random">>\
<<set $random = Math.floor(Math.random()*$args[0])>>\
<</widget>>\
<<widget "random1">>\
<<set $random1 = Math.floor(Math.random()*$args[0])>>\
<</widget>>\
<<widget "random2">>\
<<set $random2 = Math.floor(Math.random()*$args[0])>>\
<</widget>>\
<<widget "random3">>\
<<set $random3 = Math.floor(Math.random()*$args[0])>>\
<</widget>>\
<<widget "random4">>\
<<set $random4 = Math.floor(Math.random()*$args[0])>>\
<</widget>>\
<<widget "refreshCaption">><<silently>>
<<replace "#story-caption">><<include "StoryCaption">><</replace>>
<</silently>><</widget>><<set $game={
version: '0.12',
release: 'Alpha',
background: 'Normal'
}>>
<<set setup.DAYS = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']>>
<<set setup.PERIODS = ['Morning', 'Afternoon', 'Evening', 'Night']>>
<<set $day = 1>>
<<set $period = 0>>
<<set $_colors = ['blue', 'red', 'cyan', 'yellow', 'green', 'pink', 'orange', 'purple', 'brown', 'lime', 'tan', 'white']>>
<<set $you={
firstName: 'Mike',
lastName: 'Smith',
sexName: 'Sir',
Color: 'lime',
Influence: 0,
Negligence: 0,
Charisma: 0,
Endurance: 0,
Stealth: 0,
Tyranny: 0,
Payroll: 0,
Rent: 0,
Quest: 0,
Flex: false
}>>
<<set $moon={
Corruption: 0,
Love: 0,
Girlfriend: true,
Mad: false,
Quest: 0,
Flex: false
}>>
<<set $kim={
Rel: 'Roommate',
Age: 19,
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $celine={
Rel: 'Landlady',
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $richard={
Rel: 'Mentor',
Corruption: 0,
Quest: 0,
Flex: false
}>>
<<set $nikki={
Rel: 'Neighbours daughter',
Age: 19,
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $vivian={
Rel: 'Neighbour',
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $pepper={
Corruption: 0,
Love: 0,
Girlfriend: false,
Pro3P: false,
Panties: 'white',
Passage: false,
Quest: 0,
Flex: false
}>>
<<set $elise={
Corruption: 0,
Love: 0,
Girlfriend: false,
Quest: 0,
Flex: false
}>>
<<set $jodie={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $fiona={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $kailee={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $senna={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $xue={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $jin={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $tali={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $makayla={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $chrissy={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $daniella={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $jenny={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $sera={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $liz={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $nadia={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $kiera={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $june={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $lily={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $mina={
Corruption: 0,
Love: 0,
Quest: 0,
Flex: false
}>>
<<set $randomGirl={
Name: 'girl',
Race: 'white',
Age: 'teen',
Tone: 'light',
Skin: 'porcelain',
Persona: 'reserved',
Attitude: 'shy',
Exists: true
}>>
<<set $work={
Theory: 0,
Income: 0,
Level: 0,
Maid: false,
Intern: false,
Secretary: false,
Associate: false,
}>>
<<set $perk={
none: true,
}>>
<<set $quest={
placeHolder: false
}>>
<<set $home = 'UDorm'>>
<<set $homeName = 'Your Room'>>
<<set $weekend = false>>
<<set $location={
Office: false,
ScoolInter: false,
School: false,
UniversityInter: false,
University: false
}>>
<<set $email={
placeholder: false,
}>>
<<set $job={
OFamilyco: false,
ORiskco: false,
OLoveco: false,
OLifeco: false,
OIdolco: false,
OWifeco: false,
OCareerco: false,
OMidlifeco: false,
OParentco: false,
OCareerPco: false,
ODatingco: false,
OInternco: false,
OMiscTCo: false,
OMiscACo: false,
OMiscMCo: false,
UPhysCo: false,
UStemCo: false,
UArtCoCo: false,
UBusiCo: false,
UStaffCo: false,
SGradCo: false,
SSexEdCo: false,
SConflictCo: false,
SStaffCo: false,
NetECo: false,
NetVCo: false
}>>
<<set $sex={
Handjob: false,
Blowjob: false,
Titjob: false,
Assjob: false,
Fuck: false,
Anal: false,
}>>
<<set $stats={
Handjob: 0,
Blowjob: 0,
Titjob: 0,
Assjob: 0,
Pussy: 0,
Anal: 0,
Cum: {face: 0, mouth: 0, tits: 0, ass: 0, pussy: 0, asshole: 0}
}>>
<<set $re={
Pgym: false,
Pcafe: false,
Count: 0,
Event: false,
Ticker: 0,
}>>
<<set $prologue={
Jodie: 0,
Fiona: 0,
Pepper: 0,
Kailee: 0,
Elise: 0,
Pbj: false,
Panal: false,
Pcpie: false,
P2D: false,
Kdin: false,
Ksex: false,
Mmom: false,
Fdom: false,
Fpol: false,
Jfree: false,
Jharem: false,
Jmas: false,
Jwork: false,
Ecall: false,
Becka: false,
}>>
<<set $town={
Corruption: 0,
}>>
<<set $patreon={
Stats: false,
Growth: false,
Pics: false,
Quests: false,
}>><<widget "now">>
It is <<print setup.DAYS[$day % 7]>>, <<print setup.PERIODS[$period]>>
Day $day of your journey.
<</widget>>
<<widget "advanceperiod">>
<<set _offset to 1>>\
<<set _periodsInDay to setup.PERIODS.length>>\
<<if $args.length > 0>>\
<<set _offset to $args[0]>>\
<</if>>\
<<set $period += _offset>>\
<<if $period >= _periodsInDay>>\
<<set $day += Math.trunc($period / _periodsInDay)>>\
<<set $period to ($period % _periodsInDay)>>\
<</if>>\
<</widget>>
<<widget "nextmorning">>
<<set $day += 1>>\
<<set $period to 0>>\
<</widget>>
<<widget "weekend">>
<<if setup.DAYS[$day % 7] == 'Saturday' || setup.DAYS[$day % 7] == 'Sunday'>>\
<<set $weekend to true>>\
<<else>>\
<<set $weekend to false>>\
<</if>>\
<</widget>>
<<widget "day">>
<<if setup.DAYS[$day % 7] == 'Monday'>>\
<<set $weekday = 'Monday'>>\
<<elseif setup.DAYS[$day % 7] == 'Tuesday'>>\
<<set $weekday = 'Tuesday'>>\
<<elseif setup.DAYS[$day % 7] == 'Wednesday'>>\
<<set $weekday = 'Wednesday'>>\
<<elseif setup.DAYS[$day % 7] == 'Thursday'>>\
<<set $weekday = 'Thursday'>>\
<<elseif setup.DAYS[$day % 7] == 'Friday'>>\
<<set $weekday = 'Friday'>>\
<<elseif setup.DAYS[$day % 7] == 'Saturday'>>\
<<set $weekday = 'Saturday'>>\
<<elseif setup.DAYS[$day % 7] == 'Sunday'>>\
<<set $weekday = 'Sunday'>>\
<</if>>\
<</widget>>
<<widget "time">>
<<if $period == 0>>\
<<set $time = 'morning'>>\
<<elseif $period == 1>>\
<<set $time = 'afternoon'>>\
<<elseif $period == 2>>\
<<set $time = 'evening'>>\
<<elseif $period == 3>>\
<<set $time = 'night'>>\
<</if>>\
<</widget>><<widget "background">>\
<<if $game.background == 'Normal'>>\
<img @src="'Media/Background/'+$args[0]+'.jpg'" class="background-filled">\
<img src="Media/Background/shader.png" class="background-filter">\
<<elseif $game.background == 'Dark'>>\
<img @src="'Media/Background/'+$args[0]+'.jpg'" class="background-filled">\
<img src="Media/Background/shader.png" class="background-filter-dark">\
<</if>>\
<</widget>>
<<widget "home">>\
<<if $game.background == 'Normal'>>\
<img @src="'Media/Background/'+$Home+'.jpg'" class="background-filled">\
<img src="Media/Background/shader.png" class="background-filter">\
<<elseif $game.background == 'Dark'>>\
<img @src="'Media/Background/'+$Home+'.jpg'" class="background-filled">\
<img src="Media/Background/shader.png" class="background-filter-dark">\
<</if>>\
<</widget>>It is <strong>strongly</strong> advised to avoid reading this if you don't like spoilers.
This is a general list of added and changed content. Minor bug, link, and text fixes will not be included.
[0.13 Alpha]
<div class='boxed'>\
- Day 2 (End)
- More player choice regarding participation in acts.
- Night Sex event as a result of your earlier choices
- Day 3 (Full)
- Classrooms - Random Events
- Dorms - Random Events
- Cafe - Work for a bit of cash
- Library - Random Events and Studying
- Story progression for: Pepper, Kailee, Fiona, Jodie, and Moon
- Kim (Roommate) and Celine (Landlady) introduced.
- Relationship checker at end of Day 3
- Wordcount: 49000 (appx 24k more than v0.12)
</div>\
[0.12 Alpha]
<div class='boxed'>\
- Day 2 (partial)
- Kailee Introduced + interactive sex
- Continuation of Elise's storyline
- Continuation of Fiona's storyline (Domination & Love Routes)
- Campus event up to Charisma 2
</div>\
[0.11 Alpha]
<div class='boxed'>\
- Day 2 (first half)
- General polish to Day 1 events and pictures
- Sex stats added
- Character stats growth added (will be visible in 0.13)
- Continuation of Pepper's storyline
- Continuation of Fiona's storyline
- Continuation of Jodie's storyline
- Model Names in Credits
- Repeating Campus Event: Intro Stage
- First Patron cheat added
- New character text colors
</div>\
[0.1 Alpha]
<div class='boxed'>\
0.1b (06-10-22)
- Repeatable Gym and Sauna Events now accessible
0.1a (05-10-22)
- Day 1 of Prologue Story
- ~15000 Words
- 4 Story Sex Scenes
- 1 Random Sex Generator (3 Scenes)
- 5 Main Characters Introduced
</div>\
<<widget 'AfricanGD'>>\
<<if $args[0] is 'teen'>>\
<<if $args[1] is 'cafe'>>\
<<if $args[2] is 'introduce'>>\
<<if $randomGirl.Attitude == 'slutty'>>\
<<pickOneDialogue "My name's $randomGirl.Name , do you like my outfit?" "Your eyes give it all away, sometimes I do too." "Hey, you're hot.">>\
<<elseif $randomGirl.Attitude == 'outgoing'>>\
<<pickOneCool "Hi there! I couldn't help but notice you sitting here, how do you like this cafe?" "Your drink looks interesting, what is it?" "You could have come over to talk to me too, but..well..I'm here anyways. My name is $randomGirl.Name , what's yours?">>\
<<else>>\
<<pickOneShy "Um...Hi...I saw you...looking my way." "Hello, I'm $randomGirl.Name . Nice to meet you" "Do you mind if I sit here too?">>\
<</if>>\
<<elseif $args[2] is 'flirt'>>\
<<if $randomGirl.Attitude == 'slutty'>>\
<<pickOneSlut "I knew you were going to be fun." "That's the most interesting thing anyone has said to me all week" "If you think that's going to get my attention, you're right">>\
<<elseif $randomGirl.Attitude == 'outgoing'>>\
<<pickOneCool "" "" "">>\
<<else>>\
<<pickOneDialogue "" "" "">>\
<</if>>\
\
<<elseif $args[2] is 'kiss'>>\
<<if $randomGirl.Attitude == 'slutty'>>\
<<pickOneDialogue "" "" "">>\
<<elseif $randomGirl.Attitude == 'outgoing'>>\
<<pickOneDialogue "" "" "">>\
<<else>>\
<<pickOneDialogue "" "" "">>\
<</if>>\
\
<<elseif $args[2] is 'anal'>>\
<<if $randomGirl.Attitude == 'slutty'>>\
<<pickOneDialogue "" "" "">>\
<<elseif $randomGirl.Attitude == 'outgoing'>>\
<<pickOneDialogue "" "" "">>\
<<else>>\
<<pickOneDialogue "" "" "">>\
<</if>>\
\
<<elseif $args[2] is 'cum'>>\
<<if $randomGirl.Attitude == 'slutty'>>\
<<pickOneDialogue "" "" "">>\
<<elseif $randomGirl.Attitude == 'outgoing'>>\
<<pickOneDialogue "" "" "">>\
<<else>>\
<<pickOneDialogue "" "" "">>\
<</if>>\
<</if>>\
<<elseif $args[1] is 'gym'>>\
\
<<elseif $args[1] is 'gym'>>\
\
<<elseif $args[1] is 'bar'>>\
\
<<elseif $args[1] is 'park'>>\
\
<<elseif $args[1] is 'beach'>>\
<</if>>\
\
<<elseif $args[0] is 'milf'>>\
\
\
<</if>>\
<</widget>>\
<<background Welcome>>\
Hello! Welcome to "The Therapist". This is a narrative driven game about boobs, butts, and fake science. Hope you enjoy!
<div class="boxed">\
<strong>A disclaimer,</strong>
This game contains themes that may be taboo in your country, and acts that may or may not be illegal in your country. The psychology used in this game may be bullshit and simply made up by the writer in order to progress events. Do not take anything in this game as a guideline for real life. The characters in this game are are actors 18 years or older and performing roleplay for the purpose of entertainment; they have all consented to all acts described during events within this game. Despite appearances, all scenes that may be seen as coercion, exploitation, or other criminal behavior are not real and are, in fact, just part of the script that the actors are playing out.
By playing this game, you agree you are at least 18 years of age.
-AmanOC
</div>\
Here is your sign-up form, please identify yourself:
<<textbox "$you.firstName" "The">> <<textbox "$you.lastName" "Dude">>
What is your favorite color?
<<listbox "$you.Color" autoselect>>
<<optionsfrom $_colors>>
<</listbox>>
And what does your lover call you?
<<textbox "$you.sexName" "Sir">>
Much appreciated, please take a seat.
<div class="spaced">\
<<button "Start New Game" "PrologueStart">><</button>>
</div>\
<div class="spaced">\
<<button "Skip to Day 3" "SkipPrologue">><</button>>
</div>\<<background Campus>>\
You look around from the bench where you sit on a warm April afternoon, enjoying the sunshine and relaxing moments before meeting with your girlfriend, Moon, at a nearby café. She always has a new project or meeting to prepare for, and the only difference today is that you promised to help her. Not that you mind, it usually gives you a guarantee of downtime where you can take care of yourself. Passing you is a constant stream of other students. Some hurrying to handle tasks before the end of semester, others walking with their families..probably being picked up and heading back to whichever town they came from. Just like you will be in a few days, when your mom and sister arrive to take you back to your hometown for the summer.
<img src="Media/Scenic/PCampusGirlsLook.jpg" alt="Flirty Co-ed." class="left" width="50%">
Occasionally, a particularly enjoyable sight strolls by wearing something revealing. This time, one of those sights clearly noticed you watching, and meets your eyes with a flirtatious grin.
A <<texting *ding*>> breaks you out of your moment. You look down at your phone as a notification pops up.
<<moond "Hey Babe, I just sat down, will you arrive soon?">> <<texting -2:48pm>>
You quickly tap out <<youd "Yeah I'm on the way now, see you in 5.">> <<texting -2:48pm>>
<img src="Media/Scenic/PCampusGirlsLeave.jpg" alt="Campus Cuties" class="right" width="50%">
And put your phone down just in time to see the girls skate behind some trees and out of view. Oh well.
With no time to waste, you head to the café where Moon is waiting, and just so happens to be her favorite one. As you walk up you get to see her framed perfectly in the front window, just below the sign that never fails to make you wonder if she knows.
<<youd "A Café of Culture">>
[[You open the front door |ProCafeGF]]<<background UCafe>>
Moon recoils <<moond "Excuse me?! Of course Iʼm joking!">> she gasps. Before you can think of what to say or do, she thumps back down in her chair and crosses her arms under her breasts, not realizing how it shifts her top. She quietly stares at you, wearing a disappointed frown, while you desperately try to stop glancing down.
<video src="Media/Character/Moon/PCafeTits.mp4" class="left" width="50%" autoplay loop></video>
<<youd "Well...Ok, I'm sorry. But that's still a terrible joke.">> You finally protest. Moon continues to stare but eventually her posture softens <<moond "Apparently you arenʼt in the mood for it...are you stressed about seeing your dad?">>. <<youd "Crap...don't remind me.">> Without realizing it was even there, tension releases from your shoulders <<youd "But, yeah. It's been two years and I don't know what to expect.">> As you speak, Moon reaches over the table to take your hand in hers <<moond "It will work out, you know how to approach it now. Youʼve grown and hopefully he has too.">> You shrug <<youd "Heʼs 50…">> But Moon won't be deterred <<moond "And you are his son…have a little optimism.">> <<youd "I wonʼt hold my breath...But...okay Iʼll try to keep an open mind.">>
Hearing that, Moon's expression brightens and the cloud that was hanging over the table seems to lift. <<moond "Good boy~ Now help me practice my material.">>
<i>For the next hour, it's business as usual and you help Moon prepare</i>
<img src="Media/Character/Moon/PLeaveCafe.jpg" alt="Mad Mad Moon" class="right" width="50%">
At the end, Moon stretches back over her chair with a sigh <<moond "Ahhh~, I feel so much more confident, thanks babe. I have to get to the meeting. Call me later?">> She gets up to leave and you say your goodbyes, you can't shake the feeling that she was still upset over your poor response to her joke. With her in a rush, you will have to deal with that the next time you meet. You stare at her ass as she leaves, thinking about how you can manage your feelings better.
[[Moon leaves the Cafe |ProCafeGFMad]]
<<background UCafe>>\
Moon pinches you and grins <<moond "Come on~ you know youʼre more than that!">> Her voice drops to a whisper <<moond "Your dick is pretty good too">> You hug her tighter and whisper in her ear <<youd "shhhh- and here I thought I was more than your plaything.">>
Moon looks at you mischievously <<moond "Why do you think I chose to date a Sophmore? Young, dumb, and full of cum.">> Abruptly she grinds into you as you reply <<youd "Says the 22 yr old!">> <<moond "Thatʼs Mrs. 22-yr-old to you, kiddo.">> Moon states matter-of-factly <<youd "Okok, cougar. Want me to write that into your speech?">>
She gently twists out of your arms and laughs <<moond "Shut up~.">> Then steps back to her chair and gestures you to sit <<moond "Letʼs practice.">>
<img src="Media/Character/MrsWu/PMemory.jpg" alt="Moon's Mom" class="right" width="50%">
So you take the other seat and start flipping through the papers that she hands you. Occasionally asking questions about or from them, and then giving pointed feedback about her answers. In all, it takes about an hour and you know it's time to finish when she stretches back in her seat and moans at the relaxing sensation. Your mind wanders to the joke about Moon being a cougar. *<i>If Moon ages as well as her mom, she is going to be an absolute M.I.L.F...and they do already look alike.*</i> At which point you remember that time last summer that you accidentally stumbled in on her mom changing.
Breaking the pause <<youd "Ok, I think you got this.">> To which she replies <<moond "Yeah, I feel pretty good, thanks babe.">> Moon leans over to take your hand, and you add <<youd "You know Iʼm here anytime you need it.">> Moon looks into your eyes for a few moments, warmly smiling and imparting her appreciation. Time never stops, though, and eventually she packs her notes and gets up. Stepping over to you, still seated, to give you a kiss. <<moond "I have to run to that meeting. Talk to you later okay?">> You tap her hip to not delay and wish her good luck <<youd "Jia-yo.">>
<<set $prologue.Mmom = true>>\
[[You watch Moon as she turns around towards the door|ProCafeGFHappy]]<<background UCafe>>\
<<youd "Is that so?">> Moon slaps your hand in mock surprise <<moond "Ah!">> and then in a whisper <<moond "Everyone can see~">> Not to be discouraged, you give a few more squeezes and pull her closer <<youd "Doesnʼt that make it better?">> She roughly presses her lips against yours and pushes you back with some force. You can tell she is barely holding back from the way she is flushed and undressing you with her eyes. <<moond "God, you are going to pay for that tonight">>
You simply reply <<youd "Promises, promises.">> and sit down in the unoccupied chair.
After a moment of gaining composure, Moon sits down across from you and reorients herself around her papers. <<moond "Ok, letʼs be productive for half a second, I need to get these questions down.">> and she hands you some to look over. <<youd "youʼre going to do great">> You say in assurance, then spend the next hour practicing her answers and giving advice. Halfway through, moving your chair closer so that you can tease her with inappropriate touches as well. She lightly protests, but tries to keep centered around her preparation.
<img src="Media/Character/Moon/PCafeGrope.webp" alt="Cafe Play" class="right" width="50%">
Eventually, you cover everything and she stretches back in her chair with a sigh. <<moond "Mmmhh, I almost couldnʼt focus because of you, jerk.~">> But you know the game <<youd "If you didnʼt love it, I wouldnʼt do it.">> and you slide your hand around her thigh again. <<moond "shush~ I have to get to my meeting.">> and she hastily gets up from her chair and circles around behind you.
[[You try to watch Moon but lose track of her when you have to turn the other direction.|ProCafeGFBJ]]<<background UCafe>>\
Moon has her back to you as you enter the cafe. She is reading what must be her 'book of the week' and hasn't noticed you yet, so you casually step up near the table and pitch your voice lower.
<<youd "Hey stranger, this seat taken?">>
<<moond "It is, yes. My boyfriend will be pissed">> and waves her hand at you dismissively.
Not to be discouraged,<<youd "Are you sure? If he isn't here already then maybe you need someone better.">>
<<moond "When you put it that way, sure, sit down and accept your loss.">> giggling as she makes the last statment.
<video src="Media/Character/Moon/PCafeMoon.mp4" alt="Your first love" class="right" width="50%" autoplay loop></video>
<<youd "Waaaa, you knew from the beginning.">> you pout and step across to take the other chair. But before you can pull it out, she jumps up from hers and wraps her arms around you in her best attempt at a bear hug.
<<moond "Dummy! I always sense when you are around...and smell">> she pulls her face away from your chest and makes a mocking disgust face, followed by a bright smile.
<<youd "Ha, it's hot outside! I know you love my man musk anyways!">> You laugh.
At that moment, a sad look flashes across her face and she buries her face back in your chest <<moond "I'm going to miss this when you're away">>.
<<youd "Teasing me? or hugging me?">> you ask, as a joke.
You hear her muffled reply through the layers of fabric and chest hair<<moond "The first one, my other boyfriend isnʼt as much fun.">>
[[Hey, what the fuck? You're joking right?|ProCafeGF1]]
[[Well, as long as you know my value.|ProCafeGF2]]
[[You reach down and grab her ass|ProCafeGF3]]<<background UCafe>>
It's only after Moon passes from view that you settle back in your chair and take stock of what happened. <<youd "<i>These little hiccups are normal</i>">> You say to yourself, but why did you feel so jealous at the mere idea of another guy? Projection, surely, because you know yourself. Moon knows too, but your wandering eyes never seemed bothered her enough to talk about it, or maybe not at all.
An something catches your eye as you have those winding thoughts, and it brings a grin to your face. Moon left her book behind. It's not the first time, and it's one of her little quirks that she always leaves things lying around whenever she wants to make a suggestion. You pick up the book and read the title out loud <<youd "Flow: The Psychology of Optimal Experience...huh...">>
<img src="Media/Misc/Flow.jpg" alt="Moon's Book" class="center" width="50%">
You turn the book over in your hands for a few seconds before you hear a sweet voice over your shoulder <<slutd "I couldn't help but overhear, isn't that the book where the author talks about his first experience deepthroating?">>. The sound lightly startled you, but not so much as the content of what it said. So...
[[..You turn around in your seat|ProCafeGFMad2]]
[[You ignore the voice|ProQuadFriend]]
<<set $moon.Mad = true>>\<<background UCafe>>\
After Moon leaves, you settle back in your chair and enjoy the atmosphere and the final sips of your drink. Your phone dings. It's a text from Moon <<moond "Hey, don't forget dinner tonight! And wear that tie I like">> followed by a kiss and a wink. She must be confident and expecting to celebrate.
With nothing else to hold your attention in the cafe, your mind wanders to other tasks that need doing and people you want to say goodbye to. So you get up, and head to the door yourself.
[[You leave the Cafe |ProQuadFriend]]<<background UCafe>>\
While you spend a few moments looking over your shoulder, you feel a light pressure on your leg. So you look down to find a grinning Moon, who has crawled under the table, holding her finger up to her lips and giving you a sultry look. <<youd "Oh...you didn't mean that much later.">> You whisper while she replies with a squeeze. You look around but the cafe is pretty quiet. It seems the few others in the room havent noticed what is going on.
So you relax and enjoy the sight as your spontaneously slutty girlfriend unzips your pants and massages your package through your briefs. <<youd "I knew I got you worked up, but damn.">> Moon, still holding her silence, leans closer to give your bulge some heavy warm kisses and a light bite, teasing you just a little bit in revenge. So you grab her hair and firmly press her harder against your ever growing erection <<moond "Mmmmhhmfff!">> she moans.
<video src="Media/Character/Moon/PCafeBJ.mp4" alt="Naughty Moon" class="right" width="60%" autoplay loop></video>
You continue back and forth until she can't take it any more and pulls down the eleastic waistband hiding the object of her desire. Your cock slapping her face as it escapes. She wastes no time admiring your size, and hurries to engulf your head in her mouth. Excited but also nervous, you go back and forth between watching her suck and checking to see if anyone has noticed. <<moond "Slp - Mmpd - Ahhhh - Slurp">> She is making so much noise, at least to your ears. Her bobbing and sucking threatening to send you to bliss after only a minute. As turned on as you are, you want to enjoy this longer, so you grab the sides of her head and slow her down. Controlling the pace and maybe even fucking her face a little bit when you push in deeper than she can take calmly. She doesn't protest and just relaxes in your grip <<moond *Glk -- Uhhk -- Shlp - Shlp*>> The only sounds escaping her mouth are the wet motions of your throbbing dick against her cheeks.
When she brings her hands up to press against your legs, you take the hint and let her go. Moon slowly retracts her head from your dick long enough to whisper those magical words.
<<moond "I want to swallow it all">>
You grab her again and rush your cock over her tongue and down her throat in one smooth motion. Holding that depth while her eyes roll back in her head and you notice her fingering herself under the table. Moon moans over your cock letting you know that the wet sounds around your feet are from her climax, and in moments more of the constant pressure around your glans, you reach the edge as well.
<video src="Media/Character/Moon/PCafeCum.mp4" alt="Your first love" class="right" width="70%" autoplay loop></video>
Under your breath <<youd "*gasp* - Unngh - Fuck">> as you unload over your girlfriends waiting face.
It takes you both a few minutes to come down from the high, and suddenly you feel the tickling sensation of eyes on you. But, when you look up and around, no one is looking your way, so you ignore the sensation. Moon wiped herself off, then crawled back out on her side of the table with a satisfied look and only a little redness in her face.
<<moond "Thanks for the snack.">> she gives you a wink <<moond "but I really need to get to that meeting.">> and she heads out the door. Not wanting to push your luck with that sensation, you also pack your things quickly.
[[You leave the Cafe |ProQuadFriend]]
<<set $stats.Cum.face += 1>>\
<<addMoonC 1>><<background Quad>>\
<<advanceperiod 1>>\
The sun is still shining as you leave the cafe, so you decide to wander across the quad. It's somewhat busy with the same smattering of students going about their end-of-semester business. You happen across a stage that has been set up in one of the sectioned grassy areas, and, to your surprise, you see a familiar scene.
<img src="Media/Scenic/PDanceCrew.gif" alt="Dance Crew" class="right" width="50%">
Your friend, Pepper, is on the stage with a few other girls, and she notices you standing on the edge of the small crowd that has gathered. <<youd "<I>Sexy girls dancing, I'm surprised it's not busier</i>">> you think to yourself.
When the song changes, it's like a switch is flipped for the dancers and their style turns decidely sexier. You hold your camera steady and try to get the best shots possible. For science! You aren't the only one in the audience taking photos, and some of the girls seem happy to show off what many came here to see.
The dance seems like it will keep going for a bit so you [[enjoy the show|ProQuadFriend1]]<<background Quad>>\
You stop in front of the performers and smile at your friend, she smiles back and puts on a little show for you.
<video src="Media/Character/Pepper/DanceQ1.mp4" alt="Pepper Dance" class="left" width="50%" autoplay loop></video>
It takes a few minutes for the routine to end, at which point she jumps down from the stage and runs over to give you a hug.
<<youd "Hey Pepper! That was great!">> She hugs you again after hearing that. <<pepperd "Thanks! I made some silly mistakes but I just love being able to dance every day now that the semester is over.">>
<<youd "Nah, you looked awesome, I didn’t even notice.">> She laughs at the praise, and brushes a strand of hair behind her ear <<pepperd "Haha, good thing you aren’t the club leader.">> Then she tilts her head like a puppy and asks<<pepperd "So...what're you up to?">><<youd "I just finished helping Moon prep for a meeting.">>
[[Now, I'm just waiting for her to finish.|ProQuadFriend11]]
[[And clearly I came over here looking for you.|ProQuadFriend12]]
[[Now I'm free, you want to hang out?|ProQuadFriend13]]<<background Quad>>\
<img src="Media/Character/Pepper/PWalkAway.webp" alt="Pepper Walk" class="right" width="50%">
Pepper looks dismayed <<pepperd "Okay...I guess I will see you around then. I'll be dancing again tomorrow if you aren't busy.">> you nod and reply <<youd "Sure thing, Pepper. Maybe we'll bump into each other again before I go back for the summer.">>
Pepper regains the bounce in her step as she turns to leave and you enjoy watching her go.
[[You wander away from the Quad|ProQuadLeave]]
<<background Quad>>\
<<pepperd "Oh that’s good, I hope she nails it.">> You nod appreciatively
<<youd "Yeah she’s got it down, I’m not looking forward to what comes after though.">>
A twinkle appears in Pepper's eye <<pepperd "Oh, celebratory nailing? What’s so distressing about that?">>
<<youd "Haha, I mean the whole her graduating thing.">> You say which leads to her putting a hand on your shoulder <<pepperd "Yeah I’m just trying to lighten the mood, that’s going to be tough. How are you two planning on making it work?">>
[[We don't have a set plan. |ProQuadFriend111]]
[[We're planning to visit every other month. |ProQuadFriend112]]
[[I'm transferring next year to go with her. |ProQuadFriend113]]<<background Quad>>\
Pepper laughs and winks back. <<pepperd "Then, why don’t we hang out? I need a shower but we can grab a bite after that.">> You consider, while she pulls at her shirt's zipper, trying to cool off, not realizing that she is also drawing your eyes to the same place.
<img src="Media/Character/Pepper/Cleavage1.jpg" alt="Pepper Cleavage" class="left" width="50%">
[[Sounds good, lets go|ProPepperShower1]]
[[Not Today, sorry Pepper|ProQuadEnd]]<<background Quad>>\
<<pepperd "Well, we just finished and I am fuuuucking sweaty. So...I need to take a shower first.">> With that said out loud, you look Pepper once-over and notice how her clothes cling, and show off more than might be intended. <<youd "Yeah! no problem, we can chat at your place.">>
<img src="Media/Character/Pepper/PWalkDorm.webp" alt="Walk to Dorm" class="right" width="50%">
She nods and starts walking. <<pepperd "Good, let's go.">>
[[You follow pepper to her dorm|ProPepperShower1]]<<background Quad>>\
Pepper nudges you to start walking around with her, rather than stand beside the stage with all the noise. <<pepperd "It must be a hard thing to wrap your head around, but I think it will be better for you both if you come up with some solid ideas. It’s not like long distance is something totally unknown.">> <<youd "Easy for you to say...">> You mutter miserably and glance over when you realize that Pepper is looking at you with a somewhat hurt look.
<<youd "Sorry...yeah it’s a good idea, just painful to even broach in conversation.">> Pepper bumps into you as you walk, and you feel it's a gesture of forgiveness <<pepperd "Don’t worry about it, for sure it’s hard but I hope it works out anyways.">>
<i>The two of you walk in silence for a time</i>
Then Pepper pipes up <<pepperd "Hey! How about happier things, you excited to see your mom?">> Instantly, your mood turns around<<youd "YEAH! I’m not a momma’s boy but I miss her after a few months, y’know.">>
<b>Narrator:</b> <i>He WAS, in fact, a momma's boy</i>
<<pepperd "Aww yeah, I miss mine like crazy, and they definitely miss us too. I got a gift for when she comes to pick me up. Not a bad idea to show you appreciate her.">> And she moves to nudge your ribs, but stumbles. You gently hold her from falling, and laugh <<youd "Haha, good call oh wise, clumsy sage.">> She looks up at you with big brown eyes,
<img src="Media/Character/Pepper/Cleavage1.jpg" alt="Pepper Cleavage" class="left" width="50%">
Pepper laughs too as she pushes back <<pepperd "Fuck you, haha. I need a shower, wanna come hang out for a bit?">>
[[Yeah, sure |ProPepperShower1]]
[[Oh, just to hang out? |ProPepperFlirt]]
[[Nah, I gotta get some things done today |ProQuadEnd]]<<background Quad>>\
Pepper hops and claps her hands <<pepperd "Oh that’s great! I’m happy that I will still see her around sometimes.">> You smile at the display <<youd "Yeah, we will start after the summer but didn’t decide who will visit who first.">> Pepper turns you towards her and looks at you with a serious face <<pepperd "My vote is her coming here so I can still rely on you to help me study for the first few weeks!">> She exclaims
<<youd "HA! You’re assuming I won’t be as lost as you.">>
In a pleading motion, gets on her knees <<pepperd "Come on! Please~ I will be busy with the dance freshmen, I need your help so I don’t fall behind.">> You step forward to help her up at the same time as she leans forward to beg, accidentally causing her face to rub straight down against your hidden package.
But you go on as if nothing happened <<youd "I know, I know. Hey. Ok I’ll make sure to add your half vote to that option when we talk about it.">>
Pepper looks slightly more distracted, maybe after having felt the heft of what you are packing down below, but she manages a response nonetheless <<pepperd "Uhhh...it’s worth at least two 3rds of a vote.">>
You grin at her glazed-eyes look, clearly not expecing this but happy for the confidence booster. <<youd "Fineeeee. I’ll add it to the tally.">> She turns away from you as you notice blushing on her cheeks, inadvertenly brushing her ass against your hand. Naturally, you react by squeezing the random object that presses up against your open palm. And Pepper pauses mid turn, probably in embarassment but not wanting to call out an honest mistake.
<video src="Media/Character/Pepper/PAssGrab.mp4" alt="Accident!" class="right" width="50%" autoplay loop></video>
After a few moments, Pepper comes back to her senses and says, somewhat out of breath. <<pepperd "Oh, I need to shower...">> And then just stares at you.
[[Ok, lets hang out at your dorm|ProPepperShower1]]
[[I'm hanging out with Moon later, want to join?|ProQuadSetup3p]]
[[I have to get going anyways, more packing to do|ProQuadEnd]]
<<background Quad>>\
Pepper almost trips when you say that <<pepperd "WHAT! Why's this the first I’ve heard of it? That’s so exciting but...what?!">> You laugh back <<youd "A few weeks, it was Moon's idea since she's applying for different highschool teaching positions.">>
Pepper's face is a mixture of emotions, you can imagine she is sad so know you will leave while being happy for your new adventures on the horizon. <<pepperd "Wow, good for her, and good for you. You'll finally get to bang a high school teacher.">> followed by a nudge to your ribs.
You lean away from the nudge and turn it into a walk, Pepper follows <<youd "Your dirty mind is taking over today! Haha.">> you tease <<youd "I’m just worried that the psych program isn’t quite as good there.">>
Pepper shrugs at your worry <<pepperd "That’s always a possibility, but it will be good to have time with some new professors and see how things are different. You should be more worried that I won’t be around anymore.">>
[[Oh? For my entertainment? Yeah, you're right|ProQuadFriend1131]]
[[Yeah I’ll have to find another side piece when I get there.|ProQuadFriend1132]]<<background DormPepper>>\
<<if $day == 1>>\
<<advanceperiod 1>>\
<</if>>\
<img src="Media/StaticEvents/ProBecka/Ass.webp" width="35%" class="left">
The dorm isn't far, and you make small talk on the way about her dance club. Pepper leads you inside and up to her floor. You pass by a number of her floormates on the way including one girl who left her door open and seems VERY comfortable with her neighbours.
Pepper notices you looking as you pass by <<pepperd "That's Becka, she doesn't mind if you take pictures.">> You look at Pepper, surprised at the suggestion <<youd "Say what now?">> then she laughs <<pepperd "Don't be shy, I took some too.">>
At the same moment, you reach her door, and she leads you inside.
<video src="Media/Character/Pepper/PStrip.mp4" class="right" width="50%" autoplay loop></video>
Pepper gestures to the bed <<pepperd "Make yourself comfortable.">> and she turns to her dresser to get things together for her shower, not minding your presence as she removes her sweaty dance clothes. <<youd "Nice.">>
She wraps herself up in a towel and walks towards the door <<pepperd "I will just be down the hall, bathroom is there too, on the right.">> And then she's gone. You look around the room, but it is a pretty normal dorm, just a single bed, dresser, and desk. There are some minimal decorations and Pepper keeps her place fairly clean. You have nothing to do but wait.
[[Get up and go to the washroom|ProPepperShower11]]
[[Close your eyes and relax|ProPepperShower12]]
<<background Quad>>
You put Pepper out of your mind as you walk through campus and past a building you are quite familiar with. <<youd " Ahh...The Department of Psychology and Brain Sciences.">>
<img src="Media/Scenic/DeptPsych.jpg" alt="Psych Building" class="center" width="50%">
It's your primary destination year-round, and you thought there was nothing going on in the last few days. But, to your surprise, there is a small group of people milling around the main double-doors, and several others entering and leaving. <<youd "<i>Not enough to be an event</i>">> you think to yourself while taking out your phone again to check the events schedule, hoping to find out what you might be missing out on. There doesn't seem to be anything for today, but you do realize that you are overdue on a workout and the campus gym is around the corner.
<<link [[Go to the Gym|ProGymFirst]]>>
<<advanceperiod 1>>
<</link>>
<<link [[Approach the milling students|ProPsychDept]]>>
<<advanceperiod 1>>
<</link>>
<<background Quad>>\
Pepper looks at you curiously <<pepperd "have something else in mind?">> You shrug <<youd "haha, nothing specific. Maybe some hot coffee, play switch, thai massage...">> she lightly punches your arm at the last one <<youd "...Y'know, normal stuff, haha">>
<<pepperd "Have you ever had one before?">>
<<youd "Well, I've given and received a lot of massages, but I dont *think* any qualify as Thai.">> you ponder for a second <<youd "..actually, I don't think I really know what Thai massage even is.">> Pepper laughs at that and agrees <<pepperd "haha! me too!">> then she gives you a deep look that gets your blood pumping. <<pepperd "You can watch a video while I shower and give me one after, if you are a fast learner">>
<<if $day == 1>>
[["Moon wants to meet too, we can practice together"|ProQuadSetup3p]]
<<else>>\
<</if>>\
[[One hundred percent doing that, let's go|ProPepperShower1][$pepper.Massage = 'true']]<<background Quad>>\
<video src="Media/Character/Pepper/PGropeTit.mp4" alt="Pepper Groped" class="left" width="50%" autoplay loop></video>\
Pepper looks slightly surprised <<pepperd "Are you sure?">> She hesitates and looks at the ground. <<pepperd "Won't I be...interrupting your private celebration?">> Her chest moves quickly with a sharp intake of breath and you see her cheeks start to flush.
<<youd "No, not at all. Moon loves hanging out with you, it will be fun.">> you give Pepper a reassuring rub on the arm and she leans into it. Inadvertantly brushing her breast against your hand. She doesn't seem to notice and you certainly aren't going to point it out, so you just start rubbing. <<pepperd "Thanks, $you.firstName">> She smiles and steps in to give you a hug <<pepperd "It's a great idea, when should we meet?">> You think for a second, but still take out your phone to check. <<youd "How about in 3 hours? Around 6:30, Moon should be done by then">>
<<pepperd "Is dinner happening, or are we going straight to drinks? haha">> She doesn't wait for you to answer <<pepperd "No, nevermind, I am too hungry to wait. You two eat and text me after.">>
You nod <<youd "Hah, sure thing, Pepper. I'll text you when it's time to get hammered">> and follow it up with a wink. This leads to Pepper biting her lip in thought <<pepperd "hm....sounds like fun">> And you can tell she is checking out your junk through your jeans <<pepperd "I like my drinks...tall and hard">>
<video src="Media/Character/Pepper/PNipSlip2.mp4" alt="Pepper more Cleavage" class="right" width="50%" autoplay loop></video>\
It's at this moment you realize she definitely did notice where your hand went earlier, and she was just testing you all along. Damn this little mynx. <<youd "No problem Pepper, we'll get that hard <i>drink</i> in you soon enough">>
Pepper giggles and leans in to whisper in your ear <<pepperd "I love a strong cocktail, and my favorite fruit is peach.">> her sultry voice immediately giving you a semi and you notice she is giving you another nice view.
You swallow, wondering if your rising erection will cause an issue in public or be taken well. Before you finish that thought, Pepper adds <<pepperd "I have to go have a <i>hot</i> and soapy shower. See you later, tall guy.">> She doesn't give you time to reply and just turns away towards her dorm. So you just watch her go in slight amazement and excitiment for what might happen later.
[[You head away from the Quad|ProQuadLeave]]
<<set $pepper.Pro3P = true>>\<<background Quad>>\
<<pepperd "Jerk! You are *my* entertainment.">> Pepper tries to elbow you again, this time you spin her into a dip as you taunt <<youd "Says the jester-sized girl to the royal-sized man.">>
Caught by surprise, Pepper pulls herself back up and sticks her tongue out at you when she gets free. <<pepperd "You damn geek~ explain to me how being a King meshes with following your milf Queen to a new city like a good little boy?">>
You stagger in mock injury <<youd "Ooooh right for the jewels huh? A follower king is still better than a wench.">> Stopping momentarily, Pepper sighs <<pepperd "Alright, I give up..I have too much of a life to get into a battle of geek wits.">> and she waves a hand dismissively.
[[I accept crowns made of gold, platinum, and crypto passwords.|ProQuadFriend11311]]
[[Sorry, that was harsh. You know I will miss you, too.|ProQuadFriend11312]]<<widget 'WhiteGD'>>\
<<if $args[0] is 'teen'>>\
<<if $args[1] is 'cafe'>>\
<<if $args[2] is 'introduce'>>\
<<if $randomGirl.Attitude == 'slutty'>>\
<<pickOneSlut "My name is $randomGirl.Name, do you like my outfit?" "Im $randomGirl.Name, do you know that I like creamy drinks?" "You're pretty hot. My name is $randomGirl.Name, where are your eyes looking?">>\
<<pickOneSlut "Well...your eyes give it all away, and sometimes I do too." "If you want, we can get to know each other a lot better." "I like making...friends. I hope you do too.">>
<<elseif $randomGirl.Attitude == 'outgoing'>>\
<<pickOneCool "Hi there! I couldn't help but notice you sitting here, how do you like this cafe?" "Your drink looks interesting, what is it?" "You could've come over to talk to me too, but..well..I'm here anyways. My name's $randomGirl.Name, what's yours?">>
<<pickOneCool "If you don't mind, can I sit down?" "Why Is a cute guy like you all alone?" "Do you come here often?">>
<<else>>\
<<pickOneShy "Um...Hi...I saw you...looking my way." "Hello, I'm $randomGirl.Name . Nice to meet you" "Do you mind if I sit here too?">>
<</if>>\
<<elseif $args[2] is 'flirt'>>\
<<if $randomGirl.Attitude == 'slutty'>>\
<<pickOneSlut "I knew you were going to be fun." "That's the most interesting thing anyone has said to me all week" "If you think that's going to get my attention, you're right">>\
<<pickOneSlut "I have a very important question to ask you." "I need your expert opinion on something." "Wait, I want to show you something, you will like it">>\
<<pickOneSlut "Take a look at this old picture. I was going to wear this outfit today, do you think it's cute?" "I think the skirt I wore today is so cute, do you agree?" "Does this make you hard?">>\
<<elseif $randomGirl.Attitude == 'outgoing'>>\
<<pickOneCool "" "" "">>\
<<pickOneCool "" "" "">>\
<<pickOneCool "" "" "">>\
<<else>>\
<<pickOneShy "" "" "">>\
<<pickOneShy "" "" "">>\
<<pickOneShy "" "" "">>\
<</if>>\
<<elseif $args[2] is 'kiss'>>\
<<if $randomGirl.Attitude == 'slutty'>>\
<<pickOneSlut "" "" "">>\
<<pickOneSlut "" "" "">>\
<<elseif $randomGirl.Attitude == 'outgoing'>>\
<<pickOneCool "" "" "">>\
<<pickOneCool "" "" "">>\
<<else>>\
<<pickOneShy "" "" "">>\
<<pickOneShy "" "" "">>\
<</if>>\
<<elseif $args[2] is 'HJ'>>\
<<if $randomGirl.Attitude == 'slutty'>>\
<<pickOneSlut "" "" "">>\
<<pickOneSlut "" "" "">>\
<<elseif $randomGirl.Attitude == 'outgoing'>>\
<<pickOneCool "" "" "">>\
<<pickOneCool "" "" "">>\
<<else>>\
<<pickOneShy "" "" "">>\
<<pickOneShy "" "" "">>\
<</if>>\
<<elseif $args[2] is 'BJ'>>\
<<if $randomGirl.Attitude == 'slutty'>>\
<<pickOneSlut "God, it feels huge!" "My mouth is yours, use it however you want." "I think someone is ready to meet me, I feel so popular.">>\
<<pickOneSlut "Tell me when youre close, so I can let you cum on my face." "I want to feel your dick hit the back of my throat." "Ive never sucked a dick this big before.">>\
<<elseif $randomGirl.Attitude == 'outgoing'>>\
<<pickOneCool "" "" "">>\
<<pickOneCool "" "" "">>\
<<else>>\
<<pickOneShy "" "" "">>\
<<pickOneShy "" "" "">>\
<</if>>\
<<elseif $args[2] is 'TJ'>>\
<<if $randomGirl.Attitude == 'slutty'>>\
<<pickOneSlut "" "" "">>\
<<pickOneSlut "" "" "">>\
<<elseif $randomGirl.Attitude == 'outgoing'>>\
<<pickOneCool "" "" "">>\
<<pickOneCool "" "" "">>\
<<else>>\
<<pickOneShy "" "" "">>\
<<pickOneShy "" "" "">>\
<</if>>\
<<elseif $args[2] is 'Facial'>>\
<<if $randomGirl.Attitude == 'slutty'>>\
<<pickOneSlut "Omg, daddy, I love your cock so much" "Your cock is the best" "I want to be your personal fuck toy from now on">>\
<<pickOneSlut "And your cream is so yummy, I want more~" "Now cum on me~ hurry~" "Now I want your cream all over my face!">>\
<<elseif $randomGirl.Attitude == 'outgoing'>>\
<<pickOneCool "" "" "">>\
<<pickOneCool "" "" "">>\
<<else>>\
<<pickOneShy "" "" "">>\
<<pickOneShy "" "" "">>\
<</if>>\
<</if>>\
<<elseif $args[1] is 'gym'>>\
\
<<elseif $args[1] is 'gym'>>\
\
<<elseif $args[1] is 'bar'>>\
\
<<elseif $args[1] is 'park'>>\
\
<<elseif $args[1] is 'beach'>>\
<</if>>\
\
<<elseif $args[0] is 'milf'>>\
\
\
<</if>>\
<</widget>>\Double-click this passage to edit it.<<background UCafe>>\
<<randomGirl>>\
<<set $RGELoc = 'cafe'>>\
<<set $RGEAct = 'introduce'>>\
<<set $randomGirl.Age = 'teen'>>\
<<set $randomGirl.Attitude = 'slutty'>>\
<<set $randomGirl.Tone = 'light'>>\
You finish your turn to see a beautiful girl with $randomGirl.Skin skin. She is watching you expectantly with a mischievous look.
<<set $RGENum = Math.floor(Math.random()*3)+1>>\
<img @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGENum + '.jpg'" class="right" width="50%">
<<pickOne '<<youd "Oh, hey.">>' '<<youd "Haha, hi.">>' '<<youd "Haha, hi.">>'>><<pickOne '<<youd "I havent read it yet, but maybe?">>' '<<youd "I wouldnt mind hearing more about that.">>' '<<youd "Thats my favorite kind of story.">>'>>\
You motion for her to sit down across from you, but to your surprise, she takes a diffrerent seat, right beside yours.
<<if $randomGirl.Race == 'indian'>><<IndianGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'african'>><<AfricanGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'korean'>><<KoreanGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'taiwanese'>><<TaiwaneseGD teencafe $RGEAct>>\
<<elseif $randomGirl.Race == 'japanese'>><<JapaneseGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'latina'>><<LatinaGD teen cafe $RGEAct>>\
<<else>><<WhiteGD teen cafe $RGEAct>>\
<</if>>\
She is so forward that things might take an interesting turn so you reply <<pickOne '<<youd "A girl like you is going to give a guy like me lots of ideas">>' '<<youd "Your perfume, is it that French one...thes lut?">>' '<<youd "Im not sure what to make of this, but I like where its going">>'>>
Your conversation starts in earnest and topics flow freely, you get along well and chat about friends, classes, summer plans and everything in between. You manage to somehow dodge mentioning that you have a girlfriend. It's not a lie if it doesn't actually get asked, right?
$randomGirl.Name looks you directly in the eyes as the conversation circles back around to the book, and she positions herself in a way that can only be intentional, giving you an eyeful and a level of certainty that she isn't only here for the book.
<img @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGENum + '.webp'" class="center" width="50%">
Maybe you could <<linkappend "flirt with her more.">>
<<set $RGEAct = 'flirt'>>\
You silently tense and then, after a few heartbeats, shoot your shot. <<pickOne '<<youd "$randomGirl.Name, you are just gorgeous, and I cant stop looking at every part of you">>' '<<youd "$randomGirl.Name, I like your outfit, you should let me get a closer look at it">>' '<<youd "Can I tell you a secret? Im a little hard right now">>'>>
She doesn't look fazed by what you said. She even seems relieved, like she was waiting for it. Your thoughts whirling around images of her birthday suit as she continues to watch you while biting her lip, seemingly in thought. Or maybe because she knows that it excites you even more.
<<if $randomGirl.Race == 'indian'>><<IndianGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'african'>><<AfricanGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'korean'>><<KoreanGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'taiwanese'>><<TaiwaneseGD teencafe $RGEAct>>\
<<elseif $randomGirl.Race == 'japanese'>><<JapaneseGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'latina'>><<LatinaGD teen cafe $RGEAct>>\
<<else>><<WhiteGD teen cafe $RGEAct>>\
<</if>>\
<img @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGENum + '.webp'" class="center" width="50%">
The display she puts on for you draws a few other eyes in the cafe, but you guess that you come off as a couple having fun and no one stares for too long.
You're tempted to <<linkappend "ask her to follow you into the bathroom.">>\
<<set $RGEAct = 'bj'>>\
<<set $sex.Blowjob += 1>>\
She follows you so eagerly that she is almost pushing. No one notices you enter the same door, and you lock it behind you.
She wastes no time getting on her knees and looking up at you with lascivious eyes. You reach down to kiss her before commanding <<pickOne '<<youd "Yeah baby, open that sweet mouth wide">>' '<<youd "Now be a good slut and relax, Im going to train that throat">>' '<<youd "Take it all, and then I will give you that creamy drink you love so much">>'>> She paws at your crotch eagerly and gets one hand in your pants before gasping.
<<if $randomGirl.Race == 'indian'>><<IndianGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'african'>><<AfricanGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'korean'>><<KoreanGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'taiwanese'>><<TaiwaneseGD teencafe $RGEAct>>\
<<elseif $randomGirl.Race == 'japanese'>><<JapaneseGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'latina'>><<LatinaGD teen cafe $RGEAct>>\
<<else>><<WhiteGD teen cafe $RGEAct>>\
<</if>>\
<img @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGENum + '.jpg'" class="center" width="50%">
$randomGirl.Name finally gets your monster out of your jeans, and you watch her savor the weight and heat of it against her face. She looks like the sluttiest angel in heaven and she's ready to take you with her. You lift your cock up and drop it back down with a *slap* on her<<pickOne "forehead." "cheek." "nose." "neck.">> She responds by pulling back just enough to touch lips to tip, and engulfs your shaft down to your balls in one smooth push. <<pickOneSlut "*Glk* - *glrk* - *slurp* - *klghp*" "Mmmm - *slrp* - Yes baby~ - *slk* - *gluk*" "Mm fugn luvv ur cooock">> She moans as she starts sucking in earnest.
<img @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGENum + '.webp'" class="center" width="50%">
The little nympho is sucking so well <<linkappend "you feel so close.">>\
<<set $RGEAct = 'facial'>>\
<<set $stats.Cum.face += 1>>\
You are nearing your climax and she can tell, so she pulls back just long enough to say <<if $randomGirl.Race == 'indian'>><<IndianGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'african'>><<AfricanGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'korean'>><<KoreanGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'taiwanese'>><<TaiwaneseGD teencafe $RGEAct>>\
<<elseif $randomGirl.Race == 'japanese'>><<JapaneseGD teen cafe $RGEAct>>\
<<elseif $randomGirl.Race == 'latina'>><<LatinaGD teen cafe $RGEAct>>\
<<else>><<WhiteGD teen cafe $RGEAct>>\
<</if>>\
Her words push you over the edge and you start to cum, spraying white ropes all over her face. It glistens against her $randomGirl.Skin skin and, in the last few spurts, you grunt out <<pickOne '<<youd "Yeah you fucking slut, open wide and taste it">>' '<<youd "You like that baby? You like tasting all that cream">>' '<<youd "You should look like this all the time">>'>>
<img @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGENum + '.webp'" class="center" width="50%">
After you finish, she starts fingering herself as she pushes all the cum from her face into her mouth. You put your dick away and give her tits one last grab. Then, leaving her behind, head out the door and back to your table to get your things and leave.
<</linkappend>>\
<</linkappend>>\
<</linkappend>>\
[[I should get on with my day |ProQuadFriend]]<<widget 'BlackGD'>>
<<if $args[0] is 'cafe'>>
<<if $args[1] is 'introduce'>>
<<if $randomGirl.Attitude = 'slutty'>>
<<pickOneDialogue "My name's $randomGirl.Name , do you like my outfit?" "Your eyes give it all away, and so do I. I'm $randomgGirl.Name" "Hey, I'm $randomGirl.Name , you're hot.">>
<<elsif $randomGirl.Attitude = 'outgoing'>>
<<pickOneDialogue "Hi there! I couldn't help but notice you sitting here, how do you like this cafe?" "" "">>
<<else>>
<<pickOneDialogue "" "" "">>
<</if>>
<<elseif $args[1] is 'blowjob'>>\
<<pickOneDialogue "Glug glug glug." "Slrrp, slrrp." "Gahh, gaah, gaah." "Mmmmph... Mmmmmm.">>\
<<elseif $args[1] is 'fuck'>>\
<<if $_girlAttitude is 'bashful'>>\
<<pickOneDialogue "Can you - ugh - be a little - ugh - gentler?" "Is that your thumb in my... oh." "I can't, I'm sorry. It's too big!">>\
<<elseif $_girlAttitude is 'angry'>>\
<<pickOneDialogue "Does that make you - ugh - feel good? Fucking a - ugh - helpless girl?" "You better not cum inside me.">>\
<<elseif $_girlAttitude is 'slutty'>>\
<<pickOneDialogue "And then I'll get the part, right?" "Oh my God, I'm gonna... Oh...">>\
<</if>>\
<<elseif $args[1] is 'anal'>>\
<<if $_girlAttitude is 'bashful'>>\
<<pickOneDialogue "Okay, but... I've never done that before." "Ow! Stop! It's too big!" "Please! Be gentle!">>\
<<elseif $_girlAttitude is 'angry'>>\
<<pickOneDialogue "You're a real pervert, you know." "You want to do <em>what?</em>.">>\
<<elseif $_girlAttitude is 'slutty'>>\
<<pickOneDialogue "Okay. Do you have any oil?" "Oh fuck, I feel so full.">>\
<</if>>\
<<elseif $args[1] is 'cum'>>\
<<if $_girlAttitude is 'bashful'>>\
<<pickOneDialogue "Was that everything you wanted me to do?" "Can I... Can I go now?">>\
<<elseif $_girlAttitude is 'angry'>>\
<<pickOneDialogue "Oh my God, this is so gross." "Did you have to cum there?" "I better get the role now.">>\
<<elseif $_girlAttitude is 'slutty'>>\
<<pickOneDialogue "So I get the role now, right?" "Can I get your card before I go?">>\
<</if>>\
<</if>>\
<<elseif $args[0] is 'milf'>>\
<<if $args[1] is 'meet'>>\
<<if $_girlAttitude is 'bashful'>>\
<<pickOneDialogue "Um... Do I <em>have</em> to?" "Okay... If you say so." "Just please, don't tell anyone I did this.">>\
<<elseif $_girlAttitude is 'angry'>>\
<<pickOneDialogue "You're just like all the others, aren't you?" "You better not tell my agent about this.">>\
<<elseif $_girlAttitude is 'slutty'>>\
<<pickOneDialogue "Do you think I have what it takes?" "How's this? Is this good?">>
<</if>>\
<<elseif $args[1] is 'blowjob'>>\
<<pickOneDialogue "Glug glug glug." "Slrrp, slrrp." "Gahh, gaah, gaah." "Mmmmph... Mmmmmm.">>\
<<elseif $args[1] is 'fuck'>>\
<<if $_girlAttitude is 'bashful'>>\
<<pickOneDialogue "Can you - ugh - be a little - ugh - gentler?" "Is that your thumb in my... oh." "I can't, I'm sorry. It's too big!">>\
<<elseif $_girlAttitude is 'angry'>>\
<<pickOneDialogue "Does that make you - ugh - feel good? Fucking a - ugh - helpless girl?" "You better not cum inside me.">>\
<<elseif $_girlAttitude is 'slutty'>>\
<<pickOneDialogue "And then I'll get the part, right?" "Oh my God, I'm gonna... Oh...">>\
<</if>>\
<<elseif $args[1] is 'anal'>>\
<<if $_girlAttitude is 'bashful'>>\
<<pickOneDialogue "Okay, but... I've never done that before." "Ow! Stop! It's too big!" "Please! Be gentle!">>\
<<elseif $_girlAttitude is 'angry'>>\
<<pickOneDialogue "You're a real pervert, you know." "You want to do <em>what?</em>.">>\
<<elseif $_girlAttitude is 'slutty'>>\
<<pickOneDialogue "Okay. Do you have any oil?" "Oh fuck, I feel so full.">>\
<</if>>\
<<elseif $args[1] is 'cum'>>\
<<if $_girlAttitude is 'bashful'>>\
<<pickOneDialogue "Was that everything you wanted me to do?" "Can I... Can I go now?">>\
<<elseif $_girlAttitude is 'angry'>>\
<<pickOneDialogue "Oh my God, this is so gross." "Did you have to cum there?" "I better get the role now.">>\
<<elseif $_girlAttitude is 'slutty'>>\
<<pickOneDialogue "So I get the role now, right?" "Can I get your card before I go?">>\
<</if>>\
<</if>>\
<<elseif $args[0] is 'cafe'>>\
<<if $args[1] is 'meet'>>\
<<if $_girlAttitude is 'bashful'>>\
<<pickOneDialogue "Um... Do I <em>have</em> to?" "Okay... If you say so." "Just please, don't tell anyone I did this.">>\
<<elseif $_girlAttitude is 'angry'>>\
<<pickOneDialogue "You're just like all the others, aren't you?" "You better not tell my agent about this.">>\
<<elseif $_girlAttitude is 'slutty'>>\
<<pickOneDialogue "Do you think I have what it takes?" "How's this? Is this good?">>
<</if>>\
<<elseif $args[1] is 'blowjob'>>\
<<pickOneDialogue "Glug glug glug." "Slrrp, slrrp." "Gahh, gaah, gaah." "Mmmmph... Mmmmmm.">>\
<<elseif $args[1] is 'fuck'>>\
<<if $_girlAttitude is 'bashful'>>\
<<pickOneDialogue "Can you - ugh - be a little - ugh - gentler?" "Is that your thumb in my... oh." "I can't, I'm sorry. It's too big!">>\
<<elseif $_girlAttitude is 'angry'>>\
<<pickOneDialogue "Does that make you - ugh - feel good? Fucking a - ugh - helpless girl?" "You better not cum inside me.">>\
<<elseif $_girlAttitude is 'slutty'>>\
<<pickOneDialogue "And then I'll get the part, right?" "Oh my God, I'm gonna... Oh...">>\
<</if>>\
<<elseif $args[1] is 'anal'>>\
<<if $_girlAttitude is 'bashful'>>\
<<pickOneDialogue "Okay, but... I've never done that before." "Ow! Stop! It's too big!" "Please! Be gentle!">>\
<<elseif $_girlAttitude is 'angry'>>\
<<pickOneDialogue "You're a real pervert, you know." "You want to do <em>what?</em>.">>\
<<elseif $_girlAttitude is 'slutty'>>\
<<pickOneDialogue "Okay. Do you have any oil?" "Oh fuck, I feel so full.">>\
<</if>>\
<<elseif $args[1] is 'cum'>>\
<<if $_girlAttitude is 'bashful'>>\
<<pickOneDialogue "Was that everything you wanted me to do?" "Can I... Can I go now?">>\
<<elseif $_girlAttitude is 'angry'>>\
<<pickOneDialogue "Oh my God, this is so gross." "Did you have to cum there?" "I better get the role now.">>\
<<elseif $_girlAttitude is 'slutty'>>\
<<pickOneDialogue "So I get the role now, right?" "Can I get your card before I go?">>\
<</if>>\
<</if>>\
<</if>>\
<</widget>>\
<<background Quad>>\
Your words bring a laugh and a look of incredulity <<pepperd "You’ll never find one as smart as me.">> but you give her a look of your own <<youd "I’m not here for your brain, haha.">> Pepper giggles and stretches, tilting her head sideways in question <<pepperd "Are you sure? You have such an uncanny resemblance to a zombie.">>
<img src="Media/Character/Pepper/PNipSlip.png" alt="Pepper Nips" class="left" width="50%">
You notice that her top has slipped <<youd "Uuhhhhhngnnnnn... boobs...">> and you reach out halfway, causing Pepper to jump back and laugh harder. <<pepperd "Haha get away from me before I tell Moon!">>
<<youd "NOOOOO. Its Zombie Humor!">>
<<pepperd "Hahaha~ I know Moon is in good hands, anyways. I’ll miss your dumb jokes.">>
You spend a moment looking at your friend, thinking about the next year and what may happen.
[[I'm meeting up with Moon later, want to join us?|ProQuadSetup3p]]
[[I will miss your brain too, not everyone has one|ProQuad11322]]<<background Quad>>\
<img src="Media/Character/Pepper/PWalkAway.webp" alt="Pepper Walk" class="right" width="50%">
<<pepperd "Paper mache, take it or leave it.">> she follows this with a motion of carefully placing a crown on your head. You wink at her <<youd "I humbly accept your dried white cream crown across my brow.">>
Pepper just shakes her head <<pepperd "Now it's your dirty mind. What do I even say to that…">> Before responding, you give her an exaggerated thumbs-up pose <<youd "Promise you will buy my new book: “Top 100 conversation enders”>> she nods <<pepperd "I think you found your calling. Speaking of, I do have to go. Not because of that, I just need a shower.">> <<youd "Yeah, have a good one, Pepper">> you wave goodbye
[[You watch Pepper leave|ProQuadLeave]]<<background Quad>>\
<img src="Media/Character/Pepper/PWalkAway.webp" alt="Pepper Walk" class="left" width="50%">
<<pepperd "Thanks, goodbyes are hard but jokes do make it better. I appreciate you a lot.">> Pepper emphasizes the point by giving you a big hug. <<youd "Likewise, but I’ll still come back to visit sometimes since I have so many good friends here.">> You release the hug a pepper replies <<pepperd "Good, you will have to give me a call when that time comes. Hopefully you can both make it.">> <<youd "Definitely, and before we leave, too.">>
You both nod while Pepper steps back and turns to go <<pepperd "Ok well I have to have a shower, but it was nice to hear about your plans, and I hope we bump into each other before you go.">>
You wave as Pepper walks away <<youd "See you soon.">>
[[You leave as well|ProQuadLeave]]<<background Quad>>\
Pepper doesn't look convinced <<pepperd "Brain~~~~ Yeahhhh. I knew it all along.">> but she goes along with it anyway <<pepperd "Don’t worry, there will probably be another cute genius there too.">>
<<youd "Probably, but the real question is, will she tolerate ME? In all my glory.">>
Pepper nods vigorously <<pepperd "You’re right, you’re probably out of luck there. Just more reason to come back and visit!">> <<youd "We’ll see, haha. I will figure out a way">> you move to give her a friendly hug but she pushes you away lightly <<pepperd "I need a shower, zombie man, you can fill me in on your plans back at my room.">>
[[Your evil genius lair? I'm down|ProPepperShower1]]
[[Ah, I can't. We'll catch up later, see ya!|ProQuadLeave]]<<background UGym>>\
<<if $day == 1>>\
You enter the campus athletics building which houses the swimming pool, various sporting courts, and a pretty extensive weight training facility. Physical health is promoted quite strongly in all departments. So these buildings are the few still seeing heavy use through the end of the semester.
Weight training is not your all-time favorite way to keep in shape, but you can’t deny its effectiveness. For that reason you kept your feet moving forward and found yourself at the desk signing out your kit and towel. <<strangerd “Hey $you.firstName, the sauna is out of commission for a few days, but we should have it fixed by next week”>> The attendant says.<<youd "Oh, I’ll be gone by then, but thanks for the info">> The attendant shrugs and hands you the bundle <<strangerd "Sure thing, have a good workout.">>
<video src="Media/Misc/PTreadmill.mp4" class="center" width="50%" autoplay loop></video>\
You go get changed and head over to the treadmills for a warm-up jog. But, 5 minutes into your run, the machine starts to make a strange clanging noise. You only have moments to wonder what's going wrong with it before it lurches to a stop, sending you stumbling forwards against the console. You bounce off, and fall backwards, the ruckus drawing a number of eyes.
<<else>>\
Cardio isn't your all-time favorite way to keep in shape, as a young and virile guy that always lands on sex. But, you can't deny it's effectiveness so you start setting up your app as you head over to the treadmills for a warm-up jog.
<video src="Media/Misc/PTreadmill.mp4" class="right" width="50%" autoplay loop></video>\
5 minutes into your run, the machine starts to make a strange clanging noise. You only have moments to wonder what's going wrong with it before it lurches to a stop, sending you stumbling forwards against the console. You bounce off, and fall backwards, the ruckus drawing a number of eyes.
<</if>>\
[[A nearby trainer spots you and runs over|ProGym1]]<<background UniHall1>>\
You walk through the wide entryway of the building where you have spent the majority of time these past two years. Memories washing past as you walk down the halls: Friends met, concepts tackled, and failures in your own thinking realized. It has been an eye-opening period, almost black and white from the highschool course you took that set you on this path. With a purpose though, you restrict those memories to the back of your mind and set out searching.
Soon after you crest the second floor, you notice several male students milling about. A few of them keep glancing towards an open lecture hall and chatting amongst themselves, so you take the initiative and approach the group.
<<youd "Hey, some event going on?">> You ask as they turn towards you and one of their group answers <<strangerd "Kind of, summer semester extra curriculars">> And he snickers. <<youd "Oh, I didn’t hear, what’s it about?">> Your innocent question is answered by glances between the group, as if weighing the option of telling you. Finally the same guy speaks <<strangerd "Bird watching....haha">> His voice dripping with suggestion. It seems he told a great joke though, because one friend laughs audibly and the other adds <<stranger2d "Hahah yeah...looking for Green and yellow Great Tits">> You look dumfounded since you have no idea what birds have to do with psychology. The laughing friend calms down in the meantime and pushes his friend lightly <<stranger3d "Ahhh stop fucking with him.">> Then he turns to you <<stranger3d "Just go in and you’ll get it, haha">>
[[You enter through the open classroom door|ProPsychClass]]
<<background DormHall>>\
You get up and leave the room, heading in the same direction as Pepper did. You look in Becka's open door again, she is lying on the bed this time and notices you. She doesn't say anything, just smiles and winks as you walk by.
<img src="Media/StaticEvents/ProBecka/Smile.webp" alt="Becka Smiles" class="center" width="50%">
<<youd "<i>Why didn't I visit Pepper earlier in the semester.</i>">> you think to yourself as you come to the end of the hall with the elevator and doors on either side. <<youd "Which one did she say was the bathroom again?">> you wonder aloud.
[[The right side|ProPepperShower111]]
[[The left side|ProPepperShower112]]<<background DormPepper>>
You don't have to wait too long for Pepper to return from the showers. She enters the room wearing only a thin towel that is clinging to her still-wet contours. <<pepperd "Man, I needed that!">> She exclaims as she walks over to her dresser and starts to pick out a change of clothes. <<youd "Seems like it, I could hear you singing from here.">> You laugh. Pepper continues rummaging through her top drawer and asks <<pepperd "Black? Or Pink?">> Without thinking <<youd "Yeah...Blackpink?">> you respond. At hearing that, she half turns to regard you with an arched eyebrow. She pauses, seemingly in thought, before shaking her head and continuing <<pepperd "No, I mean choose one.">>
<<youd "Oh, ummmm...">>
[[Black|ProPepperShower121][$pepper.Panties = 'black']]
[[Pink|ProPepperShower121][$pepper.Panties = 'pink']]
<<background DormHall>>\
You open the door and see that it's the bathroom. So you quickly head to a stall and relieve yourself, then wash your hands and head back towards Pepper's room.
For the third time, you pass by Becka's room. She is still lying on her bed, looking at her phone. This time you can actually see what she's looking at, an IG post that looks suspiciously like yours. You take a step towards her just to be sure, and it really is your account. <<youd "<i>How did she find me</i>">> you wonder.
It seems she likes your photos though, because, still focusing on her phone, Becka reaches under herself with one hand and starts massaging the outline of her panties. She moans, and you just stare.<<youd"<i>What a slut.</i>">>
<img src="Media/StaticEvents/ProBecka/Finger.webp" alt="Fingering B" class="right" width="50%">
<<slutd "Ohhhh, fuckkk, $you.firstName~~~~~.">> when she moans your name you snap out of your horny stupor. This almost seems too good to be true, but luck is just an opportunity, taken.
[[Go back to Pepper's Room and wait for her|ProPepperShower12]]
[[Close Becka's Door and go beside the bed|ProPepperShower1112]]<<background DormShower>>\
You open the door to the left and are immediately met by the sounds of a shower and a thin layer of steam drifting around you. <<youd "<i>Well, that answers that.</i>">> You can hear Pepper taking her shower, and you can even hear her singing one of the songs they danced to earlier.
<<pepperd "..love letters, no X and O's, No love, never...">> Her voice is pretty good, even covered by the sounds of water splashing. And you remember her dancing to the same song, sleek and sexy moves with the happy bounce of the music. Your imagination now out of your control, you start to envision her doing the same dance, clothed in nothing but running water and clouds of steam.<<youd "<i>Jeez, am I really that horny?</i>">>
[[YES. You peek on Pepper|ProPepperShower1121]]
[[NO. I need to respect her privacy|ProPepperShower12]]<<background DormSlut>>\
If Becka noticed someone else in her room, she gave no indication, she was too intent on creeping your socials and getting herself off. You take a few steps up to the bed and ogle her lithe, half-naked body. Already committed to whatever this is, you unzip your pants and haul out your rapidly hardening cock. Getting a good close look at her body grinding against the bed, and imagining how she would react if you mount her right in the middle of her reverie.
<video src="Media/StaticEvents/ProBecka/Jerk.mp4" alt="Jerking on B" class="left" width="50%" autoplay loop></video>
You look over Becka's ass as you match your movements to the sound of her wet fingers, and you see that every so often she stops on one of your posts and takes a screenshot. <<youd "<i>No wonder Pepper said she is okay with pictures, that must be her fetish.</i>">> You are hardly one to judge, nearly slapping your turgid dick against her bouncy asscheeks with each pump. Whenever your fist reaches the base of your shaft, the urge to push forward and take this naughty co-ed slut in front of you is nearly overpowering. Her moans, now filling the room, are not helping.
She finally reaches a set of posts about your summer camping trip to the coast, and subsequent pictures of you and some friends showing off. Her breathing becomes wild and her furious rubbing starts to splash pussy juice onto your cock, mere inches away.
<img src="Media/StaticEvents/ProBecka/Cum.webp" alt="Cumming B" class="right" width="40%">
The extra lubricant sends you over the edge and you start to unload. Shooting streams of cum on her asshole, heavy enough that it flows down over her pussy lips while she reaches a climax of her own. Cream coming from inside and out, mixing on her fingers as she spasms and fucks herself into passing out. Becka slumps down on the bed and suddenly goes silent.
You take the opportunity to admire her body some more, before wiping your dick on her thighs and getting your clothes straightened out. You have no idea what would actually happen if she knew you were there, so you hasten out of the room and back to Pepper's, hoping she hasn't finished her shower yet
[[Go back to Pepper's Room|ProPepperShower12]]
<<addS 1>><<background DormShower>>\
Resolved, you step forward quietly into the room. Since the layout seems the same as your own dorm showers, you figure you can get right up beside her stall without being seen. You take a breath when you find the right one, and hold it as you creep your head around to peek past the curtain.
<video src="Media/Character/Pepper/ShowerPeep1.mp4" alt="Pepper Showering" class="left" width="50%" autoplay loop></video>
Your dick responds immediately to the sight of Pepper's soapy, wet body. And her hands rubbing over her breasts down to her hips to wash away the afternoon sweat. You can't resist. Your zipper nearly breaks off in your hurry to get it open and then your throbbing member is out with your fist furiously pumping along it's length. <<youd "<i>God, I hope Pepper doesn't catch me.</i>">> The worried thought only makes you more excited and rushes more blood to your already engorged dick.
<<pepperd "..We are the lovesick girls~.">> She keeps singing as she spins around and shakes her ass.
<video src="Media/Character/Pepper/ShowerPeep2.mp4" alt="Pepper Shaking It" class="left" width="50%" autoplay loop></video>
Pepper continues her dance, blissfully unaware of her close friend peeping on her in her naked glory. Devouring the image of her sleek hips and perky breasts. You lean back for a moment and close your eyes, burning the images into your memory while you pump away and uncoinsciously thrust against your imagination.
During your inward moment, you don't realize when the water stops. It isn't until the curtain pushes itself outward, almost hitting your arm, that you snap out of it and rush towards the door, dick still hanging out and bouncing along with your bowed steps. Luckily, Pepper was just moving around, not actually exiting the shower or she surely would have caught you out. You shove your dick back in your pants, dealing with the discomfort of a crooked erection while you retreat into the hallway.
[[Go back to Pepper's room|ProPepperShower12]]
<<set $pepper.Massage = true>>\
<<addS 1>><<background DormPepper>>
<<youd "$pepper.Panties">> you reply after a moment's thought. Unsure what her question actually means, but let no one ever accuse you of being indecisive.
<<pepperd "Good. Close your eyes!">> She commands, and you responsibly listen. Closing your eyes and even turning your head, you can hear her towel drop and some more rustling from her side of the room. Before you can even consider peeping, Pepper calls out <<pepperd "Okay, open!">>
<img @src="'Media/Character/Pepper/' + $pepper.Panties + '.jpg'" alt="Pepper Panties" class="right" width="50%">
<<youd "No!">> You reply, mischievously. <<youd "I know what you are up to, temptress, and I won't be caught in your games!">> As you start chuckling to yourself you feel rather than hear some movement, and a moment later feel a <i>Fwap</i> as something soft hits the side of your head. That gentle shock causes your to open your eyes and look down, seeing a <<if $pepper.Panties == "black">>pink<<else>>black<</if>> thong hanging off your shoulder. And when you look up, you finally realize what this game was all about.
Dumbfounded, you blurt out <<youd "Wow...">> Pepper laughs at your reaction, jumping in place with a little cheer. <<pepperd "Yessss, that's exactly the reaction I wanted, haha!">> You ogle her while she continues to bounce, fully aware that she can see you but not willing to miss a chance to see her sweet body so scantily clad.
<<if $pepper.Massage == true>>
<<youd "So, I was looking up how to give a thai massage while you were showering, do you want to try?">>
[[Pepper jumps onto her bed|ProPepperShower1211][$pepper.Love += 1]]
<<elseif $day == 2>>\
[[Offer Pepper a massage|ProPepperShower1211]]
<<else>>\
<<pepperd "Ok, ok. Thats enough of a gift for today, haha.">> You show your honest look of disappointment <<youd "Awww, but the show was just getting good.">>
[[Pepper gets fully dressed|ProPepperShower1212]]
<</if>><<background DormPepper>>\
<<if $day == 2>>\
Pepper immediately jumps towards her bed at your suggestion, threatening to bodyslam you. You roll to the side before her landing, but with her small size, it's not like it would have hurt anyways.
<</if>>\
She spins around as she lands on her too-small-for-two bed and pushes against your hip. <<pepperd "ComeonComeonComeon~~~~ Massage me!">> Pepper commands, barely pulling off a cute voice. So, you get up and take position beside the bed.<<if $pepper.Massage == true>> Half wondering how you are going to bullshit this, since you definitely never looked up how to do it.<</if>> Pepper settles her bath towel over her bare cheeks and tiny thong, cutting off that distraction.
<<youd "Normally we would have a special oil for this, but I don't think you have any?">> Pepper mumbles <<pepperd "It's fine, just startttt">> So you place your hands on her back, fanning them out along the sides and slowly adding pressure and rubbing in your best attempt at a weird massage. You work your way up her back and spend some time tracing your fingertips along the nape of her neck and jawline. Even tickling and gently pulling on her earlobes, eliciting a muffled giggle.
Eventually you move lower, back down Pepper's back, and <i>accidentally</i> tug the towel out of the way. To your surprise, Pepper purrs <<pepperd "Yess, my legs and super tired after dance...don't go easy on me">> You take that invitation with vigour and start kneading, pushing, and poking along with every soft moan and sigh that escapes her lips.
<video src="Media/Character/Pepper/PAssMassage.mp4" class="left" width="50%" autoplay loop></video>
<<pepperd "Do my shoulders more...">> Pepper whispers, in between relaxed moans. You oblige, but notice that she keeps fidgeting. <<youd "Pepper, something wrong? Stay still.">> You feel her sink into the bed, and for a short time she does relax. After a few minutes she starts to fidget again, and out of the corner of your eye, her butt jiggles.
<<youd "<i>Hmmm</i>">>
You let your hands wander down her sides more than usual and caress the sides of her boobs, but Pepper doesn't change her fidgeting or ass jiggling. Before you test anything else, Pepper suddenly reaches out with her closest hand and grabs you. Pulling you even closer to the bed and funbling with your belt.
<<pepperd "Sorry Moon, I need this">> She whispers to herself as she releases your belt and gets your pants down. Then she stops and looks up at you, big dark eyes pleading. You nod, rather than vocalize what is about to happen, and Pepper pulls down your wasteband to marvel at the monster hiding in your trousers. <<pepperd "Jesus... $you.firstName this is too big.">> but in contradiction to her own words, she leans forward and stuffs your semi-hard dick into her mouth. It's still soft enough that she can get the whole thing inside, but it doesn't take long to harden and press into her throat. Pepper doesn't choke, she seems more excited and moves faster the bigger your cock gets.
<video src="Media/Character/Pepper/PBJ.mp4" alt="Pepper's First BJ (for you)" class="right" width="50%" autoplay loop></video>
Pepper keeps up the pace as you near your limit, and you grunt in warning as you feel your seed welling up, ready to cover your friends pretty face. She surprises you and pushes forward hard, ready to take everything you can give. Pumping shot after shot of cum down her waiting throat, you feel Pepper's throat hum and contract as she swallows.
<<youd "Fuuuuck Pepper.">> you groan, and she finishes drinking you down before sloppily cleaning your shaft with her snaking tongue. <<pepperd "Maybe next time">> she giggles and leans back on her bed. <<pepperd "Now I need another shower and I don't trust myself not to take you with me, you should get going.">> She covers her eyes in mock embarassment but from her smile and the one hand slowly massaging her tummy, you can tell this will leave a positive impression.
You lay down beside her and let the glow sink in. Enjoying the presence of each other and trying not to think of the implications of what just happened. Moments draw on and your mind wanders, stories in your head dancing and drifting as slow as the suns rays slanting across the bed. You head soft, even breathing beside you, and before long yours matches it and your eyes close.
<<set $prologue.Pepper = 3>>\
<<set $prologue.Pbj = true>>\
[[You dream for a while|ProPepperShower12121][$stats.Cum.mouth += 1]]<<background DormPepper>>\
You watch and enjoy as Pepper puts on the rest of her clothes. Then she comes over to the bed and nudges you. <<pepperd "Move that ass, unless you want to be my seat.">> She laughs, and you oblige, giving her space to sit. <<youd "So what are you going to do for dance during the summer?">>
<<pepperd "Well, there are a few studios around my parents place. I might teach a kids program, what about you?.">> You struggle to imagine Pepper teaching kids the dance that her club put on today, but end up shaking your head. <<youd "Are you sure that your style is appropriate? I mean...it was mostly guys in the audience.">> At that, she punches your shoulder <<pepperd "HA! NO!....god....I actually DO know some kid-friendly moves.">> She leans back <<pepperd "I dunno, I'm just not sure what else I can do for 2 months.">> then reaches to your arm and pulls you into a reclining position as well <<pepperd "Don't be so rigid, I don't want to talk at your back.">> You find a comfortable position but don't say anything.Pepper lets the silence draw on as well and you both just chill, staring at the ceiling and thinking.
The silence isn't oppressive, rather, it's relaxing. No pressure, no expectation, just enjoying the feeling of being around another person who is in the same comfort. Moments draw on, the movies in your mind wander and leap across wild arcs. Before you know it, your eyes are closed, and your mind drifts off as quickly as the sunrays slanting across the bed and the two friends resting on it.
<<set $prologue.Pepper += 1>>\
[[You dream for a while|ProPepperShower12121]]<<background DormPepper>>\
<<advanceperiod 1>>\
<img src="Media/Character/Pepper/PNapUp.webp" alt="Naptime Over" class="right" width="42%">
Your eyes slowly open as a noise wakes you from your slumber. You are still laying across Pepper's bed, you realize, but Pepper is not on it with you. Then you turn your attention to the direction of the noise and open your eyes a little wider at what you see.
Pepper is standing there, staring out the window and slowly closing the curtains in the waning light. <<youd "<i>...how long did we sleep</i>">> You wonder. And as you shift on the bed, Pepper turns back to you and chimes <<pepperd "Oh~ Good morning or evening or whatever, sleepyhead haha.">> She walks back over to the bed <<pepperd "It's been too long since I got to sleep beside someone, thanks for being chill.">> you nod and prop yourself up on the edge of the bed <<youd "Yeah, I feel so rested. How long were we out?">>
<<if $day == 1>>\
Pepper hands you your phone that was on the floor <<pepperd "Like 2 hours, and it seems you missed a few messages.">> you look at the screen as you take the phone and realize they are all from Moon, and it's already almost dinnertime. <<youd "Damn, I have to get going, she's probably waiting already!">>
Pepper slaps your butt as you scramble out of her bed and to the door <<pepperd "Run along loverboy, say hi to Moon for me! and nothing else~">> she says with a laugh <<youd "Ha! sure thing Pepper, see you later!">> You reply quickly and hurry out of her room and down the hall.
As you get in the elevator, you text Moon back: <<youd "Sorry, dozed off, be there soon.">><<texting -5:42pm>> Followed by a string of sweet emojis ending with an eggplant.
<<else>>\
Pepper stretches and leans down to give you a hug <<pepperd "I'm really happy you decided to come over.">> followed by an unexpectedly long and deep kiss. <<pepperd "I don't know what this means, but I'm happy.">>
You embrace her back and enjoy the feeling. You might feel guilty, later, but for now the euphoria of being so close to another person is overriding all other emotions. <<youd "Do you want to get lunch?">> You ask, suddenly thinking about your slightly grumbling stomach, but not wanting to leave. <<pepperd "I do, but I have to go submit some things at administration. Can you wait for me?">> She gazes at you with big doe eyes as she asks. Your stomach chooses this moment to rumble out in protest <<pepperd "Ha, ok maybe he can't">> She pats your belly as she laughs, and slowly gets off you. <<pepperd "We can pick this up later, message me when you're done?">>
<<youd "Definitely, Let's think about dinner then.">> Pepper tilts her head <<pepperd "No plans with Moon?">> She inquires. <<youd "<i>Damn</i>...I'll figure it out">> You smile reassuringly.
<<pepperd "Ok big guy, you should get going.">> You get up at that statement and look around for your things, finding your phone on the floor beside the bed. You bend over to grab it and...<i>*SLAP*</i> You feel a hand connect with your butt. <<pepperd "Sorry...looked so good I couldnt help it, haha.">> You shake your head and laugh in response, giving her another quick kiss before heading out the door.
<<youd "<i>Well, that was interesting.</i>">> you think to yourself in a massive understatement. You will have to figure out how to deal with it eventually, but not right now. Now it's time to eat.
<</if>>\
<<if $day == 1>>\
[[You leave the dorm and hurry across the campus|ProMoonDinner]]
<<else>>\
[[You think about what to eat on the way back to your Dorm|ProYourRoom]]
<</if>>\
<<addC 1>><<background ProRestaurant>>\
You check the time on your way to the restaurant. <<youd "6:26,<i> phew</i>">> Which leaves you just enough time to arrive without actually being called late.
Moon is at the front when you arrive, wearing a new metallic blue dress that wouldn't look out of place in a nightclub. She's chatting with the host while she waits so you approach and wait silently for a few seconds while they finish speaking. Moon turns to you with a smile <<moond "Babe, you're here! I was just telling Kieran about you.">> She gestures to the host who glances up from his tablet and waves. She continues <<moond "He was in one of your courses last year and was going on about some theory you had about retrospective therapy. Do you remember?">> As you chat, Moon turns you to a nearby mirror to take the obligatory socials pic.
<img src="Media/Character/Moon/PDinnerSelfie.jpg" alt="Moon and You" class="left" width="50%">
<<youd "Right, yeah...it was just an idea I have been tossing around in my head and wanted to get some external feedback so...">> The Host, Kieran, interrupts <<strangerd "Apologies, I can seat you now.">> and he motions towards the dining hall. Moon takes hold of your hand and you follow him together.
Ordering was a small affair, Moon wasn't going all out and it made you wonder about the results of her meeting. Not wanting to bring it up first, you steer the conversation towards...
<<if $pepper.Pro3P == true>>\
[[Your friends|ProMoonDinner3p]]
<</if>>\
[[Your theory|ProMoonDinner1]]
[[Moon's Meeting|ProMoonDinner2]]<<background UGym>>\
<<jodied "OhMyGawd! Are you okay?!">> The running trainer says in a drawl as she reaches down to touch your shoulder, bending over and giving you an eyeful.
<video src="Media/Character/Jodie/PDownshirt.mp4" alt="Jodie Cleavage" class="left" width="50%" autoplay loop></video>\
<<youd "The machine crapped out on me suddenly.">> She nods along and continues studying your body <<jodied "Wow, you barely survived. You are so lucky! Are you hurt anywhere?">> You are fairly sure there is nothing broken but your ego so you half-reply <<youd "I don’t think so?">>
<<jodied "Well, that’s not very reassuring, is it. Come with me, I’m going to give you a once-over to make sure everything is still in one piece.">>
Not wanting to put up a fuss, you follow the insistent trainer and she leads you over to the private training area where you are guided to a mat and intructed to lie down.
<<jodied "Okay, now I want you to relax and let me lift and move a few different parts, you just tell me if it hurts or feels uncomfortable anywhere okay?">> you shrug against the floor <<youd "Sure, lift away.">>
She proceeds talk you through her pulling and stretching various parts of you and asking for feedback with each movement. Eventually she places her hands on either sides of your hips.
<<jodied "Okay mister, now I am going to lift straight up. Try to relax your core.">> then she steps over you in a straddling position and tenses lifting your hips off the mat a few inches.
After a few moments, <<jodied "How does that feel?">> you look up and meet her questioning gaze.
[[I feel fine, I don't think I'm hurt|ProGym11]]
<<if $day == 1>>\
[[I feel a bit of discomfort|ProGym12]]
<</if>>\
<<set $prologue.Jodie += 1>>\<<background UGym>>\
The trainer smiles down at you <<jodied "Well that’s just wonderful. Let’s get you back up.">> You hold up a hand and she helps you stand, followed by a few tentative steps on your part.
<<jodied "I’m really sorry about that treadmill. We'll have it marked off and fixed in a jiffy.">> You wave your hand unconcerned <<youd "Hey, no problem, things break down. I'm just glad the worst of it will be a bruise.">>
The trainer puts her hand on your arm again <<jodied "I appreciate it, and hope it doesn't rain on your view of the gym.">> You take note of the way she gently squeezes as she talks. <<youd "It's alright. I like coming here, a little surprised I haven't seen you before...">> glancing down at her nametag, and breasts. <<youd "...Jodie.">>
<<jodied "I guess your luck was saving itself up for today, cutie.">> She winks and squeezes your arm again, still holding on. <<jodied "Where’re you from?">> You decide to even the odds and raise your hand, brushing along her abdomen and hitting the underside of her protruding tits, lifting them ever so slightly, before pointing roughly north. <<youd "Oh, sorry. Northwest of here about 4 hours, how about you?">>
<video src="Media/Character/Jodie/PGrope.mp4" alt="Oblivious Grope" class="right" width="50%" autoplay loop></video>\
Jodie smiles as you point but doesn't react to your touch <<jodied "The accent doesn’t give it away? I’m from the midwest, sweetheart.">> She says again in the telltale drawl, only breaking the picture mildly with her japanese schoolgirl peace pose as she finishes. <<youd "Haha, I just didn’t want to have two stumbles in one day. And into anime I guess?">> You pose the question, but carry on before she can answer <<youd "I hear lovely things about the food and culture.">>
She giggles at that and nods, <<jodied "An don’t you forget the girls, too.">> ending with a wink and another squeeze. This girl really seems to like touching.
[[Based on what’s in front of me, it must be true.|ProGym111]]
[[I have a girlfriend, so food and culture is more my pace.|ProGym112]]<<background UGym>>\
The trainer looks down at you with dismay <<jodied "Well, shoot. It's always sad when a cutie gets hurt.">> She smiles and asks <<jodied "If I help you up, do you want to try to walk on your own?">>
You hold up a hand and she helps you stand, followed by a few tentative steps on your part. <<youd "Yeah I guess I am okay to walk. Maybe it's nothing serious.">> You reach out with your hand again <<youd "Thanks for helping out...">> you glance at her nametag <<youd "...Jodie, I really appreciate it.">>
Jodie, the Trainer, smiles <<jodied "No problem hun. Take care next time and maybe we can do a workout together. But now you better get properly checked out and rest too. Bye~">> You wave as she turns to walk away, getting a nice view of the jiggle that a healthy squat schedule gives.
<video src="Media/Character/Jodie/PWalk.mp4" alt="Jodie Leaving" class="right" width="50%" autoplay loop></video>\
You nod along as she goes to another part of the gym and then also leave. It doesn't take long for the discomfort to fade away, maybe there will be a small bruise where you hit the machine but no actual injury.
[[You go to your dorm|ProElevator]]<<background ProDormEntrance>>\
<<advanceperiod 1>>\
You arrive at your dorm as the sun flirts with the horizon. You check your phone for notifications but nothing pops up. <<youd "<i>I thought Moon would be done by now</i>">> Your thoughts of the events of the day flitting through your mind. You walk through the elevator, intending to go upstairs and have a quick shower before, you promise yourself, doing a bit of much-needed packing.
Those thoughts are interrupted by a poke in your ribs and a cheerful voice to the side <<elised "Hey! Look who it is.">>
You hardly turn while replying<<youd "Heyyy Elise.">> You can feel the expectation radiating, but when she finally realizes nothing more is coming, the feeling dissipates. You glance to the side.
<<elised "I thought you would want to know I'm leaving today...">> She says, and you shrug in reply <<youd "Yeah, have a good summer then.">>
<video src="Media/Misc/SadPuppy.mp4" alt="Sad Elise" class="left" width="50%" autoplay loop></video>\
The elevator dings and the doors open. You step inside and leave your stricken friend behind, you register her distraught look as the doors close. The look fails to pull at your heartstrings...barely. It does, however, elicit an image of a sad puppy, and THAT does make you slightly regretful.
In the elevator ride up to your floor, you recall the events that led to this cold storm between the two of you. The birthday surprise, the "mistaken" directions, and the events in a pitch-black room that you enjoyed, ultimately, but still feel wronged over. You wonder how long it will take to forgive your long-time friend. Not today, at least.
Arriving at your floor, you head towards your room and put those thoughts out of your mind.<<youd "<i>It's time to get ready for Moon</i>">> you remind yourself and go inside to do just that.
[[You get cleaned up and go back out|ProMoonDinner]]
<<set $elise.Flex == true>>\
<<background UGym>>\
The fit and busty trainer standing at your side, hanging on your arm, blushes at the compliment, but clearly she isn't surprised. <<jodied "Sweet as cherry pie and a silver tongue to boot. I’m starting to like you.">> She leans closer and moves her hand up to your shoulder <<jodied "I do really love to hear sweet words from a handsome cowboy.">> she chimes.
<video src="Media/Character/Jodie/PAssGrab.mp4" alt="Ass Grope" class="right" width="50%" autoplay loop></video>\
You feel your interest growing in your shorts, but keep her hanging on. <<youd "Someone like you deserves to hear how lovely you are. I don't doubt that guys come through here every day saying the same thing.">> You grin and lean in as well to whisper in her ear <<youd "If I had met you earlier, I would be in here every day doing just that.">> luckily you have built-in nylon briefs to hold your growing erection tight against your leg. You take Jodie's close proximity to you to move your other hand up behind her and casually rest it on the top slope of her ass.
Finally you get a reaction out of her and she glances down at your arm, it's not much but you think it signals consent <<jodied "Oh? Well then don’t be a stranger.">> She looks up and into your eyes and, just for a second, you wonder if her innocent flirting is anything more than that.
Ideas begin to form in your head, is this girl just being a good salesperson? Is she a slut who is hiding behind a thin layer of innocence? Or does she not realize what vibes she is giving across? Undeterred by the questions, you continue without missing a beat.
<<youd "Well for one, that accent is music to my ears, and the second thing isn’t polite for a gentleman to say in public.">> Jodie looks shocked at the second statment, and with the new thoughts circling in your mind, you struggle to determine if its real or fake <<jodied "Well if a gentleman shouldn't say it...">> She looks to the side for a second and changes the subject <<jodied "...did you finish your workout? Maybe I can make it up to you for the broken machine.">>
[[I didn't, will you help me train?|ProGym1111]]<<background UGym>>\
Jodie releases your arm, still smiling <<jodied "No problem, Honey. I'm just fishing for compliments.">> You grimace, realizing your mistake <<youd "Ahh sorry, I do appreciate all your help though.">>
She waves your thanks away <<jodied "It was my pleasure, y'know. Have a good workout, and be careful!">> then she turns away and walks off to another part of the gym.
<video src="Media/Character/Jodie/PWalk.mp4" alt="Jodie Leaving" class="Right" width="50%" autoplay loop></video>
You finally start your workout, and finish with no more issue. Having pushed yourself pretty hard, you decide to make use of the gym sauna for a bit of relaxing while you still have time.
[[You go to the Sauna|ProSaunaFind]]<<background UGym>>\
Jodie breaks the contact between you to jump a little, causing a hefty amount of bounce in her sportsbra <<jodied "YES! Come with me.">> And she grabs your hand. You have no option but to let her pull you along, and at that moment you notice a few jealous glares from other guys around who are between their sets. <<youd "<i>I guess I wasn't wrong earlier</i>">> You muse.
<video src="Media/Character/Jodie/PDownshirt.mp4" alt="Downshirt Again" class="right" width="50%" autoplay loop></video>\
Eventually she pulls you over to a machine and instructs you how to position yourself on it. Taking up her own spot that you can't help but feel isn't actually necessary. Giving you another nice view of the mounds under her sportsbra.
<<jodied "Ok so maintain your breathing and start when you're ready">> She waits and you take your time to enjoy the situation you find yourself in before starting your set.
[[1...2...3...|ProGymWorkoutJ]]
<<addJodieC 1>>
<<addE 1>>
<<addC 1>><<background UGym>>\
<<random 3>>\
<<random1 5>>\
<<if $random == 0>>\
Jodie shows off her stretching technique to you in between sets.
<<jodied "Are you watching carefully, $you.firstName?">> You balance between checking her form and checking her 'assets' <<jodied "If you don't stretch properly you can easily hurt yourself. Don't be shy, get a good look.">> You lean in closer at her insistence and take it all in.
<<elseif $random == 1>>\
While you are cooling off, Jodie takes you over to a treadmill.
<<jodied "Since you had that little spill last time, why don't you watch me to make sure your walking form is right?">> She suggests. You nod along and watch respectfully until you make eye contact and she points at her hips <<jodied "Hey! Don't look at my face, you have to watch how I'm moving.">> She urges, matter-of-factly.
<<elseif $random == 2>>\
Jodie spots you through some lifting exercises before taking you to another spot in the gym.
<<jodied "Since I'm training you for free, you can check me too">> She proceeds to do her own exercises while you take a good, careful look at her 'form'. <<youd "Yeah, Jodie, looks good...">> You lean in and put your face within inches of her sweaty, glistening body. <<youd "...Looks real, real good">> You say, softly, as you resist reaching out to touch her...
...Barely.
<</if>>\
<video @src="'Media/Character/Jodie/Workout/' + $random + $random1 + '.mp4'" class="left" width="50%" autoplay loop></video>
[[Do another exercise|ProGymWorkoutJ]]
<<if $day == 1>>\
[[Go shower and head back to your dorm|ProElevator]]
<<else>>\
[[Go shower and head back to your dorm|ProYourRoom][$period += 1]]
<</if>>\<<background USauna>>
<<random 11>>\
You enter the sauna and find a pleasant scene inside. A beautiful girl is enjoying the steam as well. While she isn't naked, what she is wearing doesn't leave much to the imagination. You sit down across from her and try to ignore the rising pressure under your towel. You notice a smile curl the edges of her mouth and you think you catch her glancing down.
<img @src="'Media/RandomEvents/Sauna/Sauna' + $random + '.webp'" class="center" width="50%">
Neither of you makes a move, though, and before long, she gets up to leave. She winks and gives a little shake and jiggle as she passes from view. <<youd "<i>Sigh</i>...College girls are <i>AWESOME</i>">> You declare into the steam.
[[You decide stay a little while longer|ProSaunaFind]]
<<if $day == 1>>\
[[You leave the sauna and head back to your dorm|ProElevator]]
<<else>>\
[[You leave the sauna and go back to your dorm|ProYourRoom][$period += 1]]
<</if>>\<<background PsychClass>>
You walk through the door and look around, it seems no one else is here except for a woman leaning over a desk on the other side of the room. She isn't facing your direction so you can't see if it's a professor, but she heard you enter and, without turning around, says <<fionad "If you’re interested in joining, sign-up is on the corner table and I will give you a run down of the programme in a minute.">> Her voice is level and no nonsense. You wonder if she is really interested in people joining.
Nevertheless you go to the sign up sheet to at least find out the name of the course.<<youd "Sociological Impacts of HODL: To the Moon meets FUD">> you stare dumbfounded at the title, barely more aware of the course than before you read it. You can't sign with so little information so you turn around to ask more, but when you turn around to ask more, your brain decides to abandon you.
<video src="Media/Character/Fiona/PWalking.mp4" class="left" width="50%" autoplay loop></video>
As you stare, possibly drooling, she speaks <<fionad "Oh, I’ve seen you around. You’re in Prof. Brauer’s class, right?">> <<youd "<i>Her voice sounds much warmer now</i>">> you think to yourself <<youd "<i>Like a tropical beach breeze on the shores of Boracay.</i>">> As she approaches, you catch a scent <<fionad "..ell..">> It invokes images of a tableau of fruits and flowers while you lay under the trees of Corfu. Not that you have ever been, but if you had that's <<fionad "..cuse me...">> what you imagine it to be like. The trees rustle in the wind, from time to time, and you can hear the buzzing of insects. Worried that the bees might <<fionad "..hing wron...">> be attracted to the smells of your fruit if it sits out too long, you reach for the nearest melons to start eating. The first bite is exquisite, almost heavenly. You savour the juices on your chin as the rest of the world pales, turning ever brighter until it all becomes a backdrop of white around you and the firm melons in your hands.
[[The white light fades|ProPsychClass1]]<<background PsychClass>>
<<fionad "...STO...">>
You feel a light pounding against your shoulder, but you try to ignore it as you focus on your coveted fruit. The pounding becomes more insistent, and you open your eyes. As the world comes back into view, so does the colour return and your island getaway disappears. Eventually the melons fade as well, or rather, they shift. And you find yourself face-to-face, face-to-skin, with a warm, voluptuous, and firm pair of tits. Your mouth is firmly attached to one of them, and the feeling of a nipple as your tongue swirls around it. <<youd "<i>Hmmm, these melons are perfect</i>">> you think. The pounding against your shoulder becomes a pounding against your head and, annoyed, you look to the source of the disruption. A woman, a beautiful and angry looking woman. She is very close to your face and she seems to be trying to talk. You can't enjoy your snack in peace so you try to focus on what she is saying.
<video src="Media/Character/Fiona/PMotorboat.mp4" alt="Assaulting Fiona" class="right" width="50%" autoplay loop></video>\
<<fionad "...cking hell, will you stop!? Oh my god~~ <i>uunnnngh~</i> Please just stop...">> she pleads. It takes you a moment to realize she is pulling your melons away every time she moves. And only another moment to realize that the melons are, in fact, the breasts of this goddess.
<<youd "<i>FUCK!</i>">>
You release the woman and stumble back, awareness snapping back into place as all your senses rush in with a flurry of stimulation. The teacher slumps forward, leaning on a desk for support. <<fionad "<i>Huff...Unngh..</i>">> She moans and catches her breath while you scramble to make sense of what's happening.
<<youd "Uh....oh....Did....Are you...okay?">> You venture the question, not really sure what else to say. The teacher has one hand pressed down in the center of her skirt, and she quivers at your voice. After a moment, her eyes lock yours, and she draws herself up. Not noticing, apparently, that her blouse has fallen completely open
<video src="Media/Character/Fiona/PTopless.mp4" alt="Assaulting Fiona2" class="left" width="50%" autoplay loop></video>\
<<fionad "What..the FUCK!...Was THAT?!">> she growls.
Without wasting time to think, though your deliberate thoughts still feel as if they are crawling through molasses, you reply <<youd "I...ahhh...I was dreaming about Greece...and uhhhh....fruit...">>, and you spare a glance directly at her freed bosom and still-wet nipples. Wet with your saliva, you realize.
<<fionad "I don't fucking care what you were dreaming about! What the FUCK!?">> she exclaims. Without any clear road forward in the conversation, you turn towards the door
<<youd "Sorry...I should ahh...probably go....Sorry.">> You say as you make calming gestures. With your head bowed and hands out, you don't immediately notice when she moves. But suddenly she is back in front of you and right in your face.
<<fionad "What's your name?">> she demands. You are still looking downwards, and still getting and eyeful. Before she hurridly reaches down and grbas her blouse off the floor, giving herself the slightest bit of modesty back. <<fionad "God damn perv! What the hell is your name?!">>
You stutter before blurting out <<youd "$you.firstName...$you.firstName $you.lastName">>.
<<fionad "Well...$you.firstName">> She emphasizes your name as if committing it to memory <<fionad "...get the fuck out of my classroom.">>
You are dumbfounded, you expected police, or violence, or something. But simply a dismissal?
<<fionad "NOW!">> She shouts.
You jump and dart out the open door, in the back of your mind thankful that the guys who pointed you into the classroom didn't stick around.
[[You half-sprint out of the Psych Building|ProPsychCooldown]]
<<background Quad>>\
You keep running until you are far away from the wronged teacher, almost halfway back to your dorm. The adrenaline fades though, and the whole ordeal flits back into your conscious mind.
<<youd "Jeeeesus fucking christ...what did I just do?..What happened to me?">> You wonder aloud, ignoring the furtive glance of a passing female student that overhead. You keep walking and processing the exact events that occurred, but, without anything to latch onto other than the fact that the teacher is an absolute stunner, you concede that you probably just have undiagnosed brain damage. Then, enjoying the pictures it left in your minds-eye, you go on your way.
<<set $prologue.Fiona = 1>>\
<<if $day == 1>>\
[[You go back to your dorm|ProElevator]]
<<else>>\
[[You go back to your dorm|ProYourRoom][$advanceperiod = true]]
<</if>>
<<addN 1>> <<background ProRestaurant>>
The food comes and you chat about common friends as you eat: who is picking up summer credits, who broke up before the break, where people are going on vacation. Eventually you bring up the thing you were waiting to tell Moon about...
<<youd "So I bumped into Pepper today">> Moon perks up at hearing the name <<moond "Oh? Great! How is she doing?">> Considering the conversation you had with Pepper, this interested reaction is a good sign. <<youd "She's pretty good, I watched her, and the club, dancing in the quad. They put on a good show, and we ended up chatting after">> Moon smiles as she replies <<moond "Yeah, I was going to ask. Ha-ha. I haven't seen her in months, anything interesting going on?">>
You take a heartbeat to gauge your girlfriend's demeanor. She always was open to experimentation, your sex life has never been dull. Her expression is certainly open and you noticed she brought up a hand to lay along the top curve of her breast as the topic started. All good signs, so you take the shot.
<<youd "Well, actually it seems she is interested in meeting us tonight.">> Moon's eyes widen in surprise <<moond "Oh?">> but she waited for you to continue <<youd "Yeah, when I mentioned I was meeting you she immediately proposed we hang out. And she seemed pretty into getting drunk with you, especially.">>
<<youd "<i>A little white lie to grease the wheels that are already turning.</i>">> You craft the excuse to yourself, but who are you kidding, this opportunity can't be missed.
Moon looks intently at you, her cheeks flushing and smile wide <<moond "Babe. I would love to drink together, but I don't want to wait for her to come out.">> You start to look disappointed until she whispers <<moond "I need you, right now, on this table. But, since we would get arrested, let's go instead.">>
[[You nearly shout to the waiter for the bill|ProMoonDinnerSex]]
<<set $moon.Pro3P = true>>\<<background ProRestaurant>>
<<youd "So that thing that Keiran mentioned. I am thinking about alternative ways to help patients process past traumas...">> Moon nods along as you outline the concept. Her studies have been in education, though, so while she attentively gives you space to speak, she doesn't have much to suggest or ask deeply about. <<youd "..and there is enough literature on the relationship between physical and mental health. So, I want to explore healing mental trauma using physical stimulation.">>
The conversation continues onto lighter topics through the meal but eventually Moon begins to respond slower and with generally less enthusiasm. You still haven't heard anything about the meeting, but before you can broach the topic...
<<if $moon.Mad == true>>
[[Moon brings up your jealousy|ProMoonDinner21]]
<<else>>
[[Moon suggests skipping dessert|ProMoonDinnerSex]]
<</if>>
<<set $work.Theory += 1>><<background ProMoonRoom>>\
Leaving the restaurant was done in a hurry, and, to your surprise, Moon had stealth ordered a taxi that is already waiting outsde the restaurant.
Now you are laying back on the sofa at Moon's apartment, just off campus, watching in aroused fascination at the show she is putting on for you in the middle of the room.
<video src="Media/Character/Moon/PDance.mp4" class="right" width="50%" autoplay loop></video>
Moon is wearing a lacy black bra, tight around her breasts and nearly popping them out with each dip and bounce. She smiles as she massages her exposed mounds, holding your eyes with hers while caressing herself and teasing you to look away first. You know the game and you stare back, your own smile growing as she looks away and down at her hands while she moves them to her garter and snaps the straps clinging to her sheer stockings. <<moond "Making you horny and making you smile are my two favorite things.">> She purrs, turning around to give you a view of her luscious booty. You start to massage yourself when she bends down and grabs hold of her ankles, gyrating her hips to the hum of the music in the corner.
<<youd "Maybe I should lock you in that position all night, leaving you creamy and vulnerable each time I take a break between using your body every way I want.">> <<moond "Mmmmm hot~">> Moon just moans in response.
<strong><i>SLAP</i></strong>
The sound echoes in your mind, if not the room.
<video src="Media/Character/Moon/PDanceSpank.mp4" class="left" width="50%" autoplay loop></video>
With a languid motion, she draws her hand back again and hits her jiggling ass. <<moond "Do you want me to make it red for you, $you.sexName? Or will you come over here and do it yourself?">>
As tempting as the offer is, you still intend to make her beg. So instead of answering you say <<youd "Crawl over here and make me more comfortable, kitten.">>
Moon opens her mouth and licks her lips, before following your command and crawling on all fours over to your waiting legs. She rubs her face against one of them and bites you through your pants. <<youd "Someone looking to get rough tonight?">>
She just laughs and nods while biting her lower lip.
So you reach out and take hold of her hair, using your firm grip to slowly rotate her head around and establish control. She can't even turn it without you allowing that to happen, and when she realizes how restricted she is, she gasps and drops one hand between her legs.
<<moond "Please, $you.sexName, what can I do for you?">>
[[Suck me, slut|ProMoonBJ]]
[[Get on my lap|ProMoonFuck]]<<background ProMoonRoom>>\
<<advanceperiod 1>>\
You awake to the sun streaming onto your face. When you open your eyes, you are greeted by the sight of Moon opening the curtains. <<moond "Morning, lover">> She croons, smiling your way and walking towards the kitchen.
<img src="Media/Character/Moon/PMorning.jpg" alt="Moon Morning" class="left" width="50%">
Sticky with sweat from the night before, and sticky from other things, you head to the bathroom to have a hot shower and 'empty the tank'. Moon greets you when you come out with a cup of hot coffee and a kiss. <<youd "Thanks sweetheart. Whats our plan this morning.">> You hug her close and return the kiss, sipping the coffee during the long embrace.
<<moond "Sorry babe, I have a date with my girlfriends. I won't be able to see them again after tomorrow.">> You nod in acceptance and the two of you move back to the sofa to enjoy your coffees and some chatter about the friends. Before long it's time to go, so you get dressed and give moon a slap on the ass. <<youd "Mine">> You laugh as you open the door and step through towards the rest of your day.
[[You take the long walk back to your dorm, enjoying the sunshine|ProYourRoom]]
<<set $sex.Blowjob = false>>\
<<set $sex.Fuck = false>>\
<<set $stats.Blowjob += 1>>\
<<set $stats.Pussy += 1>>\
<<set $moon.Love += 1>>\
<<if $you.Charisma == 0>>\
<<addC 1>>
<</if>>\<<background ProYourDorm>>\
<<advanceperiod 1>>\
You wake up in the morning, alone and in your own bed. The events of the night come back to you and you have a pang of regret for how everything played out. But today is a new day, maybe you can find some way to cheer Moon up while you have the morning free.
[[You open the curtains and watch the Morning sun|ProYourRoom]]
<<set $moon.Mad = false>>\<<background ProYourDorm>>\
<<if $advanceperiod == true>>\
<<advanceperiod 1>>\
<<set $advanceperiod = false>>\
<</if>>\
<<reset>>\
<<set $re.Count = 0>>\
<<set $re.Event = 0>>\
<<set $re.Event2 = 0>>\
<<if $day == 2>>\
<img @src="'Media/Scenic/dorm' + $time + '.jpg'" class="center" width="100%">\
You have 2 more days before you'll get picked up and go home for the summer. It's $time and you need to decide what to do.
<<if $period == 0>>\
[[Go for a walk, and look for someone to meet|ProCampus]]
[[Go to the Gym|ProGym]]
<<elseif $period == 1>>\
[[Grab lunch at your favorite spot|ProKaileeMeet]]
[[Go for a walk and just enjoy the sunshine|ProCampusRepeatable][$re.Event = true]]
<<elseif $period == 2>>\
[[See if Moon is finished with her friends|ProD2Moon]]
[[Vist the Library|ProD3Library]]
<<elseif $period == 3>>\
<<if $prologue.Kailee == 2>>\
[[See if Kailee wants to come over|ProD2BootyCall][$re.Event = 1]]
<</if>>\
<<if $prologue.Pepper == 3>>\
[[See if Pepper wants to come over|ProD2BootyCall][$re.Event = 2]]
<</if>>\
[[Just go to Bed|ProYourRoom][$advanceperiod = true]]
<</if>>\
<<elseif $day == 3>>\
<img @src="'Media/Scenic/dorm' + $time + '.jpg'" class="center" width="100%">\
You have 1 more day before your $celine.Rel and $kim.Rel come to pick you up. It's $time and you need to decide what to do.
<<if $prologue.Pepper == 4 && $period <= 2>>\
[[Call Pepper to check on her|ProD3Pepper]]
<</if>>\
<<if $prologue.Kailee == 4>>\
<<if $period == 1 or $period == 2>>\
[[Call Kailee like you promised|ProD3Kailee]]
<</if>>\
<<elseif $prologue.Kailee == 1 & $period <= 2>>\
[[Give Kailee a call|ProD3Kailee]]
<</if>>\
<<if $period <= 2 && $prologue.Jodie >= 2>>\
[[See what your favorite Trainer is up to|ProD3Jodie]]
<</if>>\
<<if $prologue.Fiona >= 2 && $period <= 2>>\
[[Visit your favorite fiery Teacher|ProD3Fiona]]
<</if>>\
<<if $period == 3 && $prologue.Call == false>>\
[[Call Moon|ProD3Moon][$prologue.Call = true]]
<</if>>\
<<if $period != 3>>\
[[Do some under-the-table work at the Cafe|ProD3Cafe]]
[[See who is still around the Dorms|ProD3Dorms]]
[[Go read in the Library|ProD3Library]]
[[Explore some empty classrooms|ProD3Classrooms]]
[[Take a walk across Campus|ProCampusRepeatable]]
<</if>>\
<<if $period == 3>>\
[[Go to Sleep|ProYourRoom][$advanceperiod = true]]
<</if>>\
<<elseif $day == 4>>\
<img src="Media/Scenic/dormempty.jpg" class="center" width="100%">
<<if $prologue.Call == false>>\
Your phone starts to vibrate, waking you up. It's Moon.
<span id="MoonCall">Will you <<link "Answer it">>
<<replace "#MoonCall">>
<<set $prologue.Call = true>>\
[[You pick up the Phone|ProD3Moon]]
<</replace>>
<</link>> or <<link "Ignore it">>
<<replace "#MoonCall">>
You don't feel like talking to Moon right now.
<<if $you.Gf == 'Moon'>>\
You realize you forgot to call her last night and she might be upset. Ah well, you will smoothe it over later.
<<loseMoonL 3>>
<<elseif $you.Gf != 'Moon'>>\
You don't have the heart to face her today, not when you should be happy about seeing your $kim.Rel and $celine.Rel again.
<<loseMoonL 20>>
<<loseC 2>>
<<addT 1>>
<<addN 1>>
<</if>>\
<<set $prologue.Call = true>>\
[[Get out of bed|ProYourRoom]]
<</replace>>
<</link>></span>
<<else>>\
You're getting picked up today. With luck, you achieved everything you set out to do this semester.
[[There is a knock at your door|ProD4Pickup]]
<</if>>\
<</if>>\Things to do:
Repeatable Cafe
Visit Becka
Moon sees you off
Pepper sees you off
Elise sees you off<<background ProRestaurant>>\
<<moond "So what's your plan for tomorrow?">> Moon asks, suddenly. You can't help but feel she is avoiding something, so you ignore her question altogether. <<youd "Hey, you haven't said anything about your meeting. How did it go?">> Moon grimaces at the question <<moond "Actually, I don't think it went well.">> Then she pauses, looking around as if for something to distract, but you push on <<youd "That can't be right, why do you think so?">> <<moond "Well, they didn't offer me the position immediately, it must mean I'm not what they're looking for.">> Moon looks depressed at the admission, but you laugh anyways. Your reaction draws a sharp look across the table. <<moond "I didn't realize you thought my future was funny.">> Normally so mild mannered, the meeting must have really gotten to her to put her so on edge.
<<youd "No, no. I mean...isn't that how this is supposed to go? I think literally everyone has to wait for the callback, right?">> Moon continues to stare at you, in thought, you hope. Her expression softens as the seconds tick by, so you add <<youd "It wasn't even a formal interview, right? Didn't the invitation explicitly say this was more of a meet and greet?">> at that extra reminder, Moon's face softens completely and she looks at you apologetically. <<moond "Right....yeah, you're right. I was just so excited I had the idea built up in my mind that I would blow them out of the water and get it, then and there.">> You reach over the table to put a hand on hers <<youd "Don't think too much. Even if you blew them out of the water, maybe they just wanted to confirm everyones thoughts first.">>
A few minutes later, the food arrives
The conversation continues onto lighter topics through the meal but eventually all the food is gone and plates cleared. So you start look around for the waiter, before you can flag him down though...
<<if $moon.Mad == true>>\
[[Moon brings up your jealousy|ProMoonDinner21][$moon.Mad = false]]
<<else>>\
[[Moon suggests skipping dessert|ProMoonDinnerSex]]
<</if>>\<<background ProRestaurant>>\
<<moond "So, I was thinking about that thing at the cafe this morning--">> Moon starts to say. You interrupt as soon as you know what it's about <<youd "Yeah, I'm really sorry about that. I think I was just being dumb and not feeling well">> You apologize. Moon waves it off, though <<moond "No, no, I was definitely being inconsiderate. And I almost bit your head off tonight.">> She looks down, and falls silent. You reach over the table to take her hand again <<youd "It's OK...Really">> You assure her, and her eyes rise to meet yours. <<moond "I'm pretty stressed these days, I hope you can forgive me.">> she says with a pleading look in her eyes.
<<if $moon.Mad == false>>\
A look that fades quickly and turns to something suspicious when she says <<moond "And...I want to make it up to you..">>
Thinking you know what she is up to, [[you hail the waiter and pay the bill|ProMoonDinnerSex]]
<<else>>\
<<youd "Of course I forgive you, baby.">> You say earnestly, squeezing her hand. <<youd "With a good night's sleep, everything will feel fine, and tomorrow will be a better day.">>
Moon looks thankful for your words but her mouth remains downturned. You decide it's a good time to end the night so you hail the waiter and pay the bill. There is a taxi waiting outside, she must have called it from the restaurant, so you open the door for her and let her climb in.
<<moond "Are you coming?">> Moon asks when you don't immediately follow her into the car. You hesitate, but say, after a few seconds <<youd "Not tonight. I think we both need a good sleep.">> She looks sad at that, but nods and lets you shut the door.
<<youd "Well, tomorrow could be a better day.">> you say again to yourself, hoping you believe it.
[[You call your own taxi and head home|ProWakeupAlone]]
<</if>>\<<background ProMoonRoom>>\
<<if $sex.Fuck == false>>\
Moon doesn't remove the hand from between her legs while she uses the other to undo your belt and unzip your pants. You relax your arm enough for her to use her teeth to pull down your briefs while the hand tugs insistently at your pantlegs. She gets everything down just enough to bury her face in your crotch and you hear her inhale deeply, taking in your scent and letting out a moan indicating how it arouses her even more.
<<else>>\
Moon slides down off your lap and rests her face against your thigh. From your angle, you can see she moved a hand between her legs again, you can even hear the wet sounds of her busy fingers. You caress down the side of her face with your fingers, moving to cup her chin and tilt it up to look at you.
<</if>>\
<<youd "Are you going to take care of yourself all night?">> You ask politely, and then, less politely, grab her head with both hands and start to dry hump her face. She keeps her mouth open and tries to catch your cock head with each thrust. But to no avail as you intentionally make her miss each time.
<<moond "$you.sexName....Please~">> She starts begging. Repeating that line every few times she misses. You notice her body start to quiver and she stops trying to catch you, thinking she might be orgasming, or close to, you pull her head back and jerk it down onto your dick. Sliding the whole length over her tongue and down her throat in one smooth motion.
<video src="Media/Character/Moon/PDinnerBJ.mp4" class="left" width="50%" autoplay loop></video>
Moon flexes at the sudden intrusion, but you know her gag reflex is gone, so you hold her down and relax your hips, enjoying the feeling of her tongue sliding along the bottom of your shaft. Moon starts shaking and spasming, making desperate high pitched screams against the rod of meat blocking her voice.
<<youd "You dirty little bitch, cumming from the feeling of my cock invading your throat? Aren't you just a perfect little sex toy">> You let the dirty talk drive your own feeling on, and you can feel her nodding on your dick agreeing with everything. Sometimes you rotate your hips to feel the tightness of her throat massaging your glans without losing any depth. You let go of Moon and lay back for a time, letting her pleasure you, which she has never disappointed at doing. She plays with your balls, licking and sucking along your shaft and thighs to stimulate you entirely. The sensations build up and you can feel yourself climbing ever closer to an orgasm.
<<if $sex.Fuck == true>>\
You groan and hit your limit, grabbing Moon again and roughly penetrating her throat again. After moments, you start shooting streams of cum into her throat for what seems like minutes. When you finish, you release your grip on Moon's now disheveled hair, and your dick slides out of her mouth with a <i>POP</i>.
<video src="Media/Character/Moon/PDinnerFaceCum.mp4" class="right" width="50%" autoplay loop></video>
Moon takes a second to massage her face <<moond "Babe, my jaw hurts, but that was fucking amazing. -- I love you.">> She climbs onto your chest and snuggles against your side, kissing your neck until her breathing slows and she falls asleep. Not wanting to disturb her, you pull the thin couch blanket over the two of you and let your own breathing match hers.
[[You drift off to sleep in the arms of your girlfriend|ProMoonMorning][$stats.Cum.mouth += 1]]
<<else>>\
[[You pull out of her throat and help her climb onto your lap|ProMoonFuck]]
<<set $sex.Blowjob = true>>
<</if>><<background ProMoonRoom>>\
<<if $sex.Blowjob == false>>\
Moon crawls up on your lap, the hand between her legs leaving the growing damp spot on her panties to grope at your crotch instead. <<moond "Your pants are in the way.">> She continues to paw at your bulge, not making overt moves to go any further. But when you look from her hands to her eyes and see her mischievous gaze, she is waiting.
<<else>>
<</if>>
<<youd "If you don't get your hands busy...">> You start to say, before Moon presses forwards and kisses you hard on the lips. <<youd "MMph">> You cut off in surprise. Caught up in the sudden passion, you kiss her back and slap both hands to her ass. Pulling her tight and grinding her crotch against yours as your tongues entwine.
Your massaging leads one hand to slip between her cheeks, and you feel wetness spread onto your finger. Letting it wander up and around the thin fabric of her panties, you find her wet hole and, with slippery ease, inch it inside. She squirms at the penetration, but you keep her close with the kiss and your other hand on her lower back. Eventually she is able to break with your lips, and, breathlessly, says <<moond "Fuck, $you.firstName, fuck your finger, fuck me with something bigger.">>
<<if $sex.Blowjob == false>>\
<<youd "Someone forgot to let it out of it's cage.">>\
<<else>>\
<<youd "Then give it some room to stand, girl.">>\
<</if>>\
You curl your finger that's still inside her and pull, lightly, on the inner edge of her pussy, causing her to raise her hips to lessen the sensation <<moond "Ah~ no~">> She drops her head against your shoulder and pulls her knees in to get more lift. You stop, and turn to whisper in her ear <<youd "Your throne awaits, my queen.">> With her face over your shoulder, she can't see anything, but when you finally pull your finger out, she drops down hard onto your waiting dick.
<<moond "AHHH!~">> She screams in ecstasy shakes in orgasm<<if $sex.blowjob == 'true'>> for the second time that night.<<else>>.<</if>>
<video src="Media/Character/Moon/PDinnerSex.mp4" class="left" width="50%" autoplay loop></video>
Impaled on your rod, Moon pushes up from you and arches her back. Turning her lingerie-clad body to the heavens and moaning in endless pleasure. You watch in silent pride at her reactions to both your size and timing. <<youd "<i>This, at least, is our perfect compatibility.</i>">> you think to yourself, and begin short powerful thrusts in and out of her warm folds.
You are so worked up from her dance earlier, and the erotic play leading up to finally fucking, that you feel your limit approaching quickly.
<<if $sex.Blowjob == true>>\
<<youd "Babe. I'm getting close.">> You groan, thrusts becoming longer and with pauses between to extend your restraint. Moon counters this by bouncing her own hips down to meet your thrusts. <<moond "Yes, YES. ME TOO!">>
<<moond "Cum inside me~ Fill me up with your cream~">> She moans as you push up one more time and tense up. When she trembles on top of you, you let loose, and shoot your jizz deep into her hungry pussy. <<moond "Giveittomegiveittome~">> She cries as you fill her up. You pick up thrusting again in your final shots, causing some of the cum to overflow and turn into a white, creamy mess around both of your sexes.
<img src="Media/Character/Moon/PDinnerCreampie.webp" alt="Moon Takes Your Seed" class="right" width="50%">
Spent, Moon sinks down onto your chest and, before you even settle into the couch, you feel her even and soft breathing against your neck. She passed out from her orgasm. Not wanting to disturb the rest, you just stretch pull the reclining lever and lay back with her, sleep coming to find you in short order.
[[You drift off in the arms of your beautiful girlfriend|ProMoonMorning][$stats.Cum.pussy +=1]]
<<else>>\
Not wanting to burst so soon, you drop your hips and pull out completely. <<moond "Hey~ What-?">> At Moon's protest, you put a finger over her mouth.
[[You lift her from staddling you, and let her legs shift between your own|ProMoonBJ]]
<<set $sex.Fuck = true>>
<</if>><<widget "UpdateCheck">>\
<<if $game.version == '0.12'>>
<<set $re.Ticker = 0>>\
<<set $re.Count = 0>>\
<<set $re.Event = false>>\
<<set $re.Event2 = false>>\
<<set $game.version = '0.13'>>\
<<set $prologue={
Pbj: false,
Panal: false,
Pcpie: false,
P2D: false,
Kdin: false,
Ksex: false,
Mmom: false,
Fdom: false,
Fpol: false,
Jfree: false,
Jharem: false,
Ecall: false,
Becka: false,
}>>
<</if>>\
<</widget>>\<<background UCafe>>\
<img src="Media/Scenic/cafework.jpg" class="center" width="100%">\
You arrive at the cafe ready to make a few dollarydoos, and look for the day-manager to see what's needed. You find him coming out of the office, and he gives a nod as you near.
<<strangerd "Hey $you.firstName, what can I do you for?">>
<<youd "Just killing time before my ride comes in a few days, trying to make some cash. You have anything for me?">>
The two of you have a good relationship, and he only takes a minute to look around before waving you towards the backroom.
<<strangerd "Bussing, I'll give you 15.">>
15 dollars per hour to pick up dirty cups and wipe tables. It's not glamorous or lucrative, but for a job you can pick up whenever you want, you can't really complain.
<span id="BusTable"><<link "Get to work">>
<<replace "#BusTable">>
<<set $advanceperiod = true>>\
<<set $kim.Quest += 1>>\
You put on an apron from the backroom and get busy. As you work, the customers come and go, and at one point a pretty girl catches your eye. Giving you a smile and a look that makes you wish you weren't on the clock.
<<random 7>>\
<img @src="'Media/RandomEvents/cafe/girl' + $random + '.jpg'" class="center" width="50%">\
Nevertheless you just have to keep moving, and eventually she seems to get bored and leave.
<<youd "<i>Well, maybe she will come around again when I am here to chill</i>">>
One can only hope.
After a few hours, the work dries up and the manager waves you over to finish up.
<<strangerd "Hey, good work today. I appreciate you coming in proactively to help out.">>
You shake his hand at the praise, and he hands you a handful of cash for your time spent. When you get out of the cafe and count it out, you realize he even gave you a little extra.
<<addCash '55'>>
<</replace>>
<</link>> or <<link "turn it down and just grab a coffee">>
<<replace "#BusTable">>
<<set $re.Ticker += 1>>\
<<youd "On second thought, maybe I'll pass today. I suddenly just feel like relaxing">>
The manager looks at you incredulously before waving his hand to shoo you away.
<<strangerd "Ahhhhh why you gotta tease me, get going then. Until you buy something you're just taking up space!">> You know he's joking, kindof.
But you still follow the directions and order your drink before finding a seat. It doesn't take long for the barista to come by your table, and you settle in people watching while you enjoy your relaxing time.
<<random 7>>\
<img @src="'Media/RandomEvents/cafe/girl' + $random + '.jpg'" class="center" width="50%">\
A pretty girl smiles at you, and you smile back. She even seems to be flirting with her body language, but before you can make a move to approach, she gets up an leaves. Giving you a wink on her way out.
<<youd "<i>Ah well, next time</i>">>
You finish your drink.
<</replace>>
<</link>></span>
[[Head back to Your Room|ProYourRoom]]<<background Campus>>\
The 1st floor of your dorm is bustling when you exit the elevator. Strangely, you don't recognize anyone, though they are of the same age. Without wasting time, you start edging your way through the small clusters crowding the lobby, intent on getting outside before your slow-ass phone loads the university landing page.
<<youd "Sorry -- Oops -- Comin' through -- My bad">> You mumble each time you accidentally nudge someone. As you near the doors you see that they are propped open and there are even more people outside. While on your toes, looking over the people's heads, something soft pushes into your back and you stumble forwards. Half falling over a lanky guy in front of you and leaving you to ramble out apologies.
<img src="Media/Scenic/DormCrowd.webp" alt="Crowded Dorm" class="left" width="50%">
Upon turning around, you just see the backs of more people, and no way to tell who pushed you. There are some nice-looking girls in the crowd, you finally notice, but they are all busy in conversations so you resign yourself to get out of here.
With nothing else to do, you keep pushing forwards and eventually make it through the double-door entrance, exiting to find much of the same. <<youd "Damn, everywhere">>. The interrupting crowd put a slight damper on what was supposed to be a sunny and relaxing walk through the deciduous canopy that spreads between dorm buildings on this part of campus.
There are too many people milling around here, anyways. So you will have to decide somewhere else to spend the morning.
<<if $prologue.Pepper >= 1>>\
[[Go for a walk around campus, maybe Pepper is at the Quad|ProCampusRepeatable]]
<<elseif $day < 3>>\
[[Go to the quad and see if Pepper is dancing again|PepperMeet]]
<<else>>\
<</if>>\
<<if $prologue.Fiona == 1>>\
[[That summer course from yesterday actually seemed interesting|ProFionaApproach]]
<<else>>\
[[Walk through your old lecture halls|ProPsychDept]]
<</if>>\<<background UGym>>\
The 1st floor of your dorm is bustling when you exit the elevator. Strangely, you don't recognize anyone, though they are of the same age. Without wasting time, you start edging your way through the small clusters crowding the lobby, intent on getting outside before your slow-ass phone loads the university landing page.
<img src="Media/Scenic/DormCrowd.webp" alt="Crowded Dorm" class="left" width="50%">\
<<youd "Sorry -- Oops -- Comin' through -- My bad">> You mumble each time you accidentally nudge someone. As you near the doors you see that they are propped open and there are even more people outside. While on your toes, looking over the people's heads, something soft pushes into your back and you stumble forwards. Half falling over a lanky guy in front of you and leaving you to ramble out apologies.
Upon turning around, you just see the backs of more people, and no way to tell who pushed you. There are some nice-looking girls in the crowd, you finally notice, but they are all busy in conversations so you resign yourself to get out of here.
You eventually get outside and on your way to the gym, arriving while it's still early morning. It's an expansive facility with two floors and a full array of machines and freeweights. There are showers in the changerooms and a shared sauna separating the changerooms.
<<if $prologue.Jodie == 1>>\
[[Find Jodie|ProJodie1]]
<<else>>\
[[Start with a jog on the treadmill|ProGymFirst]]
<</if>>\
[[Go to the Sauna|ProSaunaFind]]<<widget "addCash">>\
<<= '@@.gain;' + 'You got' + '$args.raw' + 'dollars@@'>>\
<<set $you.Cash += $args[0]>>\
<</widget>>\
<<widget "addI">>\
<<= '@@.gain;' + 'You feel more Important@@'>>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + '$args.raw' + ' Influence.@@'>><</if>>\
<<set $you.Influence += $args[0]>>\
<</widget>>\
<<widget "loseI">>\
<<= '@@.lose;' + "You feel less Important@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Influence.@@">><</if>>\
<<set $you.Influence -= $args[0]>>\
<</widget>>\
<<widget "addN">>\
<<= '@@.lose;' + "Suspicion is Growing@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": +" + "$args.raw" + " Negligence.@@">><</if>>\
<<set $you.Negligence += $args[0]>>\
<</widget>>\
<<widget "loseN">>\
<<= '@@.gain;' + "Suspicion is Lessening@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": -" + "$args.raw" + " Negligence.@@">><</if>>\
<<set $you.Negligence -= $args[0]>>\
<</widget>>\
<<widget "addC">>\
<<= '@@.gain;' + "You feel more Cool@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Charisma.@@">><</if>>\
<<set $you.Charisma += $args[0]>>\
<</widget>>\
<<widget "loseC">>\
<<= '@@.lose;' + "You feel less Cool@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Charisma.@@">><</if>>\
<<set $you.Charisma -= $args[0]>>\
<</widget>>\
<<widget "addE">>\
<<= '@@.gain;' + "You feel Stronger@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Endurance.@@">><</if>>\
<<set $you.Endurance += $args[0]>>\
<</widget>>\
<<widget "loseE">>\
<<= '@@.lose;' + "You feel Weaker@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Endurance.@@">><</if>>\
<<set $you.Endurance -= $args[0]>>\
<</widget>>\
<<widget "addS">>\
<<= '@@.gain;' + "You feel like a Ninja@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Stealth.@@">><</if>>\
<<set $you.Stealth += $args[0]>>\
<</widget>>\
<<widget "loseS">>\
<<= '@@.lose;' + "You feel Clumsy@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Stealth.@@">><</if>>\
<<set $you.Stealth -= $args[0]>>\
<</widget>>\
<<widget "addT">>\
<<= '@@.gain;' + "You become more Dominant@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Tyranny.@@">><</if>>\
<<set $you.Tyranny += $args[0]>>\
<</widget>>\
<<widget "loseT">>\
<<= '@@.lose;' + "You become more Sensitive@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Tyranny.@@">><</if>>\
<<set $you.Tyranny -= $args[0]>>\
<</widget>>\<<widget "addMoonC">>\
<<= '@@.gain;' + 'Moon feels Slutty@@'>>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ': +' + '$args.raw' + ' Corruption.@@'>><</if>>\
<<set $moon.Corruption += $args[0]>>\
<</widget>>\
<<widget "loseMoonC">>\
<<= '@@.lose;' + 'Moon feels Chaste@@'>>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ': -' + '$args.raw' + ' Corruption.@@'>><</if>>\
<<set $moon.Corruption -= $args[0]>>\
<</widget>>\
<<widget 'addMoonL'>>\
<<= '@@.gain;' + 'Moon feels Affectionate@@'>>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ': +' + '$args.raw' + ' Love.@@'>><</if>>\
<<set $moon.Love += $args[0]>>\
<</widget>>\
<<widget 'loseMoonL'>>\
<<= '@@.lose;' + 'Moon feels Distant@@'>>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ': -' + '$args.raw' + ' Love.@@'>><</if>>\
<<set $moon.Love -= $args[0]>>\
<</widget>>\
<<widget "addPepperC">>\
<<= '@@.gain;' + "Pepper feels Slutty@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Corruption.@@">><</if>>\
<<set $pepper.Corruption += $args[0]>>\
<</widget>>\
<<widget "losePepperC">>\
<<= '@@.lose;' + "Pepper feels Chaste@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Corruption.@@">><</if>>\
<<set $pepper.Corruption -= $args[0]>>\
<</widget>>\
<<widget "addPepperL">>\
<<= '@@.gain;' + "Pepper feels Affectionate@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Corruption.@@">><</if>>\
<<set $pepper.Corruption += $args[0]>>\
<</widget>>\
<<widget "losePepperL">>\
<<= '@@.lose;' + "Pepper feels Distant@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Love.@@">><</if>>\
<<set $pepper.Love -= $args[0]>>\
<</widget>>\
<<widget "addEliseC">>\
<<= '@@.gain;' + "Elise feels Slutty@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Corruption.@@">><</if>>\
<<set $elise.Corruption += $args[0]>>\
<</widget>>\
<<widget "loseEliseC">>\
<<= '@@.lose;' + "Elise feels Chaste@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Corruption.@@">><</if>>\
<<set $elise.Corruption -= $args[0]>>\
<</widget>>\
<<widget "addEliseL">>\
<<= '@@.gain;' + "Elise feels Affectionate@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Love.@@">><</if>>\
<<set $elise.Love += $args[0]>>\
<</widget>>\
<<widget "loseEliseL">>\
<<= '@@.lose;' + "Elise feels Distant@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Love.@@">><</if>>\
<<set $elise.Love -= $args[0]>>\
<</widget>>\
<<widget "addJodieC">>\
<<= '@@.gain;' + "Jodie feels more comfortable with you@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Corruption.@@">><</if>>\
<<set $jodie.Corruption += $args[0]>>\
<</widget>>\
<<widget "loseJodieC">>\
<<= '@@.lose;' + "Jodie feels Chaste@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Corruption.@@">><</if>>\
<<set $jodie.Corruption -= $args[0]>>\
<</widget>>\
<<widget "addJodieL">>\
<<= '@@.gain;' + "Jodie feels Affectionate@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Love.@@">><</if>>\
<<set $jodie.Love += $args[0]>>\
<</widget>>\
<<widget "loseJodieL">>\
<<= '@@.lose;' + "Jodie feels Distant@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Love.@@">><</if>>\
<<set $jodie.Love -= $args[0]>>\
<</widget>>\
<<widget "addFionaC">>\
<<= '@@.gain;' + "Fiona feels Slutty@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Corruption.@@">><</if>>\
<<set $fiona.Corruption += $args[0]>>\
<</widget>>\
<<widget "loseFionaC">>\
<<= '@@.lose;' + "Fiona feels Chaste@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Corruption.@@">><</if>>\
<<set $fiona.Corruption -= $args[0]>>\
<</widget>>\
<<widget "addFionaL">>\
<<= '@@.gain;' + "Fiona feels Affectionate@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Love.@@">><</if>>\
<<set $fiona.Love += $args[0]>>\
<</widget>>\
<<widget "loseFionaL">>\
<<= '@@.lose;' + "Fiona feels Distant@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Love.@@">><</if>>\
<<set $fiona.Love -= $args[0]>>\
<</widget>>\
<<widget "addKaileeC">>\
<<= '@@.gain;' + "Kailee feels more Slutty@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Corruption.@@">><</if>>\
<<set $kailee.Corruption += $args[0]>>\
<</widget>>\
<<widget "loseKaileeC">>\
<<= '@@.lose;' + "Kailee feels Chaste@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Corruption.@@">><</if>>\
<<set $kailee.Corruption -= $args[0]>>\
<</widget>>\
<<widget "addKaileeL">>\
<<= '@@.gain;' + "Kailee feels Affectionate@@">>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ": +" + "$args.raw" + " Love.@@">><</if>>\
<<set $kailee.Love += $args[0]>>\
<</widget>>\
<<widget "loseKaileeL">>\
<<= '@@.lose;' + "Kailee feels Distant@@">>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ": -" + "$args.raw" + " Love.@@">><</if>>\
<<set $kailee.Love -= $args[0]>>\
<</widget>>\
<<widget 'addTownC'>>\
<<= '@@.gain;' + 'Depravity is rising in the city@@'>>\
<<if $patreon.Stats == true>><<= '@@.gain;' + ': +' + '$args.raw' + ' Corruption.@@'>><</if>>\
<<set $town.Corruption += $args[0]>>\
<</widget>>\
<<widget 'loseTownC'>>\
<<= '@@.lose;' + 'Virtue is rising in the city@@'>>\
<<if $patreon.Stats == true>><<= '@@.lose;' + ': -' + '$args.raw' + ' Corruption.@@'>><</if>>\
<<set $town.Corruption -= $args[0]>>\
<</widget>>\<<background Quad>>\
<<if $prologue.Pepper >= 1>>\
<<set $RGEAct = 'Walkaway'>>\
<<RGENum 5>>\
<<if $pepper.Flex == true>>\
<<set $pepper.Flex = false>>\
When you reach for your phone, you discover it's not in your pocket. Or in your other pocket. Panicked, you pat all around but feel no telltale shape anywhere. <<youd "Uhhh. I lost my phone.">> You blurt out, stupidly. $randomGirl.Name looks at you in much the same way as you feel, and she laughs to herself before turning around and walking away without another word. <<youd "<i>Shit.</i>">>
<</if>>
<video @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGENum + '.mp4'" class="right" width="50%" autoplay loop></video>
Passing a chance to make a friend is hard, but watching that person walk away is sometimes still enjoyable. So much so this time, that you don't notice the other person sneaking up behind you.
<<pepperd "BOO!">> A voice shouts, and sharp painful pricks lance in to your shoulders. You only jump a little, you are sure. But the voice bursts into laughter and you turn around.
<<youd "YOU! I knew it was you. Obviously!">>
But Pepper isn't having any of it <<pepperd "Hahaha! You were so focused on that girls ass, I was standing behind you for, like, 20 seconds.">> She bursts out in renewed laughter. You stand there, only a little red-cheeked, while Pepper laughs herself out. Eventually straightening and wiping a tear away from one eye, you give her a particular look with an arched eyebrow and she just grins.
<<pepperd "So!">>
....
<<youd "So....">>
....
<<pepperd "What'cha doing?">> She places her hands behind her back and swivels cutely, too cutely. <<youd "Hmmm, I was coming to look for you actually.">>
<video src="Media/Character/Pepper/PepperApproach.mp4" class="left" width="50%" autoplay loop></video>
<<pepperd "Oh isn't that sweet, I'm glad I bumped into you then">> She grabs your arm suddenly and pushes you in one direction <<pepperd "Walk with me, I need to submit some things at the administration building.">>
You hesitate for a moment, clearly wanting to go with her but the reminder of your missing phone blasting in the back of your head <<youd "Oh, uh. Yeah. I can accompany you there but actually I lost my phone and I need to go back and look for it.">>
<<pepperd "OH! That sucks, lets retrace your steps first then, no point waiting for someone to pick it up. And I can go to admin after.">>
You step along with her eagerly <<youd "Thanks Pepper, I appreciate the thoughtfullness.">>
She lightly slaps your elbow at that <<pepperd "Nonsense, of course I will help you.">> She follows the slap with a gentle touch and rubs the same spot <<pepperd "Sorry.">> Then she goes on her toes and gives you a quick peck on the cheek. <<pepperd "Let's hurry">>
You are taken by surprise at the kiss, but are too focused on looking for your phone to wonder how much that means. The two of you walk for a while, retracing your path all the way back to the dorm and chatting along the way, but you see nothing. Calling it didn't help either. The crowd had disappeared by the time you arrived.
<<youd "Damn...I definitely had it in my hand while I was walking through the lobby earlier.">>
Pepper looks dismayed and sympathetic <<pepperd "I'm sure it will turn up. Try calling a bit later, maybe it was just turned off.">>
You thank Pepper for her help and bid her goodbye as she leaves to go to deal with her papers. Maybe you were wrong about having it in the lobby. Unsure where to go next, [[you head back to your room to check.|ProYourRoom][$advanceperiod = true]]
<<if $prologue.Pepper == 1>>\
<<set $prologue.Pepper = 2>>\
<</if>>\
<<else>>\
The quad is less busy than yesterday, to your relief. The empty space lends to a quiet beauty and you let yourself have some moments during your walk to stop and take it all in. Flowers are beginning to bloom all over campus now, and the groundskeepers never let up in their efforts to bring out compelling colors and designs. <<youd "<i>There must be something beneficial to learning when surrounded by beautiful sights</i>">> You think to yourself, looking more closely and chasing that train of thought, you resolve to ask your professor about it after the break.
<video src="Media/Character/Pepper/PepperApproach.mp4" class="center" width="50%" autoplay loop></video>
<<pepperd "Pretty, isn't it?">> A familiar voice calls out. You're eyes are drawn from the flowers to see Pepper walking towards you, smiling and taking a selfie as she approaches.
<<youd "You mean the flowers, or yourself?">>
Your response causes her to burst out a laugh, <<pepperd "HA! OK, casanova. You just ruined my shot.">> Nevertheless, she looks pleased at the comment, looking you up and down as she reaches your side.
<<youd "Sorry, superstar. I would hate to disappoint your fans">>
Then Pepper pushes your shoulder and responds with a smirk <<pepperd "Oh, so you're disappointed now?">>
Not seeing a way to easily win this battle of wits, you change the subject <<youd "I was coming to see you at practice, you finished already?">>
<<pepperd "I did, and now I need a shower. You're going to come with me and take another video to fix that one you ruined.">> She immediately starts walking and expectantly beckons you to follow.
An opportunity doesn't always present itself so cleanly, and you are hardly one to refuse. <<youd "Oh? I never expected you to ask, but there is always a first time to film someone in the nude.">>
<<pepperd "AGH!">> She screeches, getting your desired effect. Then you spend the next two minutes skipping away from her while she chases and playfully attacks you. <<pepperd "Now you owe me double!">> She declares when she finally stops the game.
<<youd "Yeah, ha-ha, yeah. No problem. Let's get going">>
[[You accompany Pepper to her Dorm|ProPepperShower1]]
<</if>><<background UniHall1>>\
The walk back to the Department of Psychology gives you a considerable time to think. <<youd "<i>How do I explain yesterday?</i>">> the answer to that question in particular eludes you. You know, though, that you have to confront the issue. Ignoring it could have unforseen consequences in the coming years, and you would rather not have anything marring your record.
<video src="Media/Character/Fiona/PClassroom.mp4" class="right" width="50%" autoplay loop></video>\
You walk the same route back to the classroom where you saw the group of guys last time. This time it feels longer, but chalking that up to your worry is a pretty good guess. The doors are closed this time, and no one is waiting outside. Instead of barging in, you look through the window port in one of them. Lo-and-behold, the angry, busty teacher is inside and talking to herself, it seems.
Holding your breath, you crack the door open. A voice floats over through the newly made gap and you catch a snippet of what is being said <<fionad "...ith the concessions made by...st estimates are that hodling too long and too hard will...">> before it suddenly cuts off. You pause, unconfident about opening it the rest of the way. But the decision is made for you when you hear the telltale <i>*click*...*click*...*click...*</i> of heeled shoes approaching.
<<fionad "Yes? Is someone there?">> The teacher calls out.
[[You open the door the rest of the way|ProFionaApology]]<div class="center">\
<strong>Model Credits</strong>
Character: Moon Wu
Actress: Rae Lil Black
<a href="https://www.iafd.com/person.rme/perfid=raelilblack/gender=f/rae-lil-black.htm" target="_blank"><img src="Media/Icon/Credits/Moon.png" width="50%" align="middle"></a>
Character: (Mrs.) Jiu-Feng Wu
Actress: Rae Lil Black
<a href="https://www.iafd.com/person.rme/perfid=raelilblack/gender=f/rae-lil-black.htm" target="_blank"><img src="Media/Icon/Credits/Jiu.png" width="50%" align="middle"></a>
Character: Pepper Vega
Actress: Emily Willis
<a href="https://www.iafd.com/person.rme/perfid=emilywillis/gender=f/emily-willis.htm" target="_blank"><img src="Media/Icon/Credits/Pepper.png" width="50%" align="middle"></a>
Character: Kailee Blake
Actress: Kinsley Karter
<a href="https://www.iafd.com/person.rme/perfid=kinsleycarter/gender=f/kinsley-karter.htm" target="_blank"><img src="Media/Icon/Credits/Kailee.jpg" width="50%" align="middle"></a>
Character: Elise Reyes
Actress: Ariel Rose
<a href="https://www.iafd.com/person.rme/perfid=arielrose/gender=f/arial-rose.htm" target="_blank"><img src="Media/Icon/Credits/Elise.png" width="50%" align="middle"></a>
Character: Jodie Kovacs
Actress: Sharon White
<a href="https://www.iafd.com/person.rme/perfid=sharonwhite/gender=f/sharon-white.htm" target="_blank"><img src="Media/Icon/Credits/Jodie.png" width="50%" align="middle"></a>
Character: Fiona Guerrera
Actress: Bridgette B
<a href="https://www.iafd.com/person.rme/perfid=bridgetteb/gender=f/bridgette-b.htm" target="_blank"><img src="Media/Icon/Credits/Fiona.png" width="50%" align="middle"></a>
</div>
<<set $answer to "">>\
<strong>If you have access to a Patron-only Advantage, enter it in the textbox below</strong>
<<textbox "$answer" "">>
<div class="advantageButton">\
<<button "Submit">>
<<if $answer is "">>\
<<script>>UI.alert("Please enter a password.");<</script>>
<<else>>\
<<if $answer == 'myhammerismypenis'>>\
<<set $patreon.Stats = true>>
<<script>>UI.alert("Stat Hints Activated.");<</script>>
<<else>>\
<<goto "Patrons">>
<</if>>\
<</if>>\
<</button>>\
</div>\
If you want access to advantages (cheats), or you want your name to be displayed here please support me through Patreon!
<div class="spaced">
<a href="https://patreon.com/AmanOC" target="_blank"><img src="Media/Icon/bannerPatreon.png" width="50%" align="middle"></a>
</div><strong>Where you like to stick it:</strong>
<div class="boxed">\
<strong>Handjob</strong>
You've gotten $stats.Handjob Handies.
</div>
<div class="boxed">\
<strong>Blowjob</strong>
You've received a Blowjob $stats.Blowjob times.
</div>
<div class="boxed">\
<strong>Titjob</strong>
You have stuck your dick between $stats.Titjob Tits.
</div>
<div class="boxed">\
<strong>Assjob</strong>
You've paired Hotdog to Bun $stats.Assjob times.
</div>
<div class="boxed">\
<strong>Pussy</strong>
You got your dick wet $stats.Pussy times.
</div>
<div class="boxed">\
<strong>Anal</strong>
You've gone Offroading $stats.Anal times.
</div>
<strong>Where you like to shoot it:</strong>
<div class="boxed">\
<strong>Face</strong>
You have applied $stats.Cum.face Facials.
</div>
<div class="boxed">\
<strong>Mouth</strong>
You given $stats.Cum.mouth Throatpies.
</div>
<div class="boxed">\
<strong>Tits</strong>
You've created $stats.Cum.tits Pearl Necklaces.
</div>
<div class="boxed">\
<strong>Ass</strong>
You've made $stats.Cum.ass Frosted Cinnamon Buns.
</div>
<div class="boxed">\
<strong>Pussy</strong>
You have creampied a pussy $stats.Cum.pussy times.
</div>
<div class="boxed">\
<strong>Anal</strong>
You have mixed $stats.Cum.asshole Brownies.
</div>
<<background UGym>>\
<<if $re.Count == 0>>\
You don't have to look for long. You find Jodie beside another gymgoer, chatting while he occupies a machine. She notices you before you get close, though, and waves you over.
<video src="Media/Character/Jodie/Greasy.mp4" class="left" width="50%" autoplay loop></video>\
\
<<jodied "Hey, $you.firstName! This is Tyler, we're doing our trial session.">> The guy glares at you as she talks and, when Jodie turns to him, you return it with one of you own. She tilts her head and looks back at you <<jodied "He saw us together yesterday and said it convinced him to get a trainer too! Isn't that great?">> She innocently asks, clearly expecting you to be as excited as she is. You smile, not wanting to let her feel the building tension.
<<youd "Totally great, it's always good to have new <i>clients</i>.">> The emphasis on your voice draws a renewed dirty look from the sweaty, creepy looking guy.
He finally chimes in <<strangerd "Yeah, I really knew I needed some one-on-one time with her. So I'm pretty lucky that today there was a <i>gap</i> in her schedule that I could eagerly <i>fill</i>">> He smiles at her and you can almost see the grease dripping off him.
<<youd "<i>Slimy trash. But Jodie is so oblivious, she definitely doesn't see through it</i>">> your inner voice has an easy time convincing you to stick around and not let him have that one-on-one he wants. But you can't think of how to stay without being totally disruptive.
<<strangerd "So, if you don't mind, we need to get back to it. You can do your own workout">> Tyler waves you off and nods to Jodie. Unfortunately for him, her innocence works both ways.
<<jodied "Oh nonsense, it's not a bother, and this will be a good opportunity to show you both a thing or two about working out">> She winks at that and thrusts her arm straight out with her thumb up, posing like an overly optimistic anime character.
[[I would love to stick around and help!|ProJodie1][$re.Count += 1]]
<<elseif $re.Count == 1>>\
Despite the guy's protest, he wasn't paying yet after all, you stick around and stand close to Jodie while he does his sets. From time to time Jodie bumps in to you as she corrects his form and demonstrates. <<jodied "$you.firstName, you should pay attention too">> She says as she is giving an example of a full range squat. <<jodied "Get low so you can really see when I engage my glutes in the motion.">> She orders. So you dutifully lay on your back and look up as she raises and lowers her ass above your face.
<video src="Media/Character/Jodie/AccTouch/AssClose.mp4" class="center" width="50%" autoplay loop></video>
Tyler is starting to turn red, with jealousy probably, but you don't care and just enjoy the view until she finishes and [[makes him do another set.|ProJodie1][$re.Count += 1]]
<<elseif $re.Count == 2>>\
<<random 2>>\
<<jodied "Y'all want to do something else and rest your legs?">>
<<strangerd "Ok, let's do press, I'll need you to spot me.">> Tyler insistently suggests.
You speak up immediately after though, and draw a dirty look.
<<youd "I think we should do something high energy, maybe work on the bags">> Jodie is nodding in agreement halfway through your suggestion and starts walking towards the boxing corner before you even finish. Tyler elbows past you while you are grabbing your towel, and when the two of you catch up to Jodie, she has already gloved herself up and hands a pair to the jerk.
<<jodied "You take this bag, I'll work the one behind you. Since there are only two, $you.firstName'll have to wait for a turn.">> Tyler protests but Jodie assures him that the height of the bags is already matched for a taller or shorter person. You take up position behind Jodie and, to your surprise, she pulls down her shorts.
<<youd "What are you doing?">>
<<jodied "It's more comfortable for this exercise">> she replies matter-of-factly, and doesn't notice your maneuvers to get a better look at the panties she has on today.
While you are still perving on her ass, Jodie starts to box, and every so often her ass bumps right against your bulge. Whether she notices or not, with each punch, she draws a little closer. Before long, she is rubbing your cock with her thinly-clad bottom with every movement.
<video @src="'Media/Character/Jodie/AccTouch/Butt' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>
You thrust back against her ass and enjoy the feeling of her oblivious dry-humping until she finishes her exercise and [[turns to hand you the gloves|ProJodie1][$re.Count += 1]]
<<elseif $re.Count == 3>>\
<<random 2>>\
You finish your last punch to find Jodie has donned her shorts again, much to your enjoyment that Tyler didn't seem to have noticed they were ever off. You throw on a red shirt to absorb the sweat while you cool down, and move to do some work on the kettle bells as it seems Tyler is too tired and needs a break. You are totally fine with showing up this wannabe gym-rat, and get to work.
Jodie sneaks up on you while you are in-between sets and whispers <<jodied "I don't think you were watching my squats close enough, before.">> making you jump in surprise <<jodied "Hehe!">> She giggles <<jodied "Give me that, get in front and watch again. Use your hands to feel my glutes this time.">>
<video src="Media/Character/Jodie/AccTouch/Squat0.mp4" class="center" width="50%" autoplay loop></video>
Of course you add in a little unecessary squeezing while she demostrates, but Jodie doesn't seem to mind...or even notice. When she finishes instructing you, you keep going with the exercise until Tyler gets off his ass and interrupts your last set.
<<strangerd "OK. Benchpress time, bitches!">> he blurts out with as much bravado as he can muster.
<<jodied "Excuse you mister! Language!">> Jodie chastises him, but still [[motions him over to the benches.|ProJodie1][$re.Count += 1]]
<<elseif $re.Count == 4>>\
The bench press starts off pretty intense. Tyler is clearly eager to one-up you. Since there are three of you, Jodie suggests that she watch and assess while you spot him. <<strangerd "NAH, I want you to spot me, girl">> He declares loudly while pointing at you <<strangerd "I don't want this amateur to make a mistake and get me hurt">> Then he sits down on the bench with a thump and gets positioned under the bar he set up.
<video src="Media/Misc/PBenchFail.mp4" class="left" width="50%" autoplay loop></video>\
After seeing his first rep, it doesn't take a genius to see that he overloaded his bar, and even less so to see that Jodie can't handle spotting him at this weight. You keep an eye on her for what you are sure is going to happen. And before long, he is struggling to get the bar back up to rack height. You take a step forwards when you see his arms wobble, and jump to grab it as he suddenly drops the entire thing down on his own chest. Jodie moves quickly out of your way while you grab the bar and use your legs to lift the thing back up.
<<youd "Idiot, that's why I should have been spotting you. Damn.">> He coughs lightly as he sits up, luckily you saw it coming and reacted fast.
<<strangerd "<i>Cough</i>...Ugh....Fuck...That hurt.">> He grumbles <<strangerd "Then you should've insisted, man. I could have been seriously hurt">>
Not willing to let him blame you for something that was entirely his fault, you take a step back and turn to Jodie <<youd "Hey, I don't want to argue with this guy, and I'm just a student anyways. Can you deal with it?">> She seems happy to oblige and gets the guy up off the bench and walking over to the first-aid area. You sit down on the bench yourself shaking your head at what just happened. Not wanting to waste time commiserating, you fix the situation with the weights, to something you can handle without a spotter, and [[get your own set underway.|ProJodie1][$re.Count += 1]]
<<elseif $re.Count == 5>>\
<<random 2>>\
Jodie ends up coming back to find you still working out <<jodied "Oh, good, you weren't put off by that">> She steps up above your head and stares down into your eyes <<jodied "I didn't expect him to have such a thorn in his foot">> she laughs. <<jodied "But that's okay, we can still finish off the hour I set aside for this">>
You finish your set and switch positions with her, taking off half the weight as you do. You spot Jodie easily, and she chats with you in between sets. At one point, she drops her hands off the bar, but when she reaches back up to grab it she ends up holding on to something else entirely.
<video @src="'Media/Character/Jodie/AccTouch/Dick' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>
<<jodied "The bar is getting so warm from the workout.">> She states innocently <<jodied "I like it when it's warm, cold ones are uncomfortable">> You start down at her rubbing your cock through your shorts, nodding at the explanation but unsure of even how to respond. So you don't. You listen while she continues talking about different aspects of bench press and even push your hips forward a bit to give her a better grip on your whole shaft, now clearly visible through the fabric to anyone who cares to look directly.
Jodie adjusts her hand on the bar and lets go of you, luckily before you end up cumming. Then she starts her next set, totally unaware of what she was just doing to you. It takes a second for you to come down from your high and get your hands in position under the bar, but you do. And the rest of your time at the bench [[ends without anything further|ProJodie1][$re.Count += 1]]
<<elseif $re.Count == 6>>\
<<set $re.Count = 0>>\
<<advanceperiod 1>>\
Jodie helps you finish the last of the exercises you wanted to do today, and you head towards the change rooms together.
<<youd "That ended up being pretty fun, despite the hiccup in the middle.">> You look at Jodie and she catches your eye.
<<jodied "Yeah~ It seems really fun when you are around. What are you doing now?">> With everything that has happened up to this point, you aren't quite sure how to take that question. But you consider that it's probably just friendly curiosity.
<<youd "Well I was going to go look for a friend of mine who I have been in a little fight with.">>
Jodie looks surprised <<jodied "Really, you seem so laid back, I didn't expect you would get in a fight with a friend">>
You wave your hands in a calming gesture at her assumption <<youd "No no, not like...">> for some reason, Jodie takes this as an opportunity to grab your hands. <<youd "Whoah, huh!?">> You are taken by surprise when she claps them together, and then releases her grip. <<youd "I am...so confused right now.">> You mumble to yourself and Jodie begins to laugh.
<<jodied "Hahahaha~ It felt like the right thing to do in the moment.">> You are still staring at your hands in confusion when she steps up to you, face inches from yours, and leans down to look directly up into your eyes. <<jodied "Hello~ Earth to $you.firstName">>
<<youd "Huh. Okay.">> You relax and give her a curious look, which makes her smile and wink, leaving you even more unsure than before <<youd "<i>Right when I thought I had something figured out about this girl</i>">>
She doesn't give you time to get your balance back, though. Instead, she turns towards the girls changeroom <<jodied "You're fun, I'm free tomorrow if you come find me in the afternoon.">> She skips away while speaking over her shoulder.
<<youd "<i>Why am I aroused right now?</i>">> you think to yourself in a daze.
[[You shower and change and wander out of the gym|ProKaileeMeet][$stats.Handjob += 1]]
<</if>>\<<background Quad>>\
<<randomGirl>>\
<<set $randomGirl.Age = 'coed'>>\
<<set $RGELoc = 'park'>>\
<<set $RGEAct = 'introduce'>>\
<<set $randomGirl.Tone = 'light'>>\
<<RGENum 5>>\
<<RGE 3>>\
<<random1 4>>\
<<random2 3>>\
<<random3 3>>\
<<random4 3>>\
<<if $day == 2>>\
You leave the area around your dorm, seeking some peace and quiet. The campus in general is like a big sprawling park littered with copses of trees and water features. In two years, you havent spent meaningful time at all of them, so you are sure there are still a few hidden spots to discover. \
<<else>>\
You go for a walk through the various parks of campus, enjoying the pleasant $time weather. \
<</if>>\
<<if $RGENum == 0 or $RGENum == 1>>\
<<set $randomGirl.Attitude = 'reserved'>>\
You come across a girl standing by herself, taking in the scenery but generally being unaware of others in the park until you come near.
<<pickOneShy "Oh, hello...I didn't see you there." "AH! You scared me!" "Oh, a man...">> She says in surprise. The girl looks quite unsure of herself, and stares at you as if expecting you to jump at her.
<<elseif $RGENum == 2 or $RGENum == 3>>\
<<set $randomGirl.Attitude = 'outgoing'>>\
You see a girl staring at you from across a grassy patch, and when you make eye contact, she smiles. You are enjoying the weather and enjoying the attention, so you walk over.
<<pickOneCool "Good $time. It's a lovely day, isn't it?." "Not many people come around this way, color me pleasantly surprised." "I didn't expect to see something more interesting than the flowers when I came out for a walk.">> She is clearly full of confidence, and seems interested to make your acquaintance. Being pretty certainly helps her chances.
<<else>>\
You come across a girl who is enjoying the sun in her own special way, and the sight is something to behold. She notices you watching and beckons you over.
<<pickOneSlut "It makes me happy that you're watching me, I'm $randomGirl.Name" "It's a hot day, isn't it? Too hot to overdress" "I like what I see too">> she says with a wink and a little twist to show you more.
<</if>>\
<<if $town.Corruption >= 40>>\
<<randomSet 5>>\
<<if $randomSet == 0>>\
<<RGE 10>>
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<elseif $randomSet == 2>>\
<<Corr3vSet>>
<<elseif $randomSet == 3>>\
<<Corr4vSet>>
<<else>>\
<<Corr5vSet>>
<</if>>\
<<elseif $town.Corruption >= 30>>\
<<randomSet 4>>
<<if $randomSet == 0>>\
<<RGE 10>>
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<elseif $randomSet == 2>>\
<<Corr3vSet>>
<<else>>\
<<Corr4vSet>>
<</if>>\
<<elseif $town.Corruption >= 20>>\
<<randomSet 3>>
<<if $randomSet == 0>>\
<<RGE 10>>
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<else>>\
<<Corr3vSet>>
<</if>>\
<<elseif $town.Corruption >= 10>>\
<<randomSet 2>>\
<<if $randomSet == 0>>\
<<RGE 10>>
<<Corr1iSet>>
<<else>>\
<<Corr2iSet>>
<</if>>\
<<else>>\
<<RGE 10>>
<<Corr1iSet>>
<</if>>\
<<if $RGENum == 0 or $RGENum == 1>>\
<<pickOneYou "Sorry, I didn't mean to startle you. I'm $you.firstName." "Oh, Hi there. I'm $you.firstName, are you enjoying the weather?" "It's a beautiful day today, and meeting a beautiful girl just makes it moreso.">>
You hold out your hand as you greet her, but the girl looks away shyly.
<<elseif $RGENum == 2 or $RGENum == 3>>\
<<pickOneYou "Well, it's a beautiful day for a stroll, and a lovely day to meet you, I'm $you.firstName" "Hey, I'm $you.firstName, it's a nice day to come across two beautiful sights at once." "You were waiting, and I was looking, now here we are.">> You hold out your hand to greet her.
<<coold "$randomGirl.Name, nice to meet you">> she responds, and ,instead of saying more, just looks at you expectantly.
<<else>>\
You look the girl up and down as she moves, showing off her curves and skin.
<<pickOneYou "A nice surprise to come across someone so outgoing." "What made you choose this outfit today? But I'm not complaining" "It's a damn good thing I came out here today.">> You say, causing her to giggle and hold out her hand.
<<slutd "I'm $randomGirl.Name.">>
When you take her hand and give it a kiss, she giggles again and pushes her butt against you.
<</if>>\
You could try to <<linkappend "flirt with her.">>
<<if $you.Charisma >= 1>>
<<set $RGEAct = 'flirt'>>\
<<if $RGENum == 0 or $RGENum == 1>>\
<<pickOneShy "Uhm, nice to meet you...are you...a student here?" "Okay. I'm $randomGirl.Name...." "I haven't seen you around before. What's your year?">> She takes your hand timidly, but still gives it a warm shake. You step up beside her and lean over the railing, she tenses up at the close proximity, but doesn't pull back. Instead, she moves in a way that gives you a really nice view.
<<elseif $RGENum == 2 or $RGENum == 3>>\
<<pickOneYou "I like people who are confident" "You seem like you know what you want" "Did anyone ever tell you that you are exactly what they're looking for?">> Your words cause her to smirk, but you can tell they had the intended effect. The girl in front of you starts twisting playfully and looks you up and down.
<<else>>\
<<slutd "I'm $randomGirl.Name, but you can call me baby if you want to.">> She says with a fake innocence. <<pickOneSlut "If you do, I'll call you whatever you want." "Is that okay with you, $you.sexName?" "Do you want me to call you Daddy?">>
You take her forward nature for what it is and see how far you can push, <<youd "You're wearing a little too much for this weather, Baby.">> To your pleasure, she follows the hint and teases you with a flash.
<</if>>\
<<if $town.Corruption >= 40>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<elseif $randomSet == 2>>\
<<Corr3iSet>>
<<elseif $randomSet == 3>>\
<<Corr4iSet>>
<<else>>\
<<Corr5iSet>>
<</if>>\
<<elseif $town.Corruption >= 30>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<elseif $randomSet == 2>>\
<<Corr3iSet>>
<<else>>\
<<Corr4iSet>>
<</if>>\
<<elseif $town.Corruption >= 20>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<else>>\
<<Corr3iSet>>
<</if>>\
<<elseif $town.Corruption >= 10>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<else>>\
<<Corr2iSet>>
<</if>>\
<<else>>\
<<Corr1iSet>>
<</if>>\
<<set $RGEAct = 'flash'>>\
<<if $RGENum == 0 or $RGENum == 1>>\
<<pickOneYou "You are so beautiful, I almost didn't notice the bridge when I walked up." "I'm a 2nd year, and you must be a freshman because I don't remember seeing someone so pretty among my classmates.">> Your comments cause her to blush, and you take the opportunity to put an arm around her back and pull her into you. This causes her to gasp and look up into your eyes, but again, she doesnt pull back. She goes on her toes to whisper in your ear, and gives you something to look at.
<<elseif $RGENum == 2 or $RGENum == 3>>\
<<pickOneCool "I like people who are confident too, and take what they want." "Are you looking for this?" "There are so many beautiful flowers around here, aren't there?">> she answers you playfully and, with a coy look, repositions to point at the flower patch. When you look away from the flower and back to her, you realize what she was trying to show you all along.
<<else>>\
<<pickOneSlut "How's that $you.sexName, want something more?" "You keep looking at me like I'm a snack. Do you eat ass, Mr Big Bad Wolf?" "Stop undressing me with your eyes, use your hands instead.">> She says in sultry tones, inviting you to touch with a curled finger.
You step up to her and oblige, pawing at her body and receiving her horny touches in return.
<</if>>\
<<if $town.Corruption >= 40>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<elseif $randomSet == 2>>\
<<Corr3vSet>>
<<elseif $randomSet == 3>>\
<<Corr4vSet>>
<<else>>\
<<Corr5vSet>>
<</if>>\
<<elseif $town.Corruption >= 30>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<elseif $randomSet == 2>>\
<<Corr3vSet>>
<<else>>\
<<Corr4vSet>>
<</if>>\
<<elseif $town.Corruption >= 20>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<else>>\
<<Corr3vSet>>
<</if>>\
<<elseif $town.Corruption >= 10>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<else>>\
<<Corr2iSet>>
<</if>>\
<<else>>\
<<Corr1iSet>>
<</if>>\
You could try to <<linkappend "show you something more.">>
<<if $you.Charisma >= 2>>\
<<set $RGEAct = 'strip'>>\
<<if $RGENum == 0 or $RGENum == 1>>\
<<pickOneShy "I've never done something like this before." "Do you like me? I think I like you too." "Will you call me later?">> She says, naively. Everyone gets their first experiences somewhere, and you are too turned on to slow down now.
<<pickOneYou "Let's get some of these clothes out of the way." "Don't worry babe, I'll take care of you." "You're the only thing on my mind right now, you and the cute body you are hiding under there">>. She is excited by your lust-filled voice and helps you strip off more.
<<elseif $RGENum == 2 or $RGENum == 3>>\
<<pickOneCool "Since you are so cool, I guess I can show you more" "If you wanted to see me so badly, you should have just asked from the start" "Fallen in love already? Alright, I'll give you a treat">> $randomGirl.Name states comfortably, pretending like she is still leading the situation. Her clothes come off either way.
<<else>>\
<<pickOneSlut "God, you're so good with your hands." "A handsome guy has no right to be so skillful." "Fuck, I'm getting so wet.">> $randomGirl.Name says to the sky, you just grin and keep touching while she grasps at your crotch and works to free your throbbing dick. When it's finally out, she wastes no time.
<<set $stats.Handjob += 1>>\
<</if>>\
<<if $town.Corruption >= 40>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<elseif $randomSet == 2>>\
<<Corr3vSet>>
<<elseif $randomSet == 3>>\
<<Corr4vSet>>
<<else>>\
<<Corr5vSet>>
<</if>>\
<<elseif $town.Corruption >= 30>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<elseif $randomSet == 2>>\
<<Corr3vSet>>
<<else>>\
<<Corr4vSet>>
<</if>>\
<<elseif $town.Corruption >= 20>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<else>>\
<<Corr3vSet>>
<</if>>\
<<elseif $town.Corruption >= 10>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<else>>\
<<Corr2iSet>>
<</if>>\
<<else>>\
<<Corr1iSet>>
<</if>>\
You could <<linkappend "see how far you can push her.">>
<<if $you.Charisma >= 3>>\
<<set $RGEAct = 'pussy'>>\
<<if $RGENum == 0 or $RGENum == 1 or $RGENum == 2 or $RGENum == 3>>\
Your silver tongue is yielding fruit. Young, ripe, pink fruit.
The girl lets you stare at her peach.
<<else>>\
You grab the slutty girl in front of you and push her down gently but firmly. <<pickOneYou "Get on your knees baby, time to lick daddy's lolly" "Taste the rainbow, girl" "I don't know what you planned on having for lunch, but I'll help you go straight to dessert">>
She opens her mouth wide.
<<set $stats.Blowjob += 1>>\
<</if>>\
<<if $town.Corruption >= 40>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<elseif $randomSet == 2>>\
<<Corr3vSet>>
<<elseif $randomSet == 3>>\
<<Corr4vSet>>
<<else>>\
<<Corr5vSet>>
<</if>>\
<<elseif $town.Corruption >= 30>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<elseif $randomSet == 2>>\
<<Corr3vSet>>
<<else>>\
<<Corr4vSet>>
<</if>>\
<<elseif $town.Corruption >= 20>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<elseif $randomSet == 1>>\
<<Corr2iSet>>
<<else>>\
<<Corr3vSet>>
<</if>>\
<<elseif $town.Corruption >= 10>>\
<<if $randomSet == 0>>\
<<Corr1iSet>>
<<else>>\
<<Corr2iSet>>
<</if>>\
<<else>>\
<<Corr1iSet>>
<</if>>\
<<else>>\
@@.lose;You don't seem to be Charismatic enough.@@
<<youd "I got a little carried away...">>
<</if>>\
<</linkappend>>
<<else>>\
@@.lose;You don't seem to be Charismatic enough.@@
<<youd "Sorry for being too bold...">>
<</if>>\
<</linkappend>>
<<if $re.event == false>>\
<<youd "Maybe I could get your number though?">> [[You take out your phone|PepperMeet][$pepper.Flex = true]]
<</if>>\
<<else>>\
@@.lose;You don't seem to be Charismatic enough.@@
<<youd "Sorry to bother you">>
<</if>>
<</linkappend>>
<<if $re.Event == true>>\
<<set $re.Event = false>>
[[Walk around campus some more|ProCampusRepeatable][$re.Event = true]]
[[Head back to your Dorm|ProYourRoom][$advanceperiod = true]]
<<else>>\
[[You bid the girl goodbye and she walks away|PepperMeet]]
<</if>>\This window is for debug purposes <strong>Only</strong>. If you click to proceed, you have no one but yourself to blame. Some variables can get messed up or modified in unpredictable ways and may break your progression or lock you out of content.
<strong>Do Not click on the link below if you want to maintain integrity of your save file</strong>
[[Debug 101|Debug101]]<<background Debug>>\
There's nothing here, boss.
<<set $prologue.Kailee = 4>>
<<set $prologue.Pepper = 4>>
<<set $prologue.Fiona = 2>>
<<set $prologue.Jodie = 2>>
<<set $day = 3>>
<<set $period = 0>>
[[ProYourRoom]]<<background Campus>>\
<img src="Media/Character/Kailee/KaileeMeet.jpg" class="right" width="50%">\
You are only walking a short time before you see someone you vaguely recognize. It seems she recognizes you too, because when you make eye contact, she suddenly becomes animated and waves at you excitedly.
<<kaileed "HEY! HEY~ $you.firstName!">> She shouts while she's jumping up and down. Her efforts got your attention obviously enough, so you walk up to her while she fishes around in her purse <<kaileed "Wow. I'm glad to find you, I think I found your phone?!">> She exclaims.
<<youd "Oh, seriously? Thank you!.">> She still hasn't finished looking through her purse, but your face brightens and your posture relaxes immediately. <<youd "How did you know it was mine?">>
<<kaileed "Oh, well Elise called you after I found in the lobby of our dorm...I knew the caller ID so I kindof....answered it....sorry.">> She finally pulls it out of her bag and hands it to you with a sheepish shrug.
<<youd "Hey, no. No problem. I appreciate it so much...uhhh..">>
<<kaileed "Kailee.">> She replies as she holds out her hand <<kaileed "Kailee Blake...We actually met before.">> Her reminder doesn't kickstart your memory and you just have to return a sheepish shrug of your own.
<video src="Media/Character/Kailee/ProKaileeWalk.mp4" class="left" width="50%" autoplay loop></video>\
<<youd "Humm, sorry...I should remember you but...yknow">> You unlock your phone to find a couple missed called from Elise and a few other messages, but you put your phone back in your pocket and focus on Kailee.
Your mom raised you right and Kailee did you such a big favour, so you ask <<youd "I really am thankful for the assist. Can I repay you somehow? Lunch or...?">>
Kailee looks uncomfortable for a second, but it vanishes quickly and she just waves you off <<kaileed "No, it's alright, I'm just glad I could help out a friend. Call Elise though, she seeme pretty intent on getting ahold of you.">>
You just nod at that, still thinking if you can push for lunch. But Kailee turns around pretty quickly and waves over her shoulder <<kaileed "I have to go so don't lose it again! Bye~">>
Without any real reason to insist she stay, you just take your phone out as Kailee walks away, and go to your missed calls to get ahold of Elise.
[[Call Elise|ProElisePhone]] <<widget "pickOneYou">><<nobr>>\
<<set $_choiceNumber = Math.floor(Math.random()*$args.length)>>
<<= '<span style="color:' + $you.Color + '">' +$args[$_choiceNumber] + '</span>'>>\
<</nobr>><</widget>>
<<widget "pickOneSlut">><<nobr>>\
<<set $_choiceNumber = Math.floor(Math.random()*$args.length)>>
@@.slut;"$args[$_choiceNumber]"@@
<</nobr>><</widget>>
<<widget "pickOneCool">><<nobr>>\
<<set $_choiceNumber = Math.floor(Math.random()*$args.length)>>
@@.cool;"$args[$_choiceNumber]"@@
<</nobr>><</widget>>\
<<widget "pickOneShy">><<nobr>>\
<<set $_choiceNumber = Math.floor(Math.random()*$args.length)>>
@@.shy;"$args[$_choiceNumber]"@@
<</nobr>><</widget>><<background UniHall1>>\
You take a deep breath, and open the door fully before the teacher makes it across the room.
<video src="Media/Character/Fiona/PAngry.mp4" class="right" width="50%" autoplay loop></video>\
<<youd "Hi, I'm really so--">>
<<fionad "YOU!">> She picks up her pace to reach you <i>*click*...*click*..</i> <<fionad "YOU PIG!">> She shouts in the final few steps.
<<youd "I'm really sor-">><i>*SLAP*</i>
Pain blossoms across your cheek.
As unexpected at the slap was, when the teacher draws back for a second swing you gather your wits with enough time to reach out and catch her arm halfway to its target. <<fionad "AAAGH">> She growls at you while struggling against your grip, but you hodl fast.
<<youd "Now wait a second!">> You try to head off her anger, but she looks to be seeing red and reaches toward you with the other hand and grabs...your crotch?...<<youd "<i>Huh</i>">>
<<fionad "Since you are too weak to do what you should've done yesterday, I am just going to do it for you!">> She mutters angrily. In your shock, you release her one arm, and she uses it promptly to work both on getting your belt undone and fly unzipped.
<<youd "What the hell is happenening?">>
<<youd "Am I in a fucking porno?">> The teacher just glances up at you and smirks in between her mutters. <<youd "Where are the cameras, is this a set I crashed yesterday?">> Desperately searching for answers as to why a strange teacher in a university classroom has your pants undone and is edging them, and your boxers, down your legs.
<<fionad "No, boy. None of that. You interrupted ME. You excited ME. And you ran away like a little bitch instead of being a man and following through with your teasing.">> With each word, your head goes reeling further. But every ride stops eventually, and yours stopped when her hand finally wrapped around your rapidly hardening dick.
<video src="Media/Character/Fiona/PDickGrab.mp4" class="left" width="50%" autoplay loop></video>\
Before you hurt yourself in confusion, you snap out of it. And you grab both shoulders and push her backwards against the wall to your left. She barely backpedals fast enough to not slip, but she makes it, and hits the wall with a soft. <i>*thump*</i>
<<fionad "Yes~ papi~ Take me.">> She croons as her eyes change from angry and contemptuous to sultry and intense in a single blink.
Your confusion threatens to return. <<youd "<i>She...Wants this?</i>">> as you wonder exactly what situation you sought out by coming back here. But before you come up with an answer, she presses forward and kisses you hard on the lips. <<youd "Mmmpfh.">> A sound escapes your locked lips, and she moans into it.
Resolved to finally take a breath, and with alarm bells banging around in your head. You wrest your head back away from her and hold her tightly against the wall. <<youd "FUCK, STOP!">> Your command falls deaf against her lusty gaze. <<youd "I dont know what the hell is happening, but neither of us it getting raped today!">> your look hardens and the silence drags on, but eventually she relaxes in your grip.
<<youd "I'm going to let go of you now, and you are going to stay put! And we are going to talk">> After a few seconds without reply, you release the teacher's arms and take a few steps back. She pouts as you retreat, but stays where you leave her.
<<fionad "A pity">> you catch a barely perceptible whisper before she takes her arms down and folds them under her ample breasts.
With a sigh, you raise your hands a little and look her straight in the eye.
<<youd "Ok.">> [[Let's start over|ProFionaIntroduction]]<<background UniHall1>>\
<video src="Media/Character/Fiona/PDoll.mp4" class="right" width="50%" autoplay loop></video>\
The teacher watches you with the slightest hint of disappointment still lingering in her expression. You take a moment to gather your thoughts but start where any proper introduction does.
<<youd "I'm $you.firstName. And what should I call you?">>
She looks you up and down with a dismissive glance and declares <<fionad "Yesterday you could have called me Muñeca, but after this....display...you will speak to me as Ms. Guerrera">>
[[You call her Ms. Guerrera|ProFionaPolite]]
[[You call her Muñeca|ProFionaDominant]]
<<set $prologue.Fiona += 1>>\
<<background ProYourDorm>>
Have fun, and rememember you need to save <strong>BEFORE</strong> this point.
[[Work out with Jodie|TempGym]]
[[Go to the Sauna|TempSauna]]
[[Walk around Campus|TempCampus]]<<background UGym>>\
<<random 3>>\
<<random1 5>>\
<<if $random == 0>>\
Jodie shows off her stretching technique to you in between sets.
<<jodied "Are you watching carefully, $you.firstName?">> You balance between checking her form and checking her 'assets' <<jodied "If you don't stretch properly you can easily hurt yourself. Don't be shy, get a good look.">> You lean in closer at her insistence and take it all in.
<<elseif $random == 1>>\
While you are cooling off, Jodie takes you over to a treadmill.
<<jodied "Since you had that little spill last time, why don't you watch me to make sure your walking form is right?">> She suggests. You nod along and watch respectfully until you make eye contact and she points at her hips <<jodied "Hey! Don't look at my face, you have to watch how I'm moving.">> She urges, matter-of-factly.
<<elseif $random == 2>>\
Jodie spots you through some lifting exercises before taking you to another spot in the gym.
<<jodied "Since I'm training you for free, you can check me too">> She proceeds to do her own exercises while you take a good, careful look at her 'form'. <<youd "Yeah, Jodie, looks good...">> You lean in and put your face within inches of her sweaty, glistening body. <<youd "...Looks real, real good">> You say, softly, as you resist reaching out to touch her...
...Barely.
<</if>>\
<video @src="'Media/Character/Jodie/Workout/' + $random + $random1 + '.mp4'" class="left" width="50%" autoplay loop></video>
[[Do another exercise|TempGym]]
[[Go shower and head back to your dorm|TempRoom]]
<<background USauna>>
<<random 11>>\
You enter the sauna and find a pleasant scene inside. A beautiful girl is enjoying the steam as well. While she isn't naked, what she is wearing doesn't leave much to the imagination. You sit down across from her and try to ignore the rising pressure under your towel. You notice a smile curl the edges of her mouth and you think you catch her glancing down.
<img @src="'Media/RandomEvents/Sauna/Sauna' + $random + '.webp'" class="center" width="50%">
Neither of you makes a move, though, and before long, she gets up to leave. She winks and gives a little shake and jiggle as she passes from view. <<youd "<i>Sigh</i>...College girls are <i>AWESOME</i>">> You declare into the steam.
[[You decide stay a little while longer|TempSauna]]
[[You leave the sauna and go back to your dorm|TempRoom]]
<<background Quad>>\
<<randomGirl>>\
<<set $randomGirl.Age = 'coed'>>\
<<set $RGELoc = 'park'>>\
<<set $RGEAct = 'introduce'>>\
<<set $randomGirl.Tone = 'light'>>\
<<RGENum 2>>\
You leave the area around your dorm, seeking some peace and quiet. The campus in general is like a big sprawling park littered with copses of trees and water features. In two years, you havent spent meaningful time at all of them, so you are sure there are still a few hidden spots to discover.
<<if $RGENum == 0>>
<<set $randomGirl.Attitude = 'reserved'>>\
As you walk along the pathways, you come up to a bridge with a girl standing on it, she appears to be engrossed in the scenery and only notices you when you get to the edge of the path.
<<pickOneShy "Oh, hello...I didn't see you there." "AH! You scared me!" "Oh, a man...">> She says in surprise. The girl looks quite unsure of herself, and stares at you as if expecting you to jump at her.
<<pickOneYou "Sorry, I didn't mean to startle you. I'm $you.firstName." "Oh, Hi there. I'm $you.firstName, are you enjoying the weather?" "It's a beautiful day today, and meeting a beautiful girl just makes it moreso.">>
You hold out your hand as you greet her, but the girl looks away shyly.
<<else>>
<<set $randomGirl.Attitude = 'outgoing'>>\
As you walk along the pathways, you happen across a flowerpatch with railings along the pathside. There is a girl standing beside the railing staring at the flowers, and when she sees you approaching, she reorients herself towards you and calls out.
<<pickOneCool "Good $time. It's a lovely day, isn't it?." "Not many people come around this way, color me pleasantly surprised." "I didn't expect to see something more interesting than the flowers when I came out for a walk.">> She is clearly full of confidence, and seems interested to make your acquaintance. Being pretty certainly helps her chances.
<<pickOneYou "Well, it's a beautiful day for a stroll, and a lovely day to meet you, I'm $you.firstName" "Hey, I'm $you.firstName, it's a nice day to come across two beautiful sights at once." "You were waiting, and I was looking, now here we are.">> you hold out your hand to greet her, and she shakes it, giving you her name. <<coold "$randomGirl.Name, nice to meet you">> but instead of saying more, she looks at you expectantly.
<</if>>\
<<random 5>>\
<img @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Attitude + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGENum + $random + '.jpg'" class="center" width="50%">
<<if $you.Charisma >= 5>>
You could try to <<linkappend "flirt with her.">>
<<set $RGEAct = 'flirt'>>\
<<if $RGENum == 0>>\
<<pickOneShy "Uhm, nice to meet you...are you...a student here?" "Okay. I'm $randomGirl.Name...." "I haven't seen you around before. What's your year?">> She takes your hand timidly, but still gives it a warm shake. You step up beside her and lean over the railing, she tenses up at the close proximity, but doesn't pull back. If anything, she leans towards you a little more.
<<pickOneYou "You are so beautiful, I almost didn't notice the bridge when I walked up." "I'm a 2nd year, but you must be a freshman because I don't remember seeing someone so pretty among my classmates.">> Your comments cause her to blush, and you take the opportunity to put an arm around her back and pull her into you. This causes her to gasp and look up into your eyes, but again, she doesnt pull back. She goes on her toes to whisper something in your ear, and your imagination goes wild.
<<else>>\
<<pickOneYou "I like people who are confident" "You seem like you know what you want" "Did anyone ever tell you that you are exactly what they're looking for?">> Your words cause her to smirk, but you can tell they had the intended effect. The girl in front of you starts twisting playfully and looks you up and down.
<<pickOneCool "I like people who are confident too, and take what they want." "Are you looking for this?" "There are so many beautiful flowers around here, aren't there?">> she answers you playfully and, with a coy look, repositions to point at the flower patch. When you look away from the flower and back to her, you realize what she was trying to show you all along.
<</if>>\
<video @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Attitude + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGENum + '.mp4'" class="center" width="50%" autoplay loop></video>
<<if $RGENum == 0>>\
<<youd "I would love to stay and chat longer, but all good things come to those who wait. Let me call you later.">>
<<else>>\
<<youd "That flower certainly looks like it needs pollenating. Give me your number and let's meet up tonight.">>
<</if>>\
<</linkappend>>\
<<else>>
You don't seem to be Charismatic enough.
<<youd "Sorry to bother you">>
<</if>>
[[Walk around some more|TempCampus]]
[[You bid the girl goodbye and she walks away|TempRoom]]<<background Restaurant>>\
<<advanceperiod 1>>\
The two of you spend little time trying to find a place that wasn't too busy, and has seats near the window for a better conversing atmosphere.
<<kaileed "I definitely didn't expect today to turn out like this. A nice dinner with a nice guy. It's....nice">> She finishes oh-so-eloquently.
<<youd "Woooooooow that was poetic. You should be a writer">> Kailee dips her fingers in water at your comment and flicks it at your face.
<<kaileed "Begone! Fun vampire, the power of christ compels you!">>
You both laugh and keep on chatting. Ordering was a simple affair, panini and salad for you, and a spicy thai pasta for her. The conversation drifted from food to travel to sports. It even touched once on the frat night but other than the light blush on her cheeks, that topic passed without incident.
<<kaileed "I'm having a really nice time tonight, it's too bad we couldn't have done this earlier">> She says at one point. To which you agree with promises of making up for that missed opportunity after the break.
<img src="Media/Character/Kailee/Dinner.jpg" class="left" width="50%">\
The night doesn't last forever, and when the meal and drinks are done, you pay the bill and take her to the front to wait for her taxi.
<<youd "If you're around tomorrow, do you want me to come knock on your door?">> You ask, as the car is pulling up outside.
<<kaileed "Yeah, I'd like that, feel free to come by anytime ">><<if $kailee.Flex == true>><<kaileed "handsome.">><<else>><<kaileed "$you.firstName.">><</if>> The two of you walk outside and before she leaves, she lays her hand on your elbow. You feel she is giving you a signal.
<span id="KaileeKiss">You could <<link "kiss her">>
<<replace "#KaileeKiss">>\
You pull Kailee in close, and lock lips in a deep and lingering kiss. It lasts only a handful of seconds, but when you part, Kailee seems out of breath. Your heart is beating a little harder too, but playing it cool is a skill as much as a trait.
<<kaileed "Mmm, yum.">> You wink, and then turn towards the car to open the door for her.
<<kaileed "<i>Sigh</i> -- Well, maybe next time then.">> she says cryptically and gets in the car, waving to you as it pulls away.
<<youd "<i>Maybe <i>What</i> next time?</i>">>
[[You get your own taxi home|ProYourRoom][$advanceperiod = true]]
<</replace>>
<</link>> or <<link "give her a hug">>
<<replace "#KaileeKiss">>\
You step in and give Kailee a hug. She accepts the embrace, but doesn't let go as quickly as you do.
<<kaileed "<i>Sigh</i> -- Well, maybe next time then.">> she says cryptically and gets in the car, waving to you as it pulls away.
<<youd "<i>Maybe <i>What</i> next time?</i>">>
[[You get your own taxi home|ProYourRoom][$advanceperiod = true]]
<</replace>>
<</link>></span>\
<<set $prologue.Kailee += 1>>\
<<set $prologue.Kdin = true>>\<<background DormSerious>>\
<<if $re.Count == 0>>\
You pick Kailee up from behind as you both push through the door and carry her like a piece of luggage over to the bed, throwing her down on it and kicking the door closed behind you.
<<kaileed "I'm so ready for this, make me your little toy">> Her words are only enhanced by her desperate clawing at your clothes.
You pull her off the bed by her top and it rips off in doing so. Easier for you, then to grope Kailee's beautiful dark titties.
<<kaileed "Fuckkk they're sensitive~">> But she just grabs your hand and helps you massage them harder. Pushing your fingers harder against her nipples as she cries in pleasure.
<<random 2>>
<video @src="'Media/Character/Kailee/Titjob' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
<<youd "Come closer babygirl, I want to feel my dick between those">>
<<kaileed "Yesss $you.sexName. Fuck my tig ol' bitties">>
[[Fuck Kailee's mouth|ProKaileeSex][$re.Count = 1]] -- [[Fuck Kailee Doggystyle|ProKaileeSex][$re.Count = 2]]
[[Kailee Rides you|ProKaileeSex][$re.Count = 3]] -- [[Cum on her Face|ProKaileeSex][$re.Count = 4]]
<<elseif $re.Count == 1>>\
<<youd "Ok babyface, time to get on your knees">> You grab Kailee by the back of her neck and gently push her down between your legs until her lips come into contact with your shaft. She deeply inhales your dick's scent with her face buried in your crotch and then licks you from balls to tip. The action gives her shivers and you see her shoulder vibrating like she is fingering herself.
You pull her head back and stick several fingers into her mouth, forcing it open. She winds her tongue around your fingers before sucking on them.
<<kaileed "$you.sexName, can I suck on it now? Please~">> she pleads and begs. You give a satsifying grunt and release her head, watching as she quickly engulfs the tip of your cock and sucks it desperately.
<<random 4>>
<video @src="'Media/Character/Kailee/Blowjob' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
[[Fuck Kailee's Tits|ProKaileeSex][$re.Count = 0]] -- [[Fuck Kailee Doggystyle|ProKaileeSex][$re.Count = 2]]
[[Kailee Rides you|ProKaileeSex][$re.Count = 3]] -- [[Cum on her Face|ProKaileeSex][$re.Count = 4]]
<<elseif $re.Count == 2>>\
Kailee Jumps onto her bed and presents you with her phat ass, spreading it open with her hands while she looks over her shoulder.
<<kaileed "I've waited long enough~ Fuck me now $you.sexName! I'm begging~">>
You step up to the bed behind her and slap her ass, before lining your dick up to her wet, waiting hole.
<<youd "Alright alright, it you need to be filled that badly then fucking take it!">>
<video src="Media/Character/Kailee/Doggy1.mp4" class="center" width="50%" autoplay loop></video>\
[[Fuck Kailee's Tits|ProKaileeSex][$re.Count = 0]] -- [[Fuck Kailee's Mouth|ProKaileeSex][$re.Count = 1]]
[[Kailee Rides you|ProKaileeSex][$re.Count = 3]] -- [[Cum on her Face|ProKaileeSex][$re.Count = 4]]
<<elseif $re.Count == 3>>\
<<youd "Get on top of me, I want to feel you bounce.">>
Kailee pushes you down on your back and climbs over you, settling in a straddle position over your hips. It takes a few tries to lift herself high enough to impale onto your cock, but once she does she bounces with horny abandon.
<video src="Media/Character/Kailee/ReverseCowgirl1.mp4" class="center" width="50%" autoplay loop></video>\
[[Fuck Kailee's Tits|ProKaileeSex][$re.Count = 0]] -- [[Fuck Kailee's mouth|ProKaileeSex][$re.Count = 1]]
[[Fuck Kailee Doggystyle|ProKaileeSex][$re.Count = 2]] -- [[Cum on her Face|ProKaileeSex][$re.Count = 4]]
<<elseif $re.Count == 4>>\
<<set $re.Count = 0>>\
You reach the end of your endurance, and are ready to explode.
<<youd "Babe, come here, I have a little treat for you to swallow">>
Kailee bounces down on her knees in front of you, excited to take your load <<kaileed "Yes please $you.sexName, I want to eat it all~">>
She opens her mouth wide and sticks out her tongue to catch everything.
<video src="Media/Character/Kailee/Facial1.mp4" class="center" width="50%" autoplay loop></video>\
[[Slap Kailee on the ass while you get dressed|ProKaileeLeave]]
<</if>><<widget "Corr1iSet">>
<<if $randomGirl.Attitude == 'slutty'>>\
<video @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/Slutty/' + $RGEAct + '1.mp4'" class="center" width="50%" autoplay loop></video>
<<else>>\
<img @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGE + '.jpg'" class="center" width="50%">
<</if>><</widget>>
<<widget "Corr2iSet">>
<<if $randomGirl.Attitude == 'slutty'>>\
<video @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/Slutty/' + $RGEAct + '1.mp4'" class="center" width="50%" autoplay loop></video>
<<else>>\
<img @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGE + $random1 + '.jpg'" class="center" width="50%">
<</if>><</widget>>
<<widget "Corr3iSet">>
<<if $randomGirl.Attitude == 'slutty'>>\
<video @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGE + $random1 + $random2 + '.mp4'" class="center" width="50%" autoplay loop></video>
<<else>>\
<img @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGE + $random1 + $random2 + '.jpg'" class="center" width="50%">
<</if>><</widget>>
<<widget "Corr4iSet">>
<<if $randomGirl.Attitude == 'slutty'>>\
<video @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGE + $random1 + $random2 + $random3 + '.mp4'" class="center" width="50%" autoplay loop></video>
<<else>>\
<img @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGE + $random1 + $random2 + $random3 + '.jpg'" class="center" width="50%">
<</if>><</widget>>
<<widget "Corr5iSet">>
<<if $randomGirl.Attitude == 'slutty'>>\
<video @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGE + $random1 + $random2 + $random3 + $random4 + '.mp4'" class="center" width="50%" autoplay loop></video>
<<else>>\
<img @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGE + $random1 + $random2 + $random3 + $random4 + '.jpg'" class="center" width="50%">
<</if>><</widget>>
<<widget "Corr1vSet">>
<video @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGE + '.mp4'" class="center" width="50%" autoplay loop></video>
<</widget>>
<<widget "Corr2vSet">>
<video @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGE + $random1 + '.mp4'" class="center" width="50%" autoplay loop></video>
<</widget>>
<<widget "Corr3vSet">>
<video @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGE + $random1 + $random2 + '.mp4'" class="center" width="50%" autoplay loop></video>
<</widget>>
<<widget "Corr4vSet">>
<video @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGE + $random1 + $random2 + $random3 + '.mp4'" class="center" width="50%" autoplay loop></video>
<</widget>>
<<widget "Corr5vSet">>
<video @src="'Media/RandomEvents/' + $RGELoc + '/' + $randomGirl.Age + '/' + $randomGirl.Tone + '/' + $randomGirl.Race + '/' + $RGEAct + $RGE + $random1 + $random2 + $random3 + $random4 + '.mp4'" class="center" width="50%" autoplay loop></video>
<</widget>>
<<background Campus>>\
<<texting *Beep Boop*.....*Beep Boop*....*Doot Doot Doot*>>
After a few more rings, you hear Elise answer <<elised "$you.firstName! So Kailee found you?">>
<<youd "Yeah she did, thanks for helping her figure out that it was my phone....">> You really are grateful, but still caught up on what happened before, and don't know what else to say.
<<elised "I'm happy for that, I wanted to get ahold of you...">> She starts, but doesn't finish, and for a few seconds you aren't sure if that was all she wanted to say <<elised "...I don't know why you're angry at me...">>
You cough at hearing that, <<youd "<i>How the hell can she pretend to not know?!</i>">> But you can't say that directly to her, you are still friends after all. Kindof.
<video src="Media/Character/Elise/ProGlory.mp4" alt="Elise Mistake" class="left" width="50%" autoplay loop></video>\
You start to remember the problematic night. You attended a party with Moon and everything was going well. People were drunk, shenanigans were had, and eventually someone discovered a gloryhole in the frat house. Well, it didn't take long for you to suggest trying it out with Moon, and she was eager enough. But a friend fucked up and didn't make sure that Moon was on the other side when you "stepped up to the plate". You did hear that Elise left the other side right after you, though, so how can she claim ignorance?
<<youd "Elise...The party last month, the hole at the frat party...">>
<<elised "The frat party? What happened?">>
You sign audibly, it seems you are going to have to confront her directly but the prospect is not appealing. <<youd "AGH, damnit. Elise you assaulted me in the gloryhole. Listen, it felt good, and I am honored I guess...But it was supposed to be Moon on the other side, not you.">> you stop there, waiting for her reply.
But nothing comes. There is just mild breathing and silence otherwise from the other end of the line.
<<elised "...I wasn't on the other side.">>
<<youd "What are you talking about? Jackson saw you come out right after me.">>
<<elised "Okay, yeah I was there....But I wasn't the one who sucked your dick $you.firstName. There were a couple of us in there just to see, but I couldn't do it.">>
The admission sends you spiralling <<youd "<i>She can't be telling the truth, shit</i>.">> But something she said snaps to the front of your mind <<youd "Wait, but you were there....So if it wasn't you, then...?">> you leave the question unspoken but a sharp intake of breath signals that she knows.
<<youd "Elise?">>
<<elised "....It was Kailee.">>
<<youd "<i>FUUUUUUUUUUUUUUUCK.</i> I just saw her a minute ago, is that why she was so awkward?">> you ask, your mind still coping with this news.
<<elised "I dunno, I guess. Look she has liked you for a while...and I guess she didn't want to miss the chance.">>
<<youd "Elise, I'm really sorry for how I treated --">> begin to apologize but she cuts you off.
<<elised "Crap...I'm sorry too, I should have told you what happened. I know you're with Moon, I just didnt want to cause trouble.">>
[[Keep chatting with Elise|ProElisePhone2]]
[[Say Goodbye and find Kailee|ProKaileeCatch]]<<background Campus>>\
<<youd "Don't stress about it Elise. I get where you're coming from. And honestly, knowing that it was Kailee kindof makes it less bad. I just felt betrayed because I thought you did it without telling me">>
<<elised "I understand, I'm still sorry though. I hope things can go back to normal now though.">> You hear her sniffle and realize just how much the cold shoulder must have hurt.
<<youd "Yeah, 100%, We've known eachother since we were kids...I was just being dumb. Everything's fine now Lili.">>
Hearing your childhood nickname works, and instead of sniffling, she yells into the phone.
<<elised "You big dummy!!">> You pull your ear away at the burst of sound, but she continues in a more normal tone <<elised "We're not little kids anymore don't call me thaaaaaaaat~">>
<<youd "Hey, I might be. But I don't think you've grown an inch since 2nd grade, haha.">>
<<elised "After summer is over, you're going to get it.">> She declares in a threatening voice <<elised "Maybe next time I really will be on the other side!!!">> She finishes the threat and it takes you a second to register her meaning.
<<youd "Uhhhh--">>
<<elised "Fuck!">> she squeaks on the other end and her voice takes a very high pitch <<elised "GottagoBye!--">><<texting <i>*Click*</i> >>
<<youd "<i>Well...THAT was something</i>">>
<<set $prologue.Ecall = true>>\
[[You put your phone away head home|ProYourRoom][$advanceperiod = true]]<<background Campus>>\
<<youd "Hey. Thanks for telling me, I really am sorry for how I reacted to you before talking it over.">> You apologize again.
<<elised "I'm just glad we're talking again.">>
<<youd "Me too, but I have to go so let's catch up later, okay?">>
<video src="Media/Character/Kailee/ProGlory.mp4" alt="Kailee Glory" class="right" width="50%" autoplay loop></video>\
And with that you say your goodbyes and hang up, then start to look around the campus to figure out which direction Kailee went. You think she was going back towards your dorm, so you start in that direction, when an image suddenly flashes into your head.
<<youd "<i>Wow...that really happened.</i>">>
You catch up to Kailee and call out to her as you get near. When she turns around, she is smiling.
<<kaileed "Oh, $you.firstName. I didn't expect to see you again so soon?">> The unasked question is hanging.
[[I Know What You Did Last Sunday|ProKaileeConfront]]
[[Do you want to hang out?|ProKaileeFlirt]]<<background Campus>>\
<<youd "Listen, Kailee. I had a chat with Elise...">> You begin to say, and then you see her cheeks suddenly flush. <<youd "<i>She knows </i>exactly <i>what I mean</i>">> You laugh internally.
<img src="Media/Character/Kailee/KaileeQuestion.png" class="center" width="50%">
<<kaileed "Oh, that's...good...what did you talk about">> It seems she wan't to play innocent, which only further cements the idea that Elise was telling the truth.
<<youd "Oh we talked about this and that: summer plans, memories from this year, recent parties...">> Your voice hangs at the last, and you wait to see if she will respond.
[[Kailee looks guilty and start to speak|ProKaileeApology]]
[[Kailee looks like she has something important to say|ProKaileeConfess]]
<<addT 1>><<background Campus>>\
You step closer to Kailee with a grin <<youd "Actually, do you want to hang out? I was thinking we never really got a chance to know each other before.">>
<video src="Media/Character/Kailee/WardrobeM.mp4" alt="Kailee Tits Out" class="center" width="50%" autoplay loop></video>\
The look in your eyes draws something out of Kailee and she looks up at you with a slight awe. <<kaileed "Ahhh, yeah, yeah I want to!">> she blurts out excitedly. You take the opportunity to give her a quick hug, causing her to squeak, and keep walking in the direction she was already going. She has a little wardrobe malfunction on the way, but you aren't complaining
<<youd "Great, what were you going to do after returning my phone?">> you ask.
<<kaileed "Oh, just like...watch something on Netplex and chill or whatever.">> The hug seems to stuttered her confidence a little, and she is acting more shy than before.
<<youd "That's cool, why dont we order a snack and watch together?">> you offer the idea casually, but her answer surprises you.
[[Kailee has guilty expression before she starts to speak|ProKaileeApology][$kailee.Flex = true]]
[[Kailee looks like she has something important to say|ProKaileeConfess]]
<<addC 1>><<background Campus>>\
<<if $kailee.Flex == true>>\
<<kaileed "I...yeah..I do but I have something I need to tell you.">> Kailee looks at the ground as she speaks, and you just stand there waiting, silently.
<</if>>\
<<kaileed "Well. There was this party, a few weeks ago. You were there, at Delta Iota Kappa house.">>
<<kaileed "Do you remember?">> She asks and looks up at you at the same time.
<img src="Media/Character/Kailee/KaileeHug.jpg" alt="Kailee hug" class="right" width="30%">
<<youd "I do, it was a pretty great night, too much booze but so many fun things to do.">> You wink as you reminisce.
<<kaileed "Right, fun things...I had a lot of fun too">> You can see her start to blush as she speaks. <<kaileed "There was one thing, though. In the 3rd bathroom on the 2nd floor. You were there--">> as you start to speak she responds sharply <<kaileed "--don't interrupt! I have to say this...">>
<<kaileed "I was there too. Actually I was there with you, I was on the other side.">>
You gasp.
<<if $kailee.Flex == true>>
And then you fake gasp again. Your head whips to and fro, in mock outrage and shock.
<<youd "Kailee! How could you!?">> You sound indignant but the stupid grin on your face tips her off.
<<kaileed "Wait...you know?">> she look surprised and not much else, she is probably spinning at this turn of tone and the knowledge that you are aware and aparently not actually angry.
Kailee goes silent then, and seems to be thinking. After a few moments, and your antics dying down...
<<kaileed "Then I have something to say">>
[[Kailee Confesses|ProKaileeConfess]]
<<else>>\
<<youd "Actually, Elise told me. And...y'know its not what I planned but I'm not mad either.">>
Kailee looks relieved at that and throws her arms around you to give you a big hug.
<<kaileed "REALLY?! Oh my god, thank you!">> But she abruptly lets go <<kaileed "Oh, sorry, maybe thats inappropriate of me">>
<<youd "Nah, not at all. I don't mind.">> The two of you stand still for a moment before you come up with an idea <<youd "Hey, wanna get something to eat?">>
[[Go to Dinner|ProKaileeDinner]]
<</if>><<background DormHall>>\
<<if $kailee.Flex == true>>\
<<kaileed "I think you're pretty cool, and I want to spend more time together.">> Kailee stands a straight back while stating it.
<<youd "I mean, thanks, but don't be so formal. We're friends now, of course we can spend more time together.">> You reply nonchalantly.
The walk back to your dorm is done side-by-side but also in silence, for some reason what you said affected her willingness to chat.
<<else>>\
<<kaileed "Hey..I guess this isn't the best time for it since we're going home in a few days and all. But...well...I think you're pretty cool">> She stumbles across a few words but gets it all out in a rush.
<<youd "Oh, thanks Kailee. I think you're pretty cool too. It's good to make new cool friends.">> You follow the final comment with a wink, and she rolls her eyes at you before reasserting herself.
<video src="Media/Character/Kailee/Confused.mp4" alt="Kailee Tits Out" class="center" width="50%" autoplay loop></video>\
<<kaileed "No, I mean...You are <i>Really</i> cool. We should hang out more.">> She is visibly struggling to push the words out, but you are having too much fun to let her off the hook so quickly.
<<youd "Uhmmm Yeah! Like we're doing right now. We can hang out more next semester too!">> Your faked willful ignorance is working, and you can see Kailee is getting more and more restless. But you just keep walking and making small talk as the subject changes.
<</if>>\
The two of you make it back to your dorm and go up to her floor, just above yours. But when you exit the elevator she grabs your arm and stops you.
<<kaileed "$you.firstName. Do you know what I meant by 'cool'?">> She asks, but the innocent mask you put on causes a look of irritation to flash through her eyes and she pushes into you, hands on your chest and breath tickling your cheeks <<kaileed "I mean...<i>fucking</i>...cool">> She growls in your ear.
<<if $kailee.Flex == true>>\
<<set $kailee.Flex = false>>\
You kindof got the hint after taking the walk back to think about it, so when she turned agressive it wasn't a complete shock.\
<</if>>\
<span id="ProKaileeChoice">You could probably <<link "hook up with Kailee.">>
<<replace "#ProKaileeChoice">>\
You take the opportunity to grab her juicy ass while she is pressed up against you and then pull back just enough to lock lips.
<<kaileed "mmmph">> she moans between her lips as you make out in the hallway. With a shocked look, her eyes shoot open and she pulls back from you. In the heartbeat she stands there, you look her up and down and then grab her hand, pulling her further down the hall.
<video src="Media/Character/Kailee/Grind1.mp4" class="center" width="50%" autoplay loop></video>\
<<youd "Which one is yours?">> You ask, with hurried steps past each door that she doesn't stop at.
<<kaileed "Oh oh, this one!">> She pulls you back and points, by the time you turn around she is already fishing out her keys and getting it open.
Her sexy ass is calling to you though, and you take the opportunity to grind your hips into her, up against the door. <<youd "Yeah baby, are you as ready for this as I am.">> you ask rhetorically, her stifled moans are answer enough.
[[Get her in the room|ProKaileeSex]]
<</replace>>\
<</link>> or <<link "Suggest having dinner.">>
<<replace "#ProKaileeChoice">>\
You firmly place your hands in front of you, accidentally grabbing Kailee's chest in the process. She moans in excitement, but that quickly turns to surprise and disappointment when your hands push instead of massaging, and you stop when she is at arms-length.
<<youd "Umm, Hey...As flattered as I am, I'm not exactly comfortable with the way this is happening right now. Why don't get go get dinner instead?"
The rejection stopped Kailee cold, her mouth not-quite-closed and her eyebrows tilted in distress. <<kaileed "I...I...I think--">>
<<youd "--That we should definitely get dinner">> You finish the sentence for her and take her hand before she can refuse. Turning her back towards the elevator and pulling her along gently.
It takes some time for her to regain her bearings, but when she does, you smooth things over and share a cab to a nearby dining street.
[[Look for a restaurant|ProKaileeDinner][$kailee.Flex = true]]
<</replace>>\
<</link>></span>\<<background UniHall1>>\
<<youd "Okay, Ms. Guerrera. I have nothing but respect for you.">> She still looks disappointed, but you aren't willing to push things beyond what is reasonable.
<<fionad "So you say, why do you come here?">> Her tone makes it clear that she is almost out of patience, but you did actually come here with a goal in mind.
<<youd "Other than apologizing for the other day, I want to join that summer course you are organizing.">>
<<addFionaL 1>>
<<fionad "You are one of few, then. But there is space and if you show up then you will be included.">> She looks at you in contemplation. <<fionad "You said your name is $you.firstName. That is my cousin's, brother-in-laws's, wife's, grandfather's, neighbour's, grandson's name. This is a good sign.">> At that, she nods to herself and turns away from you, walking towards her desk.
You take a good long look at her ass as she moves, but she doesn't say anything more, so you leave the room quietly and head back towards your dorm, deep in thought.
<<set $prologue.Fpol = true>>\
[[You go back to your Dorm|ProYourRoom][$advanceperiod = true]]
<<background UniHall1>>\
<<youd "As you wish, Muñeca">> You test the name around your tongue, belligerent in your stance as her gaze turns from dismissive to searing.
She doesn't say anything though. Preferring to judge, and possibly undress you, with her eyes.
<<youd "Since you want it so badly. Come here.">> You are not sure if she will follow your commands willingly, but it's worth it to see how far you can push this after her earlier hints.
Fiona stalks up to the spot you are pointing at and just stands there, still waiting.
<<youd "A good girl. This doll.">> You declare to the room, yet silence still answers.
You could <<linkappend "see how far you can push her.">>
You step up to the fiery teacher, now unusually quiet, and take a good look at her form. She has a considerable bust. You got hands on experience before but didn't have a chance to properly appreciate just how large her 'melons' are. Her skin is nicely bronzed, and she has a permanent glare that makes you want to break her. Or maybe just dominate her on a gentle day.
It's time to test out her obedience.
<<youd "Kneel.">>
She pauses for only a moment, and then gets down on her knees. Both hands placed on her thighs, looking up at you with her unchanging expression.
<<youd "Stand up">> She follows the order <<youd "Now turn around">>
You get a nice look at her hips as she moves, a plump ass bounces with each small step, and you can see the hint of her panties through the skin-tight skirt.
You consider testing her <<linkappend "obedience to contact.">>
You reach out while she is turned around and grab a hefty pound of ass.
<<fionad "I never gave you permission to touch.">> Icily, but she finally speaks.
At hearing her vocal resistance, you release your grip, and retract you arm. Only to slam it forward again with an open palm.
<i>*WHACK*</i>
<<youd "I don't remember giving you permission to speak, girl">> You reprimand the middle-aged pet-in-training.
Fiona doesn't cry out at the contact, but she does stiffen at the words that follow.
<<fionad "Yes....Sir..">>
<<addT 1>>
<<addFionaC 1>>
Those words tickle your ears, and you gain a newfound admiration for the woman in front of you. She is testing you, and you passed. At least this stage.
<<youd "This is good enough for today. I'll see you again, girl. Soon">>
<<set $prologue.Fdom = true>>\
<</linkappend>>
<</linkappend>>
[[You turn around and leave her standing there|ProYourRoom][$advanceperiod = true]]<strong>Continuing forward from this screen will skip some quest progression in day 1 and 2, it will not be possible to see character events in day 3 without this progression</strong>
The main purpose of this is just a temporary way so everyone can experience the new prologue content and see a little bit more of the direction the game is taking. But once the prologue is completed, this skip will no longer be available, something else will be introduced instead.
[[Off you go|ProYourRoom]]
<<set $day = 3>>
<<set $period = 0>><<background DormSerious>>\
<<advanceperiod 1>>
<img src="Media/Character/Kailee/KaileeHug.jpg" class="right" width="30%">\
You get cleaned up after the bout of fucking with your newfound friend.
Thankfully, you only live a floor away, so you don't worry about getting in order too much and just enjoy making out and groping Kailee some more while you get ready. Eventually she lies back on her bed, completely relaxed, and you make your way out of her room.
[[You head back to your Room|ProYourRoom][$prologue.Kailee += 2]]
<<addC 1>>
<<addKaileeL 1>>
<<set $prologue.Ksex = true>>\<<background DormHall>>\
<<if $re.Event == false && $re.Event2 == false>>\
<<random 3>>\
<</if>>\
<<if $re.Count >= 3>>\
You have wandered around for a while and haven't seen anyone in about 30 minutes.
[[You leave and go back to your Room to decide what to do next|ProYourRoom][$advanceperiod = true]]
<<else>>\
<<if $random == 0>>\
<<if $re.Event == true>>\
<<set $re.Event = false>>\
<<if $you.Stealth >= 5>>\
<img @src="'Media/RandomEvents/dorms/dirty' + $random2 + '.webp'" class="right" width="50%">\
You sneak into the room, and find a place to hide among the furniture. It's one great thing about your university, the rooms are mostly unique and sized close to apartment room than typical dormitories. So there are plenty of spots to stay, unnoticed.
It seems you came at the right time, because the girl starts to do something that you would have been very displeased to miss.
When the show comes to an end, you hurry back outside before you get caught.
<<addS 1>>
[[Get out of there and back to Your Room|ProYourRoom][$advanceperiod = true]]
<<elseif $you.Stealth >= 2>>\
<img @src="'Media/RandomEvents/dorms/tame' + $random2 + '.webp'" class="right" width="50%">\
You sneak into the room, and find a place to hide among the furniture. It's one great thing about your university, the rooms are mostly unique and sized close to apartment room than typical dormitories. So there are plenty of spots to stay, unnoticed.
You spend some time admiring the view, the girl goes back and forth between taking selfies and checking various clothes in the mirror. At one point you could swear she was looking right at you, but a lack of screaming makes that seem unlikely.
So you enjoy the show and sneak out while she is gazing out the window, but not before taking one last look at her gorgeous body against the sunshine.
<<addS 1>>
[[Head back to your own Room|ProYourRoom][$advanceperiod = true]]
<<else>>\
You try to stay quiet and let her do her thing, but you step on a piece of lego and can't fully stifle a yelp. She starts to turn around but you are out the door in the blink of an eye and she doesn't see your face.
Nevertheless, it was good practice.
<<addS 1>>
[[Go back to your room|ProYourRoom][$advanceperiod = true]]
<</if>>\
<<else>>\
<<random2 5>>\
You go to the <<pickOne 2nd 3rd 4th 5th 6th 7th>> floor of your dorm and wander through the halls. It's a big building, but most of the doors are closed due to everyone going home.
You come across and open door and inside you see a girl who \
<<if $you.Stealth >= 1>>\
hasn't noticed you...yet. But that won't remain for long if you keep standing in the middle of the doorway
<img @src="'Media/RandomEvents/dorms/first' + $random2 + '.webp'" class="center" width="50%">
[[Stay out of her line of sight and watch what she does|ProD3Dorms][$re.Event = true]]
[[Wander through the halls some more and avoid causing trouble|ProD3Dorms][$re.Count += 1]]
[[Too much excitement for today, go back to your Room|ProYourRoom][$advanceperiod = true]]
<<else>>\
turns towards you when you reach her door and exclaims <<pickOneShy "Oh, there are still people on this floor!" "I didn't realize someone was still here, sorry!">>
<img @src="'Media/RandomEvents/dorms/caught' + $random2 + '.webp'" class="center" width="50%">\
You think you see her smile, but before you can get a word in, she hurries to the door and closes it in your face.
<<youd "<i>Damn...next time I need to be more Stealthy...or more Lucky</i>">>
[[You keep wandering the halls|ProD3Dorms][$re.Count += 1]]
[[You head back to Your Room|ProYourRoom][$advanceperiod = true]]
<</if>>\
<</if>>\
<<elseif $random == 1>>\
<<random2 5>>\
<span id="DormDance">You go to the <<pickOne 2nd 3rd 4th 5th 6th 7th>> floor of your dorm and wander through the halls. It's a big building, but most of the doors are closed due to everyone going home.
You heard music playing from behind a door that is nearly shut, it is open a crack though, so if you want to open it more, <<link "the occupant might not notice">>
<<replace "#DormDance">>\
<<if $you.Stealth >= 3>>\
You spend precious seconds opening the door slowly, excited for what might be on the other side, but not willing to waste the opportunity because of haste.
<img @src="'Media/RandomEvents/dorms/dance' + $random2 + '.webp'" class="right" width="50%">\
Your efforts are rewarded, however, when you do finally get it open enough to see through. And the room's occupant is none-the-wiser that she now has an audience.
You enjoy watching her for a time, but when she turns the music off suddenly, you decide not to risk it and step further down the hall.
<<addS 1>>
[[Keep wandering through the halls|ProD3Dorms][$re.Count += 1]]
<<else>>\
The excitement of finding out who is on the other side, and what they are doing, is nearly overwhelming. In your rush to find out, you bump the doorknob and cause it to make a sound. The music abruptly turns off and you feel a tension from the room, even though you can't see anyone.
<<addS 1>>
With the seconds passing, and your hearbeat getting louder, you decide to retreat from the door and go back towards the elevator.
[[Wander through the halls some more|ProD3Dorms][$re.Count += 1]]
[[Go back to Your Room|ProYourRoom][$advanceperiod = true]]
<</if>>\
<</replace>>
<</link>> or <<link "better to be safe and leave it closed.">>
<<replace "#DormDance">>\
You walk a little bit further but you don't see any more open doors down this hall.
[[Wander down another hall|ProD3Dorms][$re.Count += 1]]
[[Go back to Your Room|ProYourRoom][$advanceperiod = true]]
<</replace>>
<</link>></span>
<<else>>\
<<random2 5>>\
<img @src="'Media/RandomEvents/dorms/friend' + $random2 + '.webp'" class="right" width="50%">\
You go to the <<pickOne 2nd 3rd 4th 5th 6th 7th>> floor of your dorm and wander through the halls. It's a big building, but most of the doors are closed due to everyone going home.
Your wandering pays off when, to your suprise, you find a room that has not one, but several, occupants.
This seems to be the age of experimentation after all. And you are more than happy to observe. You only stay a short time though, two sets of eyes is two opportunities to catch your peeping.
[[Better to be safe and perv at another door|ProD3Dorms][$re.Count += 1]]
[[Head back to your own Room|ProYourRoom][$advanceperiod = true]]
<</if>>\
<</if>>\<<background Library>>\
<<if $period == 0 >>\
<img src="Media/RandomEvents/library/open.jpg" class="center" width="100%">
It's too early in the morning for anyone to be here, except a few librarians to open and sort returns. The books themselves never sleep and you can study if you want.
<span id="LibStudy">Look for <<link "a book on Psychology">>
<<replace "#LibStudy">>
<<set $advanceperiod = true>>\
<<random 2>>\
<<if $random == 0>>\
You browse through titles in the Psychology section, looking for something that looks interesting. Eventually you see a title that one of your classmates talked about before, and pull it out, flipping to a random page.
<<random2 2>>\
<img @src="'Media/RandomEvents/library/book' + $random2 + '.jpg'" class="center" width="50%">
<<if $random2 == 0>>\
<<texting "<i>The most important thing to take away from our tour of the blackmailer's psyche is that emotional blackmail </i>sounds<i> like it's all about you and </i>feels<i> like it's all about you, but for the most part </i>it's not about you<i>at all.</i>">>
<<youd "<i>Well okay but what if it </i>IS<i> all about me, what if I want it to be all about me?</i>">>
Your musings go unanswered, as the author is obviously not inside your head. Nevertheless the book seems interesting enough to start on page 1.
<<else>>\
<<texting "<i>One cannot change what once is born with. But one can, under one's power, go about changing what use one makes of that equipment. So, in that case, one has to simple focus on what one can change, rather than on what one cannot. This is what I call self-acceptance</i>">>
This quote rings true, even though you don't think you fully embrace it. Maybe someday. You expect starting from the beginning will yield some more easily actionable ideas.
<</if>>\
<<set $kim.Love += Math.floor(Math.random()*3+1)>>\
You find a nook in some far off corner to start reading, and put it down after a while to digest the new information.
<<else>>\
<<set $advanceperiod = true>>\
<<random2 5>>\
<img @src="'Media/RandomEvents/library/peep' + $random2 + '.webp'" class="right" width="50%">\
During your search for a book, you happen across another library-goer. A little surprised that someone else is actually here so early, you are even more surprised by her appearance. Not wanting to get caught, you just observe quietly and enjoy until she finishes what she is doing and leaves.
Happy with how this endeavour turned out, you leave as well.
<</if>>\
<</replace>>\
<</link>></span>
[[Head back to Your Room|ProYourRoom]]
\
<<elseif $period == 1 or $period == 2>>\
<<if $re.Count >= 3>>\
You have spent a while in the library and morning is passing to afternoon, you should head back to your room and decide what to do next.
[[Go to Your Room|ProYourRoom][$advanceperiod = true]]
<<else>>\
<<if $re.Event == true>>\
<<set $re.Event = false>>\
<<random 2>>\
You browse through titles in the Psychology section, looking for something that looks interesting. Eventually you see a title that one of your classmates talked about before, and pull it out, flipping to a random page.
<<random2 2>>\
<img @src="'Media/RandomEvents/library/book' + $random2 + '.jpg'" class="center" width="50%">
<<if $random2 == 0>>\
<<texting "<i>The most important thing to take away from our tour of the blackmailer's psyche is that emotional blackmail </i>sounds<i> like it's all about you and </i>feels<i> like it's all about you, but for the most part </i>it's not about you<i>at all.</i>">>
<<youd "<i>Well okay but what if it </i>IS<i> all about me, what if I want it to be all about me?</i>">>
Your musings go unanswered, as the author is obviously not inside your head. Nevertheless the book seems interesting enough to start on page 1.
<<else>>\
<<texting "<i>One cannot change what once is born with. But one can, under one's power, go about changing what use one makes of that equipment. So, in that case, one has to simple focus on what one can change, rather than on what one cannot. This is what I call self-acceptance</i>">>
This quote rings true, even though you don't think you fully embrace it. Maybe someday. You expect starting from the beginning will yield some more easily actionable ideas.
<</if>>\
You find a nook in some far off corner to start reading, and put it down after a while to digest the new information.
<<set $you.Quest += Math.floor(Math.random()*3+1)>>\
[[You go back to Your Room when you finish|ProYourRoom][$advanceperiod = true]]
<<elseif $re.Event2 == true>>\
<<set $re.Event2 == false>>\
There are students at the tables and in the stacks, quietly working on one thing or another. You spend some time wandering around, browsing titles and looking for anything eye-catching.
You do eventually find something, but not on the spine of a book.
<<random 6>>
<img @src="'Media/RandomEvents/library/girl' + $random + '.webp'" class="center" width="50%">
<span id="LibGirl">You could<<link "approach the girl">>\
<<replace "#LibGirl">>\
<<youd "Ok, I'm here now, what do you want to know?" "Why are you looking for answers in a book when you could just ask me?" "Well? What are you waiting for?">>
She just looks at you quizzically for several moments before replying with a sigh \
<<if $you.Charisma >= 10>>\
<<slutd "Hm, you want to be what I need?" "Try a little harder and I might say 'okay'" "Ok. It's working, but I want more">>
<span id="LibSlut">Take a risk and <<link "get close to her">>
<<replace "#LibSlut">>
Guessing a forward approach is the answer, you step closer to her. The height difference forcing her to tilt her head back or stare at your chest. She looks up, and you look down. Locked eyes while you notice her breathing is caught, it seems you caught her by surprise after all.
Looking past her eyes, you see something else that catches your attention.
<img @src="'Media/RandomEvents/library/downshirt' + $random + '.webp'" class="center" width="50%">
You take your time getting a good look. Eventually she notices where your eyes are and steps back, hands slowly going to her chest as she releases her breath and relaxes.
<<slutd "I...I...Not now...">> she finally gasps, and turns to walk away through the bookcases.
<<addT 1>>
[[Keep looking around the library|ProD3Library][$re.Count += 1]]
[[You leave the library|ProYourRoom][$advanceperiod = true]]
<</replace>>
<</link>> or throw pretense out the window and <<link "do the Naked Man">>
<<replace "#LibSlut">>
The girl looks at you with curiosity when you start pulling at your shirt. The look turns to surprise and a little bit of excitement when it comes off fully. But when your hands move to your belt her expression shifts back and forth between alarm and mild protest before finally settling on disbelief when your pants drop to the floor.
She just stares at your body in stunned silence, but there is one final step. With a swift motion, you pull the elastic waistband down, and kick your boxers away. Placing one foot up on a bookself, with a hand on your knee, reveling in all your naked, dangling glory.
<<coold "Uhhhh....uh....Okayyyy?">> She sputters out, not quite sure if she wants to look, or look away.
<<youd "Well? You can compliment it you know.">>
Her eyes never leave your hanging dong. She struggles to say something coherent, but you do clearly make out the last thing she says before turning around and all but running away.
<<coold "You......Bye....">>
Well, that could have gone better. But it also could have gone worse. Nonetheless, word of this will definitely get around.
<<addN 10>>
[[You quickly get dressed and leave the library|ProYourRoom][$advanceperiod = true]]
<</replace>>
<</link>></span>
<<else>>\
<<slutd "No, sorry, I'm looking for someone a little cooler. See you around...maybe.">>
<</if>>
<</replace>>\
<</link>></span>
[[Keep wandering|ProD3Library][$re.Count += 1]]
[[Go back to Your Room|ProYourRoom][$advanceperiod = true]]
<<else>>\
<img src="Media/RandomEvents/library/open.jpg" class="center" width="100%">
You enter the library around midday. The old wooden doors give way to your firm push, and the smell of thousands of pages, young and aged, wafts over you accompanied by a heavy silence.
There are more people inside than you expected, it seems knowledge never takes a vacation.
[[Wander through the library|ProD3Library][$re.Event2 = true]]
[[Find some books to help your own studies|ProD3Library][$re.Event = true]]
[[Scream out at the top of your lungs|ProLibraryScream]]
<<if $re.Count == 0>>\
[[Change your mind about books and go back to your Room|ProYourRoom]]
<<else>>\
[[Change your mind about books and go back to your Room|ProYourRoom][$advanceperiod = true ]]
<</if>>\
<</if>>\
<</if>>\
<<else>>\
<img src="Media/RandomEvents/library/closed.jpg" class="center" width="100%">
The library is closed for the night, you will have to find something else to do with your time, or come back in the morning.
[[Back to Your Room|ProYourRoom]]
<</if>>\<<if $re.Ticker >= 4>>\
<<background SchoolHallway>>\
<<set $re.Ticker = 0>>\
<img src="Media/RandomEvents/classroom/hallexit.jpg" class="center" width="100%">\
You've spent a a while here and start to think about the other things you can do during the day, causing you to head back to your room.
[[Your Room|ProYourRoom][$advanceperiod = true]]
<<else>>\
<<if $re.Count == 0>>\
<<background SchoolHallway>>\
<img src="Media/RandomEvents/classroom/hall.jpg" class="center" width="100%">\
You are in one of the many campus buildings containing classrooms instead of housing. There are several students around and doors lining the hall, most of them closed.
While you're here, you might as well explore.
[[There is a open door on your left|ProD3Classrooms][$re.Count = 2]]
[[Wander deeper through the halls|ProD3Classrooms][$re.Count = 1]]
[[Go back to your room|ProYourRoom]]
<<elseif $re.Count == 1>>\
<<background SchoolHallway>>\
<<random 3>>\
<img @src="'Media/RandomEvents/hall/unistudent' + $random + '.webp'" class="center" width="50%">\
The halls are full of cute girls, and you let your eyes wander as you walk. With nothing drawing you in any particular direction, the sights are enough to enjoy.
[[Keep wandering|ProD3Classrooms][$re.Ticker += 1]]
[[Head back to the Entrance|ProD3Classrooms][$re.Count = 0]]
<<elseif $re.Count == 2>>\
<<background Classroom>>
<<if $re.Event == 1>>\
<<set $re.Event == 0>>\
<<set $re.Event2 = [0, 1].random()>>
She knows what you want as soon as you put your hand on her shoulder, and she gets down on her knees, groping at your stiff member through your pants.
<<pickOneCool "I wonder what you're hiding in here?" "Is this as big as it feels?" "Ooooooh I can't wait to get this monster out of it's cave">>
<<if $re.Event2 == 0>>\
<video @src="'Media/RandomEvents/classroom/scienceface' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
She giggles and upzips your pants, letting your cock slap and rub on her face as it springs out into the cool air of the classroom.
<<elseif $re.Event2 == 1>>\
<video @src="'Media/RandomEvents/classroom/sciencebj' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
You tilt your head backwards at the feeling of her lips finally finding their way over your glans and she hums as she slips the first half of your dick into her mouth.
<<pickOneCool "Hmm mm mmh" "Mmmmmmmmmmph mhm hmm" "Mhm MMMmm Hnngh!">>
You don't know what she is saying but the vibrations are amazing! And you silently will her not to stop.
<</if>>
<<if $you.Charimsa >= 4>>\
<span id="ScienceBJ">You're getting close. <<link "Cum in her mouth">>
<<replace "#ScienceBJ">>
Trapped in the embrace of your lust, you reach out and grab either side of her head, taking control of the pace of her sucking. Causing her to moan in surprised but the pressure against your skin just increases as she tries to inhale your dick even harder.
You reach your limit, and look down into her wide, begging eyes and release your load.
<video @src="'Media/RandomEvents/classroom/sciencethroat' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
<<youd "Glug Glug Glug you little minx" "Drink up, and show me how much you wanted this!" "I heard this has nutritional value, is that right? No...don't answer, just keep swallowing.">>
She sucks so hard that you feel your sperm coming out before you even pump. The feeling persists until you don't seem to have anything else to give, and then with a loud *POP* she releases the lock she had on your shaft.
<<coold "That's exactly what I needed. Now, let's not dally, I have stuff to do and it's not you...anymore.">> She winks at the last, and then turns back to whatever she was working on.
[[You tuck your strained member away and head back to your room|ProYourRoom][advanceperiod = true]]
<</replace>>
<</link>> or <<link "Hold off on your orgasm and take her for a ride">>
<<replace "#ScienceBJ">>
When you pull her mouth away from your bobbing knob, she pouts in protest, but then you reach down to grab her leg.
[[Fuck her|ProD3Classrooms][$re.Event = 2]]
<</replace>>
<</link>></span>
<<else>>\
She lets her tongue slip out and massage the bottom of your shaft. Gaining speed and letting bubbles of saliva grow around her lips with each pump.
She releases your cock with a *POP* and switches to her hand just long enough to say <<coold "I feel it swelling, are you getting close?">> when you grunt in affirmation she continues, <<coold "Fuck me hard and cover my face, I need a revitalizing mask">>
<video @src="'Media/RandomEvents/classroom/sciencefacial' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
You grab both sides of her head and force her mouth back over the knob of your cock, sheathing it down her throat in one push and taking less than 10 thrusts to hit your limit.
She gasps for air when you pull back out and take the open hole to deposit the first stream of jizz right onto her tongue. She savours the taste as you unload the rest across her flushed cheeks, while settling back and enjoying the sticky weight hugging her skin.
<<pickOneYou "Is that enough for you, girl?" "Your delivery has arrived." "Fuuuuuck that looks good on you.">>
You wipe your spent cock off on her neck, while she sits there panting, and slip it back into your pants.
<<youd "I'll see you around, maybe tomorrow">> You laugh as you unlock the door.
[[You go back to your room|ProYourRoom][$advanceperiod = true]]
<</if>>\
<<elseif $re.Event == 2>>\
When you grab hold of the girl's leg, she makes a questioning sound, but lets you anyways. When you lift her leg up and put her on her back, the questioning turns into protest.
<<coold "Nooo, nono. Not today. Sorry big guy.">> and she places one hand over her pussy while the other presses against your abdomen. <<coold "I'm happy to do everything but that">>
You grunt in reply, but reluctantly release your grip on her leg. You are not that much of a tyrant, yet.
<<youd "Alright, my bad, I thought we were all good">>
She looks apologetic when you take a step back.
<<coold "I know, sorry, I didn't make my boundaries clear from the start. You have an amazing cock, and I would love to feel it in me.">> She says the last with a wink <<coold "...just not today.">>
The encounter ends in a drawn out moment of awakwardness, which she tries to alleviate by kissing you as you dress.
<<coold "There is always next year, come find me again?">>
You nod at her suggestiong and finish dressing, giving her a parting kiss before heading towards the door.
[[Exit the classroom and back to your Room|ProYourRoom][$advanceperiod = true]]
<<else>>\
<<random 3>>
You open the door and see a single student working with some equipment, you're not quite sure what it's for, but she notices you immediately and walks over.
<video @src="'Media/RandomEvents/classroom/science' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
<<pickOneCool "I've never seen you here before, lost your campus tour?" "You don't look like a science major, no...definitely not...are you even a student here?" "Looking for something?">>
She smirks at you as she asks the question and looks you up and down. You do the same and get a good look at her body which she seems happy enough to let you see, twisting in just the right way.
<<pickOneCool "Hmm, okay, since it's the last week, we can make some mistakes together." "Yeah, you look like you see something you want. Are you willing to take it?" "If you start drooling, I'm going to make you clean it up before cleaning me up.">>
<<if $you.Charisma >= 2>>\
<span id="ScienceRoom">Without much effort, <<link "you could get her naked.">>
<<replace "#ScienceRoom">>
<<pickOneYou "Should I lock the door? Or does the thought of getting caught do it for you?" "<i>And to think I almost went to the Art Room instead...</i>" "You going to prove to me that nerdy girls have more fun?">>
For your own peace of mind, you lock the door behind you. When you turn back to the girl she is already getting started.
<video @src="'Media/RandomEvents/classroom/scienceslut' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
Wordlessly she removes her clothing and, with each piece, strikes a different pose. Pausing at every drop of fabric to glance at you with an eyebrow raised in question, as if to ask "Is this how you want me?"
<<youd "<i>Yeah...just like that</i>">>
[[Help her get on her knees|ProD3Classrooms][$re.Event = 1]]
[[Fuck the horny bitch already|ProD3Classrooms][$re.Event = 2]]
[[You decide not to take her up on the offer, instead going back to your room|ProYourRoom][$advanceperiod = true]]
<</replace>>
<</link>>or<<link "You can leave before you do something you'll regret.">>
<<replace "#ScienceRoom">>
<<youd "Sorry, I think I made a mistake coming here">>
[[Wordlessly, she watches you leave|ProD3Classrooms][$re.Count = 0]]
<</replace>>
<</link>></span>
<<else>>\
You don't feel confident enough to take her offer.
[[So you leave the room instead|ProD3Classrooms][$re.Count = 0]]
<</if>>\
<</if>>\
<</if>>\
<</if>>\<<background Phone>>\
<<if $day == 3>>\
It takes a few rings for Moon to answer, but she picks up.
<<youd "Hey, Moon. What are you up to?">>
<<elseif $day == 4>>\
You take a moment to think about what to say before putting the phone to your ear.
<<youd "Hey Moon, what's up?">>
<</if>>\
<<if $you.Gf == 'Moon' && $prologue.Pepper >= 4>>\
<<moond "If there is a bandaid to rip off. Please just do it quickly.">>
That caught you by surprise, eventhough it really shouldn't.
<<youd "Uhhhh. I mean..">>
<<moond "Yeah, what do you <i>mean</i> when you call me 'babe', 'sweety', 'girlfriend'? What do you really <i>MEAN</i>.">>
<<youd "Shit, I didn't think it would get like this. I swear.">>
<<moond "Obviously, or you wouldn't have fucked me over quite like this. You could have told me before I had to find out from OUR FUCKING FRIEND THAT YOU WERE FUCKING.">>
<span id="MoonBreak">Do you <<link "take it easy">>
<<replace "#MoonBreak">>\
<<youd "Right, you're right, I made a mistake.">>
<<moond "A mistake is putting it lightly, I cant even. I'm furious but I'm packing and I just cant even.">>
<<youd "Sorry.">>
<<moond "You said that already, ass.">>
<<youd "I know, I just don't know what else to say right now.">>
<<moond "You should have said it yesterday. You could have...fucking...ugh...">><<texting *click*>>
<<youd "<i>Man, breakups suck.</i>">>
[[At least that's over|ProYourRoom][$advanceperiod = true]]
<</replace>>\
<</link>> or <<link "shut this down">>
<<replace "#MoonBreak">>\
<<youd "Moon, I don't want to take this shit, so I wont. Sorry, we're done.">>
<<moond "YOU DONT GET TO FUCKING SA--">> <<texting *click*>>
You hang up on her. And almost immediately your phone blows up with messages. But you don't check. You just put your phone down, and start to think about your newly freed up summer.
[[What does the world have in store?|ProYourRoom][$advanceperiod = true]]
<</replace>>\
<</link>></span>\
<<elseif $you.Gf != 'Moon'>>\
The two of you chat for a few minutes about normal things, but there is an elephant in the room. A pink one, with big floppy ears and a point cap. Kindof like the sorting hat from Parry Hotter, without the face. The elephant also has a big sign painted on its side. 'BREAK UP'.
<<youd "<i>Oh...right...goddamn imagination. What was she just saying?</i>">>
<<moond "---so I went to the--">>
<<youd "Hey, Moon. I have to tell you something.">>
<<moond "Oh? Sounds serious? Haha.">>
<<texting *REDACTED*>>---------------------------------------------------
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-----------------------------------------------------------------------
---------------------------------<<texting *REDACTED*>>
<<youd "So...are you okay?">>
<<moond "I'm not happy. I'm not okay. But I will be.">>
<<youd "Sure, I get it. Uhm, see you around">>
<<texting *click*>>
[[One door closes, another opens|ProYourRoom][$advanceperiod = true]]
<<else>>
<<moond "Honestly, I'm just really looking forwards to this summer. And next fall, oh my god!">>
<<youd "Next fall. Wait...you mean you got it?!">>
<<moond "YES! I'm leaving in mid-August for orientation and I start in September~">>
<<youd "That's so great to hear! I'm really excited for you babe! I'll see you in July right, so let's celebrate.">>
<<moond "It's so far off, I feel sad again. But yes! Let's do it!">>
The two of you discuss her new opportunity, and what it will mean for your visiting and other plans next semester. The coversation ends with lots of promises and sweet nothings.
And then you are back in the present.
[[Time to pack the last of your things|ProYourRoom][$advanceperiod = true]]
<</if>>\
<<background Library>>\
Screaming in a place of silence fills you with energy, the sound crashing through the thin bubbles of contemplation that everyone around you was encased in just moments before. All eyes turn towards the source of disruption, to you. And when your bellow finally rests, along with it's echoes, the silence again descends. Though, not without a few giggles to one side and exasperated sighs to the other.
<<random 2>>\
<<if $random == 0>>\
<img src="Media/RandomEvents/library/shh.webp" class="center" width="50%">
<<else>>\
<video src="Media/RandomEvents/library/shh.mp4" class="center" width="50%" autoplay loop></video>
<</if>>\
In front of you, a librarian catches your eye. With a scathing glare and disapproving <i>Shush!</I>. She approaches moments later and, against all of your protests and promises to be quiet, hustles you to the door.
<<coold "If you intended to study, you wouldn't have disrupted the peace in the first place">> Her clipped voice leaving no room for debate.
<<coold "Learn to behave and then you can come back again!">> She says right before you reach the door, which you push open to prevent your face from colliding with it.
<<addN 1>>
[[You get pushed out the door|ProYourRoom][$advanceperiod = true]]<<background Phone>>\
You whip out your phone to give your good friend a call.
<<youd "Hi Hal9000, call Pepper.">>
Pepper picks up on the second ring, and immediately you can hear shouting in the background.
<<pepperd "~~yeah I know! It won't fit like that!~~ Sorry, hey. $you.firstName, what's up?">>
<<youd "Oh I just wanted to see how the packing was going. Do you need any help?">>
<<pepperd "Haha if only- ~~HEY! DONT PUT THAT THERE! ITS GONNA FALL~~ -sorry it's getting kindof crazy, my mom brought her tiny-ass car so there isn't room for everything and we have to tie some to the roof, this is a mess.">>
<<youd "Damn, I get it. That's rough. Sorry I can't do anything.">>
You hear Pepper sigh into the reciever.
<<pepperd "No. You've been great. More than great. I dont-...">>
<<youd "Uhhh You still there?">>
<<pepperd "...yeah. Yeah. Look, $you.firstName. I like you.">>
<span id="Pepperconfess">Are you going to <<link "Accept">>
<<replace "#Pepperconfess">>
<<youd "Pepper, I like you too. Obviously. I really wasn't kidding about seeing you this summer.">>
<<addPepperL 10>>
<<pepperd "Haha, seriously? But Moon? and I dunno it's all so fast and we're both going home and--.">>
<<youd "Pepper! Pepper...It's fine, I will figure that out. And we will see each other. And I'll call you once I am home tomorrow and we can just, figure it out.">>
<<pepperd "Okay~ You've surprised me yet again. But that's good. Ummm, my mom probably needs my help. So...talk to you tomorrow?">>
<<youd "100%, talk to you tomorrow.">>
You wait for a second, listening, and then hear a delayed silence telling you that she also waited before hanging up.
<<youd "<i>Wow. What am I going to tell Moon.</i>">>
<<set $you.Gf = 'Pepper'>>\
[[Get on with your day|ProD3Pselfie][$re.Event = 1]]
<</replace>>
<</link>> or <<link "Reject">>
<<replace "#Pepperconfess">>
<<youd "Oh, yeah. About that. Pep--">>
<<pepperd "NO! Okay, no problem. Don't say anything more, I don't need to hear it. I don't know what the fuck we've been doing. But okay. Whatever. Enjoy your summer">>
<<youd "Pe--">> <<texting *click*>> <<youd "-pper.">>
<<youd "<i>Ahhhhhh Fuck with a capital F.</i>">>
<<losePepperL 10>>
[[Get on with your day|ProYourRoom][$advanceperiod = true]]
<</replace>>
<</link>></span>
<<set $prologue.Pepper = 5>><<if $re.Count == 0>>\
<<background UGym>>\
You arrive at the gym and start to look for Jodie. Not long after, a gym worker approaches you.
<<strangerd "Are you looking for Jodie?">>
<<youd "Oh, yeah. How did you know?">>
The worker laughs.
<<strangerd "Word got around about the other day, Jodie kept talking about you after you left. Good job by the way.">>
<<youd "Oh, that's cool. So...Is she around?">>
He waves an arm off in the direction of the sauna.
<<strangerd "Yeah, she's actually in the spa area, had a massage appointment. Maybe she's still there if you want to check.">>
<<youd "Yeah, I'll do that. Thanks">>
You walk in the direction he pointed and go inside the 'spa', which is more like a hallway with a bunch of private rooms. Finding another worker to help is easy enough and, before long also find Jodie.
<img src="Media/Character/Jodie/spadoor.jpg" class="center" width="50%">
<<jodied "Hi $you.firstName, you're getting a massage?">>
<<youd "I came to see you actually, but if you're busy I can hang out on the gym floor.">>
<<jodied "Yep, a little. But my masseusse hasn't shown up yet. I'll leave soon if they don't come.">>
<<youd "Alright, maybe I'll see you after.">>
At that, Jodie returns to the massage room, and you are left in the hallway with the worker, who leaves when you don't need any more help.
Her masseusse hasn't shown up, this presents an opportunity.
[[Peek into the room|ProD3Jodie][$re.Count = 1]]
[[Wait for her outside|ProD3Jodie][$re.Count = 9]]
<<elseif $re.Count == 1>>\
<<background MassageRoom>>\
<img src="Media/Character/Jodie/massagetable.jpg" class="center" width="50%">
You wait a few minutes before quietly opening the door, finding that Jodie has changed into a towel and is laying down on the massage table. Still no sign of a masseuse, no sign of anyone at all.
<span id="Jodiemassage">You could <<link "give Jodie a massage, yourself.">>
<<replace "#Jodiemassage">>
Walking over to the face-down Jodie is simple, but you don't know anything about massage. Beyond the obvious 'hands go on body' technique, at which point it's not much different from foreplay.
Jodie notices your presence at her side, though, and mumbles into the pillow and doesn't look up.
<<jodied "Finally, you can get started.">>
With a humm of acknowledgement you think of where to start.
Massage:
[[Her Shoulders and Back|ProD3Jodie][$re.Count = 2]] | [[Her Feet|ProD3Jodie][$re.Count = 3]] |[[Her Butt|ProD3Jodie][$re.Count = 4]] | [[Flip her Over|ProD3Jodie][$re.Count = 6]]
<</replace>>
<</link>> or <<link "don't risk it.">>
<<replace "#Jodiemassage">>
You don't feel ready to intrude on her like that. Better to just wait for the massage to finish.
[[Wait for her outside|ProD3Jodie][$re.Count = 9]]
<</replace>>
<</link>></span>
<<elseif $re.Count == 2>>\
<<background MassageRoom>>\
Your hands make their way across Jodie's back.
<<jodied "Mmmmmm that feels good.">>
Assured by her reaction, you spread some oil over your hands and rub it into her shoulders.
<video src="Media/Character/Jodie/massageback.mp4" class="center" width="50%" autoplay loop></video>\
<<set $re.Event +=1>>\
Massage:
[[Her feet|ProD3Jodie][$re.Count = 3]] |[[Her Butt|ProD3Jodie][$re.Count = 4]] | [[Flip her Over|ProD3Jodie][$re.Count = 6]]
<<elseif $re.Count == 3>>\
<<background MassageRoom>>\
Her feet are so small and soft and, now, slippery with oil. You massage the arch of her foot until she moans from pleasure and relaxation.
<video src="Media/Character/Jodie/massagefeet.mp4" class="center" width="50%" autoplay loop></video>\
<<set $re.Event +=1>>\
Massage:
[[Her Shoulders and Back|ProD3Jodie][$re.Count = 2]] | [[Her Butt|ProD3Jodie][$re.Count = 4]] | [[Flip her Over|ProD3Jodie][$re.Count = 6]]
<<elseif $re.Count == 4>>\
<<background MassageRoom>>\
<<if $re.Event <= 2>>\
<<if $re.Event2 >= 2>>\
Jodie huffs from her position on the table.
<<jodied "This is starting to feel like a bad massage, leave. I am going to get dressed.">>
<<youd "<i>Shit.</i>">>
[[Leave the room quickly|ProD3Jodie][$re.Count = 9]]
<<else>>\
<<jodied "No, keep doing my back">>\
<<set $re.Event2 += 1>>\
Massage:
[[Her Shoulders and Back|ProD3Jodie][$re.Count = 2]] | [[Her Feet|ProD3Jodie][$re.Count = 3]] | [[Flip her Over|ProD3Jodie][$re.Count = 6]]
<</if>>\
<<else>>\
You let your hands wander down her back, reaching the towel draped across her hips and big, round, probably bouncy ass. She doesn't react as you push it down lower and let your hands slide around.
<video src="Media/Character/Jodie/massagebutt.mp4" class="center" width="50%" autoplay loop></video>\
Massage:
[[Her Shoulders and Back|ProD3Jodie][$re.Count = 2]] | [[Her Feet|ProD3Jodie][$re.Count = 3]] |[[Use Oil on her Butt|ProD3Jodie][$re.Count = 5]] | [[Flip her Over|ProD3Jodie][$re.Count = 6]] | [[Finish the Massage and leave the room|ProD3Jodie][$re.Count = 9]]
<</if>>\
<<elseif $re.Count == 5>>\
<<background MassageRoom>>\
The oil comes in handy to make the sliding easier, and it feels great to spread it all over her ass. From time to time, letting your fingers explore between her crack and even brushing against her exposed pussy. She doesn't respond.
<video src="Media/Character/Jodie/massagebuttoil.mp4" class="center" width="50%" autoplay loop></video>\
Massage:
[[Her Shoulders and Back|ProD3Jodie][$re.Count = 2]] | [[Her Feet|ProD3Jodie][$re.Count = 3]] | [[Flip her Over|ProD3Jodie][$re.Count = 6]] | [[Finish the Massage and leave the room|ProD3Jodie][$re.Count = 9]]
<<elseif $re.Count == 6>>\
<<background MassageRoom>>\
<<if $re.Event <= 2>>\
<<if $re.Event2 >= 2>>\
Jodie huffs from her position on the table.
<<jodied "This is starting to feel like a bad massage, leave. I am going to get dressed.">>
<<youd "<i>Shit.</i>">>
[[Leave the room quickly|ProD3Jodie][$re.Count = 9]]
<<else>>\
When you try to prod Jodie to flip over, she gives a muffled response.
<<jodied "No, keep doing my back">>\
<<set $re.Event2 += 1>>\
Massage:
[[Her Shoulders and Back|ProD3Jodie][$re.Count = 2]] | [[Her Feet|ProD3Jodie][$re.Count = 3]] | [[Finish the Massage and leave the room|ProD3Jodie][$re.Count = 9]]
<</if>>\
<<else>>\
To your surprise, Jodie flips onto her back. Not bothering to cover her chest as she does, and not opening her eyes in the process. Lucky. You take the invitation and let one hand roam up to lift and push against one beautiful tit.
<video src="Media/Character/Jodie/massageboob1.mp4" class="center" width="50%" autoplay loop></video>\
Massage:
[[Her Shoulders and Back|ProD3Jodie][$re.Count = 2]] | [[Her Feet|ProD3Jodie][$re.Count = 3]] | [[Her Butt|ProD3Jodie][$re.Count = 4]] | [[Use Two Hands|ProD3Jodie][$re.Count = 7]] | [[Finish the Massage and leave the room|ProD3Jodie][$re.Count = 9]]
<</if>>\
<<elseif $re.Count == 7>>\
<<background MassageRoom>>\
The feeling of one is so incredible, you take both hands and focus your ministrations on her voluptuous chest. Grasping and pushing against the jiggly weight. Jodie moans and rubs her legs together as you do, clearly turned on by the encounter but still enjoying it as a massage.
<video src="Media/Character/Jodie/massageboob2.mp4" class="center" width="50%" autoplay loop></video>\
Massage:
[[Her Shoulders and Back|ProD3Jodie][$re.Count = 2]] | [[Her Feet|ProD3Jodie][$re.Count = 3]] |[[Her Butt|ProD3Jodie][$re.Count = 4]] | [[Massage her Nipples|ProD3Jodie][$re.Count = 8]] | [[Finish the Massage and leave the room|ProD3Jodie][$re.Count = 9]]
<<elseif $re.Count == 8>>\
Not wanting to let go quite yet, you focus your efforts on her nipples, pinching and squeezing the gorgeous mounds of boob-flesh as you do. Jodie keeps moaning and your eyes widen as you stare at her pretty pink nipples, doing everything you can to resist sucking on them.
<video src="Media/Character/Jodie/massageboob3.mp4" class="center" width="50%" autoplay loop></video>\
You feel so lucky to get this far without her noticing anything.
<<set $prologue.Jmas = true>>\
Massage:
[[Her Shoulders and Back|ProD3Jodie][$re.Count = 2]] | [[Her Feet|ProD3Jodie][$re.Count = 3]] |[[Her Butt|ProD3Jodie][$re.Count = 4]] | [[Finish the Massage and leave the room|ProD3Jodie][$re.Count = 9]]
<<else>>\
<<background UGym>>\
You leave the spa area, Jodie none the wiser.
The gym is busy enough to have a comfortable hum throughout, so you find a place to sit and take your phone out to do some browsing and reading.
<i>Time Passes...</i>
<<jodied "Heyyy, you're still here.">>
<<youd "Yeah, it wasn't too long. Did your masseuse show up?">>
<<if $prologue.Jmas == true>>\
<<jodied "Oh, yeah he did, and that was one of the most amazing massages...I think I've ever had.">>
<<youd "Well, lucky you!">>
<<jodied "Really, I hope I am lucky enough to get more massages from him in the future.">>
<<else>>\
<<jodied "He did, the massage was fine, probably'll ask for someone else next time.">>
<</if>>\
<<youd "Hope the next one meets your expectations. Do you have a minute? I want to discuss the possibility of cooperating on this idea I've had about therapy.">>
<<jodied "Oh? Physical therapy?">>
<<youd "Well...kindof. Physical therapy as a way to stimulate mental and emotional healing.">>
Jodie looks intrigued by your proposition and the two of you get to talking. Eventually resulting in the promise to meet early next semester and work on the idea more.
<<set $prologue.Jwork = true>>
[[Head back to Your Room|ProYourRoom][$advanceperiod = true]]
<</if>>\<<background UniHall1>>\
On your way back to the Psych department for a third time, you have a lot of time to think. Thoughts about Ms. Guerrera. Thoughts about Moon. Thoughts about your Mom and, strangely, thoughts about your Dad.
<<youd "<i>Why am I thinking about my dad now, of all the things that could be going through my head.</i>">>
With nothing but time to accompany your steps, you let the thoughts come.
Your dad has always been strict, but caring and attentive within the rules. He was more strict with your $celine.Rel than with your $kim.rel or you. Perhaps the decision you were faced with yesterday, perhaps that's why your dad is coming up now.
Ms. Guerrera was seemingly seeking confirmation of your spirit yesterday. You feel like you demonstrated it to her, but was it what she was looking for?
<<if $prologue.Fpol == true>>\
You have a hunch that it wasn't. Despite following the rules that your father established on the rules of social engagement between men and women. You still have that nagging thought that Ms. Guerrera herself doesn't abide by them.
Nevertheless, you did make a choice. And she is expecting you over the summer.
<<else>>\
Your every instinct points to yes. Your father established rules of engagement between men and women on you from a young age, and you have done your best to follow that advice. But your decision yesterday to break those rules had a visible effect on Ms. Guerrera, and she responded in a way that you can only imagine was, at worst, neutral, but probably positive.
<</if>>\
Your thoughts fade with your arrival at the fated classroom. Without waiting to knock, you open the door. But are greeted by an empty room.
A few steps take you to the table where there was a signup sheet. The sheet is gone. A few more lead you to the professor's lectern and desk. Those have been cleared as well.
Your last visit ended before getting course information for meeting, or even a phone number. Maybe you can check with administration and find out how to contact her.
<<texting *Click*>>
A sound from behind alerts you to the presence of someone else. You spin around, and there she is. Ms Guerrerra.
<<youd "Ms. Guerrera. I was looking for you">>
<<fionad "Oh, good. Another boy who who calls me that name.">>
<span id="Fionadom"><<link "She shouldn't be so snarky">>
<<replace "#Fionadom">>
<<youd "You just can't take it easy for a second, can you? Muñeca.">> You all-but spit out the last word, a look of derision and annoyance crossing your face. And as you look more aggressive Ms. Guerrera looks more happy. A confident grin creeping in.
<img src="Media/Character/Fiona/day3.webp" class="right" width="50%">\
She approaches you, in the middle of the room, and plants her feet firmly squared up to you.
<<fionad "Say it again.">>
<<youd "Muñeca.">>
<<addT 1>>
Ms. Guererra visible quivers at the sound of your voice. And her eyes roll up as she inhales sharply.
<<fionad "Good...">>
You let silence fall over the room while she goes through her motion. She breaks it by reaching out with one hand to grab your shirt, using the other to grab her own, and declaring.
<<fionad "This is what I want. A man. Not a boy.">>
Despite understanding her probable meaning, you counter.
<<youd "There are many types of me--">>
<<fionad "No!...no...There is one type. A. MAN.">>
She shakes her head as if rejecting some inner thought.
<<fionad "If you know what I mean, then you know. And if you don't. Then maybe you need to leave.">>
You take a moment to think, matching her stare with your own.
In the end, you realize that even were you to step up to her challenge today. There would be a tomorrow that would require the same. And another tomorrow, and another. Not something that you could keep up, not yet. Not with your current circumstances.
<<youd "I know. But I cannot. Not today.">>
<<fionad "As you say, then we will focus on the course. And you will tell me if tomorrow comes.">>
You spend the next 30 minutes chatting with Fiona. Covering all the relevant course details, and you leave the classroom much more confident than when you entered, about the coursework anyways.
[[Head back to Your Room|ProYourRoom][$advanceperiod = true]]
<</replace>>\
<</link>> or <<link "You know your limits">>
<<replace "#Fionadom">>
<img src="Media/Character/Fiona/day3.jpg" class="right" width="50%">\
<<youd "Right, your name is your name. I will honor that">>
She looks up to the ceiling for just a flash before replying.
<<fionad "So it is, my first name is Fiona. Since we will be working together over the summer, you may call me that.">>
<<youd "Alright, Fiona. I'm looking forward to the course. I will be going home for the summer but I assume we can cooperate on this course remotely?.">>
<<fionad "Indeed, you are not the only student who will be participating remotely. It will be fine, though, the students who can meet in person will have greater access to me and the material.">>
You hear a ghost of an implication when she says 'access', but it flits away just as quickly as it comes.
<<youd "Then maybe we can nail down some details, because I will be leaving tomorrow and I rememebered I don't have any information on how to keep in touch.">>
You spend the next 30 minutes chatting with Fiona. Covering all the relevant course details, and you leave the classroom much more confident than when you entered, about the coursework anyways.
[[Head back to Your Room|ProYourRoom][$advanceperiod = true]]
<</replace>>
<</link>></span>
<<set $prologue.Fcourse = true>>\
<<set $prologue.Fiona += 1>>\<<background Phone>>\
<<if $prologue.Kailee == 1>>\
Your mind keeps going back to Kailee, eventhough it's been less than 24 hours since you officially 'met'.
So you call her for no real reason and she picks up on the third ring.
<<kaileed "Hey you, how's life?">>
<<youd "Ahh you know, same old same old">>
<<kaileed "Aren't you just the most interesting man in the world">>
<<youd "Ok, one up me then, haha">>
<<kaileed "Maybe I can, I am fucking swamped right now with packing. My folks apparently were always coming today instead of tomorrow. And I have nothing ready.">>
<<youd "That suuuuuuuuucks.">>
<<kaileed "Yeeeeeeeeeah, so I dont really have time to talk. But we'll keep in touch over the summer. Kay?">>
<<youd "For sure, take it easy, Kailee">>
<<kaileed "Thanks $you.firstName, you too.">>
<<texting *click*>>
[[Get on with your day|ProYourRoom][$advanceperiod = true]]
<<else>>\
Your mind keeps going back to Kailee, eventhough it's been less than 24 hours since you officially 'met'. You did promise her you would call, and she picks up almost immediately.
<<kaileed "Hey --- $you.firstName ---">> *Thunk* <<kaileed "--- What's up?">>
<<youd "Hey yourself, uhhh, is now a good time? Why do you sound out of breath?">>
<<kaileed "Not really, no. Sorry. I know we said we would meet, but I totally got the dates wrong. My folks are picking me up right now. And I had nothing packed sooooooo.">>
<<youd "Sooo you're carrying stuff to the car now.">>
<<kaileed "Yep...and my ~~JERK DAD isnt helping!~~ because apparently 'If you cant prepare better then you can work harder'...AGH">>
<<youd "Sounds rough, haha.">>
<<kaileed "Don't laugh~ It's hard work~">>
<<youd "Nono, sorry, you're right. Can I help.">>
<<kaileed "Hell no. Sir, you have done enough.~~psst--I'm having trouble walking~~">>
<<youd "Haha.">>
<<kaileed "I can't stall, my dad is glaring. I gotta go. Kisses!">>
<span id="Kaileebye"> Be <<link "sweet">>
<<replace "#Kaileebye">>\
<<youd "I want more, kiss me again soon.">>
<<addKaileeL 10>>
<<kaileed "You'll have to wait until next semester for the next one. But...I want to also.">>
<<youd "Bye, sexy.">>
<<kaileed "<i>*Muah*</i>">>
<<texting *click*>>
<<set $you.Gf = 'Kailee'>>\
[[Get on with your day|ProD3Pselfie]]
<</replace>>\
<</link>> or be <<link "normal">>
<<replace "#Kaileebye">>\
<<youd "Right. See ya, Kailee.">>
<<loseKaileeL 1>>
[[Get on with your day|ProYourRoom][$advanceperiod = true]]
<</replace>>\
<</link>></span>\
<</if>>\<<background Phone>>\
<<if $re.Count == 0>>\
<<youd "Hi Hal9001, call Moon">> You order your phone's voice activation system.
<<texting *Doot Doot*>>
<<texting *Doot Doot Doot*>>
<<texting *Doooooooooot Doot Doot Doot Dooooooot*>>
<<youd "<i>Damn, where is she?</i>">>
As if summoned by your words, the other end of the call picks up at that moment and your ear is blasted with heavy metal music.
<<moond "HEY! SORRY ABOUT THE NOISE, IS IT TOO LOUD?">> She is practically screaming, which might be amusing if you werent preoccupied with holding your phone at arms length to avoid going deaf.
<<youd "Yeah Babe! It's too loud!">>
<<moond "WHAT?">>
You bring the phone receiver close to your mouth and raise your voice to match.
<<youd "I SAID YEAH! IT'S TOO LOUD!">>
<<moond "OK! WAIT!">>
You continue to hold the phone away from yourself as the music assaults your room. It would sound a lot better not coming through a phone speaker. The seconds drag on, and you start to wonder what her and her friends could be doing with the music so loud. It's still early in the evening so probably not a house party.
When your phone suddenly goes silent. You put it back up to your ear.
<<youd "Hey, how's it going?">>
...but that also just returns silence.
<<youd "Heyyy, Moon?">> You repeat, pointlessly. Checking your screen shows the call was ended so you open up your IM app.
<<texting *Ding*>>
<<moond "Hey sorry. The girls took my phone when I tried to turn down the music. 'No boyfriend time' apparently. I'll call you again later. LOVE YOU xo.">> <<texting -5:23pm>>
<<youd "<i>Well, that settles that</i>">>
You lean back in your chair again, hands clasped behind your head in thought. You stay there for a few minutes slowly drifting away into a daydream, until your phone starts to buzz, snapping you back to the present. It's a call from your <<textbox "$celine.Rel" "landlady">>. Your <<textbox "$kim.Rel" "roommate">> is usually with her in the evenings so maybe you will get to talk to her also. (You can change these later through your laptop).
[[Answer it|ProD2Moon][$re.Count = 1]]
[[Ignore it|ProD2Moon][$re.Count = 2]]
<<elseif $re.Count == 1>>\
<<set $re.Count = 0>>\
<<youd "Hey $celine.Rel! What's up?">>
<<celined "It's good to hear your voice! I'm so excited to see you tomorrow!">>
<<youd "Ahh likewise, I can't wait to get back home with you guys for the summer">>
<<celined "Kim is practically bouncing off the walls, you're on speaker so she can hear too">>
Kim, your $kim.Rel, is still in school. You two have always had a good friendship and she cried when you left for college. She must be counting down the days until her older <<textbox "$kim.Rely" "roommate">> is back.
<<youd "Hey Kimmy~, you've been taking care of our $celine.Rel, right?">>
There is a moment of quiet after you speak, but you can faintly hear insistent whispers through the line.
<<kimd "Of course, we didn't even notice you're gone.">>
The words are surprising, but you hear giggling in the background and figure out whats up. Time to have a little fun.
<<youd "Oh, I know what you mean, I haven't really missed you at all. $celine.Rel, on the other hand">>
<<kimd "HEY! That's mean!">>
<img src="Media/Character/Kim/Newdress.jpg" class="right" width="50%">\
<<youd "Hahaha, then don't start playing that game. Of course I miss you both.">>
Your $celine.Rel's voice comes on at that.
<<celined "Awww so sweet, do you know that Kim even bought a new dress for tomorrow?">>
<<kimd "MOM, thats a secret!!">>
You laugh as arguing breaks out on their end of the call. Content to let them figure it out, you start to imagine what kind of dress she got.
They seem to settle down, and your $kim.Rel comes on again.
<<kimd "Anyways, we're all looking forward to it. Be ready around noon, we'll get lunch together before going home.">>
<<youd "Sure thing, see you tomorrow, kiddo">>
<<kimd "AGH, I'M NOT A KID ANYMORE-">> <<texting *click*>>
<<youd "Ha-ha, and yet...">>
You put your phone down and settle back in your chair again, resting your eyes as you daydream more about the reunion.
[[You drift off to pleasant thoughts|ProD2Moon][$re.Count = 3]]
<<elseif $re.Count == 2>>\
<<set $re.Count = 0>>\
You ignore the call, but when your phone buzzes again, you check the notification.
The text is pretty long but you skim it to find out that your $celine.Rel will be coming with your $kim.Rel to pick you up tomorrow. And something else about a surprise, but it's not clear.
<<youd "<i>Sounds nice</i>">> You think to yourself as you lean back in your chair and drift off.
[[You enjoy pleasant thoughts about the day|ProD2Moon][$re.Count = 3]]
<<else>>
<<set $re.Count = 0>>\
<<advanceperiod 1>>
You awaken with a start, nearly tipping your chair over in the process. Realizing that you have been dozing in your chair for a few hours, you get up and groggily look around. It's clearly night now, and you are alone. Maybe Moon is finally done with her friends. Or maybe there is someone else you could hang out with?
[[See if Moon wants to come over|ProD2BootyCall][$random = 0]]
<<if $prologue.Kailee == 2>>\
[[See if Kailee wants to come over|ProD2BootyCall][$random = 1]]
<</if>>\
<<if $prologue.Pepper == 3>>\
[[See if Pepper wants to come over|ProD2BootyCall][$random = 2]]
<</if>>\
<</if>>\<<background ProYourDorm>>\
<<if $re.Count == 0>>\
<<if $random == 0>>\
You call Moon again and this time she picks up immediately.
To your surprise, she doesn't even say hi before voicing her demand.
<<moond "$you.sexName, I need you, god I'm so horny right now!">>
<<youd "Babe, I was thinking the same thing. Come over, I'll meet you downstairs.">>
<<elseif $random == 1>>\
You ring up Kailee and she seems surprised to hear from you.
<<kaileed "Heyyyy $you.firstName. Miss me so soon?">>
She giggles at your reply.
<<youd "Hell yeah, that ass is imprinted in my brain. You doing anything tonight?">>
<<kaileed "Well then...I'll get dressed. See you soon, big guy">>
<<elseif $random == 2>>\
You call Pepper and she picks up with a sleepy voice.
<<pepperd "Hmmmpf $you.firstName? What's up?">>
<<youd "Are you seriously sleeping already? It's barely past sunset">>
<<pepperd "I'm tiiiiiiiiired">>
Her complaint gives you an idea.
<<youd "Ok ok, how about you come and be tired here instead.">>
<<pepperd "What's in it for me, I'm already in my pjs.">>
<<youd "Hah, how about another massage?">>
<<pepperd "...">>
<<youd "Pepper?">>
<<pepperd "Ok give me 15 minutes.">>
<</if>>
You both hang up.
<<youd "<i>Nice</i>">>
You only have to do a little bit of cleanup before your guest arrives. And put on some ambient music, then head downstairs to get her.
<img @src="'Media/StaticEvents/ProBooty/lobby' + $random + '.jpg'" class="right" width="50%">\
She's waiting in the lobby, pretty as ever.
<<if $random == 0>>\
<<youd "Hey, Babe--">> You start to say, before she jumps into your arms and starts kissing you frantically.
<<youd "Haha">> *kiss* <<youd "Okay we--">> *kiss* <<youd "Ahhh C'mon">> *kiss*
You pick Moon up and carry her to the elevator, and eventually through your door.
<<elseif $random == 1>>\
<<youd "Hey cutie, glad you came.">>
<<kaileed "I'm glad you invite me handsome.">> She says as she approaches you, going up on her toes for a kiss.
<<kaileed "Are you going to treat me well tonight?">>
<<youd "Whether I treat you like a princess, or a whore, you'll like it.">> and you take her new words away with another big kiss.
When you finally let her up, she wobbles but clearly moves towards the elevator.
<<kaileed "Don't keep me waiting then~">>
You dutifully follow, and upstairs, hurry her into your room.
<<elseif $random == 2>>\
<<youd "Hey sleepyhead, glad you came">>
Pepper plods over your to in mock exaggeration and fairly throws herself onto you.
<<pepperd "Carry me~">>
You lift her up in a princess carry, and move towards the elevator. She leans against your chest and takes a big deep breath as you step through the doors.
<<pepperd "You smell nice.">>
<<youd "Haha, thanks. I'll wait until we get inside to do the same to you.">>
Pepper smacks you with her free hand. But then just tucks her face deeper into your chest as you walk through your door.
<</if>>\
When the two of you get inside, the feeling becomes hot and heavy really fast.<<if $random == 2>> Pepper seems to have completely forgotten being tired.<</if>> With little urging, she gets down on her knees and yanks your pants down at the same time, smiling when you cock is free and hovering in front of her face.
<<if $random == 0>>\
<<moond "Yess I've been hungry for this all day.">>
She barely gets out before engulfing your cock in her mouth.
<<elseif $random == 1>>\
<<kaileed "It's only been a few hours and I almost forgot how fucking big you are.">>
Kailee gasps before letting her tongue slide all over your head.
<<elseif $random == 2>>\
<<pepperd "A massage, huh. Looks like I'm the one giving you a massage $you.firstName.">>
Pepper doesn't seem unhappy about it though, she trails around your cockhead for only a few licks before engulfing the whole thing in her throat.
<</if>>\
[[She sucks you off|ProD2BootyCall][$re.Count = 1]]
<<elseif $re.Count == 1>>\
<video @src="'Media/StaticEvents/ProBooty/bj1' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
You enjoy the feeling as she sucks you off, drifting along the winds of pleasure and watching her naughty eyes gaze up at you.
[[Let her suck more|ProD2BootyCall][$re.Count = 2]] | [[Fuck her|ProD2BootyCall][$re.Count = 3]] | [[Let her ride you|ProD2BootyCall][$re.Count = 5]] | [[Cum on her Face|ProD2BootyCall][$re.Count = 6]]
<<elseif $re.Count == 2>>\
<<if $random == 0>>\
Moon sucks you off with renewed passion, she looks so happy your dick in her mouth.
<<elseif $random == 1>>\
Kailee keep sucking you off happily. The sight of her in front of you with your cock sliding over her lips just seems right. She should always be like this.
<<elseif $random == 2>>\
For the second time, Pepper has your dick in her mouht, and she isn't taking it for granted. Savouring your dick with each movement, her other hand between her legs, no doubt massaging the juices around her pussy while she massages her saliva around your cock.
<</if>>\
<video @src="'Media/StaticEvents/ProBooty/bj2' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
[[Keep the BJ going|ProD2BootyCall][$re.Count = 1]] | [[Fuck her|ProD2BootyCall][$re.Count = 3]] | [[Let her ride you|ProD2BootyCall][$re.Count = 5]] | [[Cum on her Face|ProD2BootyCall][$re.Count = 6]]
<<elseif $re.Count == 3>>\
You move her in front of you and bend her over, slapping your dick on her asscheeks as she looks over her shoulder, prepared to take your whole length inside.
<<if $random == 0>>\
<<moond "Fuck me with that fat cock $you.sexName. I need to be stretched out~.">>
She is begging, and you fulfill her wish.
<<elseif $random == 1>>\
<<kaileed "Ahhh it's still stretching me out~ It's going to take so long to get used to your big dick $you.sexName~">>
<<youd "You will, slut. When I'm fucking you every night, your pussy will shape itself around my cock.">>
<<kaileed "AAAAAAHHH YESSS I WANT IT">>
<<elseif $random == 2>>\
<<pepperd "Goddddd I had no idea it would feel so good inside. You're tasty as fuck but this is sublime~">>
You make sure to slap your balls against her pussy as you bottom out. Causing her to yelp each time your hips meet her ass.
<</if>>\
<video @src="'Media/StaticEvents/ProBooty/fuck1' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
[[Make her suck you again|ProD2BootyCall][$re.Count = 1]] | [[Change Position|ProD2BootyCall][$re.Count = 4]] | [[Let her ride you|ProD2BootyCall][$re.Count = 5]] | [[Cum on her Face|ProD2BootyCall][$re.Count = 6]]
<<elseif $re.Count == 4>>\
You open up her legs and she gazes at you with slutty, lust-filled eyes.
<<if $random == 0>>\
<<moond "I love when you control me~ Please don't be gentle, use me baby">>
<<youd "You're mine, Moon. Now and forever.">> The sweet words of romance accentuated by the wet slaps of your hips meeting.
<<moond "Yes, my king.">>
<<elseif $random == 1>>\
<<kaileed "Ahh you're getting so deep like this, don't stop~">>
You push into her so hard she slides along the floor with each stroke.
<<youd "Even if you told me to stop, I couldn't. Your pussy is too fucking good.">>
<<kaileed "Haaaa~ That's exactly what I want to hear. <i>*MMMPH*</i>">>
<<elseif $random == 2>>\
<<pepperd "Massage my tits while you fuck me, I love how your hands feel $you.sexName">>
<<youd "As my princess commands.">> You say as you pinch her nipple, drawing a surprised yelp and a mischievous grin.
<</if>>\
<video @src="'Media/StaticEvents/ProBooty/fuck2' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
[[Make her suck you again|ProD2BootyCall][$re.Count = 1]] | [[Keep fucking her|ProD2BootyCall][$re.Count = 3]] | [[Let her ride you|ProD2BootyCall][$re.Count = 5]] | [[Cum on her Face|ProD2BootyCall][$re.Count = 6]]
<<elseif $re.Count == 5>>\
You get underneath her as your slut climbs on top, intending to ride you like a bull.
<video @src="'Media/StaticEvents/ProBooty/ride' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
[[Make her suck you again|ProD2BootyCall][$re.Count = 1]] | [[Push her back down|ProD2BootyCall][$re.Count = 3]] | [[Cum on her Face|ProD2BootyCall][$re.Count = 6]]
<<elseif $re.Count == 6>>\
<<youd "Get ready, I'm reaching my limit!">>
You grunt and she gets down on her knees, ready to receive your big, white gift.
<<if $random == 0>>\
<<moond "Give it all to meee~ I want to taste your cum.">>
<<addMoonL 1>>
<<elseif $random == 1>>\
<<kaileed "Yesss big boy, feed it to me. Cover me in your seed.">>
<<addKaileeL 1>>
<<set $prologue.Kailee = 4>>\
<<elseif $random == 2>>\
<<pepperd "Ahh finally, my massage oil. Cover my face $you.sexName, I need to rub it in everywhere.">>
<<addPepperL 1>>
<<set $prologue.Pepper = 4>>\
<</if>>\
<video @src="'Media/StaticEvents/ProBooty/facial' + $random + '.mp4'" class="center" width="50%" autoplay loop></video>\
With her face and tongue touched by your cum, you rub the last drops off on her cheek and give her a wink. Happy that the two of you could spend this night together.
Afterwards, you both get cleaned up and cuddle together in your bed, watching a random stream before falling asleep.
[[Drift away to sexy dreams|ProD3Wakeup]]
<</if>>\<<background ProYourDorm>>\
<<advanceperiod 1>>\
You wake up in the morning to a beautiful sight.
<img @src="'Media/StaticEvents/ProBooty/morning' + $random + '.jpg'" class="right" width="50%">\
<<if $random == 0>>\
<<youd "Selfie time already?">>
<<moond "You caught me, social media never sleeps">>
<span id="Moonselfie">Do you <<link "Confront her">>
<<replace "#Moonselfie">>\
<<youd "Isn't that a little sexy for your socials?">>
Moon turns to you while she is editing the photo and looks up from her phone.
<<moond "Oh? You think so?">> she pauses, gauging your expression, before looking back to her phone and tapping twice.
<<moond "Ok, sorry babe I didn't think about that. I deleted it.">>
You sit up on the bed and she comes over to give you a face-to-boob hug.
<<youd "Sorry, just had a feeling about that one">>
<<moond "No problem, you're my sweetheart and the only one who owns this body. Other than me of course.">>
<<addMoonC 1>>
You stick your tongue out at her <<youd "Ha, of course.">>
<<youd "So it's my last day, what are you planning to do?">>
<<moond "Oh, Pepper invited me to hang out, she said it's her last day so I'll help her and her mom get the car packed.">>
<<if $prologue.Pbj == true>>\
You feel your temperature spike. You and Moon have never actually dealt with promiscuity head on, but you always thought there was an understanding of semi-freedom for you. Hopefully, that's really the case.
<<youd "Uhhhh, great, tell her I say hi.">>
<<moond "I will">>
<</if>>\
<<youd "Have you met her mom before?">>
Moon thinks for a moment but eventually shakes her head.
<<moond "No, I don't think I have. You?">>
<<youd "Me neither, hopefully the visit goes well.">>
<<moond "Hope so. Anyways I gotta run, talk to you later?">>
<<youd "Sure">>
And with that, Moon exits your room and you are alone with the morning.
[[The start of a new day|ProYourRoom]]
<</replace>>
<</link>> Or <<link "Ignore it">>
<<replace "#Moonselfie">>
<<youd "I hope it gets a lot of engagement.">>
<<moond "Thanks babe, me too, that sponsorship money has been a lifesaver.">>
<<addMoonL 1>>
<<youd "So it's my last day, what are you planning to do?">>
<<moond "Oh, Pepper invited me to hang out, she said it's her last day so I'll help her and her mom get the car packed.">>
<<if $prologue.Pbj == true>>\
You feel your temperature spike. You and Moon have never actually dealt with promiscuity head on, but you always thought there was an understanding of semi-freedom for you. Hopefully, that's really the case.
<<youd "Uhhhh, great, tell her I say hi.">>
<<moond "I will">>
<</if>>\
<<youd "Have you met her mom before?">>
Moon thinks for a moment but eventually shakes her head.
<<moond "No, I don't think I have. You?">>
<<youd "Me neither, hopefully the visit goes well.">>
<<moond "Hope so. Anyways I gotta run, talk to you later?">>
<<youd "Sure">>
And with that, Moon exits your room and you are alone with the morning.
[[The start of a new day|ProYourRoom]]
<</replace>>
<</link>></span>
<<elseif $random == 1>>\
<<youd "Morning 'babe', hah, ready for round two?">>
Kailee nearly chokes on whatever she has inside the cup.
<<kaileed "Jeez, my pussy is still sore from last night, your dick is....kindof mean.">>
<<youd "Oh, sorry. Too hard? Too big?"
She smiles at your two options <<kaileed "Both! But...it's a good thing. I really could get addicted you know?">>
You walk up to her and wrap your arms around her waist, leaning down as if to kiss her but going further and licking her nipple instead.
<<youd "Then I'll just have to pleasure you another way.">>
<<kaileed "Haha ok Mr Fucks-a-lot.">> But lets still wait until this evening at least.">>
You put on your best puppy-dog face but concede.
<<youd "Ok. Then let's make a plan to meet up later.">>
<<kaileed "Sure, call me after sunset and we can go from there. But I'm going to get dressed now and pack, my folks will come to pick me up tomorrow afternoon.">>
<<youd "Ahhh I'm leaving tomorrow too. Good luck with the pack">>
<<kaileed "You too, see you later.">> And then, with a blown kiss, she disappears through the door.
[[The start of a new day|ProYourRoom]]
<<elseif $random == 2>>\
You lean across the bed and grab a handful of Pepper's ass as she kneels there.
<<pepperd "AH, haha. You want more?">>
<span id="PepperMorning">Uhhh <<link "Hell yeah">>
<<replace "#PepperMorning">>
<<youd "If you're up for it?">>
Pepper responds by pulling her panties down over her hips and bending forward.
<<pepperd "I don't have much time. Fuck me HARD">>
Your Commanding Officer springs to attention immediately and you crawl over to mount her completely. Whispering in her ear when the COs helmet reaches her trench.
<<youd "Beg for it, bitch">>
Pepper shakes her ass underneath you, nearly forcing you to penetrate her with the movement.
<<pepperd "Woof woof <i>*pant*pant*pant</i>">>
Her acting does it, and you thrust forward in one hard motion, causing her pant to turn into a yelp, and then a moan.
<img src="Media/Characters/ProBooty/pepperdoggy.webp" class="right" width="100%">>
You fuck hard and fast, finishing in only a few minutes at her insistence.
<<pepperd "Do it inside, I'm on the pill">>
<span id="Peppercum"> Cum <<link "Outside">>
<<replace "#Peppercum">>
<<youd "Uhhhh nah I don't really want to. Even with the pill.">>
Pepper pushes you off impatiently.
<<pepperd "Ok, whatever, in my mouth then.">>
She engulfs your member and starts to suck, causing you to orgasm in only a handful of seconds.
<img src="Media/Characters/ProBooty/pepperthroat.webp" class="right" width="100%">>
When you finish, she releases your dick and licks the last drops of your sperm off her lips.
<<pepperd "Lovely breakfast, I could get used to this. But now I really have to go, I'm leaving today.">> She says as she starts to get dressed.
<<youd "Oh, for real? I thought you were going on the weekend.">>
<<pepperd "Yeah, I was. My mom is coming instead of my dad though, and she'll be golfing on the weekend. So SHE said I have to leave today.">>
<<youd "Ahh, that sucks, I'll have to visit and cheer you up.">>
<<pepperd "Hah, dude we live like, 3 states away. But if you do I'll let you fuck my ass or something.">>
Her words make your jaw drop, and threaten to give you an erection again.
<<youd "I'll fucking....see you in June.">>
The erection completes it's horizontal journey.
<<pepperd "HAHA, see you $you.firstName. Hopefully.">>
<<addPepperL 1>>
And with that, she turns and walks out the door, leaving you and your cock standing at attention with no one to salute.
<<youd "Can I love two girls at once?">> You wonder to the empty room.
[[The start of a new day|ProYourRoom]]
<</replace>>
<</link>> or <<link "Inside">>
<<replace "#Peppercum">>
<img src="Media/Characters/ProBooty/peppercream.webp" class="right" width="100%">>
You lunge forward at her suggestion and start to spasm, dumping shot after shot of hot babyjuice into her pussy. Whether she is on the pill or not you don't actually know, but you trust her, and give her every last drop.
<<youd "Fuuuuuuck that feels so good. Your pussy is sucking me dry.">>
Pepper pushes back into you with each shot, as if to force it to come out deeper inside.
<<pepperd "Yeah $you.sexName, my pussy is so thirsty for your cum, I want to drink it all~">>
Eventually, your spasms subside, and you finish your deposit into her box. Falling backwards off her, onto the bed.
Pepper quickly pulls her panties back on, trapping the cum inside. And then leans forward to lick your cock clean.
<<pepperd "Lovely breakfast, I could get used to this. But now I really have to go, I'm leaving today.">> She says as she starts to get dressed.
<<youd "Oh, for real? I thought you were going on the weekend.">>
<<pepperd "Yeah, I was. My mom is coming instead of my dad though, and she'll be golfing on the weekend. So SHE said I have to leave today.">>
<<youd "Ahh, that sucks, I'll have to visit and cheer you up.">>
<<pepperd "Hah, dude we live like, 3 states away. But if you do I'll let you fuck my ass or something.">>
Her words make your jaw drop, and threaten to give you an erection again.
<<youd "I'll fucking....see you in June.">>
The erection completes it's horizontal journey.
<<pepperd "HAHA, see you $you.firstName. Hopefully.">>
<<addPepperL 1>>
And with that, she turns and walks out the door, leaving you and your cock standing at attention with no one to salute.
<<youd "Can I love two girls at once?">> You wonder to the empty room.
[[The start of a new day|ProYourRoom]]
<</replace>>
<</link>></span>
<<set $pepper.Visit = true>>
<</replace>>
<</link>> Or <<link "Just teasing">>
<<replace "#PepperMorning">>
<<youd "Just like grabbing your ass, you look so sexy this morning.">>
Pepper leans down to give you a kiss <<pepperd "<i>*Muah*</i> - Thanks">>
<<youd "What's your plan for today?">>
<<pepperd "I didn't tell you before? My mom is coming to pick me up.">>
<<youd "Oh damn, I thought you were leaving on the weekend.">>
<<pepperd "Yeah, I was. My mom is coming instead of my dad though, and she'll be golfing on the weekend. So SHE said I have to leave today.">>
Pepper falls down on your chest and crushes a hug into you. Then gets back up and gets dressed.
<<pepperd "I wish we had more time, but at least I'll see you next semester.">>
<<youd "Me too.">>
Silence falls on the room as she dresses.
<<youd "Hey, maybe I can visit you during the summer.">>
Pepper finishes and gives you another kiss before going to the door.
<<pepperd "Don't get my hopes up, but if you can....Anyways, see you next year!">>
The door shuts, and you are left alone with your thoughts.
[[The start of a new day|ProYourRoom]]
<</replace>>
<</link>></span>
<</if>>Transition under construction, go back and save.<<widget "reset">>
<<set $re={
Count: 0,
Event: false,
Event2: false,
}>>\
\
<<set $sex={
Handjob: false,
Blowjob: false,
Titjob: false,
Assjob: false,
Fuck: false,
Anal: false,
}>>\
\
<</widget>>
<<background Phone>>\
<<if $re.Event == 1>>\
A few seconds after you end the call, your phone vibrates again. It's a message from Pepper, so you open up the chat. There's a picture followed by just a few letters.
<<pepperd "XoXo.">>
<img src="Media/Character/Pepper/pselfie.jpg" class="center" width="50%">\
<<youd "<i>Nice.</i>">>
[[Get on with your day|ProYourRoom][$advanceperiod = true]]
<<else>>\
A few seconds after you end the call, your phone vibrates again. It's a message from Kailee, so you open up the chat. There's a picture followed by just a few letters.
<<kaileed "XoXo.">>
<img src="Media/Character/Kailee/pselfie.jpg" class="center" width="50%">\
<<youd "<i>Nice.</i>">>
[[Get on with your day|ProYourRoom][$advanceperiod = true]]
<</if>>