Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
,,,,,,,,,,,,,,,,,,,,,,,,<<nobr>>
<<set $gameversion to 58>>
<<set $gameDate to new Date("2019-07-14T07:00Z"); >>
<<set $GameDays to [
"Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"
];>>
<<set $day to 1>>
<<set $period to 1>>
<<set $periodname to "Morning">>
<<set $activate to 0>>
<<set $mc to {
name: "John",
int: 0,
str: 0,
end: 0,
power: 0,
powertotal: 0,
powersubt: 0,
charisma: 0,
friends: 0,
drunk: false,
seXP: 0,
porn: 0,
dom: 0,
sub: 0,
job: null,
money: 1000,
collars: 0,
eyes: "blue",
hair: "blond",
}>>
<<set $sis to {
name: "Sasha",
title: "Master",
trust: 2,
corr: 0,
sex: 0,
loc: "bathroom",
bdsm: 0,
slave: 0,
homework: 0,
homeworktotal: 0,
questmain: 0,
gallery: [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
}>>
<<set $mom to {
name: "Mom",
title: "Master",
trust: 2,
corr: 0,
sex: 0,
loc: "kitchen",
bdsm: 0,
slave: 0,
questmain: 0,
gallery: [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
}>>
<<set $kate to {
name: "Kate",
trust: 0,
corr: 0,
sex: 0,
loc: "classroom",
pool: 0,
class: 0,
questmain: 0,
gallery: [0,0,0,0,0,0,0],
}>>
<<set $hotdog to{
int: 0,
}>>
<<set $lemo to{
int: 0,
}>>
<<set $lucy to {
name: "Lucy",
trust: 0,
corr: 0,
sex: 0,
loc: "classroom",
library: 0,
class: 0,
notes: 0,
questmain: 0,
gallery: [0,0,0,0,0],
}>>
<<set $alice to{
trust: 0,
corr: 0,
name: "Alice",
loc: "restrooms",
firstclass: 0,
gallery: [0,0,0,0,0],
}>>
<<set $jade to {
name: "Jade",
trust: 0,
corr: 0,
sex: 0,
loc: "classroom",
train: 0,
traintotal: 0,
class: 0,
torn: 0,
questmain: 0,
gallery: [0,0,0,0,0,0,0,0,0],
}>>
<<set $abigail to {
trust: 0,
int: 0,
name: "Abigail",
progress: 0,
corr: 0,
gallery: [0,0,0,0,0],
}>>
<<set $carla to {
trust: 0,
corr: 0,
name: "Carla",
progress: 0,
gallery: [0,0,0,0,0],
}>>
<<set $missy to {
trust: 0,
corr: 0,
name: "Missy",
progress: 0,
gallery: [0,0,0,0,0],
}>>
<<set $teacher to {
name: "Teacher",
int: 0,
trust: 0,
corr: 0,
sex: 0,
questmain: 0,
questclass: 0,
loc: "chemistry classroom",
gallery: [0,0,0,0,0],
}>>
<<set $sato to {
name: "Akira Sato",
int: 0,
trust: 0,
corr: 0,
sex: 0,
questmain: 0,
loc: "japanese classroom",
gallery: [0,0,0,0,0,0],
}>>
<<set $powers to {
name: "Jessie Powers",
int: 0,
trust: 0,
corr: 0,
sex: 0,
questmain: 0,
loc: "mathematics hall",
gallery: [0,0,0,0,0,0,0],
}>>
<<set $dean to {
name: "Tabitha Graves",
int: 0,
trust: 0,
corr: 0,
sex: 0,
route: "sub",
questmain: 0,
loc: "Dean's office",
loc1: "Dean's office",
loc2: "Dean's office",
loc3: "park",
loc4: "park",
gallery: [0,0,0,0,0,0,0,0,0,0,0],
}>>
<<set $school to {
status: 0,
statuschem: 0,
statusecon: 0,
statushall: 0,
statusjap: 0,
statusmath: 0,
statuscafe: 0,
statuspool: 0,
statusgym: 0,
statuslib: 0,
todaychem: 0,
todayecon: 0,
todayhall: 0,
todayjap: 0,
todaymath: 0,
missedchem: 0,
missedecon: 0,
missedhall: 0,
missedjap: 0,
missedmath: 0,
grades: 0,
finalexam: 0,
examgirl1: "",
examgirl2: "",
examgirl3: "",
examgirls: {jade: 0,kate: 0,lucy: 0,alice: 0,mom: 0,sato: 0,powers: 0,teacher: 0,dean: 0},
girlspower: {jade: 9,kate: 5,lucy: 12,alice: 3,mom: 15,sato: 6,powers: 7,teacher: 13,dean: 20},
exameffects: {jade: 0, alice: 0, mom: 0, sato: 0},
examdefeated: 0,
degree: "",
degreemult: 1,
graduated: 0,
}>>
<<set $restaurant to {
avaible: 0,
status: 0,
employee: 0,
salary: 0,
worked: 0,
barworked: 0,
haveworked: 0,
carla: 0,
missy: 0,
meeting:0,
}>>
<<set $quest to {
jadeclass: 0,
jadegym: 0,
jadegiftquest: 0,
lucyclass: 0,
lucylibrary: 0,
lucygiftquest: 0,
kateclass: 0,
katepool: 0,
kategiftquest: 0,
teacheroffice: 0,
sisbathroom: 0,
sisbedroom: 0,
momhouse: 0,
alicebathroom: 0,
basement: 0,
}>>
<<homeworksetup>>
<<set $has to {
study: 0,
breakfast: 0,
work: 0,
wash: 0,
lunch: 0,
dinner: 0,
porn: 0,
dishes: 0,
vacuum: 0,
passTest: 0,
failTest: 0,
metjade: 0,
metlucy: 0,
metkate: 0,
metalice: 0,
giftJade: 0,
giftSister: 0,
giftMom: 0,
giftLucy: 0,
giftKate: 0,
sisterintro: 0,
pocketmoney: 0,
usedcheat: 0,
bathroomkey: 0,
bathroomkeycopy: 0,
sexapplucy: 0,
sexappkate: 0,
sexapplucy: 0,
lucyid: 0,
kateid: 0,
jadeid: 0,
aliceid: 0,
carlaid: 0,
missyid: 0,
abigailid: 0,
todaynotes: 0,
jadefamily: 0,
intelligentman: 0,
katecafeteria: 0,
class: 0,
alicedailyblowjob: 0,
aliceaddress: 0,
receivedlucynudes: 0,
abigailaddress: 0,
paidbills: 0,
}>>
<<set $inv to {
katebikini: 0,
jadeleggings: 0,
momjewelry: 0,
}>>
<<set $books to {
dom: 0,
}>>
<<set $homework to {
has: 0,
subject: 0,
difficulty: 0,
done: 0,
impossible: 0,
haschem: 0,
donechem: 0,
hasecon: 0,
doneecon: 0,
hasjap: 0,
donejap: 0,
hasmath: 0,
donemath: 0,
}>>
<<set $bdsm to {
activate: 0,
}>>
<<set $uipassages to ["Cheat","Gallery Main","Progress","Credits"]>>
<</nobr>>''Welcome to the new version of Become Someone, which is the v0.5.8. We hope you will enjoy the new content!''
''If you want to play on the long videos version or use cheats you must donate on Patreon:''
<a href="https://www.patreon.com/bePatron?u=10423542" target="_blank" data-patreon-widget-type="become-patron-button">[img["ressources/patreon.jpg"]]</a>\
<span class="int stat">''Check the changelog <a style="font: 16px/1 Helmet,Freesans,sans-serif;font-weight:700;text-decoration:none" href="https://volen-games.com">the official website</a>''</span>
<button id="startbutton" class="large green button">[[Let's start|Game start]]</button>
<<nobr>>
<<widget "locations">>
<<if isDateBetween($gameDate,'07:00','07:59')>>
<<set $sis.loc to "bathroom">>
<<set $mom.loc to "kitchen">>
<<set $jade.loc to "her bedroom">>
<<set $kate.loc to "her bedroom">>
<<set $lucy.loc to "her bedroom">>
<<if $daycheck is "Thursday">>
<<set $alice.loc to "japanese classroom">>
<<elseif $daycheck is "Wesnesday">>
<<set $alice.loc to "study hall">>
<<else>>
<<set $alice.loc to "restrooms">>
<</if>>
<<set $teacher.loc to "chemistry classroom">>
<<if $sato.questmain is 5 && $daycheck is "Wednesday">>
<<set $sato.loc to "Mrs. Sato's home">>
<<else>>
<<set $sato.loc to "japanese classroom">>
<</if>>
<<set $powers.loc to "mathematics hall">>
<<if $daycheck is "Saturday" || $daycheck is "Sunday">>
<<if !isDateBetween($gameDate,'15:00','15:59')>>
<<set $dean.loc to $dean.loc1>>
<<else>>
<<set $dean.loc to $dean.loc2>>
<</if>>
<<else>>
<<set $dean.loc to "Dean's office">>
<</if>>
<<elseif isDateBetween($gameDate,'08:00','13:59')>>
<<set $sis.loc to "high school">>
<<set $mom.loc to "economics hall">>
<<if $daycheck is "Wednesday">>
<<set $jade.loc to "study hall">>
<<set $kate.loc to "study hall">>
<<set $lucy.loc to "study hall">>
<<else>>
<<set $jade.loc to "chemistry classroom">>
<<set $kate.loc to "economics hall">>
<<set $lucy.loc to "mathematics hall">>
<</if>>
<<if $daycheck is "Thursday">>
<<set $alice.loc to "japanese classroom">>
<<elseif $daycheck is "Wesnesday">>
<<set $alice.loc to "study hall">>
<<else>>
<<set $alice.loc to "restrooms">>
<</if>>
<<set $teacher.loc to "chemistry classroom">>
<<if $sato.questmain is 5 && $daycheck is "Wednesday">>
<<set $sato.loc to "Mrs. Sato's home">>
<<else>>
<<set $sato.loc to "japanese classroom">>
<</if>>
<<set $powers.loc to "mathematics hall">>
<<set $dean.loc to "Dean's office">>
<<elseif isDateBetween($gameDate,'22:00','06:59')>>
<<set $sis.loc to "Sis's bedroom">>
<<set $mom.loc to "Mom's bedroom">>
<<set $jade.loc to "her bedroom">>
<<set $kate.loc to "her bedroom">>
<<set $lucy.loc to "her bedroom">>
<<set $alice.loc to "her bedroom">>
<<set $teacher.loc to "her bedroom">>
<<set $sato.loc to "her bedroom">>
<<set $powers.loc to "her bedroom">>
<<set $dean.loc to "her bedroom">>
<<elseif isDateBetween($gameDate,'14:00','14:59')>>
<<set $sis.loc to "high school">>
<<set $mom.loc to "teachers' office">>
<<set $jade.loc to "cafeteria">>
<<set $kate.loc to "cafeteria">>
<<set $lucy.loc to "cafeteria">>
<<set $alice.loc to "cafeteria">>
<<set $teacher.loc to "teachers' office">>
<<if $sato.questmain is 5 && $daycheck is "Wednesday">>
<<set $sato.loc to "Mrs. Sato's home">>
<<else>>
<<set $sato.loc to "teachers' office">>
<</if>>
<<set $powers.loc to "teachers' office">>
<<set $dean.loc to "Dean's office">>
<<elseif isDateBetween($gameDate,'15:00','16:59')>>
<<set $sis.loc to "living room">>
<<if isDateBetween($gameDate,'15:00','15:59')>>
<<set $mom.loc to "teachers' office">>
<<else>>
<<set $mom.loc to "kitchen">>
<</if>>
<<set $jade.loc to "gym">>
<<set $kate.loc to "pool">>
<<set $lucy.loc to "library">>
<<set $alice.loc to "restrooms">>
<<set $teacher.loc to "teachers' office">>
<<if $sato.questmain is 5 && $daycheck is "Wednesday">>
<<set $sato.loc to "Mrs. Sato's home">>
<<else>>
<<set $sato.loc to "teachers' office">>
<</if>>
<<set $powers.loc to "teachers' office">>
<<if !isDateBetween($gameDate,'15:00','15:59')>>
<<set $dean.loc to $dean.loc3>>
<<else>>
<<set $dean.loc to $dean.loc4>>
<</if>>
<<elseif isDateBetween($gameDate,'17:00','17:59')>>
<<set $sis.loc to "kitchen">>
<<set $mom.loc to "kitchen">>
<<set $jade.loc to "gym">>
<<set $kate.loc to "pool">>
<<set $lucy.loc to "library">>
<<set $alice.loc to "restrooms">>
<<set $teacher.loc to "Ms. Lee's home">>
<<set $sato.loc to "Mrs. Sato's home">>
<<set $powers.loc to "Ms. Powers's home">>
<<set $dean.loc to $dean.loc3>>
<<elseif isDateBetween($gameDate,'18:00','21:59')>>
<<if isDateBetween($gameDate,'18:00','19:59')>>
<<set $sis.loc to "living room">>
<<else>>
<<set $sis.loc to "Sis's bedroom">>
<</if>>
<<if isDateBetween($gameDate,'18:00','19:59')>>
<<set $mom.loc to "bathroom">>
<<else>>
<<set $mom.loc to "Mom's bedroom">>
<</if>>
<<set $jade.loc to "Jade's home">>
<<set $kate.loc to "Kate's home">>
<<set $lucy.loc to "Lucy's home">>
<<set $alice.loc to "Alice's home">>
<<set $teacher.loc to "Ms. Lee's home">>
<<set $sato.loc to "Mrs. Sato's home">>
<<set $powers.loc to "Ms. Powers's home">>
<<set $dean.loc to $dean.loc3>>
<</if>>
<<if isDateBetween($gameDate,'17:00','19:59') && $mom.questmain is 2>>
<<set $mom.loc to "living room">>
<<elseif isDateBetween($gameDate,'17:00','19:59') && $mom.questmain is 0 && $mom.trust gte 5>>
<<set $mom.loc to "living room">>
<<elseif isDateBetween($gameDate,'18:00','19:59') && $mom.questmain is 3 && $sis.questmain gte 5 && $mom.trust gte 10>>
<<set $mom.loc to "bathroom">>
<<elseif isDateBetween($gameDate,'20:00','21:59') && $mom.questmain is 8 && $mom.trust gte 20>>
<<set $mom.loc to "Mom's bedroom">>
<<elseif isDateBetween($gameDate,'20:00','21:59') && $mom.questmain is 7 && $inv.momjewelry is 1 && $has.paidbills is 1 && $has.vacuum is 1 && $has.dishes is 1>>
<<set $mom.loc to "Mom's bedroom">>
<<elseif isDateBetween($gameDate,'22:00','23:59') && $mom.questmain is 6>>
<<set $mom.loc to "Mom's bedroom">>
<<elseif isDateBetween($gameDate,'20:00','21:59') && $sis.questmain is 6 && $mom.questmain gte 8>>
<<set $mom.loc to "Mom's bedroom">>
<</if>>
<<if isDateBetween($gameDate,'17:00','19:59') && $sis.questmain is 5 && $sis.trust gte 15 && $sis.homeworktotal gte 1>><
<<set $sis.loc to "living room">>
<<elseif isDateBetween($gameDate,'07:00','07:59') && $sis.questmain is 4>>
<<set $sis.loc to "bathroom">>
<<elseif isDateBetween($gameDate,'07:00','07:59') && $sis.questmain is 1 && $sis.trust gte 10>>
<<set $sis.loc to "bathroom">>
<<elseif isDateBetween($gameDate,'17:00','19:59') && $sis.questmain is 7>>
<<set $sis.loc to "kitchen">>
<<elseif isDateBetween($gameDate,'14:00','19:59') && $sis.questmain is 9 && $sis.trust gte 25 && $sis.homeworktotal gte 5>>
<<set $sis.loc to "Sis's bedroom">>
<<elseif isDateBetween($gameDate,'20:00','21:59') && $sis.questmain is 8 && $sis.trust gte 20>>
<<set $sis.loc to "Sis's bedroom">>
<</if>>
<<if $school.statuscafe is 1 && isDateBetween($gameDate,'14:00','14:59') && $teacher.questmain is 5 && $teacher.trust gte 20 && $teacher.int gte 20>>
<<set $teacher.loc to "cafeteria">>
<</if>>
<</widget>>
<<widget "LocationPortraits">>
<<if $mom.loc is $args[0]>>
<div class="portrait" style="float: right; margin-right: 16px; max-height: 72px;">
[img["ressources/profilpictures/mom.png"]]
</div>
<</if>>
<<if $alice.loc is $args[0]>>
<div class="portrait" style="float: right; margin-right: 16px; max-height: 72px;">
[img["ressources/profilpictures/alice.png"]]
</div>
<</if>>
<<if $sis.loc is $args[0]>>
<div class="portrait" style="float: right; margin-right: 16px; max-height: 72px;">
[img["ressources/profilpictures/sasha.png"]]
</div>
<</if>>
<<if $lucy.loc is $args[0]>>
<div class="portrait" style="float: right; margin-right: 16px; max-height: 72px;">
[img["ressources/profilpictures/lucy.png"]]
</div>
<</if>>
<<if $jade.loc is $args[0]>>
<div class="portrait" style="float: right; margin-right: 16px; max-height: 72px;">
[img["ressources/profilpictures/jade.png"]]
</div>
<</if>>
<<if $kate.loc is $args[0]>>
<div class="portrait" style="float: right; margin-right: 16px; max-height: 72px;">
[img["ressources/profilpictures/kate.png"]]
</div>
<</if>>
<<if $sato.loc is $args[0]>>
<div class="portrait" style="float: right; margin-right: 16px; max-height: 72px;">
[img["ressources/profilpictures/sato.png"]]
</div>
<</if>>
<<if $teacher.loc is $args[0]>>
<div class="portrait" style="float: right; margin-right: 16px; max-height: 72px;">
[img["ressources/profilpictures/teacher.png"]]
</div>
<</if>>
<<if $powers.loc is $args[0]>>
<div class="portrait" style="float: right; margin-right: 16px; max-height: 72px;">
[img["ressources/profilpictures/powers.png"]]
</div>
<</if>>
<<if $dean.loc is $args[0]>><<if $dean.questmain gte 1>>
<div class="portrait" style="float: right; margin-right: 16px; max-height: 72px;">
[img["ressources/profilpictures/dean.png"]]
</div>
<</if>><</if>>
<<if $missy.loc is $args[0]>>
<div class="portrait" style="float: right; margin-right: 16px; max-height: 72px;">
[img["ressources/profilpictures/missy.png"]]
</div>
<</if>>
<<if $abigail.loc is $args[0]>>
<div class="portrait" style="float: right; margin-right: 16px; max-height: 72px;">
[img["ressources/profilpictures/abigail.png"]]
</div>
<</if>>
<<if $carla.loc is $args[0]>>
<div class="portrait" style="float: right; margin-right: 16px; max-height: 72px;">
[img["ressources/profilpictures/carla.png"]]
</div>
<</if>>
<</widget>>
<</nobr>>
<h2 style="color: #848ed8;font-family: 'Raleway',sans-serif;font-size: 30px;font-weight: 800;line-height: 50px;margin: 0 0 24px;text-align: center;text-transform: uppercase;">Intro</h2>
<p style="text-align:justify;">In Become Someone, You are a fresh faced young man who is set to start his senior year of college in the morning. You live with your Mother, and your Sister, Sasha. Your birth Mother left shortly after you were born, and your father later remarried. He has since passed away as well.</p><p>In Become Someone you will be provided several options and life paths to walk down. What you choose, and who you choose to be will be up to you! And no matter where you go, there will always be plenty of beautiful women to have some fun with.</p><p>But first! Let’s learn a bit more about you:</p>\
''What is your name?''
<<textbox "$mc.name" "John">>
''You were born into a:''
* <label><<radiobutton "$familybackground" "rich">>Rich family</label>
* <label><<radiobutton "$familybackground" "poor" checked>>Poor family</label>
''In school you were a:''
* <label><<radiobutton "$mc.int" 3>>Good student</label>
* <label><<radiobutton "$mc.int" 1 checked>>Bad student</label>
''You were also very:''
* <label><<radiobutton "$mc.charisma" 3>>Popular</label>
* <label><<radiobutton "$mc.charisma" 1 checked>>Overlooked</label>
''Do you like sports?''
* <label><<radiobutton "$mc.str" 4>>Yes</label>
* <label><<radiobutton "$mc.str" 1 checked>>No</label>
''Your eyes are:''
* <label><<radiobutton "$mc.eyes" "brown" checked>>Brown</label>
* <label><<radiobutton "$mc.eyes" "blue">>Blue</label>
* <label><<radiobutton "$mc.eyes" "green" checked>>Green</label>
''Your hair is:''
* <label><<radiobutton "$mc.hair" "brown" checked>>Brown</label>
* <label><<radiobutton "$mc.hair" "blond">>Blonde</label>
* <label><<radiobutton "$mc.hair" "red" checked>>Red</label>
* <label><<radiobutton "$mc.hair" "black" checked>>Black</label>
<button id="backgroundbutton" class="Large button green">[[Let's go!|Little intro][$path to "university"]]</button>
<<nobr>>
<<Highlight "House">>
<div @class="_desk1">[img["ressources/img/home/desk.jpg"][Desk]]<div @class="_desk2"></div><p>Desk</p></div>
<div @class="_mcbedroom1">[img["ressources/img/home/mcbedroom.jpg"][Bedroom]]<div @class="_mcbedroom2"></div><p>Bedroom</p></div>
<a data-passage="livingroom" class="link-internal"><div @class="_living1">[img["ressources/img/home/livingroom.jpg"]]<div @class="_living2"></div><p>Living room</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "living room">></div></div></a>
<a data-passage="Sister Bedroom" class="link-internal"><div @class="_sisbedroom1">[img["ressources/img/home/sisbedroom.jpg"]]<div @class="_sisbedroom2"></div><p>Sister bedroom</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "Sis's bedroom">></div></div></a>
<a data-passage="Kitchen" class="link-internal"><div @class="_kitchen1">[img["ressources/img/home/kitchen.jpg"]]<div @class="_kitchen2"></div><p>Kitchen</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "kitchen">></div></div></a>
<a data-passage="mombedroom" class="link-internal"><div @class="_mombedroom1">[img["ressources/img/home/mombedroom.jpg"]]<div @class="_mombedroom2"></div><p>Mom bedroom</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "Mom's bedroom">></div></div></a>
<a data-passage="Bathroom" class="link-internal"><div @class="_bath1">[img["ressources/img/home/bathroom.jpg"]]<div @class="_bath2"></div><p>Bathroom</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "bathroom">></div></div></a>
<div class="imglink">[img["ressources/img/street/street.jpg"][Street]]<div class="shadow"></div><p>Street</p></div>
<<if $quest.basement gte 5>><div @class="_basement1">[img["ressources/img/home/basementclean.jpg"][Basement]]<div @class="_basement2"></div><p>Basement</p></div><<elseif $quest.basement > 1>><div @class="_basement1">[img["ressources/img/home/basementclean.jpg"][Basement]]<div @class="_basement2"></div><p>Basement</p></div><<elseif $quest.basement > 0>><div @class="_basement1">[img["ressources/img/home/basement.jpg"][Basement]]<div @class="_basement2"></div><p>Basement</p></div><</if>>
<</nobr>>
<h2 style="color: #848ed8;font-family: 'Raleway',sans-serif;font-size: 30px;font-weight: 800;line-height: 50px;margin: 0 0 24px;text-align: center;text-transform: uppercase;">TIPS:</h2>
<h3>While you play the following stats will be raised based on your actions as choices. They are important for various actions and some women will only like you if you have high enough stats in a certain category. Your stats are…</h3><p><span class="int stat">Intelligence: $mc.int</span>
<span class="str stat">Strength: $mc.str</span>
<span class="char stat">Endurance: $mc.end</span>
<span class="char stat">Charisma: $mc.charisma</span>
<span class="porn stat">Porn Addiction: $mc.porn</span>
<span class="sex stat">Sexual Experience: $mc.seXP</span>
<span class="friends stat">Number of Friends: $mc.friends</span></p>
<p class="hint">In addition, each girl you meet in the game will be influenced by one of three stats. Trust, Corruption, and Interest. Every girl is effected by the trust stat. Spend time with them, and show them you can be relied on to raise their trust in you. Trust is the main stat for most content with the girls. Corruption is a secondary stat for most girls relating to how many kinky and sexual thoughts you give them. Its primary purpose is accessing some of the more kinky and taboo content available with these women. Interest is a special stat that a select few women have. They are women of power and comfortable with their sexuality already, and thus are not so easily corrupted. Their interest in you will determine how willing they are in the bedroom with you</p>
<p class="hint">And finally, as you progress in the game, jobs and career paths will present themselves to you. You may try to juggle a job and school, or you can ignore school altogether! But bare in mind, ignoring a path will have consequences</p>
<p class="hint">Now that you are caught up on how the game works, let’s get started!</p>
<button id="backgroundbutton" class="large button green">[[GAME START|Starting Bedroom]]</button>
<<if $mom.questmain is 5>><<set $mom.questmain to 6>>
<p>As you walk into your room, you take a seat on your bed and think about how you can get back into your Mother’s good graces. You know deep down that they best course of action for you to take is to become to official man of the house. You need to show her that you can take care of her, and make her feel safe like any good partner should.</p>
<p>First you should sneak into her room at night and take a look at the house bills. If you pay a few of them, that should go a long way towards making you seem dependable. Then, you spend some time cleaning the house. This will help show her how invested in the home you truly are. And finally, you should wow her with some expensive jewelry. To show her that you are willing and able to sweep her off her feet.</p>
<p>Until you do this, you doubt that anything you do with or for your Mom will change her opinion of you. You should get to it soon!</p>
[[Bedroom]]
<<else>>
<<if isDateBetween($gameDate, '18:00', '01:00')>>
<<if $powers.questmain is 4 && $powers.trust gte 25>>[[Sleep|powersmainquest4][$scene to 0; $powers.questmain to 5; $powers.gallery[6] to 1]]<<elseif $dean.questmain is 4 && $dean.route is "sub" && $dean.trust gte 20>>[[Sleep|deanmainquest4 sub][$scene to 0; $dean.questmain to 5]]<<else>>[[Sleep|Dream]]<</if>>
<<else>>
<p class="hint">There is nothing to do in your bedroom for the moment</p>
<</if>>
<<if $days is "Monday" && $has.pocketmoney is 0>><<set $money += 100>><<set $has.pocketmoney to 1>><<elseif $days isnot "Monday">><<set $has.pocketmoney to 0>><</if>>
[[SexApp]]
[[Conversations]]
<</if>>
[[Go out|House]]<<if $mom.questmain is 7 && $has.paidbills is 0>>[[Pay the bills ($1000)|paybills]]<</if>>
<<if $has.study is 0>>[[Study]]<<else>><p class="hint">You already studied today</p><</if>>
<<if isDateBetween($gameDate, '14:00', '19:59') && $sis.homework is 1>><<if $sis.slave lt 1>>[[Help your sister to study|sisterstudy]]<<else>>[[Punish your slave|sis slave punish][$sis.gallery[23] to 1]]<</if>><</if>>
<<if isDateBetween($gameDate, '14:00', '19:59')>>
<<if ($homework.haschem is 1 && $homework.donechem is 0 && $teacher.questmain isnot 3) || $teacher.questmain is 2>>[[Do your Chemistry homework|Homework Chemistry]]<</if>>
<<if $homework.hasecon is 1 && $homework.doneecon is 0>>[[Do your Economics homework|Homework Economics]]<</if>>
<<if $homework.hasjap is 1 && $homework.donejap is 0>>[[Do your Japanese homework|Homework Japanese]]<</if>>
<<if $homework.hasmath is 1 && $homework.donemath is 0>>[[Do your Maths homework|Homework Math]]<</if>>
<</if>>
[[Porn|WatchPorn][$has.porn to 1; $mc.porn += 1]]
[[Go back|House]]<<if isDateBetween($gameDate,'18:00','19:59') && $mom.questmain is 3 && $sis.questmain gte 5 && $mom.trust gte 10>><<set $mom.questmain to 4>>
<p>You decide that you should get a shower before dinner. So you grab a towel from your room and head down the hall towards the bathroom. The door is slightly ajar, so you assume the bathroom is empty and you walk right in. Although, the second you push the door open, you realize that you were very wrong. Your Mother is standing there in the center of the room undressing. She pulls her bra and panties off right before your eyes and you can do nothing but stare in awe.</p>
[img["ressources/scene/mom/showerflashbase.jpg"]]
<p>You keep staring until she inevitably notices you. She turns to face you, shock on her face as she sees you there gawking at her naked body.</p>
<<speech "Mom">>$mc.name! What are you doing! I’m not dressed!<</speech>>
[[Apologize|mommainquest3][$stage to 0; $mom.gallery[0] to 1]]<<if $mc.dom gte 5>>
[[Command her to continue|mommainquest3][$stage to 1; $mom.gallery[1] to 1]]<</if>>
<<elseif isDateBetween($gameDate,'07:00','07:59') && $sis.questmain is 4>><<set $sis.questmain to 5>>
<p>You approach the bathroom door and listen for Sasha inside. The moment you hear the water running you carefully and quietly unlock the door, hoping that this way, she will simply think that she accidentally left it unlocked. Once the door is unlocked you strip down to pretend like you were headed into the shower yourself. You open the door and step inside instantly getting a great view of your fully nude Sister.</p>
[img["ressources/scene/sis/showerflash.jpg"]]
<<speech "Sasha">>$mc.name! What the fuck! What are yo-<</speech>>
<p>She trails off as her gaze lists down towards you huge cock hanging between your legs. The two of you stare at each other for quite a while before either of you move or speak. Eventually is it Sasha who breaks the silence.</p>
<<speech "Sasha">>I uh… I think you should leave<</speech>>
<p>She sounded very non committal in the way she said that, but you agreed with her regardless. You saw what you came here to see. Your Sister’s cute little tits and tight ass. And you can’t wait to get your hands on both.</p>
<<sistrust>>
<<siscorr>>
<<elseif isDateBetween($gameDate,'07:00','07:59') && $sis.questmain is 1 && $sis.trust gte 10>><<set $sis.questmain to 2>>
<p>You head towards the bathroom to take a quick shower only to find that the door is locked. You hear the shower running and realize that Sasha must be in there. You jiggle the handle a little to see if you can open it but it is definitely locked. You notice the key hole on the outside and wonder if your Mom has a key somewhere in her room. You might be able to get a good peak at Sasha one day if you can find one. In the meantime you leave, needing to wait your turn.</p>
<<else>>
<<if $sis.loc is "bathroom" && $sis.slave gte 1>>
<p>You her the shower running as you enter the bathroom. Since your Mother is in the kitchen, you know that it must be Sasha in there at the moment. Your slave has no say anymore, so you can walk in while she showers with impunity. She sees you as you walk in and gives you an excited smile. You undress and hop in the shower with her. You command her to wash you, and to make sure not to leave even an inch of your body unwashed.</p>
<<speech "Sasha">>Yes, $sis.title. Anything you ask!<</speech>>
<p>She gets to work. Your slave soaps up her ahnds and glides them all across your body. She leaves no stone unturned. Though she does spend an inordinate amount of time focusing on cleaning your cock.</p>
[[Let her finish washing you and leave|House]]<<addmins 20>>
[[Use your cock to show her special attention as well|sis slave bathroom][$scene to 0; $sis.gallery[20] to 1]]
<<elseif $sis.loc is "bathroom" && $sis.questmain gte 9>>
<p><<print "$sis.name">> is showering, the door is locked.</p>
[[Enter the bathroom|sisbathroomscene][$scene to 1]]
<<elseif $sis.loc is "bathroom" && $sis.questmain gte 4>>
<p><<print "$sis.name">> is showering, the door is locked.</p>
<p class="hint">You should try to advance further in Sasha story before getting inside</p>
[[Enter the bathroom|sisbathroomscene][$scene to 2]]
<<elseif $mom.loc is "bathroom" && $mom.slave gte 1>>
<p>You walk into the bathroom because you hear the water running. You are greeted with the very pleasant sight of your slave Mother washing herself. She sees you watcher her and puts on a show washing her tits with soap and a wash cloth for your viewing pleasure.</p>
<video src="ressources/scenes/home/mom/slave/bathroom/washing.mp4" autoplay loop></video>
[[Get washed up and leave|House]]<<addmins 20>>
[[Use your slave to get clean|mom slave bathroom][$scene to 0; $mom.gallery[17] to 1]]
<<else>>
<p>There is nothing to do here.</p>
<</if>>
<</if>>
[[Go back|House]]
<<if $mom.loc is "kitchen" && $mom.questmain is 4 && $mom.trust gte 15>><<set $mom.questmain to 5>>
<p>You walk into the kitchen to grab a quick snack and notice your Mom sitting at the kitchen table flipping through a magazine. She is reading a cliche article about multiple ways to please your partner. You grab a quick sandwich and take a seat next to her. You ask her about the article in an effort to strike up a conversation.</p>
<<speech "Mom">>Oh this is more just fun none sense to read, than it is anything else. Even if this stuff was true I don’t really have man to please anymore<</speech>>
<p>You playfully mention that you are a man, and that you are around all the time.</p>
<<speech "Mom">>Oh really? Very funny sweety, but you know what I mean<</speech>>
<p>You continue to flirt with your Mother. You hint heavily at the idea that you could be the man in her life that she is lacking. You also heavily hint that you want to be.</p>
<<speech "Mom">>Even if something so outlandish did happen, these tips are pointless. You don’t need tip on how to please a guy. Cocks aren’t that hard to please<</speech>>
[[Offer to test the tips|mommainquest4][$stage to 0; $scene to 0; $mom.gallery[2] to 1]]<<if $mc.dom gte 7>>
[[Make her show you how easy it is|mommainquest4][$stage to 1; $scene to 0; $mom.gallery[3] to 1]]<</if>>
<<elseif isDateBetween($gameDate,'17:00','19:59') && $sis.questmain is 7>><<set $sis.questmain to 8>>
<p>As your whole family sits down to eat, you and your Mother specifically chose to sit on the same side of the table, opposite of Sasha. Sasha is clearly suspicious of this, but pay it no mind as you all start eating. You are eventually the one to open up the dialogue, explaining that both you and your Mother agree that she is being irresponsible and needs to start taking her classes more seriously.</p>
<<speech "Sasha">>I can’t take them seriously. They annoy me, and I hate them. Fuck them<</speech>>
<<speech "Mom">>Well you like money, and shopping. So if you won’t do it for yourself, then you’re gonna do it for that. Until your grades are up, you are cut off. No money, no shopping, nothing<</speech>>
<<speech "Sasha">>What the fuck! That is completely fucking unfair! I can’t believe this!<</speech>>
<<speech "Mom">>Sasha we have both had it with your bad attitude! From now on, you have to prove to $mc.name that you have earned your allowance each week. So if you want to have any fun, you better make sure he is happy. Am I understood?<</speech>>
<<speech "Sasha">>Yeah, loud and clear<</speech>>
<p>Sasha gives you a knowing look. She can tell exactly what you want from this arrangement. And you think your Mom can too. You don’t care though. As long as you get what you want, you’re happy.</p>
<<speech "Mom">>Good, Now I’m going to take a shower. When you are done eating Sasha I expect you to be studying<</speech>>
<p>You Mother stands up and leaves the room. The second she is out of sight, Sasha slides under the table and crawls between your legs. You down at her surprised.</p>
<<speech "Sasha">>This is what you wanted isn’t it? For me to make you happy? Pervy Twerp<</speech>>
[[She sucks your cock|sismainquest7][$scene to 0; $sis.gallery[3] to 1]]
<<else>>
<<if isDateBetween($gameDate, '06:00', '07:59') && $has.breakfast is 0>>
<<if $day is 1>>[[Have Breakfast|kitchenbasement][$has.breakfast to 1; $step to 0]]<<else>>[[Have Breakfast|Breakfast][$has.breakfast to 1]]<</if>>
<<elseif ($period is 4 or $period is 5) && $has.dinner is 0 && $quest.basement is 4>>
[[Eat with your family|dinnerbasement][$has.dinner to 1]]
<<elseif ($period is 4 or $period is 5) && $has.dinner is 0>>
[[Eat with your family|eatingdinner][$has.dinner to 1]]
<</if>>
<<if $period is 4 or $period is 5 && $has.dishes is 0>>
[[Wash the dishes|washingdishes][$has.dishes to 1]]
<</if>>
<<if $has.dishes is 1 && $has.dinner is 1 && $has.breakfast is 1>>
<p class="hint">There is nothing to do here</p>
<</if>>
<<if $mom.loc is "kitchen" && $quest.basement is 0 && $day isnot 1>>
[[Mom talks to you about the basement|kitchenbasement][$step to 0]]
<</if>>
<</if>>
[[Back|House]]<<nobr>>
<<Highlight "Street">>
<div class="imglink">[img["ressources/img/home/house.jpg"][House]]<div class="shadow"></div><p>House</p></div>
<div @class="_university1">[img["ressources/img/university/university.jpg"][University]]<div @class="_university2"></div><p>University</p></div>
<a data-passage="Park" class="link-internal"><div @class="_park1">[img["ressources/img/street/park.jpg"]]<div @class="_park2"></div><p>Park</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "park">></div></div></a>
<div @class="_strangeshop1">[img["ressources/img/street/strangeshop2.jpg"][Strange shop]]<div @class="_strangeshop2"></div><p>Strange shop</p></div>
<a data-passage="Mall" class="link-internal"><div @class="_mall1">[img["ressources/img/street/mall.jpg"]]<div @class="_mall2"></div><p>Mall</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "mall">></div></div></a>
<<if $has.aliceaddress is 1>><div class="imglink">[img["ressources/img/home/house.jpg"][alicehouse]]<div class="shadow"></div><p>Alice's home</p></div><</if>>
<<if $has.abigailaddress is 1>><div class="imglink">[img["ressources/img/home/house.jpg"][abigailhouse]]<div class="shadow"></div><p>Abigail's house</p></div><</if>>
<</nobr>>[[Blowjob]]
<<if $mc.porn >= 6>>[[Softporn]]<</if>>
<<if $mc.porn >= 10>>[[Lesbian]]<</if>>
<<if $mc.porn >= 15>>[[Black]]<</if>>
<<if $mc.porn >= 20>>[[Hardcore]]<</if>>
<<if $mc.porn >= 25>>[[Gangbang]]<</if>>
<<if $mc.porn >= 30>>[[Bukkake]]<</if>><<if $day isnot 1>>
<<set $breakfast = random(100)>>
<<if $breakfast gte 90>>
<p>You walk into the kitchen and notice that the room is very messy. You sigh and quickly clean all of the dishes, wipe up the counter tops and tables, and clean up what someone had spilled on the floor. Your Mother enters the room just as you are finishing up.</p>
<<speech "Mom">>Oh my goodness this place is spotless! Did you clean up this huge mess all on your own <<print "$mc.name">>?<</speech>>
<p>You nod as you finish washing and drying your hands, now that you have finished your work.</p>
<<momtrust>>
<<if $mom.questmain gte 9>>
<<speech "Mom">>You have just been the perfect little man of the house lately. Why don’t I show you some of the benefits of that position.<</speech>>
[[Follow your Mother|breakfastscene][$breakfastscene to 1; $mom.gallery[7] to 1]]
<<set $gameDate.setUTCHours(8)>><<set $gameDate.setUTCMinutes(0)>>
<<else>>
<p class="hint">You need to advance further at your mother's main story to access the scene!</p><<if $daycheck isnot "Saturday" && $daycheck isnot "Sunday">>
[[Head to the University|University]]<<else>>
[[Leave the Kitchen|House]]<</if>><<set $gameDate.setUTCHours(8)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<<elseif $breakfast gte 60>>
<p>When you enter the kitchen you realize that you are the first one awake. You decide to make breakfast for everyone before they wake up.</p>
[img["ressources/images/home/breakfast/breakfast.jpg"]]
<<speech "Mom">>Oh <<print "$mc.name">>, that was so thoughtful!<</speech>>
<<speech "Sasha">>Yeah thanks, it looks….. Delicious<</speech>>
<<momcorr>>
<<siscorr>>
<<set $gameDate.setUTCHours(8)>><<set $gameDate.setUTCMinutes(0)>><<if $daycheck isnot "Saturday" && $daycheck isnot "Sunday">>
[[Head to the University|University]]<<else>>
[[Leave the Kitchen|House]]<</if>>
<<elseif $breakfast gte 30>>
<<if $sis.slave lt 1>>
<p>As you sit down for breakfast you notice that Sasha has fallen back asleep at the table. She has her math homework laid out on the table in front of her, and it isn’t finished. You quickly finish it for her and let her get some extra rest. When it is time to leave you gently wake her up and help her pack her things for the day. She notices the difference in handwriting and realizes what you did.</p>
<<sistrust>>
<<set $gameDate.setUTCHours(8)>><<set $gameDate.setUTCMinutes(0)>><<if $daycheck isnot "Saturday" && $daycheck isnot "Sunday">>
[[Head to the University|University]]<<else>>
[[Leave the Kitchen|House]]<</if>>
<<else>>
<p>As you sit down for breakfast with your family you notice your slave Sasha sits very close to you. If her chair were any closer you would be touching. Since she is being such a good slave, being close to you to be used whenever you desire, You pat her head approvingly. The three of you eat together and once the food is done your Mother gets up and heads out of the kitchen to continue her day.</p>
<<if $daycheck is 'Saturday' || $daycheck is 'Sunday'>>[[Follow her out|House]]<<else>>[[Follow her out|University]]<</if>>
[[Stay behind and use your slave|sis slave eating][$scene to 0; $sis.gallery[21] to 1]]<<set $gameDate.setUTCHours(8)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<<else>>
<p>You walk into the kitchen and pour yourself a cup of coffee. You sit down and your Mother puts a plate of eggs down in front of you. You scarf them down and thank her for the delicious meal.</p>
<<speech "Mom">>Of course sweety, breakfast is the most important meal of the day!<</speech>>
<<momtrust>>
<<set $gameDate.setUTCHours(8)>><<set $gameDate.setUTCMinutes(0)>><<if $daycheck isnot "Saturday" && $daycheck isnot "Sunday">>
[[Head to the University|University]]<<else>>
[[Leave the Kitchen|House]]<</if>>
<</if>>
<<elseif $day is 1>>
<<if $has.sisterintro is 1>>
<p>You head into the kitchen and take a seat at the table. You start eating as your Mom prepares more plates of food for Sasha and herself. She carries them to the table just as Sasha walks in and takes a seat. Your Sister is slow to sit down, seething a bit from the pain as her ass touches the seat.</p>
<<speech "Mom">>Sasha, honey? Are you alright?<</speech>>
<<speech "Sasha">>Yeah I’m alright Mom. I just do too many squats this morning<</speech>>
<p>Sasha looks over at you with a knowing smile on her face. As the three of you have breakfast together, a dozen thoughts swirl through your mind. Spanking Sasha was fun. It was exhilarating. And it made you damned horny. You had rarely looked at your Mother or your Sister in a sexual light before but now that you are you can’t help but imagine all of the things you can do with them. So you promise yourself that every one of those curiosities will be sated, in time. When you are done you get up and place the plate in the sink. You make sure you thank your Mom and give her a kiss on the cheek before heading out to school for your first day back.</p>
<<momtrust>>
<<sistrust>>
<<else>>
<p>You take a seat at the table with your Mom and notice that her shirt is oddly low cut today. You can’t help but stare at the large amount of cleavage she is showing, much to your delight. Thoughts of you fucking her tits flood our mind suddenly. But they are thrown away when you notice that Sasha isn’t here. You assume that your Mom is punishing her and ask her about it.</p>
<<speech "Mom">>If your Sister can’t act right, then she won’t eat right<</speech>>
<p>You wonder if you may have been to harsh. You should try to make it up to her in the future. Maybe in a similar way to how you want to treat your Mom. For now though you finish your meal, and give your Mom a hug before heading out towards school.</p>
<<momtrust>>
<</if>>
<<set $gameDate.setUTCHours(8)>><<set $gameDate.setUTCMinutes(0)>><<if $daycheck isnot "Saturday" && $daycheck isnot "Sunday">>
[[Head to the University|University]]<<else>>
[[Leave the Kitchen|House]]<</if>>
<</if>><<nobr>>
<<Highlight "University">>
<<if isDateBetween($gameDate,'08:00','17:59')>>
<<if $school.status is 0>>
<br>
<p>Today is the first day of your senior year of college. Take your time, and enjoy the experience. You will meet many girls here, and maybe even learn something along the way. Remember to study and attend class. When you skip class your grades will suffer. If your grades fall too low, you won’t be able to progress with any of the women you meet here. Eventually, you will be able to graduate from your University. Doing so will lead to greater opportunities for your future, and it will improve your salary at various jobs you take. The year starts now, good luck and have fun!</p>
<br>
<br>
[[Get inside the building|University][$school.status to 1; $school.grades to 15]]
<<else>>
<<if $school.finalexam gte 1>>
<div class="imglink golden">[img["ressources/img/university/classroom.jpg"][Final Exam b]]<div class="shadow golden"></div><p>The final exam</p></div>
<<elseif $school.finalexam is 0 && $dean.questmain gte 5 && $jade.questmain gte 4 && $kate.questmain gte 4 && $lucy.questmain gte 5 && $quest.alicebathroom gte 3>>
<div class="imglink golden">[img["ressources/img/university/classroom.jpg"][Final Exam]]<div class="shadow golden"></div><p>The final exam</p></div>
<</if>>
<<if $daycheck is "Wednesday" && $school.statuschem gte 1>><<if $teacher.loc is "chemistry classroom" && $teacher.questmain is 3>><<set $scene to 0>>
<a data-passage="teachermainquest3" class="link-internal"><div class="imglink golden">[img["ressources/img/university/classroom.jpg"]]<div class="shadow golden"></div><p>Chemistry classroom</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "chemistry classroom">></div></div></a>
<<elseif isDateBetween($gameDate,'08:00','08:59') && $teacher.loc is "chemistry classroom" && $teacher.questmain is 0 && $teacher.trust gte 5>>
<a data-passage="teachermainquest0" class="link-internal"><div class="imglink golden">[img["ressources/img/university/classroom.jpg"]]<div class="shadow golden"></div><p>Chemistry classroom</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "chemistry classroom">></div></div></a>
<<elseif $teacher.loc is "chemistry classroom">>
<a data-passage="teacherwednesday" class="link-internal"><div class="imglink">[img["ressources/img/university/classroom.jpg"]]<div class="shadow"></div><p>Chemistry classroom</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "chemistry classroom">></div></div></a>
<</if>><</if>>
<<if $daycheck is "Wednesday" && $school.statusecon gte 1>><<if $mom.loc is "economics hall" && $mom.questmain is 9 && $mom.trust gte 25 && $mom.corr gte 10>><<set $scene to 0>>
<a data-passage="mommainquest9" class="link-internal"><div class="imglink golden">[img["ressources/img/university/classroom.jpg"]]<div class="shadow golden"></div><p>Economics lecture hall</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "economics hall">></div></div></a>
<<elseif $mom.loc is "economics hall">>
<a data-passage="momwednesday" class="link-internal"><div class="imglink">[img["ressources/img/university/classroom.jpg"]]<div class="shadow"></div><p>Economics lecture hall</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "economics hall">></div></div></a>
<</if>><</if>>
<<if $daycheck is "Wednesday" && $school.statusjap gte 1>><<if $sato.loc is "japanese classroom" && $sato.questmain gte 6 && $sato.trust gte 25>><<set $scene to 0>>
<a data-passage="satomainquest6" class="link-internal"><div class="imglink golden">[img["ressources/img/university/classroom.jpg"]]<div class="shadow golden"></div><p>Japanese classroom</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "japanese classroom">></div></div></a>
<<elseif isDateBetween($gameDate,'08:00','08:59') && $sato.questmain is 5 && $sato.trust gte 20>>
<a data-passage="satomainquest5" class="link-internal"><div class="imglink golden">[img["ressources/img/university/classroom.jpg"]]<div class="shadow golden"></div><p>Japanese classroom</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "japanese classroom">></div></div></a>
<<elseif isDateBetween($gameDate,'08:00','08:59') && $sato.loc is "japanese classroom" && $sato.questmain is 1 && $sato.trust gte 10>><<set $stage to 0>>
<a data-passage="satomainquest1" class="link-internal"><div class="imglink golden">[img["ressources/img/university/classroom.jpg"]]<div class="shadow golden"></div><p>Japanese classroom</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "japanese classroom">></div></div></a>
<<elseif $sato.loc is "japanese classroom">>
<a data-passage="satowednesday" class="link-internal"><div class="imglink">[img["ressources/img/university/classroom.jpg"]]<div class="shadow"></div><p>Japanese classroom</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "japanese classroom">></div></div></a>
<</if>><</if>>
<<if $daycheck is "Wednesday" && $school.statusmath gte 1>><<if isDateBetween($gameDate,'08:00','08:59') && $powers.loc is "mathematics hall" && $powers.questmain is 2 && $powers.trust gte 15>>
<a data-passage="powersmainquest2" class="link-internal"><div class="imglink golden">[img["ressources/img/university/classroom.jpg"]]<div class="shadow golden"></div><p>Maths lecture hall</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "mathematics hall">></div></div></a>
<<elseif isDateBetween($gameDate,'08:00','08:59') && $powers.loc is "mathematics hall" && $powers.questmain is 0 && $powers.trust gte 5>>
<a data-passage="powersmainquest0" class="link-internal"><div class="imglink golden">[img["ressources/img/university/classroom.jpg"]]<div class="shadow golden"></div><p>Maths lecture hall</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "mathematics hall">></div></div></a>
<<elseif $powers.loc is "mathematics hall">>
<a data-passage="powerswednesday" class="link-internal"><div class="imglink">[img["ressources/img/university/classroom.jpg"]]<div class="shadow"></div><p>Maths lecture hall</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "mathematics hall">></div></div></a>
<</if>><</if>>
<<if $daycheck is "Wednesday">><<if $school.statushall is 0>><<set _target to "Study Hall First">><<else>><<set _target to "Study Hall">><</if>>
<a data-passage=_target class="link-internal"><div class="imglink">[img["ressources/img/university/classroom.jpg"]]<div class="shadow"></div><p>Study hall</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "study hall">></div></div></a><</if>>
<<if $daycheck isnot "Saturday" && $daycheck isnot "Sunday" && $daycheck isnot "Wednesday">><<if $school.statuschem is 0>><<set _target to "Class Chemistry First">><<else>><<set _target to "Class Chemistry">><</if>>
<a data-passage=_target class="link-internal"><div class="imglink">[img["ressources/img/university/classroom.jpg"]]<div class="shadow"></div><p>Chemistry classroom</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "chemistry classroom">></div></div></a>
<<if $school.statusecon is 0>><<set _target to "Class Economics First">><<else>><<set _target to "Class Economics">><</if>>
<a data-passage=_target class="link-internal"><div class="imglink">[img["ressources/img/university/classroom.jpg"]]<div class="shadow"></div><p>Economics lecture hall</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "economics hall">></div></div></a>
<<if $school.statusjap is 0>><<set _target to "Class Japanese First">><<else>><<set _target to "Class Japanese">><</if>>
<a data-passage=_target class="link-internal"><div class="imglink">[img["ressources/img/university/classroom.jpg"]]<div class="shadow"></div><p>Japanese classroom</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "japanese classroom">></div></div></a>
<<if $school.statusmath is 0>><<set _target to "Class Math First">><<else>><<set _target to "Class Math">><</if>>
<a data-passage=_target class="link-internal"><div class="imglink">[img["ressources/img/university/classroom.jpg"]]<div class="shadow"></div><p>Maths lecture hall</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "mathematics hall">></div></div></a>
<</if>><<set $scene to 0>>
<<if $dean.questmain gte 1>><<if isDateBetween($gameDate,'14:00','14:59') && $dean.loc is "Dean's office" && $dean.questmain is 4 && $dean.route is "dom" && $dean.trust gte 20 && $mc.dom gte 25>><<set $scene to 0>>
<a data-passage="deanmainquest4 dom" class="link-internal"><div class="imglink golden">[img["ressources/img/university/teacheroffice.jpg"]]<div class="shadow golden"></div><p>Dean's office</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "Dean's office">></div></div></a>
<<elseif $dean.loc is "Dean's office" && $dean.questmain is 2 && $dean.route is "sub" && $dean.trust gte 10>><<set $scene to 0>>
<a data-passage="deanmainquest2 sub" class="link-internal"><div class="imglink golden">[img["ressources/img/university/teacheroffice.jpg"]]<div class="shadow golden"></div><p>Dean's office</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "Dean's office">></div></div></a>
<<elseif isDateBetween($gameDate,'14:00','14:59') && $dean.loc is "Dean's office" && $dean.questmain is 1>><<set $stage to 0>><<set $scene to 0>>
<a data-passage="deanmainquest1" class="link-internal"><div class="imglink golden">[img["ressources/img/university/teacheroffice.jpg"]]<div class="shadow golden"></div><p>Dean's office</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "Dean's office">></div></div></a>
<<else>>
<a data-passage="Dean's office" class="link-internal"><div class="imglink">[img["ressources/img/university/teacheroffice.jpg"]]<div class="shadow"></div><p>Dean's office</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "Dean's office">></div></div></a>
<</if>><</if>>
<a data-passage="Library" class="link-internal"><div @class="_library1">[img["ressources/img/university/library.jpg"]]<div @class="_library2"></div><p>Library</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "library">></div></div></a>
<a data-passage="University gym" class="link-internal"><div @class="_gym1">[img["ressources/img/university/gym.jpg"]]<div @class="_gym2"></div><p>Gym</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "gym">></div></div></a>
<a data-passage="University pool" class="link-internal"><div @class="_pool1">[img["ressources/img/university/pool.jpg"]]<div @class="_pool2"></div><p>Pool</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "pool">></div></div></a>
<a data-passage="Cafeteria" class="link-internal"><div @class="_cafeteria1">[img["ressources/img/university/cafeteria.jpg"]]<div @class="_cafeteria2"></div><p>Cafeteria</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "cafeteria">></div></div></a>
<a data-passage="University restrooms" class="link-internal"><div @class="_restrooms1">[img["ressources/img/university/toilets.jpg"]]<div @class="_restrooms2"></div><p>Toilets</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "restrooms">></div></div></a>
<div class="imglink">[img["ressources/img/street/street.jpg"][Street]]<div class="shadow"></div><p>Street</p></div>
<</if>>
<<else>>
<br>
<p>The doors seem to be closed.</p>
<br>
[[Head home|House]]
<</if>>
<</nobr>><<nobr>>
<div class="imglink">[img["ressources/img/street/hotdogtruck.jpg"][hotdogtruck]]<div class="shadow"></div><p>Hotdog truck</p></div>
<div class="imglink">[img["ressources/img/street/lemonadetruck.jpg"][lemonadetruck]]<div class="shadow"></div><p>Lemonade truck</p></div>
<div class="imglink">[img["ressources/img/street/street.jpg"][Street]]<div class="shadow"></div><p>Street</p></div>
<<if $dean.questmain gte 1 && $dean.loc is "park">><div style="clear:both;"><br>[[You spot Dean Graves|Park Dean]]</div><</if>>
<div style="clear:both;"><br>[[Come back home|House]]</div>
<</nobr>><<if $restaurant.avaible is 1 && $mom.questmain is 1>>
<p>As you walk into the mall you notice something strange out happening at the general store. There is a commotion and it is extremely crowded. Apparently the have a huge sale going on, on all of their items. You figure it is your lucky day and you head in to find a new book for your Mom to read. There is very little space with the unreasonable number of people filling the aisles. But you are able to make it through to the book section. One book in particular catches your eye and you pick it up to read a few pages to get an idea of what it is about. You realize that somehow, a smut filled romance novel made its way into the store. Some of the descriptions are absurdly graphic and detailed. You smile devilishly and head to the counter to buy it.</p>
<p>Once you are finished paying you push your way through the crowd to get back out of the store and return to the mall. You make a mental note to put the book on the living room table for your Mom to find as soon as you get home.</p>
[[Return|Mall][$mom.questmain to 2]]
<<else>>
<<nobr>>
<<Highlight "Mall">>
<<if $restaurant.avaible is 0>>
<div style="clear:both;"><p>You walk through the sliding front door of the mall in your city. There is a large board in the entrance that shows a map of all of the stores, as well as has several flyers taped and tacked to it. One of the flyers sticks out to you. It turns out one of the restaurants in the mall, The Cock and Bull, is hiring. They are open from 11:00 to 15:00, and from 16:00 to 22:00 every day.</p></div>
<<set $restaurant.avaible to 1>>
<<else>>
<a data-passage="restaurant" class="link-internal"><div @class="_restaurant1">[img["ressources/img/restaurant/restaurant.jpg"]]<div @class="_restaurant2"></div><p>The cock and bull</p><div style="position: absolute; bottom: 42px; right: -8px;"><<LocationPortraits "The Cock and Bull">></div></div></a>
<</if>>
<div class="imglink">[img["ressources/img/mall/electronicsstore.jpg"][Electronics][$action to 0]]<div class="shadow"></div><p>Electronics store</p></div>
<div class="imglink">[img["ressources/img/mall/clothingshop.jpg"][Clothes][$action to 0]]<div class="shadow"></div><p>Clothing store</p></div>
<div class="imglink">[img["ressources/img/mall/makeupstore.jpg"][Makeup][$action to 0]]<div class="shadow"></div><p>Make up store</p></div>
<div class="imglink">[img["ressources/img/mall/makeupstore.jpg"][Luxury][$action to 0]]<div class="shadow"></div><p>Luxury store</p></div>
<<if $dean.questmain gte 1 && $dean.loc is "mall">><div style="clear:both;"><br>[[You see the Dean shopping|Mall Dean][$action to 0]]</div><</if>>
<div style="clear:both;"><br>[[Leave the mall|Street][$action to 0]]</div>
<</nobr>>
<</if>><<if $mc.money <= 5>>
<<linkreplace "Buy hotdog" t8n>>
<p class="hint">You don't have enough money</p>
<</linkreplace>>
<<else>>
[[Buy hotdog|hotdogscene][$mc.money -= 5]]
<</if>>
[[Go back|Park]]
<<if $mc.money <= 5>>
<<linkreplace "Buy lemonade" t8n>>
<p class="hint">You don't have enough money</p>
<</linkreplace>>
<<else>>
[[Buy Lemonade|lemonadescene][$mc.money -= 5]]
<</if>>
[[Go back|Park]]
<div class="imglink">[img["ressources/img/street/mall.jpg"][Mall]]<div class="shadow"></div><p>Mall</p></div><div class="imglink">[img["ressources/img/street/mall.jpg"][Mall]]<div class="shadow"></div><p>Mall</p></div><<nobr>>
<div id="table-users">
<div class="header">Clothing store Products</div>
<table cellspacing="0">
<tr>
<th>Picture</th>
<th>Name</th>
<th>Price</th>
<th width="230">Hint</th>
<th>Action</th>
</tr>
<tr>
<td><img src="ressources/quest/kate/bikini.png" alt="" /></td>
<td>Black Bikini</td>
<td>50$</td>
<td>''Would be a nice gift for Kate''</td>
<td><<if $inv.katebikini is 0>>[[Buy|Clothes][$action to 1;$element to 1]]<<else>>You already bought it<</if>></td>
</tr>
<tr>
<td><img src="ressources/quest/jade/leggings.png" alt="" /></td>
<td>Leggings</td>
<td>25$</td>
<td>''Would be a nice gift for Jade''</td>
<td><<if $inv.jadeleggings is 0>>[[Buy|Clothes][$action to 1;$element to 2]]<<else>>You already bought it<</if>></td>
</tr>
</table>
</div>
<</nobr>>
<div style="text-align:center;">
<<nobr>><<if $action is 1>>
<<if $element is 1 && $mc.money gte 50>>
<<set $inv.katebikini to 1>>
<<set $mc.money -= 50>>
''You now have the black bikini''
<<elseif $element is 1 && $mc.money lt 50>>
''You don't have enough money sorry''
<<elseif $element is 2 && $mc.money gte 25>>
<<set $inv.jadeleggings to 1>>
<<set $mc.money -= 25>>
''You now have leggings''
<<elseif $element is 2 && $mc.money lt 25>>
''You don't have enough money sorry''
<</if>>
<</if>><</nobr>>
[[Go back|Mall]]
</div>
<<nobr>>
<div id="table-users">
<div class="header">Luxury store Products</div>
<table cellspacing="0">
<tr>
<th>Picture</th>
<th>Name</th>
<th>Price</th>
<th width="230">Hint</th>
<th>Action</th>
</tr>
<tr>
<td><img src="ressources/quest/mom/jewelry.png" alt="" /></td>
<td>Fine Jewelry</td>
<td>500$</td>
<td>''Would be a nice gift for Mom''</td>
<td><<if $inv.momjewelry is 0>>[[Buy|Luxury][$action to 1;$element to 1]]<<else>>You already bought it<</if>></td>
</tr>
</table>
</div>
<</nobr>>
<div style="text-align:center;">
<<nobr>><<if $action is 1>>
<<if $element is 1 && $mc.money gte 500>>
<<set $inv.momjewelry to 1>>
<<set $mc.money -= 500>>
<p class="got">You have bought the fine jewelry</p>
<<elseif $element is 1 && $mc.money lt 500>>
<p class="hint">You don't have enough money, sorry</p>
<</if>>
<</if>><</nobr>>
[[Go back|Mall]]
</div>
<<if $school.statuslib is 1>>
<<if isDateBetween($gameDate,'15:00','17:59') && $has.metlucy is 1>>
<<if $lucy.trust >= 20 && $mc.int >= 15 && $quest.lucygiftquest is 0>>
[[Sit in front of Lucy|lucygiftquest][$step to 1]]
<<elseif $quest.lucygiftquest is 2>>
[[Sit in front of Lucy|lucygiftquest][$step to 2]]
<<elseif $quest.lucygiftquest is 4>>
[[Sit in front of Lucy|lucygiftquest][$step to 3]]
<<else>>
[[Sit in front of lucy|librarylucy][$lucy.library to 1]]
<</if>>
<</if>>
[[Study|libraryalone]]
[[Go back|University]]
<<else>>
<p>Your university has a very large library. There are textbooks, novels, and dissertations of all kinds for you to search for and read. You should take advantage of this space to train your intelligence. You can also find Lucy here with her nose buried in a book, in case you wanted to hang out with her. You should beef up your smarts before hand though. She likes them smart!</p>
<<mcint>>
[[Continue|Library][$school.statuslib to 1]]
<</if>><<if $alice.loc is "restrooms">>
<<if $quest.alicebathroom > 1>>
<<if $has.alicedailyblowjob is 0>>[[Enter the stall and get a blowjob from Alice|restroomscene3][$alice.gallery[2] to 1]]<<else>><p class="hint">You already got a blowjob from Alice today! Come back tomorrow!</p><</if>>
<<elseif $quest.alicebathroom is 1 && $alice.firstclass is 1 && $alice.trust gte 10>>
[[The noises seem louder today|restroomscene2][$scene to 0; $alice.gallery[1] to 1]]
<<elseif $quest.alicebathroom is 1 && $alice.firstclass is 1>>
[[You hear the strange noises again|restroomscene loop][$scene to 0]]
<<elseif $quest.alicebathroom is 0>>
[[You hear strange noises coming from one of the stalls|restroomscene][$scene to 0; $alice.gallery[0] to 1]]
<<else>>
<p class="hint">You don't see anyone here</p>
<</if>>
<<else>>
<p class="hint">You don't see anyone here</p>
<</if>>
[[Go back|University]]<<if $school.statuspool is 1>>
[[Have a swim|poolalone]]
<<if isDateBetween($gameDate,'15:00','17:59') && $has.metkate is 1>>
<<if $quest.katepool is 0>>[[Try to impress Kate|poolkate][$kate.pool to 1]]<<else>>[[Train with Kate|poolkate][$kate.pool to 1]]<</if>>
<</if>>
<<if $quest.kategiftquest gte 1 && $inv.katebikini is 1>>
[[Offer the black bikini to Kate|katepoolgiftquest][$inv.katebikini to 2; $kate.gallery[5] to 1]]
<</if>>
[[Go back|University]]
<<else>>
<p>Your university has a very large sports program. Their swim team is especially successful, and thus the pool is very large and well maintained. During the afternoon, when the teams aren’t practicing, the pool is open to the students. You train your endurance by swimming once each day. You can also hang out with Kate at the pool. Be sure to raise your endurance if you want to progress with her. You can’t really hang out with her if you can’t keep up!</p>
<<mcend>>
[[Continue|University pool][$school.statuspool to 1]]
<</if>><<if $school.statusgym is 1>>
[[Train your body|gymalone]]
<<if isDateBetween($gameDate,'15:00','17:59') && $has.metjade is 1 && $jade.loc is "gym">>
<<if $jade.questmain gte 4 && $quest.jadegiftquest is 0 && $jade.trust >= 20>>
[[Train with Jade|jadegiftquesttraining][$jade.train to 1; $jade.traintotal += 1; $step to 1]]
<<elseif $jade.questmain gte 4 && $quest.jadegiftquest gte 1 && $inv.jadeleggings is 1>>
[[Train with Jade|jadegiftquesttraining][$jade.train to 1; $jade.traintotal += 1; $inv.jadeleggings to 2; $step to 2]]
<<else>>
[[Ask Jade to train with her|jadetrain][$jade.train to 1; $jade.traintotal += 1]]
<</if>>
<</if>>
[[Go back|University]]
<<else>>
<p>This is the university’s weight training room. There is a plethora of weight and cardio machines throughout the gym for any of the students to use as they need. Here you can train your strength once each day. You will also be able to hang out with Jade here. Make sure you build up your strength! Jade likes strong guys!</p>
<<mcstr>>
[[Continue|University gym][$school.statusgym to 1]]
<</if>><<set $randomgirltodream = ["kate", "jade", "lucy"]>>
<<set $girldream = $randomgirltodream.random()>>
<<set $sleepinggif = random(5)>>
<<if $girldream == "kate">>
<p>You have a nice dream about Kate.</p>
<<if $sleepinggif is 0>>
<video autoplay loop src="ressources/dream/kate0.webm"></video>
<<elseif $sleepinggif is 1>>
<video autoplay loop src="ressources/dream/kate1.webm"></video>
<<elseif $sleepinggif is 2>>
<video src="ressources/dream/kate2.webm" autoplay loop></video>
<<elseif $sleepinggif is 3>>
<video src="ressources/dream/kate3.webm" autoplay loop></video>
<<elseif $sleepinggif is 4>>
<video src="ressources/dream/kate4.webm" autoplay loop></video>
<<else>>
<video src="ressources/dream/kate5.webm" autoplay loop></video>
<</if>>
<<elseif $girldream == "jade">>
<<speech "Jade">>Your muscles are so big Mr <<print "$mc.eyes">> eyes <</speech>>
<<if $sleepinggif is 0>>
<video src="ressources/dream/jade0.webm" autoplay loop></video>
<<elseif $sleepinggif is 1>>
<video src="ressources/dream/jade1.webm" autoplay loop></video>
<<elseif $sleepinggif is 2>>
<video src="ressources/dream/jade2.webm" autoplay loop></video>
<<elseif $sleepinggif is 3>>
<video src="ressources/dream/jade3.webm" autoplay loop></video>
<<elseif $sleepinggif is 4>>
<video src="ressources/dream/jade4.webm" autoplay loop></video>
<<else>>
<video src="ressources/dream/jade5.webm" autoplay loop></video>
<</if>>
<<elseif $girldream== "lucy">>
<<speech "Lucy">>You better study more if you want to be able to do the same thing with me in real life<</speech>>
<<if $sleepinggif is 0>>
<video src="ressources/dream/lucy0.webm" autoplay loop></video>
<<elseif $sleepinggif is 1>>
<video src="ressources/dream/lucy1.webm" autoplay loop></video>
<<elseif $sleepinggif is 2>>
<video src="ressources/dream/lucy2.webm" autoplay loop></video>
<<elseif $sleepinggif is 3>>
<video src="ressources/dream/lucy3.webm" autoplay loop></video>
<<elseif $sleepinggif is 4>>
<video src="ressources/dream/lucy4.webm" autoplay loop></video>
<<else>>
<video src="ressources/dream/lucy5.webm" autoplay loop></video>
<</if>>
<</if>>
<<link "Stop dreaming">><<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>><<goto "Bedroom">><</link>><<set $randomscene = random(8)>>
<p>You open your favorite browser in Incognito mode and search some nice blowjob video.</p>
<<if $randomscene is 0>>
<video src="ressources/videos/porn/blowjob/0.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/blowjob/1.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/blowjob/2.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/blowjob/3.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/blowjob/4.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/blowjob/5.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/blowjob/6.webm" autoplay loop></video>
<<elseif $randomscene is 7>>
<video src="ressources/videos/porn/blowjob/7.webm" autoplay loop></video>
<<elseif $randomscene is 8>>
<video src="ressources/videos/porn/blowjob/8.webm" autoplay loop></video>
<</if>>
<<mcporn>>
<<addmins 20>>
[[Wipe your dick|Desk]]<<set $randomscene = random(6)>>
<<set $randomsoftspeech = ["You open your favorite browser in Incognito mode, time to watch some soft porn", "You open your favorite browser in Incognito mode, that's how do you do it dude", "You open your favorite browser in Incognito mode, she seems to like it quite a lot!"]>>
<<if $lesbianporn is 0>><p>You open your favorite browser in Incognito mode, fuck these blowjob videos it’s time to watch some real porn.</p>
<video src="ressources/videos/porn/softporn/0.webm" autoplay loop></video>
<<else>>
<<set $test = $randomsoftspeech.random()>>
<<print "$test">>
<</if>>
<<if $randomscene is 0>>
<video src="ressources/videos/porn/softporn/0.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/softporn/1.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/softporn/2.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/softporn/3.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/softporn/4.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/softporn/5.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/softporn/6.webm" autoplay loop></video>
<<elseif $randomscene is 7>>
<video src="ressources/videos/porn/softporn/7.webm" autoplay loop></video>
<<elseif $randomscene is 8>>
<video src="ressources/videos/porn/softporn/8.webm" autoplay loop></video>
<<elseif $randomscene is 9>>
<video src="ressources/videos/porn/softporn/9.webm" autoplay loop></video>
<<elseif $randomscene is 10>>
<video src="ressources/videos/porn/softporn/10.webm" autoplay loop></video>
<</if>>
[[Go back|Desk]]
<<mcporn>>
<<addmins 20>><<set $randomscene = random(10)>>
<<set $randomlesbianspeech = ["You open your favorite browser in Incognito mode, time to watch some lesbian porn", "You open your favorite browser in Incognito mode, I feel like watching some pussy clash today", "You open your favorite browser in Incognito mode, that’s some nice pussy action!"]>>
<<if $lesbianporn is 0>><p>You open your favorite browser in Incognito mode, this time you want to discover some new porn, what about lesbian porn.</p>
<video src="ressources/videos/porn/lesbian/0.webm" autoplay loop></video>
<<else>>
<<set $test = $randomlesbianspeech.random()>>
<<print "$test">>
<</if>>
<<if $randomscene is 0>>
<video src="ressources/videos/porn/lesbian/0.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/lesbian/1.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/lesbian/2.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/lesbian/3.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/lesbian/4.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/lesbian/5.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/lesbian/6.webm" autoplay loop></video>
<<elseif $randomscene is 7>>
<video src="ressources/videos/porn/lesbian/7.webm" autoplay loop></video>
<<elseif $randomscene is 8>>
<video src="ressources/videos/porn/lesbian/8.webm" autoplay loop></video>
<<elseif $randomscene is 9>>
<video src="ressources/videos/porn/lesbian/9.webm" autoplay loop></video>
<<elseif $randomscene is 10>>
<video src="ressources/videos/porn/lesbian/10.webm" autoplay loop></video>
<</if>>
[[Go back|Desk]]
<<mcporn>>
<<addmins 20>><<set $randomscene = random(10)>>
<<set $randomblackspeech = ["You open your favorite browser in Incognito mode, time to watch some black porn", "You open your favorite browser in incognito mode, why do white bitches prefer black cocks?", "You open your favorite browser in Incognito mode, that's my boy!"]>>
<<if $lesbianporn is 0>><p>You open your favorite browser in Incognito mode, this time you want to discover some new porn, maybe going a bit darker wouldn't be that unpleasant.</p>
<video src="ressources/videos/porn/black/0.webm" autoplay loop></video>
<<else>>
<<set $test = $randomblackspeech.random()>>
<<print "$test">>
<</if>>
<<if $randomscene is 0>>
<video src="ressources/videos/porn/black/0.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/black/1.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/black/2.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/black/3.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/black/4.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/black/5.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/black/6.webm" autoplay loop></video>
<<elseif $randomscene is 7>>
<video src="ressources/videos/porn/black/7.webm" autoplay loop></video>
<<elseif $randomscene is 8>>
<video src="ressources/videos/porn/black/8.webm" autoplay loop></video>
<<elseif $randomscene is 9>>
<video src="ressources/videos/porn/black/9.webm" autoplay loop></video>
<<elseif $randomscene is 10>>
<video src="ressources/videos/porn/black/10.webm" autoplay loop></video>
<</if>>
[[Go back|Desk]]
<<mcporn>>
<<addmins 20>><<set $randomscene = random(11)>>
<<set $randomhardcorespeech = ["You open your favorite browser in incognito mode, smash that pussy!", "You open your favorite browser in Incognito mode, this little pussy is getting destroyed", "You open your favorite browser in Incognito mode, get pounded!"]>>
<<if $lesbianporn is 0>><p>You open your favorite browser in Incognito mode, time to go hardcore.</p>
<video src="ressources/videos/porn/hardcore/0.webm" autoplay loop></video>
<<else>>
<<set $test = $randomhardcorespeech.random()>>
<<print "$test">>
<</if>>
<<if $randomscene is 0>>
<video src="ressources/videos/porn/hardcore/0.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/hardcore/1.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/hardcore/2.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/hardcore/3.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/hardcore/4.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/hardcore/5.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/hardcore/6.webm" autoplay loop></video>
<<elseif $randomscene is 7>>
<video src="ressources/videos/porn/hardcore/7.webm" autoplay loop></video>
<<elseif $randomscene is 8>>
<video src="ressources/videos/porn/hardcore/8.webm" autoplay loop></video>
<<elseif $randomscene is 9>>
<video src="ressources/videos/porn/hardcore/9.webm" autoplay loop></video>
<<elseif $randomscene is 10>>
<video src="ressources/videos/porn/hardcore/10.webm" autoplay loop></video>
<<else>>
<video src="ressources/videos/porn/hardcore/11.webm" autoplay loop></video>
<</if>>
[[Go back|Desk]]
<<mcporn>>
<<addmins 20>><<set $randomscene = random(10)>>
<<set $randomgangbangpseech = ["You open your favorite browser in Incognito mode, that's my boys!", "You open your favorite browser in Incognito mode, look like someone is going to be gangbanged", "You open your favorite browser in Incognito mode, I didn't know you could fit 2 in a hole!?"]>>
<<if $lesbianporn is 0>><p>You open your favorite browser in Incognito mode, hardcore isn't enough for me, what if there was more than one man?</p>
<video src="ressources/videos/porn/gangbang/0.webm" autoplay loop></video>
<<else>>
<<set $test = $randomgangbangpseech.random()>>
<<print "$test">>
<</if>>
<<if $randomscene is 0>>
<video src="ressources/videos/porn/gangbang/0.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/gangbang/1.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/gangbang/2.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/gangbang/3.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/gangbang/4.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/gangbang/5.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/gangbang/6.webm" autoplay loop></video>
<<elseif $randomscene is 7>>
<video src="ressources/videos/porn/gangbang/7.webm" autoplay loop></video>
<<elseif $randomscene is 8>>
<video src="ressources/videos/porn/gangbang/8.webm" autoplay loop></video>
<<elseif $randomscene is 9>>
<video src="ressources/videos/porn/gangbang/9.webm" autoplay loop></video>
<<elseif $randomscene is 10>>
<video src="ressources/videos/porn/gangbang/10.webm" autoplay loop></video>
<</if>>
[[Go back|Desk]]
<<mcporn>>
<<addmins 20>><<set $randomscene = random(6)>>
<p>You open your favorite browser in Incognito mode, after all of this fucking, it’s time to watch some bitches getting jerked on.</p>
<<if $randomscene is 0>>
<video src="ressources/videos/porn/bukkake/1.webm" autoplay loop></video>
<<elseif $randomscene is 1>>
<video src="ressources/videos/porn/bukkake/2.webm" autoplay loop></video>
<<elseif $randomscene is 2>>
<video src="ressources/videos/porn/bukkake/3.webm" autoplay loop></video>
<<elseif $randomscene is 3>>
<video src="ressources/videos/porn/bukkake/4.webm" autoplay loop></video>
<<elseif $randomscene is 4>>
<video src="ressources/videos/porn/bukkake/5.webm" autoplay loop></video>
<<elseif $randomscene is 5>>
<video src="ressources/videos/porn/bukkake/6.webm" autoplay loop></video>
<<elseif $randomscene is 6>>
<video src="ressources/videos/porn/bukkake/7.webm" autoplay loop></video>
<</if>>
[[Go back|Desk]]
<<mcporn>><<addmins 20>><<if isDateBetween($gameDate,'14:00','19:59') && $sis.questmain is 9 && $sis.trust gte 25 && $sis.homeworktotal gte 5>><<set $sis.questmain to 10>>
<p>You go into Sasha’s bedroom to check in on her. The moment you open the door she screams with excitement. She bounces around and runs up to you and leaps into your arms. You catch her and hold her against your body, holding her by her ass and groping her while you have the chance. She kisses your face appreciatively over and over again. You tell her that you are excited to see her too.</p>
<<speech "Sasha">>I did it! I got honor roll! All As and Bs! Well, mostly Bs but still! I did it!<</speech>>
<p>You let her down to continue to celebrate. She bounces around happily. You smile, proud of her accomplishments.</p>
<<speech "Sasha">>I never could have done this on my own. Thanks. I know you and I didn’t always use to get along. But you kept pushing. Thank you. I can’t even think of a way to repay you<</speech>>
[[Reward her for her hard work|sismainquest9][$stage to 0; $sis.gallery[5] to 1]]<<if $mc.dom gte 15 && $sis.corr gte 15>>
[[Show her a way she can repay you|sismainquest9][$stage to 1; $scene to 0; $sis.gallery[6] to 1]]<</if>>
<<elseif isDateBetween($gameDate,'20:00','21:59') && $sis.questmain is 8 && $sis.trust gte 20>><<set $sis.questmain to 9>>
<p>You open your Sister’s bedroom door and walk in. You enter, wanting to check in on her and expect to see her studying. Although the moment you step inside you see her masturbating furiously. Her books are thrown to the floor, porn is on her computer and her she has four fingers inside of her pussy. You yell at her, angry that she isn’t studying. But she doesn’t stop masturbating while you talk, only seeming to turn her look of lust an affection onto you instead of her porn. You both look at each other wordlessly for a moment. Until finally you relent, and begin to strip down.</p>
<p>Once you are nude and your cock is hard you leap towards the bed, tackling Sasha and pinning her down onto her bed, on her stomach.</p>
<p>You take your cock and slide it into her pussy, and begin to fuck her hard and fast. She is so horny that she pushes back against you as your thrust, fucking herself on your huge cock.</p>
<video src="ressources/scenes/home/sis/mainquest/stage5/doggy.mp4" autoplay loop></video>
[[Pull her on top of you|sismainquest8][$scene to 0; $sis.gallery[4] to 1]]
<<else>>
<<if $sis.slave lt 1 || $sis.loc isnot "Sis's bedroom">>
<<if isDateBetween($gameDate,'14:00','19:59') && $sis.questmain gte 10>>
[[Check your sister|sismainquest9loop]]<</if>>
<<set $sisevent to random(100)>>
<<if $sisevent gte 60 && $sis.loc is "Sis's bedroom">>
<<if $sis.corr >= 15 && $sis.trust >= 15 && $sis.questmain gte 9 && $sisevent gte 80>>
<p>You hear your Sister masturbating once again and decide that its time to escalate things. You swing open her door and before she can even react you are on top of her kissing her as she continues to masturbate.</p>
[[Make her suck your cock|sispornscene][$sispornscene to 5]]
[[Skip straight to fucking|sispornscene][$sispornscene to 6]]
<<elseif $sis.corr >= 5 && $sis.trust >= 1>>
<p>You hear moaning coming from Sasha’s bedroom. Her door is unlocked so you open it up to see what she is doing.</p>
<video src="ressources/scenes/home/sis/masturbating/masturbating.mp4" autoplay loop></video>
<p>Your Sister is watching porn in her room and masturbating. You hide behind the door and watch her fuck herself with a dildo.</p>
[[Finish|sispornscene][$sispornscene to 1]]
[[Enter the room|sispornscene][$sispornscene to 2]]
<<else>>
<p>You hear moaning coming from your Sister’s bedroom. You try to peak inside to see what is going on but the door is locked. You decide to just give your Sister some privacy.</p>
<</if>>
<<elseif $sisevent gte 0>>
<<if $sis.loc is "Sis's bedroom" && $sis.corr >= 10 && $sis.trust >= 10>>
<<if $mc.dom > 10 && $sis.questmain gte 9>>
[[Time to fuck this bitch|sisbedroomscene][$scene to 2]]
<<elseif $sis.questmain gte 9>>
[[Gently ask your sister to have sex|sisbedroomscene][$scene to 1]]
<</if>>
[[Ask your sister to sleep with her|sleepingsis]]
<<elseif $sis.loc is "Sis's bedroom" && ($period is 5 || $period is 0)>>
[[Ask your sister to sleep with her|sleepingsis]]
<<elseif $sis.loc is "Sis's bedroom" && $period is 4 && $sis.homework is 1>>
[[Help your sister with her homework|sisterhomework]]
<<else>>
<p class="hint">You have nothing to do here now</p>
<</if>>
<<else>>
<p class="hint">Your sister doesn't seem to be here</p>
<</if>>
<<else>>
<p>You walk into your slave’s bedroom and see her relaxing on the bed. The moment she sees you she jumps out of bed, looking anxious as through she was doing something she knows she wasn’t supposed to be doing. You give your slaves the slightest freedom to keep their old rooms, so longs as their doors, and more importantly, their holes, are always open.</p>
<<speech "Sasha">>Are you here to use me, $sis.title?<</speech>>
[[Get some rest by her side|sis slave sleeping][$scene to 0]]
[[Use your slave before bed|sis slave sleeping][$scene to 1; $sis.gallery[24] to 1]]
<</if>>
[[Leave|House]]
<</if>>
<<speech "Sasha">>Hey! $mc.name! Wake the hell up!<</speech>>
<p>You roll around a bit in your covers. You mumble something incoherent back as you struggle to emerge from your deep slumber.</p>
<<speech "Sasha">>Come on, GET UP!<</speech>>
<p>Your Sister, Sasha, yanks your blanket off of you and start spanking you to get up. She swings her hand and slaps your ass several times until you are wide awake and leaping out of bed to get away from her.</p>
<video src="ressources/videos/sisterspanking.webm" autoplay loop></video>
[[Ask Mom for help]]
[[Teach her a lesson]]
<div id="now"><<now>></div>\
<div id="helpss"><p class="title stats2">Stats:</p><hr><strong>Intelligence:</strong> $mc.int
<strong>Strength:</strong> $mc.str
<strong>Endurance:</strong> $mc.end
<strong>Porn addiction:</strong> $mc.porn
<strong>Dominant:</strong> $mc.dom
<strong>Money:</strong> $mc.money
<<if $mc.collars gte 1>><strong>Slave collars:</strong> $mc.collars<</if>>
<p class="title girlsloc">Girl's location:</p><hr><strong>Jade:</strong> $jade.loc
<strong>Lucy:</strong> $lucy.loc
<strong>Kate:</strong> $kate.loc
<strong>Alice:</strong> $alice.loc
<strong>Mom:</strong> $mom.loc
<strong>Sister:</strong> $sis.loc
<strong>Ms. Lee:</strong> $teacher.loc
<strong>Mrs. Sato:</strong> $sato.loc
<strong>Ms. Powers:</strong> $powers.loc
<<if $dean.questmain gte 1>><strong>Dean Graves:</strong> $dean.loc<</if>>
<p class="title fasttravel">Fast travel:</p><hr>\
[[Street]]
[[SexApp]]
[[University]]
[[House]]\
</div>\
<<period>>\
<<locations>>\
<a href="https://www.patreon.com/bePatron?u=10423542" target="_blank" data-patreon-widget-type="become-patron-button">[img["ressources/patreon.jpg"]]</a>\
<nav id="story-menu">\
<<if $uipassages.includes(passage())>>[[Cheat]]
[[Gallery|Gallery Main][$stage to 0]]
[[Progress]]
[[Credits]]<<else>>[[Cheat][$prevpassage to passage()]]
[[Gallery|Gallery Main][$stage to 0; $prevpassage to passage()]]
[[Progress][$prevpassage to passage()]]
[[Credits][$prevpassage to passage()]]<</if>>
<<link "Save">><<script>>UI.saves()<</script>><</link>>
<<link "Restart">><<script>>UI.restart()<</script>><</link>>
</nav>
<p>You pop up out of bed and rub your sore ass. You look at her and her smug grin with a deep scowl. You rush over your bed and grab her before she can run out of your room. You pull her over your knee and spank her ass repeatedly.</p>
<<speech "Sasha">>Hey, wait, what are you doi- Ah! HAH! OW! Wait, stop. AH!<</speech>>
<video src="ressources/videos/spanksister.webm" autoplay loop></video>
<p>You slap her several times, finally stopping when you can feel her cheeks start to get raw from the spanking. As you pull her back up off of your legs you notice a faint pleased smile on her face. She slowly starts to walk out of the room, rubbing her ass along the way. She stops at the door and turns back to you.</p>
<<speech "Sasha">>Don’t get cocky. I’ll get you back for this, $mc.name<</speech>>
[[Time for breakfast|Kitchen][$sis.gallery[0] to 1]]<<set $has.sisterintro += 1>>
<<siscorr>>
<<mcdom>>
<p>You call out for your Mom to try and diffuse this situation. Sasha isn’t afraid of you, but your Mom knows how to make her do whatever she says. She rushes into the room, out of breath from hurrying in and sees you caressing your sore ass and Sasha standing there with a smug smile.</p>
<<speech "Mom">>Sasha! What is it with you? Why can’t you even leave your brother alone?<</speech>>
<<speech "Sasha">>What? All I did was make sure he got up for his classes like you asked me to!<</speech>>
<p>You interject, explaining how she hit you to wake you up. You make sure to exaggerate a bit to make her look bad.</p>
<<speech "Mom">>I told you to wake him up not beat him! Oh my poor sweety are you alright? Sasha if you don’t stop behaving like a brat you’ll be in for it<</speech>>
<p>Sasha looks over to you ans scowls. She purses her lips in anger as she speaks.</p>
<<speech "Sasha">>I’m gonna get you back for this you little twerp<</speech>>
<<speech "Mom">>SASHA! Go to your room this instant! You better rethink this attitude of yours!<</speech>>
<p>Sasha shoots both you and your Mother a last murderous look before stomping her way out of the room.</p>
<<sistrustminus>>
<<momtrust>>
<<mcdomminus>>
[[Time for breakfast|Kitchen]]
<video src="ressources/scenes/park/hotdog/serve.mp4" autoplay loop></video>
<p>A nice waitress gives you your hotdog.</p>
<<if $hotdog.int >= 5 && $hotdog.int < 10>>
[[Ask her to give you a blowjob|hotdogscene2][$hotdogscene to 0]]
<<linkreplace "Give a tip">>
<p>She smiles and winks at you.</p>
<<set $mc.money -= 2>>
<<set $hotdog.int += 1>> <p class="got">She is a bit more interested in you</p>
<</linkreplace>>
<<elseif $hotdog.int >= 10>>
[[Fuck her|hotdogscene2][$hotdogscene to 1;$scene to 0]]
[[Ask her to give you a blowjob|hotdogscene2][$hotdogscene to 0]]
<<linkreplace "Give a tip">>
<p>She smiles and winks at you.</p>
<<set $mc.money -= 2>>
<<set $hotdog.int += 1>> <p class="got">She is a bit more interested in you</p>
<</linkreplace>>
<<else>>
<<linkreplace "Give a tip">>
<p>She smiles and winks at you.</p>
<<set $mc.money -= 2>>
<<set $hotdog.int += 1>> <p class="got">She is a bit more interested in you</p>
<</linkreplace>>
<</if>>
<<addmins 10>>
[[Go back|Park]]
<video src="ressources/scenes/park/lemonade/serve.mp4" autoplay loop></video>
<p>A nice waitress gives you your lemonade.</p>
<<if $lemo.int >= 5 && $lemo.int < 10>>
[[Ask her to give you a blowjob|lemonadescene2][$lemoscene to 0]]
<<linkreplace "Give a tip">>
<p>She smiles and winks at you.</p>
<<set $mc.money -= 2>>
<<set $lemo.int += 1>> <p class="got">She is a bit more interested in you</p>
<</linkreplace>>
<<elseif $lemo.int >= 10>>
[[Fuck her|lemonadescene2][$lemoscene to 1;$scene to 0]]
[[Ask her to give you a blowjob|lemonadescene2][$lemoscene to 0]]
<<linkreplace "Give a tip">>
<p>She smiles and winks at you.</p>
<<set $mc.money -= 2>>
<<set $lemo.int += 1>> <p class="got">She is a bit more interested in you</p>
<</linkreplace>>
<<else>>
<<linkreplace "Give a tip">>
<p>She smiles and winks at you.</p>
<<set $mc.money -= 2>>
<<set $lemo.int += 1>> <p class="got">She is a bit more interested in you</p>
<</linkreplace>>
<</if>>
<<addmins 10>>
[[Go back|Park]]
<<set $random = random(3)>>
<<if $hotdogscene is 0>>
<<if $random is 0>>
<video src="ressources/scenes/park/hotdog/blowjob0.mp4" autoplay loop></video>
<<elseif $random is 1>>
<video src="ressources/scenes/park/hotdog/blowjob1.mp4" autoplay loop></video>
<<else>>
<video src="ressources/scenes/park/hotdog/blowjob2.mp4" autoplay loop></video>
<</if>>
<<else>>
<<if $scene is 0>>
<<if $random is 0>>
<video src="ressources/scenes/park/hotdog/doggy0.mp4" autoplay loop></video>
<<elseif $random is 1>>
<video src="ressources/scenes/park/hotdog/doggy1.mp4" autoplay loop></video>
<<elseif $random is 2>>
<video src="ressources/scenes/park/hotdog/doggy2.mp4" autoplay loop></video>
<<else>>
<video src="ressources/scenes/park/hotdog/doggy3.mp4" autoplay loop></video>
<</if>>
<<elseif $scene is 1>>
<<if $random is 1>>
<video src="ressources/scenes/park/hotdog/reversecowgirl0.mp4" autoplay loop></video>
<<else>>
<video src="ressources/scenes/park/hotdog/reversecowgirl1.mp4" autoplay loop></video>
<</if>>
<<elseif $scene is 2>>
<video src="ressources/scenes/park/hotdog/facial.mp4" autoplay loop></video>
<</if>>
[[Doggy|hotdogscene2][$scene to 0]]
[[Reverse cowgirl|hotdogscene2][$scene to 1]]
[[Facial|hotdogscene2][$scene to 2]]
<</if>>
<<addmins 10>>
[[Go back|Park]]<<set $random = random(2)>>
<<if $lemoscene is 0>>
<<if $random is 0>>
<video src="ressources/scenes/park/lemonade/blowjob0.mp4" autoplay loop></video>
<<elseif $random is 1>>
<video src="ressources/scenes/park/lemonade/blowjob1.mp4" autoplay loop></video>
<<elseif $random is 2>>
<video src="ressources/scenes/park/lemonade/blowjob2.mp4" autoplay loop></video>
<</if>>
<<else>>
<<if $scene is 0>>
<<if $random is 0>>
<video src="ressources/scenes/park/lemonade/doggy0.mp4" autoplay loop></video>
<<elseif $random is 1>>
<video src="ressources/scenes/park/lemonade/doggy1.mp4" autoplay loop></video>
<<elseif $random is 2>>
<video src="ressources/scenes/park/lemonade/doggy2.mp4" autoplay loop></video>
<</if>>
<<elseif $scene is 1>>
<video src="ressources/scenes/park/lemonade/reversecowgirl.mp4" autoplay loop></video>
<<elseif $scene is 2>>
<video src="ressources/scenes/park/lemonade/facial.mp4" autoplay loop></video>
<</if>>
[[Doggy|lemonadescene2][$scene to 0]]
[[Reversecowgirl|lemonadescene2][$scene to 1]]
[[Facial|lemonadescene2][$scene to 2]]
<</if>>
<<addmins 10>>
[[Go back|Park]]<<if $school.missedchem lte 3>>
<<if $jade.questmain is 3 && $jade.trust gte 20 && $mc.str gte 15>><<set $jade.questmain to 4>>
<p>You sit through class as usual. The material is rather boring, and Jade still hates when you mess around with her during class. If she and Ms. Lee weren’t so nice to look at, there would be very little to keep you interested.</p>
<p>When class finally ends you breath a sigh of relief. You go to get up to leave but suddenly Jade reaches out to you and pulls you back down into your seat. The two of you sit there in silence while everyone funnels out of the room. When it is finally empty she turns to you.</p>
<<speech "Jade">>So hey, you have been really good recently. Not distracting me in class, that is. I just wanted to show you how much I appreciate that. And that, I think I’d like that to change<</speech>>
<p>You look at her confused, not sure exactly what she means.</p>
<<speech "Jade">>I realized that I really like you, and that if I’m focusing all of myself on the school work, I’m gonna miss out on the things that actually make my life more fun. So since you are the most fun thing in my life. I’m gonna focus all of myself on you<</speech>>
[[Let her focus on you|jademainquest3][$stage to 0, $scene to 0; $jade.gallery[3] to 1]]
[[Show her what it means to have your focus on her|jademainquest3][$stage to 1, $scene to 0; $jade.gallery[4] to 1]]
<<elseif $jade.questmain is 2 && $jade.trust gte 15 && $mc.str gte 10>><<set $jade.questmain to 3>>
<p>You sit by Jade in Chemistry and pay attention as well as you can. But you are rather bored, and Jade sitting right beside you is making you extremely horny. You casually reach over with your hand and place it on her thigh. You slowly and gently begin to rub it up and down along her leg, squeezing her toned thigh.</p>
<<speech "Jade">>Stop! We are in class! I need to focus!<</speech>>
<p>She slaps your hand away but you quickly put it right back on her leg and squeeze harder. You then slide your hand further up and get very close to her pussy. She grabs your hand in a death grip and throws it away from her and looks over at you with a death stare. You smile smugly back at her. You leave her alone for the rest of the class, not knowing what she might do if you tried again.</p>
<p>Eventually the class finally ends. As you both start to stand up Jade grabs you by your hand and pulls you along.</p>
<<speech "Jade">>Come here!<</speech>>
[[You arrive in the bathroom|jademainquest2]]
<<else>><<set _ran to random(1,2)>><<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<<if $jade.trust gte 20 && $jade.questmain gte 2>>
<<if _ran is 1>>
<p>You and Jade barely pay attention to class. You tease and fool around with each other the entire time. But you are careful, always making sure to keep out of Ms. Lee’s watchful eye. When the class is finally over, both of you unleash all of the pent up arousal you built up over the period. You kiss deeply until the classroom empties out. Jade then drops down between your legs and pulls your cock out, sucking you off expertly until you are completely drained.</p>
<video src="ressources/scenes/university/jade/class/blowjob.mp4" autoplay loop></video>
<<jadetrust>>
<<jadecorr>>
<<else>>
<p>As you look over at Jade during class, you notice that one of her buttons is undone. It leaves a hole through her shirt that you can look through and see that she is not wearing a bra. You chuckle and tease her about it, playfully calling her slutty as you point out the undone button.</p>
<<speech "Jade">>Oh you think I’m a slut huh? Fine I’ll show you a slut<</speech>>
<p>She undoes more buttons and quickly flashes her tits at you.</p>
[img["ressources/scene/jade/flash.jpg"]]
<p>She closes her shirt back up quickly and buttons her shirt up properly this time. You still can’t help but stare at her for the rest of the lesson, imagining her tits the whole time.</p>
<<jadetrust>>
<<jadecorr>>
<</if>>
<<elseif $jade.trust gte 10>>
<<if _ran is 1>>
<p>As you and Jade get closer you are more and more tempted to talk to her almost all of the time. Even in class, where you know it would be a bad idea. Whenever the teacher pauses in her lesson you whisper short comments to Jade. Nothing that would start a conversation. Just short jabs and jokes to make her laugh when Ms. Lee isn’t saying anything. Her smiles and laughs show that she clearly enjoys them.</p>
<<jadetrust>>
<<jadecorr>>
<<else>>
<p>The moment class starts Jade is looking around and starting to freak out a bit. She searches through her bag, muttering to herself as she rifles through its contents. You lean over and quietly ask her what is wrong.</p>
<<speech "Jade">>I forgot my notebook! I never forget my stuff!<</speech>>
<p>She continues to search and worry. You go into your bag and pull out an extra empty notebook you have in there and slide it over to her. You tell her to go ahead and keep it, that you have your laptop to type on.</p>
<<speech "Jade">>Thank you so fucking much! Seriously you have no idea how thankful I am for this<</speech>>
<<jadetrust>>
<<jadecorr>>
<</if>>
<<else>>
<<if _ran is 1>>
<p>You sit beside Jade for chemistry today. You can’t help but sneak looks at her now and then. She clearly notices you looking at her. The occasional blush on her face proves that. But you are sure that you do nothing to break her focus from the lesson. You know how much she would hate that.</p>
<<jadetrust>>
<<jadecorr>>
<<else>>
<p>The class breezes by faster than normal today. When it is over you turn towards Jade and ask her what she thought of the lesson.</p>
<<speech "Jade">>To be blunt, I find Ms. Lee’s methods of teaching to be pretty dry. Today was really exciting though! It was a nice change of pace<</speech>>
<p>You tell her that you agree. The two of you continue to chat as you pack up and make your way out of the classroom and into the hallway.</p>
<<jadetrust>>
<<jadecorr>>
<</if>>
<</if>>
<</if>>
<<else>>
<p>You see Jade and walk up to her. You begin to speak but before you can even get a full word out she cuts you off.</p>
<<speech "Jade">>Listen, unlike you I care about my grades. If you don’t focus I can’t waste time hanging out with you and risk my grades falling to. Get them back up and we can talk<</speech>>
<p>You nod your head in understanding and walk away.</p>
[[Listen to the lesson|normalclasschem][$has.class to 1;$school.todaychem to 2]]
<</if>>
[[University hall|University]]<<if $school.missedecon lte 3>>
<<silently>><<set _ran to random(1,2)>><</silently>>
<<if $kate.trust gte 15>>
<<if _ran is 1>>
<p>Kate sits by you and you can’t help but notice based on what she is wearing. Her tight yellow shirt made it very clear that she wasn’t wearing a bra. She is clearly trying to get people’s attention today. But as usual, you Mom’s much larger breasts and sweater draws more attention from the class. She is so disgusted that she suddenly just opens up her shirt to let her tits out to see if anyone would look. You have no idea if anyone else looked, but you stared for every second you could.</p>
[img["ressources/scene/kate/flash.jpg"]]
<<katecorr>>
<<else>>
<p>You and Kate hang out during class and discuss things beside school. She mentions that she smokes weed and asks if you do as well. You tell her that you have, but don’t smoke often.</p>
<<speech "Kate">>I smoke to calm down after arguments with my Mom. Or if I just need to chill out in general. You wanna smoke with me some time?<</speech>>
<p>You give her a non committal answer. Maybe you will smoke with her one day, but you can’t be sure. You continue talking about all sorts of things for the rest of the class.</p>
<<katetrust>>
<</if>>
<<elseif $kate.trust gte 5>>
<<if _ran is 1>>
<p>You sit with Kate in class today. You wrap your arm around her shoulders and hold her. The two of you flirt and tease one another. Playing sexy chicken, each of you touching more and more sensual parts of the others body until their limit is reached.</p>
<<katecorr>>
<<else>>
<p>You and Kate spend the class talking about Olympic swimmers. The two of you discuss who is likely the better of the great swimmers.</p>
<<speech "Kate">>I think it is impossible to know, but I would bet that Michael Phelps is the best. Mark Spitz would be a close second though<</speech>>
<p>This discussion goes on for the whole class. She knows an amazing amount about professional swimmers.</p>
<<katetrust>>
<</if>>
<<else>>
<p>You sit beside Kate in class today. The two of you chat for a while. You focus deeply on on her and your conversation. And considering the rest of the entire class is focused on your Mom’s low cut shirt, she is appreciative of your attention.</p>
<<katetrust>>
<</if>>
[[Leave|University]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<<else>>
<p>You see Kate and decide to run up to her to say hi and see if she wants to spend time together. She seems very disinterested in even talking to you though.</p>
<<speech "Kate">>I can tell you haven’t been to class. I thought I could rely on your for the homework, but I guess not. If you wanna fool around you gotta help me out<</speech>>
<p>She turns her head away from you and refuses to acknowledge you further. You sigh and walk away.</p>
[[Listen to the lesson|normalclassecon][$has.class to 1;$school.todayecon to 2]]
[[Leave|University]]
<</if>>
<<if $school.missedmath lte 3>>
<<if $lucy.questmain is 1 && $lucy.trust gte 10 && $mc.int gte 5>><<set $lucy.questmain to 2>>
<p>Class today is moving unusually slowly. During an especially boring period you turn to Lucy and suggest that the two of you have some fun and test one another. You bet her that you can ask her a question that she won’t know the answer to.</p>
<<speech "Lucy">>While I would prefer to focus on the work, I can’t help but agree that this has been extremely boring. Some mental stimulation would be beneficial. What do you suggest should be the stakes of this wager of yours?<</speech>>
<p>You jokingly suggest that if you win, she should give you a hand job. But you don’t assume she would agree.</p>
<<speech "Lucy">>Sure, I can agree to that. You could have even asked for more than that. I would have agreed either way since I cannot foresee you winning this wager<</speech>>
<p>You smile smugly. You then ask her a question that it would be absolutely impossible for her to ever answer. You ask her what your own Father’s name is.</p>
<<speech "Lucy">>What?! That’s cheating! I thought you meant intellectual questions! Not personal ones!<</speech>>
<p>You tell her that it is her fault for not clarifying and that she lost, so now she has to pay up.</p>
[[Let her pay up at her own pace|lucymainquest1][$stage to 0; $scene to 0; $lucy.gallery[0] to 1]]
[[Get a jump start on your winnings|lucymainquest1][$stage to 1; $scene to 0; $lucy.gallery[1] to 1]]
<<else>><<set _ran to random(1,2)>>
<<if $lucy.trust gte 15>>
<<if _ran is 1>>
<p>You and Lucy talk during class today. She has really started to become more laid back, especially around you. You wrap your arm around her shoulders playfully. You rest your hand on her breast, groping it subtly so no one else notices. Her hand finds its way to the bulge in your pants. The two of you tease each other here and there for the rest of the class.</p>
<<lucycorr>>
<<else>>
<p>As you sit down for class, Lucy turns to you and gets your attention.</p>
<<speech "Lucy">>Do you still have your notes from last week? My computer crashed and I lost it all<</speech>>
<p>You tell her that you do. You pull them up and send them to her over SexApp.</p>
<<speech "Lucy">>Oh wonderful! Thank you so much, I am very grateful for this. Allow me to return the favor<</speech>>
<p>You go to say that it isn’t necessary. But, before you get a word out, you turn to her and see that she has pulled open her shirt to show you her tits.</p>
[img["ressources/scene/lucy/flash.jpg"]]
<<lucytrust>>
<</if>>
<<elseif $lucy.trust gte 5>>
<<if _ran is 1>>
<p>You sit by Lucy and pull out your laptop to start taking notes. You open it up and your eyes go wide. You apparently forgot to shut down some porn you were looking at last time you used your computer. You quickly close it, but you hear Lucy giggle beside you. You look over to her and share a knowing look. You make a joke to play it off, making her laugh heartily.</p>
<<lucycorr>>
<<else>>
<p>You and Lucy talk a bit during breaks in Ms. Powers’ lesson. She watches you type your notes and looks at you in amazement.</p>
<<speech "Lucy">>How do you write so fast? You must have a typing speed that exceeds one hundred twenty words per minute!<</speech>>
<p>You flex your finger like a bicep and joke about doing finger work outs. She giggles cutely.</p>
<<lucytrust>>
<</if>>
<<else>>
<p>You sit beside Lucy in class today. You try to talk to her here and there. But, she is more focus on the lesson than she is on what you have to say. You decide to focus on taking notes again. When Ms. Powers’ lecture is over, Lucy compares her notes to yours again. She is continuously surprised at just how much you can write.</p>
<<lucytrust>>
<</if>>
[[Leave|University]]
<</if>>
<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<<else>>
<p>You find Lucy in her usual spot and go up to greet her. She raises her finger to silence you and her eye shoot daggers at you when she turns toward you.</p>
<<speech "Lucy">>You have really disappointed me with your lack of care for your school work. Show me some serious improvement before coming back to see me<</speech>>
<p>You hang your head in shame and leave her be.</p>
[[Listen to the lesson|normalclassmath][$has.class to 1;$school.todaymath to 2]]
[[Leave|University]]
<</if>><<if $school.statuscafe is 1>>
<<if isDateBetween($gameDate,'14:00','14:59')>>
[[Eat alone|cafeteriabis]]
<<if $has.metjade is 1 && $jade.loc is "cafeteria">>[[Eat with Jade|jadecafeteria]]<</if>>
<<if $has.metkate is 1 && $quest.kategiftquest is 0 && $kate.trust >= 20 && $kate.corr >= 10>>[[Have lunch with Kate|katecafeteriagiftquest][$step to 0]]<<elseif $has.metkate is 1 >>[[Eat with Kate|katecafeteria]]<</if>>
<<if $has.metlucy is 1>>[[Eat with Lucy|lucycafeteria]]<</if>>
<<if $has.metalice is 1>>[[Eat with Alice|alicecafeteria]]<</if>>
<<else>>
<p class="hint">The cafeteria is empty</p>
<</if>>
[[Go back|University]]
<<else>>
<p>This is the university cafeteria. There are many franchised restaurants selling food to the students here. As well as a university run kitchen for a discounted price. After class each day you can come her to enjoy a meal and interact with any of your classmates. You may even spot a teacher here on occasion. Eating lunch with someone is a good way to raise your trust with them. Although, eating alone has its benefits too. It allows you to study while you eat, and slightly improve your grades. So choose wisely!</p>
<<grades>>
[[Continue|Cafeteria][$school.statuscafe to 1]]
<</if>><<if $lucy.questmain is 4>><<set $lucy.questmain to 5>>
<p>You head into the library to see if Lucy wants to study with you. When you see her at her usual table she is surprisingly sitting there without any books. She is just there waiting, with a smug and proud look on her face. You walk up to her and ask her how her test went.</p>
<<speech "Lucy">>It went spectacularly. Since they grade the tests using a machine we already have our scores. I got a perfect score!<</speech>>
<p>She bursts with excitement bouncing up out of her seat and running around the table to give you a hug. She tightly wraps her arms around you, still bouncing. You hug her back tightly and give her congratulations.</p>
<<speech "Lucy">>I don’t think I would have been able to do it without you. I can’t ever thank you enough. But, I certainly know where to start<</speech>>
[[Follow Lucy|lucymainquest4][$scene to 0; $lucy.gallery[3] to 1]]
<<elseif $lucy.questmain is 3 && $lucy.trust gte 20 && $mc.int gte 15>><<set $lucy.questmain to 4>>
<p>You head into the library to look for Lucy. You walk right by her during your first look though the library. When you finally do see her you realize that you passed right by her because she was hidden behind a mountain of books. You slide one of the piles to the side to see her face. Or at least the half of it that isn’t obscured by a book. You ask her why she is obsessing over her studies even more than usual.</p>
<<speech "Lucy">>Tomorrow I have a critical exam. If I do not get at least a ninety percent on the exam I may not maintain my scholarship. This school is expensive and I do not have a dollar to spare. So while I do enjoy our study sessions, today is a poor day for one<</speech>>
<p>You suggest that today is in fact the perfect day for one. You offer to help her study for the test, however you are able. She looks at you with appreciative eyes.</p>
<<speech "Lucy">>I am going to pull an all nighter. I can’t possibly ask you to do such a thing with me<</speech>>
<p>You say that it is no trouble at all. You sit down across from her and the two of you get to work. Minutes turn to hours. The sun sets. The library empties. But, the two of you don’t move except to get new books. Before long, it is early in the morning and you two are almost falling asleep in your chairs. You put the books away and take her back to her dorm. You wish her luck on her test and head home to go to sleep yourself. You should head to the library again soon, to see how Lucy’s test turned out.</p>
<<lucytrust>>
<<mcint>>
[[Go home and sleep until tomorrow|Bedroom]]<<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>>
<<elseif $lucy.questmain is 0 && $lucy.trust gte 5>><<set $lucy.questmain to 1>>
<p>You decide to head into the library to study with Lucy. You grab a few books from the shelves to look over with her. You grab a few books relating to the math class you share. But, as you walk down the aisle of books, one catches your eye. A book about human anatomy peaks your interest and you pull it out as well. You carry all of the books over and place them on the table in front of you as you site across from Lucy.</p>
<<speech "Lucy">>Hello, $mc.name! I’m glad to see you today. What are you looking to brush up on?<</speech>>
<p>You show her the anatomy book. You tell her that you don’t have an anatomy class, but that you are still very curious about the subject.</p>
<<speech "Lucy">>Oh I love anatomy. I actually am taking a class in it this year. Anything in particular catch your eye?<</speech>>
<p>You open the book to a section on female breasts. You turn the book to her and give her a sensual and seductive look. She blushes deeply at the sight of it. You say that maybe a more practical examination would help you both learn more.</p>
<<speech "Lucy">>Um… yes. I uh, suppose you are correct in that assumption. A proper up close and personal examination would undoubtedly prove informative<</speech>>
<p>She slowly pulls her shirt down and reveals her tight perky breasts to you. She points to each section of the breast in the anatomy book, then points to the same spot on her breasts for comparison. It was as informative as it was sexy.</p>
[img["ressources/scene/lucy/flash.jpg"]]
<<speech "Lucy">>That is quite enough for today. I hope you learned enough. But, it would be a pleasure to help you again if you require a refresher on the topic<</speech>>
<p>You tease her and say that you’d love to see her tits anytime. You then get up and head out of the library, you cock bulging obviously in your pants as you head out of the library.</p>
<<lucytrust>>
<<lucycorr>>
<<mcint>>
[[Go back|University]]<<set $gameDate.setUTCHours(18)>><<set $gameDate.setUTCMinutes(0)>>
<<else>><<set _ran to random(1,2)>>
<<if $lucy.trust gte 15>><<if $lucy.questmain lt 3>><<set _ran to 1>><</if>>
<<if _ran is 1>>
<p>You spend the afternoon giving Lucy a practice quiz in the library. The two of you sit very close to one another. You are almost touching, just sitting side by side. You ask her questions to make sure she is ready for any quiz or test that comes her way. She nails every question you can throw at her of course. She greatly appreciates you and your help.</p>
<<lucytrust>>
<<mcint>>
<<else>>
<p>Lucy is squirming in her chair today. She is barely focusing on her studies, which is very unlike her. You ask her what is wrong but she doesn’t answer. She simply looks around to make sure no one is looking at her. Then she dives beneath the table and paws at your groin. She pulls your cock out and sucks it into her mouth like a vacuum.</p>
<<set _ranb to random(1,2)>><<if _ranb is 1>>
<video src="ressources/scenes/university/lucy/library/blowjob.mp4" autoplay loop></video><<else>>
<video src="ressources/scenes/university/lucy/library/blowjob.mp4" autoplay loop></video><</if>>
<p>When she is done and has had her fun she slides back up into her seat, acting like nothing amazing just happened.</p>
<<lucycorr>>
<<mcint>>
<</if>>
<<elseif $lucy.trust gte 5>>
<<if _ran is 1>>
<p>Lucy has been much more interactive when you study together lately. She is engaging more and you realize that it is because she realized that she can learn more from it. You two get into a deep conversation about political science today. The conversation almost turns hostile a few times when you each get onto topics that depend more on personal morals than actual theory. But you do well to keep your cool and recognize the potential for argument, stopping it before it can begin.</p>
<<lucytrust>>
<<mcint>>
<<else>>
<p>While you and Lucy study together you send her an article that you believe she would find interesting. When she opens it, she blushes a deep red and looks at you, confused.</p>
<<speech "Lucy">>I believe you may have sent me the wrong link<</speech>>
<p>She turns her computer around to show the sight you sent her too. It is a website about the kamasutra. You tell her it is no mistake and there is much to learn about different cultures and beliefs through their sexuality.</p>
<<speech "Lucy">>I guess you may be right. I will delve into this deeper<</speech>>
<<lucycorr>>
<<mcint>>
<</if>>
<<else>>
<p>You see Lucy in the Library and ask to study with her. She is happy to. But, she doesn’t interact much with you during the session. She focuses much more on her books and notes than she does anything you have to say. You do both manage to help each other learn something new though!</p>
<<lucytrust>>
<<mcint>>
<</if>>
[[Go back|University]]<<set $gameDate.setUTCHours(18)>><<set $gameDate.setUTCMinutes(0)>>
<</if>><<if isDateBetween($gameDate,'15:00','17:59') && $kate.questmain is 3 && $kate.trust gte 20 && $mc.end gte 15>><<set $kate.questmain to 4>>
<p>You head out of the locker room and search for Kate. She is sitting by the edge of the pool, looking at her reflection in the water. You sit beside her and greet her. She looks over at you and smiles. She seems heavily distracted at the moment. You decide that this might be the right to to have a serious talk about how she has been acting. You grab her hand and ask her the real reason she acts so slutty. And that you can tell it is an act by how self conscious she is when the two of you are alone.</p>
<<speech "Kate">>It’s because of my Mom. Remember how I told you we don’t get along very well? We are always fighting because she calls me awful things all the time. She says I’m ugly, worthless, stupid. All kinds of hurtful things. My dad used to black all of her hateful bullshit. But he hasn’t been around much because of work. So almost everything I do is to prove her wrong. I act like a slut to prove I’m not ugly. I go to this school to prove I’m not dumb. It’s pointless, I know. It’s just how she made me<</speech>>
[[Kiss her and make her feel better|katemainquest3][$stage to 0; $scene to 0; $kate.gallery[3] to 1]]
[[Fuck her and show her why her Mom is wrong|katemainquest3][$stage to 1; $scene to 0; $kate.gallery[4] to 1]]
<<elseif isDateBetween($gameDate,'15:00','17:59') && $kate.questmain is 0 && $kate.trust gte 5 && $school.statusecon gte 1>><<set $kate.questmain to 1>>
<p>You head to the pool to go for a swim. You go into the locker room and change into your swim shorts and then head out. You see Kate swimming laps back and forth along the length of the pool. When she finishes a set of laps she rests on the edge of the pool. You walk over to her and sit on the edge, dipping your feet in.</p>
<<speech "Kate">>Oh hey there Mr. Big Cock! Come to swim with me?<</speech>>
<p>She smiles at you and talks to you in her usual flirty ways. You tell her that you would love to swim with her. You also propose that you race a bit for fun.</p>
<<speech "Kate">>Fun idea! No way you can beat me though! The only way I’d lose is if you swam so fast those shorts of yours fell off. On second thought, I hope you win!<</speech>>
<p>You decide to try and impress her with a graceful dive into the pool. You stand on the edge and leap up to try and dive in. You are not very graceful though. Instead of a beautiful dive you smack into the water with a belly flop. When you resurface, rubbing your sore stomach you see Kate giggling at your failure. You try and play it cool and just start the race. But, you fail there too. Kate is an expert swimmer. She out paces you at every turn, beating you handily in the race.</p>
<<speech "Kate">>Ha! Told you I’d win! Maybe that cock of yours was slowing you down. You’ll need to practice more if you wanna beat me<</speech>>
<p>You reply with a smarmy tone. Saying that maybe she should give you some more incentive to train with her in the pool. You suggest the some visual incentives would be very helpful. Her disposition suddenly shifts. As if she were called on a bluff. She is clearly hesitant and looks around to make sure no one is looking at you two.</p>
<<speech "Kate">>Okay...<</speech>>
<p>She pulls down the top of her swim suit to show you her perky tits. You gaze at their beauty for the short time that she allows, enjoying every second before she puts them away once again.</p>
[img["ressources/scene/kate/pool_flash.jpg"]]
<p>Kate then lifts herself out of the pool and abruptly says goodbye to you. You say good bye back as she walks over to the locker room. You swim a bit more and when you are done you dry off and get changed as well, heading out of the pool and back into the main hall.</p>
<<katetrust>>
<<katecorr>>
<<mcend>>
[[Go back|University]]<<set $gameDate.setUTCHours(18)>><<set $gameDate.setUTCMinutes(0)>>
<<else>>
<<if $kate.trust gte 15 && $kate.questmain gte 3>>
<p>You and Kate swim together today. Once you are each done swimming your laps, you decide to have a race.</p>
<<speech "Kate">>First one to do three full laps wins! Loser goes down on the winner!<</speech>>
<p>You assume Kate is joking but you give it your all none the less. You power through and push yourself. You put everything you had left after a long day of swimming. You zip through the water and reach the end of the pool faster than you ever have before. You push off the side and head back, shooting through the water. You don’t even look to see where Kate is. Mostly because you assume that she has already finished. But when you touch the other edge and pop your head out of the water you see Kate just then reaching the end. You look at her with a shocked face.</p>
<<speech "Kate">>Damn you have gotten fast $mc.name. Congrats on the win. Would you like your reward now or later?<</speech>>
<p>You tell her that you weren’t sure she was serious. But since she is, you want your blow job now. The two of you hop out of the pool and head somewhere more secluded.</p>
[[Get your dick sucked|katepool3][$scene to 0; $kate.gallery[6] to 1]]
<<elseif $kate.trust gte 5>><<set _ran to random(1,2)>>
<<if _ran is 1>>
<p>You walk to the side of the pool and get ready to jump in when you hear Kate approaching you from behind.</p>
<<speech "Kate">>Hey there Mr. Big Cock. Come for a swim today?<</speech>>
<p>You tell her that you have. You ask if she would like to train a bit with you today.</p>
<<speech "Kate">>Sure, I’d love to! I hope you can keep up Mr. Big Cock<</speech>>
<p>You spend the rest of the afternoon swimming with Kate. She is a lot faster than you but you are certainly improving.</p>
<<katetrust>>
<<mcend>>
<<else>>
<p>You and Kate spend some time swimming together. She is still way faster than you and she likes to flaunt it. Almost as much as she like to flaunt other things about herself.</p>
<<speech "Kate">>Hurry up slow poke! I know you like staring at my ass, but if you never pass me you’ll never be able to look back at my tits!<</speech>>
<p>You speed up thanks to her encouragement. But, you still aren’t fast enough to pass her.</p>
<<speech "Kate">>Don’t worry. Looking back at me isn’t the only way to see my titties you know<</speech>>
<<katecorr>>
<<mcend>>
<</if>>
<<else>>
<p>You head to the pool and change into some swim shorts. You spend the time chatting with Kate for a bit before heading into the water to swim. You chat a bit more in between sets of laps. Mostly just talking about random likes and dislikes.</p>
<<katetrust>>
<<mcend>>
<</if>>
[[Go back|University]]<<set $gameDate.setUTCHours(18)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<<if $jade.questmain is 1 && $jade.trust gte 10 && $mc.str gte 5>><<set $jade.questmain to 2>>
<p>You head into the gym and before you can even look around for her Jade sees you and runs up to you. You can’t help but watch her tits bounce as she runs up to you. When she gets to you she wraps her arms around you and hugs you. She quickly pulled away, looking shocked that she hugged you.</p>
<<speech "Jade">>Um… Hey! I’m glad to see you. My workouts are always more fun when you’re here<</speech>>
<p>You say that you really enjoy working out with her as well and that you have a fun idea for today’s workout. You suggest that they compete to see which one of them can lift the heaviest dumbbell in the gym the most times consecutively.</p>
<<speech "Jade">>Sounds like fun! I am so gonna wipe the floor with you though<</speech>>
[[The challenge begins|jademainquest1][$scene to 0; $jade.gallery[0] to 1]]
<<elseif $jade.questmain is 0 && $jade.trust gte 5 && $school.statuschem gte 1 && $jade.traintotal gte 1>><<set $jade.questmain to 1>>
<p>You walk into the gym and see Jade doing bicep curls with dumbbells near the mirror. You approach her from behind and greet her. She turns around and places the dumbbells down. When she bends down to place them on the floor her tight sports bra gives you a nice view down her cleavage. She pops back up and smiles at you.</p>
<<speech "Jade">>Hey there Mr. $mc.eyes eyes! I’m glad to see you. I know I usually like to work out alone and focus, but I have been wanting to up my weight recently. So I could use a spotter. Would you mind helping me out?<</speech>>
<p>You tell her that you would be happy to give her a hand. You follow her to the bench and help her rack up some weights. She puts on more than you think she will be able to handle, so it makes sense why she would need a spotter.</p>
<<speech "Jade">>Alright here we go! One, two, lift!<</speech>>
<p>You both lift the bar up together. You use your hands to give the bare minimum support as Jade lowers the weight down towards her chest and back up again. Each time she pushed the bar back up she pushes slower and struggles more. After five reps she has clearly reached her limit so you grab the bar fully and help her re-rack it.</p>
<<speech "Jade">>YES! I knew I could do it. But, thanks. I wouldn’t have been secure enough to try and lift that much without you there. I’m not used to people just helping me for nothing. So follow me, I want to repay you some how<</speech>>
[[Follow Jade|jademainquest0]]
<<else>>
<<if $jade.questmain gte 4 && $jade.trust gte 25 && $jade.torn is 1>>
<p>You head into the gym and head straight towards Jade. She is working out in a far off corner of the gym, trying to hide the large rip in her leggings that expose her ass and pussy. You head up to her and spank her ass, gripping her ass roughly with your hand. Your fingers sink in deep as you grope her and spread her cheeks apart.</p>
<<speech "Jade">>Don’t just tease me! You have me wear this for a reason, don’t you?<</speech>>
<p>She is right and you show her that she is right by bending her over and shoving your fingers into her pussy to make her wet. Once she is soaking wet and ready for you, you pull your cock out and slide it deep inside of her, fucking her hard and fast.</p>
<video src="ressources/scenes/university/jade/gym/doggy.mp4" autoplay loop></video>
[[Cum|jadetrain4][$stage to 0; $jade.gallery[7] to 1]]
<<elseif $jade.questmain gte 4 && $quest.jadegiftquest gte 2 && $jade.trust gte 25>>
<p>You head into the gym and search for Jade to spend the afternoon working out with her. She is sporting the leggings you got her and doing some squats to show them off. As well as showing off her nice round ass. You walk up and wrap your arms around her. She turns around and hugs you tightly, almost bouncing with how happy she is to see you.</p>
<<speech "Jade">>Hey, I’m almost done with my workout if you wanna go mess around<</speech>>
<p>You say that you would never say no to that. She smiles as she gets back to squatting to finish her set. Once she is done you help her re-rack the weights. She then grabs you by your collar and pulls you along to a hidden area in the back of the gym.</p>
[[Hit it|jadetrain4][$stage to 1; $scene to 0; $jade.gallery[8] to 1]]
<<elseif $jade.questmain gte 3 && $jade.trust gte 15>>
<p>You walk into the Gym and see that Jade is already in there and well into her workout. She is doing jumping jacks in front of the mirror. You walk over to her and can’t help but stare at her tits as they bounce with each jump.</p>
<<speech "Jade">>Hey there, Mr. $mc.eyes eyes. Are you here to work out or are you just gonna stare all day?<</speech>>
<p>You tell her that even though you are here to work out, you would be more than happy to stare all day every day.</p>
<<speech "Jade">>Well, look all you want. No touching until I’m done though. You know the rules. I need to focus<</speech>>
<p>You tell her you understand. You get to work as well, doing some bicep curls beside her. The two of you talk here and there but for the most part the workout is silent. When you are all finished you walk up to her and ask if she is doing anything afterwords. She smiles at you and pulls you to a secluded bench.</p>
<<speech "Jade">>Yeah I am doing something. I hope you don’t mind lending me a hand<</speech>>
<p>She pulls your pants down and pulls your cock into her mouth sucking on it vigorously.</p>
<video src="ressources/scenes/university/jade/gym/blowjob.mp4" autoplay loop></video>
[[Cum|jadetrain3][$jade.gallery[6] to 1]]
<<elseif $jade.trust gte 5>><<set _ran to random(1,2)>>
<<if _ran is 1>>
<p>You hit the gym and when you see Jade there you decide to walk up to her and work out with her. You approach her and you both greet one another. The two of you discuss class for a bit while you work out. You take turns doing lat pull downs, increasing the weight with every turn until you both reach your limits.</p>
<<jadetrust>>
<<mcstr>>
<<else>>
<p>You and Jade meet up in the gym and get to working out. You spend the day on cardio and use a pair of stair climbers that are beside each other. You spend half an hour on the machines and by the end your thighs are on fire. You both laugh as your legs feel like jelly as you walk out of the gym when you are done.</p>
<<jadetrust>>
<<mcstr>>
<</if>>
<<else>>
<p>You head into the gym and see Jade. You walk over and say hi to her. She smiles and says hi back. She seems happy to see you. But, then she turns away and returns to her work out, mostly ignoring you. You grab a couple of weights and do some lunges beside her. When you are both done working out you wave and say by to one another, going your separate ways.</p>
<<jadetrust>>
<<mcstr>>
<</if>>
[[Go back|University]]<<set $gameDate.setUTCHours(18)>><<set $gameDate.setUTCMinutes(0)>>
<</if>><<if $scene is 1>>
<p>You get your pants down, she notices it and start sucking your cock.</p>
<video src="ressources/scenes/university/meganrain/restroom/blowjob.mp4" autoplay loop></video>
[[But then|restroomsceneb]]
<<else>>
<p>You enter the second stall. You notice a hole cut into the connecting wall. You get closer to the hole and watch the show. A nice brunette teen is there masturbating.</p>
<video src="ressources/scenes/university/meganrain/restroom/masturbating.mp4" autoplay loop></video>
[[Put your cock in the hole|restroomscene][$scene to 1]]
<</if>><<set _ran to random(1,2)>><<if _ran is 1>>
<p>You grab a burger in the cafeteria and look for a place to sit. You see jade sitting alone and walk over to her. You ask her if you can join her and she agrees, seemingly happy to have some company.</p>
<<speech "Jade">>I believe that people assume that I am cold and unwelcoming. I just prefer it if people let me listen to the classes I pay for. If that makes me cold then I’d wear the title of Ice queen proudly<</speech>>
<p>The two of you chat while you eat. You learn quite a bit more about one another.</p>
<<jadetrust>>
[[Finish eating|Cafeteria]]<<set $gameDate.setUTCHours(15)>><<set $gameDate.setUTCMinutes(0)>>
<<else>>
<p>You grab some lunch and choose to sit with Jade while you eat. The two of you discuss different workouts that you had each seen online.</p>
<<speech "Jade">>There is this one workout I might wanna try some day. It’s all about concentration. A girl sits on a guys lap as he benches. If he gets a hard on he has to do double the reps. Sounds fun right?<</speech>>
<p>You say that you love the idea of it. You smile seductively at her and ask if she would be your partner for the workout.</p>
<<speech "Jade">>Oh course. We both know you’ll lose though<</speech>>
<<jadecorr>>
[[Finish eating|Cafeteria]]<<set $gameDate.setUTCHours(15)>><<set $gameDate.setUTCMinutes(0)>>
<</if>><<if $kate.questmain is 1 && $kate.trust gte 10 && $mc.end gte 5>><<set $kate.questmain to 2>>
<p>You sit down at the table to eat your lunch with Kate. She seems to be acting a bit odd around you. She is still being her flirty self, but more tactful. As though she doesn’t want to imply too much. You get the feeling you know why and ask her if you stepped over the line when you were both at the pool together before.</p>
<<speech "Kate">>Oh no you were fine. I like the way you went all slack jawed when you saw my titties<</speech>>
<p>You ask her why she seems troubled if that is the case then. You ask her why she acts all slutty and flirty when it doesn’t seem she really wants to follow through on her words in the end.</p>
<<speech "Kate">>Oh I love to follow through. Trust me on that Mr. Big Cock. I just like the build up too<</speech>>
[[Tell her that you like her whether she follows through or not|katemainquest1][$stage to 0, $scene to 0; $kate.gallery[0] to 1]]
[[Make her follow through|katemainquest1][$stage to 1, $scene to 0; $kate.gallery[1] to 1]]
<<else>>
<<set _ran to random(1,2)>><<if _ran is 1>>
<p>It is time for lunch so you head to the cafeteria and grab some fries to get your through the day. You look for a seat and see Kate in the back of the room, looking like she made herself very comfortable. Her feet are up on the table and she is leaned back in the chair. You walk up and take a seat by her, giving her a skeptical look about how she is sitting.</p>
<<speech "Kate">>What? Don’t tell me you get skeeved out by my feet being on the table. Because I don’t really care if you do, I’ll keep them up there if I want<</speech>>
<p>You chuckle at her bravado. You tell her you don’t mind as long as they don’t touch your food. She looks at you somewhat apologetically.</p>
<<speech "Kate">>I’m sorry, I don’t mean to snap. I just hate when people judge me for not acting ‘lady like’. Let me just be who I am ya know?<</speech>>
<p>You tell her that she can always be herself around you. You won’t ever judge her. She seems to really appreciate your saying that.</p>
<<katecorr>>
[[Finish eating|Cafeteria]]<<set $gameDate.setUTCHours(15)>><<set $gameDate.setUTCMinutes(0)>>
<<else>>
<p>You see Kate in the cafeteria and decide to join her for lunch. She seems a bit dejected at the moment so you give her your full attention and ask her what is wrong.</p>
<<speech "Kate">>My dad works over seas a lot. So I rarely see him. Plus me and my mom don’t get along to well. We are always arguing. She can be really judgmental<</speech>>
<p>She sighs. You tell her that you are sorry that that is the case. You ask if there is anything you can do to to try and cheer her up.</p>
<<speech "Kate">>I appreciate it. But no. At least nothing right now, Mr. Big Cock<</speech>>
<p>She smiles playfully. She is obviously deflecting but you smile back at her regardless, happy to see her having a little fun.</p>
<<speech "Kate">>Sometimes I just wish I didn’t have to go home, ya know? Anyway, thanks for listening, $mc.name<</speech>>
<<katetrust>>
[[Finish eating|Cafeteria]]<<set $gameDate.setUTCHours(15)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<</if>><<if $lucy.questmain is 2 && $lucy.trust gte 15 && $mc.int gte 10>><<set $lucy.questmain to 3>>
<p>You grab a BLT for lunch today and see Lucy sitting alone with her head in a book and barely touching her meal. You sit with her. She doesn’t pay much mind to you at first but you make a point to get her attention. You say that all the studying in the world won’t matter if she never eats or rests.</p>
<<speech "Lucy">>I eat and rest plenty. I study just enough to keep my grades up. You should study like me. If not I doubt you’ll pass all of your classes<</speech>>
<p>You decide to prove her wrong. You show her your most recently posted grades and prove to her that you are doing well in all of your classes.</p>
<<speech "Lucy">>This is absurd! You don’t study nearly as much as me! Your notes are spectacular, but even still there is no way you should be doing so well! I am barely even performing better than you are!<</speech>>
<p>You tell her rest helps the mind store information better. And that she needs to relax and let loose here and there. She gives you an oddly seductive look at you when you suggest that.</p>
<<speech "Lucy">>Well, I guess you might be right. I do have something I have wanted to do to relax. I guess now is as good of a time as any. Are you free? I require your assistance to do this<</speech>>
<p>You agree to help her. She pops out of her seat and tells you to follow her.</p>
[[Follow her|lucymainquest2][$scene to 0; $lucy.gallery[2] to 1]]
<<else>>
<<set _ran to random(1,2)>><<if _ran is 1>>
<p>As you enter the cafeteria, you notice Lucy sitting by herself with one hand on a book and the other around a spoon. You sit next to her and greet her. She barely looks up from her book when she greats you back. Following it by shoveling a spoonful of soup into her mouth. You ask her what she is reading. She replies with her mouth still half full.</p>
<<speech "Lucy">>H.P. Lovecraft. I am reading him for my creative writing class. I think he may be one of my favorite authors. But, in truth I love far to many to say any of them are my favorite<</speech>>
<p>You let her know that you might read the book too, and that they should discuss it in the library one day. She smiles widely at the prospect. She clearly loves discussing literature.</p>
<<lucytrust>>
[[Finish eating|Cafeteria]]<<set $gameDate.setUTCHours(15)>><<set $gameDate.setUTCMinutes(0)>>
<<else>>
<p>You sit with Lucy as you eat your lunch. The two of you exchange pleasantries, but she is clearly very engrossed in her text book. In fact she has her face buried in it and seems to be hiding it from anyone who passes by. Eventually though, someone bumps her chair and she drops the book, revealing that a sensual romance novel was inside.</p>
<<speech "Lucy">>Shit. Shit. Shit. Shit. Shit. Shit<</speech>>
<p>She scrambles to pick it up and hide it but it is too late. You have already seen what she was reading. You make a small teasing comment about it, but let her know that she doesn’t have to hide what she likes to read with you. You even suggest that maybe you could read it together and see what ideas it inspires. She blushes a deep red at the thought.</p>
<<lucycorr>>
[[Finish eating|Cafeteria]]<<set $gameDate.setUTCHours(15)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<</if>><<if $activate is 0>>
[[Use Light cheat|Light cheat][$activate to 1]]
<<elseif $activate is 1>>\
[[Dominant path|Light cheat][$activate to 2]]
[[Submissive path|Light cheat][$activate to 3]]
<<elseif $activate is 2>>
<<set $abigail.trust += 10>>\
<<set $abigail.corr += 10>>\
<<set $abigail.int += 10>>\
<<set $carla.trust += 10>>\
<<set $carla.corr += 10>>\
<<set $missy.trust += 10>>\
<<set $missy.corr += 10>>\
<<set $alice.trust += 10>>\
<<set $alice.corr += 10>>\
<<set $kate.corr += 10>>\
<<set $kate.trust += 10>>\
<<set $lucy.corr += 10>>\
<<set $lucy.trust += 10>>\
<<set $jade.corr += 10>>\
<<set $jade.trust += 10>>\
<<set $mom.corr += 10>>\
<<set $mom.trust += 10>>\
<<set $sis.corr += 10>>\
<<set $sis.trust += 10>>\
<<set $teacher.int += 10>>\
<<set $teacher.trust += 10>>\
<<set $teacher.corr += 10>>\
<<set $sato.int += 10>>\
<<set $sato.trust += 10>>\
<<set $sato.corr += 10>>\
<<set $powers.int += 10>>\
<<set $powers.trust += 10>>\
<<set $powers.corr += 10>>\
<<set $dean.int += 10>>\
<<set $dean.trust += 10>>\
<<set $dean.corr += 10>>\
<<set $mc.int += 10>>\
<<set $mc.str += 10>>\
<<set $mc.end += 10>>\
<<set $mc.seXP += 10>>\
<<set $mc.money += 10000>>\
<<set $mc.dom += 10>>
<<set $school.grades += 10>>
<p class="got">Light cheat used, have fun!</p>
<<set $has.usedcheat to 1>>
<<elseif $activate is 3>>
<<set $abigail.trust += 10>>\
<<set $abigail.corr += 10>>\
<<set $abigail.int += 10>>\
<<set $carla.trust += 10>>\
<<set $carla.corr += 10>>\
<<set $missy.trust += 10>>\
<<set $missy.corr += 10>>\
<<set $alice.trust += 10>>\
<<set $alice.corr += 10>>\
<<set $kate.corr += 10>>\
<<set $kate.trust += 10>>\
<<set $lucy.corr += 10>>\
<<set $lucy.trust += 10>>\
<<set $jade.corr += 10>>\
<<set $jade.trust += 10>>\
<<set $mom.corr += 10>>\
<<set $mom.trust += 10>>\
<<set $sis.corr += 10>>\
<<set $sis.trust += 10>>\
<<set $teacher.int += 10>>\
<<set $teacher.trust += 10>>\
<<set $teacher.corr += 10>>\
<<set $sato.int += 10>>\
<<set $sato.trust += 10>>\
<<set $sato.corr += 10>>\
<<set $powers.int += 10>>\
<<set $powers.trust += 10>>\
<<set $powers.corr += 10>>\
<<set $dean.int += 10>>\
<<set $dean.trust += 10>>\
<<set $dean.corr += 10>>\
<<set $mc.int += 10>>\
<<set $mc.str += 10>>\
<<set $mc.end += 10>>\
<<set $mc.seXP += 10>>\
<<set $mc.money += 10000>>\
<<set $mc.sub += 10>>
<<set $school.grades += 10>>
<p class="got">Light cheat used, have fun!</p>
<<set $has.usedcheat to 1>>
<<else>>
<p class="hint">You already used cheats</p>
<</if>>
[[Go back to your house|House]]<<if $activate is 0>>
[[Use Medium cheat|Medium cheat][$activate to 1]]
[[Use Light cheat|Light cheat][$activate to 1]]
<<elseif $activate is 1>>\
[[Dominant path|Medium cheat][$activate to 2]]
[[Submissive path|Medium cheat][$activate to 3]]
<<elseif $activate is 2>>
<<set $abigail.trust += 15>>\
<<set $abigail.corr += 15>>\
<<set $abigail.int += 15>>\
<<set $carla.trust += 15>>\
<<set $carla.corr += 15>>\
<<set $missy.trust += 15>>\
<<set $missy.corr += 15>>\
<<set $alice.trust += 15>>\
<<set $alice.corr += 15>>\
<<set $kate.corr += 15>>\
<<set $kate.trust += 15>>\
<<set $lucy.corr += 15>>\
<<set $lucy.trust += 15>>\
<<set $jade.corr += 15>>\
<<set $jade.trust += 15>>\
<<set $mom.corr += 15>>\
<<set $mom.trust += 15>>\
<<set $sis.corr += 15>>\
<<set $sis.trust += 15>>\
<<set $teacher.int += 15>>\
<<set $teacher.trust += 15>>\
<<set $teacher.corr += 15>>\
<<set $sato.int += 15>>\
<<set $sato.trust += 15>>\
<<set $sato.corr += 15>>\
<<set $powers.int += 15>>\
<<set $powers.trust += 15>>\
<<set $powers.corr += 15>>\
<<set $dean.int += 15>>\
<<set $dean.trust += 15>>\
<<set $dean.corr += 15>>\
<<set $mc.int += 15>>\
<<set $mc.str += 15>>\
<<set $mc.end += 15>>\
<<set $mc.seXP += 15>>\
<<set $mc.money += 15000>>\
<<set $mc.dom += 15>>
<<set $school.grades += 15>>
<p class="got">Medium cheat used, have fun!</p>
<<set $has.usedcheat to 1>>
<<elseif $activate is 3>>
<<set $abigail.trust += 15>>\
<<set $abigail.corr += 15>>\
<<set $abigail.int += 15>>\
<<set $carla.trust += 15>>\
<<set $carla.corr += 15>>\
<<set $missy.trust += 15>>\
<<set $missy.corr += 15>>\
<<set $alice.trust += 15>>\
<<set $alice.corr += 15>>\
<<set $kate.corr += 15>>\
<<set $kate.trust += 15>>\
<<set $lucy.corr += 15>>\
<<set $lucy.trust += 15>>\
<<set $jade.corr += 15>>\
<<set $jade.trust += 15>>\
<<set $mom.corr += 15>>\
<<set $mom.trust += 15>>\
<<set $sis.corr += 15>>\
<<set $sis.trust += 15>>\
<<set $teacher.int += 15>>\
<<set $teacher.trust += 15>>\
<<set $teacher.corr += 15>>\
<<set $sato.int += 15>>\
<<set $sato.trust += 15>>\
<<set $sato.corr += 15>>\
<<set $powers.int += 15>>\
<<set $powers.trust += 15>>\
<<set $powers.corr += 15>>\
<<set $dean.int += 15>>\
<<set $dean.trust += 15>>\
<<set $dean.corr += 15>>\
<<set $mc.int += 15>>\
<<set $mc.str += 15>>\
<<set $mc.end += 15>>\
<<set $mc.seXP += 15>>\
<<set $mc.money += 15000>>\
<<set $mc.sub += 15>>
<<set $school.grades += 15>>
<p class="got">Medium cheat used, have fun!</p>
<<set $has.usedcheat to 1>>
<<else>>
<p class="hint">You already used cheats</p>
<</if>>
[[Go back to your house|House]]<<if $activate is 0>>
[[Use Hard cheat|Hard cheat][$activate to 1]]
[[Use Medium cheat|Medium cheat][$activate to 1]]
[[Use Light cheat|Light cheat][$activate to 1]]
<<elseif $activate is 1>>\
[[Dominant path|Hard cheat][$activate to 2]]
[[Submissive path|Hard cheat][$activate to 3]]
<<elseif $activate is 2>>
<<set $abigail.trust += 20>>\
<<set $abigail.corr += 20>>\
<<set $abigail.int += 20>>\
<<set $carla.trust += 20>>\
<<set $carla.corr += 20>>\
<<set $missy.trust += 20>>\
<<set $missy.corr += 20>>\
<<set $alice.trust += 20>>\
<<set $alice.corr += 20>>\
<<set $kate.corr += 20>>\
<<set $kate.trust += 20>>\
<<set $lucy.corr += 20>>\
<<set $lucy.trust += 20>>\
<<set $jade.corr += 20>>\
<<set $jade.trust += 20>>\
<<set $mom.corr += 20>>\
<<set $mom.trust += 20>>\
<<set $sis.corr += 20>>\
<<set $sis.trust += 20>>\
<<set $teacher.int += 20>>\
<<set $teacher.trust += 20>>\
<<set $teacher.corr += 20>>\
<<set $sato.int += 20>>\
<<set $sato.trust += 20>>\
<<set $sato.corr += 20>>\
<<set $powers.int += 20>>\
<<set $powers.trust += 20>>\
<<set $powers.corr += 20>>\
<<set $dean.int += 20>>\
<<set $dean.trust += 20>>\
<<set $dean.corr += 20>>\
<<set $mc.int += 20>>\
<<set $mc.str += 20>>\
<<set $mc.end += 20>>\
<<set $mc.seXP += 20>>\
<<set $mc.money += 10000>>\
<<set $mc.dom += 20>>
<<set $school.grades += 20>>
<p class="got">Hard cheat used, have fun!</p>
<<set $has.usedcheat to 1>>
<<elseif $activate is 3>>
<<set $abigail.trust += 20>>\
<<set $abigail.corr += 20>>\
<<set $abigail.int += 20>>\
<<set $carla.trust += 20>>\
<<set $carla.corr += 20>>\
<<set $missy.trust += 20>>\
<<set $missy.corr += 20>>\
<<set $alice.trust += 20>>\
<<set $alice.corr += 20>>\
<<set $kate.corr += 20>>\
<<set $kate.trust += 20>>\
<<set $lucy.corr += 20>>\
<<set $lucy.trust += 20>>\
<<set $jade.corr += 20>>\
<<set $jade.trust += 20>>\
<<set $mom.corr += 20>>\
<<set $mom.trust += 20>>\
<<set $sis.corr += 20>>\
<<set $sis.trust += 20>>\
<<set $teacher.int += 20>>\
<<set $teacher.trust += 20>>\
<<set $teacher.corr += 20>>\
<<set $sato.int += 20>>\
<<set $sato.trust += 20>>\
<<set $sato.corr += 20>>\
<<set $powers.int += 20>>\
<<set $powers.trust += 20>>\
<<set $powers.corr += 20>>\
<<set $dean.int += 20>>\
<<set $dean.trust += 20>>\
<<set $dean.corr += 20>>\
<<set $mc.int += 20>>\
<<set $mc.str += 20>>\
<<set $mc.end += 20>>\
<<set $mc.seXP += 20>>\
<<set $mc.money += 10000>>\
<<set $mc.sub += 20>>
<<set $school.grades += 20>>
<p class="got">Hard cheat used, have fun!</p>
<<set $has.usedcheat to 1>>
<<else>>
<p class="hint">You already used cheats</p>
<</if>>
[[Go back to your house|House]]<<if isDateBetween($gameDate, '8:00', '18:00')>>
<<if $bdsm.activate is 1 && $mc.dom gte 15>>[[Ask about collars|strangeshopcollar][$step to 1]]<</if>>
<<if $quest.lucygiftquest is 1>>[[Search for Lucy’s book|strangeshoplucygiftquest][$step to 1]]
<<elseif $quest.lucygiftquest is 3>>[[Trade for the book|strangeshoplucygiftquest][$step to 2]]<</if>>
<<if $sis.questmain is 3>>[[Get the key copied|strangeshopbathroomkey]]<</if>>
<<if $quest.basement is 2>>[[Buy Dungeon Supplies|buydungeonsupplies]]<</if>>
<<if $quest.basement gte 5>><<if $books.dom is 2 && $mc.dom gte 20>>[[Search for an expert book about dominance|strangeshopbookdom][$step to 3]]
<<elseif $books.dom is 1 && $mc.dom gte 10>>[[Search for an advanced book about dominance|strangeshopbookdom][$step to 2]]
<<elseif $books.dom is 0 && $mc.dom gte 0>>[[Search for a book about dominance|strangeshopbookdom][$step to 1]]<</if>><<set $scene to 0>><</if>>
<<else>>
<p class="hint">The shop is closed right now</p>
<</if>>
[[Leave|Street]] <<if $scene is 1>>
<p>You quietly unlock the door and enter the bathroom, she seems a bit surprised at first but then she invites you in.</p>
<<speech "Sasha">>Since you’re here, come and help me wash my back<</speech>>
<video src="ressources/scenes/home/sis/bathroom/wash.mp4" width="1200" height="600" autoplay loop></video>
[[Fuck her|sisbathroomscene][$scene to 3]]
<<elseif $scene is 2>>
<p>You quietly unlock the door and enter the bathroom, she immediately yells at you.</p>
<<speech "Sasha">>Get the fuck out you goddamned pervert!<</speech>>
<<sistrustminus>>
[[Leave the bathroom|House]]
<<if $mc.dom > 10 && $sis.corr >= 20>>[[Fuck her against her will|sisbathroomscene][$scene to 4]]<</if>>
<<elseif $scene is 3>>
<<if $bathroomscene is 1>>
<video src="ressources/scenes/home/sis/bathroom/blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 2>>
<video src="ressources/scenes/home/sis/bathroom/doggy.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 3>>
<video src="ressources/scenes/home/sis/bathroom/missionary.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 4>>
<video src="ressources/scenes/home/sis/bathroom/cowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 5>>
<video src="ressources/scenes/home/sis/bathroom/reversecowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 6>>
<video src="ressources/scenes/home/sis/bathroom/facial.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
<p>You stop washing her and make her face you. She gets on her knees and starts to suck your cock.</p>
<video src="ressources/scenes/home/sis/bathroom/blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<addmins 30>>
<<mcsex>>
<<siscorr>>
<</if>>
[[Blowjob|sisbathroomscene][$bathroomscene to 1]]
[[Doggy|sisbathroomscene][$bathroomscene to 2]]
[[Missionary|sisbathroomscene][$bathroomscene to 3]]
[[Cowgirl|sisbathroomscene][$bathroomscene to 4]]
[[Reverse cowgirl|sisbathroomscene][$bathroomscene to 5]]
[[Facial|sisbathroomscene][$bathroomscene to 6]]
[[Leave the bathroom|House][$sis.gallery[9] to 1; $bathroomscene to 0]]
<<else>>
<<if $bathroomscene is 1>>
<video src="ressources/scenes/home/sis/bathroom/blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 2>>
<video src="ressources/scenes/home/sis/bathroom/doggy.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 3>>
<video src="ressources/scenes/home/sis/bathroom/missionary.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 4>>
<video src="ressources/scenes/home/sis/bathroom/cowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 5>>
<video src="ressources/scenes/home/sis/bathroom/reversecowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bathroomscene is 6>>
<video src="ressources/scenes/home/sis/bathroom/facial.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
<p>You make her gets on her knees and tell her to suck your cock. As the submissive bitch you made her become she obeys.</p>
<video src="ressources/scenes/home/sis/bathroom/blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<addmins 30>>
<<mcsex>>
<<mcdom>>
<<siscorr>>
<</if>>
[[Blowjob|sisbathroomscene][$bathroomscene to 1]]
[[Doggy|sisbathroomscene][$bathroomscene to 2]]
[[Missionary|sisbathroomscene][$bathroomscene to 3]]
[[Cowgirl|sisbathroomscene][$bathroomscene to 4]]
[[Reverse cowgirl|sisbathroomscene][$bathroomscene to 5]]
[[Facial|sisbathroomscene][$bathroomscene to 6]]
[[Leave the bathroom|House][$sis.gallery[10] to 1; $bathroomscene to 0]]
<</if>><div id="cheatdiv">
<<if $has.usedcheat is 0>>
<<textbox "_testcode" "cheat code here">>
<<linkreplace "Active cheats">>
<<set _val = hashStr(_testcode)>>
<<if _val == $bathroom.bath>>
''Light cheat unlocked''
[[Light cheat]]
<<elseif _val == $bathroom.shower>>
''Medium cheat unlocked''
[[Medium cheat]]
<<elseif _val == $bathroom.toilets>>
''Hard cheat unlocked''
[[Hard cheat]]
<<elseif _val == $bathroom.max>>
''Platinium cheat unlocked''
[[Platinium cheat]]
<<elseif _val == $bathroom.ultra>>
''Diamond cheat unlocked''
[[Diamond cheat]]
<<else>>
Sorry the code you entered is not valid
<</if>>
<</linkreplace>>
<<else>>
''You already used cheats!''
<</if>>
<h2>To get the code you must donate</h2>
''On <span class="porn stat">Patreon:</span>''
<a href="https://www.patreon.com/bePatron?u=10423542" target="_blank" data-patreon-widget-type="become-patron-button">[img["ressources/patreon.jpg"]]</a>
<span class="porn stat">''patreon.com/bePatron?u=10423542''</span>
''Or on <span class="sex stat">Subscribestar:</span>''
<a href="https://subscribestar.adult/becomesomeone" target="_blank">[img["ressources/subscribestar.png"]]</a>
<span class="sex stat">''subscribestar.adult/becomesomeone''</span>
<a data-passage=$prevpassage class="link-internal">Return</a>
</div>
<p>You helped <<print "$sis.name">> with her homeworks.</p>
<<sistrust>>
<<addhours 1>><<set $sis.homeworktotal += 1>>
[[Leave the room|House]]
<<set $sleepingwithsis = random(100)>><<if $sleepingwithsis lte 44>>
<p>You go into your Sister’s bedroom and see that she is getting ready for bed. You ask if you can sleep with her tonight.</p>
<<speech "Sasha">>Sure, <<print "$mc.name">>! Come on in!<</speech>>
<p>She lifts her covers for you and you slide into bed. You wrap your arm around her and quickly fall asleep.</p>
[[You fall asleep|morningsisterbedroom]]
<<elseif $sleepingwithsis gte 45 && $sleepingwithsis lte 90>>
<p>It is time for bed so you go into Sasha’s room to try and sleep with her tonight. But, when you open your door you notice that she is still changing.</p>
[img["ressources/images/home/sleepingsis/changing.jpg"]]
<<if $sis.trust >= 5>>
<<speech "Sasha">>If you wanted to see me naked all you have to do is ask<</speech>>
<p>She teases you as she gets dressed into her pajamas and slides into her bed. You join her soon after and fall asleep beside her.</p>
<<else>>
<<speech "Sasha">>I know you’re a perv but you could at least knock before coming in<</speech>>
<p>You apologize and turn away while she gets dressed.</p>
<<speech "Sasha">>You can turn around now. I guess you came in here to sleep with me tonight? Well, come on<</speech>>
<p>You turn back around and join her in bed. She maintains some distance from you on the bed, but you still both fall asleep quickly beside one another.</p>
<</if>>
<<siscorr>>
[[You fall asleep|morningsisterbedroom]]
<<else>>
<p>You walk into Sasha’s bedroom to see if you can go to bed with her tonight. But when you enter she doesn’t appear to be getting ready to sleep.</p>
<<speech "Sasha">>I’m not tired at all! Wanna have some fun before bed?<</speech>>
<<if $sis.trust < 10>>
<p>You agree and ask what she had in mind. She pulls out a gaming controller.</p>
<<speech "Sasha">>Let’s play something!<</speech>>
<p>You spend an hour playing a game with your Sister. You both eventually get tired and head to bed together.</p>
<<sistrust>>
[[You fall asleep|morningsisterbedroom]]
<<else>>
<p>You ask her what kind of fun she wanted to have and she grabs your crotch and starts rubbing your cock over your pants.</p>
<<speech "Sasha">>I think you know exactly what I wanna do for fun<</speech>>
[[Get your cock sucked|sashasleepingscene][$sashasleepingscene to 0; $sis.gallery[13] to 1]]
<</if>>
<</if>><video src="ressources/scenes/university/lucy/library/fingerpussy.mp4" width="1200" height="600" autoplay loop></video><<if isDateBetween($gameDate,'20:00','21:59') && $mom.questmain is 8 && $mom.trust gte 20>><<set $mom.questmain to 9>>
<p>Ever since you took on a bigger role in the house, and your Mom first sucked your cock, you have wanted more. You walk into your Mother’s room, without even bothering to knock. She is sitting on the bed nude, as she often does since the two of you have begun sharing her bed on occasion.</p>
<<speech "Mom">>Hey, sweety. What’s up? Come to spend the night with Mommy?<</speech>>
<p>She smiles at you seductively, as if she knows why you are really here. You tell her that you are here to spend the night with her, but that you have no intention of getting much sleep.</p>
<<speech "Mom">>I was wondering when you would finally come in here and fuck me. I was hoping it would have been sooner if I’m honest. Well, don’t keep me waiting, come here and fuck me!<</speech>>
[[Fuck your mother|mommainquest8][$scene to 0; $mom.gallery[5] to 1]]
<<elseif isDateBetween($gameDate,'20:00','21:59') && $mom.questmain is 7 && $inv.momjewelry is 1 && $has.paidbills is 1 && $has.vacuum is 1 && $has.dishes is 1>><<set $mom.questmain to 8>>
<p>You knock on your Mother’s bedroom door and wait for her to call you in. There is a palpable pause between when you know and when she responds.</p>
<<speech "Mom">>Come in<</speech>>
<p>You enter and see you Mom sitting on her bed looking at you in the door way. She is wearing nothing but some very sensual lingerie. You step in and present her with the gift you got her. You explain how you paid the bills, how you have cleaned the house, and how you have now gotten her this gift. You also explain that this is all in the hopes that she will see you as the man of the house, and her partner, which is what you truly want to be.</p>
<<speech "Mom">>Sweety, you really didn’t need to do all of this. I already love and appreciate you so much<</speech>>
<p>She opens the gift and gasps at the magnificent jewelry that you bought her. She holds it up, the diamonds glittering in the light of the room.</p>
<<speech "Mom">>It’s gorgeous! $mc.name, I… I don’t know what to say<</speech>>
<p>The two of you stare longingly into each others eyes for a moment. You both then close your eyes, lean in and kiss one another passionately. You caress each others bodies as you make out, sensually feeling each others forms with your hands.</p>
[[She drops to her knees|mommainquest7][$scene to 0; $mom.gallery[4] to 1]]
<<elseif isDateBetween($gameDate,'22:00','23:59') && $mom.questmain is 6>><<set $mom.questmain to 7>>
<p>You carefully sneak into your Mother’s bedroom and take a look at the papers on her desk. You see that her car payment as well as the family phone bill are yet to be paid. Even worse it appears her car is past due. You add up the totals in your head and figure out that you will need $1000 to pay these bills for her.</p>
[img["ressources/scene/mom/billsdesk.jpg"]]
<p>You head back out of her room silently as to not wake your Mom up and head back to your room. You should work toward getting that money together soon. Once you have it you can pay them through your computer at your desk.</p>
[[Bedroom]]
<<elseif isDateBetween($gameDate,'20:00','21:59') && $sis.questmain is 6 && $mom.questmain gte 8>><<set $sis.questmain to 7>>
<p>You walk into your Mother’s bedroom and adamantly express that you want to talk about Sasha and her lack of motivation. Your Mother is sitting in lingerie on her bed waiting for you, clearly expecting to spend the night with you. But you have other priorities at the moment. You explain that Sasha has no motivation, and that since you are taking a larger role in the home, you want her support in your plan to motivate Sasha properly.</p>
<<speech "Mom">>I totally agree, sweety. Sasha is acting so spoiled and bratty lately. More than ever. I know what we can do! We can cut her off. Until her grades get better she gets no new clothes or new anything!<</speech>>
<p>You tell your Mom that you like the idea and that you are thankful that she is backing you up in this endeavor. The two of you agree that the next time you share dinner together, you will inform Sasha together.</p>
[[Leave|House]]
<<elseif $mom.loc isnot "Mom's bedroom" && $sis.questmain is 2>><<set $sis.questmain to 3>>
<p>You sneak into you Mom’s room while she isn’t there. You go to her night stand and root around the top drawer looking for the key to the bathroom. Thankfully, being a teacher, your Mom is a rather organized woman. There is a key in the back of the drawer with a label on it that says bathroom. You swipe the key and head out of her room, leaving everything else exactly where you found it. You should head to the Strange shop to get a copy made soon. If your Mother finds out you stole the key, she might get very upset.</p>
<p class="got">You obtained the bathroom key!</p>
[[Leave|House]]
<<else>>
<<if $mom.loc is "Mom's bedroom" && $mom.slave gte 1>>
[[Sleep with your mother|mom slave sleeping][$scene to 0]]
<<elseif $mom.loc is "Mom's bedroom" && $mom.questmain gte 9>>
[[Sleep with your mother|sleepingwithmom]]
[[Have fun with your mother|mombedscene]]
<<elseif $mom.loc is "Mom's bedroom" && $mom.questmain gte 8>>
[[Sleep with your mother|sleepingwithmom]]
<<elseif $mom.loc is "Mom's bedroom">>
<p class="hint">Your mother doesn't trust you enough to let you sleep with her. You should advance further in her main story</p>
<<else>>
<p>There is nothing to do here for the moment.</p>
<</if>>
[[Leave|House]]
<</if>><<if $sis.corr >= 10>><<set $dinnerevent = random(100)>><<else>><<set $dinnerevent = random(89)>><</if>>
<<if $dinnerevent gte 90 && $sis.questmain gte 9>>
<p>You sit down to eat with your Mother and Sister. Once you are all finished, your Mother stands up, clears the table, and begins to soak the dishes. Sasha then suddenly slides out of her seat and under the table.</p>
<<speech "Sasha">>Wanna have a little fun?<</speech>>
<p>Your Sister pulls your shorts down and pulls out your hardening cock.</p>
<video src="ressources/scenes/home/sis/dinner/pullingout.mp4" autoplay loop></video>
<<speech "Sasha">>Be quiet so mom won’t notice<</speech>>
<p>She begins to stroke and lick your cock.</p>
<video src="ressources/scenes/home/sis/dinner/blowjob0.mp4" autoplay loop></video>
<p>Your Sister’s hands and tongue feel so good you can’t help but groan in pleasure.</p>
<<if $mom.questmain gte 9 && $mom.corr gte 20>>
[[Suddenly|dinnerscene][$dinnerscene to 1; $mom.gallery[8] to 1]]
<<else>>
[[Sasha begins to suck your cock|dinnerscene][$dinnerscene to 2]]
<</if>>\<<set $sis.gallery[7] to 1>>
<<elseif $dinnerevent gte 60>>
<<if $sis.slave lt 1>>
<p>You sit down to eat dinner and notice your Sister is wearing very skimpy clothes. You can’t help but stare. When she notices you staring, she shifts in her chair to give you a better look.</p>
<<siscorr>>
<<addmins 20>>
[[Leave|House]]
<<else>>
<p>As you sit down to eat with your family you notice your slave Sasha sits very close to you. If her chair were any closer you would be touching. Since she is being such a good slave, being close to you to be used whenever you desire, You pat her head approvingly. The three of you eat together and once the food is done your Mother gets up and heads out of the kitchen to continue her day.</p>
[[Follow her out|House]]
[[Stay behind and use your slave|sis slave eating][$scene to 0; $sis.gallery[21] to 1]]<<addmins 20>>
<</if>>
<<elseif $dinnerevent gte 30>>
<p>You eat dinner with your family. Soon your Mother begins to talk to you and Sasha about her day.</p>
<<speech "Mom">>You would not believe what happened at the market today!<</speech>>
[[Listen intently|eatingdinnerevent][$choice to 3]]
[[Ignore your Mother|eatingdinnerevent][$choice to 4]]
<<else>>
<p>You have dinner with your Mother and Sister. Sasha begins to talk about her day at school.</p>
<<speech "Sasha">>We had a tough test today at school<</speech>>
[[Listen intently|eatingdinnerevent][$choice to 1]]
[[Ignore your Sister|eatingdinnerevent][$choice to 2]]
<</if>>\<<if $mom.slave lt 1>>
<<set $washingdishes = random(100)>>
<<if $washingdishes gte 90>>
<p>While you are washing the dishes you Mother enters the kitchen.</p>
<<speech "Mom">>Honey the garbage disposal was acting up again this morning. Can you take a look at it for me?<</speech>>
<p>You agree and spend some time trying to see what is wrong with the disposal. You solve the issue rather quickly as it was just jammed and needed to be manually turned. You flip on the switch to show your Mother that it is working correctly now.</p>
<<speech "Mom">>Thank you so much sweety you are so helpful!<</speech>>
<<momtrust>>
<<if $mom.questmain gte 9>>
<p>Your Mother suddenly climbs up on the counter and spreads her legs, revealing that she isn’t wearing any panties as her pussy is put on display for you.</p>
[[Get your cock sucked|washingdishesscene][$washingscene to 1; $mom.gallery[9] to 1]]
<<else>>
<p class="hint">Hint: you should up your mother trust to unlock the scene</p>
<<addhours 1>>
[[Leave the room|House]]
<</if>>
<<elseif $washingdishes gte 60>>
<p>You help your Mother wash the dirty dishes. As you wash a bowl it slips from your hands landing in the dish water, splashing you both with a lot of water.</p>
<<speech "Mom">>Oh no! My dress is soaked!<</speech>>
<p>Her dress becomes almost see through as the water soaks through the fabric.</p>
[[Stare|washingdishesevent][$washingevent to 1]]
[[Focus on the dishes|washingdishesevent][$washingevent to 2]]
<<elseif $washingdishes gte 30>>
<p>You are washing some dishes when your Mother walks by and sees you.</p>
<<speech "Mom">>Thanks for the help <<print "$mc.name">><</speech>>
<p>She is very appreciative of your help.</p>
<<momtrust>>
[[Whipe your hands and leave|House]]
<<else>>
<p>You noticed that the sink is overflowing with dirty dishes. You take a few moments out of your day to wash them up.</p>
<<addmins 30>>
[[Whipe your hands and leave|House]]
<</if>>
<<else>>
<p>While you are in the kitchen you notice that the dishes need to be done. You don’t have to do such meaningless chores anymore. You have a slave to do these types of things for you. You call out for your slave Mother and in seconds she is rushing into the room to greet you. She drops to her knees fully nude before you with a loving glint in her eye.</p>
<<speech "Mom">>How can I serve you, $mom.title?<</speech>>
<p>You grab her by her chin and smirk devilishly down at her. You tell her to wash the dishes like the good little slave that she is.</p>
<<speech "Mom">>Of course, $mom.title! With pleasure!<</speech>>
<p>She jumps up to her feet and begins to wash the dishes. She shakes her ass and soaps up her tits the whole time tempting you.</p>
[[Use your slave|mom slave dishes][$scene to 0; $mom.gallery[18] to 1]]
[[Leave and let her finish cleaning|House]]<<addmins 10>>
<</if>><<if isDateBetween($gameDate,'17:00','19:59') && $mom.questmain is 2>><<set $mom.questmain to 3>>
<p>As you are passing by the living room you hear an odd soft sound coming out of it. It does look like anyone is in there so you slowly and silently peer in to see what made the sound. You then hear the sound again, louder and more clearly this time as you get closer. This time you can tell exactly what the sound was. It was a moan escaping your Mother’s lips as she masturbates on the couch. The book you bought her is open on the coffee table and her clothes are completely off.</p>
<video src="ressources/scenes/home/mom/mainquest/stage1/masturbating.mp4" autoplay loop></video>
<p>You hide yourself as you stand there and watch her play with her pussy. You cock gets hard and forms a tent in your pants as she teases her clit with her fingers. Eventually she brings herself to orgasm, shaking and moaning loudly as she cums. When she is done you leave the room, making sure you aren’t noticed on the way out.</p>
<<momtrust>>
<<momcorr>><<set $gameDate.setUTCHours(20)>><<set $gameDate.setUTCMinutes(0)>>
<<elseif isDateBetween($gameDate,'17:00','19:59') && $mom.questmain is 0 && $mom.trust gte 5>>
<p>You walk into the living room and notice that your Mother is searching through the bookshelf. She looks somewhat disappointed as she turns away from the books and walks over to the couch to sit down. She sighs as she turns on the TV. You take a seat next to her and ask her what’s wrong.</p>
<<speech "Mom">>Nothing much sweety. I was just looking forward to spending some time reading today but it turns out I have nothing new to read. I have read all of the books on that shelf so many times that I can probably recite a few of them by heart. I really need something new to read<</speech>>
<p>You spend some time with your Mom and watch TV with her. You think about how you could maybe help her out. You remember hearing that there is a section for books in the general store at the mall. Maybe you should head there tomorrow and pick her up something new to read.</p>
<<momtrust>><<set $mom.questmain to 1>><<set $gameDate.setUTCHours(20)>><<set $gameDate.setUTCMinutes(0)>>
<<elseif isDateBetween($gameDate,'17:00','19:59') && $sis.questmain is 5 && $sis.trust gte 15 && $sis.homeworktotal gte 1>><<set $sis.questmain to 6>>
<p>You take a seat on the couch next to your Sister and watch some TV with her. She is playing on her phone and barely even paying attention to the screen. It is obvious that she is just killing time until dinner. You decide to ask her about her homework, and how school is going for her.</p>
<<speech "Sasha">>Nah I haven’t done it yet. I probably won’t either. Its not like I’m smart enough to go to a good college anyway, so why bother?<</speech>>
<p>You look at her with a crooked expression. She is usually a lazy brat, but this kind of attitude is absurd even for her. You tell her that if she focused and stopped making excuses, then that wouldn’t be true.</p>
<<speech "Sasha">>Whatever. Just because you got into a decent school doesn’t mean you know what’s best for me, twerp<</speech>>
[[Encourage her|sismainquest5][$stage to 0; $scene to 0; $sis.gallery[1] to 1]]
[[Punish her|sismainquest5][$stage to 1; $scene to 0; $sis.gallery[2] to 1]]
<<elseif $sis.loc is "living room" && $sis.questmain is 0 && $sis.trust gte 5 && $mc.int gte 5>>
<p>You see Sasha sitting on the floor, doing her homework in the living room. She looks absolutely befuddled by the material so you walk in and offer you assistance with whatever she is working on. She jumps up from the floor and looks at you skeptically.</p>
<<speech "Sasha">>Why would you wanna help me? You just looking to screw me over again?<</speech>>
<p>You let her know you would like to help in order to apologize for the other morning. You admit you were acting foolish, and say you are sorry. You know that in truth, this is a lie. But it is better to keep the peace.</p>
<<speech "Sasha">>Yeah… sure. I’m sorry too, I guess. Whatever<</speech>>
<p>She turns around and sits back down to get back to her homework. As she turns her very short skirt flies up and you get a perfect look at her panties. Seeing how skimpy her outfit is, it is hard to keep yourself from getting hard from looking at her. So hard that you fail. You cock bulges visibly in your pants. Sasha seems to notice right away. She smiles seductively and adjusts her shirt to show off more cleavage to tease you.</p>
[[Change the subject|sismainquest0][$scene to 0]]
[[Punish her for being slutty|sismainquest0][$scene to 1]]
<<else>>
<<if $sis.loc is "living room">>
<<if $sis.slave lt 1>>[[Watch something with your sister|watchtvsis][$watching to 0]]<<else>>[[Watch something with your sister|sis slave livingroom]]<</if>>
<</if>>
<<if $period is 4 or $period is 5>>
<<if $has.vacuum is 0>>
[[Clean the living room|cleaninglivingroom][$has.vacuum to 1]]
<<else>>\
<</if>>\
<</if>>\
<<if $period isnot 4 or $period isnot 5>>
<p class="hint">You can't think of something else to do here for the moment</p>
<</if>>
<</if>>
[[Leave|House]]<<if $watching is 0>>
[[Something funny|watchtvsis][$watch to "funny";$watching to 1]]
[[A romantic film|watchtvsis][$watch to "romance";$watching to 1]]
[[Some Porn|watchtvsis][$watch to "porn";$watching to 1]]
<<else>>
<<set _random = random(2)>>
<<if $watch is "funny">>
<p>You have watched a funny show.</p>
<<if _random is 0>>
<video src="ressources/videos/tv/funny/0.webm" autoplay loop></video>
<<elseif _random is 1>>
<video src="ressources/videos/tv/funny/1.webm" autoplay loop></video>
<<else>>
<video src="ressources/videos/tv/funny/2.webm" autoplay loop></video>
<</if>>
<<addmins 30>>
<<elseif $watch is "romance">>
<p>You have watched a long and annoying romantic film.</p>
<<if _random is 0>>
<video src="ressources/videos/tv/romance/0.webm" autoplay loop></video>
<<elseif _random is 1>>
<video src="ressources/videos/tv/romance/1.webm" autoplay loop></video>
<<else>>
<video src="ressources/videos/tv/romance/2.webm" autoplay loop></video>
<</if>>
<<addhours 1>>
<<addmins 30>>
<<sistrust>>
<<else>>
<p>You have watched some porn together, your sister seemed rather focused.</p>
<<if _random is 0>>
<video src="ressources/videos/tv/porn/0.webm" autoplay loop></video>
<<elseif _random is 1>>
<video src="ressources/videos/tv/porn/1.webm" autoplay loop></video>
<<else>>
<video src="ressources/videos/tv/porn/2.webm" autoplay loop></video>
<</if>>
<<addmins 30>>
<<siscorr>>
<<mcporn>>
<</if>>
<</if>>
[[Leave|House]]<<set $cleaningevent = random(100)>>
<<if $cleaningevent gte 90 && ($sis.trust gte 5 || $sis.corr gte 5) && $sis.slave lt 1>>
<p>You enter the Living room and see that Sasha is reading a book. As she is laying on the couch her skirt hikes up, making her panties visible.</p>
<video src="ressources/scenes/home/sis/cleaning/pantiesvisible.mp4" autoplay loop></video>
<<speech "Sasha">>Didn't you come in here to clean?<</speech>>
<p>You nod to her, realizing that she must have noticed you staring. You begin to clean and quickly tidy up the whole room. You take a seat beside her on the couch and can’t help but look up her skirt again.</p>
<video src="ressources/scenes/home/sis/cleaning/panties.mp4" autoplay loop></video>
[[Stare|cleaningscene][$scene to 1]]
[[Pull down panties|cleaningscene][$scene to 2]]
<<elseif $cleaningevent gte 60 && $sis.slave lt 1>>
<p>You begin to clean up the Living room when Sasha enters and begins looking for something.</p>
<<speech "Sasha">>Have you seen my text book <<print "$mc.name">>?<</speech>>
<p>You help her look around the room while you clean, finding the text book underneath the couch.</p>
<<speech "Sasha">>Thanks for the help!<</speech>>
<<sistrust>><<addmins 30>>
<<elseif $cleaningevent gte 30>>
<p>You walk into the Living room and clean it up a bit. Your Mother saw you cleaning and appreciates the help.</p>
<<momtrust>><<addmins 30>>
<<else>>
<p>Someone spilled their drink on the Living room carpet. You spend some time soaking and scrubbing it so it doesn't leave a stain.</p><<addmins 30>>
<</if>>
[[Leave|House]]<<set $sleepmom = random(100)>>
<<if $sleepmom lte 29>>
<p>You enter your Mother’s bedroom and see that she is sleeping. You back out of the room and close the door slowly so she doesn’t wake up.</p>
<<speech "Mom">>Honey is that you? Come lay with me! It’s so much easier to sleep with you here.<</speech>>
<p>You do as your Mother says and get into bed with her. You wrap your arm around her waist and cuddle with her as you both fall sound asleep.</p>
[[Next morning|sleepingwithmomevent][$sleepevent to 4]]
<<elseif $sleepmom gte 30 && $sleepmom lte 59>>
<p>You walk into your Mother’s bedroom. She is in bed but doesn’t appear to be asleep.</p>
[[Say goodnight|sleepingwithmomevent][$sleepevent to 1]]
[[Enter the room|sleepingwithmomevent][$sleepevent to 2]]
<<elseif $sleepmom gte 60 && $sleepmom lte 89>>
<p>You enter your Mother’s bedroom. She is clearly fast asleep. You climb into her bed quietly and fall asleep next to her.</p>
[[Next morning|sleepingwithmomevent][$sleepevent to 4]]
<<else>>
<p>You walk into your Mother’s bedroom without knocking.</p>
[img["ressources/images/home/sleepingwithmom/0024.jpg"]]
<<if $mom.corr >= 10 && $mom.trust >= 10>>
<<speech "Mom">>Sweety! Don’t sneak up on me like that. If you wanted a look, you could have just asked!<</speech>>
[img["ressources/images/home/sleepingwithmom/0034.jpg"]]
<p>Your Mother’s huge tits get you hard within seconds. You Mother notices your growing bulge and bites her lip.</p>
<<speech "Mom">>Why don’t I help you with that<</speech>>
<p>Your Mother gets on her knees and begins to suck your cock like a master.</p>
<video src="ressources/scenes/home/mom/sleeping/blowjob.mp4" autoplay loop></video>
[[Get a titsjob|sleepingwithmomscene][$sleepmomscene to 1; $mom.gallery[10] to 1]]
<<else>>
<<speech "Mom">><<print "$mc.name">>! I’m changing! Get out!<</speech>>
<p>You rush out of the room, embarrassed.</p>
<<momcorr>>
<p class="hint">Hint: You need to upgrade your mother corruption and trust stats to unlock the scene</p>
[[Apologize|sleepingwithmomevent][$sleepevent to 3]]
<</if>>
<</if>>
<<if $scene is 1>>
<<if $bedscene is 1>>
<video src="ressources/scenes/home/sis/bedroom/blowjob1.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 2>>
<video src="ressources/scenes/home/sis/bedroom/missionary.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 3>>
<video src="ressources/scenes/home/sis/bedroom/doggy.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 4>>
<video src="ressources/scenes/home/sis/bedroom/cowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 5>>
<video src="ressources/scenes/home/sis/bedroom/reversecowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 6>>
<video src="ressources/scenes/home/sis/bedroom/creampie.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
<p>You enter her room, she is laying on her bed staring at her phone.</p>
<<speech "Sasha">>What's up?<</speech>>
<p>She notices your boner.</p>
<<speech "Sasha">>Ho... I see... someone wants some care!<</speech>>
<p>She comes closer, gets on her knees and starts to give you a nice blowjob.</p>
<video src="ressources/scenes/home/sis/bedroom/blowjob0.mp4" width="1200" height="600" autoplay loop></video>
<</if>>
[[Blowjob|sisbedroomscene][$bedscene to 1]]
[[Missionary|sisbedroomscene][$bedscene to 2]]
[[Doggy|sisbedroomscene][$bedscene to 3]]
[[Cowgirl|sisbedroomscene][$bedscene to 4]]
[[Reverse cowgirl|sisbedroomscene][$bedscene to 5]]
[[Creampie|sisbedroomscene][$bedscene to 6]]<<set $sis.gallery[14] to 1>>
<<else>>
<<if $bedscene is 1>>
<video src="ressources/scenes/home/sis/bedroom/blowjob0.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 2>>
<video src="ressources/scenes/home/sis/bedroom/missionary.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 3>>
<video src="ressources/scenes/home/sis/bedroom/doggy.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 4>>
<video src="ressources/scenes/home/sis/bedroom/cowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 5>>
<video src="ressources/scenes/home/sis/bedroom/reversecowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 6>>
<video src="ressources/scenes/home/sis/bedroom/creampie.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
<p>You enter her room, she is laying on her bed watching her phones.</p>
<<speech "Sasha">>What do you want?<</speech>>
<p>You go towards her, grab her out of her bed, push her to her knees and start deep throating this little bitch.</p>
<video src="ressources/scenes/home/sis/bedroom/blowjob1.mp4" width="1200" height="600" autoplay loop></video>
<</if>>
[[Blowjob|sisbedroomscene][$bedscene to 1]]
[[Missionary|sisbedroomscene][$bedscene to 2]]
[[Doggy|sisbedroomscene][$bedscene to 3]]
[[Cowgirl|sisbedroomscene][$bedscene to 4]]
[[Reverse cowgirl|sisbedroomscene][$bedscene to 5]]
[[Creampie|sisbedroomscene][$bedscene to 6]]<<set $sis.gallery[15] to 1>>
<</if>>
<<addmins 10>>
[[Leave|House][$bedscene to 0]]<<if $bedscene is 1>>
<video src="ressources/scenes/home/mom/bedroom/blowjob.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 2>>
<video src="ressources/scenes/home/mom/bedroom/cowgirl.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 3>>
<video src="ressources/scenes/home/mom/bedroom/doggy.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 4>>
<video src="ressources/scenes/home/mom/bedroom/sidefuck.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 5>>
<video src="ressources/scenes/home/mom/bedroom/missionary.mp4" width="1200" height="600" autoplay loop></video>
<<elseif $bedscene is 6>>
<video src="ressources/scenes/home/mom/bedroom/facial.mp4" width="1200" height="600" autoplay loop></video>
<<else>>
<p>You enter her room, it seems that she is not there. You feel someone pushing you from behind.</p>
<<speech "Mom">>Looking for someone sweetie?<</speech>>
<p>She gets you on her bed.</p>
<<speech "Mom">>I think that you deserve a little reward for all your recent efforts<</speech>>
<p>She gets her clothes off, you stare at her.</p>
<<speech "Mom">>What are you waiting for!? Go on! Undress too!<</speech>>
<p>You obey, she pushes you on the bed and climbs on you, you start licking her pussy while she sucks your dick.</p>
<video src="ressources/scenes/home/mom/bedroom/69.mp4" width="1200" height="600" autoplay loop></video>
<</if>>
[[Blowjob|mombedscene][$bedscene to 1]]
[[Cowgirl|mombedscene][$bedscene to 2]]
[[Doggy|mombedscene][$bedscene to 3]]
[[Side fuck|mombedscene][$bedscene to 4]]
[[Missionary|mombedscene][$bedscene to 5]]
[[Facial|mombedscene][$bedscene to 6]]
<<addmins 10>>
[[Leave|House][$mom.gallery[11] to 1; $bedscene to 0]]<<nobr>>
<div class="container">
<div class="card">
<div class="titles">
<div style="height: 5px;"></div>
<img class="profile" src="ressources/profilpictures/home/mom.jpg" style="">
<h2 class="name">MOM</h2>
</div>
<div class="content">
<br>
<p>TRUST: $mom.trust</p>
<p>CORRUPTION: $mom.corr</p>
<p>MAIN QUEST: $mom.questmain</p>
<p>Basement quest: $quest.basement</p>
</div>
</div>
<div class="card">
<div class="titles">
<div style="
height: 5px;
"></div>
<img class="profile" src="ressources/profilpictures/university/alice.jpg">
<h2 class="name">ALICE</h2>
</div>
<div class="content">
<br>
<p>TRUST: $alice.trust</p>
<p>CORRUPTION: $alice.corr</p>
<p>BATHROOM QUEST: $quest.alicebathroom</p>
<p>HAVE HER ADDRESS: <<if $has.aliceaddress is 1>>Yes<<else>>No<</if>></p>
</div>
</div>
<div class="card">
<div class="titles">
<div style="
height: 5px;
"></div>
<img class="profile" src="ressources/profilpictures/home/sis.jpg">
<h2 class="name">SISTER</h2>
</div>
<div class="content">
<br>
<p>TRUST: $sis.trust</p>
<p>CORRUPTION: $sis.corr</p>
<p>MAIN QUEST: $sis.questmain</p>
<p>BATHROOM QUEST: $quest.sisbathroom</p>
</div>
</div>
<div class="card">
<div class="titles">
<div style="
height: 5px;
"></div>
<img class="profile" src="ressources/profilpictures/university/lucy.jpg">
<h2 class="name">LUCY</h2>
</div>
<div class="content">
<br>
<p>TRUST: $lucy.trust</p>
<p>CORRUPTION: $lucy.corr</p>
<p>MAIN QUEST: $lucy.questmain</p>
<p>LIBRARY QUEST: $quest.lucylibrary</p>
</div>
</div>
<div class="card">
<div class="titles">
<div style="
height: 5px;
"></div>
<img class="profile" src="ressources/profilpictures/university/jade.jpg">
<h2 class="name">JADE</h2>
</div>
<div class="content">
<br>
<p>TRUST: $jade.trust</p>
<p>CORRUPTION: $jade.corr</p>
<p>MAIN QUEST: $jade.questmain</p>
<p>GYM QUEST: $quest.jadegym</p>
</div>
</div>
<div class="card">
<div class="titles">
<div style="
height: 5px;
"></div>
<img class="profile" src="ressources/profilpictures/university/kate.jpg">
<h2 class="name">KATE</h2>
</div>
<div class="content">
<br>
<p>TRUST: $kate.trust</p>
<p>CORRUPTION: $kate.corr</p>
<p>MAIN QUEST: $kate.questmain</p>
<p>POOL QUEST: $quest.katepool</p>
</div>
</div>
<div class="card">
<div class="titles">
<div style="
height: 5px;
"></div>
<img class="profile" src="ressources/profilpictures/university/sato.jpg">
<h2 class="name">MRS. SATO</h2>
</div>
<div class="content">
<br>
<p>TRUST: $sato.trust</p>
<p>CORRUPTION: $sato.corr</p>
<p>MAIN QUEST: $sato.questmain</p>
<p>INTEREST: $sato.int</p>
</div>
</div>
<div class="card">
<div class="titles">
<div style="
height: 5px;
"></div>
<img class="profile" src="ressources/profilpictures/university/teacher.jpg">
<h2 class="name">MS. LEE</h2>
</div>
<div class="content">
<br>
<p>TRUST: $teacher.trust</p>
<p>CORRUPTION: $teacher.corr</p>
<p>MAIN QUEST: $teacher.questmain</p>
<p>CLASS QUEST: $teacher.questclass</p>
<p>INTEREST: $teacher.int</p>
</div>
</div>
<div class="card">
<div class="titles">
<div style="
height: 5px;
"></div>
<img class="profile" src="ressources/profilpictures/university/powers.jpg">
<h2 class="name">MS. POWERS</h2>
</div>
<div class="content">
<br>
<p>TRUST: $powers.trust</p>
<p>CORRUPTION: $powers.corr</p>
<p>MAIN QUEST: $powers.questmain</p>
<p>INTEREST: $powers.int</p>
</div>
</div>
<div class="card">
<div class="titles">
<div style="
height: 5px;
"></div>
<img class="profile" src="ressources/profilpictures/restaurant/missy.jpg">
<h2 class="name">MISSY</h2>
</div>
<div class="content">
<br>
<p>TRUST: $missy.trust</p>
<p>CORRUPTION: $missy.corr</p>
<p>PROGRESS: $missy.progress</p>
<p>SHIFT: RESTAURANT</p>
</div>
</div>
<div class="card">
<div class="titles">
<div style="
height: 5px;
"></div>
<img class="profile" src="ressources/profilpictures/restaurant/abigail.jpg">
<h2 class="name">ABIGAIL</h2>
</div>
<div class="content">
<br>
<p>TRUST: $abigail.trust</p>
<p>CORRUPTION: $abigail.corr</p>
<p>PROGRESS: $abigail.progress</p>
<p>INTEREST: $abigail.int</p>
</div>
</div>
<div class="card">
<div class="titles">
<div style="
height: 5px;
"></div>
<img class="profile" src="ressources/profilpictures/restaurant/carla.jpg">
<h2 class="name">CARLA</h2>
</div>
<div class="content">
<br>
<p>TRUST: $carla.trust</p>
<p>CORRUPTION: $carla.corr</p>
<p>PROGRESS: $carla.progress</p>
<p>SHIFT: BAR</p>
</div>
</div>
<div class="card">
<div class="titles">
<div style="
height: 5px;
"></div>
<img class="profile" src="ressources/profilpictures/university/dean.jpg">
<h2 class="name">DEAN GRAVES</h2>
</div>
<div class="content">
<br>
<p>TRUST: $dean.trust</p>
<p>CORRUPTION: $dean.corr</p>
<p>MAIN QUEST: $dean.questmain</p>
<p>GRADUATION: <<if $school.graduated is 1>>COMPLETED<<else>>NOT COMPLETED<</if>></p>
</div>
</div>
</div>
<</nobr>>
<div style="clear:both;"><br><a data-passage=$prevpassage class="link-internal">Return</a></div><<nobr>>
<br>
<br>
<<if $has.lucyid is 1>><a data-passage="lucysexapp" class="link-internal"><div class="portrait banner" target="_lucy"><div class="circle"><p>Talk with<br>Lucy</p></div>[img["ressources/img/lucy/face.png"]]</div></a><</if>>
<<if $has.jadeid is 1>><a data-passage=jadesexapp class="link-internal"><div class="portrait banner" target="_jade"><div class="circle"><p>Talk with<br>Jade</p></div>[img["ressources/img/jade/face.png"]]</div></a><</if>>
<<if $has.kateid is 1>><a data-passage=katesexapp class="link-internal"><div class="portrait banner" target="_kate"><div class="circle"><p>Talk with<br>Kate</p></div>[img["ressources/img/kate/face.png"]]</div></a><</if>>
<<if $has.aliceid is 1>><a data-passage=alicesexapp class="link-internal"><div class="portrait banner" target="_alice"><div class="circle"><p>Talk with<br>Alice</p></div>[img["ressources/img/alice/face.png"]]</div></a><</if>>
<<if $has.abigailid is 1>><a data-passage=abigailsexapp class="link-internal"><div class="portrait banner" target="_abigail"><div class="circle"><p>Talk with<br>Abigail</p></div>[img["ressources/img/abigail/face.png"]]</div></a><</if>>
<<if $has.carlaid is 1>><a data-passage=carlasexapp class="link-internal"><div class="portrait banner" target="_carla"><div class="circle"><p>Talk with<br>Carla</p></div>[img["ressources/img/carla/face.png"]]</div></a><</if>>
<<if $has.missyid is 1>><a data-passage=missysexapp class="link-internal"><div class="portrait banner" target="_missy"><div class="circle"><p>Talk with<br>Missy</p></div>[img["ressources/img/missy/face.png"]]</div></a><</if>>
<<if $has.lucyid is 0 && $has.jadeid is 0 && $has.kateid is 0 && $has.aliceid is 0 && $has.abigailid is 0 && $has.carlaid is 0 && $has.missyid is 0>><p class="hint">You don't have any SexApp id for the moment, you must talk to girls to get their id</p><</if>>
<div style="clear:both;"><br>[[Go back to House|House]]</div>
<</nobr>>
<p class="creditsmain">Credits</p>
<p class="creditssub">Development team</p>
<p class="creators">Volen - Founder
Sanjix1 - Writer
EmiYoung - Coder</p>
<p class="creditssub">Patreon's biggest donators:</p>
<span style="text-align: center;"><ol>
<li>Superjeeph</li>
<li>gserra</li>
<li>Janae</li>
<li>Trevor</li>
<li>Gordon Barrows</li>
</ol></span>
<p class="shout">We would like to thank your guys and all the other patrons for making this adventure possible!</p>
<p class="creditssub">Infos</p>
<p>Videos and Images displayed in this game are used without removing the watermark that are on them.</p>
<p class="creditssub">To play this game you must have an account with a valid membership on these sites:</p>
<p style="text-align: center;"><a src="https://www.brazzers.com/home" style="font-size:14px;">Brazzers</a>
<a src="https://bangbros.com/" style="font-size:14px;">Bangbros</a>
<a src="https://www.littlecaprice-dreams.com/" style="font-size:14px;">Little caprice dreams</a>
<a src="https://pornhub.com/" style="font-size:14px;">Pornhub</a>
<a src="https://www.teamskeet.com/t1/" style="font-size:14px;">Team Skeet</a>
<a src="https://digitalplayground.com/home" style="font-size:14px;">Digital Playground</a>
<a src="https://mofos.com" style="font-size:14px;">Mofos</a>
<a src="https://wicked.com/" style="font-size:14px;">Wicked</a>
<a src="https://www.fakehub.com" style="font-size:14px;">Fake hub</a>
<a src="https://www.realitykings.com" style="font-size:14px;">Reality King</a>
<a src="https://babes.com" style="font-size:14px;">Babes</a>
</p>
<p class="creditssub">Backgrounds come from:</p>
<p style="text-align: center;"><a src="https://unsplash.com" style="font-size:14px;">Unsplash</a></p>
<p class="creditssub">Notes:</p>
<p class="shout">In this story the step-mom and step-sis are referred as Sis and Mom but that's only Main character point of view which is story fictional. All scenes come from Legal Porn sites and do not represent real incest scenes! </p>
<a data-passage=$prevpassage class="link-internal">Return</a><<if $washingevent is 1>>
<p>You can’t help but stare at her massive breasts as the underwear beneath her dress starts to become visible.</p>
<<if $mom.questmain gte 9>>
<p>She notices you staring and smiles seductively. She pulls her dress up over her body, fully revealing the lingerie and leaving her half naked.</p>
[img["ressources/images/home/washingdishes/0041.jpg"]]
<<speech "Mom">>I guess I should go put this in the washing machine so it doesn’t get ruined. You can finish up here right sweety?<</speech>>
<p>You nod your head, watching her tits bounce in her bra as she leaves the room. You finish up the dishes rather quickly afterwards.</p>
<<else>>
<p>She sees you staring and covers herself up with her arms. She walks out of the room, embarrassed.</p>
<<momcorr>>
<</if>>
[[Finish up the dishes and leave the kitchen|House]]
<<elseif $washingevent is 2>>
<p>You avert your eyes and focus on getting the dished cleaned up.</p>
<<speech "Mom">>Shoot, I should go wash this<</speech>>
<p>She jogs out of the room quickly, and you finish up washing the dishes.</p>
<<momtrust>>
[[Dry your hands and leave the room|House]]
<</if>>
<<addmins 30>><<if $washingscene is 1>>
<p>Your Mother lays on the counter and pulls your cock out. She licks it all over and takes it into her mouth, sucking it.</p>
<video src="ressources/scenes/home/mom/washingdishes/blowjob.mp4" autoplay loop></video>
[[Fuck her pussy|washingdishesscene][$washingscene to 2]]
<<elseif $washingscene is 2>>
<p>You stand her up and put one of her legs on the counter to open up her pussy for you. You slide your dick in and begin fucking her.</p>
<video src="ressources/scenes/home/mom/washingdishes/legsup.mp4" autoplay loop></video>
[[Fuck her tits|washingdishesscene][$washingscene to 3]]
<<elseif $washingscene is 3>>
<p>You pull your cock out of your Mother’s pussy and put her on her knees. She wraps her huge tits around your cock and strokes you with them.</p>
<video src="ressources/scenes/home/mom/washingdishes/titsjob.mp4" autoplay loop></video>
[[Make her ride you|washingdishesscene][$washingscene to 4]]
<<elseif $washingscene is 4>>
<p>You lie down on the counter yourself and pull your Mother on top of you. You slide your cock into her pussy and thrust up into her. You fuck her with a nice view of her ass.</p>
<video src="ressources/scenes/home/mom/washingdishes/cowgirl.mp4" autoplay loop></video>
[[Cum|washingdishesscene][$washingscene to 5]]
<<elseif $washingscene is 5>>
<p>You finally reach your peak and start to cum. You stand up and jerk your cock until you cum all over her.</p>
<video src="ressources/scenes/home/mom/washingdishes/facial.mp4" autoplay loop></video>
<p>She licks your cock and her tits clean until all of the cum is gone.</p>
<<speech "Mom">>Oh Sweety that was amazing! We need to do that more often.<</speech>>
<p>She gives your cock one last kiss before she gets up and heads out of the kitchen. You get dressed and leave as well.</p>
<<mcsex>>
<<addhours 1>>
[[Leave|House]]
<</if>>
<<if $sashasleepingscene is 0>>
<p>Sasha pulls your cock out and bends over to suck on it. Bobbing her head very quickly as she takes it past her lips.</p>
<video src="ressources/scenes/home/sis/sleeping/blowjob.mp4" autoplay loop></video>
[[Have her ride you|sashasleepingscene][$sashasleepingscene to 1]]
<<addmins 10>>
<<elseif $sashasleepingscene is 1>>
<p>You pull your Sister on top of you and she slides your cock into her pussy and begins to bounce on it while she faces you. Her tits are bouncing in front of you and you can’t help but kiss them sensually as she rides your cock.</p>
<video src="ressources/scenes/home/sis/sleeping/cowgirl.mp4" autoplay loop></video>
[[Missionary|sashasleepingscene][$sashasleepingscene to 2]]
<<addmins 10>>
<<elseif $sashasleepingscene is 2>>
<p>You pull out and place Sasha on her back and slide your cock back inside of her pussy and start thrusting.</p>
<video src="ressources/scenes/home/sis/sleeping/missionary.mp4" autoplay loop></video>
[[Doggy style|sashasleepingscene][$sashasleepingscene to 3]]
<<addmins 10>>
<<elseif $sashasleepingscene is 3>>
<p>You roll Sasha onto her stomach and start fucking her pussy from behind hard and fast. Her moans serve to drive you to fuck her harder.</p>
<video src="ressources/scenes/home/sis/sleeping/doggy.mp4" autoplay loop></video>
[[Cum|sashasleepingscene][$sashasleepingscene to 4]]
<<addmins 10>>
<<elseif $sashasleepingscene is 4>>
<p>You pull out as you start to cum, shooting your load all over her face as your groan loudly in pleasure.</p>
<video src="ressources/scenes/home/sis/sleeping/facial.mp4" autoplay loop></video>
<<speech "Sasha">>Fuck… me. I think I’m definitely ready to sleep now<</speech>>
<p>You both laugh together and you cuddle and fall asleep in each others arms.</p>
<<mcsex>>
<<addmins 10>>
[[You fall asleep|morningsisterbedroom]]
<</if>><<if $sleepevent is 1>>
<p>You wish your Mother a pleasant night’s rest.</p>
<<momtrust>>
<<addmins 10>>
[[Leave the room|House]]
<<elseif $sleepevent is 2>>
<p>You walk into the room and hop up onto the bed next to your Mother.</p>
<<speech "Mom">>Oh hey Sweety! Can’t sleep huh?<</speech>>
<<if $mom.trust > $mom.corr>>
<<speech "Mom">>Well that’s okay, just snuggle up with Momma<</speech>>
<p>You wrap your arm around your Mother and pull her in close. Her round ass against your groin makes your cock hard in an instant.</p>
<<momcorr>>
[[Next morning|sleepingwithmomevent][$sleepevent to 4]]
<<elseif $mom.trust <= $mom.corr>>
<<speech "Mom">>You can sleep in here if you want. I know my bed is more comfy<</speech>>
<p>You lay on the bed next to your Mother, and quickly fall asleep.</p>
<<momtrust>>
<<momcorr>>
[[Next morning|sleepingwithmomevent][$sleepevent to 4]]
<</if>>\
<<elseif $sleepevent is 3>>
<p>After a few minutes you knock on your Mother’s door.</p>
<<speech "Mom">>Come in<</speech>>
<p>When you enter she is now dressed and clearly angry. You apologize and promise to knock before entering from now on.</p>
<<speech "Mom">>Oh sweety I can’t stay mad at you. Come here and sleep with me tonight<</speech>>
<p>You do as she says and climb into bed with her. You cuddle for a little while before eventually falling asleep.</p>
<<momcorr>>
[[Next morning|sleepingwithmomevent][$sleepevent to 4]]
<<else>>
<p><<print either("You wake up next morning, your mother is still sleeping, you decide to quietly leave the room.", "You wake up next morning your mother has already left the room.")>></p>
<<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>>
[[Leave the room|House]]
<</if>>\<<if $sleepmomscene is 1>>
<p>Your Mother slides your cock between her tits and rubs your with them.</p>
<video src="ressources/scenes/home/mom/sleeping/titsjob.mp4" autoplay loop></video>
[[Cum|sleepingwithmomscene][$sleepmomscene to 2]]
<<elseif $sleepmomscene is 2>>
<p>It is too much to take and you cum all over her tits.</p>
<video src="ressources/scenes/home/mom/sleeping/facial.webm" autoplay loop></video>
<p>She licks the cum up from her tits while you get dressed. She grabs you and pulls you into bed. You fall asleep in each others arms.</p>
<<mcsex>>
<<momcorr>>
<<momtrust>>
[[Next morning|sleepingwithmomscene][$sleepmomscene to 3]]
<<else>>
<p>You wake up alone in your mom's bed, seems she has already left the room.</p>
<<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>>
[[Leave the room|House]]
<</if>><<if $sispornscene is 1>>
<p>You continue to watch until your Sister cums. Once she is done she gets under her covers and goes to bed. You leave her room.</p>
<<addmins 30>>
<<elseif $sispornscene is 2>>
<<if $sis.trust gte 10 && $sis.corr gte 5 && $sis.questmain gte 9>>
<p>You decide that Sasha has been watching enough porn and that it is time to have her experience the real thing. You walk into her room and quickly approach her.</p>
<<speech "Sasha">><<print "$mc.name">>? What are you doing in here?<</speech>>
<p>Your Sister never stops masturbating as you enter. You pull out your hardening cock to show her exactly why you came in her room.</p>
<<speech "Sasha">>Well It’s about time!<</speech>>
[[Fuck her mouth|sispornscene][$sispornscene to 3; $sis.gallery[11] to 1]]<<addmins 10>>
<<else>>
<p>Watching your Sister masturbate has gotten you hard, so you go into her room to replace her hands.</p>
<<speech "Sasha">><<print "$mc.name">>! What the fuck are you doing! Get out!<</speech>>
<p>She yells at you and throws a pillow at you until you leave the room.</p>
<p class="hint">You need to build your relationship with her before trying something like that again</p><<addmins 10>>
<</if>>
<<elseif $sispornscene is 3>>
<p>Sasha grabs your cock and wraps her lips around it, sucking on your cock just as the actress in the porn she was watching did.</p>
<video src="ressources/scenes/home/sis/masturbating/blowjob.mp4" autoplay loop></video>
[[Cum|sispornscene][$sispornscene to 4]]<<addmins 10>>
<<elseif $sispornscene is 4>>
<p>You Sister sucks your cock like a master and makes you cum very quickly.</p>
<video src="ressources/scenes/home/sis/masturbating/facial.mp4" autoplay loop></video>
<p>She licks up all of the cum before you get dressed and leave.</p>
<<speech "Sasha">>Don’t be a stranger<</speech>><<addmins 10>>
<<elseif $sispornscene is 5>>
<p>You push Sasha down to her knees and pull your cock out, shoving it right into her mouth.</p>
<<speech "Sasha">>I’ve been looking forward to this all day!<</speech>>
<video src="ressources/scenes/home/sis/masturbating/blowjob.mp4" autoplay loop></video>
[[Fuck her|sispornscene][$sispornscene to 6]]<<addmins 10>>
<<elseif $sispornscene is 6>>
<p>You push your Sister down onto her back and slide your cock into her pussy.</p>
<<speech "Sasha">>Fuck, yes!<</speech>>
<video src="ressources/scenes/home/sis/masturbating/missionary.mp4" autoplay loop></video>
<p>You fuck her hard watching her tits bounce with each thrust of your cock.</p>
[[Flip her over|sispornscene][$sispornscene to 7]]<<addmins 10>>
<<elseif $sispornscene is 7>>
<p>You flip your Sister over to fuck her doggy style.</p>
<<speech "Sasha">>Yes! fuck my pussy <<print "$mc.name">>!<</speech>>
<p>You do as she asks and fuck her from behind until she cums.</p>
[[Cum on her|sispornscene][$sispornscene to 8]]<<addmins 10>>
<<elseif $sispornscene is 8>>
<p>You pull out and groan as you unload you jizz all over her lower back and ass.</p>
<video src="ressources/scenes/home/sis/masturbating/facial.mp4" autoplay loop></video>
<p>You wipe your cock off on her back before getting dressed and leaving the room.</p>
<<speech "Sasha">>I need to watch porn more often<</speech>>
<<addmins 10>>
<<mcsex>>
<<siscorr>><<set $sis.gallery[12] to 1>>
<</if>>
[[Leave|House]]<<if $choice is 1>>
<p>You listen closely to what Sasha has to say, hanging on her every word.</p>
<<speech "Sasha">>I think my science teacher has something against my class. He always makes our tests so hard! I’m not even sure I passed this one!<</speech>>
<p>Sasha rambles on and on for nearly an hour. She notices and appreciates your attention.</p>
<<sistrust>>
<<elseif $choice is 2>>
<p>You space out, not listening to a word your Sister says and instead choosing to stare at your moms tits while you eat.</p>
[img["ressources/images/home/dinner/mombreast.jpg"]]
<p>Your Mother notices you staring.</p>
<<momcorr>>
<<elseif $choice is 3>>
<p>You pay close attention to your Mother as she speaks to you.</p>
<<speech "Mom">>It was the craziest thing. Some guy just cut right in front of me in line! The nerve of some people. Anyway, how was your day sweety?<</speech>>
<p>You tell your Mother about your day until you both finish eating.</p>
<<momtrust>>
<<elseif $choice is 4>>
<p>You space out, not bothering to listen to what your Mother is saying. You eat your food quickly and head to your room once you finish.</p>
<</if>>
<<addmins 40>>\
[[Leave|Kitchen]]
<<if $dinnerscene is 1>>
<<speech "Mom">>What was that sweety?<</speech>>
<p>Your mom turns around and faces you. Sasha hits you in your leg for alerting Mom.</p>
<<speech "Mom">>Oh did your Sister go to bed already? Lucky us<</speech>>
<p>You Mother smiles as she walks up closer to you. You slide closer to the table in your chair to try and hide Sasha below.</p>
<<speech "Mom">>Why don’t we head to bed ourselves?<</speech>>
<p>Your Mother grabs your hands and places them on her chest.</p>
<<speech "Mom">>We can have a little fun before we go to sleep<</speech>>
<p>You Mother gives you a seductive look as she pulls her tits out of her top.</p>
<video src="ressources/videos/dinner/chestout.webm" autoplay loop></video>
<p>Your Mother happily jogs out of the room and heads to her bedroom.</p>
[[Sasha begins to suck your cock|dinnerscene][$dinnerscene to 2]]
<<elseif $dinnerscene is 2>>\
<video src="ressources/scenes/home/sis/dinner/blowjob.mp4" autopplay loop></video>
<p>You groan loudly as you cum hard on her face.</p>
<video src="ressources/videos/dinner/sisfacial.webm" autoplay loop></video>
<p>She licks her hand clean of your cum.</p>
<<addmins 20>>
<<if $mc.dom > 10>><<speech "Sasha">>We should do this again sometime….soon<</speech>>
<<else>>
<<speech "Sasha">>Be quieter next time… idiot<</speech>>
<</if>>
<<if $mom.questmain >= 9 && $mom.corr >= 20>>
[[Go to your Mother's bedroom|mombedroomdinnerscene][$dinnerscene to 3]]
[[Go to your bedroom|Bedroom]]
<</if>>
[[Leave the kitchen|House]]
<</if>>
<<if $dinnerscene is 3>>
<p>You quickly leave the kitchen and head down the hall to your Mother’s room. When you open the door, she is naked on her bed waiting for you.</p>
<<speech "Mom">>Took you long enough! Now come give Momma some loving!<</speech>>
<p>You're still riled up even after your sister made you cum, so you rush towards the bed, put her on her back and start going for her... asshole!</p>
<video src="ressources/scenes/home/mom/dinner/missionary.mp4" autoplay loop></video>
<<speech "Mom">>Give me more!<</speech>>
[[Go for a doggy|mombedroomdinnerscene][$dinnerscene to 4]]
<<elseif $dinnerscene is 4>>
<video src="ressources/scenes/home/mom/dinner/doggy.mp4" autoplay loop></video>
[[Cum|mombedroomdinnerscene][$dinnerscene to 5]]
<<elseif $dinnerscene is 5>>
<video src="ressources/scenes/home/mom/dinner/facial.mp4" autoplay loop></video>
[[player falls asleep in his Mother’s bed|mombedroomdinnerscene][$dinnerscene to 6]]
<<else>>
<p>You wake up first and decide to leave the room quietly.</p>
<<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>>
[[Leave the room|House]]
<</if>><<if $scene is 1>>
<p>You stare at your Sister's panties for as long as her patience allows.</p>
<<siscorr>>
<p>She finaly leaves the room.</p>
<<addhours 1>>
[[Leave the room too|House]]
<<elseif $scene is 2>>
<p>You grab your Sister’s panties by the waistband and pull them down and off her legs, revealing her tight pussy.</p>
<video src="ressources/scenes/home/sis/cleaning/pullingoffpanties.mp4" autoplay loop></video>
<<if $sis.questmain gte 9>>
[[Go further|cleaningscene][$scene to 3; $sis.gallery[8] to 1]]
<<else>>
<<speech "Sister">>What the hell are you doing?<</speech>>
<p>Sasha screams and yells at you until you leave the room. Raise your Trust with her to try again later.</p>
<<addmins 30>>
[[Leave the room|House]]
<</if>>
<<elseif $scene is 3>>
<p>You pull your own pants off and climb over top of her. You slide your cock into her pussy slowly.</p>
<<speech "Sasha">> *GASP* .... Oh my god.<</speech>>
<p>You begin to thrust, fucking her from behind.</p>
<video src="ressources/scenes/home/sis/cleaning/doggy.mp4" autoplay loop></video>
<<if $mc.dom > 10>>
[[Grab her arms|cleaningscene][$scene to 4]]
<<else>>
[[Grab her|cleaningscene][$scene to 5]]
<</if>><<addmins 10>>
<<elseif $scene is 4>>
<p>You grab your Sister’s arms and hold them behind her back, pinning her against the couch while you fuck her hard.</p>
<video src="ressources/scenes/home/sis/cleaning/handsbehindback.mp4" autoplay loop></video>
[[Grab her|cleaningscene][$scene to 5]]<<addmins 10>>
<<elseif $scene is 5>>
<p>You then grab her and sit her on your cock while your thrust up into her pussy.</p>
<video src="ressources/scenes/home/sis/cleaning/reversecowgirl.mp4" autoplay loop></video>
[[Blowjob|cleaningscene][$scene to 6]]<<addmins 10>>
<<elseif $scene is 6>>
<p>It doesn’t take long before you start to cum. You pull your cock out of her pussy and she sucks you off until you cum on her face.</p>
<video src="ressources/scenes/home/sis/cleaning/blowjob.mp4" autoplay loop></video>
[[Cum|cleaningscene][$scene to 7]]<<addmins 10>>
<<else>>
<video src="ressources/scenes/home/sis/cleaning/facial.mp4" autoplay loop></video>
<<mcsex>>
<<siscorr>>
[[Leave the room|House]]<<addmins 10>>
<</if>><<if $breakfastscene is 1>>
<p>You Mother leads you down the hall to her bedroom. She locks the door behind her.</p>
<<speech "Mom">>What are you waiting for? Get undressed<</speech>>
<p>She undresses and hops up on her bed. You pull your cock out as she commanded and she quickly starts to suck it.</p>
<video src="ressources/scenes/home/mom/breakfast/blowjob.mp4" autoplay loop></video>
[[Slide your cock in|breakfastscene][$breakfastscene to 3]]
<<elseif $breakfastscene is 3>>
<p>You line up your cock with your Mother’s pussy and slowly slide it in. You grab her legs and raise them up by your shoulders as your thrust into her.</p>
<video src="ressources/scenes/home/mom/breakfast/missionary.mp4" autoplay loop></video>
[[Get underneath her|breakfastscene][$breakfastscene to 4]]
<<elseif $breakfastscene is 4>>
<p>You lie on the bed and pull your Mother on top of you and start to thrust upwards into her pussy. You stare at her amazing ass as it bounces on your cock.</p>
<video src="ressources/scenes/home/mom/breakfast/reversecowgirl.mp4" autoplay loop></video>
[[Cum|breakfastscene][$breakfastscene to 5]]
<<elseif $breakfastscene is 5>>
<p>You pull your cock out of her as you are just about to cum. She gets down on her knees and opens her mouth wide as you cum all over her face and tongue.</p>
<video src="ressources/scenes/home/mom/breakfast/facial.mp4" autoplay loop></video>
<<speech "Mom">>Wow! That was a big load!<</speech>>
<p>She licks your cock clean then scoops the cum on her face into her mouth.</p>
<<speech "Mom">>I hope you keep helping me around the house. I’d love to do this again sometime<</speech>>
<p>Your Mother gets up, grabs a towel and heads toward the bathroom.</p>
<<momcorr>>
<<momtrust>>
<<mcsex>>
<<addmins 30>>
[[You get dressed and head out of her room as well|House]]
<</if>>
<p>You sit down at your desk and pull out your laptop to review your notes. You spend about an hour rereading them through to memorize them. You retain quite a bit and feel like you have a strong grasp of the material.</p>
<<mcint>>
<<grades>><<addhours 1>><<set $has.study to 1>>
[[Return|Desk]]
<<nobr>>
<<widget "mcint">>
<<set $mc.int = parseInt($mc.int) + 1>> ''You are now more intelligent''
<</widget>>
<<widget "mcstr">>
<<set $mc.str = parseInt($mc.str) + 1>> ''You are now stronger''
<</widget>>
<<widget "mcfriend">>
<<set $mc.friend = parseInt($mc.friend) + 1>> ''You have a new friend !''
<</widget>>
<<widget "mccharisma">>
<<set $mc.charisma = parseInt($mc.charisma) + 1>> ''You're now a bit more charismatic''
<</widget>>
<<widget "mcsex">>
<<set $mc.seXP = parseInt($mc.seXP) + 1>> ''You're now a bit more sexually experienced''
<</widget>>
<<widget "mcporn">>
<<set $mc.porn = parseInt($mc.porn) + 1>> ''You're now a bit more addicted to porn''
<</widget>>
<<widget "mcsub">>
<<set $mc.sub = parseInt($mc.sub) + 1>> ''You're now more submissive''
<</widget>>
<<widget "mcdom">>
<<set $mc.dom = parseInt($mc.dom) + 1>> ''You're now more dominant''
<</widget>>
<<widget "mcdomminus">>
<<set $mc.dom = parseInt($mc.dom) - 1>> ''You're now less dominant''
<</widget>>
<<widget "sistrust">>
<<if $sis.questmain isnot 6 && $sis.questmain isnot 7>>
<<set $sis.trust = parseInt($sis.trust) + 1>> ''Your sister trusts you more''
<<else>>
''Your sister trust won't grow higher until you find a way to motivate her''
<</if>>
<</widget>>
<<widget "sistrustminus">>
<<set $sis.trust = parseInt($sis.trust) - 1>> ''Your sister trusts you less''
<</widget>>
<<widget "siscorr">>
<<set $sis.corr = parseInt($sis.corr) + 1>> ''Your sister is slightly more corrupted''
<</widget>>
<<widget "momtrust">>
<<if $mom.questmain isnot 5 && $mom.questmain isnot 6 && $mom.questmain isnot 7>>
<<set $mom.trust = parseInt($mom.trust) + 1>> ''Your mother trusts you more''
<<else>>
''Your mother trust won't grow higher until you fix your relation with her''
<</if>>
<</widget>>
<<widget "momtrustminus">>
<<set $mom.trust = parseInt($mom.trust) - 1>> ''Your mother trusts you less''
<</widget>>
<<widget "momcorr">>
<<set $mom.corr = parseInt($mom.corr) + 1>> ''Your mother is slightly more corrupted''
<</widget>>
<<widget "katetrust">>
<<set $kate.trust = parseInt($kate.trust) + 1>> ''Kate trusts you more''
<</widget>>
<<widget "katetrustminus">>
<<set $kate.trust = parseInt($kate.trust) - 1>> ''Kate trusts you less''
<</widget>>
<<widget "katecorr">>
<<set $kate.corr = parseInt($kate.corr) + 1>> ''Kate is slightly more corrupted''
<</widget>>
<<widget "jadetrust">>
<<set $jade.trust = parseInt($jade.trust) + 1>> ''Jade trusts you more''
<</widget>>
<<widget "jadetrustminus">>
<<set $jade.trust = parseInt($jade.trust) - 1>> ''Jade trusts you less''
<</widget>>
<<widget "jadecorr">>
<<set $jade.corr = parseInt($jade.corr) + 1>> ''Jade is slightly more corrupted''
<</widget>>
<<widget "lucytrust">>
<<set $lucy.trust = parseInt($lucy.trust) + 1>> ''Lucy trusts you more''
<</widget>>
<<widget "lucytrustminus">>
<<set $lucy.trust = parseInt($lucy.trust) - 1>> ''Lucy trusts you less''
<</widget>>
<<widget "lucycorr">>
<<set $lucy.corr = parseInt($lucy.corr) + 1>> ''Lucy is slightly more corrupted''
<</widget>>
<<widget "alicetrust">>
<<set $alice.trust = parseInt($alice.trust) + 1>> ''Alice trusts you more''
<</widget>>
<<widget "alicetrustminus">>
<<set $alice.trust = parseInt($alice.trust) - 1>> ''Alice trusts you less''
<</widget>>
<<widget "alicecorr">>
<<set $alice.corr = parseInt($alice.corr) + 1>> ''Alice is slightly more corrupted''
<</widget>>
<<widget "teacherint">>
<<set $teacher.int = parseInt($teacher.int) + 1>> ''Your teacher is a bit more interested in you''
<</widget>>
<<widget "teachercorr">>
<<set $teacher.corr = parseInt($teacher.corr) + 1>> ''Your teacher is slightly more corrupted''
<</widget>>
<<widget "teachertrust">>
<<set $teacher.trust = parseInt($teacher.trust) + 1>> ''Your teacher trusts you more''
<</widget>>
<<widget "abigailint">>
<<set $abigail.int = parseInt($abigail.int) + 1>> ''Abigail is a bit more interested in you''
<</widget>>
<<widget "abigailtrust">>
<<set $abigail.trust = parseInt($abigail.trust) + 1>> ''Abigail trusts you more''
<</widget>>
<<widget "missycorr">>
<<set $missy.corr = parseInt($missy.corr) + 1>> ''Missy is slightly more corrupted''
<</widget>>
<<widget "missytrust">>
<<set $missy.trust = parseInt($missy.trust) + 1>> ''Missy trusts you more''
<</widget>>
<<widget "carlacorr">>
<<set $carla.corr = parseInt($carla.corr) + 1>> ''Carla is slightly more corrupted''
<</widget>>
<<widget "carlatrust">>
<<set $carla.trust = parseInt($carla.trust) + 1>> ''Carla trusts you more''
<</widget>>
<<widget "mcend">>
<<set $mc.end = parseInt($mc.end) + 1>> ''Now you have more endurance''
<</widget>>
<<widget "satoint">>
<<set $sato.int = parseInt($sato.int) + 1>> ''Your japanese teacher is a bit more interested in you''
<</widget>>
<<widget "satocorr">>
<<set $sato.corr = parseInt($sato.corr) + 1>> ''Your japanese teacher is slightly more corrupted''
<</widget>>
<<widget "satotrust">>
<<set $sato.trust = parseInt($sato.trust) + 1>> ''Your japanese teacher trusts you more''
<</widget>>
<<widget "powersint">>
<<set $powers.int = parseInt($powers.int) + 1>> ''Your math teacher is a bit more interested in you''
<</widget>>
<<widget "powerscorr">>
<<set $powers.corr = parseInt($powers.corr) + 1>> ''Your math teacher is slightly more corrupted''
<</widget>>
<<widget "powerstrust">>
<<set $powers.trust = parseInt($powers.trust) + 1>> ''Your math teacher trusts you more''
<</widget>>
<<widget "deanint">>
<<set $dean.int = parseInt($dean.int) + 1>> ''The University Dean is a bit more interested in you''
<</widget>>
<<widget "deancorr">>
<<set $dean.corr = parseInt($dean.corr) + 1>> ''The University Dean is slightly more corrupted''
<</widget>>
<<widget "deantrust">>
<<set $dean.trust = parseInt($dean.trust) + 1>> ''The University Dean trusts you more''
<</widget>>
<<widget "grades">>
<<set $school.grades = parseInt($school.grades) + 1>> ''You are slighty increasing your grades''
<</widget>>
<<widget "salary">>
<<set $salary = (7 + (($abigail.int + $abigail.trust)*2) + ($restaurant.status * 2)) * $school.degreemult>> ''You received $<<print "$salary">>''<<set $mc.money += $salary>>
<</widget>>
<</nobr>><<nobr>>
<<widget "now">>
<<print $GameDays[$gameDate.getUTCDay()]>> - <<print "$periodname">><br> Day $day - <<= padZero($gameDate.getUTCHours())>>:<<= padZero($gameDate.getUTCMinutes())>>
<<set $daycheck = $GameDays[$gameDate.getUTCDay()]>>
<</widget>>
<<widget "addmins">>
<<set $gameDate.setUTCMinutes($gameDate.getUTCMinutes() + $args[0])>>
<</widget>>
<<widget "addhours">>
<<set $gameDate.setUTCHours($gameDate.getUTCHours() + $args[0])>>
<</widget>>
<<widget "period">>
<<if isDateBetween($gameDate, '06:00', '11:59')>>
<<set $periodname = "Morning">>
<<set $period = 1>>
<<elseif isDateBetween($gameDate, '12:00', '12:59')>>
<<set $periodname = "Noon">>
<<set $period = 2>>
<<elseif isDateBetween($gameDate, '13:00', '15:59')>>
<<set $periodname = "Afternoon">>
<<set $period = 3>>
<<elseif isDateBetween($gameDate, '16:00', '17:59')>>
<<set $periodname = "Evening">>
<<set $period = 4>>
<<elseif isDateBetween($gameDate, '18:00', '21:59')>>
<<set $periodname = "Late evening">>
<<set $period = 5>>
<<elseif isDateBetween($gameDate, '22:00', '05:59')>>
<<set $periodname = "Night">>
<<set $period = 0>>
<</if>>
<</widget>>
<<widget "dayreset">>
<<if $daycheck is "Monday">><<if $school.todaychem is 0>><<set $school.missedchem += 1>><<else>><<set $school.missedchem to 0>><</if>><</if>>
<<if $daycheck is "Tuesday">><<if $school.todayecon is 0>><<set $school.missedecon += 1>><<else>><<set $school.missedecon to 0>><</if>><</if>>
<<if $daycheck is "Wednesday">><<if $school.todayhall is 0>><<set $school.missedhall += 1>><<else>><<set $school.missedhall to 0>><</if>><</if>>
<<if $daycheck is "Thursday">><<if $school.todayjap is 0>><<set $school.missedjap += 1>><<else>><<set $school.missedjap to 0>><</if>><</if>>
<<if $daycheck is "Friday">><<if $school.todaymath is 0>><<set $school.missedmath += 1>><<else>><<set $school.missedmath to 0>><</if>><</if>>
<<if $has.porn lte 0>><<set $mc.porn = parseInt($mc.porn) - 5>><<if $mc.porn lt 0>><<set $mc.porn to 0>><</if>><</if>>
<<set $has.study to 0>>
<<set $has.work to 0>>
<<set $has.wash to 0>>
<<set $has.lunch to 0>>
<<set $has.dinner to 0>>
<<set $has.porn to 0>>
<<set $has.todaynotes to 0>>
<<set $has.class to 0>>
<<set $has.breakfast to 0>>
<<set $has.dishes to 0>>
<<set $has.vacuum to 0>>
<<set $has.alicedailyblowjob to 0>>
<<set $jade.class to 0>>
<<set $kate.class to 0>>
<<set $lucy.class to 0>>
<<set $jade.train to 0>>
<<set $kate.pool to 0>>
<<set $lucy.library to 0>>
<<set $restaurant.haveworked to 0>>
<<set $restaurant.missy to 0>>
<<set $restaurant.carla to 0>>
<<set $restaurant.meeting to 0>>
<<set $school.todaychem to 0>>
<<set $school.todayecon to 0>>
<<set $school.todayhall to 0>>
<<set $school.todayjap to 0>>
<<set $school.todaymath to 0>>
<<set $dean.loc1 to either("Dean's office","park","mall","The Cock and Bull")>>
<<set $dean.loc2 to either("Dean's office","park","mall")>>
<<set $dean.loc3 to either("park","mall","The Cock and Bull")>>
<<set $dean.loc4 to either("park","mall")>>
<</widget>>
<<widget "lunchshift">>
<<set $gameDate.setUTCHours(15)>><<set $gameDate.setUTCMinutes(0)>>
<</widget>>
<<widget "barshift">>
<<set $gameDate.setUTCHours(22)>><<set $gameDate.setUTCMinutes(0)>>
<</widget>><</nobr>><<nobr>><<widget "receivehomework">>
<<set $homework.subject to $args[0]>>
<<if $homework.subject is "Chemistry">>
<<set $homework.haschem to 1>>
<<set $homework.donechem to 0>>
<<elseif $homework.subject is "Economics">>
<<set $homework.hasecon to 1>>
<<set $homework.doneecon to 0>>
<<elseif $homework.subject is "Japanese">>
<<set $homework.hasjap to 1>>
<<set $homework.donejap to 0>>
<<elseif $homework.subject is "Math">>
<<set $homework.hasmath to 1>>
<<set $homework.donemath to 0>>
<</if>>
You received a<<if $homework.subject is "Economics">>n<</if>> <<print "$homework.subject">> homework.
<</widget>>
<<widget "impossiblehomework">>
<<if $quest.teacheroffice is 0 && $teacher.trust gte 10>>
You received an additional assignment which seems rather difficult, you may need your teacher's help
<<set $homework.impossible to 1>>
<<set $quest.teacheroffice to 1>>
<</if>>
<</widget>>
<</nobr>>
<<widget "MakeGallery">>
<<nobr>>
<<for _i to 1; _i lte $args[0]; _i++>>
<<set _passage to "gallery"+$args[1]+_i>>
<<switch $args[1]>>
<<case "mom">>
<<if $mom.gallery[_i-1] is 1>>
<a data-passage=_passage class="link-internal"><div class="portrait banner" target="_mom"><div class="circle"><p>Scene<br>_i</p></div>[img["ressources/img/mom/face.png"]]</div></a>
<<else>>
<div class="portrait banner" target="_mom">
<div class="circle">[img["ressources/img/lock.png"]]</div>[img["ressources/img/mom/face.png"]]
</div>
<</if>>
<<case "dean">>
<<if $dean.gallery[_i-1] is 1>>
<a data-passage=_passage class="link-internal"><div class="portrait banner" target="_dean"><div class="circle"><p>Scene<br>_i</p></div>[img["ressources/img/dean/face.png"]]</div></a>
<<else>>
<div class="portrait banner" target="_dean">
<div class="circle">[img["ressources/img/lock.png"]]</div>[img["ressources/img/dean/face.png"]]
</div>
<</if>>
<<case "sasha">>
<<if $sis.gallery[_i-1] is 1>>
<a data-passage=_passage class="link-internal"><div class="portrait banner" target="_sasha"><div class="circle"><p>Scene<br>_i</p></div>[img["ressources/img/sasha/face.png"]]</div></a>
<<else>>
<div class="portrait banner" target="_sasha">
<div class="circle">[img["ressources/img/lock.png"]]</div>[img["ressources/img/sasha/face.png"]]
</div>
<</if>>
<<case "alice">>
<<if $alice.gallery[_i-1] is 1>>
<a data-passage=_passage class="link-internal"><div class="portrait banner" target="_alice"><div class="circle"><p>Scene<br>_i</p></div>[img["ressources/img/alice/face.png"]]</div></a>
<<else>>
<div class="portrait banner" target="_alice">
<div class="circle">[img["ressources/img/lock.png"]]</div>[img["ressources/img/alice/face.png"]]
</div>
<</if>>
<<case "lucy">>
<<if $lucy.gallery[_i-1] is 1>>
<a data-passage=_passage class="link-internal"><div class="portrait banner" target="_lucy"><div class="circle"><p>Scene<br>_i</p></div>[img["ressources/img/lucy/face.png"]]</div></a>
<<else>>
<div class="portrait banner" target="_lucy">
<div class="circle">[img["ressources/img/lock.png"]]</div>[img["ressources/img/lucy/face.png"]]
</div>
<</if>>
<<case "jade">>
<<if $jade.gallery[_i-1] is 1>>
<a data-passage=_passage class="link-internal"><div class="portrait banner" target="_jade"><div class="circle"><p>Scene<br>_i</p></div>[img["ressources/img/jade/face.png"]]</div></a>
<<else>>
<div class="portrait banner" target="_jade">
<div class="circle">[img["ressources/img/lock.png"]]</div>[img["ressources/img/jade/face.png"]]
</div>
<</if>>
<<case "kate">>
<<if $kate.gallery[_i-1] is 1>>
<a data-passage=_passage class="link-internal"><div class="portrait banner" target="_kate"><div class="circle"><p>Scene<br>_i</p></div>[img["ressources/img/kate/face.png"]]</div></a>
<<else>>
<div class="portrait banner" target="_kate">
<div class="circle">[img["ressources/img/lock.png"]]</div>[img["ressources/img/kate/face.png"]]
</div>
<</if>>
<<case "sato">>
<<if $sato.gallery[_i-1] is 1>>
<a data-passage=_passage class="link-internal"><div class="portrait banner" target="_sato"><div class="circle"><p>Scene<br>_i</p></div>[img["ressources/img/sato/face.png"]]</div></a>
<<else>>
<div class="portrait banner" target="_sato">
<div class="circle">[img["ressources/img/lock.png"]]</div>[img["ressources/img/sato/face.png"]]
</div>
<</if>>
<<case "teacher">>
<<if $teacher.gallery[_i-1] is 1>>
<a data-passage=_passage class="link-internal"><div class="portrait banner" target="_teacher"><div class="circle"><p>Scene<br>_i</p></div>[img["ressources/img/teacher/face.png"]]</div></a>
<<else>>
<div class="portrait banner" target="_teacher">
<div class="circle">[img["ressources/img/lock.png"]]</div>[img["ressources/img/teacher/face.png"]]
</div>
<</if>>
<<case "powers">>
<<if $powers.gallery[_i-1] is 1>>
<a data-passage=_passage class="link-internal"><div class="portrait banner" target="_powers"><div class="circle"><p>Scene<br>_i</p></div>[img["ressources/img/powers/face.png"]]</div></a>
<<else>>
<div class="portrait banner" target="_powers">
<div class="circle">[img["ressources/img/lock.png"]]</div>[img["ressources/img/powers/face.png"]]
</div>
<</if>>
<<case "missy">>
<<if $missy.gallery[_i-1] is 1>>
<a data-passage=_passage class="link-internal"><div class="portrait banner" target="_missy"><div class="circle"><p>Scene<br>_i</p></div>[img["ressources/img/missy/face.png"]]</div></a>
<<else>>
<div class="portrait banner" target="_missy">
<div class="circle">[img["ressources/img/lock.png"]]</div>[img["ressources/img/missy/face.png"]]
</div>
<</if>>
<<case "abigail">>
<<if $abigail.gallery[_i-1] is 1>>
<a data-passage=_passage class="link-internal"><div class="portrait banner" target="_abigail"><div class="circle"><p>Scene<br>_i</p></div>[img["ressources/img/abigail/face.png"]]</div></a>
<<else>>
<div class="portrait banner" target="_abigail">
<div class="circle">[img["ressources/img/lock.png"]]</div>[img["ressources/img/abigail/face.png"]]
</div>
<</if>>
<<case "carla">>
<<if $carla.gallery[_i-1] is 1>>
<a data-passage=_passage class="link-internal"><div class="portrait banner" target="_carla"><div class="circle"><p>Scene<br>_i</p></div>[img["ressources/img/carla/face.png"]]</div></a>
<<else>>
<div class="portrait banner" target="_carla">
<div class="circle">[img["ressources/img/lock.png"]]</div>[img["ressources/img/carla/face.png"]]
</div>
<</if>>
<</switch>>
<</for>>
<</nobr>>
<</widget>>
<p>You are suddenly struck with a bout of intense exhaustion. Your eyelids grow heavy. Your muscles weak. Your mind becomes cloudy. You do all that you can to get back home and climb into bed, passing out into a deep slumber.</p>
<p>You awake the moment the sun funnels in between the shades of your window. It is time to start the day. You should pay closer attention to the clock next time!</p>
<<if $gameDate.getUTCHours() > 7>>
<<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>>
<</if>>
<<set $gameDate.setUTCHours(7)>>
<<set $gameDate.setUTCMinutes(0)>>
<<set $day += 1>>
<<dayreset>>
[[Get up|Bedroom]]
<p><<print either("She has already left her room when you wake up", "You get up before she does")>></p>
<<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>>
[[Leave the room|House]]
<<if $teacher.questmain is 5 && $teacher.trust gte 20 && $teacher.int gte 20>><<set $teacher.questmain to 6>>
<p>You are eating your lunch alone when you feel a hand on your shoulder. You turn your head back and look over your shoulder to see Ms. Lee standing behind you with a very demanding look in her eye.</p>
<<speech "Ms. Lee">>You are coming with me. Now<</speech>>
<p>You don’t even bother trying to argue with her. The determined and powerful look in her eyes tell you it would never be worth it. You get up and follow her closely. She leads you out to her car and practically pushes you into the passenger seat. She drives you along until you arrive at her home. A surprisingly nice suburban house. You get out of the car and follow her inside. The second you pass the threshold of the front door she grabs you and pulls you in for a passionate kiss. You pull each others clothes off and go at one another like primal animals.</p>
[[Get laid|teachermainquest5][$scene to 0; $teacher.gallery[3] to 1]]
<<elseif $dean.questmain is 0 && $teacher.questmain gte 6 && $sato.questmain gte 6 && $powers.questmain gte 5 && $school.grades gte 5>><<set $dean.questmain to 1>><<set $scene to 0>>
<<if $teacher.trust gt $sato.trust && $teacher.trust gt $powers.trust>><<goto "Dean Intro Carrie">><<elseif $sato.trust gt $teacher.trust && $sato.trust gt $powers.trust>><<goto "Dean Intro Sato">><<else>><<goto "Dean Intro Powers">><</if>>
<<else>>
<p>You have eaten your lunch alone.</p>
<<set $gameDate.setUTCHours(15)>><<set $gameDate.setUTCMinutes(0)>>
[[Leave the cafeteria|University]]
<</if>><<if $step is 1>>
<p>While in the library you notice that Lucy is looking at something on her phone. As you pass by you see that it is a store listing for a book. You sit down across from her and ask her about it.</p>
<<speech "Lucy">>Hey <<print "$mc.name">>! I found out someone is selling a first edition of my favorite book. But it is way out of my price range<</speech>>
<p>You ask her for more information about the book. The somber look on her face making you feel sorry for her.</p>
<<speech "Lucy">>It’s Jane Eyre by Charlotte Bronte. I have been looking for a first edition for years. But this one costs over five thousand dollars!<</speech>>
<p>You tell her that you feel sorry that she won’t be able to get it. You wonder if the Strange Shop might have a copy for cheaper. In the meantime you study with Lucy, her eyes giving her phone a longing look every few seconds the whole time.</p>
<<addhours 2>>
<<lucytrust>>
<<set $quest.lucygiftquest += 1>>
[[Leave the library|University]]
<<elseif $step is 2>>
<p>As you study with Lucy in the library the topic of your SexApp conversations and the nude pictures she has sent you is raised. Her cheeks get flushed as the two of you talk.</p>
<<speech "Lucy">>Yeah, you are the first person I have ever sent nudes to, <<print "$mc.name">>. I hope you feel special<</speech>>
<p>She giggles playfully as she sees your surprised face. You realize that the nudes you have of her on your phone would be valuable to the right person, and Lucy just told you that they were certainly unique.</p>
<<speech "Lucy">>Make sure you message me tonight. I might just send you some more<</speech>>
<p>The two of you chat while you continue to study. Once you are done you head home for the day.</p>
<<addhours 2>>\
<<lucytrust>>
<<lucycorr>>
<<set $quest.lucygiftquest += 1>>
[[Leave the library|University]]
<<elseif $step is 3>>
<p>You join Lucy in the library and tell you have a surprise for her.</p>
<<speech "Lucy">>A surprise? For me?<</speech>>
<p>You hand her her gift. She pulls the wrapping paper off and squeals with glee as she realizes that you got her the first edition Jane Eyre that she has been searching for.</p>
<<speech "Lucy">>Oh my god how did you get this? This must have cost you so much money!<</speech>>
<p>You tell her not to worry about it, and that you are happy to just to make her smile.</p>
<<speech "Lucy">>This is so great! I’m gonna be smiling for weeks! And I’m gonna make sure you smile for weeks too. Come with me<</speech>>
<p>She gives you a sultry look as she grabs your hand and leads you out of the library.</p>
[[Follow her|lucygiftquestscene][$scene to 0; $lucy.gallery[4] to 1]]
<</if>><<if $step is 1>>
<p>You look around the Strange Shop for a while. There are plenty of books around but none of them seem to be the copy of Jane Eyre that you are looking for. After a bit of searching you decide to ask the shop keep for some help.</p>
<<speech "???">>Such rarities are hard to come by, and are rarely cheap<</speech>>
<p>You ask her if she can get the book, and what it would cost you. She strokes her chin with her fingers, deep in thought.</p>
<<speech "???">>I can retrieve a copy of the book you seek. But I will require something equally rare in return. Money will not suffice<</speech>>
<p>You ask her what you could possibly offer her, not knowing of anything rare that you own.</p>
<<speech "???">>Something unique. And Item one could only come to me to obtain<</speech>>
<p>You leave the shop, not sure what you could give the shop keeper that be unique and valuable enough to trade. Maybe you’ll get an idea next time you talk to Lucy.</p>
<<addmins 30>>
<<set $quest.lucygiftquest += 1>>
[[Leave|Street]]
<<elseif $step is 2>>
<p>You return to the Strange shop and tell the shop keeper that you have something you think is unique and valuable enough to trade for the book.</p>
<<speech "???">>Oh? Show me boy, do not waste my time<</speech>>
<p>You pull out your phone and show her the pictures that Lucy has sent you over SexApp. The Shop Keeper looks at you Skeptically.</p>
<<speech "???">>Pornography is not hard to come by, boy<</speech>>
<p>You explain how these are the only nudes of this girl. You also explain how Lucy is a very chased after girl in your university. Many people wish they had these pictures. The Shop Keeper sighs.</p>
<<speech "???">>I will accept this trade. But next time I ask you for something unique and valuable, I expect something more in the realm of relics and antiques<</speech>>
<p>You tell her you understand as you send her the pictures. She disappears into the back room and a few moments later returns with the book.</p>
[img["ressources/quest/lucy/book.jpg"]]
<p>You thank her and take the book, heading out of the store to bring it home and wrap it up.</p>
<<addmins 30>>
<<set $quest.lucygiftquest += 1>>
[[House]]
<</if>><<if $mc.money >= 100>><<set $mc.money -= 100>>
<p>You approach the woman behind the counter cautiously. The robe shrouding her face always giving you reason to worry about her intentions.</p>
<<speech "???">>What can I do for you, boy?<</speech>>
<p>You ask her if she can copy a key for you. You pull the key out of your pocket and hand it to her so she can take a look at it.</p>
<<speech "???">>I can do this. I need time. Time, and one hundred dollars<</speech>>
<p>You hand her the money and she snatches it from your hand. She rushes into her back room and an hour later she returns with two keys that look perfectly identical. Even down to the color. She hands you both keys and you head back out of the shop, thanking her for her help.</p>
<p>You head home after that and go to your Mother’s room to put the key back where you found it.</p>
<p class="got">You now have the bathroom key copy!</p>
[[Leave|House][$sis.questmain to 4]]<<addhours 1>>
<<else>>
<p class="hint">You don't have enough money. The copy costs $100, come back when you have it</p>
<<return>>
[[Leave the shop|Street]]
<</if>>
<p>You studied for few hours.</p>
<<mcint>>
<<addhours 2>>
[[Leave|University]]
<p>That was a nice swimming session.</p>
<<mcend>>
<<addhours 2>>
[[Leave|University]]
<p>You've built some new muscles.</p>
<<mcstr>>
<<addhours 2>>
[[Leave|University]]
<<if $step is 0>>
<p>As you enter the kitchen, your Mother stops you to talk.</p>
<<speech "Mom">>Hey <<print "$mc.name">>, I need you to clean up the basement. It is a complete mess!<</speech>>
<p>You tell her that you will take care of it.</p>
<<speech "Mom">>Thanks sweety! We really need to think up some way to use the space. Otherwise it will just gather up dust again<</speech>>
[[Ask her if you can use the space|kitchenbasement][$step to 1]] <span style="color:orange;">(Enables BDSM content)</span>
[[Tell her that you are sure she will think of something|kitchenbasement][$step to 2]]
<<elseif $step is 1>>
<p>You ask your Mother if you can take the room for yourself. You leave out that your idea is a sex dungeon, not seeing it as important information just yet.</p>
<<speech "Mom">>Sure! If you have a good idea and promise to keep it clean, it’s all yours<</speech>>
<p>You thank her before heading out of the kitchen.</p>
<p class="got">You now have access to the bdsm content</p>
<<set $bdsm.activate to 1>>\
<<set $quest.basement += 1>>\
<<else>>
<<speech "Mom">>Maybe I’ll put a couch and TV down there for a movie room<</speech>>
<p>You agree that that would be a great idea.</p>
<<speech "Mom">>Great! Just let me know when it’s all clean sweety!<</speech>>
<p class="hint">You choose to not activate the bdsm content. You can go to the cheat menu to activate it if you change your mind</p>
<</if>>
<<addmins 10>>
<<if $day is 1>>[[Sit down for breakfast|Breakfast]]<<else>>[[Leave|Kitchen]]<</if>>
<p>You walk downstairs into the basement.</p>
<<if $quest.basement is 1>>
[[Spend a few hours cleaning|basementsetup][$step to 0]]
[[Hold of until later|House]]
<<elseif $quest.basement is 3>>
[[Remodel Basement|basementsetup][$step to 1]]
<<elseif $quest.basement gte 5>>
<<if isDateBetween($gameDate, '16:00', '00:00')>>
[[Invite your Mother in the dungeon|momdungeon]]
[[Invite Sasha down to the dungeon|sisterdungeon]]
<<else>>
<p class="hint">You can't invite anyone for the moment you can play with girls in the dungeon from 5pm to midnight</p>
<</if>>
[[Learn about domination|traindom]]
<<else>>
<p class="hint">There is nothing to do here for the moment</p>
<</if>>
[[Leave|House]]
<<if $quest.basement lte 1>>\
<<addclass "body" "basement">>\
<<elseif $quest.basement gt 1 && $quest.basement lte 3 >>\
<<addclass "body" "basementclean">>\
<<elseif $quest.basement gte 4>>\
<<addclass "body" "dungeon">>\
<</if>>\<<if $mc.money >= 400>>
<p>You approach the counter and speak to the owner of the shop. Their face is shrouded under a hood, but when they speak you are able to tell that they are clearly female.</p>
<<speech "???">>What can I provide you with?<</speech>>
<p>You tell her you are looking for some bondage supplies. You explain your vision of a sex dungeon to them. The stocks to hold your plaything still while you punish them, The straps to safely tie them to the bed, the cat’o’nine tails to whip them to your heart’s content. Your descriptions quickly get out of hand as you babble on excitedly.</p>
<<speech "???">>I can provide these for you. The price is four hundred dollars<</speech>>
<p>You happily pay her what she asks, and she disappears into the back room. Moments later she returns with a box over flowing with all the toys you asked for and even some more that you don’t recognize.</p>
<<speech "???">>The larger items will be delivered soon<</speech>>
<p>You give the shop owner your address for the delivery and head out with your toys, excited to get started on the remodel.</p>
<<set $mc.money -= 400>>
<<set $quest.basement += 1>>
<<else>>
<<speech "???">>You need 400$ to buy these, come back when you have enough!<</speech>>
<</if>>
[[Leave|Street]]<<if $quest.basement lte 1>>\
<<addclass "body" "basement">>\
<<elseif $quest.basement gt 1 && $quest.basement lte 3 >>\
<<addclass "body" "basementclean">>\
<<elseif $quest.basement gte 4>>\
<<addclass "body" "dungeon">>\
<</if>>\
<<if $step is 0>>
<p>You grab a mop, bucket, duster, and other cleaning supplies and get to work. It take you four hours to clean, but when you are done the room is sparkling it is so clean. You call your Mother down to show her that the job is done.</p>
<<speech "Mom">>My goodness this place looks amazing! You did such a nice job! Here’s a little something to thank you for the help<</speech>>
<p>She hands you some money before heading back up stairs. You follow her up soon after.</p>
<<set $mc.money += 50>>
<<addhours 4>>
<<else>>
<p>You get to work remodeling the basement into a sex dungeon. You put up new walls, add a caged bed, a set of stocks, and hanging racks for a litany of toys. It takes a long time but your hard work pays off.</p>
<p>You stand and marvel at your accomplishment. Now you just need to convince someone to join you down here for some real fun.</p>
<</if>>
<<set $quest.basement += 1>>
[[Leave|House]]
<<widget "homeworksetup">>
<<set $bathroom to {
bath: -961746749,
shower: 474519567,
toilets: -1481645146,
urinal: 1867993431,
ultra: 1493406570,
max: -1479330259,
}>>
<</widget>><<if $step is 0>>
<p>You get some lunch and see Kate eating alone in the cafeteria. You walk over and take a seat next to her.</p>
<<speech "Kate">>Hey there Mr. Big Cock! Joining me for lunch?<</speech>>
<p>You nod to her and take a bite of your food. The two of you talk and joke around with each other while you both enjoy your meals. Eventually the conversation leads to her birthday.</p>
<<speech "Kate">>Yeah my birthday was a couple days ago. But being away from home leads to not being able to celebrate it with my family<</speech>>
<p>You ask if she planned anything.</p>
<<speech "Kate">>Oh I don’t plan on having a party or anything this year. Being away from home doesn’t really get me in the mood to party<</speech>>
<p>Kate looks a little bummed about not celebrating her birthday this year. Maybe you should visit the Mall and see if they have anything she would like.</p>
<<set $gameDate.setUTCHours(15)>><<set $gameDate.setUTCMinutes(0)>>
<<set $quest.kategiftquest += 1>>
[[Finish Eating|University]]
<</if>>
<p>While at the pool you see Kate. You walk over to her and hand her the gift, wishing her a happy birthday.</p>
<<speech "Kate">>For me? Oh you shouldn’t have!<</speech>>
<p>She excitedly tears open the box and pulls out the bikini.</p>
<<speech "Kate">>A new bikini! I love it, thank you so much! I’m gonna go try it on I’ll be right back<</speech>>
<p>She runs off towards the locker rooms with the bikini in hand.</p>
<p>Kate returns.</p>
<p>Kate stands before you wearing her new bikini. It is a bit small on her, but looks fantastic.</p>
[img["ressources/quest/kate/kateface.jpg"]]
<p>She turns to show you her back.</p>
[img["ressources/quest/kate/kateback.jpg"]]
<<speech "Kate">> “Look at me! This bikini is amazing!<</speech>>
<p>You can’t help but agree, and your hardening cock makes that very obvious to Kate.</p>
<<speech "Kate">>Looks like Mr. Big Cock likes it too. I think its time to show you how much I appreciate your gift<</speech>>
[[Follow her|kategiftquestpoolscene][$scene to 0]]
<<if isDateBetween($gameDate, '18:00', '23:59')>>
<<if $lucy.library is 1 && $lucy.class is 1>><<set _ran to random(1,2)>><<if _ran is 1>>
[[Have a small talk with lucy|librarysexapplucy]]<<else>>
[[Have a small talk with lucy|classsexapplucy]]<</if>>
<<elseif $lucy.library is 1>>
[[Talk about today's study session at the library with lucy|librarysexapplucy]]
<<elseif $lucy.class is 1>>
[[Talk about today's class with lucy|classsexapplucy]]
<<else>>
[[Exchange a few messages with lucy|nothingsexapplucy]]
<</if>>
<<if $has.sendnotes is 0 && $has.class is 1>>
[[Send today's notes to lucy|lucynotes][$notes to 1]]
<<elseif $lucy.notes is 1 && $has.class is 1 && $has.todaynotes is 0>>
[[Send today's notes to lucy|lucynotes][$notes to 2]]
<<else>>
<</if>>
<<else>>
<p class="hint">Lucy is offline</p>
<</if>>
<<return>><<if isDateBetween($gameDate, '18:00', '23:59')>>
<<if $jade.train is 1 && $jade.class is 1>><<set _ran to random(1,2)>><<if _ran is 1>>
[[Have a small talk with Jade|trainsexappjade]]<<else>>
[[Have a small talk with Jade|classsexappjade]]<</if>>
<<elseif $jade.train is 1>>
[[Talk about today training with Jade|trainsexappjade]]
<<elseif $jade.class is 1>>
[[Talk about today's class with Jade|classsexappjade]]
<<else>>
[[Exchange a few messages with Jade|nothingsexappjade]]
<</if>>
<<else>>
<p class="hint">Jade is offline</p>
<</if>>
<<return>><<if isDateBetween($gameDate, '18:00', '23:59')>>
<<if $kate.pool is 1 && $kate.class is 1>><<set _ran to random(1,2)>><<if _ran is 1>>
[[Have a small talk with Kate|poolsexappkate]]<<else>>
[[Have a small talk with Kate|classsexappkate]]<</if>>
<<elseif $kate.pool is 1>>
[[Talk about today's swimming session with Kate|poolsexappkate]]
<<elseif $kate.class is 1>>
[[Talk about today's class with Kate|classsexappkate]]
<<else>>
[[Exchange a few messages with Kate|nothingsexappkate]]
<</if>>
<<else>>
<p class="hint">Kate is offline</p>
<</if>>
<<return>><<if isDateBetween($gameDate, '18:00', '23:59')>>
<<if $quest.alicebathroom gte 2 && $has.aliceaddress is 0>>
[[Message Alice about what happened in the restrooms|alicebathroomsexapp]]
<<else>>
<p class="hint">Alice is offline</p>
<</if>>
<</if>>
<<return>><<if $scene is 1>>
<p>You push open her stall door and stand in front of her. She doesn’t stop masturbating on your account.</p>
<<speech "Alice">>What the fuck are you doing?<</speech>>
<p>You tell her that you want more than just a blowjob this time as you pull your cock free from your pants. It quickly grows hard as you look at her masturbating in front of you.</p>
<<speech "Alice">>You’re a bit of a cocky prick, huh?<</speech>>
<p>She slaps her pussy a few times, giving you a seductive smile as she does.</p>
<<speech "Alice">>What are you waiting for?<</speech>>
[[Fuck the slut|restroomscene2][$scene to 2]]
<<elseif $scene is 2>>
<p>You grab her and push her up against the wall. You slide your cock into her pussy from behind. You grab her arm for some leverage as you begin to thrust into her, quickly building into a steady pace. You hold her by the neck and lean in to kiss her before grabbing her hair like reigns to begin to really start thrusting into her tight pussy.</p>
<video src="ressources/scenes/university/meganrain/restroom2/doggy.mp4" autoplay loop></video>
[[Have her ride you|restroomscene2][$scene to 3]]
<<elseif $scene is 3>>
<p>You go into the stall and sit on the toilet. You pull her close and she spreads her legs so that one is on each side of you as she lowers her pussy onto your cock. She begins to bounce quickly and powerfully. You slap her round slutty ass while she rides you.</p>
<video src="ressources/scenes/university/meganrain/restroom2/cowgirl.mp4" autoplay loop></video>
[[Make her bounce on your cock|restroomscene2][$scene to 4]]
<<elseif $scene is 4>>
<p>You stand her up and turn her around. You make her fully undress, then you pull her hips closer to you. You aim your cock at her pussy as she lowers herself down onto it. She lowers herself further and then begins to bounce on and ride your cock. Her moans echoing out through the entire bathroom.</p>
<video src="ressources/scenes/university/meganrain/restroom2/reversecowgirl.mp4" autoplay loop></video>
[[Put her back against the wall|restroomscene2][$scene to 5]]
<<elseif $scene is 5>>
<p>You pull you cock out of her pussy and spin her around. You push her against the wall of the stall and lift one of her legs up and hold it against you as you slide your cock back into her pussy. You fuck her fast, grabbing her tits with your hand as your thrust.</p>
<video src="ressources/scenes/university/meganrain/restroom2/missionary.mp4" autoplay loop></video>
[[Cum on her face|restroomscene2][$scene to 6]]
<<elseif $scene is 6>>
<p>You pull out and push her down to her knees as you start to cum. You groan in pleasure as rope after rope of cum shoots out and onto her face and into her open smiling mouth.</p>
<video src="ressources/scenes/university/meganrain/restroom2/facial.mp4" autoplay loop></video>
<<speech "Alice">>That was fucking amazing. Here’s my SexApp ID. Hit me up sometime. I wanna do this again<</speech>>
<p class="got">You got Alice’s SexApp ID</p><<set $has.aliceid to 1>>
<p class="got">Alice trusts you more</p><<set $alice.trust += 5>>
<p>You tell her that she will hear from you soon. You then get dressed and leave the bathroom.</p>
<<addmins 30>>
<<set $quest.alicebathroom += 1>>
[[Leave|University]]
<<else>>
<p>As you enter the stall you hear the same sounds you heard before. You look through the hole and see that the girl from before has returned and is masturbating furiously in the stall besides you once again.</p>
<video src="ressources/scenes/university/meganrain/restroom/masturbating.mp4" autoplay loop></video>
[[Push the stall|restroomscene2][$scene to 1]]
<</if>>
<p>You enter the stall and get a blowjob from Alice.</p>
<<set _random = random(120)>>
<<if _random lte 29>>
<video src="ressources/scenes/university/meganrain/restroom2/blowjob0.mp4" autoplay loop></video>
<<elseif _random gte 30 && _random lte 59>>
<video src="ressources/scenes/university/meganrain/restroom2/blowjob1.mp4" autoplay loop></video>
<<elseif _random gte 60 && _random lte 89 >>
<video src="ressources/scenes/university/meganrain/restroom2/blowjob2.mp4" autoplay loop></video>
<<else>>
<video src="ressources/scenes/university/meganrain/restroom2/blowjob3.mp4" autoplay loop></video>
<</if>>
<<set $has.alicedailyblowjob to 1>>\
<<addmins 30>>\
[[Leave|University]]
<p>You open up your phone and decide to message Alice. You tell her that fucking her was fun and you can’t wait to do it again soon.</p>
<<speech "Alice">>Why wait, here’s my address ;)<</speech>>
<p>She sends a nude selfie of herself back with her message.</p>
[img["ressources/sexapp/alice/nude.jpg"]]
<p>You put your phone away. You should visit her home in the evening sometime soon.</p><<set $quest.alicebathroom += 1>>
<p class="got">Gained Alice’s address</p><<set $has.aliceaddress to 1>>
<<alicetrust>><<set $alice.trust += 4>>
<<alicecorr>><<set $alice.corr += 4>>
[[Say bye|House]]
<<if isDateBetween($gameDate, '17:00', '22:00')>>
[[Knock on the door|insidealicehouse]]
<<elseif $gameDate.getUTCHours() > 22>>
<p>It's too late all the lights are off.</p>
<<elseif $gameDate.getUTCHours() < 17>>
<p>Alice is still at school come back later.</p>
<<else>>
<p>There is nothing to do here.</p>
<</if>>
[[Go back|Street]]<<if $quest.alicebathroom is 3>>
<p>You arrive at the address Alice gave you over SexApp and knock on the door. Within moments she arrives at the door to greet you.</p>
<<speech "Alice">>Took you long enough. Hurry up and get in here, I want another taste of that cock<</speech>>
<p>She leads you into her house and into the kitchen. She hops up on the kitchen counter. She pulls out her tits and spreads her legs for you, revealing the rip in her leggings giving you full access to her pussy. You lean in and kiss her, groping her tits with one hand while you pull out your cock with the other.</p>
[[Fuck her in the kitchen|alicehomescene][$alice.gallery[3] to 1]]
<<else>>
<p>You go back to Alice’s house to get some more pussy. She is naked and ready to fuck within seconds of you walking through her front door.</p>
<<set _random = random(100)>>
<<if _random lte 29>>
<p>You pull Alice off of the counter, turn her around and slide you cock back into her pussy from behind. You bend her over the table as you begin to thrust, slamming your cock into her hard. The room fills with the sounds of your bodies slapping together. You reach around and grab her long brown hair, wrapping a lock of it around her throat as you fuck her.</p>
<video src="ressources/scenes/alice/home/doggy.mp4" autoplay loop></video>
<<elseif _random gte 30 && _random lte 69>>
<p>You grab your hard cock and shove it right inside of her wet pussy. You reach up and gently choke her while you thrust hard and fast. You release her throat and slap her tit, getting rough with her as you continue to fuck Alice.</p>
<video src="ressources/scenes/alice/home/missionary.mp4" autoplay loop></video>
<<else>>
<p>You hop onto the counter and lie down on your back. She climbs up slowly after you and sucks on your cock briefly before positioning her pussy above your cock. You slide it in as she lowers herself down. You thrust up into her and she bounces on it quickly.</p>
<video src="ressources/scenes/alice/home/reversecowgirl.mp4" autoplay loop></video>
<</if>>
<p>You spend the whole evening fucking her over and over again. You fall asleep in each others arms.</p>
[[Next Morning|alicebedroommorning][$alice.gallery[4] to 1]]
<</if>><<if $scene is 1>>
<p>You pull Alice off of the counter, turn her around and slide you cock back into her pussy from behind. You bend her over the table as you begin to thrust, slamming your cock into her hard. The room fills with the sounds of your bodies slapping together. You reach around and grab her long brown hair, wrapping a lock of it around her throat as you fuck her.</p>
<video src="ressources/scenes/alice/home/doggy.mp4" autoplay loop></video>
[[Give her a taste|alicehomescene][$scene to 2]]
<<elseif $scene is 2>>
<p>You push her down to her knees and shove your cock into her mouth. You grab hold of her head and hair as you roughly pull it down onto your cock and fuck her throat. She gags loudly and often as you rough her throat up with your cock.</p>
<video src="ressources/scenes/alice/home/blowjob.mp4" autoplay loop></video>
[[Fuck her tits|alicehomescene][$scene to 3]]
<<elseif $scene is 3>>
<p>You tell her to press her tits together so you can fuck them. She does so and so you slide your cock beneath her shirt and between her tits. You start to thrust fast as your slam your groin into her tits. You hold onto her face and make her look you in the eyes while your hard cock slides between her fuck pillows.</p>
<video src="ressources/scenes/alice/home/titsjob.mp4" autoplay loop></video>
[[Get on the counter|alicehomescene][$scene to 4]]
<<elseif $scene is 4>>
<p>You hop onto the counter and lie down on your back. She climbs up slowly after you and sucks on your cock briefly before positioning her pussy above your cock. You slide it in as she lowers herself down. You thrust up into her and she bounces on it quickly.</p>
<video src="ressources/scenes/alice/home/reversecowgirl.mp4" autoplay loop></video>
[[Cum on her face|alicehomescene][$scene to 5]]
<<elseif $scene is 5>>
<p>You pull her to the ground as you get close to cumming. A few extra strokes of your cock is all you need to erupt. You aim your cock at her face as your load starts to shoot out. Every burst of jizz splashing against her face as you cover her.</p>
<video src="ressources/scenes/alice/home/facial.mp4" autoplay loop></video>
<<speech "Alice">>Holy fuck you are amazing. You can come by and fuck me like then whenever you want<</speech>>
<p>You let her know that you will be back soon as you get dressed and get ready to head home. You give her one more slap on her ass before leaving, just for the fun of it.</p>
<<set $quest.alicebathroom += 1>>
<<mcsex>>
[[Leave|Street]]
<<else>>
<p>You grab your hard cock and shove it right inside of her wet pussy. You reach up and gently choke her while you thrust hard and fast. You release her throat and slap her tit, getting rough with her as you continue to fuck Alice.</p>
<video src="ressources/scenes/alice/home/missionary.mp4" autoplay loop></video>
[[Flip her over|alicehomescene][$scene to 1]]
<</if>>
<p>You wake up as the sun hits your eyes through the window. There is a note and an energy bar on the bed next to you.</p>
<p class="hint">Alice’s note: 'Hey stud. Last night was great. Sorry I couldn’t make you breakfast but I had to go to work. Come by again soon!”</p>
<p>You get up and get dressed, leaving to begin your day.</p>
<<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>>
[[Leave|Street]]
<<if $step is 1>>
<<if $scene is 1>>
<p>You and Jade do some squats together. She playfully flashes you in between sets.</p>
[img["ressources/quest/jade/flash.jpg"]]
<p>During one of her squats she went particularly low and a low ripping sound filled the gym.</p>
[[Find out where the sound came from|jadegiftquesttraining][$scene to 2]]
<<elseif $scene is 2>>
[img["ressources/quest/jade/ripped.jpg"]]
<p>You find the source of the ripping noise rather quickly when you notice that you can see Jade’s bare ass and pussy through a large hole ripped into her leggings.</p>
<<speech "Jade">>Oh fuck! I just got these!<</speech>>
<p>She jumps to try and cover herself, clearly sad that they ripped.</p>
[[Demand she continues to train in them|jadegiftquesttraining][$scene to 3]]
[[Offer to buy her a new pair of leggings|jadegiftquesttraining][$scene to 4]]
<<elseif $scene is 3>>
<p>You get close to her and move her hands away from the hole in her leggings.</p>
<<speech "Jade">>What are you doing?<</speech>>
<p>You make it clear to her that you want her to keep working out in this outfit and only this outfit from now on.</p>
<<if $jade.corr >= 15 && $mc.dom > 10>><<set $jade.torn to 1>>
<p>Jade smiles back at you and gets back to her workout. She squats down low again, giving you a great view of her exposed ass and pussy through the hole of the yoga pants.</p>
[img["ressources/quest/jade/ripped.jpg"]]
<p>The two of you finish your workout soon after. She stops just before going into the locker room to get changed.</p>
<<speech "Jade">>That was a lot of fun. But if I’m gonna be showing off like that when I work out from now on, you better promise that you’ll be here to see it more often<</speech>>
<p>The two of you go your separate ways. You get changed and head home for the day.</p>
<<else>>
<p>Jade scowls at you and pushed you away from her.</p>
<<speech "Jade">>Excuse me? I’m not just some toy that will do whatever you want!<</speech>>
<p>Jade stomps away fuming.</p>
<<jadetrustminus>><<set $jade.trust -= 4>>
<</if>>
<<addhours 2>>
[[Leave|University]]
<<elseif $scene is 4>>
<p>You tell Jade that you can buy her some new leggings. One that won’t rip on her when she trains.</p>
<<speech "Jade">>Really? You would do that for me? Wow Mr. <<print "$mc.eyes">> eyes, aren’t you sweet?<</speech>>
<p>Jade gives you a kiss on the cheek before quickly walking back to the changing room. You follow her lead and get changed yourself before heading home.</p>
<<jadetrust>>
<<set $quest.jadegiftquest += 1>>
<<addhours 2>>
[[Leave|University]]
<<else>>
<p>You head into the gym and look for Jade to train with her today. When you find her you see that she is wearing some new leggings that look fantastic on her.</p>
[img["ressources/quest/jade/pose.jpg"]]
<<speech "Jade">>Hey Mr. <<print "$mc.eyes">> eyes! Do you like my new yoga pants?<</speech>>
<p>You nod at her. The growing erection in your pants making it easy to see that you greatly enjoy how she looks in her new outfit.</p>
<<speech "Jade">>Maybe we should get started before you start drooling<</speech>>
[[Start training|jadegiftquesttraining][$scene to 1]]
<</if>>
<<else>>
<p>You walk into the gym with Jade’s gift. You quickly find her working out on the elliptical and get her attention.</p>
<<speech "Jade">>Hey there Mr. <<print "$mc.eyes">> eyes! What is that in your hand?<</speech>>
<p>You open the gift to show her the leggings you bought her.</p>
<<speech "Jade">>Oh my goodness they are perfect! How can I ever thank you?<</speech>>
<<jadetrust>>
<p>You smile back and place your hand on her ass, giving her a hint of how you would like to be thanked.</p>
<<speech "Jade">>Oh I see. Follow me<</speech>>
[[Follow Jade|jadegiftquestscene][$scene to 0; $jade.gallery[5] to 1]]
<</if>><<if $jade.trust gte 20>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>You were looking sexy as hell in the gym today</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/jade.png" />
</div>
<div class="messages">
<p>You were looking pretty sexy yourself, Mr. $mc.eyes Eyes. If you aren’t careful I won’t be able to resist you next time</p>
<time datetime="">Jade</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Guess I should stop being careful then</p>
<time datetime="">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<jadetrust>>
<<elseif $jade.trust gte 10>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Today’s work out was great!</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/jade.png" />
</div>
<div class="messages">
<p>It was so much fun. I love watching you workout. You muscles are getting so big!</p>
<time datetime="">Jade</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>You can feel them whenever you want</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/jade.png" />
</div>
<div class="messages">
<p>I’ll hold you too that</p>
<time datetime="">Jade</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<jadetrust>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Ugh I’m so sore after that workout</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/jade.png" />
</div>
<div class="messages">
<p>Good job today! You are definitely getting stronger!</p>
<time datetime="">Jade</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Thanks!</p>
<time datetime="">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<jadetrust>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $jade.trust gte 20>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/jade.png" />
</div>
<div class="messages">
<p>I almost hate going to class anymore</p>
<time datetime="">Jade</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Why is that?</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/jade.png" />
</div>
<div class="messages">
<p>I’d rather skip and hang out with you</p>
<time datetime="">Jade</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<jadetrust>>
<<elseif $jade.trust gte 10>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Chemistry was fun today. I wish Ms. Lee wasn’t such a hard ass all the time</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/jade.png" />
</div>
<div class="messages">
<p>Yeah, same. At least she teaches well</p>
<time datetime="">Jade</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>True</p>
<time datetime="">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<jadetrust>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/jade.png" />
</div>
<div class="messages">
<p>Thanks for not talking during class. I hate when people try to talk to me when I’m listening to the lesson. It’s so annoying</p>
<time datetime="">Jade</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>No problem, I get it!</p>
<time datetime="">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<jadetrust>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $jade.trust gte 20>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/jade.png" />
</div>
<div class="messages">
<p>Where were you today???</p>
<time datetime="">Jade</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Aww did some one miss me?</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/jade.png" />
</div>
<div class="messages">
<p>Yes I did! Do I need to flash you to get you to hang out with me more?</p>
<time datetime="">Jade</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Couldn’t hurt, lol</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/jade.png" />
</div>
<div class="messages">
<p><<link "nude">><<dialog 'nude' ''>>[img["ressources/sexapp/jade/" + random(3) + ".jpg"]]<</dialog>><</link>></p>
<time datetime="">Jade</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<jadetrust>>
<<elseif $jade.trust gte 10>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>So what is your favorite position?</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/jade.png" />
</div>
<div class="messages">
<p>Definitely cowgirl. I like to set the pace some times. Plus it is a nice work out</p>
<time datetime="">Jade</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>I get that. I like watching tits bounce so I’m right there with you</p>
<time datetime="">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<jadetrust>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey! Looking forward to hanging out with you soon!</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/jade.png" />
</div>
<div class="messages">
<p>Same, come by the gym, I’m there like every day</p>
<time datetime="">Jade</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>I’ll be sure to check it out</p>
<time datetime="">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<jadetrust>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $kate.trust gte 20>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Had tons of fun swimming with you today!</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>I bet you had fun. Hell, I did too. Your cock looked tasty clung to your wet shorts</p>
<time datetime="">Kate</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>You can have a taste whenever you’d like</p>
<time datetime="">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<katetrust>>
<<elseif $kate.trust gte 10>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>I had a great time swimming with you today!</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>I had fun too! And you are becoming a much better swimmer Mr. Big Cock. Maybe you deserve a reward for your hard work</p>
<time datetime="">Kate</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Can’t wait to see what you have in mind</p>
<time datetime="">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<katetrust>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Please tell me you didn’t see my attempt at a dive earlier today</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>You mean that belly flop? Yeah I saw it</p>
<time datetime="">Kate</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Fuck</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>Lol, it was a decent try though</p>
<time datetime="">Kate</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<katetrust>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $kate.trust gte 20>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey! Class was pretty fun today, huh?</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>Fuck class! Hell half the reason I even go is because I get to see you Mr. Big Cock</p>
<time datetime="">Kate</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Maybe we should skip together some time then</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>Any time, anywhere</p>
<time datetime="">Kate</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<katetrust>>
<<elseif $kate.trust gte 10>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>You should sit near me more often. Class is a lot more fun when you do</p>
<time datetime="">Kate</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Agreed. And the view is nicer with you there too</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>Aww, you’re making me blush</p>
<time datetime="">Kate</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<katetrust>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Class today was pretty interesting. I’m starting to enjoy our teacher more and more each class</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>Yeah I wasn’t listening to the teacher all that much. Not with you next to me Mr. Big Cock</p>
<time datetime="">Kate</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>I’m happy to be your distraction</p>
<time datetime="">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<katetrust>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $kate.trust gte 20>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>Hey, I missed you today. Didn’t have time to make it to the pool?</p>
<time datetime="">Kate</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Sorry, I couldn’t. I’ll be around soon though. You know I always enjoy seeing you</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>You can ‘see me’ whenever you want</p>
<p><<link "nude">><<dialog 'nude' ''>>[img["ressources/sexapp/kate/" + random(3) + ".jpg"]]<</dialog>><</link>></p>
<time datetime="">Kate</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<katetrust>>
<<elseif $kate.trust gte 10>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>I wish the teacher would get off my back. I do my best. It’s not my fault she is so boring</p>
<time datetime="">Kate</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>She can be a bit dry if you aren’t a guy ogling her all class</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>That doesn’t help me like her class either. I like having eyes on me</p>
<time datetime="">Kate</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<katetrust>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey, what’re you up to tonight?</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>Smoking and watching movies, you?</p>
<time datetime="">Kate</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>I’m sitting her hating that I’m not joining you</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/kate.png" />
</div>
<div class="messages">
<p>Maybe next time, Mr. Big Cock</p>
<time datetime="">Kate</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<katetrust>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $lucy.trust gte 20>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>I need to come to the library more often. I always have such a good time with you there. I do better on homework too</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/lucy.png" />
</div>
<div class="messages">
<p>Well study hard and keep coming to the library. We can have all sorts of fun together</p>
<p><<link "nude">><<dialog 'nude' ''>>[img["ressources/sexapp/lucy/" + random(3) + ".jpg"]]<</dialog>><</link>></p>
<time datetime="">Lucy</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<lucytrust>>
<<elseif $lucy.trust gte 10>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Thanks for studying with me. You’re such a great help!</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/lucy.png" />
</div>
<div class="messages">
<p>Awe, Thanks! With how helpful your notes have been I’m always happy to help you study</p>
<time datetime="">Lucy</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<lucytrust>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Studying with you in the library today was great</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/lucy.png" />
</div>
<div class="messages">
<p>Don’t you just love the library? It’s so serene. It’s the perfect place to just relax with a book</p>
<time datetime="">Lucy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>I know. There is no better place to chill at</p>
<time datetime="">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<lucytrust>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $lucy.trust gte 20>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Had fun with you in class today. Hope I didn’t distract you too much</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/lucy.png" />
</div>
<div class="messages">
<p>Every time you sit next to me my notes suffer. Not that I mind. Yours are still great, plus I like seeing you</p>
<p><<link "nude">><<dialog 'nude' ''>>[img["ressources/sexapp/lucy/" + random(3) + ".jpg"]]<</dialog>><</link>></p>
<time datetime="">Lucy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>I like seeing you too</p>
<time datetime="">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<lucytrust>>
<<elseif $lucy.trust gte 10>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>One set of notes, ready for you to study from!</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/lucy.png" />
</div>
<div class="messages">
<p>Thanks again. I just love your notes. They help so much!</p>
<time datetime="">Lucy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>I’m glad to hear that. I’m happy to send them whenever you need them</p>
<time datetime="">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<lucytrust>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey, here is a copy of my notes from today’s class</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/lucy.png" />
</div>
<div class="messages">
<p>Wow! I wish I could take notes as fast as you</p>
<time datetime="">Lucy</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<lucytrust>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $lucy.trust gte 20>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/lucy.png" />
</div>
<div class="messages">
<p>Missed you today</p>
<time datetime="">Lucy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Same, I hate not seeing you some days</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/lucy.png" />
</div>
<div class="messages">
<p>Here now you can always see me!</p>
<p><<link "nude">><<dialog 'nude' ''>>[img["ressources/sexapp/lucy/" + random(3) + ".jpg"]]<</dialog>><</link>></p>
<time datetime="">Lucy</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<lucytrust>>
<<elseif $lucy.trust gte 10>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey, what’s up?</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/lucy.png" />
</div>
<div class="messages">
<p>Nothing</p>
<time datetime="">Lucy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>You busy? You seem distracted</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/lucy.png" />
</div>
<div class="messages">
<p>Just studying extra hard. I get the feeling Ms. Powers is gonna give us a pop quiz soon</p>
<time datetime="">Lucy</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<lucytrust>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey, you doing anything this weekend?</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/lucy.png" />
</div>
<div class="messages">
<p>Studying, why?</p>
<time datetime="">Lucy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Just seeing if you wanted to do something fun!</p>
<time datetime="">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/university/lucy.png" />
</div>
<div class="messages">
<p>Studying is fun</p>
<time datetime="">Lucy</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<lucytrust>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $scene is 1>>
<p>Jade undresses you and gets down on her knees. She grabs your rock hard cock and wraps her lips around it.</p>
<video src="ressources/scenes/university/jade/gift/blowjob.mp4" autoplay loop></video>
[[Fuck her|jadegiftquestscene][$scene to 2]]
<<elseif $scene is 2>>
<p>You turn Jade around and put her on her hands and knees. You push the head of your cock into her pussy and let her push back to slide the rest of you cock inside. You caress and grab her hips as you begin to thrust.</p>
<video src="ressources/scenes/university/jade/gift/doggy.mp4" autoplay loop></video>
[[Flip her over|jadegiftquestscene][$scene to 3]]
<<elseif $scene is 3>>
<p>You pull your cock out of her pussy long enough for her to flip over onto her back.</p>
<p>You grab her legs and slide your cock back into her pussy, thrusting hard into her.</p>
<video src="ressources/scenes/university/jade/gift/missionary.mp4" autoplay loop></video>
[[Have her ride yourself|jadegiftquestscene][$scene to 4]]
<<elseif $scene is 4>>
<p>You lie down next to Jade and she quickly climbs on top of you, grabbing your cock and guiding into her pussy as she begins to ride your cock.</p>
<video src="ressources/scenes/university/jade/gift/cowgirl.mp4" autoplay loop></video>
[[Change position|jadegiftquestscene][$scene to 5]]
<<elseif $scene is 5>>
<p>Before long she turns around and begins to bounce on your cock while facing away from you. You thrust up into her hard and fast while she bounces on you. You both moan together in pleasure.</p>
<video src="ressources/scenes/university/jade/gift/reversecowgirl.mp4" autoplay loop></video>
[[Cum|jadegiftquestscene][$scene to 6]]
<<elseif $scene is 6>>
<p>You let Jade know you are close to cumming. She climbs off your cock and slides her face down close to your cock as you stroke yourself to completion.</p>
<video src="ressources/scenes/university/jade/gift/facial.mp4" autoplay loop></video>
[[Make her clean your cock|jadegiftquestscene][$scene to 7]]
<<elseif $scene is 7>>
<p>She sucks and licks your cock clean.</p>
<video src="ressources/scenes/university/jade/gift/licking.mp4" autoplay loop></video>
<p>She cleans her face off and then starts to get dressed.</p>
<<speech "Jade">>That was fun, <<print "$mc.name">>. I hope we can train together again real soon<</speech>>
<p>She give you a wink before leaving. You head home soon after.</p>
<<set $quest.jadegiftquest += 1>>
<<set $gameDate.setUTCHours(17)>><<set $gameDate.setUTCMinutes(0)>>
[[House]]
<<else>>
<p>Jade takes you by the hand and leads you off somewhere secluded. She takes her clothes off and starts to kiss you.</p>
<<speech "Jade">>Let’s get these clothes off<</speech>>
[[Undress|jadegiftquestscene][$scene to 1]]
<</if>><<if $notes is 1>>
<p>Lucy replies with a nice picture of… her boobs!</p>
<<set _thanks to random(2)>>
[img["ressources/homework/lucy/" + _thanks + ".jpg"]]
<<lucytrust>>
<<lucycorr>>
<<set $has.sendnotes to 1>>
<<else>>
<<set _picture to either(1, 2, 3)>>
<<if _picture is 1>>
<p>Lucy replies with a nice picture of… her boobs!</p>
<<set _thanks to random(2)>>
[img["ressources/homework/lucy/" + _thanks + ".jpg"]]
<<elseif _picture is 2>>
<p>Lucy replies with a nice picture of… her ass!</p>
<<set _thanks to random(3, 5)>>
[img["ressources/homework/lucy/" + _thanks + ".jpg"]]
<<elseif _picture is 3>>
<p>Lucy replies with a nice picture of… her body!</p>
<<set _thanks to random(6, 8)>>
[img["ressources/homework/lucy/" + _thanks + ".jpg"]]
<</if>>
<<lucytrust>>
<<lucycorr>>
<<set $has.todaynotes to 1>>
<</if>>
[[Back to SexApp mainscreen|SexApp]]
<<addmins 10>><<set $has.receivedlucynudes to 1>><<if $scene is 1>>
<p>You pull Kate onto your lap and slide your cock into her pussy. She bounces her ass up and down as she rides you.</p>
<video src="ressources/scenes/university/kate/gift/cowgirl.mp4" autoplay loop></video>
[[She turns around|kategiftquestpoolscene][$scene to 2]]
<<elseif $scene is 2>>
<p>Kate stands up and turns around, sliding your cock back inside of her and riding you once more, giving you a nice view of her butt as it bounces on your cock.</p>
<video src="ressources/scenes/university/kate/gift/reversecowgirl.mp4" autoplay loop></video>
[[Fuck her ass|kategiftquestpoolscene][$scene to 3]]
<<elseif $scene is 3>>
<<speech "Kate">>Time for a real treat<</speech>>
<p>Kate bends over and spreads her cheeks for you.</p>
<<speech "Kate">>Fuck my ass Mr. Big Cock!<</speech>>
<p>You happily slide your cock slowly into her tight ass and begin to fuck her doggy style.</p>
<video src="ressources/scenes/university/kate/gift/doggy.mp4" autoplay loop></video>
[[Cum|kategiftquestpoolscene][$scene to 4]]
<<elseif $scene is 4>>
<p>You thrust hard and fast as your orgasm builds. You finally cum and cream pie Kate’s ass with your load.</p>
<video src="ressources/scenes/university/kate/gift/creampie.mp4" autoplay loop></video>
<<speech "Kate">>Fuck! That was fantastic <<print "$mc.name">>. We need to do that again sometime!<</speech>>
<<katecorr>><<set $kate.corr += 3>>\
<<katetrust>><<set $kate.trust += 3>>\
<<set $quest.kategiftquest += 1>>\
<<addhours 4>>\
[[Leave|University]]
<<else>>
<p>Kate leads you away to a secluded room in the university so you can fool around in peace.</p>
<p>She grabs your cock and immediately takes you into her mouth, sucking powerfully.</p>
<video src="ressources/scenes/university/kate/gift/blowjob.mp4" autoplay loop></video>
[[Time to fuck|kategiftquestpoolscene][$scene to 1]]
<</if>><<if $scene is 1>>
<p>Lucy jumps onto the bed and begins to pull her lingerie off, revealing her small perky tits to you.</p>
<p>You reach forward with your hand. You grope and caress her tits. You feel her soft silky skin in your palm. Her breasts are warm and soft. She moans as you play with them.</p>
<video src="ressources/scenes/university/lucy/gift/tits.mp4" autoplay loop></video>
[[She teases you|lucygiftquestscene][$scene to 2]]
<<elseif $scene is 2>>
<p>You lie down onto the bed in front of her. She moves between your legs, pulls off your pants, and grabs your rapidly hardening cock. She looks at you while she licks your shaft. She then takes your cock in both of her hands and pulls it closer to her face. She lowers her mouth onto it, sucking on just the head at first. She looks into your eyes as she swallows more past her lips.</p>
<video src="ressources/scenes/university/lucy/gift/blowjob.mp4" autoplay loop></video>
[[She teases you|lucygiftquestscene][$scene to 3]]
<<elseif $scene is 3>>
<p>Lucy sits up and turns around. She bends over, showing you her ass and pussy. You finger her pussy lightly for a moment, before pulling her back and sliding your cock into her. She leans forward and slowly rocks her body back and forth. Her pussy lips gliding along your cock.</p>
<video src="ressources/scenes/university/lucy/gift/reversecowgirl.mp4" autoplay loop></video>
[[She teases you|lucygiftquestscene][$scene to 4]]
<<elseif $scene is 4>>
<p>You pull Lucy off and flip her onto her back. You crawl up between her legs and slide you cock into her pussy. You stare into each others eyes as your slowly thrust into her building into a steady rhythm.</p>
<video src="ressources/scenes/university/lucy/gift/missionary.mp4" autoplay loop></video>
[[She teases you|lucygiftquestscene][$scene to 5]]
<<elseif $scene is 5>>
<p>You feel your orgasm building. You thrust harder and faster into her pussy as you begin to erupt. Your cock pulses as it unloads deep into her pussy, giving her a heavy creampie with your load.</p>
<video src="ressources/scenes/university/lucy/gift/creampie.mp4" autoplay loop></video>
<p>She licks your cock and her hands clean, staring into your eyes as she does.</p>
<<speech "Lucy">>That was fantastic! Ready for round two?<</speech>>
<p>You are exhausted but you agree. The two of you fuck and make love over and over again until before you know it, the day is gone and it is dark out side. The two of you have drained each other completely, having fucked each other half a dozen times today. You are incredibly tired but you manage to get dressed so you can head home.</p>
<<speech "Lucy">>Don’t be stranger<</speech>>
<p>You promise her that you won’t and head home for the night.</p>
<<lucytrust>>
<<lucycorr>>
<<set $quest.lucygiftquest += 1>>
<<link "Head home">><<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>><<goto "Bedroom">><</link>>
<<else>>
<p>Lucy leads you along and the two of you walk together until you reach an apartment building. She leads you inside one of the apartments and into her bedroom. She undresses down into her lingerie.</p>
<<speech "Lucy">>You are such a great guy. I’m gonna fuck you all night for this<</speech>>
[[She teases you|lucygiftquestscene][$scene to 1]]
<</if>><<silently>>
<<for _i to 0; _i lt $mom.gallery.length; _i++>>
<<set $mom.gallery[_i] to 1>>
<</for>>
<<for _i to 0; _i lt $dean.gallery.length; _i++>>
<<set $dean.gallery[_i] to 1>>
<</for>>
<<for _i to 0; _i lt $sis.gallery.length; _i++>>
<<set $sis.gallery[_i] to 1>>
<</for>>
<<for _i to 0; _i lt $alice.gallery.length; _i++>>
<<set $alice.gallery[_i] to 1>>
<</for>>
<<for _i to 0; _i lt $lucy.gallery.length; _i++>>
<<set $lucy.gallery[_i] to 1>>
<</for>>
<<for _i to 0; _i lt $jade.gallery.length; _i++>>
<<set $jade.gallery[_i] to 1>>
<</for>>
<<for _i to 0; _i lt $kate.gallery.length; _i++>>
<<set $kate.gallery[_i] to 1>>
<</for>>
<<for _i to 0; _i lt $missy.gallery.length; _i++>>
<<set $missy.gallery[_i] to 1>>
<</for>>
<<for _i to 0; _i lt $abigail.gallery.length; _i++>>
<<set $abigail.gallery[_i] to 1>>
<</for>>
<<for _i to 0; _i lt $carla.gallery.length; _i++>>
<<set $carla.gallery[_i] to 1>>
<</for>>
<<for _i to 0; _i lt $teacher.gallery.length; _i++>>
<<set $teacher.gallery[_i] to 1>>
<</for>>
<<for _i to 0; _i lt $sato.gallery.length; _i++>>
<<set $sato.gallery[_i] to 1>>
<</for>>
<<for _i to 0; _i lt $powers.gallery.length; _i++>>
<<set $powers.gallery[_i] to 1>>
<</for>>
<</silently>>
<h1>All Gallery scenes unlocked</h1>
<<return>><<if $stage is 0>>
<<nobr>>
<div class="portrait" target="_mom">
[img["ressources/img/mom/face.png"][Gallery Main][$stage to 1]]
</div>
<div class="portrait" target="_alice">
[img["ressources/img/alice/face.png"][Gallery Main][$stage to 2]]
</div>
<div class="portrait" target="_sasha">
[img["ressources/img/sasha/face.png"][Gallery Main][$stage to 3]]
</div>
<div class="portrait" target="_lucy">
[img["ressources/img/lucy/face.png"][Gallery Main][$stage to 4]]
</div>
<div class="portrait" target="_jade">
[img["ressources/img/jade/face.png"][Gallery Main][$stage to 5]]
</div>
<div class="portrait" target="_kate">
[img["ressources/img/kate/face.png"][Gallery Main][$stage to 6]]
</div>
<div class="portrait" target="_sato">
[img["ressources/img/sato/face.png"][Gallery Main][$stage to 7]]
</div>
<div class="portrait" target="_teacher">
[img["ressources/img/teacher/face.png"][Gallery Main][$stage to 8]]
</div>
<div class="portrait" target="_powers">
[img["ressources/img/powers/face.png"][Gallery Main][$stage to 9]]
</div>
<div class="portrait" target="_missy">
[img["ressources/img/missy/face.png"][Gallery Main][$stage to 10]]
</div>
<div class="portrait" target="_abigail">
[img["ressources/img/abigail/face.png"][Gallery Main][$stage to 11]]
</div>
<div class="portrait" target="_carla">
[img["ressources/img/carla/face.png"][Gallery Main][$stage to 12]]
</div>
<div class="portrait" target="_dean">
[img["ressources/img/dean/face.png"][Gallery Main][$stage to 13]]
</div>
<</nobr>>
<div id="cheatdiv" style="clear:both; transform: translateX(-34px);">
<<textbox "_testcode" "Gallery code here">>
<<linkreplace "Unlock all Gallery scenes">>
<<set _val = hashStr(_testcode)>>
<<if _val == $bathroom.urinal>>
<p class="got">Gallery Unlocked</p>
[[Gallery cheat]]
<<else>>
<p class="hint">Sorry the code you entered is not valid</p>
<</if>>
<</linkreplace>>
<h2>To get the code you must donate</h2>
''On <span class="porn stat">Patreon:</span>''
<a href="https://www.patreon.com/bePatron?u=10423542" target="_blank" data-patreon-widget-type="become-patron-button">[img["ressources/patreon.jpg"]]</a>
<span class="porn stat">''patreon.com/bePatron?u=10423542''</span>
''Or on <span class="sex stat">Subscribestar:</span>''
<a href="https://subscribestar.adult/becomesomeone" target="_blank">[img["ressources/subscribestar.png"]]</a>
<span class="sex stat">''subscribestar.adult/becomesomeone''</span>
<br>
<a data-passage=$prevpassage class="link-internal">Return</a>
</div>
<<elseif $stage is 1>>
<<MakeGallery 21 mom>>
<div style="clear:both;"><br>[[Return|Gallery Main][$stage to 0]]</div>
<<elseif $stage is 2>>
<<MakeGallery 5 alice>>
<div style="clear:both;"><br>[[Return|Gallery Main][$stage to 0]]</div>
<<elseif $stage is 3>>
<<MakeGallery 25 sasha>>
<div style="clear:both;"><br>[[Return|Gallery Main][$stage to 0]]</div>
<<elseif $stage is 4>>
<<MakeGallery 5 lucy>>
<div style="clear:both;"><br>[[Return|Gallery Main][$stage to 0]]</div>
<<elseif $stage is 5>>
<<MakeGallery 9 jade>>
<div style="clear:both;"><br>[[Return|Gallery Main][$stage to 0]]</div>
<<elseif $stage is 6>>
<<MakeGallery 7 kate>>
<div style="clear:both;"><br>[[Return|Gallery Main][$stage to 0]]</div>
<<elseif $stage is 7>>
<<MakeGallery 6 sato>>
<div style="clear:both;"><br>[[Return|Gallery Main][$stage to 0]]</div>
<<elseif $stage is 8>>
<<MakeGallery 5 teacher>>
<div style="clear:both;"><br>[[Return|Gallery Main][$stage to 0]]</div>
<<elseif $stage is 9>>
<<MakeGallery 7 powers>>
<div style="clear:both;"><br>[[Return|Gallery Main][$stage to 0]]</div>
<<elseif $stage is 10>>
<<MakeGallery 5 missy>>
<div style="clear:both;"><br>[[Return|Gallery Main][$stage to 0]]</div>
<<elseif $stage is 11>>
<<MakeGallery 5 abigail>>
<div style="clear:both;"><br>[[Return|Gallery Main][$stage to 0]]</div>
<<elseif $stage is 12>>
<<MakeGallery 5 carla>>
<div style="clear:both;"><br>[[Return|Gallery Main][$stage to 0]]</div>
<<else>>
<<MakeGallery 11 dean>>
<div style="clear:both;"><br>[[Return|Gallery Main][$stage to 0]]</div>
<</if>><<set $scene to 0>><<nobr>><<if $daycheck is "Friday" && isDateBetween($gameDate, '12:00', '21:59') && $restaurant.meeting is 0 && $restaurant.employee gte 1>>
<<goto "abigailmeeting">>
<<else>>
<</if>><</nobr>>
<<if $restaurant.status is 0 || $restaurant.status is 1>>
<<if isDateBetween($gameDate, '11:00', '14:59')>>
<<if $restaurant.employee is 0>>
<p>You push open the front door of the restaurant and walk in. The hostess is standing behind a podium just inside.</p>
<<speech "Hostess">>Hi! Welcome to the Cock and Bull! Table for one?<</speech>>
<p>You tell her that you aren’t here to eat and that you came to ask about the job.</p>
<<speech "Hostess">>Oh great! You’ll wanna talk to Abigail then, she is the owner. Come with me I’ll take you to her<</speech>>
[[Follow her|restaurantfirsttime][$restaurant.employee to 1]]
<<elseif $restaurant.employee gte 1 && $restaurant.worked is 0>>
[[Work|firstwork][$step to 0]]
<<elseif $restaurant.employee gte 1>>
[[Work|restaurantwork][$restaurant.haveworked to 1]]
[[Enjoy a meal|restauranteating]]
<<if $dean.questmain gte 2 && $dean.loc is "The Cock and Bull">>[[Speak to Dean Graves|bar Dean]]<</if>>
<</if>>
<<elseif isDateBetween($gameDate, '16:00', '19:59')>>
<<if $restaurant.employee is 0>>
<p>You push open the front door of the restaurant and walk in. The hostess is standing behind a podium just inside.</p>
<<speech "Hostess">>Hi! Welcome to the Cock and Bull! Table for one?<</speech>>
<p>You tell her that you aren’t here to eat and that you came to ask about the job.</p>
<<speech "Hostess">>Oh great! You’ll wanna talk to Abigail then, she is the owner. Come with me I’ll take you to her<</speech>>
[[Follow her|restaurantfirsttime][$restaurant.employee to 1]]
<<elseif $restaurant.employee gte 1 && $restaurant.barworked is 0>>
[[Work|firstbarwork][$step to 0]]
<<elseif $restaurant.employee gte 1>>
<<if $dean.loc is "The Cock and Bull" && $dean.questmain is 2 && $dean.route is "dom" && $dean.trust gte 10 && $mc.dom gte 15>>
[[Work|deanmainquest2 dom][$restaurant.haveworked to 1; $scene to 0]]
<<else>>
[[Work|barwork][$restaurant.haveworked to 1]]
<<if $dean.questmain gte 2 && $dean.loc is "The Cock and Bull">>[[Speak to Dean Graves|bar Dean]]<</if>>
<</if>>
<</if>>
<</if>>
<<if isDateBetween($gameDate, '17:00', '21:59') && $restaurant.employee gte 1>>
[[Grab a drink|drinkingbar]]
<<if $dean.questmain gte 2 && $dean.loc is "The Cock and Bull">>[[Speak to Dean Graves|bar Dean]]<</if>>
<div class="imglink">[img["ressources/img/street/mall.jpg"][Mall]]<div class="shadow"></div><p>Mall</p></div>
<</if>>
<<if isDateBetween($gameDate, '22:00', '23:59') || isDateBetween($gameDate, '00:00', '10:59') || isDateBetween($gameDate, '13:01', '15:59')>>
<div class="imglink">[img["ressources/img/street/mall.jpg"][Mall]]<div class="shadow"></div><p>Mall</p></div>
<</if>>
<<elseif $restaurant.status is 2>>
<<if isDateBetween($gameDate, '11:00', '14:59')>>
[[Work|restaurantwork][$restaurant.haveworked to 1]]
[[Enjoy a meal|restauranteating]]
[[Work as a manager|restaurantmanager][$restaurant.haveworked to 1]]
<<if $dean.questmain gte 2 && $dean.loc is "The Cock and Bull">>[[Speak to Dean Graves|bar Dean]]<</if>>
<<elseif isDateBetween($gameDate, '16:00', '19:59')>>
<<if $dean.loc is "The Cock and Bull" && $dean.questmain is 2 && $dean.route is "dom" && $dean.trust gte 10 && $mc.dom gte 15>>
[[Work|deanmainquest2 dom][$restaurant.haveworked to 1; $scene to 0]]
[[Work as a manager|deanmainquest2 dom][$restaurant.haveworked to 1; $scene to 0]]
<<else>>
[[Work|barwork][$restaurant.haveworked to 1]]
[[Work as a manager|barmanager][$restaurant.haveworked to 1]]
<<if $dean.questmain gte 2 && $dean.loc is "The Cock and Bull">>[[Speak to Dean Graves|bar Dean]]<</if>>
<</if>>
<</if>>
<<if isDateBetween($gameDate, '17:00', '21:59')>>
[[Grab a drink|drinkingbar]]
<<if $dean.questmain gte 2 && $dean.loc is "The Cock and Bull">>[[Speak to Dean Graves|bar Dean]]<</if>>
<</if>>
<</if>>
<div style="clear:both;"><br>[[Get out|Mall]]</div>
<p>You follow the hostess closely as she leads you towards the back rooms of the restaurant. She brings you up to a door and knocks on it firmly.</p>
<<speech "???">>Yeah? Come in, what do you want?<</speech>>
<p>The hostess opens the door and walks in. You enter just behind her and see a buxom beautiful woman standing in front of her desk.</p>
[img["ressources/restaurant/starting/abigailstanding.jpg"]]
<<speech "Hostess">>Hello Abigail, this guy is here about the job opening<</speech>>
<<speech "Abigail">>Thank you, now leave I need to speak with him privately<</speech>>
<p>The hostess walks out, clearly used to how short and firm Abigail is with her words.</p>
<<speech "Abigail">>Sit down and tell me why you want the job<</speech>>
<p>Abigail sits down behind her desk and waits impatiently for you to answer her. You spend a few moments giving her the most convincing argument you can for why you should get the job. She stares at you while you talk. Her large bright eyes contrasted by the coldness of her stare. When you are done she nods her head and stands.</p>
<<speech "Abigail">>I’ll give you a shot. From 12 to 14, you can work as a server with Missy. From 17 to 22, Carla needs help at the bar so you’ll will work there. You get paid per shift, and we will meet every Friday to discuss your productivity. Do not make me regret hiring you. You are dismissed<</speech>>
<p>You thank her for the opportunity and get up and leave as she asked. You head back out of the restaurant, thanking the hostess for her help as you pass her and return to the mall.</p>
<<abigailint>>
<<set $restaurant.employee to 1>>
<<set $restaurant.status to 1>>
[[Leave|Mall]]
<<if $step is 0>>
<p>You head into the back and grab and apron to start your first shift as a waiter. You remember that Abigail told you that you would be working with Missy during the day. So, when you head back out into the dining room you start looking for her. You find her easily enough since she is the only other person serving customers. When you see her she is serving a table of guys that are around your age. She is flirting heavily with them and giving them a look down her shirt every chance she can get. When she is done you get her attention and introduce your self.</p>
[img["ressources/restaurant/starting/missywaitress.jpg"]]
<<speech "Missy">>Oh you’re the new guy, huh? Abby didn’t tell me you were so hot! Come on new guy I’ll show you the ropes. And maybe some more if you play your cards right<</speech>>
<p>Missy turns away from you and starts walking towards the tables. Her massive ass in her tight skirt is taking up most of your attention as you begin to follow her though. And she is clearly swaying it as she walks for added effect.</p>
[[Get to work|firstwork][$step to 1]]
<<else>>
<p>You spend the shift shadowing her and learning the job. By the end of the shift you are good on your own, and able to do everything that Missy does. Well, except the flirting. You imagine that she must get huge tips.</p>
<<speech "Missy">>You did great today. I’ll make sure I put in a good word with Abby<</speech>>
<p>The two of you talk a bit once the lunch shift is over. You put your apron away and collect your payment for the day. You head home to get some rest.</p>
<<missytrust>><<missycorr>>
<<set $restaurant.worked to 1>>
<<abigailtrust>>
<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
[[House]]
<</if>>
[[Work hard|restaurantworkhard]]
[[Mess around with Missy|restaurantworkmissy][$restaurant.missy to 1]]
<<if $mc.money >= 25>>
<p>You sit down and grab some lunch at the Cock and Bull. You order a steak and Missy the hot waitress brings it to you. She gives you a chance to look down her shirt very often. She clearly is fishing for a big tip.</p>
<<set $mc.money -= 25>>\
<<if $mc.money >= 25>>[[Leave a big tip|bigtiprestaurant]]<<else>><</if>>
<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
[[Head home|House]]
<<else>>
<p>You don't have enough money to order a meal.</p>
[[Leave|Mall]]
<</if>><<if $step is 0>>
<p>You arrive at the restaurant for your first shift behind the bar. Abigail told you to that you would be helping Carla behind the bar. So you make a point to find her before the start of your shift. You see a gorgeous girl with dyed hair and lots of tattoos setting things up behind the bar and assume that she must be Carla. You walk up behind her and tap her shoulder to get her attention. She spins around quickly and snatches your arm by the wrist, her grip is weirdly powerful.</p>
<<speech "Carla">>I haven’t served one goddamned drink yet and you fuckers are already getting handsy?<</speech>>
<p>Your eyes grow wide in fear. You apologize and explain that you are the new employee and just wanted to introduce yourself.</p>
[img["ressources/restaurant/starting/carla.jpg"]]
<<speech "Carla">>Oh…. Next time say something don’t just go touching people! Anyway, I’m Carla. I run the bar most nights. Do as I do, don’t break shit, and if you accidentally touch my ass more than three times in one night I’ll break whichever hand touched me. Got it?<</speech>>
[[Got it|firstbarwork][$step to 1]]
<<else>>
<p>With the introductions out of the way the two of you get to work serving drinks. You mess up here and there, and Carla yells at you. But considering how much louder she yells at random dudes who hit on her, she must be taking it easy on you since you’re new.</p>
<<speech "Carla">>Not bad for your first day kid. Abigail will be happy to hear about it<</speech>>
<p>You thank her for showing your the ropes as you get ready to leave. Once the bar is cleaned up and the store is closing you head out and head home for the evening.</p>
<<carlatrust>>
<<carlacorr>>
<<abigailtrust>>
<<salary>>
<<set $gameDate.setUTCHours(22)>><<set $gameDate.setUTCMinutes(0)>>
<<set $restaurant.barworked to 1>>
[[Go back home|Bedroom]]
<</if>>
[[Work hard|barworkhard]]
[[Try to impress Carla|barworkcarla][$restaurant.carla to 1]]
<<if ($daycheck is 'Saturday' || $daycheck is 'Sunday') && isDateBetween($gameDate,'18:00','19:59') && $sato.questmain is 4>><<set $sato.questmain to 5>>
<p>You head into the Cock and Bull and make a b-line for the bar. You order a drink and take a look around. At the end of the bar you see a familiar face. Akira is knocking back whiskey after whiskey, and looking very drunk already. You walk up to her and say hi. She turns to you with an annoyed look. You ask her what’s wrong and she scoffs.</p>
<<speech "Mrs. Sato">>You know I almost had a bit of hope. I spent years, learning English, getting a degree, moving to this country, and getting this job. All so I could teach a bunch of weeaboos and lazy idiots my native language. Or actually, not teach them anything apparently. Hell even you! The one person who actually tries, can’t learn it! It has to be me. I’m just a failure<</speech>>
<p>You pull her drink away from her and turn her to face you. You tell her that she is wrong. You reassure her that she is a great teacher, and that she shouldn’t let the failures of students who don’t care define her like that.</p>
<<speech "Mrs. Sato">>I didn’t, until I met you. You aren’t a failure. You have been trying! You actually care! But, no! You stilled failed a simple ass test<</speech>>
<p>You decide that you have to cheer her up no matter what it takes. You lie to her and tell her that you weren’t able to study for a while, and it was your own failures that you failed the test. She looks at you skeptically. You doubt she believes you, but the smile growing on her face shows that she at least appreciates your attempts.</p>
<<speech "Mrs. Sato">>You have been such a great guy. Hell, you’re the best student I’ve ever had hands down. I’m plastered, wanna do me one more favor and take me home?<</speech>>
<p>You agree and wrap your arm around her shoulders to steady her as you lead her out of the Cock and Bull, and into her car. You drive her car down the road to the residential area of the city. You stop outside the building she says she lives in. You lead her up to the door to make sure she gets in okay. She turns back and looks at you with bedroom eyes.</p>
<<speech "Mrs. Sato">>You coming in? Or am I gonna have to drag you in?<</speech>>
[[Head inside|satomainquest4][$scene to 0; $sato.gallery[2] to 1]]
<<else>>
<<if $mc.money >= 25>>
<p>You head inside the Cock and Bull and walk right up to the bar. Carla is pouring drinks as usual so you get her attention and order a glass of lager. You spend a few hours drinking and chatting with Carla until you feel buzzed and ready to get some sleep. You pay for your drinks and head home.</p>
<<set $mc.money -= 25>>
<<carlatrust>>
<<set $gameDate.setUTCHours(22)>><<set $gameDate.setUTCMinutes(0)>>
[[Leave|House]]
<<else>>
<p class="hint">You don't have enough money to order a drink</p>
[[Leave|House]]
<</if>>
<</if>>
<p>You head into the back office and get started on some paperwork. You set the employee schedule for the next week, and work on recording the restaurant's inventory. Then you write up a few invoices for Abigail to order new supplies. Over all the day goes rather smoothly.</p>
<<if $missy.trust lt 25>>
[[There is a knock at the door|restaurantmanagerscene][$scene to 1]]
<<else>>
[[There is a knock at the door|restaurantmanagerscene][$scene to 2; $missy.gallery[4] to 1]]
<</if>>
<p>You arrive at the Cock and Bull to manage the late shit. You head into back offices and get to work. You leave the door open so you can listen out for the bar in case it gets busy and Carla needs any help. Towards the end of the evening as you work Carla appears in your door way, knocking on the door frame.</p>
<<if $carla.trust lt 25>>
[[Ask her what she needs|barmanagerscene][$scene to 1]]
<<else>>
[[Ask her what she needs|barmanagerscene][$scene to 2; $carla.gallery[4] to 1]]
<</if>>
<p>You enjoyed the show so you decide to give Missy the tip she was hoping for.</p>
<<set $mc.money -= 25>>
<<missycorr>>
<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
[[Head home|House]]
<p>You show up for your shift for the restaurant and get right to work. You focus and work hard, giving it one hundred and ten percent for the entire shift. Abigail will certainly notice the extra effort.</p>
<<abigailint>>
<<salary>>
<<set $gameDate.setUTCHours(15)>><<set $gameDate.setUTCMinutes(0)>>
[[Leave|Mall]]
<<if $missy.trust gte 20 && $missy.progress gte 4>>
<p>You show up a bit early for your shift. You walk in and notice that the restaurant isn’t even open yet. Missy is setting the last few tables before the lunch rush starts. You are somewhat disappointed to see that she is wearing her original uniform, instead of the skimpier ones she has been wearing recently. When she sees you she runs to you excitedly.</p>
<<speech "Missy">>Yay you’re here! I’m so glad you’re working today I’ve been so excited to show you my new uniform!<</speech>>
<p>You look at her confused and comment on how her uniform looks great, but it seems no different than her older one. She laughs sensually.</p>
<<speech "Missy">>Not this silly, this is just the wrapping paper. You have to pull it off to see what is inside<</speech>>
[[Unwrap the gift|missyshiftscene][$scene to 4;$step to 0; $missy.gallery[3] to 1;$missy.progress to 5]]
<<elseif $missy.trust gte 15 && $missy.progress gte 3>>
<p>You decide to spend most of your shift talking with Missy. Something that you can’t really help doing considering she decided to come to work in a mini skirt and a bikini top. You tell her that her barely there wardrobe style looks fantastic on her. And the bulge in your pants reaffirms it for her.</p>
<<speech "Missy">>Like, thanks so much. It took an hour to convince Abby to let me come to work like this. She can be such a hard ass. But hey, I get to wear fewer cloths so I’m happy!<</speech>>
<p>You let her know just how much it makes you happy as well. You ask her why she likes showing so much skin.</p>
<<speech "Missy">>Because like, fuck clothes. I have a great ass, and some nice titties. And I like when people look at them. Cloths kinda fuck that up ya know?<</speech>>
[[Tell her that her feelings are natural|missyshiftscene][$scene to 2;$step to 0; $missy.gallery[1] to 1;$missy.progress to 4]]
[[Show her how much you agree with her|missyshiftscene][$scene to 3;$step to 0; $missy.gallery[2] to 1;$missy.progress to 4]]
<<elseif $missy.trust gte 10 && $missy.progress gte 2>>
<p>You spend your shift following Missy around. Or more accurately, following her ass around. Her outfit today is so skimpy it borders on being lingerie. And the bottom of her plump ass cheeks are visible just under the hem of her dress when she walks. You are following her too closely and when she stops you accidentally bump into her. You end up grinding your bulge into her ass and causing her to yelp in shock.</p>
<<speech "Missy">>Hey now, I can tell that you’re all frisky today but warn a girl before you start to grind on her<</speech>>
<p>You apologize at first, but upon thinking about her response you decide to joke around with her. You decide to ask her if you can grind on her, to take advantage of what she said. She responds my pushing her ass back into your groin and rubbing your bulge with her thick ass.</p>
<<speech "Missy">>Oooh someone’s even friskier than I thought. Follow me, I’ll help you with that<</speech>>
[[Follow Missy|missyshiftscene][$scene to 1;$step to 0; $missy.gallery[0] to 1;$missy.progress to 3]]
<<elseif $missy.trust gte 5 && $missy.progress gte 1>>
<p>You decide to fool around at work at talk to Missy for most of the shift. She is wearing jeans today and you take every chance you get to stare at her huge ass as it looks like it will burst through the tight denim. You tell her That with an ass like hers, hiding it is almost criminal.</p>
<<speech "Missy">>I hate wearing clothes as much as everyone hates seeing me in them. I’d be a nudist if it wasn’t illegal to walk around like that<</speech>>
<p>You laugh a bit at her comment. Her liberated view of nudity being something you can greatly appreciate, you suggest yourself as someone she can trust being nude around. You say it mostly as a joke, but she seems to take the reassurance to heart.</p>
[img["ressources/restaurant/missy/flash.jpg"]]
<<speech "Missy">>I might just take you up on that more than you realize<</speech>>
<p>After you get a nice long look at her fat round ass, she pulls her jeans back up around it and gets back to work. You spend the day barely able to even think about your job as the image of her bare cheeks is burned into your mind. When your shift finally ends you head home to try and think of just about anything else.</p>
<<missytrust>>
<<missycorr>>
<<salary>>
<<set $missy.progress = 2>>
<<lunchshift>>[[Leave|Mall]]
<<else>>
<p>You throw on your apron and get to work serving tables. But, Missy holds your attention better than any of the customers do. It doesn’t help that you are new to the job as well. You make a few silly mistakes like forgetting to check on some of your tables because you are spending your time staring at or talking to Missy instead. Towards the end of the shift you and Missy talk about your screw ups.</p>
<<speech "Missy">>You shouldn’t worry too much. You should have seen me around here when I first started. You’re the new guy! I think we all expect you to fuck up here and there<</speech>>
[[Thank her for the reassurance|missyshiftevent][$event to 1;$choice to 1;$missy.progress to 1]]
[[Pretend to fuck up and drop you pen|missyshiftevent][$event to 1;$choice to 0;$missy.progress to 1]]
<</if>>
<p>You bust your ass at the bar. You work extra hard, and pull off a few bottle tricks to show off and try and impress Carla. They don’t seem to work, but Abigail will certainly like to see you working so hard.</p>
<<abigailint>>
<<salary>>
<<set $gameDate.setUTCHours(22)>><<set $gameDate.setUTCMinutes(0)>>
[[Leave|House]]
<<if $carla.trust gte 20 && $carla.progress gte 4>>
<p>When you head back behind the bar Carla shoots you a quick smile. One of very few you ever get to see from her. The two of you get working and Carla seems to be in a good mood the whole night. She only cursed out one sleazy customer when she averages about one an hour. You make things even smoother for her as the job has become second nature to you. When the day finally winds down she comes to you with an oddly shy smile on her face.</p>
<<speech "Carla">>Hey, you doing anything after your shift?<</speech>>
<p>You tell her that you are free, and ask if she wanted to do anything.</p>
<<speech "Carla">>Yeah, I’m fixin to do you<</speech>>
<p>She grabs you by your shirt and leads you out to her car. Once inside she drives you both towards the residential area of the city.</p>
[[Go inside and get some|carlashiftscenehouse][$carla.gallery[3] to 1;$carla.progress to 5]]
<<elseif $carla.trust gte 15 && $carla.progress gte 3>>
<p>You get to the bar and see that it is already busy. Carla is juggling five customers at once and seems relieved to see you arrive. Her tone when she speaks to you on the other hand, is coarse as always.</p>
<<speech "Carla">>It’s about goddamned time! Give me some fucking help back here<</speech>>
<p>You head back and give her a hand. You have been working here long enough now that the job is starting to come easy to you. You mix and pour drinks quickly and get them out to the customers. In ten minutes the bar goes from busy and crowded to calm and managed. Carla seems much happier as things slow down. The night goes smoothly from that point on, and at the end of the evening, she goes up to talk to you with a wide smile on her face.</p>
<<speech "Carla">>Nice fucking job today! Good to see you know what you’re doing now. You pulled me out of a shit storm back there. Thanks a fuck ton<</speech>>
<p>You tell her that you are happy to help. But that you can think of a few ways that she can thank you properly.</p>
<<speech "Carla">>Oh? You gonna be a fucking tease or are you gonna pull your cock out?<</speech>>
[[Pull your cock out|carlashiftscene][$scene to 2;$step to 0; $carla.gallery[2] to 1;$carla.progress to 4]]
<<elseif $carla.trust gte 10 && $carla.progress gte 2>>
<p>You walk behind the bar passing Carla and getting right to work. You are certainly getting better, as you barely need to ask for Carla’s help at all during the night. There are still obvious signs that you are new at this though. Like at the end of the night, when you drop a glass and it shatters on the floor. Carla looks at your with exhausted disappointment in her eyes.</p>
<<speech "Carla">>You are such a fucking klutz. Are you gonna clean that up or what?<</speech>>”
<p>You grab a dust pan and broom and start sweeping the shards of glass up into a pile, then into the pan. You throw away the shards and sweep over the area a few extra times to make sure that no small slivers of glass remain.</p>
<<speech "Carla">>Well, at least you can clean shit up right. Nice job. I may have been a bit to hard on you. I do appreciate the help you know<</speech>>
<p>You say that you know. You also hint that you would like to see how much she appreciates it. She gives you a lusty look as she approaches you.</p>
<<speech "Carla">>I’m not sure you could handle it if I did decide to show you<</speech>>
[[Tell her that you can handle it|carlashiftevent][$event to 2;$choice to 0; $carla.gallery[0] to 1;$carla.progress to 3]]
[[See if she can handle you|carlashiftevent][$event to 2;$choice to 1; $carla.gallery[1] to 1;$carla.progress to 3]]
<<elseif $carla.trust gte 5 && $carla.progress gte 1>>
<p>You rush back behind the bar to begin your work day. You try to shadow Carla a bit here and there, watching what she does so you know better when you try to do the same things yourself in the future. She notices you staring but makes little mention of it most of the evening. But eventually it seems to start to irritate her.</p>
<<speech "Carla">>What the fuck do you keep staring at me for? What never seen a girl with so many tattoos before? Judgmental prick<</speech>>
<p>You fumble over your words telling her that that isn’t why you were staring. Assuring her that you love her tattoos.</p>
<<speech "Carla">>Oh so you’re just another perv who thinks I’m eye candy huh? Well get a good look then!<</speech>>
<p>She suddenly pulls her big tits out of her shirt and bounces them for you.</p>
[img["ressources/restaurant/carla/titsout.jpg"]]
<<speech "Carla">>Goddamned pervert<</speech>>
<p>She puts them away and continues on with the shift like it was nothing. You try to get back to work but your hard on makes you mess up for the rest of the night. Eventually, you clock out and head home, Carla’s tits never leaving your thoughts.</p>
<<carlatrust>>
<<carlacorr>>
<<salary>>
<<set $carla.progress to 2>>
<<barshift>>[[Call it a day|House]]
<<else>>
<p>You head to the bar and get to work. You pick things up quickly and work well, but you are still new and it shows. You have to repeatedly ask Carla for help. You don’t mind talking to her, but she clearly doesn’t like having to stop and teach you.</p>
<<speech "Carla">>This is the third time tonight you’ve asked what goes into a long island iced tea. Write it the fuck down this time<</speech>>
[[Write it down|carlashiftevent][$event to 1;$choice to 0;$carla.progress to 1]]
[[Make a crude comment|carlashiftevent][$event to 1;$choice to 1;$carla.progress to 1]]
<</if>><<if $abigail.int gte 25 && $abigail.trust gte 25 && $abigail.progress gte 5>>
<p>You head back into the office area for your weekly meeting with Abigail as usual. But, for some reason her door is closed. She has had it open for you for a while now, so it gives you reason to pause. You knock on the door and you hear two voices tell you to enter in tandem. You walk through the door and see Abigail as well as another gorgeous women sitting on her desk next to her.</p>
[img["ressources/restaurant/meeting/abigaileva.jpg"]]
<<speech "Abigail">>I have terrific news <<print "$mc.name">>! You have been working so hard, and doing such a great job that I am promoting you to manager of the restaurant. And remember how I told you management comes with special perks? Well, meet Eva my sister, the perk<</speech>>
<<speech "Eva">>Nice to meet you, <<print "$mc.name">>. Abby here tells me that you are terrific with that cock of yours<</speech>>
<p>You tell Eva that you would love to show her your skills whenever she’d like.</p>
<<speech "Abigail">>Why do you think she is here? Whip it out already!<</speech>>
[[Whip out your cock|meetingscene][$reward to 5;$scene to 0; $abigail.gallery[4] to 1;$abigail.progress to 6]]
<<elseif $abigail.int gte 20 && $abigail.trust gte 20 && $abigail.progress gte 4>>
<p>It’s Friday, which means it is time to visit Abigail in her office for your weekly meeting. You head back and the door is wide open. She is clearly expecting you. The moment you walk in Abigail gives you a very seductive look.</p>
<<speech "Abigail">>You just keep on impressing me. Every time I assume that you have reached your peak, you surpass yourself again. I think I know why too<</speech>>
<p>She starts undressing in front of you, pulling out her hugs tits and sliding her skirt down to show off her round ass.</p>
<<speech "Abigail">>Take your cock out. You’re going to fuck me good. I expect you to work as hard on my pussy as you do at your job<</speech>>
[[Fuck her|meetingscene][$reward to 4;$scene to 0; $abigail.gallery[3] to 1;$abigail.progress to 5]]
<<elseif $abigail.int gte 15 && $abigail.trust gte 15 && $abigail.progress gte 3>>
<p>It is time for your weekly meeting with Abigail. You head to her office in the back to meet with her. You go to knock on the door but notice that it is already slightly ajar. You push it open and see Abigail in there, wearing nothing but a small neon yellow bathing suit. You ask her if she was going swimming teasing her for her attire.</p>
<<speech "Abigail">>Maybe later. I’m wearing this now because you have earned another reward. You have done very well here. You are on a path to management for sure. And management comes with several….perks<</speech>>
<p>She drops down to her knees in front of you and pulls your pants down, grabbing a hold of your hardening cock. She pulls her bathing suit top off of her tits giving you a perfect view of them as she starts to go down on you.</p>
[[Abigail sucks you off|meetingscene][$reward to 3;$scene to 0; $abigail.gallery[2] to 1;$abigail.progress to 4]]
<<elseif $abigail.int gte 10 && $abigail.trust gte 10 && $abigail.progress gte 2>>
<p>You walk down the hall towards Abigail’s office. You knock and wait for her to invite you in. She calls you right in and you sit down in the seat across from her. You are starting to feel much more comfortable around her, having worked with her for so long.</p>
<<speech "Abigail">>I’m pleased with your progress, <<print "$mc.name">>. I’m almost impressed<</speech>>
<p>You thank her for her kind words and promise her that you will continue to improve.</p>
<<speech "Abigail">>I believe you. And you know what? I think it might be time for another reward<</speech>>
<p>Abigail begins to undress. She drops her skirt and pulls off her shirt, revealing that she was wearing no underwear underneath.</p>
[[Abigail strokes you|meetingscene][$reward to 2;$scene to 0; $abigail.gallery[1] to 1;$abigail.progress to 3]]
<<elseif $abigail.int gte 5 && $abigail.trust gte 5 && $abigail.progress gte 1>>
<p>You arrive at Abigail’s office for your weekly meeting with her. You knock on her door and she calls you in almost immediately.</p>
<<speech "Abigail">>Take a seat, <<print "$mc.name">>. Time to talk<</speech>>
<p>You do as she says and take a seat across the desk from her. She stands up and walks around the desk, looking over her shoulder at you seductively.</p>
[img["ressources/restaurant/meeting/overtheshoulder.jpg"]]
<<speech "Abigail">>You have done a good job around here recently. You have been showing some honest improvement. I’d like to show you that around here we reward such behavior<</speech>>
[[Get your reward|meetingscene][$reward to 1; $abigail.gallery[0] to 1;$abigail.progress to 2]]
<<else>>
<p>You head into the back of the restaurant as soon as you arrive. You knock on her door and wait for her response.</p>
<<speech "Abigail">>Come in!<</speech>>
<p>You walk in and see Abigail sitting behind the desk. She has a very stoic look on her face. She points to the chair on the other side of her desk wordlessly. You understand her and quickly take a seat. She gingerly flips through some papers on her desk. Her silence creating a suspenseful air in the room.</p>
<<speech "Abigail">>I need you to try harder in the future. Your effort so far has not been satisfactory. Here is my SexApp Id. Message me if you have any questions about work. If it can help you get better I can make some time<</speech>>
<p>You nod and tell her that you understand. You promise to work harder in the future. She does not respond and the two of you sit quietly in the room for several moments. She looks up from her desk and breaks the silence.</p>
<<speech "Abigail">>You’re still here? Get out and go to work!<</speech>>
<p>You stand up and rush out of the room on her command.</p>
<<if $has.abigailid is 0>><<set $has.abigailid to 1>><<else>><</if>><<addhours 1>>
<<set $abigail.progress to 1>>
[[Leave|restaurant]]<<addmins 30>>
<</if>>
<<set $restaurant.meeting to 1>>
<<if $reward is 1>>
<p>You watch as Abigail shows you just how much she values her employees. She takes her skirt and shirt off, revealing the black lingerie underneath. You stare in awe at her huge tits and ass, barely hidden by the skimpy underwear she has on.</p>
[img["ressources/restaurant/meeting/lingerie.jpg"]]
<<speech "Abigail">>I’ll take that slack jawed look of yours as you like what you see<</speech>>
<p>She continues to undress, pulling off her bra revealing her huge round breasts. She bends down and pulls her panties off, showing you her ass and pretty pussy. She stands proudly before you, and looks at the bulge forming in your pants.</p>
[img["ressources/restaurant/meeting/nude.jpg"]]
<<speech "Abigail">>Oh I like the look of that bulge. I hope you keep up the hard work. I think I’d have fun rewarding you further<</speech>>
<p>You spend a few moments trying to cool down as Abigail gets dressed. Once her clothes are back on she yells at you to get back to work. You stand up and leave her office at once.</p>
[[Leave|restaurant]]<<addhours 1>>
<<elseif $reward is 2>>
<<if $scene is 1>>
<p>Her hands are like magic. Her grip is perfect and the softness of them give you immense pleasure. And her skill with the motions shows that she clearly knows how to handle dick. It doesn’t take long to make you cum. Once you are close to cumming she pushes you down to the ground on your back and hops on top of you. She strokes and strokes until you cum, shooting ropes over her face and over yourself. She licks up every drop until you are clean.</p>
<video src="ressources/scenes/restaurant/meeting/reward1/facial.mp4" autoplay loop></video>
<<speech "Abigail">>I knew this cock would be fun to play with. Keep it up. You are quickly becoming one of my favorite employees<</speech>>
<p>You both get dressed and you leave her office to head back to work.</p>
[[Leave|restaurant]]<<addhours 1>>
<<else>>
<p>Abigail drops to her knees and front of you as you stand up. She pulls down your pants and grabs your hardening cock and starts to stroke it. She spits on your cock and uses both of her hands to stroke your cock and fondle your balls.</p>
<video src="ressources/scenes/restaurant/meeting/reward1/handjob.mp4" autoplay loop></video>
[[Cum|meetingscene][$scene to 1]]
<</if>>
<<elseif $reward is 3>>
<<if $scene is 1>>
<p>Her masterful blow job skills bring you to orgasm very quickly. She grabs your cock and jerks you off until you cum. You shoot rope after rope of cum. She aims your cock at her tits and you cover them.</p>
<video src="ressources/scenes/restaurant/meeting/reward2/facial.mp4" autoplay loop></video>
<<speech "Abigail">>Oh wow, what a load. I’m flattered. I hope you keep up the good work. Your next reward will be extra special<</speech>>
<p>You get dressed as she begins to lick the cum from her tits. You head back out to the restaurant to get back to work.</p>
[[Leave|restaurant]]<<addhours 1>>
<<else>>
<p>Abigail sucks your cock into her mouth and bobs her head up and down masterfully. Her mouth is like a vacuum, the power of her sucking surprising you. Her plump lips glide alone your shaft, stroking you with them as her tongue flicks at the head.</p>
<video src="ressources/scenes/restaurant/meeting/reward2/blowjob.mp4" autoplay loop></video>
[[Cum on her tits|meetingscene][$scene to 1]]
<</if>>
<<elseif $reward is 4>>
<<if $scene is 1>>
<p>You pull out and put Abigail on her back. You spread her legs wide and look into her eyes as you slide you cock in her pussy and start fucking her hard and fast. Her huge tits bounce wildly with each powerful thrust.</p>
<video src="ressources/scenes/restaurant/meeting/reward3/missionary.mp4" autoplay loop></video>
[[Cum|meetingscene][$scene to 2]]
<<elseif $scene is 2>>
<p>You are close to cumming. So you pull out of Abigail’s pussy and she quickly drops to her knees on the floor. You stroke your cock in front of her face and cum, shooting your jizz all over her. She swallows what lands in her mouth and scoops up the rest with her finger.</p>
<video src="ressources/scenes/restaurant/meeting/reward3/facial.mp4" autoplay loop></video>
<<speech "Abigail">>Fuck, that was spectacular. I am damn glad I hired you<</speech>>
<p>You let her know how happy you are that you were hired as well. Then, you get dressed and head back out of her office so you can get back to work.</p>
[[Leave|restaurant]]<<addhours 1>>
<<else>>
<p>You strip down at once. She turns around and offers herself up for you. You slide your cock in from behind and start fucking her, grabbing her hips for leverage as you thrust.</p>
<video src="ressources/scenes/restaurant/meeting/reward3/doggy.mp4" autoplay loop></video>
[[Flip her over|meetingscene][$scene to 1]]
<</if>>
<<elseif $reward is 5>>
<<if $scene is 1>>
<p>The girls combine their efforts, and their huge tits, to stroke your cock with all four of their breasts at the same time. The four mounds of soft tit flesh absorbing your cock into them as they raise and lower along your shaft.</p>
<video src="ressources/scenes/restaurant/meeting/reward4/titsjob.mp4" autoplay loop></video>
[[Fuck Eva|meetingscene][$scene to 2]]
<<elseif $scene is 2>>
<p>Eva lies down on her back and Abigail climbs up on top of her and puts her pussy in Eva’s face. Abigail licks and plays with Eva’s pussy while you slide your cock into her. Eva and Abigail eat each other out while you thrust into Eva’s tight pussy.</p>
<video src="ressources/scenes/restaurant/meeting/reward4/evafuck.mp4" autoplay loop></video>
[[Switch places|meetingscene][$scene to 3]]
<<elseif $scene is 3>>
<p>You pull out of Eva on Abigail’s request. She lays down on the table and pulls Eva on top of her and her pussy into her face. Her tongue goes deep into Eva’s pussy while Eva watches you slide your cock into Abigail’s waiting hole. You start the thrust, fucking Abigail’s pussy hard and fast while Eva watches from just above.</p>
<video src="ressources/scenes/restaurant/meeting/reward4/abifuck.mp4" autoplay loop></video>
[[Cum|meetingscene][$scene to 4]]
<<elseif $scene is 4>>
<p>Both of the women have heavenly pussies. Your orgasm builds quickly and powerfully. You pull out of Abigail and both she and Eva drop to their knees in front of you. The suck and stroke your cock to bring you to orgasm. You finally burst and unload your cum all over their faces and tits. They lick the cum off of each other playfully in front of you.</p>
<video src="ressources/scenes/restaurant/meeting/reward4/facial.mp4" autoplay loop></video>
<<speech "Eva">>That was fun. I’m glad Abby was willing to share. She is usually so stingy<</speech>>
<<speech "Abigail">>Shush you. <<print "$mc.name">>, since you’re a manager now you can fuck me and Eva together Whenever you’d like. Here’s our address<</speech>>
<p>You take the paper with their address on it and put it in your pocket as you get dressed. You thank Abigail for the opportunity, and head back out to get to work.</p>
<<if $has.abigailaddress is 0>><<set $has.abigailaddress to 1>><p class="got">Now you know Abigail's address!</p><</if>>
<<set $restaurant.status to 2>> <p class="got">You can now work as a manager in the restaurant</p>
[[Leave|restaurant]]<<addhours 2>>
<<else>>
<p>Abigail and Eva begin to undress. You take a seat and pull your pants off, letting your already hard cock spring free. You suck on Abigail’s tits briefly before she starts to go down on you, swallowing your cock and bobbing her head up and down on it. Eva takes the cock from Abigail and strokes it while you suck her tits. She then lowers herself to pull your cock into her mouth as well.</p>
<video src="ressources/scenes/restaurant/meeting/reward4/blowjob.mp4" autoplay loop></video>
[[Fuck their tits|meetingscene][$scene to 1]]
<</if>>
<</if>><<if $restaurant.haveworked is 1>>
[[Talk about today's work|abigailsexappworked]]
<<else>>
[[Chat with Abigail|abigailsexappchat]]
<</if>><<if $restaurant.carla is 1>>
[[Talk about today's work|carlasexappworked]]
<<else>>
[[Chat with Carla|carlasexappchat]]
<</if>><<if $restaurant.missy is 1>>
[[Talk about today's work|missysexappworked]]
<<else>>
[[Chat with Missy|missysexappchat]]
<</if>><<if $abigail.int lt 5>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hello Abigail. It's <<print "$mc.name">>. I just wanted to thank you again for the opportunity to work for you.</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/abigail.png" />
</div>
<div class="messages">
<p>Yeah sure, whatever. Don’t screw it up!</p>
<time datetime="2009-11-13T20:00">Abigail</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>I won’t Miss. I promise</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<abigailtrust>>
<<elseif $abigail.int gte 15>>
<<set $random = random(100)>>
<<if $random lte 49>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey Abigail. Are you feeling okay? You seemed off today</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/abigail.png" />
</div>
<div class="messages">
<p>I’m fine. Thank you for your concern. And you may call me Abby if you wish.</p>
<time datetime="2009-11-13T20:00">Abigail</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>I’m glad to hear it, Abby</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<abigailtrust>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>You looked great in that dress today Abigail. The color really suits you.</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/abigail.png" />
</div>
<div class="messages">
<p>I look better without it ;)</p>
<time datetime="2009-11-13T20:00">Abigail</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Oh I know you do!</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/abigail.png" />
</div>
<div class="messages">
<p><<link "nude">><<dialog 'nude' ''>>[img["ressources/sexapp/abigail/" + random(3) + ".jpg"]]<</dialog>><</link>></p>
<time datetime="2009-11-13T20:00">Abigail</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<abigailint>>
<</if>>
<<elseif $abigail.int gte 5>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey Abigail, while I was cleaning at the end of my shift I saw that we are out of hand soap. We need to order some.</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/abigail.png" />
</div>
<div class="messages">
<p>Thank you for letting me know. Please try to inform me sooner next time. Like, before we are out.</p>
<time datetime="2009-11-13T20:00">Abigail</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Yes ma’am.</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<abigailtrust>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $abigail.int lt 5>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey Abigail. Do you need me to come in tomorrow?</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/abigail.png" />
</div>
<div class="messages">
<p>I need you to come in every day! That is why I hired you!</p>
<time datetime="2009-11-13T20:00">Abigail</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Yes Ma’am, I understand.</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<abigailtrust>>
<<elseif $abigail.int gte 15>>
<<set $random = random(100)>>
<<if $random lte 49>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Sorry I couldn’t come in today. I was needed at home.</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/abigail.png" />
</div>
<div class="messages">
<p>Too bad. I really like seeing you around here ;)</p>
<time datetime="2009-11-13T20:00">Abigail</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>The feeling is mutual.</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<abigailtrust>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Do you maybe want to hang out, outside of work some time? Maybe grab a drink?</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/abigail.png" />
</div>
<div class="messages">
<p>You’re just trying to get in my pants!</p>
<time datetime="2009-11-13T20:00">Abigail</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Well, not JUST trying to get in your pants!</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/abigail.png" />
</div>
<div class="messages">
<p>Good. You need to get into the bra too</p>
<p><<link "nude">><<dialog 'nude' ''>>[img["ressources/sexapp/abigail/" + random(3) + ".jpg"]]<</dialog>><</link>></p>
<time datetime="2009-11-13T20:00">Abigail</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<</if>>
<<elseif $abigail.int gte 5>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>I have some extra time tomorrow if you need me to stay late, Abigail</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/abigail.png" />
</div>
<div class="messages">
<p>Good to know. I appreciate the initiative. I might just take you up on that</p>
<time datetime="2009-11-13T20:00">Abigail</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $scene is 1>>
<<if $step is 0>>
<p>Missy leads you to the break room and puts you on your back on the couch. She pulls at your pants and undoes them to get access to your cock. She pulls it out and grabs it with her hand.</p>
<<speech "Missy">>Oh I love it!<</speech>>
<p>She starts pumping both of her hands along your shaft up and down. She twists her hands and spits on them and your cock to give you a strong and wet hand job.</p>
<video src="ressources/scenes/restaurant/missy/reward1/handjob.mp4" autoplay loop></video>
[[Cum|missyshiftscene][$scene to 1;$step to 1]]
<<else>>
<p>She strokes faster and faster, but you stop her just as you are about to climax. You stand up above her and aim your cock at her face. She grabs it once again with one hand and pumps it quickly. You cum, shooting your load against her cheek, covering her face and chin with your load.</p>
<video src="ressources/scenes/restaurant/missy/reward1/facial.mp4" autoplay loop></video>
<p>She licks your cock clean then scoops the cum into her mouth to clean up.</p>
<<speech "Missy">>That was fun. I kinda wish Carla had seen us though. I love to get caught<</speech>>
<p>You both get dressed and get back to work. When the shift ends you head home, with your mind clear.</p>
<<missytrust>>
<<missycorr>>
<<salary>>
<<lunchshift>>[[Leave|Mall]]
<</if>>
<<elseif $scene is 2>>
<<if $step is 0>>
<p>You let Missy know that you think how she feels is entirely natural. People being nude is so common throughout history that it is practically a past time of the human race.</p>
<<speech "Missy">>I know! If girls in paintings can have their titties out, why can’t I?<</speech>>
<p>You agree with her. And you tell her that she is way hotter than the women in paintings on top of that.</p>
<<speech "Missy">>Awe, aren’t you sweet. Come with me<</speech>>
<p>She leads you into the back hall of the restaurant and pushes you onto a chair. She yanks your pants down and pulls your huge cock out, quickly wrapping her lips around it and bobbing her head up and down as you quickly grow hard.</p>
<video src="ressources/scenes/restaurant/missy/reward2/blowjob.mp4" autoplay loop></video>
[[Cum|missyshiftscene][$scene to 2;$step to 1]]
<<else>>
<p>She sucks and gags on your cock for longer than your can really handle. Her mouth is so warm and soft, and her throat is so tight that when you finally cum, you cum hard. You push her on her back and aim your cock at her face as your stroke yourself hard and fast. You erupt all over her face, coating her in cum from her forehead, to her eyes, to her lips, to her chin.</p>
<video src="ressources/scenes/restaurant/missy/reward2/facial.mp4" autoplay loop></video>
<<speech "Missy">>Fuck, now that is how you put on a show. Next time maybe we should do this in a park or something<</speech>>
<p>You laugh with her as you both get dressed. The two of you head back out to the residential floor. She gives you a playful smack on the ass as you go your separate ways. When your shift is done, you head home, still reeling from the pleasure of her mouth.</p>
<<missytrust>>
<<salary>>
[[Leave|Mall]]<<lunchshift>>
<</if>>
<<elseif $scene is 3>>
<<if $step is 0>>
<p>You grab Missy by her arm and pull her back behind the bar. It is empty during the day shift so you have some relative privacy as you pull her bikini top off and push her down to her knees. You pull your cock out and shove it down her throat. You grab her head with both hands and fuck her face roughly, making her gag loudly for the whole restaurant to hear.</p>
<video src="ressources/scenes/restaurant/missy/reward3/facefuck.mp4" autoplay loop></video>
[[Cum|missyshiftscene][$scene to 3;$step to 1]]
<<else>>
<p>You thrust and thrust, forcing your cock down her throat through her gags and coughs. He saliva begins to drool down onto the floor coating her chin and your balls in a thick layer of spit from your rough pounding of her mouth. You groan loudly as you begin to cum, You pull her hair to hold her head in place. You stroke your cock and aim your load at her mouth as your spray it over her.</p>
<video src="ressources/scenes/restaurant/missy/reward3/facial.mp4" autoplay loop></video>
<p>Missy licks her lips as she puts her bikini top back on and pops back up from behind the bar. She had some cum left on her chin but you decide not to tell her. You figure when she finds out later she’d love the feeling of knowing she walked around with cum on her face. You smack her ass before you both head back to work and finish your shifts. You head home when the day is done feeling very satisfied.</p>
<<missycorr>>
<<mcdom>>
<<salary>>
[[Leave|Mall]]<<lunchshift>>
<</if>>
<<elseif $scene is 4>>
<<if $step is 0>>
<p>You need no further invitation and walk up to her and pull her shirt right off revealing the lacy blue bra underneath. You yank her skirt down, showing that she wasn’t wearing any panties. You share seductive looks as your lift her up onto one of the dining tables. You lift one of her legs up by your shoulder as you pull your cock out and slide it into her pussy.</p>
<video src="ressources/scenes/restaurant/missy/reward4/missionary.mp4" autoplay loop></video>
[[Fuck her from behind|missyshiftscene][$scene to 4;$step to 1]]
<<elseif $step is 1>>
<p>You spin her around and pull her bra off. You bend her over the table and smack her huge ass. When her fat cheeks finally stop rippling you slide your cock into her pussy from behind and start to ram her with your thrusts.</p>
<video src="ressources/scenes/restaurant/missy/reward4/doggy.mp4" autoplay loop></video>F
[[Cum|missyshiftscene][$scene to 4;$step to 2]]
<<else>>
<p>You fuck her hard and fast. Her tight pussy clenches down onto your cock and milks you until you cum. You pull out and pull her down to her knees before you. You stroke your cock and cum on her face, your white jizz splashing all over it.</p>
<video src="ressources/scenes/restaurant/missy/reward4/facial.mp4" autoplay loop></video>
<p>She wipes the cum up off her face and eats it off her hand playfully. You put your cock away and watch as she gets dressed as well. Only she doesn’t put her shirt back on. Instead she slides her skirt on and just the bra, leaving her very exposed.</p>
<<speech "Missy">>So this is my new uniform. You like?<</speech>>
<p>You tell her you like it very much. You almost have the urge to fuck her again. But with people starting to line up at the door, the two of you decide to get to work. The shift otherwise goes smoothly and when it’s over you head home, excited to see what Missy has planned next.</p>
<<missytrust>>
<<missycorr>>
<<salary>>
[[Leave|Mall]]<<lunchshift>>
<</if>>
<</if>><<if $event is 1>>
<<if $choice is 0>>
<p>While you talk with Missy you decide to have some fun with her. You pretend to accidentally drop your pen behind her. You politely ask her if she can turn around and pick it up for you.</p>
<<speech "Missy">>Sure thing new guy. I know what it’s like to be clumsy<</speech>>
<p>She gives you a wide smile before she turns around and slowly bends over at the waist. Whether she intended to or not she gives you a great look at her huge ass straining the tight skirt she is wearing. She picks up the pen and then pops back up to standing. She turns around and giggles at the look of awe sprawled across your face. She hands you the pen and gives you a wink.</p>
<<if $has.missyid is 0>><<set $has.missyid to 1>><<speech "Missy">>If you ever need any more of my help, hit me up on SexApp. Here’s my ID<</speech>><</if>>
<<speech "Missy">>See you around new guy, it’s been a blast<</speech>>
<p>You agree with her before heading out of the restaurant. You head back home, Missy’s huge ass consuming your thoughts the whole way.</p>
<<missycorr>>
<<mcdom>>
<<salary>>
[[Leave|Mall]]<<lunchshift>>
<<else>>
<p>You thank Missy profusely for her reassuring words. You ask her if she has any tips on how to get better as fast as possible. She looks up, seemingly deep in thought for a moment before replying.</p>
<<speech "Missy">>I guess just don’t fuck up. That is what I do. Well, that and show my cleavage but you can’t really do that can you?<</speech>>
<<if $has.missyid is 0>><<set $has.missyid to 1>><<speech "Missy">>If I think of anything though I can just message you. Here’s my SexApp ID!<</speech>><</if>>
<p>The two of you share a laugh as you continue to talk. You wish her a good rest of her day before you head out back home.</p>
<<missytrust>>
<<salary>>
<<lunchshift>>[[Leave|Mall]]
<</if>>
<</if>><<if $missy.trust lt 5>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Thanks for your help today. I really could not remember that order</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/missy.png" />
</div>
<div class="messages">
<p>No worries! You’ll get the hang of it soon!</p>
<time datetime="2009-11-13T20:00">Missy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>I hope so. With you helping me I definitely should</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<missytrust>>
<<elseif $missy.trust gte 15>>
<<set $random = random(100)>>
<<if $random lte 49>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>That lunch rush was hectic today!</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/missy.png" />
</div>
<div class="messages">
<p>I know! My ass got grabbed like twenty times during the service</p>
<time datetime="2009-11-13T20:00">Missy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Sorry, I think I was about nineteen of those</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/missy.png" />
</div>
<div class="messages">
<p>Oh I don’t count yours, I like when you grab it</p>
<time datetime="2009-11-13T20:00">Missy</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<missytrust>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/missy.png" />
</div>
<div class="messages">
<p>You know one of theses days I should just stop wearing clothes to work altogether</p>
<time datetime="2009-11-13T20:00">Missy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>I support that fully</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/missy.png" />
</div>
<div class="messages">
<p>I figured you would :P</p>
<p><<link "nude">><<dialog 'nude' ''>>[img["ressources/sexapp/missy/" + random(3) + ".jpg"]]<</dialog>><</link>></p>
<time datetime="2009-11-13T20:00">Missy</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<missycorr>>
<</if>>
<<elseif $missy.trust gt 5>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Your outfit looked fantastic on you today</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/missy.png" />
</div>
<div class="messages">
<p>Thank you so much! I have some others I think you’ll like even more though :P</p>
<time datetime="2009-11-13T20:00">Missy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>I can’t wait to see them!</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<missycorr>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $missy.trust lt 5>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey can I borrow your apron next time we both work? I can’t find mine</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/missy.png" />
</div>
<div class="messages">
<p>Ohhhh Abby’s gonna be mad at you. But sure I have a bunch of extras</p>
<time datetime="2009-11-13T20:00">Missy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Thank you so much!</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<missytrust>>
<<elseif $missy.trust gte 15>>
<<set $random = random(100)>>
<<if $random lte 49>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/missy.png" />
</div>
<div class="messages">
<p>Would you ever fuck someone in public?</p>
<time datetime="2009-11-13T20:00">Missy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Why? Is this an invitation?</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/missy.png" />
</div>
<div class="messages">
<p>Mayyyyyyybe</p>
<time datetime="2009-11-13T20:00">Missy</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<missytrust>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/missy.png" />
</div>
<div class="messages">
<p>Abby yelled at me today</p>
<p>She said my pasties weren’t appropriate work attire</p>
<time datetime="2009-11-13T20:00">Missy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Damn, I’m sad I missed seeing you in them</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/missy.png" />
</div>
<div class="messages">
<p>Well you’re cute so maybe you will one day</p>
<time datetime="2009-11-13T20:00">Missy</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<missycorr>>
<</if>>
<<elseif $missy.trust gte 5>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey, wanna get together for lunch sometime this week?</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/missy.png" />
</div>
<div class="messages">
<p>I can’t, I gotta work</p>
<time datetime="2009-11-13T20:00">Missy</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Lol I know, I was joking about how we work together</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/missy.png" />
</div>
<div class="messages">
<p>Oh lmao DUH!</p>
<time datetime="2009-11-13T20:00">Missy</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<missytrust>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $scene is 1>>
<p>You lay on your back in her bed and pull her on top of you. You slide your cock into her ass and hold her above you while you roughly and quickly thrust up into her ass. You both groan and moan in pleasure as you ram your cock inside of her repeatedly.</p>
<video src="ressources/scenes/restaurant/carla/reward3/reversecowgirl.mp4" autoplay loop></video>
[[Cum|carlashiftscenehouse][$scene to 2]]
<<elseif $scene is 2>>
<p>Her tight ass combined with your fast and powerful thrusts bring you both to orgasm rather quickly. After she cums you put her on her knees on the floor of her room. She pulls her mouth open with both hands as you stroke above her and unload your cum onto her tongue.</p>
<video src="ressources/scenes/restaurant/carla/reward3/facial.mp4" autoplay loop></video>
<p>Carla smiles gleefully as she swallows you cum. She sits nude in her room as she watches you get dressed.</p>
<<speech "Carla">>Fuck me again soon you fat dicked asshole<</speech>>
<p>You promise her that you will before heading out of her house, and heading home.</p>
<<carlatrust>>
<<carlacorr>>
<<salary>>
<<barshift>>
[[Get back home|House]]
<<else>>
<p>You follow Carla into her house and into her bedroom. You both undress one another and kiss on her bed. You put her on her back, spread her legs and pull one leg up in the air to use for leverage. You slide you cock into her pussy and start to trust. You place one hand on her throat and gently choke her while you fuck her hard.</p>
<video src="ressources/scenes/restaurant/carla/reward3/missionary.mp4" autoplay loop></video>
[[Make her ride you|carlashiftscenehouse][$scene to 1]]
<</if>><<if $scene is 1>>
<<if $choice is 0>>
<p>You groan loudly as you begin to cum, erupting jizz all over her hands and your groin as she continues to stroke you well beyond the end of your orgasm. Your squirm and shake in her hands as she jerks your sensitive cock to her liking.</p>
<video src="ressources/scenes/restaurant/carla/reward1/facial0.mp4" autoplay loop></video>
<p>Eventually she stops jerking you. She stands up and licks her hand clean.</p>
<<speech "Carla">>You did better then I thought. If I had used my mouth you would have passed out thoug<</speech>>
<p>You are out of breath but still manage to make a snarky comment about wanting to try. She laughs it off as she gets dressed and leaves. You get dressed as well and head home for the evening.</p>
<<carlatrust>>
<<salary>>
<<barshift>>
[[Get back home|House]]
<<else>>
<p>You start to groan as your orgasm builds. She can tell you are close to cumming so she pulls your cock from her tits and brings it close to her face as she continues to stroke it quickly and powerfully. You begin to cum shooting you load onto her face. You coat her chin and mouth with your jizz. When you are done you put your cock away and walk away from her, leaving her there with her facial.</p>
<video src="ressources/scenes/restaurant/carla/reward1/facial1.mp4" autoplay loop></video>
<<carlacorr>>
<<mcdom>>
<<salary>>
<<barshift>>
[[Get back home|House]]
<</if>>
<<elseif $scene is 2>>
<<if $step is 1>>
<p>Her throat is masterful and before you know it you are ready to cum. You pull out of her mouth and start stroking your cock. She leans back and opens her mouth, sticking her tongue out to take your load. You cum, shooting your jizz all over her face and into her mouth.</p>
<video src="ressources/scenes/restaurant/carla/reward2/facial.mp4" autoplay loop></video>
<<speech "Carla">>Fucking hell, your cock tastes good. Don’t get a big head, though. You could still learn a thing or two about how to use it<</speech>>
<p>She gets up and walks away, as though she is embarrassed about having given you a compliment. You get dressed as well, and head home.</p>
<<carlatrust>>
<<carlacorr>>
<<salary>>
<<barshift>>
[[Get back home|House]]
<<else>>
<p>You pull your cock out of your pants and start stroking it to get hard. Carla strips down out of her cloths and follows you out to the main floor of the bar. You lead her in front of a couch that is against the side wall. You push her to her knees, grab her head, and ram your cock into her throat. You hold her there throating your cock for a moment, releasing her once she looks like she is struggling to breath. You sit down on the couch and she crawls up to you and starts bobbing her head on your cock.</p>
<video src="ressources/scenes/restaurant/carla/reward2/blowjob.mp4" autoplay loop></video>
[[Cum|carlashiftscene][$scene to 2;$step to 1]]
<</if>>
<<else>>
<p class="hint">You shouldn't be here</p>
[[Mall]]
<</if>><<if $event is 1>>
<<if $choice is 0>>
<p>You nod to her and write it down as she lays it out for you. You won’t forget it again.</p>
<<speech "Carla">>Here take my SexApp Id too. That way if you forget how to make something I can text the recipe to you so you won’t have to ask me again<</speech>>
<<carlatrust>>
<<if $has.carlaid is 0>><<set $has.carlaid to 1>><</if>><<set $carla.trust = 5>>
<<salary>>
<<barshift>>
[[Get back home|House]]
<<else>>
<p>You make a comment back to her, joking about how she wears such low cut shirts that you can barely focus when you talk to her. She punches your arm after hearing that. But she doesn’t look mad, in fact she has a slight smile on her face.</p>
<<speech "Carla">>Asshole. Here, take my SexApp. I might give you something to look at there so you don’t stare at me all day<</speech>>
<<carlacorr>>
<<mcdom>>
<<if $has.carlaid is 0>><<set $has.carlaid to 1>><</if>><<set $carla.trust = 5>>
<<salary>>
<<barshift>>
[[Get back home|House]]
<</if>>
<<elseif $event is 2>>
<<if $choice is 0>>
<p>You tell Carla that you know you can handle it. And you add that even if you can’t you’d like to try either way. She smiles slyly and starts to strip down slowly. She gives you an expecting look that tells you to take your clothes of as well, so you do.</p>
<<speech "Carla">>I’m gonna fucking break your little mind. Don’t say I didn’t warn ya<</speech>>
<p>She grabs your cock and starts to stroke it in her hand wildly. He firm grip and fast movements send electric bursts of pleasure throughout your whole body. You have to kneel down from the intensity of her strokes.</p>
<video src="ressources/scenes/restaurant/carla/reward1/handjob.mp4" autoplay loop></video>
[[Cum|carlashiftscene][$scene to 1]]
<<else>>
<p>You decide to show Carla just how much you can handle. You pull down your shorts and shove her down to her knees so your cock is right in her face. You tell her to stroke it if she is so sure of herself. She looks up at you with a cocky grin and gets to work. She puts your cock between her tits and starts jerking you off with them. Her large tattooed breasts wrap around your shaft and stroke you, sending waves of pleasure through your cock.</p>
<video src="ressources/scenes/restaurant/carla/reward1/titsjob.mp4" autoplay loop></video>
[[Cum|carlashiftscene][$scene to 1]]
<</if>>
<</if>><<if $carla.trust lt 5>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey, can you tell me the recipe for a Manhattan?</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>I told you that drink five fucking times today! 5 parts rye, 2 parts vermouth, dash of bitters and a cherry</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Thanks, sorry I’ll get used to it all soon</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>Get better faster, asshole</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<carlatrust>>
<<elseif $carla.trust gte 15>>
<<set $random = random(100)>>
<<if $random lte 49>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>You did alright at work today. Keep it up</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Thanks! I appreciate it! I appreciate what happened after work too</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>Just don’t piss me off and who knows what you might appreciate</p>
<p><<link "nude">><<dialog 'nude' ''>>[img["ressources/sexapp/carla/" + random(3) + ".jpg"]]<</dialog>><</link>></p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<carlacorr>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>I’m glad you finally figured out the job. I was sick of picking up your slack</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Just say something nice like a normal person</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>Fuck you. I just did say something nice</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Well, thanks. I guess</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<carlatrust>>
<</if>>
<<elseif $carla.trust gte 5>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Sorry again if I was staring too much today</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>Don’t be fucking sorry, just stop staring. I know you’re a perv but Jesus Christ, learn some goddamned self control</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Showing me your tits didn’t help ya know</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Not that they weren’t great to look at</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>Learn some self control then maybe a set of tits won’t mess you up so much</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<carlatrust>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $carla.trust lt 5>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey do you think you could give me a hand some time?</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>I help your dumb ass all the time what do you need now?</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>I just wanted to know if you could test me sometime at the bar. I wanna make sure I’m learning</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>Yeah, sure. Whatever</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<carlatrust>>
<<elseif $carla.trust gte 15>>
<<set $random = random(100)>>
<<if $random lte 49>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>We should hang out some time. Based on what we do after work I think we could have a lot of fun together</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>I bet you’d like that wouldn’t you, Perv? Keep it in your fucking pants</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Stop pulling it out then</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<carlacorr>>
<<else>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>Where the hell were you today? We were fucking packed!</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>Sorry I couldn’t make it in. I didn’t know you valued my help so much</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>Well you finally start doing the job well then you don’t come in. You really know how to send a girl mixed up fucking signals</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>Just get in her more often dammit</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<carlatrust>>
<</if>>
<<elseif $carla.trust gte 5>>
<<nobr>>
<div style="margin:0 auto;text-align:center;border-radius:50%;">
<section id="chatsys">
<header class="top-bar">
<div class="left">
<span class="icon typicons-message"></span>
<h1>SexApp</h1>
</div>
<div class="right">
<span class="icon typicons-minus"></span>
<span class="icon typicons-times"></span>
</div>
</header>
<ol class="discussion">
<li class="self">
<div class="messages">
<p>Hey what do you do outside of work?</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>Why the fuck do you wanna know?</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
<li class="self">
<div class="messages">
<p>No need to be hostile. I just wanted to see if you wanted to hang out some time</p>
<time datetime="2009-11-13T20:14">You</time>
</div>
</li>
<li class="other">
<div class="avatar">
<img src="ressources/profilpictures/restaurant/carla.png" />
</div>
<div class="messages">
<p>I see enough of you at work. But I appreciate the thought, I guess</p>
<time datetime="2009-11-13T20:00">Carla</time>
</div>
</li>
</ol>
</section>
</div>
<</nobr>>
<<carlatrust>>
<</if>>
[[Go back to main screen|SexApp]]<<addmins 20>><<if $scene is 1>>
<p>You invite the knocker in and see that Missy has come to pay you a visit. She walks in and stands in front of your desk with a wide manipulative smile on her face. You ask her what you can do for her.</p>
<<speech "Missy">>I need a day off. Can you approve my request.<</speech>>
<p>You smile back at her as you look over the days she asks to take off from work. They are days that can easily be covered so you let her know that it shouldn’t be a problem.</p>
<<speech "Missy">>Thanks boss man. See ya later!<</speech>>
<p>She heads out of your office. You stare at her swaying ass as she leaves. After that you gather your stuff and head out for the day.</p>
<<missytrust>>
<<salary>>
<<lunchshift>>
[[Leave|Mall]]
<<elseif $scene is 2>>
<p>You yell out for whoever is knocking to come on into your office. The door cracks open and Missy pokes just he head inside. You look at her puzzled and ask her what she needs.</p>
<<speech "Missy">>You have some free time, boss man?<</speech>>
<p>You smile and tell her you always have some time to talk with her. She smiles seductively as she pushes the door open and reveals that she is fully nude. She strides into your office, not closing the door behind her as she walks to your desk and takes a seat on top of it.</p>
<<speech "Missy">>Good, I thought we could have some fun.<</speech>>
[[Stand up|restaurantmanagerscene][$scene to 3]]
<<elseif $scene is 3>>
<p>You get up from your desk as Missy walks around it to you. You pull your pants and shirt off, letting your rock hard cock free. She bends down at the waist, grabs it with her hand and guides it into her mouth. Her huge ass is sticking up in the air, so you reach out and give it a playful smack, groping her plush cheeks while her head bobs up and down on your shaft.</p>
<video src="ressources/scenes/restaurant/manager/missy/blowjob.mp4" autoplay loop></video>
[[Bend her over the desk|restaurantmanagerscene][$scene to 4]]
<<elseif $scene is 4>>
<p>You grab Missy and push her against the desk. She raises one leg up onto the top of the desk and spreads her pussy for you. You smack her ass. Her milky pale skin reddening from your hand. You grab your cock and slide it into Missy’s pussy and start to thrust, ramming her roughly from behind. You grab her by her hair and pound her with wild abandon.</p>
<video src="ressources/scenes/restaurant/manager/missy/doggy.mp4" autoplay loop></video>
[[Flip her over|restaurantmanagerscene][$scene to 5]]
<<elseif $scene is 5>>
<p>You pull out and turn Missy around. You push her back onto the desk and lay her down on her back. You lift on leg up and hold onto it as you slide you cock back into her pussy. You use her leg as leverage as you begin to thrust again. You fuck her hard and fast making her cum hard on your cock.</p>
<video src="ressources/scenes/restaurant/manager/missy/missionary.mp4" autoplay loop></video>
[[Cum|restaurantmanagerscene][$scene to 6]]
<<elseif $scene is 6>>
<p>You pull out as you approach the moment of orgasm. Missy drops to her knees and fondles her tits to give you a show as you stoke your cock inches from her face. You begin to cum, shooting rope after rope of hot jizz onto her face and chest.</p>
<video src="ressources/scenes/restaurant/manager/missy/facial.mp4" autoplay loop></video>
<<speech "Missy">>Only way that could have been hotter is if someone walked in on us.<</speech>>
<p>The two of you laugh as you get dressed. Missy leaves all of your cum on her as she walks out of your office, swaying her hips seductively as she leaves. You take a look at the time and decide to head home for the day.</p>
<<missycorr>>
<<salary>>
<<lunchshift>>
[[Leave|Mall]]
<</if>><<if $scene is 1>>
<<speech "Carla">>Its getting busy as shit. Mind hopping off your ass and giving me a hand out there?<</speech>>
<p>You nod as you stand up and follow her out to the bar. A line at the bar is starting to form so you head right to work with Carla. The two of you work well together as always and get the rest of the customers served very quickly. Before you know it Carla is calling last call and the bar is almost empty.</p>
<<speech "Carla">>Good to know you can still do the work, <<print "$mc.name">>. I’m heading the fuck out. See you later.<</speech>>
<p>You tell her to have a good night as you finish cleaning up and lock up for the evening. You head home exhausted from all the work.</p>
<<carlatrust>>
<<salary>>
<<barshift>>
[[Call it a day|House]]
<<elseif $scene is 2>>
<<speech "Carla">>Well its slow as shit right now so I figured we could fuck around a bit. Break in the office a little. What do you say?<</speech>>
<p>You stand up and start pulling your shirt off wordlessly. She needs nothing further for an answer as she shuts the door behind her and pulls her own clothes off as well.</p>
[[Fuck her mouth|barmanagerscene][$scene to 3]]
<<elseif $scene is 3>>
<p>Carla drops down to her knees on the carpeted floor. Her big tattooed tits bounce as she drops. You pull your rock hard cock out and she grabs it, wrapping her lips around it greedily. You rub your cock along her lips before grabbing her by her hair and making her gag on your cock as it slips into her throat.</p>
<video src="ressources/scenes/restaurant/manager/carla/blowjob.mp4" autoplay loop></video>
[[Fuck her hard|barmanagerscene][$scene to 4]]
<<elseif $scene is 4>>
<p>You push Carla down onto the small black sofa in your office. You grab both of her legs and put them on either side of your head, resting them on your shoulders as you lean in and slide your cock into her pussy. You ram your cock into her hard, using your weight to your advantage with your thrusts.</p>
<video src="ressources/scenes/restaurant/manager/carla/missionary.mp4" autoplay loop></video>
[[Have her ride you|barmanagerscene][$scene to 5]]
<<elseif $scene is 5>>
<p>You pull out of Carla’s pussy just long enough to take a seat on the couch yourself. You pull her on top of you, facing away. She straddles you with one leg on each side of your body as she grabs your cock and slides it back into her pussy. Your thrust upwards and fuck her as she lowers and bounces herself on your cock.</p>
<video src="ressources/scenes/restaurant/manager/carla/reversecowgirl.mp4" autoplay loop></video>
[[Cum|barmanagerscene][$scene to 6]]
<<elseif $scene is 6>>
<p>As you get close to cumming you push Carla off of you and down to the floor. You grab her hair and hold her in place as you stroke your cock inches away from her face. You erupt and shoot your load over he face, covering her eyes especially. She licks your cock clean as the last drops of cum pour out of the tip.</p>
<video src="ressources/scenes/restaurant/manager/carla/facial.mp4" autoplay loop></video>
<<speech "Carla">>Motherfucker that was nice. I guess I should get back out there.<</speech>>
<p>She wipes the cum from her face and licks her fingers clean. She gets dressed and heads back out to the bar to get to work. Her disheveled hair, makeup, and clothes make it blatantly obvious why she was gone for so long. You continue to work for the rest of the evening. When you are all set, you lock up for the night and head home.</p>
<<carlacorr>>
<<salary>>
<<barshift>>
[[Call it a day|House]]
<</if>><p>You sit down and have dinner with your family. You, your Mother, and your sister Sasha talk about your respective days as you eat. Eventually the conversation turns to the basement that you have recently renovated.</p>
<<speech "Mom">>Honey I went down to see what you had done with the basement. It looks…. Uh, nice!<</speech>>
<<speech "Sasha">>It looks like a sex den.<</speech>>
<p>You Mother gasps at your sister’s bluntness.</p>
<<speech "Mom">>Sasha don’t be so crass! Just because there are straps, and whips, and….. sweety did you turn the basement into a sex den?<</speech>>
<p>Sasha laughs at your Mother’s sudden realization. You let them both know that yes, the basement was renovated so you could have some BDSM fun down there. Your Mother looks at you and squirms. It is clear that she is uncomfortable by the prospect but it seems to turn her on as well.</p>
<<speech "Sasha">>Told you Mom! <<print "$mc.name">> is such a pervert.<</speech>>
<<speech "Mom">>Sasha I already warned you once about your language don’t make me send you to your room!<</speech>>
<p>Sasha rolls her eyes and slumps in her chair as she continues to eat.</p>
<<speech "Mom">>Just promise me that you will be safe sweety. Otherwise I hope you have fun in your… um, sex den.<</speech>>
<p>You promise her that you will be safe, as she asks. Sasha then promptly changes the subject as the three of you finish your meal together.</p>
<p class="hint">Hint: With the basement fully renovated you can now go down into the room and begin inviting women down there with you. Be careful! You need to sufficiently corrupt them before they will agree to go down to the basement with you. If you invite them too soon, you may harm your relationship with them</p>
<<siscorr>>
<<momcorr>>
<<set $quest.basement += 1>>
<<addmins 40>>\
[[Leave|House]]<<if $mom.bdsm is 0>>
<p>You are down in the basement when a fun, and wicked idea strikes you. You pull out your phone and send a text to your mom to come down to the basement to talk to you. After about five minutes she descends the steps and is standing in front of you.</p>
<<speech "Mom">>What do you need sweety?<</speech>>
<p>You tell her that you want to put your sex den to use. You give her a firm command to strip down in front of you.</p>
<<if $mom.corr gte 25 && $mom.trust gte 10>>
<<speech "Mom">>Oh sweety, so forceful. Are you gonna tie up and fuck mommy?<</speech>>
<p>She tries to tease you but you are having none of it. You walk up to her and grab her clothes, tearing them off of her with a powerful passion. When she is wearing nothing but her stockings you push her down to the ground. You walk over to a table filled with tool for you domination and grab a bottle of baby oil. You lightly throw it to her and command her to coat herself in it. You take a seat and watch her. She crawls closer to you obediently and begins to sensually rub her body as she coats it in oil.</p>
<video src="ressources/bdsm/mom/first/oiling.mp4" autoplay loop></video>
[[Tie her up|momdungeonfirst][$scene to 1; $mom.gallery[12] to 1]]
<<else>>
<<speech "Mom">>Excuse me? I am not going to strip down so you can do whatever twisted thing you have planned. Your sister was right you are a pervert.<</speech>>
<p>She storms away and back up the stairs. She seems extremely angry with you. She is clearly not corrupted enough to do something like this with.</p>
<<momtrustminus>>
[[Leave|House]]<<addmins 20>>
<</if>>
<<else>>
[[Put her into the stocks|mombdsm][$scene to 1; $mom.gallery[13] to 1]]
[[Tie her up and fuck her hard|mombdsm][$scene to 2; $mom.gallery[14] to 1]]
[[Suspend her from the ceiling|mombdsm][$scene to 3; $mom.gallery[15] to 1]]
<<if $mc.dom gte 15 && $mc.collars gte 1 && $mom.slave is 0 && $mom.questmain gte 10 && $mom.corr gte 50 && ($mom.loc is "living room" || $mom.loc is "Mom's bedroom" || $mom.loc is "kitchen" || $mom.loc is "bathroom")>>[[Enslave your Mother|momenslave][$scene to 0; $mom.gallery[16] to 1]]<</if>>
<</if>><<if $sis.bdsm is 0>>
<p>You yell up the stairs, calling Sasha’s name to ask your Sister to come down to the basement to speak with you. After several minutes she lazily comes down the stairs and looks at you skeptically.</p>
<<speech "Sasha">>Well I’m down here. What did you want? Bring me her to make me play in your new dungeon?<</speech>>
<p>She smile at your smugly. You decide that it is time to wipe the smug look from her face. You walk up to her and grab her by the back of her neck. You pull her close to you, pull your hand up and swing it down smacking her ass powerfully.</p>
<<if $sis.corr gte 25 && $sis.trust gte 10>>
<<speech "Sasha">>Ow, bastard<</speech>>
<p>She looks at you, pouting with her bottom lip pushed forward. She looks into your eyes expectingly, wordlessly begging you to continue. You slap her ass again and grab hold of her short. You yank them and her panties down with one swift pull. You then grab the collar of her shirt with both hands and pull, ripping it open and tossing it off of her. You pick up some rope and take both of her hands. You tie them together, leaving very little slack in the bindings. You leave a long length of the rope attached to her to be used as a lead. You pull her along with the lead toward the couch in the dungeon. You sit down and pull your hard cock out of your shorts. You yank her down, grab her head and shove it down on your shaft.</p>
<video src="ressources/bdsm/sis/first/blowjob.mp4" autoplay loop></video>
[[Spank her|sisdungeonfirst][$scene to 1; $sis.gallery[16] to 1]]
<<else>>
<<speech "Sasha">>What the fuck are you doing?!? God you are such a fucking pervert!<</speech>>
<p>She punches you in the stomach and pulls away from you. She runs back up the stairs, stomping her feet angrily. It is clear that she was not corrupt enough for this yet, and she seems very angry with you.</p>
<<sistrustminus>>
[[Leave|House]]<<addmins 40>>
<</if>>
<<else>>
[[Make her dress up|sisbdsm][$scene to 1; $sis.gallery[17] to 1]]
[[Restrain her|sisbdsm][$scene to 2; $sis.gallery[18] to 1]]
<<if $mc.dom gte 15 && $mc.collars gte 1 && $sis.slave is 0 && $sis.questmain gte 10 && $sis.corr gte 50 && ($sis.loc is "living room" || $sis.loc is "Sis's bedroom" || $sis.loc is "kitchen" || $sis.loc is "bathroom")>>[[Enslave Sasha|sisenslave][$scene to 0; $sis.gallery[19] to 1]]<</if>>
<</if>><<if $scene is 1>>
<p>When she is sufficiently oiled up you stand up and take the bottle from her. You return the bottle to the table and pick up a roll of hot pink binding tape. You walk back over to your Mother and firmly take hold of her legs. You wrap them together using the tape. Your Mother struggles a bit against the bindings, you respond by wrapping them tighter. You pull her arms behind her back and tie them together as well. You wrap more tape around her body, crossing her chest. You put the tape away and grab a ball gag and shove it into her mouth, clasping it tightly around her head. She tries to move and speak but her gag and bindings make her nearly immobile and helpless. As she lays there in this state you grab her breasts, fondling and teasing them to your hearts content.</p>
<video src="ressources/bdsm/mom/first/breastfondle.mp4" autoplay loop></video>
[[Put her legs up by her head|momdungeonfirst][$scene to 2]]
<<elseif $scene is 2>>
<p>You remove the bindings around her legs and raise each foot up until they are up by her head. You tie her hands to her feet so she has to remain in that position as you slide your cock into her pussy. You slap her tits hard, as your start to thrust. You fuck her hard and fast using all of your strength. Pain converts to pleasure for her as she cums heavily on your cock. You continue to fuck her hard as fast, focusing on pleasing yourself as you use your Mother.</p>
<video src="ressources/bdsm/mom/first/facefuck.mp4" autoplay loop></video>
[[Cum|momdungeonfirst][$scene to 3]]
<<elseif $scene is 3>>
<p>You pull your cock out of your Mother’s pussy as your are about to cum. You cut her bindings and throw her to her knees in front of you. You place the head of your cock on her tongue as your stroke. You cum, erupting jizz into her mouth and onto her face. She strokes your cock to pull out the last few drops of cum, licking up the load from her face hungrily.</p>
<video src="ressources/bdsm/mom/first/facial.mp4" autoplay loop></video>
<<speech "Mom">>My goodness. Sweety that was intense. I don’t think I could ever get used to this. And I’m not sure I’d want to. It might not be as fun if I’m used to it. Invite me back down here soon<</speech>>
<p>You help your mom up and give her a playful slap on her ass as she heads back up stairs. You spend some time cleaning up the room now that the fun is done.</p>
<<momcorr>>
<<set $mom.bdsm to 1>> <p class="got">You can now play with your Mom in the basement</p>
[[Leave|House]]<<addhours 1>>
<</if>><<set $random = random(100)>>
<<if $scene is 1>>
<<if $random lte 49>>
<p>You lock your Mother in the stocks and slide your cock into her ass. Your ram your cock into her, holding onto the stocks for leverage and balance as you thrust.</p>
<video src="ressources/bdsm/mom/repeat/stocksanal.mp4" autoplay loop></video>
<<else>>
<p>Once your Mother is secured in the stocks your open her mouth and shove your cock inside. You thrust into her mouth and down her throat, making her gag loudly.</p>
<video src="ressources/bdsm/mom/repeat/stocksblowjob.mp4" autoplay loop></video>
<</if>>
<<elseif $scene is 2>>
<<if $random lte 49>>
<p>You use some rope to tie your Mother’s hands behind her back. You bend her over and shove your cock into her mouth and savagely fuck her throat.</p>
<video src="ressources/bdsm/mom/repeat/tiedupblowjob.mp4" autoplay loop></video>
<<else>>
<p>You take some rope and tie up your Mother. You tie her legs closed then use the rope to connect her legs to her neck, keeping the up and close to her face. You slide your cock into her pussy and pound her roughly, groping and slapping her tits as you thrust.</p>
<video src="ressources/bdsm/mom/repeat/tiedupmissionary.mp4" autoplay loop></video>
<</if>>
<<elseif $scene is 3>>
<<if $random lte 49>>
<p>You take some rope and hooks in your hands and begin to tie up your Mother. With her tied up you use the hooks to attach her ropes to the ceiling, effectively hanging her in the air with them. When she is suspended and helpless you take your cock and slide it into her pussy, holding her steady by grabbing her hair as you start to fuck her.</p>
<video src="ressources/bdsm/mom/repeat/suspendedfuck.mp4" autoplay loop></video>
<<else>>
<p>You suspend your Mother from the ceiling with a series of ropes and hooks. With her dangling in the air she is helpless to your whims and desires. You grab her by her hair and rub your cock in her face before sliding it past her lips and fucking her throat.</p>
<video src="ressources/bdsm/mom/repeat/suspendedblowjob.mp4" autoplay loop></video>
<</if>>
<</if>>
<<addhours 1>>[[Leave|House]]<<if $scene is 1>>
<p>You grab hold of Sasha’s hair and pull her off your cock. You use her hair and the lead to yank her forward so she is laying across your lap. You pin her down by her hair as you use your other hand to begin spanking her ass. You smack her cheek hard, alternating between them. Her ass turns from a pearly white to a beat red after just a few slaps, and you don’t stop there.</p>
<video src="ressources/bdsm/sis/first/spanking.mp4" autoplay loop></video>
[[Punish her|sisdungeonfirst][$scene to 2]]
<<elseif $scene is 2>>
<p>You put Sasha on her back and spread her legs. You push her tied up hands above her head and hold her there as you slide your cock into her pussy. You place your hand on her neck and squeeze gently as you begin to thrust. You pick up to a quick and rough pace quickly, slapping your Sister in the face with your free hand as you punish her with your cock.</p>
<video src="ressources/bdsm/sis/first/missionary.mp4" autoplay loop></video>
[[Cum|sisdungeonfirst][$scene to 3]]
<<elseif $scene is 3>>
<p>You yank your Sister’s bindings to pull her up to her knees. You take your cock out of her pussy and stroke it in front of her face. You command her to open her mouth as you cum. You shoot blast after blast of jizz into her mouth and on her face.</p>
<video src="ressources/bdsm/sis/first/facial.mp4" autoplay loop></video>
<p>When you are finished you tell her that you are done with her for now and that she needs to go back up stairs.</p>
<<speech "Sasha">>You’re lucky I like it rough… asshole.<</speech>>
<p>She heads up stairs, not even bothering to take her torn clothes with her.</p>
<<siscorr>>
<<set $sis.bdsm to 1>> <p class="got">You can now play with your sister in the basement</p>
[[Leave|House]]<<addhours 1>>
<</if>><<set $random = random(100)>>
<<if $scene is 1>>
<<if $random lte 49>>
<p>You bring Sasha down to the dungeon and pull out an outfit for her to wear. It is a very skimpy Supergirl outfit, complete with miniskirt and red ball gag. You make her put the outfit on for your enjoyment. Then your lay her on her back and slide your cock into her pussy, fucking and dominating her for your pleasure.</p>
<video src="ressources/bdsm/sis/repeat/cosplaymissionary.mp4" autoplay loop></video>
<<else>>
<p>You command your Sister Sasha to get dressed up like Supergirl so you can have some fun with her. When she is dressed and gagged, you strap her to a wall and use a vibrating wand on her pussy to torture her with pleasure.</p>
<video src="ressources/bdsm/sis/repeat/tiedupvibrator.mp4" autoplay loop></video>
<</if>>
<<else>>
<<if $random lte 49>>
<p>You take some tight black straps and restrain Sasha to the wall. You strip her down and pull your cock out, shoving it down her throat and making her suck your cock. You look down into her helpless eyes as she obediently bobs her head along your shaft.</p>
<video src="ressources/bdsm/sis/repeat/restrainblowjob.mp4" autoplay loop></video>
<<else>>
<p>You bend Sasha over and tie up her hands to the wall. You pull her toward you by her hips and slide your cock into her pussy. You take hold of her long golden hair and yank hard, pulling it as you thrust into her.</p>
<video src="ressources/bdsm/sis/repeat/restraindoggy.mp4" autoplay loop></video>
<</if>>
<</if>>
<<addhours 1>>[[Leave|House]]<<if $activate is 0>>
[[Use Platinium cheat|Platinium cheat][$activate to 1]]
[[Use Hard cheat|Hard cheat][$activate to 1]]
[[Use Medium cheat|Medium cheat][$activate to 1]]
[[Use Light cheat|Light cheat][$activate to 1]]
<<elseif $activate is 1>>\
[[Dominant path|Hard cheat][$activate to 2]]
[[Submissive path|Hard cheat][$activate to 3]]
<<elseif $activate is 2>>
<<set $abigail.trust += 25>>\
<<set $abigail.corr += 25>>\
<<set $abigail.int += 25>>\
<<set $carla.trust += 25>>\
<<set $carla.corr += 25>>\
<<set $missy.trust += 25>>\
<<set $missy.corr += 25>>\
<<set $alice.trust += 25>>\
<<set $alice.corr += 25>>\
<<set $kate.corr += 25>>\
<<set $kate.trust += 25>>\
<<set $lucy.corr += 25>>\
<<set $lucy.trust += 25>>\
<<set $jade.corr += 25>>\
<<set $jade.trust += 25>>\
<<set $mom.corr += 25>>\
<<set $mom.trust += 25>>\
<<set $sis.corr += 25>>\
<<set $sis.trust += 25>>\
<<set $teacher.int += 25>>\
<<set $teacher.trust += 25>>\
<<set $teacher.corr += 25>>\
<<set $sato.int += 25>>\
<<set $sato.trust += 25>>\
<<set $sato.corr += 25>>\
<<set $powers.int += 25>>\
<<set $powers.trust += 25>>\
<<set $powers.corr += 25>>\
<<set $dean.int += 25>>\
<<set $dean.trust += 25>>\
<<set $dean.corr += 25>>\
<<set $mc.int += 25>>\
<<set $mc.str += 25>>\
<<set $mc.end += 25>>\
<<set $mc.seXP += 25>>\
<<set $mc.money += 10000>>\
<<set $mc.dom += 25>>
<<set $school.grades += 20>>
<p class="got">Platinium cheat used, have fun!</p>
<<set $has.usedcheat to 1>>
<<elseif $activate is 3>>
<<set $abigail.trust += 25>>\
<<set $abigail.corr += 25>>\
<<set $abigail.int += 25>>\
<<set $carla.trust += 25>>\
<<set $carla.corr += 25>>\
<<set $missy.trust += 25>>\
<<set $missy.corr += 25>>\
<<set $alice.trust += 25>>\
<<set $alice.corr += 25>>\
<<set $kate.corr += 25>>\
<<set $kate.trust += 25>>\
<<set $lucy.corr += 25>>\
<<set $lucy.trust += 25>>\
<<set $jade.corr += 25>>\
<<set $jade.trust += 25>>\
<<set $mom.corr += 25>>\
<<set $mom.trust += 25>>\
<<set $sis.corr += 25>>\
<<set $sis.trust += 25>>\
<<set $teacher.int += 25>>\
<<set $teacher.trust += 25>>\
<<set $teacher.corr += 25>>\
<<set $sato.int += 25>>\
<<set $sato.trust += 25>>\
<<set $sato.corr += 25>>\
<<set $powers.int += 25>>\
<<set $powers.trust += 25>>\
<<set $powers.corr += 25>>\
<<set $dean.int += 25>>\
<<set $dean.trust += 25>>\
<<set $dean.corr += 25>>\
<<set $mc.int += 25>>\
<<set $mc.str += 25>>\
<<set $mc.end += 25>>\
<<set $mc.seXP += 25>>\
<<set $mc.money += 10000>>\
<<set $mc.sub += 25>>
<<set $school.grades += 20>>
<p class="got">Platinium cheat used, have fun!</p>
<<set $has.usedcheat to 1>>
<<else>>
<p class="hint">You already used cheats</p>
<</if>>
[[Go back to your house|House]]<<if $activate is 0>>
[[Use Diamond cheat|Diamond cheat][$activate to 1]]
[[Use Platinium cheat|Platinium cheat][$activate to 1]]
[[Use Hard cheat|Hard cheat][$activate to 1]]
[[Use Medium cheat|Medium cheat][$activate to 1]]
[[Use Light cheat|Light cheat][$activate to 1]]
<<elseif $activate is 1>>\
[[Dominant path|Hard cheat][$activate to 2]]
[[Submissive path|Hard cheat][$activate to 3]]
<<elseif $activate is 2>>
<<set $abigail.trust += 30>>\
<<set $abigail.corr += 30>>\
<<set $abigail.int += 30>>\
<<set $carla.trust += 30>>\
<<set $carla.corr += 30>>\
<<set $missy.trust += 30>>\
<<set $missy.corr += 30>>\
<<set $alice.trust += 30>>\
<<set $alice.corr += 30>>\
<<set $kate.corr += 30>>\
<<set $kate.trust += 30>>\
<<set $lucy.corr += 30>>\
<<set $lucy.trust += 30>>\
<<set $jade.corr += 30>>\
<<set $jade.trust += 30>>\
<<set $mom.corr += 30>>\
<<set $mom.trust += 30>>\
<<set $sis.corr += 30>>\
<<set $sis.trust += 30>>\
<<set $teacher.int += 30>>\
<<set $teacher.trust += 30>>\
<<set $teacher.corr += 30>>\
<<set $sato.int += 30>>\
<<set $sato.trust += 30>>\
<<set $sato.corr += 30>>\
<<set $powers.int += 30>>\
<<set $powers.trust += 30>>\
<<set $powers.corr += 30>>\
<<set $dean.int += 30>>\
<<set $dean.trust += 30>>\
<<set $dean.corr += 30>>\
<<set $mc.int += 30>>\
<<set $mc.str += 30>>\
<<set $mc.end += 30>>\
<<set $mc.seXP += 30>>\
<<set $mc.money += 10000>>\
<<set $mc.dom += 30>>
<<set $school.grades += 20>>
<p class="got">Diamond cheat used, have fun!</p>
<<set $has.usedcheat to 1>>
<<elseif $activate is 3>>
<<set $abigail.trust += 30>>\
<<set $abigail.corr += 30>>\
<<set $abigail.int += 30>>\
<<set $carla.trust += 30>>\
<<set $carla.corr += 30>>\
<<set $missy.trust += 30>>\
<<set $missy.corr += 30>>\
<<set $alice.trust += 30>>\
<<set $alice.corr += 30>>\
<<set $kate.corr += 30>>\
<<set $kate.trust += 30>>\
<<set $lucy.corr += 30>>\
<<set $lucy.trust += 30>>\
<<set $jade.corr += 30>>\
<<set $jade.trust += 30>>\
<<set $mom.corr += 30>>\
<<set $mom.trust += 30>>\
<<set $sis.corr += 30>>\
<<set $sis.trust += 30>>\
<<set $teacher.int += 30>>\
<<set $teacher.trust += 30>>\
<<set $teacher.corr += 30>>\
<<set $sato.int += 30>>\
<<set $sato.trust += 30>>\
<<set $sato.corr += 30>>\
<<set $powers.int += 30>>\
<<set $powers.trust += 30>>\
<<set $powers.corr += 30>>\
<<set $dean.int += 30>>\
<<set $dean.trust += 30>>\
<<set $dean.corr += 30>>\
<<set $mc.int += 30>>\
<<set $mc.str += 30>>\
<<set $mc.end += 30>>\
<<set $mc.seXP += 30>>\
<<set $mc.money += 10000>>\
<<set $mc.sub += 30>>
<<set $school.grades += 20>>
<p class="got">Diamond cheat used, have fun!</p>
<<set $has.usedcheat to 1>>
<<else>>
<p class="hint">You already used cheats</p>
<</if>>
[[Go back to your house|House]]<<if $scene is 0>>
<p>You arrive at Abigail’s office for your weekly meeting with her. You knock on her door and she calls you in almost immediately.</p>
<<speech "Abigail">>Take a seat, <<print "$mc.name">>. Time to talk<</speech>>
<p>You do as she says and take a seat across the desk from her. She stands up and walks around the desk, looking over her shoulder at you seductively.</p>
[img["ressources/restaurant/meeting/overtheshoulder.jpg"]]
<<speech "Abigail">>You have done a good job around here recently. You have been showing some honest improvement. I’d like to show you that around here we reward such behavior<</speech>>
[[Get your reward|galleryabigail1][$scene to 1]]
<<else>>
<p>You watch as Abigail shows you just how much she values her employees. She takes her skirt and shirt off, revealing the black lingerie underneath. You stare in awe at her huge tits and ass, barely hidden by the skimpy underwear she has on.</p>
[img["ressources/restaurant/meeting/lingerie.jpg"]]
<<speech "Abigail">>I’ll take that slack jawed look of yours as you like what you see<</speech>>
<p>She continues to undress, pulling off her bra revealing her huge round breasts. She bends down and pulls her panties off, showing you her ass and pretty pussy. She stands proudly before you, and looks at the bulge forming in your pants.</p>
[img["ressources/restaurant/meeting/nude.jpg"]]
<<speech "Abigail">>Oh I like the look of that bulge. I hope you keep up the hard work. I think I’d have fun rewarding you further<</speech>>
<p>You spend a few moments trying to cool down as Abigail gets dressed. Once her clothes are back on she yells at you to get back to work. You stand up and leave her office at once.</p>
<<return>>
<</if>><<if $scene is 0>>
<p>You walk down the hall towards Abigail’s office. You knock and wait for her to invite you in. She calls you right in and you sit down in the seat across from her. You are starting to feel much more comfortable around her, having worked with her for so long.</p>
<<speech "Abigail">>I’m pleased with your progress, <<print "$mc.name">>. I’m almost impressed<</speech>>
<p>You thank her for her kind words and promise her that you will continue to improve.</p>
<<speech "Abigail">>I believe you. And you know what? I think it might be time for another reward<</speech>>
<p>Abigail begins to undress. She drops her skirt and pulls off her shirt, revealing that she was wearing no underwear underneath.</p>
[[Abigail strokes you|galleryabigail2][$scene to 1]]
<<elseif $scene is 1>>
<p>Abigail drops to her knees and front of you as you stand up. She pulls down your pants and grabs your hardening cock and starts to stroke it. She spits on your cock and uses both of her hands to stroke your cock and fondle your balls.</p>
<video src="ressources/scenes/restaurant/meeting/reward1/handjob.mp4" autoplay loop></video>
[[Cum|galleryabigail2][$scene to 2]]
<<else>>
<p>Her hands are like magic. Her grip is perfect and the softness of them give you immense pleasure. And her skill with the motions shows that she clearly knows how to handle dick. It doesn’t take long to make you cum. Once you are close to cumming she pushes you down to the ground on your back and hops on top of you. She strokes and strokes until you cum, shooting ropes over her face and over yourself. She licks up every drop until you are clean.</p>
<video src="ressources/scenes/restaurant/meeting/reward1/facial.mp4" autoplay loop></video>
<<speech "Abigail">>I knew this cock would be fun to play with. Keep it up. You are quickly becoming one of my favorite employees<</speech>>
<p>You both get dressed and you leave her office to head back to work.</p>
<<return>>
<</if>><<if $scene is 0>>
<p>It is time for your weekly meeting with Abigail. You head to her office in the back to meet with her. You go to knock on the door but notice that it is already slightly ajar. You push it open and see Abigail in there, wearing nothing but a small neon yellow bathing suit. You ask her if she was going swimming teasing her for her attire.</p>
<<speech "Abigail">>Maybe later. I’m wearing this now because you have earned another reward. You have done very well here. You are on a path to management for sure. And management comes with several….perks<</speech>>
<p>She drops down to her knees in front of you and pulls your pants down, grabbing a hold of your hardening cock. She pulls her bathing suit top off of her tits giving you a perfect view of them as she starts to go down on you.</p>
[[Abigail sucks you off|galleryabigail3][$scene to 1]]
<<elseif $scene is 1>>
<p>Abigail sucks your cock into her mouth and bobs her head up and down masterfully. Her mouth is like a vacuum, the power of her sucking surprising you. Her plump lips glide alone your shaft, stroking you with them as her tongue flicks at the head.</p>
<video src="ressources/scenes/restaurant/meeting/reward2/blowjob.mp4" autoplay loop></video>
[[Cum on her tits|galleryabigail3][$scene to 2]]
<<else>>
<p>Her masterful blow job skills bring you to orgasm very quickly. She grabs your cock and jerks you off until you cum. You shoot rope after rope of cum. She aims your cock at her tits and you cover them.</p>
<video src="ressources/scenes/restaurant/meeting/reward2/facial.mp4" autoplay loop></video>
<<speech "Abigail">>Oh wow, what a load. I’m flattered. I hope you keep up the good work. Your next reward will be extra special<</speech>>
<p>You get dressed as she begins to lick the cum from her tits. You head back out to the restaurant to get back to work.</p>
<<return>>
<</if>><<if $scene is 0>>
<p>It’s Friday, which means it is time to visit Abigail in her office for your weekly meeting. You head back and the door is wide open. She is clearly expecting you. The moment you walk in Abigail gives you a very seductive look.</p>
<<speech "Abigail">>You just keep on impressing me. Every time I assume that you have reached your peak, you surpass yourself again. I think I know why too<</speech>>
<p>She starts undressing in front of you, pulling out her hugs tits and sliding her skirt down to show off her round ass.</p>
<<speech "Abigail">>Take your cock out. You’re going to fuck me good. I expect you to work as hard on my pussy as you do at your job<</speech>>
[[Fuck her|galleryabigail4][$scene to 1]]
<<elseif $scene is 1>>
<p>You strip down at once. She turns around and offers herself up for you. You slide your cock in from behind and start fucking her, grabbing her hips for leverage as you thrust.</p>
<video src="ressources/scenes/restaurant/meeting/reward3/doggy.mp4" autoplay loop></video>
[[Flip her over|galleryabigail4][$scene to 2]]
<<elseif $scene is 2>>
<p>You pull out and put Abigail on her back. You spread her legs wide and look into her eyes as you slide you cock in her pussy and start fucking her hard and fast. Her huge tits bounce wildly with each powerful thrust.</p>
<video src="ressources/scenes/restaurant/meeting/reward3/missionary.mp4" autoplay loop></video>
[[Cum|galleryabigail4][$scene to 3]]
<<else>>
<p>You are close to cumming. So you pull out of Abigail’s pussy and she quickly drops to her knees on the floor. You stroke your cock in front of her face and cum, shooting your jizz all over her. She swallows what lands in her mouth and scoops up the rest with her finger.</p>
<video src="ressources/scenes/restaurant/meeting/reward3/facial.mp4" autoplay loop></video>
<<speech "Abigail">>Fuck, that was spectacular. I am damn glad I hired you<</speech>>
<p>You let her know how happy you are that you were hired as well. Then, you get dressed and head back out of her office so you can get back to work.</p>
<<return>>
<</if>><<if $scene is 0>>
<p>You head back into the office area for your weekly meeting with Abigail as usual. But, for some reason her door is closed. She has had it open for you for a while now, so it gives you reason to pause. You knock on the door and you hear two voices tell you to enter in tandem. You walk through the door and see Abigail as well as another gorgeous women sitting on her desk next to her.</p>
[img["ressources/restaurant/meeting/abigaileva.jpg"]]
<<speech "Abigail">>I have terrific news <<print "$mc.name">>! You have been working so hard, and doing such a great job that I am promoting you to manager of the restaurant. And remember how I told you management comes with special perks? Well, meet Eva my sister, the perk<</speech>>
<<speech "Eva">>Nice to meet you, <<print "$mc.name">>. Abby here tells me that you are terrific with that cock of yours<</speech>>
<p>You tell Eva that you would love to show her your skills whenever she’d like.</p>
<<speech "Abigail">>Why do you think she is here? Whip it out already!<</speech>>
[[Whip out your cock|galleryabigail5][$scene to 1]]
<<elseif $scene is 1>>
<p>Abigail and Eva begin to undress. You take a seat and pull your pants off, letting your already hard cock spring free. You suck on Abigail’s tits briefly before she starts to go down on you, swallowing your cock and bobbing her head up and down on it. Eva takes the cock from Abigail and strokes it while you suck her tits. She then lowers herself to pull your cock into her mouth as well.</p>
<video src="ressources/scenes/restaurant/meeting/reward4/blowjob.mp4" autoplay loop></video>
[[Fuck their tits|galleryabigail5][$scene to 2]]
<<elseif $scene is 2>>
<p>The girls combine their efforts, and their huge tits, to stroke your cock with all four of their breasts at the same time. The four mounds of soft tit flesh absorbing your cock into them as they raise and lower along your shaft.</p>
<video src="ressources/scenes/restaurant/meeting/reward4/titsjob.mp4" autoplay loop></video>
[[Fuck Eva|galleryabigail5][$scene to 3]]
<<elseif $scene is 3>>
<p>Eva lies down on her back and Abigail climbs up on top of her and puts her pussy in Eva’s face. Abigail licks and plays with Eva’s pussy while you slide your cock into her. Eva and Abigail eat each other out while you thrust into Eva’s tight pussy.</p>
<video src="ressources/scenes/restaurant/meeting/reward4/evafuck.mp4" autoplay loop></video>
[[Switch places|galleryabigail5][$scene to 4]]
<<elseif $scene is 4>>
<p>You pull out of Eva on Abigail’s request. She lays down on the table and pulls Eva on top of her and her pussy into her face. Her tongue goes deep into Eva’s pussy while Eva watches you slide your cock into Abigail’s waiting hole. You start the thrust, fucking Abigail’s pussy hard and fast while Eva watches from just above.</p>
<video src="ressources/scenes/restaurant/meeting/reward4/abifuck.mp4" autoplay loop></video>
[[Cum|galleryabigail5][$scene to 5]]
<<else>>
<p>Both of the women have heavenly pussies. Your orgasm builds quickly and powerfully. You pull out of Abigail and both she and Eva drop to their knees in front of you. The suck and stroke your cock to bring you to orgasm. You finally burst and unload your cum all over their faces and tits. They lick the cum off of each other playfully in front of you.</p>
<video src="ressources/scenes/restaurant/meeting/reward4/facial.mp4" autoplay loop></video>
<<speech "Eva">>That was fun. I’m glad Abby was willing to share. She is usually so stingy<</speech>>
<<speech "Abigail">>Shush you. <<print "$mc.name">>, since you’re a manager now you can fuck me and Eva together Whenever you’d like. Here’s our address<</speech>>
<p>You take the paper with their address on it and put it in your pocket as you get dressed. You thank Abigail for the opportunity, and head back out to get to work.</p>
<<return>>
<</if>><<if $scene is 0>>
[[Try to impress Carla|gallerycarla1][$scene to 1]]
<<elseif $scene is 1>>
<p>You walk behind the bar passing Carla and getting right to work. You are certainly getting better, as you barely need to ask for Carla’s help at all during the night. There are still obvious signs that you are new at this though. Like at the end of the night, when you drop a glass and it shatters on the floor. Carla looks at your with exhausted disappointment in her eyes.</p>
<<speech "Carla">>You are such a fucking klutz. Are you gonna clean that up or what?<</speech>>”
<p>You grab a dust pan and broom and start sweeping the shards of glass up into a pile, then into the pan. You throw away the shards and sweep over the area a few extra times to make sure that no small slivers of glass remain.</p>
<<speech "Carla">>Well, at least you can clean shit up right. Nice job. I may have been a bit to hard on you. I do appreciate the help you know<</speech>>
<p>You say that you know. You also hint that you would like to see how much she appreciates it. She gives you a lusty look as she approaches you.</p>
<<speech "Carla">>I’m not sure you could handle it if I did decide to show you<</speech>>
[[Tell her that you can handle it|gallerycarla1][$scene to 2]]
<<elseif $scene is 2>>
<p>You tell Carla that you know you can handle it. And you add that even if you can’t you’d like to try either way. She smiles slyly and starts to strip down slowly. She gives you an expecting look that tells you to take your clothes of as well, so you do.</p>
<<speech "Carla">>I’m gonna fucking break your little mind. Don’t say I didn’t warn ya<</speech>>
<p>She grabs your cock and starts to stroke it in her hand wildly. He firm grip and fast movements send electric bursts of pleasure throughout your whole body. You have to kneel down from the intensity of her strokes.</p>
<video src="ressources/scenes/restaurant/carla/reward1/handjob.mp4" autoplay loop></video>
[[Cum|gallerycarla1][$scene to 3]]
<<else>>
<p>You groan loudly as you begin to cum, erupting jizz all over her hands and your groin as she continues to stroke you well beyond the end of your orgasm. Your squirm and shake in her hands as she jerks your sensitive cock to her liking.</p>
<video src="ressources/scenes/restaurant/carla/reward1/facial0.mp4" autoplay loop></video>
<p>Eventually she stops jerking you. She stands up and licks her hand clean.</p>
<<speech "Carla">>You did better then I thought. If I had used my mouth you would have passed out thoug<</speech>>
<p>You are out of breath but still manage to make a snarky comment about wanting to try. She laughs it off as she gets dressed and leaves. You get dressed as well and head home for the evening.</p>
<<return>>
<</if>><<if $scene is 0>>
[[Try to impress Carla|gallerycarla2][$scene to 1]]
<<elseif $scene is 1>>
<p>You walk behind the bar passing Carla and getting right to work. You are certainly getting better, as you barely need to ask for Carla’s help at all during the night. There are still obvious signs that you are new at this though. Like at the end of the night, when you drop a glass and it shatters on the floor. Carla looks at your with exhausted disappointment in her eyes.</p>
<<speech "Carla">>You are such a fucking klutz. Are you gonna clean that up or what?<</speech>>”
<p>You grab a dust pan and broom and start sweeping the shards of glass up into a pile, then into the pan. You throw away the shards and sweep over the area a few extra times to make sure that no small slivers of glass remain.</p>
<<speech "Carla">>Well, at least you can clean shit up right. Nice job. I may have been a bit to hard on you. I do appreciate the help you know<</speech>>
<p>You say that you know. You also hint that you would like to see how much she appreciates it. She gives you a lusty look as she approaches you.</p>
<<speech "Carla">>I’m not sure you could handle it if I did decide to show you<</speech>>
[[See if she can handle you|gallerycarla2][$scene to 2]]
<<elseif $scene is 2>>
<p>You decide to show Carla just how much you can handle. You pull down your shorts and shove her down to her knees so your cock is right in her face. You tell her to stroke it if she is so sure of herself. She looks up at you with a cocky grin and gets to work. She puts your cock between her tits and starts jerking you off with them. Her large tattooed breasts wrap around your shaft and stroke you, sending waves of pleasure through your cock.</p>
<video src="ressources/scenes/restaurant/carla/reward1/titsjob.mp4" autoplay loop></video>
[[Cum|gallerycarla2][$scene to 3]]
<<else>>
<p>You start to groan as your orgasm builds. She can tell you are close to cumming so she pulls your cock from her tits and brings it close to her face as she continues to stroke it quickly and powerfully. You begin to cum shooting you load onto her face. You coat her chin and mouth with your jizz. When you are done you put your cock away and walk away from her, leaving her there with her facial.</p>
<video src="ressources/scenes/restaurant/carla/reward1/facial1.mp4" autoplay loop></video>
<<return>>
<</if>><<if $scene is 0>>
[[Try to impress Carla|gallerycarla3][$scene to 1]]
<<elseif $scene is 1>>
<p>You get to the bar and see that it is already busy. Carla is juggling five customers at once and seems relieved to see you arrive. Her tone when she speaks to you on the other hand, is coarse as always.</p>
<<speech "Carla">>It’s about goddamned time! Give me some fucking help back here<</speech>>
<p>You head back and give her a hand. You have been working here long enough now that the job is starting to come easy to you. You mix and pour drinks quickly and get them out to the customers. In ten minutes the bar goes from busy and crowded to calm and managed. Carla seems much happier as things slow down. The night goes smoothly from that point on, and at the end of the evening, she goes up to talk to you with a wide smile on her face.</p>
<<speech "Carla">>Nice fucking job today! Good to see you know what you’re doing now. You pulled me out of a shit storm back there. Thanks a fuck ton<</speech>>
<p>You tell her that you are happy to help. But that you can think of a few ways that she can thank you properly.</p>
<<speech "Carla">>Oh? You gonna be a fucking tease or are you gonna pull your cock out?<</speech>>
[[Pull your cock out|gallerycarla3][$scene to 2]]
<<elseif $scene is 2>>
<p>You pull your cock out of your pants and start stroking it to get hard. Carla strips down out of her cloths and follows you out to the main floor of the bar. You lead her in front of a couch that is against the side wall. You push her to her knees, grab her head, and ram your cock into her throat. You hold her there throating your cock for a moment, releasing her once she looks like she is struggling to breath. You sit down on the couch and she crawls up to you and starts bobbing her head on your cock.</p>
<video src="ressources/scenes/restaurant/carla/reward2/blowjob.mp4" autoplay loop></video>
[[Cum|gallerycarla3][$scene to 3]]
<<else>>
<p>Her throat is masterful and before you know it you are ready to cum. You pull out of her mouth and start stroking your cock. She leans back and opens her mouth, sticking her tongue out to take your load. You cum, shooting your jizz all over her face and into her mouth.</p>
<video src="ressources/scenes/restaurant/carla/reward2/facial.mp4" autoplay loop></video>
<<speech "Carla">>Fucking hell, your cock tastes good. Don’t get a big head, though. You could still learn a thing or two about how to use it<</speech>>
<p>She gets up and walks away, as though she is embarrassed about having given you a compliment. You get dressed as well, and head home.</p>
<<return>>
<</if>><<if $scene is 0>>
[[Try to impress Carla|gallerycarla4][$scene to 1]]
<<elseif $scene is 1>>
<p>When you head back behind the bar Carla shoots you a quick smile. One of very few you ever get to see from her. The two of you get working and Carla seems to be in a good mood the whole night. She only cursed out one sleazy customer when she averages about one an hour. You make things even smoother for her as the job has become second nature to you. When the day finally winds down she comes to you with an oddly shy smile on her face.</p>
<<speech "Carla">>Hey, you doing anything after your shift?<</speech>>
<p>You tell her that you are free, and ask if she wanted to do anything.</p>
<<speech "Carla">>Yeah, I’m fixin to do you<</speech>>
<p>She grabs you by your shirt and leads you out to her car. Once inside she drives you both towards the residential area of the city.</p>
[[Go inside and get some|gallerycarla4][$scene to 2]]
<<elseif $scene is 2>>
<p>You follow Carla into her house and into her bedroom. You both undress one another and kiss on her bed. You put her on her back, spread her legs and pull one leg up in the air to use for leverage. You slide you cock into her pussy and start to trust. You place one hand on her throat and gently choke her while you fuck her hard.</p>
<video src="ressources/scenes/restaurant/carla/reward3/missionary.mp4" autoplay loop></video>
[[Make her ride you|gallerycarla4][$scene to 3]]
<<elseif $scene is 3>>
<p>You lay on your back in her bed and pull her on top of you. You slide your cock into her ass and hold her above you while you roughly and quickly thrust up into her ass. You both groan and moan in pleasure as you ram your cock inside of her repeatedly.</p>
<video src="ressources/scenes/restaurant/carla/reward3/reversecowgirl.mp4" autoplay loop></video>
[[Cum|gallerycarla4][$scene to 4]]
<<else>>
<p>Her tight ass combined with your fast and powerful thrusts bring you both to orgasm rather quickly. After she cums you put her on her knees on the floor of her room. She pulls her mouth open with both hands as you stroke above her and unload your cum onto her tongue.</p>
<video src="ressources/scenes/restaurant/carla/reward3/facial.mp4" autoplay loop></video>
<p>Carla smiles gleefully as she swallows you cum. She sits nude in her room as she watches you get dressed.</p>
<<speech "Carla">>Fuck me again soon you fat dicked asshole<</speech>>
<p>You promise her that you will before heading out of her house, and heading home.</p>
<<return>>
<</if>><<if $scene is 0>>
<p>You decide that you should get a shower before dinner. So you grab a towel from your room and head down the hall towards the bathroom. The door is slightly ajar, so you assume the bathroom is empty and you walk right in. Although, the second you push the door open, you realize that you were very wrong. Your Mother is standing there in the center of the room undressing. She pulls her bra and panties off right before your eyes and you can do nothing but stare in awe.</p>
[img["ressources/scene/mom/showerflashbase.jpg"]]
<p>You keep staring until she inevitably notices you. She turns to face you, shock on her face as she sees you there gawking at her naked body.</p>
<<speech "Mom">>$mc.name! What are you doing! I’m not dressed!<</speech>>
[[Apologize|gallerymom1][$scene to 1]]
<<else>>
<p>You apologize profusely to you Mom as you begin to back out of the room. Just as you turn away, you hear you Mom speak.</p>
<<speech "Mom">>Hold on sweety. Come her for a moment<</speech>>
<p>You stop and turn back around. She is turning the water on for the shower and standing there without covering up her huge tits and ass. You step closer to her and ask her why she wanted you to come closer.</p>
<<speech "Mom">>Well since you already got a good look, I figure you might as well help me wash my back<</speech>>
[img["ressources/scene/mom/showerflashsub.jpg"]]
<p>She gets underneath the running water and begins to rub soap all over her gorgeous body. Her tits suds up and wash clean as she moves her hands to her ass. She looks at you expectantly. You step closer and grab the soap, lathering it up in your hands and pressing them against the smooth skin of her back. Your slowly and sensually wash her up and down, getting her squeaky clean.</p>
<<speech "Mom">>Thanks sweety. But be more careful next time okay. What if it was Sasha in here and not me?<</speech>>
<p>You promise your Mom you will be more careful and head out back into the hall, your pants tented all the while from your raging erection.</p>
<<return>>
<</if>><<if $scene is 0>>
<p>You decide that you should get a shower before dinner. So you grab a towel from your room and head down the hall towards the bathroom. The door is slightly ajar, so you assume the bathroom is empty and you walk right in. Although, the second you push the door open, you realize that you were very wrong. Your Mother is standing there in the center of the room undressing. She pulls her bra and panties off right before your eyes and you can do nothing but stare in awe.</p>
[img["ressources/scene/mom/showerflashbase.jpg"]]
<p>You keep staring until she inevitably notices you. She turns to face you, shock on her face as she sees you there gawking at her naked body.</p>
<<speech "Mom">>$mc.name! What are you doing! I’m not dressed!<</speech>>
[[Command her to continue|gallerymom2][$scene to 1]]
<<else>>
<p>You step closer to your Mother as she grabs a towel to cover herself. You grab the towel and yank it from her hands, tossing it on the bathroom floor. You take a seat on the toilet and command her to keep going. You tell her that you are going to watch her show, and that you want her to make a show of it. She gives you a sultry smile as she turns the shower on and gets in.</p>
<<speech "Mom">>So naughty, making your own Mother wash herself for your enjoyment. Naughty boys like you should be punished<</speech>>
<p>You let her know that you intend to be doing the punishing, and that if she didn’t start soaping up her tits she would be punished very soon.</p>
<<speech "Mom">>Yes sir!<</speech>>
[img["ressources/scene/mom/showerflashdom.jpg"]]
<p>She hands glide across her massive melons, coating them in suds as she caresses her self sensually. You raging hard on bulges in your pants, giving your Mom something to look at as well. Seeing the bulge she gives your turns her on, and she bites her lower lip as her gaze lingers.</p>
<p>When you are satisfied, you stand up and tell your Mother that she did well, and that you plan on seeing her beautiful tits again soon. You then head back out into the hall to continue your day.</p>
<<return>>
<</if>><<if $scene is 0>>
[[Work as a manager|gallerycarla5][$scene to 1]]
<<elseif $scene is 1>>
<p>You arrive at the Cock and Bull to manage the late shit. You head into back offices and get to work. You leave the door open so you can listen out for the bar in case it gets busy and Carla needs any help. Towards the end of the evening as you work Carla appears in your door way, knocking on the door frame.</p>
[[Ask her what she needs|gallerycarla5][$scene to 2]]
<<elseif $scene is 2>>
<<speech "Carla">>Well its slow as shit right now so I figured we could fuck around a bit. Break in the office a little. What do you say?<</speech>>
<p>You stand up and start pulling your shirt off wordlessly. She needs nothing further for an answer as she shuts the door behind her and pulls her own clothes off as well.</p>
[[Fuck her mouth|gallerycarla5][$scene to 3]]
<<elseif $scene is 3>>
<p>Carla drops down to her knees on the carpeted floor. Her big tattooed tits bounce as she drops. You pull your rock hard cock out and she grabs it, wrapping her lips around it greedily. You rub your cock along her lips before grabbing her by her hair and making her gag on your cock as it slips into her throat.</p>
<video src="ressources/scenes/restaurant/manager/carla/blowjob.mp4" autoplay loop></video>
[[Fuck her hard|gallerycarla5][$scene to 4]]
<<elseif $scene is 4>>
<p>You push Carla down onto the small black sofa in your office. You grab both of her legs and put them on either side of your head, resting them on your shoulders as you lean in and slide your cock into her pussy. You ram your cock into her hard, using your weight to your advantage with your thrusts.</p>
<video src="ressources/scenes/restaurant/manager/carla/missionary.mp4" autoplay loop></video>
[[Have her ride you|gallerycarla5][$scene to 5]]
<<elseif $scene is 5>>
<p>You pull out of Carla’s pussy just long enough to take a seat on the couch yourself. You pull her on top of you, facing away. She straddles you with one leg on each side of your body as she grabs your cock and slides it back into her pussy. Your thrust upwards and fuck her as she lowers and bounces herself on your cock.</p>
<video src="ressources/scenes/restaurant/manager/carla/reversecowgirl.mp4" autoplay loop></video>
[[Cum|gallerycarla5][$scene to 6]]
<<else>>
<p>As you get close to cumming you push Carla off of you and down to the floor. You grab her hair and hold her in place as you stroke your cock inches away from her face. You erupt and shoot your load over he face, covering her eyes especially. She licks your cock clean as the last drops of cum pour out of the tip.</p>
<video src="ressources/scenes/restaurant/manager/carla/facial.mp4" autoplay loop></video>
<<speech "Carla">>Motherfucker that was nice. I guess I should get back out there.<</speech>>
<p>She wipes the cum from her face and licks her fingers clean. She gets dressed and heads back out to the bar to get to work. Her disheveled hair, makeup, and clothes make it blatantly obvious why she was gone for so long. You continue to work for the rest of the evening. When you are all set, you lock up for the night and head home.</p>
<<return>>
<</if>><<if $scene is 0>>
[[Mess around with Missy|gallerymissy1][$scene to 1]]
<<elseif $scene is 1>>
<p>You spend your shift following Missy around. Or more accurately, following her ass around. Her outfit today is so skimpy it borders on being lingerie. And the bottom of her plump ass cheeks are visible just under the hem of her dress when she walks. You are following her too closely and when she stops you accidentally bump into her. You end up grinding your bulge into her ass and causing her to yelp in shock.</p>
<<speech "Missy">>Hey now, I can tell that you’re all frisky today but warn a girl before you start to grind on her<</speech>>
<p>You apologize at first, but upon thinking about her response you decide to joke around with her. You decide to ask her if you can grind on her, to take advantage of what she said. She responds my pushing her ass back into your groin and rubbing your bulge with her thick ass.</p>
<<speech "Missy">>Oooh someone’s even friskier than I thought. Follow me, I’ll help you with that<</speech>>
[[Follow Missy|gallerymissy1][$scene to 2]]
<<elseif $scene is 2>>
<p>Missy leads you to the break room and puts you on your back on the couch. She pulls at your pants and undoes them to get access to your cock. She pulls it out and grabs it with her hand.</p>
<<speech "Missy">>Oh I love it!<</speech>>
<p>She starts pumping both of her hands along your shaft up and down. She twists her hands and spits on them and your cock to give you a strong and wet hand job.</p>
<video src="ressources/scenes/restaurant/missy/reward1/handjob.mp4" autoplay loop></video>
[[Cum|gallerymissy1][$scene to 3]]
<<else>>
<p>She strokes faster and faster, but you stop her just as you are about to climax. You stand up above her and aim your cock at her face. She grabs it once again with one hand and pumps it quickly. You cum, shooting your load against her cheek, covering her face and chin with your load.</p>
<video src="ressources/scenes/restaurant/missy/reward1/facial.mp4" autoplay loop></video>
<p>She licks your cock clean then scoops the cum into her mouth to clean up.</p>
<<speech "Missy">>That was fun. I kinda wish Carla had seen us though. I love to get caught<</speech>>
<p>You both get dressed and get back to work. When the shift ends you head home, with your mind clear.</p>
<<return>>
<</if>><<if $scene is 0>>
[[Mess around with Missy|gallerymissy2][$scene to 1]]
<<elseif $scene is 1>>
<p>You decide to spend most of your shift talking with Missy. Something that you can’t really help doing considering she decided to come to work in a mini skirt and a bikini top. You tell her that her barely there wardrobe style looks fantastic on her. And the bulge in your pants reaffirms it for her.</p>
<<speech "Missy">>Like, thanks so much. It took an hour to convince Abby to let me come to work like this. She can be such a hard ass. But hey, I get to wear fewer cloths so I’m happy!<</speech>>
<p>You let her know just how much it makes you happy as well. You ask her why she likes showing so much skin.</p>
<<speech "Missy">>Because like, fuck clothes. I have a great ass, and some nice titties. And I like when people look at them. Cloths kinda fuck that up ya know?<</speech>>
[[Tell her that her feelings are natural|gallerymissy2][$scene to 2]]
<<elseif $scene is 2>>
<p>You let Missy know that you think how she feels is entirely natural. People being nude is so common throughout history that it is practically a past time of the human race.</p>
<<speech "Missy">>I know! If girls in paintings can have their titties out, why can’t I?<</speech>>
<p>You agree with her. And you tell her that she is way hotter than the women in paintings on top of that.</p>
<<speech "Missy">>Awe, aren’t you sweet. Come with me<</speech>>
<p>She leads you into the back hall of the restaurant and pushes you onto a chair. She yanks your pants down and pulls your huge cock out, quickly wrapping her lips around it and bobbing her head up and down as you quickly grow hard.</p>
<video src="ressources/scenes/restaurant/missy/reward2/blowjob.mp4" autoplay loop></video>
[[Cum|gallerymissy2][$scene to 3]]
<<else>>
<p>She sucks and gags on your cock for longer than your can really handle. Her mouth is so warm and soft, and her throat is so tight that when you finally cum, you cum hard. You push her on her back and aim your cock at her face as your stroke yourself hard and fast. You erupt all over her face, coating her in cum from her forehead, to her eyes, to her lips, to her chin.</p>
<video src="ressources/scenes/restaurant/missy/reward2/facial.mp4" autoplay loop></video>
<<speech "Missy">>Fuck, now that is how you put on a show. Next time maybe we should do this in a park or something<</speech>>
<p>You laugh with her as you both get dressed. The two of you head back out to the residential floor. She gives you a playful smack on the ass as you go your separate ways. When your shift is done, you head home, still reeling from the pleasure of her mouth.</p>
<<return>>
<</if>><<if $scene is 0>>
[[Mess around with Missy|gallerymissy3][$scene to 1]]
<<elseif $scene is 1>>
<p>You decide to spend most of your shift talking with Missy. Something that you can’t really help doing considering she decided to come to work in a mini skirt and a bikini top. You tell her that her barely there wardrobe style looks fantastic on her. And the bulge in your pants reaffirms it for her.</p>
<<speech "Missy">>Like, thanks so much. It took an hour to convince Abby to let me come to work like this. She can be such a hard ass. But hey, I get to wear fewer cloths so I’m happy!<</speech>>
<p>You let her know just how much it makes you happy as well. You ask her why she likes showing so much skin.</p>
<<speech "Missy">>Because like, fuck clothes. I have a great ass, and some nice titties. And I like when people look at them. Cloths kinda fuck that up ya know?<</speech>>
[[Show her how much you agree with her|gallerymissy3][$scene to 2]]
<<elseif $scene is 2>>
<p>You grab Missy by her arm and pull her back behind the bar. It is empty during the day shift so you have some relative privacy as you pull her bikini top off and push her down to her knees. You pull your cock out and shove it down her throat. You grab her head with both hands and fuck her face roughly, making her gag loudly for the whole restaurant to hear.</p>
<video src="ressources/scenes/restaurant/missy/reward3/facefuck.mp4" autoplay loop></video>
[[Cum|gallerymissy3][$scene to 3]]
<<else>>
<p>You thrust and thrust, forcing your cock down her throat through her gags and coughs. He saliva begins to drool down onto the floor coating her chin and your balls in a thick layer of spit from your rough pounding of her mouth. You groan loudly as you begin to cum, You pull her hair to hold her head in place. You stroke your cock and aim your load at her mouth as your spray it over her.</p>
<video src="ressources/scenes/restaurant/missy/reward3/facial.mp4" autoplay loop></video>
<p>Missy licks her lips as she puts her bikini top back on and pops back up from behind the bar. She had some cum left on her chin but you decide not to tell her. You figure when she finds out later she’d love the feeling of knowing she walked around with cum on her face. You smack her ass before you both head back to work and finish your shifts. You head home when the day is done feeling very satisfied.</p>
<<return>>
<</if>><<if $scene is 0>>
[[Mess around with Missy|gallerymissy4][$scene to 1]]
<<elseif $scene is 1>>
<p>You show up a bit early for your shift. You walk in and notice that the restaurant isn’t even open yet. Missy is setting the last few tables before the lunch rush starts. You are somewhat disappointed to see that she is wearing her original uniform, instead of the skimpier ones she has been wearing recently. When she sees you she runs to you excitedly.</p>
<<speech "Missy">>Yay you’re here! I’m so glad you’re working today I’ve been so excited to show you my new uniform!<</speech>>
<p>You look at her confused and comment on how her uniform looks great, but it seems no different than her older one. She laughs sensually.</p>
<<speech "Missy">>Not this silly, this is just the wrapping paper. You have to pull it off to see what is inside<</speech>>
[[Unwrap the gift|gallerymissy4][$scene to 2]]
<<elseif $scene is 2>>
<p>You need no further invitation and walk up to her and pull her shirt right off revealing the lacy blue bra underneath. You yank her skirt down, showing that she wasn’t wearing any panties. You share seductive looks as your lift her up onto one of the dining tables. You lift one of her legs up by your shoulder as you pull your cock out and slide it into her pussy.</p>
<video src="ressources/scenes/restaurant/missy/reward4/missionary.mp4" autoplay loop></video>
[[Fuck her from behind|gallerymissy4][$scene to 3]]
<<elseif $scene is 3>>
<p>You spin her around and pull her bra off. You bend her over the table and smack her huge ass. When her fat cheeks finally stop rippling you slide your cock into her pussy from behind and start to ram her with your thrusts.</p>
<video src="ressources/scenes/restaurant/missy/reward4/doggy.mp4" autoplay loop></video>
[[Cum|gallerymissy4][$scene to 4]]
<<else>>
<p>You fuck her hard and fast. Her tight pussy clenches down onto your cock and milks you until you cum. You pull out and pull her down to her knees before you. You stroke your cock and cum on her face, your white jizz splashing all over it.</p>
<video src="ressources/scenes/restaurant/missy/reward4/facial.mp4" autoplay loop></video>
<p>She wipes the cum up off her face and eats it off her hand playfully. You put your cock away and watch as she gets dressed as well. Only she doesn’t put her shirt back on. Instead she slides her skirt on and just the bra, leaving her very exposed.</p>
<<speech "Missy">>So this is my new uniform. You like?<</speech>>
<p>You tell her you like it very much. You almost have the urge to fuck her again. But with people starting to line up at the door, the two of you decide to get to work. The shift otherwise goes smoothly and when it’s over you head home, excited to see what Missy has planned next.</p>
<<return>>
<</if>><<if $scene is 0>>
[[Work as a manager|gallerymissy5][$scene to 1]]
<<elseif $scene is 1>>
<p>You head into the back office and get started on some paperwork. You set the employee schedule for the next week, and work on recording the restaurant's inventory. Then you write up a few invoices for Abigail to order new supplies. Over all the day goes rather smoothly.</p>
[[There is a knock at the door|gallerymissy5][$scene to 2]]
<<elseif $scene is 2>>
<p>You yell out for whoever is knocking to come on into your office. The door cracks open and Missy pokes just he head inside. You look at her puzzled and ask her what she needs.</p>
<<speech "Missy">>You have some free time, boss man?<</speech>>
<p>You smile and tell her you always have some time to talk with her. She smiles seductively as she pushes the door open and reveals that she is fully nude. She strides into your office, not closing the door behind her as she walks to your desk and takes a seat on top of it.</p>
<<speech "Missy">>Good, I thought we could have some fun.<</speech>>
[[Stand up|gallerymissy5][$scene to 3]]
<<elseif $scene is 3>>
<p>You get up from your desk as Missy walks around it to you. You pull your pants and shirt off, letting your rock hard cock free. She bends down at the waist, grabs it with her hand and guides it into her mouth. Her huge ass is sticking up in the air, so you reach out and give it a playful smack, groping her plush cheeks while her head bobs up and down on your shaft.</p>
<video src="ressources/scenes/restaurant/manager/missy/blowjob.mp4" autoplay loop></video>
[[Bend her over the desk|gallerymissy5][$scene to 4]]
<<elseif $scene is 4>>
<p>You grab Missy and push her against the desk. She raises one leg up onto the top of the desk and spreads her pussy for you. You smack her ass. Her milky pale skin reddening from your hand. You grab your cock and slide it into Missy’s pussy and start to thrust, ramming her roughly from behind. You grab her by her hair and pound her with wild abandon.</p>
<video src="ressources/scenes/restaurant/manager/missy/doggy.mp4" autoplay loop></video>
[[Flip her over|gallerymissy5][$scene to 5]]
<<elseif $scene is 5>>
<p>You pull out and turn Missy around. You push her back onto the desk and lay her down on her back. You lift on leg up and hold onto it as you slide you cock back into her pussy. You use her leg as leverage as you begin to thrust again. You fuck her hard and fast making her cum hard on your cock.</p>
<video src="ressources/scenes/restaurant/manager/missy/missionary.mp4" autoplay loop></video>
[[Cum|gallerymissy5][$scene to 6]]
<<else>>
<p>You pull out as you approach the moment of orgasm. Missy drops to her knees and fondles her tits to give you a show as you stoke your cock inches from her face. You begin to cum, shooting rope after rope of hot jizz onto her face and chest.</p>
<video src="ressources/scenes/restaurant/manager/missy/facial.mp4" autoplay loop></video>
<<speech "Missy">>Only way that could have been hotter is if someone walked in on us.<</speech>>
<p>The two of you laugh as you get dressed. Missy leaves all of your cum on her as she walks out of your office, swaying her hips seductively as she leaves. You take a look at the time and decide to head home for the day.</p>
<<return>>
<</if>><<if $scene is 0>>
[[You hear strange noises coming from one of the stalls|galleryalice1][$scene to 1]]
<<elseif $scene is 1>>
<p>You enter the second stall. You notice a hole cut into the connecting wall. You get closer to the hole and watch the show. A nice brunette teen is there masturbating.</p>
<video src="ressources/scenes/university/meganrain/restroom/masturbating.mp4" autoplay loop></video>
[[Put your cock in the hole|galleryalice1][$scene to 2]]
<<else>>
<p>You get your pants down, she notices it and start sucking your cock.</p>
<video src="ressources/scenes/university/meganrain/restroom/blowjob.mp4" autoplay loop></video>
<<linkreplace "But then">>
<p>Someone enters the restroom, and knocks on the door to your stall.</p>
<<speech "???">>Hurry up bro, I need to piss.<</speech>>
<p>You get your cock back in your pants, flush the toilet and get out.</p>
<p>Some random guy is there waiting.</p>
<<speech "???">>Dude, what took you so long. You get your cock caught in the gloryhole or something?<</speech>>
<p>Your eyes grow wide in shock and embarrassment.</p>
<<speech "???">>Ha! I'm just fucking with you dude. Now get the fuck out I need to take a dump.<</speech>>
<<return>>
<</linkreplace>>
<</if>><<if $scene is 0>>
[[You hear the strange noises again|galleryalice2][$scene to 1]]
<<elseif $scene is 1>>
<p>As you enter the stall you hear the same sounds you heard before. You look through the hole and see that the girl from before has returned and is masturbating furiously in the stall besides you once again.</p>
<video src="ressources/scenes/university/meganrain/restroom/masturbating.mp4" autoplay loop></video>
[[Push the stall|galleryalice2][$scene to 2]]
<<elseif $scene is 2>>
<p>You push open her stall door and stand in front of her. She doesn’t stop masturbating on your account.</p>
<<speech "Alice">>What the fuck are you doing?<</speech>>
<p>You tell her that you want more than just a blowjob this time as you pull your cock free from your pants. It quickly grows hard as you look at her masturbating in front of you.</p>
<<speech "Alice">>You’re a bit of a cocky prick, huh?<</speech>>
<p>She slaps her pussy a few times, giving you a seductive smile as she does.</p>
<<speech "Alice">>What are you waiting for?<</speech>>
[[Fuck the slut|galleryalice2][$scene to 3]]
<<elseif $scene is 3>>
<p>You grab her and push her up against the wall. You slide your cock into her pussy from behind. You grab her arm for some leverage as you begin to thrust into her, quickly building into a steady pace. You hold her by the neck and lean in to kiss her before grabbing her hair like reigns to begin to really start thrusting into her tight pussy.</p>
<video src="ressources/scenes/university/meganrain/restroom2/doggy.mp4" autoplay loop></video>
[[Have her ride you|galleryalice2][$scene to 4]]
<<elseif $scene is 4>>
<p>You go into the stall and sit on the toilet. You pull her close and she spreads her legs so that one is on each side of you as she lowers her pussy onto your cock. She begins to bounce quickly and powerfully. You slap her round slutty ass while she rides you.</p>
<video src="ressources/scenes/university/meganrain/restroom2/cowgirl.mp4" autoplay loop></video>
[[Make her bounce on your cock|galleryalice2][$scene to 5]]
<<elseif $scene is 5>>
<p>You stand her up and turn her around. You make her fully undress, then you pull her hips closer to you. You aim your cock at her pussy as she lowers herself down onto it. She lowers herself further and then begins to bounce on and ride your cock. Her moans echoing out through the entire bathroom.</p>
<video src="ressources/scenes/university/meganrain/restroom2/reversecowgirl.mp4" autoplay loop></video>
[[Put her back against the wall|galleryalice2][$scene to 6]]
<<elseif $scene is 6>>
<p>You pull you cock out of her pussy and spin her around. You push her against the wall of the stall and lift one of her legs up and hold it against you as you slide your cock back into her pussy. You fuck her fast, grabbing her tits with your hand as your thrust.</p>
<video src="ressources/scenes/university/meganrain/restroom2/missionary.mp4" autoplay loop></video>
[[Cum on her face|galleryalice2][$scene to 7]]
<<else>>
<p>You pull out and push her down to her knees as you start to cum. You groan in pleasure as rope after rope of cum shoots out and onto her face and into her open smiling mouth.</p>
<video src="ressources/scenes/university/meganrain/restroom2/facial.mp4" autoplay loop></video>
<<speech "Alice">>That was fucking amazing. Here’s my SexApp ID. Hit me up sometime. I wanna do this again<</speech>>
<p>You tell her that she will hear from you soon. You then get dressed and leave the bathroom.</p>
<<return>>
<</if>><<if $scene is 0>>
[[Enter the stall and get a blowjob from Alice|galleryalice3][$scene to 1]]
<<else>>
<p>You enter the stall and get a blowjob from Alice.</p>
<<set _random = random(120)>>
<<if _random lte 29>>
<video src="ressources/scenes/university/meganrain/restroom2/blowjob0.mp4" autoplay loop></video>
<<elseif _random gte 30 && _random lte 59>>
<video src="ressources/scenes/university/meganrain/restroom2/blowjob1.mp4" autoplay loop></video>
<<elseif _random gte 60 && _random lte 89 >>
<video src="ressources/scenes/university/meganrain/restroom2/blowjob2.mp4" autoplay loop></video>
<<else>>
<video src="ressources/scenes/university/meganrain/restroom2/blowjob3.mp4" autoplay loop></video>
<</if>>
<<return>>
<</if>><<if $scene is 0>>
[[Knock on the door|galleryalice4][$scene to 1]]
<<elseif $scene is 1>>
<p>You arrive at the address Alice gave you over SexApp and knock on the door. Within moments she arrives at the door to greet you.</p>
<<speech "Alice">>Took you long enough. Hurry up and get in here, I want another taste of that cock<</speech>>
<p>She leads you into her house and into the kitchen. She hops up on the kitchen counter. She pulls out her tits and spreads her legs for you, revealing the rip in her leggings giving you full access to her pussy. You lean in and kiss her, groping her tits with one hand while you pull out your cock with the other.</p>
[[Fuck her in the kitchen|galleryalice4][$scene to 2]]
<<elseif $scene is 2>>
<p>You grab your hard cock and shove it right inside of her wet pussy. You reach up and gently choke her while you thrust hard and fast. You release her throat and slap her tit, getting rough with her as you continue to fuck Alice.</p>
<video src="ressources/scenes/alice/home/missionary.mp4" autoplay loop></video>
[[Flip her over|galleryalice4][$scene to 3]]
<<elseif $scene is 3>>
<p>You pull Alice off of the counter, turn her around and slide you cock back into her pussy from behind. You bend her over the table as you begin to thrust, slamming your cock into her hard. The room fills with the sounds of your bodies slapping together. You reach around and grab her long brown hair, wrapping a lock of it around her throat as you fuck her.</p>
<video src="ressources/scenes/alice/home/doggy.mp4" autoplay loop></video>
[[Give her a taste|galleryalice4][$scene to 4]]
<<elseif $scene is 4>>
<p>You push her down to her knees and shove your cock into her mouth. You grab hold of her head and hair as you roughly pull it down onto your cock and fuck her throat. She gags loudly and often as you rough her throat up with your cock.</p>
<video src="ressources/scenes/alice/home/blowjob.mp4" autoplay loop></video>
[[Fuck her tits|galleryalice4][$scene to 5]]
<<elseif $scene is 5>>
<p>You tell her to press her tits together so you can fuck them. She does so and so you slide your cock beneath her shirt and between her tits. You start to thrust fast as your slam your groin into her tits. You hold onto her face and make her look you in the eyes while your hard cock slides between her fuck pillows.</p>
<video src="ressources/scenes/alice/home/titsjob.mp4" autoplay loop></video>
[[Get on the counter|galleryalice4][$scene to 6]]
<<elseif $scene is 6>>
<p>You hop onto the counter and lie down on your back. She climbs up slowly after you and sucks on your cock briefly before positioning her pussy above your cock. You slide it in as she lowers herself down. You thrust up into her and she bounces on it quickly.</p>
<video src="ressources/scenes/alice/home/reversecowgirl.mp4" autoplay loop></video>
[[Cum on her face|galleryalice4][$scene to 7]]
<<else>>
<p>You pull her to the ground as you get close to cumming. A few extra strokes of your cock is all you need to erupt. You aim your cock at her face as your load starts to shoot out. Every burst of jizz splashing against her face as you cover her.</p>
<video src="ressources/scenes/alice/home/facial.mp4" autoplay loop></video>
<<speech "Alice">>Holy fuck you are amazing. You can come by and fuck me like then whenever you want<</speech>>
<p>You let her know that you will be back soon as you get dressed and get ready to head home. You give her one more slap on her ass before leaving, just for the fun of it.</p>
<<return>>
<</if>><<if $scene is 0>>
[[Knock on the door|galleryalice5][$scene to 1]]
<<elseif $scene is 1>>
<p>You go back to Alice’s house to get some more pussy. She is naked and ready to fuck within seconds of you walking through her front door.</p>
<<set _random = random(100)>>
<<if _random lte 29>>
<p>You pull Alice off of the counter, turn her around and slide you cock back into her pussy from behind. You bend her over the table as you begin to thrust, slamming your cock into her hard. The room fills with the sounds of your bodies slapping together. You reach around and grab her long brown hair, wrapping a lock of it around her throat as you fuck her.</p>
<video src="ressources/scenes/alice/home/doggy.mp4" autoplay loop></video>
<<elseif _random gte 30 && _random lte 69>>
<p>You grab your hard cock and shove it right inside of her wet pussy. You reach up and gently choke her while you thrust hard and fast. You release her throat and slap her tit, getting rough with her as you continue to fuck Alice.</p>
<video src="ressources/scenes/alice/home/missionary.mp4" autoplay loop></video>
<<else>>
<p>You hop onto the counter and lie down on your back. She climbs up slowly after you and sucks on your cock briefly before positioning her pussy above your cock. You slide it in as she lowers herself down. You thrust up into her and she bounces on it quickly.</p>
<video src="ressources/scenes/alice/home/reversecowgirl.mp4" autoplay loop></video>
<</if>>
<p>You spend the whole evening fucking her over and over again. You fall asleep in each others arms.</p>
[[Next Morning|galleryalice5][$scene to 2]]
<<else>>
<p>You wake up as the sun hits your eyes through the window. There is a note and an energy bar on the bed next to you.</p>
<p class="hint">Alice’s note: 'Hey stud. Last night was great. Sorry I couldn’t make you breakfast but I had to go to work. Come by again soon!”</p>
<p>You get up and get dressed, leaving to begin your day.</p>
<<return>>
<</if>><<nobr>>
<<if !$gameDate>>
<<set $gameDate to new Date("2019-07-14T07:00Z"); >>
<</if>>
<<if !$GameDays>>
<<set $GameDays to [
"Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"
];>>
<</if>>
<<if !$bathroom>>
<<set $bathroom to {
bath: -34942163,
shower: 1241634213,
toilets: 433347258,
urinal: 633754442,
ultra: 1603755172,
max: -822471234,
}>>
<</if>>
<<if $bathroom.bath isnot -34942163>>
<<set $bathroom to {
bath: -34942163,
shower: 1241634213,
toilets: 433347258,
urinal: 633754442,
ultra: 1603755172,
max: -822471234,
}>>
<</if>>
<<if !$bdsm>>
<<set $bdsm to {
activate: 1,
}>>
<</if>>
<<if !$mc.end>>
<<set $mc.end to 0>>
<</if>>
<<if !$mc.collars>>
<<set $mc.collars to 0>>
<</if>>
<<if !$mc.power>>
<<set $mc.power to 0>>
<<set $mc.powertotal to 0>>
<<set $mc.powersubt to 0>>
<</if>>
<<if $gameversion lt 55 || !$gameversion>>
<<set $sis.gallery to [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]>>
<</if>>
<<if !$sis.bdsm>>
<<set $sis.bdsm to 0>>
<</if>>
<<if !$sis.slave>>
<<set $sis.slave to 0>>
<</if>>
<<if !$sis.homework>>
<<set $sis.homework to 0>>
<</if>>
<<if !$sis.homeworktotal>>
<<set $sis.homeworktotal to 0>>
<</if>>
<<if !$sis.title>>
<<set $sis.title to "Master">>
<</if>>
<<if !$books>>
<<set $books to {
dom: 0,
}>>
<</if>>
<<if !$sis.questmain>>
<<set $sis.questmain to 0>>
<</if>>
<<if $gameversion lt 55 || !$gameversion>>
<<set $mom.gallery to [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]>>
<</if>>
<<if !$mom.bdsm>>
<<set $mom.bdsm to 0>>
<</if>>
<<if !$mom.slave>>
<<set $mom.slave to 0>>
<</if>>
<<if !$mom.questmain>>
<<set $mom.questmain to 0>>
<</if>>
<<if !$mom.title>>
<<set $mom.title to "Master">>
<</if>>
<<if !$kate.questmain>>
<<set $kate.questmain to 0>>
<</if>>
<<if $gameversion lt 55 || !$gameversion>>
<<set $kate.gallery to [0,0,0,0,0,0,0]>>
<</if>>
<<if $gameversion lt 55 || !$gameversion>>
<<set $lucy.gallery to [0,0,0,0,0]>>
<</if>>
<<if !$lucy.notes>>
<<set $lucy.notes to 0>>
<</if>>
<<if !$lucy.questmain>>
<<set $lucy.questmain to 0>>
<</if>>
<<if !$jade.traintotal>>
<<set $jade.traintotal to 0>>
<</if>>
<<if !$jade.torn>>
<<set $jade.torn to 0>>
<</if>>
<<if !$jade.questmain>>
<<set $jade.questmain to 0>>
<</if>>
<<if $gameversion lt 55 || !$gameversion>>
<<set $jade.gallery to [0,0,0,0,0,0,0,0,0]>>
<</if>>
<<if !$alice>>
<<set $alice to {
trust: 0,
corr: 0,
name: "Alice",
loc: "restrooms",
firstclass: 0,
gallery: [0,0,0,0,0],
}>>
<<else>>
<<if !$alice.firstclass>>
<<set $alice.firstclass to 0>>
<</if>>
<<if !$alice.gallery>>
<<set $alice.gallery to [0,0,0,0,0]>>
<</if>>
<</if>>
<<if !$abigail>>
<<set $abigail to {
trust: 0,
int: 0,
name: "Abigail",
progress: 0,
corr: 0,
gallery: [0,0,0,0,0],
}>>
<<else>>
<<if !$abigail.progress>>
<<set $abigail.progress to 0>>
<</if>>
<<if !$abigail.gallery>>
<<set $abigail.gallery to [0,0,0,0,0]>>
<</if>>
<</if>>
<<if !$carla>>
<<set $carla to {
trust: 0,
corr: 0,
name: "Carla",
progress: 0,
gallery: [0,0,0,0,0],
}>>
<<else>>
<<if !$carla.progress>>
<<set $carla.progress to 0>>
<</if>>
<<if !$carla.gallery>>
<<set $carla.gallery to [0,0,0,0,0]>>
<</if>>
<</if>>
<<if !$missy>>
<<set $missy to {
trust: 0,
corr: 0,
name: "Missy",
progress: 0,
gallery: [0,0,0,0,0],
}>>
<<else>>
<<if !$missy.progress>>
<<set $missy.progress to 0>>
<</if>>
<<if !$missy.gallery>>
<<set $missy.gallery to [0,0,0,0,0]>>
<</if>>
<</if>>
<<if !$teacher.questmain>>
<<set $teacher.questmain to 0>>
<</if>>
<<if !$teacher.questclass>>
<<set $teacher.questclass to 0>>
<</if>>
<<if !$teacher.gallery>>
<<set $teacher.gallery to [0,0,0,0,0]>>
<</if>>
<<if $teacher.loc is "classroom">>
<<set $teacher.loc to "chemistry classroom">>
<</if>>
<<if !$sato>>
<<set $sato to {
name: "Akira Sato",
int: 0,
trust: 0,
corr: 0,
sex: 0,
questmain: 0,
loc: "japanese classroom",
gallery: [0,0,0,0,0,0],
}>>
<</if>>
<<if !$powers>>
<<set $powers to {
name: "Jessie Powers",
int: 0,
trust: 0,
corr: 0,
sex: 0,
questmain: 0,
loc: "mathematics hall",
gallery: [0,0,0,0,0,0,0],
}>>
<</if>>
<<if !$dean>>
<<set $dean to {
name: "Tabitha Graves",
int: 0,
trust: 0,
corr: 0,
sex: 0,
route: "sub",
questmain: 0,
loc: "Dean's office",
loc1: "Dean's office",
loc2: "Dean's office",
loc3: "park",
loc4: "park",
gallery: [0,0,0,0,0,0,0,0,0,0,0],
}>>
<</if>>
<<if !$school>>
<<set $school to {
status: 0,
statuschem: 0,
statusecon: 0,
statushall: 0,
statusjap: 0,
statusmath: 0,
statuscafe: 0,
statuspool: 0,
statusgym: 0,
statuslib: 0,
todaychem: 0,
todayecon: 0,
todayhall: 0,
todayjap: 0,
todaymath: 0,
missedchem: 0,
missedecon: 0,
missedhall: 0,
missedjap: 0,
missedmath: 0,
grades: 0,
finalexam: 0,
examgirl1: "",
examgirl2: "",
examgirl3: "",
examgirls: {jade: 0,kate: 0,lucy: 0,alice: 0,mom: 0,sato: 0,powers: 0,teacher: 0,dean: 0},
girlspower: {jade: 9,kate: 5,lucy: 12,alice: 3,mom: 15,sato: 6,powers: 7,teacher: 13,dean: 20},
exameffects: {jade: 0, alice: 0, mom: 0, sato: 0},
examdefeated: 0,
degree: "",
degreemult: 1,
graduated: 0,
}>>
<</if>>
<<if !$school.finalexam>>
<<set $school.examgirl1 to "">>
<<set $school.examgirl2 to "">>
<<set $school.examgirl3 to "">>
<<set $school.examgirls to {jade: 0,kate: 0,lucy: 0,alice: 0,mom: 0,sato: 0,powers: 0,teacher: 0,dean: 0}>>
<<set $school.girlspower to {jade: 9,kate: 5,lucy: 12,alice: 3,mom: 15,sato: 6,powers: 7,teacher: 13,dean: 20}>>
<<set $school.exameffects to {jade: 0, alice: 0, mom: 0, sato: 0}>>
<<set $school.examdefeated to 0>>
<<set $school.degree to "">>
<<set $school.degreemult to 1>>
<<set $school.finalexam to 0>>
<</if>>
<<if !$school.graduated>>
<<set $school.graduated to 0>>
<</if>>
<<if !$restaurant>>
<<set $restaurant to {
avaible: 0,
status: 0,
employee: 0,
salary: 0,
worked: 0,
barworked: 0,
haveworked: 0,
carla: 0,
missy: 0,
meeting: 0,
}>>
<<else>>
<<if !$restaurant.meeting>>
<<set $restaurant.meeting to 0>>
<</if>>
<</if>>
<<if !$has.carlaid>>
<<set $has.carlaid to 0>>
<</if>>
<<if !$has.missyid>>
<<set $has.missyid to 0>>
<</if>>
<<if !$has.abigailid>>
<<set $has.abigailid to 0>>
<</if>>
<<if !$has.abigailaddress>>
<<set $has.abigailaddress to 0>>
<</if>>
<<if !$has.metalice>>
<<set $has.metalice to 0>>
<</if>>
<<if !$has.paidbills>>
<<set $has.paidbills to 0>>
<</if>>
<<if !$inv>>
<<set $inv to {
katebikini: 0,
jadeleggings: 0,
momjewelry: 0,
}>>
<</if>>
<<if !$inv.momjewelry>>
<<set $inv.momjewelry to 0>>
<</if>>
<<if !$homework.haschem>>
<<set $homework to {
has: 0,
subject: 0,
difficulty: 0,
done: 0,
impossible: 0,
haschem: 0,
donechem: 0,
hasecon: 0,
doneecon: 0,
hasjap: 0,
donejap: 0,
hasmath: 0,
donemath: 0,
}>>
<</if>>
<<if !$uipassages>>
<<set $uipassages to ["Cheat","Gallery Main","Progress","Credits"]>>
<</if>>
<<set $gameversion to 58>>
<</nobr>>
Updating old save file...
[[Continue|House]]<<if $gameversion !== 58 && passage() !== "Intro">>
<<goto "innitpassage">>
<</if>>
<<VariableLimit>>
<<script>>
const progressBar = document.getElementsByClassName('progress-bar')[0];
if(progressBar){
progressBar.style.setProperty('--power', Math.round(SugarCube.State.variables.mc.power));
progressBar.style.setProperty('--widthsubt', SugarCube.State.variables.mc.powersubt);
}
<</script>><<if isDateBetween($gameDate,'08:00','12:59')>>
<<if $kate.questmain is 2 && $kate.trust gte 15 && $mc.end gte 10>><<set $kate.questmain to 3>>
<p>You sit by and talk to Kate during class today. The two of you might be the only ones not paying attention. Although considering the entire class is paying attention to the teacher, because she is your hot Mom with huge tits, you doubt anyone else is learning anything today either. Kate seems to notice the way all of the other guys in class are drooling over your Mom. It seems to bother her greatly.</p>
<<speech "Kate">>I’m glad someone else is getting gawked at for once. It is nice to have a break from all the staring<</speech>>
<p>You can tell pretty obviously that she is lying. If it were up to her every eye in the class would be on her the whole time. You decide not to push her on it though. You simply agree that you Mom is very hot so it isn’t hard to see why people ogle her all class.</p>
<<speech "Kate">>But I’m hotter, right?!<</speech>>
<p>She glares at you menacingly. Asking you a rhetorical question like a jilted girlfriend who is offended that you acknowledged the beauty of another woman. You stare at her for a moment, thinking hard about what to say next. Before you can answer, the class ends. Groans of sadness fill the room as your Mother ends the class and everyone has to leave. You start to pack up your stuff but before you get up to leave you notice that Kate is blocking your way out of the aisle, still waiting for an answer.</p>
[[She answers for you|katemainquest2][$scene to 0; $kate.gallery[2] to 1]]
<<else>>
[[Sit next to Kate|sitkate][$has.class to 1;$kate.class to 1;$school.todayecon to 1]]
[[Listen to the lesson|normalclassecon][$has.class to 1;$school.todayecon to 2]]
<<if $homework.hasecon is 0>>
<<receivehomework "Economics">>
<<elseif $homework.hasecon is 1 && $homework.doneecon is 1>>
<p>You give your homework to mom</p>
<<speech "Mom">>I’m so proud of you sweety! I see you work so hard at home. It’s really paying off!<</speech>>
<<momtrust>>
<<set $homework.hasecon to 0>>
<<set $homework.doneecon to 0>>
<<elseif $homework.hasecon is 1 && $homework.doneecon is 0>>
<p>You try to avoid any eye contact with your mother as you enter the classroom</p>
<<speech "Mom">>Oh sweety, why didn’t you do your homework? You know how important your school work is!<</speech>>
<<set $homework.hasecon to 0>>
<</if>>
[[Get out|University]]
<</if>>
<<elseif isDateBetween($gameDate,'13:00','13:59')>>
<p>The class is about to end</p> <p class="hint">Remember that classes begins at 08:00</p>
[[Get out|University]]
<<elseif isDateBetween($gameDate,'14:00','15:59')>>
<p>There aren't any classes during the afternoon students are free to do other activities such as sports or reading books at the library</p>
[[Get out|University]]
<<else>>
<p>There is no one here</p>
[[Get out|University]]
<</if>><<if isDateBetween($gameDate,'08:00','12:59')>>
[[Sit next to Jade|sitjade][$has.class to 1;$jade.class to 1;$school.todaychem to 1]]
[[Listen to the lesson|normalclasschem][$has.class to 1;$school.todaychem to 2]]
<<if $teacher.questmain isnot 2 && $teacher.questmain isnot 3>><<if $homework.haschem is 0>>
<<receivehomework "Chemistry">>
<<elseif $homework.haschem is 1 && $homework.donechem is 1>>
<p>You give your homework to Ms. Lee</p>
<<speech "Ms. Lee">>Nice work. Keep it up, $mc.name<</speech>>
<<teachertrust>>
<<set $homework.haschem to 0>>
<<set $homework.donechem to 0>>
<<elseif $homework.haschem is 1 && $homework.donechem is 0>>
<p>You try to avoid any eye contact with your teacher as you enter the classroom</p>
<<speech "Ms. Lee">>I expect more from you, $mc.name. Do your homework next time<</speech>>
<<set $homework.haschem to 0>>
<</if>><</if>>
[[Get out|University]]
<<elseif isDateBetween($gameDate,'13:00','13:59')>>
<p>The class is about to end</p> <p class="hint">Remember that classes begins at 08:00</p>
[[Get out|University]]
<<elseif isDateBetween($gameDate,'14:00','15:59')>>
<p>There aren't any classes during the afternoon students are free to do other activities such as sports or reading books at the library</p>
<<if isDateBetween($gameDate, '14:00', '14:59')>><<if $jade.trust gte 25 && $jade.questmain gte 4 && $teacher.trust gte 25 && $teacher.questmain gte 6>>
[[You run into Jade|msleejadequest][$scene to 0; $teacher.gallery[4] to 1]]<</if>>
<</if>>
[[Get out|University]]
<<else>>
<p>There is no one here</p>
[[Get out|University]]
<</if>><<if isDateBetween($gameDate,'08:00','12:59')>>
[[Sit next to Lucy|sitlucy][$has.class to 1;$lucy.class to 1;$school.todaymath to 1]]
[[Listen to the lesson|normalclassmath][$has.class to 1;$school.todaymath to 2]]
<<if $homework.hasmath is 0>>
<<receivehomework "Math">>
<<elseif $homework.hasmath is 1 && $homework.donemath is 1>>
<p>You give your homework to your teacher</p>
<<speech "Ms. Powers">>Oh your penmanship is absolutely atrocious, $mc.name! At least you are able to absorb my genius enough to do the work<</speech>>
<<powerstrust>>
<<set $homework.hasmath to 0>>
<<set $homework.donemath to 0>>
<<elseif $homework.hasmath is 1 && $homework.donemath is 0>>
<p>You try to avoid any eye contact with your teacher as you enter the classroom</p>
<<speech "Ms. Powers">>I’m not at all shocked that you didn’t do the assignment. Many a young man have been too awestruck by my beauty and genius to perform even simple tasks<</speech>>
<<set $homework.hasmath to 0>>
<</if>>
[[Get out|University]]
<<elseif isDateBetween($gameDate,'13:00','13:59')>>
<p>The class is about to end ''Remember that classes begins at 08:00''</p>
[[Get out|University]]
<<elseif isDateBetween($gameDate,'14:00','15:59')>>
<p>There aren't any classes during the afternoon students are free to do other activities such as sports or reading books at the library</p>
[[Get out|University]]
<<else>>
<p>There is no one here</p>
[[Get out|University]]
<</if>><<if isDateBetween($gameDate,'08:00','12:59')>>
<<if $alice.firstclass is 1>>
[[Screw around with Alice|sitalice][$has.class to 1;$school.todayjap to 1]]<</if>>
<<if $quest.alicebathroom is 1 && $alice.firstclass isnot 1>>
[[Listen to the lesson|sitalicefirst][$has.class to 1;$school.todayjap to 2]]
<<else>>
[[Listen to the lesson|normalclassjap][$has.class to 1;$school.todayjap to 2]]<</if>>
<<if $homework.hasjap is 0>>
<<receivehomework "Japanese">>
<<elseif $homework.hasjap is 1 && $homework.donejap is 1>>
<p>You give your homework to your teacher</p>
<<speech "Mrs. Sato">>You actually did the homework? Were you coerced? Good job, I guess<</speech>>
<<satotrust>>
<<set $homework.hasjap to 0>>
<<set $homework.donejap to 0>>
<<elseif $homework.hasjap is 1 && $homework.donejap is 0>>
<p>You try to avoid any eye contact with Mrs. Sato as you enter the classroom</p>
<<speech "Mrs. Sato">>Yeah no one else did their homework either. Why do I even assign this crap?<</speech>>
<<set $homework.hasjap to 0>>
<</if>>
[[Get out|University]]
<<elseif isDateBetween($gameDate,'13:00','13:59')>>
<p>The class is about to end</p> <p class="hint">Remember that classes begins at 08:00</p>
[[Get out|University]]
<<elseif isDateBetween($gameDate,'14:00','15:59')>>
<p>There aren't any classes during the afternoon students are free to do other activities such as sports or reading books at the library</p>
[[Get out|University]]
<<else>>
<p>There is no one here</p>
[[Get out|University]]
<</if>><<if isDateBetween($gameDate,'08:00','13:59')>>
[[Use the time to study|normalstudyhall][$has.class to 1;$school.todayhall to 2]]
[[Get out|University]]
<<elseif isDateBetween($gameDate,'14:00','15:59')>>
<p>There aren't any classes during the afternoon students are free to do other activities such as sports or reading books at the library</p>
[[Get out|University]]
<<else>>
<p>There is no one here</p>
[[Get out|University]]
<</if>><<if isDateBetween($gameDate,'08:00','12:59')>>
<<if $scene is 0>>
<p>You walk through the halls until you reach the chemistry lab. You open the door and notice that you are one of the last students to arrive. There are very few seats left. You decide to take one right next to a shy but very cute looking girl with glasses on. The teacher walks in very soon after you take your seat. She is a beautiful buxom blonde who has a confidence behind her eyes that allows her to command the room.</p>
[img["ressources/scene/lee/leeintro.jpg"]]
<<speech "Ms. Lee">>Good morning and welcome to Chemistry 101. I will be your instructor. My name is Carrie Lee. You all may call me Ms. Lee. If there are no questions, I’d like to get started immediately<</speech>>
<p>Her commanding voice has made the class give her their undivided attention. The room falls silent as she listens for a moment. When no one speaks up she turns around and pulls out a marker.</p>
<<speech "Ms. Lee">>Good, let’s begin<</speech>>
[[Start taking notes|Class Chemistry First][$scene to 1]]
<<elseif $scene is 1>>
<p>You pull out a notebook from your bag and realize that you forgot to bring a pen. You look around and notice the nerdy girl beside you has several on her desk. You turn to her and whisper to her, asking if you can borrow one for the day.</p>
<<speech "Jade">>Do you mind?<</speech>>
[img["ressources/scene/jade/jadeintro.jpg"]]
<p>You recoil a bit from her hostile response. She notices your reaction and suddenly looks very apologetic.</p>
<<speech "Jade">>Oh I’m sorry. I didn’t mean to be so rude. I just usually prefer to sit alone so I’m not disturbed while I’m working. Let’s start over, I’m Jade<</speech>>
<p>You smile and introduce yourself to her. She hands you one of her pens. Your fingers touch as she hands it too you. She pulls her hand away quickly, an obvious blush forming on her face. You thank her for her help.</p>
<<speech "Ms. Lee">>Excuse me you two. You classmates are listening to the lesson, follow their example<</speech>>
<p>You both nod to Ms. Lee, letting her know you both understand.</p>
[[Pay attention to the lesson|Class Chemistry First][$scene to 2]]
<<else>>
<p>You take diligent notes for the rest of the class. You make a mental note to yourself to bring your computer with you from now on so you never have to worry about bringing a pen again. You stand up and begin to pack up your things.</p>
<<speech "Jade">>Hey! Mr. $mc.eyes eyes, don’t forget that that is my pen. I expect that back next time I see you!<</speech>>
<p>You tease her, letting her know that you hope to return her pen soon.</p>
<<speech "Jade">>Find me in the gym in the afternoons, if you’re so eager to return it. See you around!<</speech>>
<<jadetrust>>
<p>You can’t help but notice Ms. Lee giving you sultry looks as you talk to Jade. But you don’t make it obvious you can see her.</p>
<<teacherint>>
<p>You follow the crowd as the class funnels out of the chemistry lab.</p>
[[Leave|University][$school.statuschem to 1; $has.metjade to 1]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<<elseif isDateBetween($gameDate,'14:00','15:59')>>
<p>There aren't any classes during the afternoon students are free to do other activities such as sports or reading books at the library</p>
[[Get out|University]]
<<else>>
<p>There is no one here</p>
[[Get out|University]]
<</if>><<if isDateBetween($gameDate,'08:00','12:59')>>
<<if $scene is 0>>
<p>The Economics hall is one of the larger classrooms in the university. As you walk in you are surprised to see how full it actually is. You wonder why Economics is so popular as you begin to find a place to sit. You see a girl with an insanely short skirt take a seat near the edge of one of the aisles and decide to make your way over towards her quickly.</p>
[img["ressources/scene/kate/kateintro.jpg"]]
<p>There is a seat open right beside her and you jump at the opportunity. When you sit next to her you can’t help but stare at her long bare legs. She notices you staring and snaps at you.</p>
<<speech "Kate">>What? Did you just sit next to me to perv over me? Do you think I’m just some easy slut?<</speech>>
<p>Between the way she is dressed, and the snarky smile on her face, you can tell exactly what kind of girl she really is. You playfully tell her to shut up as you reach out and grab her hand by her wrist. You pull her hand towards your groin and place her palm on your bulge. She looks at your bulge with a sultry smile on her face.</p>
<<speech "Kate">>Not even gonna ask my name first? Fine I’ll just tell you. I’m Kate. What should I call you, Mr. Big Cock?<</speech>>
<p>You introduce yourself properly to Kate as her hand continues to linger on your cock as it grows in your pants. She almost starts to stroke you over your pants when she is interrupted by the arrival of the professor.</p>
[[The professor walks in|Class Economics First][$scene to 1]]
<<else>>
<p>As the professor walks in and takes her spot at the head of the lecture hall, you can quickly understand exactly why this class is so popular. The professor is none other than your Mother. Her low cut shirt and enormous breasts would draw in a crown anywhere.</p>
[img["ressources/scene/mom/momintro_class.jpg"]]
<<speech "Mom">>Welcome to Economics everyone! We’re gonna have a great year!<</speech>>
<p>Your Mother bounces a bit in excitement, much to the joy of the many men in the lecture hall as he breasts bounce with her.</p>
<<speech "Mom">>Let’s get started!<</speech>>
<p>She turns around and starts to write on the board at the front of the class. The only reason the whole class isn’t disappointed that they can’t see her tits is because her huge ass is now on display as it strains against her tight skirt. Kate turns to you, pulling her hand away from your cock. You look at her, somewhat disappointed.</p>
<<speech "Kate">>You don’t wanna cum in your pants in the middle of class do you? Meet me by the pool some time, Mr. Big Cock. Or maybe just hit me up on SexApp. Here is my ID<</speech>>
<p class="hint">You just got Kate's SexApp ID!</p><<set $has.kateid to 1>>
<p>You listen to the rest of your Mother’s lecture, taking notes on your computer along with her. Kate falls asleep in her chair beside you, clearly not wanting to be here right now. Before long the class is over and you quickly pack up to leave. Before you head out you gently rock Kate until she is awake so she can leave too.</p>
<<katetrust>>
[[Leave|University][$school.statusecon to 1; $has.metkate to 1]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<<elseif isDateBetween($gameDate,'14:00','15:59')>>
<p>There aren't any classes during the afternoon students are free to do other activities such as sports or reading books at the library</p>
[[Get out|University]]
<<else>>
<p>There is no one here</p>
[[Get out|University]]
<</if>>
<<if isDateBetween($gameDate,'08:00','12:59')>>
<p>On Wednesdays every week you will have a free period. You can use this time to catch up on, or even get ahead in your studies. Or you can take advantage of the office hours of one of your teachers, to try and build your relationship with them. Study Hall isn’t just some time to goof off though! You should always be doing something. So just like your regular classes, if you decide to blow it off, your grades will suffer. So be careful with you decisions!</p>
<<grades>>
[[Leave|University][$school.statushall to 1]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<<elseif isDateBetween($gameDate,'14:00','15:59')>>
<p>There aren't any classes during the afternoon students are free to do other activities such as sports or reading books at the library</p>
[[Get out|University]]
<<else>>
<p>There is no one here</p>
[[Get out|University]]
<</if>><<if isDateBetween($gameDate,'08:00','12:59')>>
<<if $scene is 0>>
<p>You head to the foreign language wing of the university and make your way to the Japanese classroom. You walk in and notice that there are very few students besides you in the classroom. You check your watch to make sure you aren’t too early, but you appear to be right on time. You take a seat near the center of the desks and wait.</p>
<p>Eventually, the door opens up and in comes a somewhat disheveled woman with a coffee and very large sun glasses hiding her eyes. She stumbles a bit as she makes it to her desk.</p>
[img["ressources/scene/sato/satointro.jpg"]]
<<speech "Mrs. Sato">>調子はどう?<</speech>>
<p>She says in fluent Japanese as she plops down into her chair. She pulls out a flask and pours some alcohol into her coffee to make it Irish before chugging it down quickly and surprisingly easily. She throws the coffee cup across the room into the garbage can, pulls he glasses off and stands up.</p>
<<speech "Mrs. Sato">>Welcome to Japanese. Call me Sato Sensei. Half of you are here because you heard this class was an easy grade. The other half of you are Gaikoku-jin who wanna watch anime without subtitles. If you are a part of the second group, you are the reason I drink. Let’s get started<</speech>>
[[Listen to the lesson|Class Japanese First][$scene to 1]]
<<else>>
<p>Mrs. Sato goes through her lesson, starting off by teaching the class many of the more basic Hiragana. You take diligent notes through out, trying your hardest to actually learn when she is teaching. Most of the students around you do seem to fall into one of the two categories that Mrs. Sato mentioned. Some of them aren’t even paying attention, and the others seem to be staring at her chest or their phones instead of actually trying to learn.</p>
<<speech "Mrs. Sato">>Alright that is all I can stand of you for one day. Class over, see you next week<</speech>>
<p>You start to pack up most of your things. The rest of the students don’t even pack up as most of them didn’t even unpack to begin with. You had a question about the lesson so you wait until everyone else has left to walk up to Mrs. Sato’s desk to ask her about it. She seems very surprised that you had a question. She is even more surprised when you show her that you were taking actual notes for the whole class.</p>
<<speech "Mrs. Sato">>Are you fucking with me? You were actually paying attention? Ha! Sorry, that is just funny to me. You might be the first student I’ve had who actually listened to my lecture in like five years. Here, you got this Hiragana a bit wrong, it is actually written like this<</speech>>
<p>She takes your notes and corrects them a bit for you. You thank her before packing up and leaving. She gives you a wide intrigued smile as she watches you leave.</p>
<<satotrust>>
[[Leave|University][$school.statusjap to 1]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<<elseif isDateBetween($gameDate,'14:00','15:59')>>
<p>There aren't any classes during the afternoon students are free to do other activities such as sports or reading books at the library</p>
[[Get out|University]]
<<else>>
<p>There is no one here</p>
[[Get out|University]]
<</if>><<if isDateBetween($gameDate,'08:00','12:59')>>
<<if $scene is 0>>
<p>It is time for your Mathematics class. You head to the lecture hall and begin to look for a seat. You see an open desk beside a beautiful brunette in the third row.</p>
[img["ressources/scene/lucy/lucyintro.jpg"]]
<p>You head down and walk into the row only to see that the seat is occupied after all. But not by a person, by the brunette’s bag. You tap her shoulder to ask her to move it so you can sit. But, the moment you touch her she snaps a look at you.</p>
<<speech "Lucy">>What do you want?<</speech>>
<p>You get angry by her rude response, but you calmly ask her to move her bag so you can sit down. She seems to cool off a bit, realizing that her harsh reaction was unwarranted.</p>
<<speech "Lucy">>Oh…. My bad….. Here let me move that for you. No one ever sits by me, so I just put my bag there as a reflex at this point. Anyway, I’m Lucy by the way<</speech>>
<p>You take your seat, introducing yourself to her as you sit, and pull out your laptop to get ready to take notes.</p>
<<speech "Lucy">>And just so you know, when the teacher talks, I listen. I’m not here to talk, I’m here to learn. This school costs way too much to waste class time talking<</speech>>
<p>You let her know you understand and that you promise to be silent during class.</p>
<<speech "Lucy">>I appreciate that. Follow that rule and we will get along great!<</speech>>
[[The teacher arrives|Class Math First][$scene to 1]]
<<else>>
<p>The door at the front of the lecture hall opens up and a tall, buxom, redheaded woman saunters in with her nose turned up and a snarky smile on her face. Her tight, partly open, designer blouse reveals a lot of cleavage. He milky white tits jiggle with each sultry step of her Prada heels.</p>
[img["ressources/scene/powers/powersintro.jpg"]]
<<speech "Ms. Powers">>Alright, alright. Settle down you plebeians. Time to see if any of you can appreciate my genius and learn something this year. Though it is not likely, I do hope you all at least give what little effort your smaller minds are capable of<</speech>>
<p>Her biting words are masked behind a sexy and flirtatious smile. She gives the men thorough look over, as if she were scouting out her prey. She even licks her lips when her eyes linger on you.</p>
<<speech "Ms. Powers">>Now then, I’m sure most of you already know who I am, but for those of you who live under a rock, I’m Jessie Powers. I am here to try and make you poor children understand mathematics. Good luck to you all<</speech>>
<p>She laughs mockingly between her arrogant words. When she is done taunting the class she turns and begins to write on the board. You take extensive notes as she writes, getting down almost everything she writes and says in deep explicit detail. When the class is over, She turns and bows to the class, as if she were a performer receiving applause.</p>
<<speech "Ms. Powers">>That is all for today my little dimwits. I hope you don’t all drop my class by next week, some of you are quite cute<</speech>>
<p>She saunters back out of the room and you get ready to pack up and leave. You go to pack up your things and head out of the class as well. But, before you can, Lucy stops you. She is looking at the massive amount of notes on your computer.</p>
<<speech "Lucy">>You have five pages of notes! I barely have four. The detail in which you write is exquisite. Would you be willing to send me copies of your notes? Here is my SexApp ID. Please send them to me whenever you are able<</speech>>
<p>You take her SexApp ID and tell her that you are happy to send them to her. She smiles wide as she says thank you and goodbye. You follow her out soon after.</p>
<<powerstrust>>
<<lucytrust>>
<p class="got">You just got Lucy's SexApp ID!</p><<set $has.lucyid to 1>>
[[Leave|University][$school.statusmath to 1; $has.metlucy to 1]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<<elseif isDateBetween($gameDate,'14:00','15:59')>>
<p>There aren't any classes during the afternoon students are free to do other activities such as sports or reading books at the library</p>
[[Get out|University]]
<<else>>
<p>There is no one here</p>
[[Get out|University]]
<</if>><<set _ran to random(1,2)>><<if _ran is 1>>
<p>You pass by Alice on the way to the cafeteria and stop her to invite her to share lunch with you.</p>
<<speech "Alice">>Hmm, I was gonna go for a run, but ya know, I haven’t eaten yet today. Sure, let’s go I’ll buy<</speech>>
<p>The two of you walk to the cafeteria together and grab some food. Alice pays for the both of you, and you make a point to thank her and say you will make it up to her somehow.</p>
<<speech "Alice">>No worries! I like buying stuff for the people I like. And there is plenty to like about you<</speech>>
<p>She eyes you up quite often while the two of you chat. When you are done eating she gets up and starts to head out.</p>
<<speech "Alice">>I’m going on that run now. We should do this again soon!<</speech>>
<<alicetrust>>
[[Finish eating|Cafeteria]]<<set $gameDate.setUTCHours(15)>><<set $gameDate.setUTCMinutes(0)>>
<<else>>
<p>You sit by Alice as you enjoy your lunch. Alice is eating as well but she doesn’t have a meal. Instead she has a popsicle. One that she is eating very sensually. She repeatedly makes provocative motions and slurping sounds with the popsicle, while looking at and talking to you the whole time.</p>
<<speech "Alice">>Popsicles are delicious. They are definitely my second favorite thing to put in my mouth<</speech>>
<p>She winks at you playfully. You can’t help but blush and get hard at the thought. You are suddenly wishing you were in the university bathroom right now.</p>
<<alicecorr>>
[[Finish eating|Cafeteria]]<<set $gameDate.setUTCHours(15)>><<set $gameDate.setUTCMinutes(0)>>
<</if>><<if $school.missedjap lte 3>>
<<set _ran to random(1,2)>><<if $alice.trust gte 10>>
<<if _ran is 1>>
<p>You sit beside Alice during class today. The two of you talk some here and there but ultimately the day is extremely slow and boring. Everyone in the class appears to just be coasting, as the dominant sound in the room is the ticking of the clock on the wall. Suddenly Alice turns to you, looking almost distressed.</p>
<<speech "Alice">>Hey look!<</speech>>
<p>You turn towards her as she pulls her shirt down and flashes her tits to you. She sticks her tongue out and bounces them for you and much of the class, while you stare blatantly.</p>
[img["ressources/scene/alice/flash.jpg"]]
<p>You chuckle as she pulls her shirt back up and puts her tits away. You ask her what spurred her into doing that so suddenly.</p>
<<speech "Alice">>I’m fucking bored. I hate not doing something. Besides, it’s sexy to see the look on guy’s faces when they get caught in the headlights<</speech>>
<<alicecorr>>
<<else>>
<p>Alice seems pissed off in class today. She has her arms folded and is slumping down in her chair. You turn towards her and ask her if anything is wrong.</p>
<<speech "Alice">>One of the teachers caught me in the bathroom this morning. She kicked me out. I hate being told what to do<</speech>>
<p>Her voice is a bit hoarse, as if she had been yelling. You try to cheer her up a bit. You make a joke saying that she should go back to the bathroom tomorrow and spend the whole day there just to spite the teacher that she got into a spat with. Alice laughs and smiles for the first time all class.</p>
<<speech "Alice">>Good idea, $mc.name. Maybe I will. Do you promise to pay me a visit?<</speech>>
<<alicetrust>>
<</if>>
<<else>>
<<if _ran is 1>>
<p>You sit down beside Alice, somewhat pleased to see that she has decided to come to class today. You turn towards her and talk to her about her day. You ask her what her plans are after school.</p>
<<speech "Alice">>Oh I dunno yet. Probably gonna see if someone wants to bend me over behind the school. If not I’ll go on a hike. I like hiking. Mostly because I hate being stuck in one place for too long<</speech>>
<p>You tell her that you’d be happy to be that person who bends her over or go on a hike with her any time, whichever she would prefer. She laughs playfully.</p>
<<speech "Alice">>I’ll keep that in mind. Just make sure you can keep up with me. I don’t hold back no matter who I’m with<</speech>>
<p>She chuckles lightly. You chuckle back to her, not really sure if she was talking about the hiking, the sex, or both.</p>
<<alicecorr>>
<<else>>
<p>You and Alice sit together in class. You spend the time chatting rather than listening. One of the slackers in the back row yells for Alice to take her top off. You stand up from your chair and tell him to fuck off. When you sit back down Alice is staring at you with a playful look in her eye.</p>
<<speech "Alice">>I appreciate the knight in shining armor stuff, $mc.name. But, I don’t need you to stick up for me. Hell I like taking my top off for rando losers like him. I like showing them what they’ll never have<</speech>>
<p>The two of you laugh together and continue talking for the rest of the class and having a good time together.</p>
<<alicetrust>>
<</if>>
<</if>>
[[Leave|University]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<<else>>
<p>You bump into Alice and ask her if she wants to fuck around a bit. She laughs at you.</p>
<<speech "Alice">>I fuck a lot of guys but I’m not here to mess with idiots. Call me when you aren’t failing<</speech>>
<p>She continues to laugh at you as she walks away. You hang your head and move along.</p>
[[Listen to the lesson|normalclassjap][$has.class to 1;$school.todayjap to 2]]
[[Leave|University]]
<</if>>
<p>You take a seat in the classroom and wait for Mrs. Sato to arrive. The class seems unusually empty today. Chances are that Mrs. Sato was right and that many of the students dropped the class when they learned it wasn’t something for anime lovers. The door to the class opens and a gorgeous brunette in very provocative clothing walks in. You are a little confused as you have never seen her before. She takes the seat right beside you and lounges back, clearly not preferring to be here. You turn to her and introduce yourself to her. She gives you a sultry look in return.</p>
<<speech "Alice">>How’s it going. I’m Alice<</speech>>
<p>You ask her why you have never seen her around before. You make sure to add a compliment about how someone as hot as her would certainly attract your attention.</p>
<<speech "Alice">>Oh I rarely go to class. I spend most of my time here hanging out in the bathrooms. It’s where all the fun is had<</speech>>
<p>She winks at you and just like that you put two and two together. You realize that this is the girl from the other side of the bathroom stall. You go to mention it, but just as you start to speak Mrs. Sato walks in and plops down in her chair. She barely puts in any effort but once she starts teaching it is hard to maintain a conversation.</p>
<p>When the class finally comes to an end you make a point to talk to Alice but she is clearly in a hurry to leave.</p>
<<speech "Alice">>Maybe I’ll see ya around, $mc.name. You know where you can find me<</speech>>
<p>She sways her hips seductively as she leaves. You watch intently on her ass as it moves back and forth the whole way. When she is finally out of sight you collect yourself enough to leave as well.</p>
<<alicetrust>>
<<alicecorr>>
[[Leave|University][$alice.firstclass to 1; $has.metalice to 1]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<<if $sato.questmain is 3>><<set $sato.questmain to 4>>
<p>You go into class and take a seat. Akira walks in a while later, looking clearly dejected. She slumps down into her desk even harder than she did on the first day of class. She sighs and groans angrily before finally speaking.</p>
<<speech "Mrs. Sato">>Well! Great job on the test ya little fuckers. Not a single one of you passed. Not. A. Single. One<</speech>>
<p>You slump down in your desk as well. You knew you likely didn’t do well on the test, but hearing that you failed when you tried so hard is still disheartening. You look over at Akira and notice that she is averting her eyes from you. She is clearly disappointed in you. You should try to apologize to her when she is alone. You have heard that she goes to the Cock and Bull and hangs at the bar on the weekends. Maybe you should try speaking with her there.</p>
[[Get out|University]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<<elseif $sato.questmain is 2 && $sato.trust gte 15>><<set $sato.questmain to 3>>
<p>Today in class, Akira gives everyone a quiz. She mumbles about how she has to because of some rule making the teachers give a certain number of tests each semester. She smiles at you though, as though you are the only person she is not even remotely worried about. When you look over the paper you realized something unfortunate. This is going to be a very hard test. You get three questions in and realize that you are probably wrong on all three of them. You slog through the exam doing your best, but you are not confident that you did very well.</p>
<<grades>>
[[Get out|University]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<<elseif $sato.questmain is 0 && $sato.trust gte 5>><<set $sato.questmain to 1>>
<p>You try to pay attention in class today. But you are a bit too excited to follow closely enough. Your studies have been paying off and you have been eager to show that to Mrs. Sato. Although, she rarely gives the class any quizzes or tests. So, you have decided to take some time out of your day to show her on your own. When the class ends you wait for everyone else to leave. Mrs. Sato lingers, covering her face with her jacket and almost snoring in her chair.</p>
<p>You walk up to her desk and get her attention, asking her if she has a moment to talk with you.</p>
<<speech "Mrs. Sato">>I guess. I was hoping to get a bit of rest in before my next class. But, whatever. Go ahead<</speech>>
<p>You tell her that you have been studying and practicing your pronunciation of certain words and was hoping she could give you some feedback.</p>
<<speech "Mrs. Sato">>You, what? You have been studying and practicing? Huh?<</speech>>
<p>You repeat a phrase for her in Japanese. You say, ‘Anata wa watashi no sukina senseidesu’. You are not very good at pronouncing it but by the smiling welling up on her face you can tell that she was able to understand that you told her that she was your favorite teacher. She begins to chuckle lightly, breaking her smile.</p>
<<speech "Mrs. Sato">>Oh your pronunciation is fucking atrocious. But, you’re cute. Even cuter for actually trying!<</speech>>
<p>She laughs some more. Laughing as though she barely even believes this conversation is happening.</p>
<<speech "Mrs. Sato">>Here, I can’t give you a grade or any extra credit. But, you certainly deserve something for all that hard work. Let me teach you a new word, oppai!<</speech>>
<p>Mrs. Sato stands up and suddenly pulls open her shirt, letting her large round breasts free. They bounce a bit as they fall. As does your jaw as you stare at them.</p>
[img["ressources/scene/sato/flash.jpg"]]
<p>She smiles at you, never bothering to put her clothes back on.</p>
<<speech "Mrs. Sato">>As much as I enjoy the attention I think you should head off for now. I wouldn’t want my next class to get the wrong idea<</speech>>
<p>You agree and thank her for her heal and for her tits. You head out of the room still a bit shaken from the encounter.</p>
<<satotrust>>
<<satocorr>>
[[Get out|University]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<<else>><<set _ran to random(1,2)>>
<<if $sato.trust gte 15>>
<<if _ran is 1>>
<p>Akira teaches the class. She really only put any effort in to teaching you the language, as she knows that no one else is really paying attention. She smiles at you sweetly whenever she turns back to ask you a question. Seeing her put effort into teaching again is heart warming.</p>
<<satotrust>>
<<else>>
<p>Once again it is just you and Akira in class today. She knows you want to learn. But, she also knows how you both love to have fun together. So she locks the classroom door and teaches class topless for you today.</p>
[img["ressources/scene/sato/toplesslesson.jpg"]]
<<satocorr>>
<</if>>
<<elseif $sato.trust gte 5>>
<<if _ran is 1>>
<p>You head to class today and are surprised when you are the only one there. Mrs. Sato walks in and sighs when you are the only one she sees. You smile at her nervously, unsure of what she plans to do.</p>
<<speech "Mrs. Sato">>Wanna just call it a day? No one else seems to care about this class<</speech>>
<p>You tell her that you care very much and wouldn’t rather be doing anything than learn Japanese from her today. She looks at you, half with hope, and half with exhaustion. She sighs and gets on with the lesson, teaching you honorifics.</p>
<<satotrust>>
<<else>>
<p>Mrs. Sato sits behind her desk as the class takes notes. Or more accurately, as you take notes. She pours some liquor into her coffee from her flask. But the flask slips and it pours all over her shirt. She stands up, shocked and trying to wipe away the liquid. The liquor soaks her top and reveals that she was not wearing a bra beneath her white blouse, giving the whole class a great view. She notices this and chuckles.</p>
<<speech "Mrs. Sato">>Enjoy it while you can. Might be the last time most of you ever see tits in person<</speech>>
<<satocorr>>
<</if>>
<<else>>
<p>You pay close attention to the lesson today. Mrs. Sato isn’t the most engaging teacher. Her obvious disinterest makes it hard to follow. But, you still try your best and write extensive notes. She is a decent teacher, and if she weren’t so disheartened she would be fantastic at it.</p>
<<satotrust>>
<</if>>
[[Get out|University]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<</if>><<if $teacher.questmain is 4 && $teacher.trust gte 15 && $teacher.int gte 15>><<set $teacher.questmain to 5>>
<p>You sit through chemistry class today and pay close attention to the lesson. Ms. Lee notices and gives you several sensual looks through out the class. When it is time to leave Ms. Lee calls out to you.</p>
<<speech "Ms. Lee">>$mc.name! Please stay behind. I hope you aren’t busy I have something important to discuss with you<</speech>>
<p>You are confused by her request. But, you agree. You head up towards her desk and wait for the rest of the students to funnel out of the room. Once it is empty she goes over and locks the door. She turns back to you and smiles seductively.</p>
<<speech "Ms. Lee">>I have a proposal for you. You see, I actually like that base ball bat of a cock you are hiding in there. So here is how this will work. I am in charge. I touch you or allow you to touch me on my terms. You agree to that, then you and I get to have some fun together<</speech>>
<p>Her authority turns you on and makes it damn near impossible to to say no to her. You don’t even want to say no. You agree the moment she finishes talking.</p>
<<speech "Ms. Lee">>Wonderful. Now hurry up and take your pants off. My throat is far too empty at the moment<</speech>>
[[Get your cock sucked|teachermainquest4][$scene to 0; $teacher.gallery[2] to 1]]
<<elseif $teacher.questmain is 1 && $teacher.trust gte 10 && $teacher.int gte 10>><<set $teacher.questmain to 2>>
<p>Class goes by as usual. Ms. Lee explains some reactions and their causes, you stare at her tits the whole time. A completely normal day. At the end of the class Ms. Lee gives everyone an assignment. The way she looks at you when she hands out the assignment sheet tells you that this homework is rather important. You should make sure you take care of it right when you get home tonight.</p>
<<teachertrust>>
<<teacherint>>
[[Get out|University]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<<else>><<set _ran to random(1,2)>>
<<if $teacher.trust gte 15>>
<<if _ran is 1>>
<p>Ms. Lee decides to give the students a verbal pop quiz today. She asks each student a series of random question. She also chooses each student at random so no one can prepare or no when they will be next. Everyone slips up on at least one question. But, once she gets to you, she rapid fires almost a dozen questions at you, and you get each one perfectly right.</p>
<<speech "Ms. Lee">>Good effort, $mc.name. I’m glad someone around here is actually putting effort into their studies<</speech>>
<<teachertrust>>
<<else>>
<p>During class Ms. Lee asks you to head to the front of the class to help with a demonstration. But, once you are up there you realize that she only brought you up as an excuse to grope and feel you up in the middle of class. She take every opportunity to grab your bulge and pinch your butt. It is surprising at first but you ultimately enjoy it so you let her paw at you as she pleases. Once class is over though, she rewards you for your cooperation and help with a quick look at her tits before you leave.</p>
[img["ressources/scene/lee/flash.jpg"]]
<<teacherint>>
<</if>>
<<elseif $teacher.trust gte 5>>
<<if _ran is 1>>
<p>You spend the class paying extra close attention to Ms. Lee’s lesson. Every time she asks a question you raise your hand to answer.</p>
<<speech "Ms. Lee">>Who can tell me what the difference between and endothermic and an exothermic is?<</speech>>
<p>You raise your hand and she calls on you to answer. You explain the difference to her in rather simple terms, saying that exothermic generates or releases heat and endothermic absorbs it.</p>
<<speech "Ms. Lee">>Correct. Glad you are paying attention, $mc.name<</speech>>
<<teachertrust>>
<<else>>
<p>Once class ends you stand up and stretch out a bit. You raise your arms up and bend back, waking your muscles back up. You shirt pulls up and your abs are visible to the room. When you are done stretching you notice Ms. Lee staring and biting her lip. You smile back at her. She winks at you before you head out of the class.</p>
<<teacherint>>
<</if>>
<<else>>
<p>You sit through your chemistry class today. Ms. Lee spends the class delving into the concept of radioactivity. You listen intently. Ms. Lee takes notice and shoots you several glances throughout the course of the class.</p>
<<teachertrust>>
<<teacherint>>
<</if>>
[[Get out|University]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<</if>><<if $mom.slave lt 1>>
<<set _ran to random(1,2)>><<if $mom.trust gte 15>>
<<if _ran is 1>>
<p>You sit through class as usual. Your Mother asks for a volunteer to visual explain something. You throw your hand up and she of course chooses you. You walk down and play along with her visual aid. She is grateful for your help. She knows that if any of the other students were to fill the role they would likely try to grope her the whole time. Or maybe she was just trying to get you to be the one to grope her instead.</p>
<<momtrust>>
<<else>>
<p>You Mom’s class is especially rowdy today. She decided to wear a blue sweater that, frankly, if it were any more low cut it might as well not even be on her. Each time she moves her huge tits visibly bounce. But she doesn’t seem to even pay attention to any of the other students. She only cares that you are looking. And she blushes bright red when she can tell that you are.</p>
<<momcorr>>
<</if>>
<<elseif $mom.trust gte 5>>
<<if _ran is 1>>
<<speech "Mom">>So that about wraps up everything there is to know about capitol. Any questions?<</speech>>
<p>The entire class is enraptured by your Mom’s low cut shirt. So none of them raise their hands. She looks a little disappointed, assuming that no one is paying attention. You raise your hand and ask a simple question to let her know you were listening. She smiles at you warmly and gets to answering it.</p>
<<momtrust>>
<<else>>
<p>While your Mom is teaching she turns around and her large hips make her accidentally knock over some books and papers from her desk. She bends down to pick them up giving the whole class a great view as the fabric of her skirt strained against her huge round ass. A few guys in the class even wolf whistled at her.</p>
<<momcorr>>
<</if>>
<<else>>
<p>You sit back and listen to your Mother teach. She is wearing a tight black dress today. One that hugs her curves beautifully. You still aren’t sure if she knows about the affect she has on her students. She seems to by the way she expertly teases them all. But considering how infrequently she is ever with anyone you wonder why she would be trying to be so hot on purpose. Regardless, the lesson is where you attention lies. Although you don’t learn much, being the son of an economics teacher you already know more than most on the subject.</p>
<<momtrust>>
<</if>>
[[Get out|University]]
<<else>>
<p>You sit through Economics class. Although you are hardly able to focus. Ever since you turned your Mother into your sex slave, it is hard to think of her as anything other than a tool for your pleasure. This teacher act she puts on almost makes you laugh. But, you still appreciate the chance to learn from her regardless. And she truly is an excellent teacher when you can focus past her barely covered tits.</p>
<<speech "Mom">>That is all I have for today class. Have a spectacular day!<</speech>>
[[Head out of class|University]]
[[Stick around and use your slave|mom slave class][$scene to 0; $mom.gallery[19] to 1]]
<</if>>
<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>><<if $powers.questmain is 3 && $powers.trust gte 20>><<set $powers.questmain to 4>>
<p>You listen closely to Jessie’s lesson today. Every now and then she stutters when she sees you watching her so closely. She almost breaks her facade at one point. But, she plays it off as just having something caught in her throat. When the lesson ends Jessie nods to you, to signal that she wants to talk to you. Once the rest of the students finish leaving the classroom she locks the door to give you both some privacy. You ask her why she wanted to talk.</p>
<<speech "Ms. Powers">>I kinda don’t get you, $mc.name. You could’ve asked for a fuck ton outta me over my secret. But, even after everything you keep just tryin’ to know me, instead of use me. I gotta tell ya that is real special to me<</speech>>
[[Tell her she is special to you too|powersmainquest3][$stage to 0; $scene to 0; $powers.gallery[4] to 1]]<<if $mc.dom gte 10>>
[[Press the advantage and get all that you can out of her|powersmainquest3][$stage to 1; $scene to 0; $powers.gallery[5] to 1]]<</if>>
<<elseif $powers.questmain is 1 && $powers.trust gte 10>><<set $powers.questmain to 2>>
<p>Math class goes by rather smoothly. Ms. Powers is her usual posh and self aggrandizing self. And, math is still as complicated of a subject as any. Eventually the class ends and you pack up and leave. You head down the hallway and almost make it to the cafeteria when you check your pocket and realize something. You accidentally left your phone back in the classroom. You turn around and head back.</p>
<p>Once you get to the classroom door you hear the faint sound of music and talking. You open the door and see Ms. Powers sitting on the desk and talking on the phone. Country music is playing on a low volume and Ms. Powers is talking in a completely different accent that the one she usually speaks with. She sounds like a southern girl that grew up on a farm.</p>
<<speech "Ms. Powers">>Now I’m tellin’ ya Tammy, the boy has abs you could grate cheese on<</speech>>
<p>You stands there shocked at how different she seems. She is slouching, speaking with poor grammar, and complimenting someone other than herself. It is like she is a totally separate person. She notices you out of the corner of her eye and jumps in shock. She looks at you like a deer caught in the headlights, completely unsure of what to do. You gesture to the seats and quietly walk over and grab your phone. You start to walk back out of the room, trying to avoid eye contact.</p>
<<speech "Ms. Powers">>Wait! I can’t let you leave just yet<</speech>>
<p>You stop in your tracks and turn to her. She has put her facade back on by now. She slowly walk over and turns off her music. She turns back to you and walks up close. She looks very concerned.</p>
<<speech "Ms. Powers">>You have seen me in a position I have not allowed another person to see me in, in years. Frankly, I am ashamed of this side of me. A fact that is likely evident to you by my demeanor. I cannot let this side of me be revealed. I am wiling to pay for your silence<</speech>>
[[Ask to learn more about the real her instead|powersmainquest1][$stage to 0; $scene to 0; $powers.gallery[1] to 1]]<<if $mc.dom gte 5>>
[[Demand much more than money|powersmainquest1][$stage to 1; $scene to 0; $powers.gallery[2] to 1]]<</if>>
<<else>><<set _ran to random(1,2)>>
<<if $powers.trust gte 15>>
<<if _ran is 1>>
<p>Ms. Powers is getting flustered today in class. One student is clearly trying to bother her by repeatedly asking the same stupid question over and over again, and acting like he doesn’t understand her explanation of it. She gets so angry that her true accent almost bleeds through. You call out and yell at the student, putting a stop to the idiocy, and saving her from revealing herself.</p>
<<powerstrust>>
<<else>>
<p>Ms. Powers leans back in her chair and stretches out her arms. When she does she spreads her arms too wide. Between her large tits and her wide spread arms, her blouse didn’t stand a chance. It pops open. Thankfully she was wearing a bra, but the entire class certainly got a very good look at her chest in that brief moment.</p>
<<powerscorr>>
<</if>>
<<elseif $powers.trust gte 5>>
<<if _ran is 1>>
<p>You attend math class today. Ms. Powers is writing on the board using needlessly intricate handwriting that half of the class can’t even read. You ask her thoughtful and relevant questions throughout the class to try and get her to explain the material better for those that can’t read what is on the board to take proper notes. She can see what you are doing and appreciates the effort, as well as giving her more chances to talk.</p>
<<powerstrust>>
<<else>>
<p>In math class today, Mr. Powers bends over to pick up a marker from the floor. Her short skirt rides up and her panties are visible to the class. There is some snickering and some whistling coming from the students. But, as she stands back up she just acts like she expected such a reaction from the students. Clearly viewing her own looks highly.</p>
<<speech "Ms. Powers">>Yes, yes, my buttocks are glorious. Even in this skirt. But please control yourselves, you lascivious boys<</speech>>
<<powerscorr>>
<</if>>
<<else>>
<p>You listen closely to Ms. Powers’ lesson today. She spends some time explaining differential equations to the class. She is clearly smart but her ability to make concepts easy to digest could use some real work.</p>
<<powerstrust>>
<</if>>
[[Get out|University]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<</if>><p>You spend today's study hall reviewing your latest exercices.</p>
<<grades>>
[[Leave|University]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>><<if $teacher.questmain is 2>><<set $teacher.questmain to 3>>
<p>You sit down to do your homework for chemistry as usual. But as you are reading through the assignment, you realize that it is absolutely impossible. You read it through over and over again, just in case you are missing something. But no matter what you do, the formula cannot be solved as it is written. You should talk to her during your next free period.</p>
<<grades>>
[[Return|House]]
<<else>>
<<set _ran to random(1,2)>>
<<if _ran is 1>>
<p>Ms. Lee gave you some homework to make sure you understand the differences between acidic and alkaline substances. It seems pretty easy to understand. Although remembering the ph of many of the example substances will be the hard part when the test comes.</p>
<<mcint>>
<<grades>>
<<else>>
<p>Your Chemistry homework this week is rather simple. You just need to fill out a periodic table with as many of the elements and their atomic weighs as you can. The minimum required for a passing grade is 25. And you make it to 40 before you even start counting them.</p>
<<mcint>>
<<grades>>
<</if>>
[[Return|Desk][$homework.donechem to 1]]<<addhours 1>>
<</if>><<set _ran to random(1,2)>>
<<if _ran is 1>>
<p>You sit at your desk to do this week’s economics homework. Having to write a paper about that advantages and disadvantages of both communism and capitalism, is sure to start some arguments. But you are certain that all your Mom would have to do to make them forget all about that is lean forward and show off her cleavage.</p>
<<mcint>>
<<grades>>
<<else>>
<p>You have to write a paper about supply side economics for class. It it due by next class so you have to word hard to get it done. It is only a five hundred word paper though. So you have no problem getting it done quickly.</p>
<<mcint>>
<<grades>>
<</if>>
[[Return|Desk][$homework.doneecon to 1]]<<addhours 1>><<set _ran to random(1,2)>>
<<if _ran is 1>>
<p>You sit down to do your Japanese homework for the week. Writing down the Hiragana, and Katakana over and over again to demonstrate that you know how they are written, as well as how they are pronounced. It is tedious work but it really helps!</p>
<<mcint>>
<<grades>>
<<else>>
<p>It is time to get your homework done for your Japanese class. You have to write a full introduction of yourself in Japanese. It is hard, but after an hour you are happy with it. Although you probably embellished some of your accomplishments a bit.</p>
<<mcint>>
<<grades>>
<</if>>
[[Return|Desk][$homework.donejap to 1]]<<addhours 1>><<set _ran to random(1,2)>>
<<if _ran is 1>>
<p>You pull out your homework for your math class and get to work. The work is difficult, but thankfully, Ms. Powers thinks so little of her students that her questions are phrased in a way that help you get the answer easier.</p>
<<mcint>>
<<grades>>
<<else>>
<p>You sit at your desk and toil away at your math homework. You probably won’t be able to impress Ms. Powers much by doing well on her homework. She writes it in such a simplified way that a fourth grader could probably understand it. That being said quadratic equations aren’t exactly simple.</p>
<<mcint>>
<<grades>>
<</if>>
[[Return|Desk][$homework.donemath to 1]]<<addhours 1>><<if $scene is 0>>
<p>You hurry to sit down next to her, hiding your hard on and trying to diver her attention back to her homework. You look over the questions she is working on and notice that they seem rather easy to you. You ask her why she seems to be having trouble with them.</p>
<<speech "Sasha">>Because I don’t pay attention to my fat ass whore of a teacher. She is a bitch so I just sleep in her class<</speech>>
<p>You tell her that she needs to study to pass and get into a good college. You offer to help her with her homework so she can lean something away from the teacher she clearly does not like. She seems rather interested in the idea.</p>
<<speech "Sasha">>Sure, I guess I can use the help. It beats failing and having to deal with her for another year<</speech>>
<p>You spend some time helping her with her homework. She seems to truly understand the material once you explain it to her. Once she is done you let her know that you can give her a hand whenever she needs it. Then you get up and head out of the room.</p>
<<sistrust>>
<<siscorr>>
<p class="got">You can now help Sasha with her homework! Go to the desk to offer to help her with it once each day!</p>
<<else>>
<p>You scowl at her. She is supposed to be doing her homework yet her she is, ogling your bulge. You let her know that you are very disappointed in her, and that she should be focusing on her school work, not every cock that she sees.</p>
<<speech "Sasha">>Fuck my homework. And don’t flatter yourself. Your cock might be huge but I still don’t associate with twerps like you<</speech>>
<p>That was the last straw. You approach Sasha quickly and lift her up firmly. You bend her over your legs, Pull pull her skirt, and begin to spank her. Your hand comes down on her ass hard and fast. Each spank leaving her ass cheeks bright red. She yelps out with each strike, but lets out a deep moan following her yelps. You yell at her that she needs to focus more on her school work and that you plan on making sure she does by helping her with it from now on. When she is properly punished, you help her with her homework until it is complete and correct. You then leave the room, leaving Sasha to caress her sore ass alone.</p>
<<sistrust>>
<<siscorr>>
<<mcdom>>
<p class="got">You can now help Sasha with her homework! Go to the desk to offer to help her with it once each day!</p>
<</if>>
[[Leave|House][$sis.questmain to 1; $sis.homework to 1]]<<addhours 1>><<if $stage is 0>>
<<if $scene is 0>>
<p>You nudge her shoulder and tell her to stop thinking so negatively. You let her know that you know that what is best for you, isn’t what is best for her. But, you also make sure to let her know that she is smart and can do great things if she actually worked for it. She seems to blush a bit at your compliments, but shrugs it off quickly.</p>
<<speech "Sasha">>I am already close to failing this year either way. It’s too late. Just drop it<</speech>>
<p>You try to push it further, but before you even have the chance Sasha stands up and kneels down between your legs.</p>
<<speech "Sasha">>Let’s talk about something more fun. Like how ever since I saw your huge fucking cock I’ve wanted a closer look<</speech>>
<p>She pulls your pants down, in an obvious attempt at distracting you from the topic at hand. She is always trying to get her way, even to the point of degrading herself. But you aren’t one to complain. You cock hardens quickly once it is free, eclipsing half of her face behind it.</p>
<<speech "Sasha">>Damn...<</speech>>
[[She strokes your cock|sismainquest5][$scene to 1]]
<<elseif $scene is 1>>
<p>Sasha reaches for your cock with both hands and grips the shaft tightly. She strokes your cock powerfully, her soft hands having a surprisingly strong grip on you. Each pump of her fists going faster and harder than the last.</p>
<video src="ressources/scenes/home/sis/mainquest/stage3/handjob.mp4" autoplay loop></video>
<<speech "Sasha">>I can have some fun with this cock<</speech>>
<p>She speaks as though the cock is hers to toy with. The hungry look in her eye telling you that that is how she sees it as well.</p>
[[Cum|sismainquest5][$scene to 2]]
<<else>>
<p>You groan loudly as you begin to cum. She pulls your cock closer to her with one hand and continues to stroke with the other as you erupt. You shoot rope after rope of thick cum all over her face and into her mouth.</p>
<video src="ressources/scenes/home/sis/mainquest/stage3/cumshot.mp4" autoplay loop></video>
<<speech "Sasha">>Now that is something worth talking about<</speech>>
<p>She licks her face clean before heading out of the living room. You get dressed yourself and head out. You think about how unmotivated Sasha really is. You need to find a way to change that. You will never get further with Sasha until you can make her listen to you and respect you and her studies in a more serious way. Maybe your Mother will have some ideas on how you can motivate her.</p>
<<sistrust>>
<<siscorr>>
[[Leave|House]]<<set $gameDate.setUTCHours(20)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<<else>>
<<if $scene is 0>>
<p>You scowl at Sasha. You are taken aback by her blatant disregard for herself, for you, and for the efforts your Mother has put into raising her. You start to yell at her. You tell her that if she is going to just throw her life away, she might as well just start selling herself and become a whore.</p>
<<speech "Sasha">>Maybe I should, it’s my life. I’ll do what I want with it<</speech>>
<p>You grab her by her hair and pull her to the ground. If she is going to act like a dumb whore, you intend to treat her like one. You pull your cock out and shove it in her face. You command her to stroke it. You voice booming in a way that lets her know that you are completely serious.</p>
[[She does as you command|sismainquest5][$scene to 1]]
<<elseif $scene is 1>>
<p>She starts off slowly. She is clearly shell shocked by how forceful you are being. But deep down you can tell that she like it. As if the reason she acts bratty is to get roughed up and pushed around just like you are treating her now. She takes both hands and strokes you faster and faster, clearly trying to please you.</p>
<video src="ressources/scenes/home/sis/mainquest/stage3/handjob.mp4" autoplay loop></video>
[[Cum|sismainquest5][$scene to 2]]
<<else>>
<p>You call her rude names and degrade her as she strokes your cock. You show her exactly what life as a whore would be like. Unfortunately it seems like she is starting to like being treated this way. You may need to change your strategy in the future, but for now you fully intend to enjoy yourself as well. You enjoy yourself all the way up to your climax. Your cock spasms as you unload your cum all over her face.</p>
<video src="ressources/scenes/home/sis/mainquest/stage3/cumshot.mp4" autoplay loop></video>
<p>When you are finished she sits there motionless. As if she is waiting for you to give her another order. You tell her to get cleaned up and do her homework. She rolls her eyes and licks the cum up from her face. She heads out of the living room. You get dressed and leave as well. You should maybe talk with your mom about motivating her further. She may like being a whore. But if she is a whore you want her to be your whore. Not someone else’s.</p>
<<sistrust>>
<<siscorr>>
<<mcdom>>
[[Leave|House]]<<set $gameDate.setUTCHours(20)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<</if>>
<<if $stage is 0>>
<p>You apologize profusely to you Mom as you begin to back out of the room. Just as you turn away, you hear you Mom speak.</p>
<<speech "Mom">>Hold on sweety. Come her for a moment<</speech>>
<p>You stop and turn back around. She is turning the water on for the shower and standing there without covering up her huge tits and ass. You step closer to her and ask her why she wanted you to come closer.</p>
<<speech "Mom">>Well since you already got a good look, I figure you might as well help me wash my back<</speech>>
[img["ressources/scene/mom/showerflashsub.jpg"]]
<p>She gets underneath the running water and begins to rub soap all over her gorgeous body. Her tits suds up and wash clean as she moves her hands to her ass. She looks at you expectantly. You step closer and grab the soap, lathering it up in your hands and pressing them against the smooth skin of her back. Your slowly and sensually wash her up and down, getting her squeaky clean.</p>
<<speech "Mom">>Thanks sweety. But be more careful next time okay. What if it was Sasha in here and not me?<</speech>>
<p>You promise your Mom you will be more careful and head out back into the hall, your pants tented all the while from your raging erection.</p>
<<momtrust>>
<<momcorr>>
<<else>>
<p>You step closer to your Mother as she grabs a towel to cover herself. You grab the towel and yank it from her hands, tossing it on the bathroom floor. You take a seat on the toilet and command her to keep going. You tell her that you are going to watch her show, and that you want her to make a show of it. She gives you a sultry smile as she turns the shower on and gets in.</p>
<<speech "Mom">>So naughty, making your own Mother wash herself for your enjoyment. Naughty boys like you should be punished<</speech>>
<p>You let her know that you intend to be doing the punishing, and that if she didn’t start soaping up her tits she would be punished very soon.</p>
<<speech "Mom">>Yes sir!<</speech>>
[img["ressources/scene/mom/showerflashdom.jpg"]]
<p>She hands glide across her massive melons, coating them in suds as she caresses her self sensually. You raging hard on bulges in your pants, giving your Mom something to look at as well. Seeing the bulge she gives your turns her on, and she bites her lower lip as her gaze lingers.</p>
<p>When you are satisfied, you stand up and tell your Mother that she did well, and that you plan on seeing her beautiful tits again soon. You then head back out into the hall to continue your day.</p>
<<momtrust>>
<<momcorr>>
<<mcdom>>
<</if>>
[[Leave|House]]<<set $gameDate.setUTCHours(20)>><<set $gameDate.setUTCMinutes(0)>><<if $stage is 0>>
<<if $scene is 0>>
<p>Since she is so certain that these tips are bogus you tease her a bit and offer to be a test dummy so she can find out for herself. You lean in close to her and look at the article with her, looking for a somewhat simple tip to suggest you try. One of the earlier options says that spontaneous hand jobs are a sure fire way to spice things up. You stand up and pull down your pants swiftly, revealing your already hard cock for your Mom. You let her know that this would sure me a spontaneous opportunity.</p>
<<speech "Mom">>Oh sweety… I, uh. I don’t know what to say. It’s a nice coc- IDEA that you have. But I’m not too sure<</speech>>
<p>You tell her to relax as you reach down and take her hand and place it around your cock. She starts of slow but eventually begins to stroke it. Her soft hand glide up and down your shaft slowly. You looks at you in your eyes and your pulsating member slides between her fingers.</p>
<video src="ressources/scenes/home/mom/mainquest/stage3/handjob.mp4" autoplay loop></video>
[[Cum|mommainquest4][$scene to 1]]
<<else>>
<p>She strokes harder and faster. Each stroke pulling you closer to your orgasm. She can clearly tell it is coming as well because her strokes continue to grow faster and faster until you climax, shooting your load all over her hand.</p>
<video src="ressources/scenes/home/mom/mainquest/stage3/cumshot.mp4" autoplay loop></video>
<p>You jizz coats her hand. She keeps stroking even after you finish cumming as she milks every last drop out of you. It isn’t until you are done though that you notice the distraught look on her face. You ask her whats wrong and she looks at you with tears in her eyes.</p>
<<speech "Mom">>Just…. Get out. I need to be alone for a little while<</speech>>
<p>You let her know you understand and start to get dressed. You head out of the kitchen, leaving her to dwell on her thoughts. You realize that you may have gone too far. Her emotions might be weighing on her. You should leave her be for a while and spend some time trying to show her that you can be the dependable man of the house that she needs you to be. That will surely help you progress further with her.</p>
<<momtrust>>
<<momcorr>>
<</if>>
<<else>>
<<if $scene is 0>>
<p>You decide to test her theory out first hand. You stand up and take hold of the collar of her shirt with both hands. You pull them apart, tearing her shirt open and revealing her massive breasts that were hiding beneath the fabric. You yank your pants down and shove your cock between her tits and command her to please your cock if it is so easy.</p>
<<speech "Mom">>Sweety! Oh my goodness, you’re being so forceful<</speech>>
<p>She feigns surprise and reluctance but in seconds she is grabbing her tits with her hands and pushing them together. She rubs your cock up and down with her plush fuck pillows expertly.</p>
<video src="ressources/scenes/home/mom/mainquest/stage3/titsjob.mp4" autoplay loop></video>
[[Cum|mommainquest4][$scene to 1]]
<<else>>
<p>Her huge soft breasts caress and press against your cock as the envelope and glide along your huge shaft. Your Mom has an almost hungry look on her face as she watches the head of your cock poke out through the top of her amble cleavage. The stimulation is enough to make you climax before long and the moment you begin to cum your Mother takes your cock in her hand and strokes you hard and fast until your load spills out and coats her fingers.</p>
<video src="ressources/scenes/home/mom/mainquest/stage3/cumshot.mp4" autoplay loop></video>
<p>Your Mother stands up and give you a dirty look. She looks like she wants to yell but she suppresses her anger long enough to cool down and speak calmly.</p>
<<speech "Mom">>You tear my shirt open, you shove your huge cock between my tits, and then you just cum on me. What the hell are you thinking?!? I’m not your fuck toy I’m your Mother. Learn some respect!<</speech>>
<p>The anger in her voice is weak and her conviction even less so. You can tell she greatly enjoyed being used in the way that she did. But she doesn’t yet want to admit to the taboo. You should give her some space for a while. Take some time to show her that you have the power and are in control of the house now.</p>
<<momcorr>>
<<mcdom>>
<</if>>
<</if>>
[[Leave|House]]<<if $mc.money gte 1000>><<set $has.paidbills to 1>><<set $mc.money -= 1000>>
<p class="got">You pay all the bills with your money</p>
<<else>>
<p class="hint">You haven't enough money. The bills cost $1000 total</p>
<</if>>
[[Return|Desk]]<<if $scene is 0>>
<p>You Mother pulls away from your embrace and slowly slides down to her knees in front of you. She pulls your legs open and runs her hands along them until they are on your bulge. She rubs your bulge with her hand and leans in to press her huge tits against them, making you get rock hard quickly. She then unzips your pants and pulls your cock free stroking it for a moment before lowering he head down and enveloping your cock with her mouth.</p>
<video src="ressources/scenes/home/mom/mainquest/stage4/blowjob.mp4" autoplay loop></video>
[[Cum|mommainquest7][$scene to 1]]
<<else>>
<p>Her plump, soft lips are like heaven as they stroke your shaft. Her tongue lashes around the head of your cock, flicking with expert dexterity. She bobs her head up and down very quickly. Your cock pulses in her mouth as the pleasure begins to overwhelm you and bring you to climax. As you get close to cumming you Mom pulls her head off of your cock and strokes it quickly as she pulls her breasts close to the tip. You finally erupt. Jizz shoots out all over your Mother’s tits, coating them. When you are finally done cumming she pulls her breasts up to her mouth and licks them clean.</p>
<video src="ressources/scenes/home/mom/mainquest/stage4/cumshot.mp4" autoplay loop></video>
<<speech "Mom">>That was wonderful, sweety. Now come on, time for bed. You can sleep with me tonight<</speech>>
<p>You agree, get undressed, and slide into bed. You Mom slides in beside you and you wrap your arm around her and grab hold of her still exposed breast as the two of you gently fall asleep together.</p>
<<momtrust>>
<<momcorr>>
<p class="got">You can now go to sleep with your Mother at night!</p>
[[Next morning|mombedroom]]<<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>>
<</if>><<if $scene is 0>>
<p>You need no further provocation as you quickly strip nude in front of her. You toss you cloths around the room as your shed them. Your Mother crawls towards the end of her bed and kisses you passionately as you undress. Once your huge, hard cock is free she lays down on her back and holds her legs up by her ankles. Her spread legs leave her beautiful pussy exposed. You lean in and slide your cock into her surprisingly tight pussy and begin to thrust.</p>
<video src="ressources/scenes/home/mom/mainquest/stage5/missionary.mp4" autoplay loop></video>
<p>You thrust hard and fast, making her massive melons bounce in tandem with each pump of your cock deep into her pussy. Your eyes switch back and forth between staring at them and watching them quake, and staring into her beautiful blue eyes as the look back into yours.</p>
[[Have her ride you|mommainquest8][$scene to 1]]
<<elseif $scene is 1>>
<p>You pull your cock slowly out of your Mother’s pussy just long enough to lay on your back on her bed. She swings her leg over your body and squats down, sliding her pussy back down around your cock. You hold her thighs while you thrust up into her. She drop down, bouncing on your cock in tandem with your thrusts.</p>
<video src="ressources/scenes/home/mom/mainquest/stage5/cowgirl.mp4" autoplay loop></video>
[[Cum|mommainquest8][$scene to 2]]
<<else>>
<p>You groan out as you are getting close to cumming. Your Mom can feel your cock pulsing inside of her so she pulls out and pulls your cock close to her huge hanging tits. She strokes it hard and fast until your burst, unloading your cum all over her beautiful mounds.</p>
<video src="ressources/scenes/home/mom/mainquest/stage5/cumshot.mp4" autoplay loop></video>
<<speech "Mom">>Fuck that was wonderful sweety. Oh why did we wait so long to do this?<</speech>>
<p>You tell her not to worry because you plan on doing this with her much more often in the future.</p>
<<speech "Mom">>Good, I’ve been missing having a big strong cock fucking me silly<</speech>>
<p>She giggles as she cuddles up next to you. The two of you embrace one another and fall asleep together, peacefully.</p>
<<momtrust>>
<<momcorr>>
[[Next morning|mombedroom]]<<if $gameDate.getUTCHours() > 7>><<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>><</if>><<set $gameDate.setUTCHours(7)>><<set $gameDate.setUTCMinutes(0)>><<set $day += 1>><<dayreset>>
<</if>><<if $scene is 0>>
<p>You decide to spend your free period with your Mother during her office hours. You head into the Economics lecture hall and walk down towards her office at the front of the room. You approach her door and knock on it. Even though you never knock at home any more, she might be with a student and you wouldn't want to disturb them.</p>
<<speech "Mom">>Come on in!<</speech>>
<p>You open the door and see your Mother sitting behind her desk. You greet her as you close and lock the door behind you.</p>
<<speech "Mom">>Nice to see you sweety! What can I do for you?<</speech>>
<p>Once the door is locked your turn back to her and smile devilishly. You begin to undress and tell her that she can get nude for you since you came to fuck her brains out.</p>
<<speech "Mom">>Yes sir!<</speech>>
<p>She jumps up ecstatically and begins to strip down, pulling her shirt and skirt off. The pulling her tits out of her bra to show them to you.</p>
[img["ressources/scene/mom/nudeschool.jpg"]]
[[Get sucked off|mommainquest9][$scene to 1]]
<<elseif $scene is 1>>
<p>You get close and pull your hard cock out. She drops to her knees and wraps her heavily lipsticked lips around your head and sucks on it greedily. She bobs her head and strokes your shaft with her hands. She gags and coughs on it when she goes deep. She then drops your cock between her huge tits and strokes it with them, wrapping her arms around herself to tighten the grip her breasts have on your cock.</p>
<video src="ressources/scenes/home/mom/mainquest/stage6/blowjob.mp4" autoplay loop></video>
[[Fuck her on her desk|mommainquest9][$scene to 2]]
<<elseif $scene is 2>>
<p>You grab your Mother and stand her up. You sweep your hand across her desk, tossing many of her papers and things off to the side. You then push her back and lay her onto her desk. You pull her panties to the side and slide your cock into her push and immediately start to thrust into her. You quickly build into a fast and powerful pace, pummeling her pussy and making her cum on your cock.</p>
<video src="ressources/scenes/home/mom/mainquest/stage6/missionary.mp4" autoplay loop></video>
[[Make her ride you|mommainquest9][$scene to 3]]
<<elseif $scene is 3>>
<p>You pull out and lay on the desk yourself as your Mom climbs on top of you and straddles your body. She slides your cock into her pussy and bounces on you wildly. The walls of her pussy gripping your shaft tightly as it strokes you. You thrust upwards into her as well, ramming into her pussy with wild abandon.</p>
<video src="ressources/scenes/home/mom/mainquest/stage6/cowgirl.mp4" autoplay loop></video>
[[Fuck her tits until you cum|mommainquest9][$scene to 4]]
<<else>>
<p>You pull out and stand beside her desk and she drops back down onto her knees before you. She wraps your cock back up in her tits tightly holding in one in her hands. You thrust hard into her tits until you reach your climax, cumming hard as you coat her chest and breasts in your huge load.</p>
<video src="ressources/scenes/home/mom/mainquest/stage6/cumshot.mp4" autoplay loop></video>
<<speech "Mom">>Oh my goodness. That was spectacular. I wish I didn’t have to teach so we could just do that all day!<</speech>>
<p>You agree with her as you get dressed. She scoops the cum off her chest and tits and into her mouth. Moaning in pleasure as she swallows it all. You tell her that you will see her back and home before heading out of her office and back into the hall. You revel in the fact that your Mother is now and forever, truly yours.</p>
<<momtrust>>
<<momcorr>>
[[Leave|University][$mom.gallery[6] to 1; $mom.questmain to 10]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<</if>><<if $scene is 0>>
<p>You say nothing and just let her work. She undoes your pants and pulls your rock hard cock out, pulling it into her mouth and sucking on it hard. Her mouth feel like a vacuum, pulling on your cock as she sucks it powerfully. She slides your cock deep into her throat and gags on it. Then she starts to bob her head quickly up and down.</p>
<video src="ressources/scenes/home/sis/mainquest/stage4/blowjob.mp4" autoplay loop></video>
[[Cum|sismainquest7][$scene to 1]]
<<else>>
<p>You run your fingers through her hair, pushing her head down onto your cock to make her gag more. You eventually start to climax, pulling your cock out of her throat and covering her tongue and face in your heavy load.</p>
<video src="ressources/scenes/home/sis/mainquest/stage4/cumshot.mp4" autoplay loop></video>
<<speech "Sasha">>Can I have my allowance now, twerp?<</speech>>
<p>You stand up and out your cock away. You tell her no, she can’t. She pouts angrily, and in disbelief. You explain that she hasn’t shown you that she is taking this seriously. And that if she calls you twerp again, she might never get her allowance again. She looks away from you, clearly frustrated by all of this. You head out of the kitchen, having had your fun.</p>
<<sistrust>>
<<siscorr>>
[[Leave|House]]<<set $gameDate.setUTCHours(20)>><<set $gameDate.setUTCMinutes(0)>>
<</if>><<if $scene is 0>>
<p>Her silence is a welcome change from her usually bratty self. You fuck her hard and enjoy hearing her moans of pleasure instead of her groans of anger. You pull her on top of you and make her ride your cock. She bounces up and down, looking at you in your eyes as she does. Her eyes are filled with lust as she cums again and again on your cock.</p>
<video src="ressources/scenes/home/sis/mainquest/stage5/cowgirl.mp4" autoplay loop></video>
[[Cum|sismainquest8][$scene to 1]]
<<else>>
<p>As she rides your her tight pussy grips your cock tightly. Each time she has an orgasm it grips tighter, milking you for all your worth. She bounces faster and faster and when it is finally time you pull your cock out of her pussy and start to cum. You fire your load all over her ass and pussy, coating her with jizz.</p>
<video src="ressources/scenes/home/sis/mainquest/stage5/cumshot.mp4" autoplay loop></video>
<p>You get out from underneath her and stand by her bed for a moment. You pick up all of her school work and place it back on the bed. You tell her that she needs to get this done otherwise she will be severely punished.</p>
<<if $mc.dom gte 10>><<speech "Sasha">>Yes… Sir<</speech>><<else>><<speech "Sasha">>Yeah… okay<</speech>><</if>>
<p>She lowers her head and gets to work, not even bothering to clean up or get dressed. Finally listening to you. She clearly accepts you as the head of the house now. You hope she will buckle down whenever you aren’t pulling her pants off from now on.</p>
<<sistrust>>
<<siscorr>>
[[Leave|House]]<<set $gameDate.setUTCHours(22)>><<set $gameDate.setUTCMinutes(0)>>
<</if>><<if $stage is 0>>
<p>You decide that she really deserves a reward for doing so well. You let her know that you will be taking her shopping so she can get something new as a gift. She bounces and screams with excitement again.</p>
<<speech "Sasha">>Oh my god, yay! Can Stephanie come with us?<</speech>>
<p>You have no idea who Stephanie is but you assume it is one of her friends. You figured the more the merrier but you make sure she knows the gift is for her and not Stephanie. She nods in understanding and texts her friend.</p>
[[Head to the mall|sismainquest9b]]
<<else>>
<<if $scene is 0>>
<p>You get close to her and place you hand on the back of her neck. You let her know that she has done a good job and that you know exactly how she can repay you. You swing your hand around and smack her ass, grabbing it and groping it roughly. Before she can even respond you lift her up and carry her to her bed. You pull her pants down and spread her cheeks exposing her pussy and ass.</p>
<<speech "Sasha">>Oh you gonna fuck me some more? I hope you put some effort into this time. I barely felt you last time!<</speech>>
<p>You slap her ass hard to shut her up. And while she doesn’t shut up, her loud and satisfied moans show that she got just what she wanted. You pull your cock out and shove it deep into her pussy. You pull her are back with one hand and press her face into the bed with the other as your start to pound away at her pussy. Each thrust slamming into her with raw animalistic power as you ram her pussy with everything you’ve got.</p>
<video src="ressources/scenes/home/sis/mainquest/stage6/dom/pronebone.mp4" autoplay loop></video>
[[Cum|sismainquest9][$scene to 1]]
<<else>>
<p>You pull out of her pussy and pull her close to you on her knees. You grab her by her hair to control her. You then shove your cock into her throat and face fuck her until you reach your orgasm. When you are there you pull out and stroke close to her face, while you hold her their by her hair. You finally cum. You shoot ropes all over her face and tongue, hitting her mouth and eyes with your load.</p>
<video src="ressources/scenes/home/sis/mainquest/stage6/dom/cumshot.mp4" autoplay loop></video>
<p>You throw her back, having her land on her bed. You tell call her a whore and tell her to clean herself up as you shove your cock back into your pants and head out. She licks herself clean, swallowing your cum greedily.</p>
<<speech "Sasha">>Thanks again!<</speech>>
<<sistrust>>
<<siscorr>>
<<mcdom>>
[[Leave|House]]
<</if>>
<</if>>
<p>You go into Sasha’s bedroom to check in on her. The moment you open the door she screams with excitement. She bounces around and runs up to you and leaps into your arms. You catch her and hold her against your body, holding her by her ass and groping her while you have the chance. She kisses your face appreciatively over and over again. You tell her that you are excited to see her too.</p>
<<speech "Sasha">>I did it! I got honor roll! All As and Bs! Well, mostly Bs but still! I did it!<</speech>>
<p>You let her down to continue to celebrate. She bounces around happily. You smile, proud of her accomplishments.</p>
<<speech "Sasha">>I never could have done this on my own. Thanks. I know you and I didn’t always use to get along. But you kept pushing. Thank you. I can’t even think of a way to repay you<</speech>>
[[Reward her for her hard work|sismainquest9][$stage to 0]]<<if $mc.dom gte 15 && $sis.corr gte 15>>
[[Show her a way she can repay you|sismainquest9][$stage to 1; $scene to 0]]<</if>><<set $gameDate.setUTCHours(20)>><<set $gameDate.setUTCMinutes(0)>>
<p>You drive along toward the mall. Sasha is in the passenger seat, and you pick up her friend Steph outside of her house.</p>
[img["ressources/scene/sis/jill.jpg"]]
<p>The three of you head to the mall. Once inside Sasha and Steph sprint towards the clothing store and start looking at the racks. With you paying it appears that she is purposefully looking in the more expensive section of the shop. You walk around, looking in the men’s section to see if there is anything you want. You notice them both whispering and looking at you often. The blush on their faces betrays them as to what they were discussing.</p>
[[Pay and head home|sismainquest9c][$scene to 0]]
<<if $scene is 0>>
<p>When Sasha has finally picked out her gift she brings it to you. You pay for it and lead them both out of the mall and back into your car. You drive home and bring Steph along with you. You head inside the front door and start heading towards your room but Sasha stops you.</p>
<<speech "Sasha">>Where are you going? Don’t you wanna see me try this on?<</speech>>
<p>She smiles seductively and walks towards her room with Stephanie. They both giggle childishly as they lead you along. You enter her room and they both immediately start stripping. You can take a hint so you undress as well. Sasha and Steph lay on the bed beside one another. Their legs spread open for you. The giggle as the look at one another and kiss, waiting for your cock.</p>
[[Fuck your Sister|sismainquest9c][$scene to 1]]
<<elseif $scene is 1>>
<p>You walk up to Sasha and grab her legs, pulling you closer to you. You slide your cock into her puss slowly. You start to thrust and quickly build into a solid pace. You fill her tight pussy with your cock and you balls slap her ass below as they swing in tandem with your thrusts.</p>
<video src="ressources/scenes/home/sis/mainquest/stage6/sub/sisfuck.mp4" autoplay loop></video>
[[Fuck her friend|sismainquest9c][$scene to 2]]
<<elseif $scene is 2>>
<p>You pull out of Sasha and quickly line your cock up with Stephanie’s pussy. As you slide in you are shocked by how tight it is. You struggle to thrust your huge cock into her tiny hole but before long you are moving steady. Ramming her hard with your big tool.</p>
<video src="ressources/scenes/home/sis/mainquest/stage6/sub/stephfuck.mp4" autoplay loop></video>
[[Cum|sismainquest9c][$scene to 3]]
<<else>>
<p>You pull out of Steph and Sasha climbs up on top of her. You start to cum and aim your load at their pussies as they are stacked on top of each other. Your heavy load coats their pussies and asses well. Each rope following a powerful burst of pleasure from your orgasm.</p>
<video src="ressources/scenes/home/sis/mainquest/stage6/sub/cumshot.mp4" autoplay loop></video>
<p>You leave them to lick your cum from each others pussies. You get dressed and head out, pleased that your Sister is doing well again.</p>
<<sistrust>>
<<siscorr>>
[[Leave|House]]
<</if>><<silently>><<set _ran to random(1,3)>><</silently>>
<<if _ran is 1>>
<p>You sit down beside Sasha and open up her text book to help her with her homework. You can tell she barely pays any attention in class by the way she talks about the material. You remind her to pay more attention to her teachers.</p>
<<speech "Sasha">>My teachers are so boring though. I’m not gonna listen to someone who couldn’t attract a bear if he were covered in honey<</speech>>
<p>You chuckle at her joke but firmly remind her that school is important and make her promise to you that she will try to focus more.</p>
<<sistrust>>
<<mcint>>
<<elseif _ran is 2>>
<p>You walk in and offer to give Sasha a hand with her homework. She shrugs back at you.</p>
<<speech "Sasha">>I guess. I’m mostly done with this paper I have to write. I guess it could be good to have you look it over<</speech>>
<p>You smile, seeing that she has actually done her assignment. You sit beside her as she opens up her computer to reveal a porn site on the screen. She was clearly watching some when she closed it last. You laugh as she scrambles to close the browser and pull her paper up. You continue to chuckle but make no mention of it as you look over the paper. You make a couple of corrections, but over all the paper is well done and you let her know as much.</p>
<<speech "Sasha">>Really? You like it? Thanks… for the help<</speech>>
<<sistrust>>
<<siscorr>>
<<mcint>>
<<else>>
<p>You sit by your Sister and start to help her with her homework. She seems to understand it all, but she is so bored by it all that she slumps down in her chair the whole time. Her clothes today are rather skimpy. Which is something that has become a common trend for her lately. But you still can’t help but stare here and there, your cock bulging in your pants eventually. It bulges far to much for Sasha not to notice it. She blushes when she sees it but neither of you do or say anything about it, focusing on the homework instead.</p>
<<siscorr>>
<<mcint>>
<</if>>
[[Leave|House]]<<set $sis.homeworktotal += 1>><<addhours 1>>[[Talk with Mom|momconversation]]
[[Spend time with Sasha|sisconversation]]
[[Return|Bedroom]]<<if $mom.trust gte 25 && $school.todayecon is 2>>
<<speech "Player">>Hey Mom, how are you feeling?<</speech>>
<<speech "Mom">>Pretty sore, sweety. You pounded me good today<</speech>>
<<speech "Player">>Just wait until tonight<</speech>>
<<momcorr>>
<<elseif $mom.trust gte 25 && $school.todayecon gte 0>>
<<speech "Mom">>Oh $mc.name! I’m so glad you're here<</speech>>
<<speech "Player">>What’s up Mom?<</speech>>
<<speech "Mom">>I wanted your opinion on something. Do you like my new lingerie?<</speech>>
[img["ressources/scene/mom/lingerie/" + random(5) + ".jpg"]]
<<speech "Player">>I love it Mom! It really suits you. I can’t wait to take it off of you<</speech>>
<<elseif $mom.trust gte 10 && $school.todayecon is 2>>
<<speech "Mom">>Don’t forget to do your homework, sweety. I can’t have my favorite student falling behind<</speech>>
<<speech "Player">>I won’t Mom. I’d hate to disappoint my favorite teacher. Thanks for the reminder though<</speech>>
<<speech "Mom">>Of course, Sweety! Anything for you<</speech>>
<<momcorr>>
<<elseif $mom.trust gte 10 && $school.todayecon gte 0>>
<<speech "Player">>Hey Mom! How about we order take out this weekend. I found this movie online I think you’d love<</speech>>
<<speech "Mom">>Oh that sounds great, sweety! Are you sure you’d wanna spend your weekend at home with me though?<</speech>>
<<speech "Player">>You kidding Mom? There is no one I’d rather spend it with<</speech>>
<<momtrust>>
<<elseif $mom.trust gte 0 && $school.todayecon is 2>>
<<speech "Player">>Hey Mom! Just wanted to let you know that class was great today! I learned a lot<</speech>>
<<speech "Mom">>Thanks, sweety. I’m always glad to hear that. A lot of kids fail my classes. I’ll never understand why<</speech>>
<<speech "Player">>They are too distracted by your beauty Mom. That has to be it<</speech>>
<<speech "Mom">>You’re such a charmer!<</speech>>
<<momtrust>>
<<else>>
<<speech "Mom">>Hey sweety! How was your day today?<</speech>>
<<speech "Player">>Good Mom! Thanks, how about yours?<</speech>>
<<speech "Mom">>It was wonderful! Some of my students tried to invite me to the beach this weekend. If I didn’t need write a lesson plan I might have joined them<</speech>>
<<speech "Player">>Let me know if you change your mind. I love going to the beach with you! And seeing all of the bikinis<</speech>>
<<momcorr>>
<</if>>
[[Leave|House]]<<addmins 20>><<silently>><<set _ran to random(1,2)>><</silently>>
<<if $sis.trust gte 25>>
<<if _ran is 1>>
<<speech "Sasha">>Hey I’m gonna get some homework done. I’d really appreciate it if you’d help me<</speech>>
<<speech "Player">>Of course! I’m always here when you need me<</speech>>
<<speech "Sasha">>I know, thanks for that<</speech>>
<<sistrust>>
<<else>>
<<speech "Player">>Hey Sasha, you doing anything?<</speech>>
<<speech "Sasha">>Not at the moment, but once I’m finished taking my clothes off we could be doing something<</speech>>
[img["ressources/scene/sis/flash/" + random(5) + ".jpg"]]
<<speech "Player">>I like the sound of that!<</speech>>
<<speech "Sasha">>I figured you would, $mc.name<</speech>>
<<siscorr>>
<</if>>
<<elseif $sis.trust gte 10>>
<<if _ran is 1>>
<<speech "Player">>Hey, need any help with your homework tonight?<</speech>>
<<speech "Sasha">>I would, if I planned on doing it<</speech>>
<<speech "Player">>Come on Sasha, you need to do your homework<</speech>>
<<speech "Sasha">>Yeah, I guess. you’re probably right<</speech>>
<<sistrust>>
<<else>>
<<speech "Sasha">>Hey, do you wanna watch some TV with me?<</speech>>
<<speech "Player">>Sure! But I get to pick the show!<</speech>>
<<speech "Sasha">>You just wanna put on something with tits in it<</speech>>
<<speech "Player">>Yes. Yes I do<</speech>>
<<siscorr>>
<</if>>
<<else>>
<<if _ran is 1>>
<<speech "Player">>Hey, Sasha. What are you up to<</speech>>
<<speech "Sasha">>What is it to you, twerp?<</speech>>
<<speech "Player">>Just being a decent brother. Taking an interest in your life<</speech>>
<<speech "Sasha">>Yeah well, I’m not doing much of anything. Happy?<</speech>>
<<sistrust>>
<<else>>
<<speech "Player">>Hey Sasha, is that outfit new? It’s really nice!<</speech>>
<<speech "Sasha">>Stop perving on me<</speech>>
<<speech "Player">>Compliments are pervy?<</speech>>
<<speech "Sasha">>They are when you are undressing me with your eyes!<</speech>>
<<siscorr>>
<</if>>
<</if>>
[[Leave|House]]<<addmins 20>>
<p>You tell Jade that you don’t need to be repaid but she is insistent. You follow her as she requests. She heads towards the locker room and walks into the girls side. You stop and wait outside the door at first. But she beckons you in. You look around to make sure you aren’t seen and follow her through into the girl’s locker room.</p>
<<speech "Jade">>I’m not really sure why, but I can tell you like my tits. So here they are!<</speech>>
<p>Jade pulls her sports bra up and lets her perky tits fall out. She presents them to you much to your enjoyment. You stare at her chest, your eyes wide and your jaw hanging just a bit. When she finally pulls her sports bra back down you snap out of it. You tell her again that she didn’t have to do that. And that you enjoyed helping her. But that you certainly enjoyed seeing her tits a whole lot as well.</p>
<<speech "Jade">>Good to know. Maybe we can work out together sometimes. I’ve never had a partner before. It might be fun. Here take my SexApp ID. That way we plan our workouts<</speech>>
<p>You tell her that you are always happy to join her. You then head out of the locker room quickly as to not get caught. You get back to your work out and when you are finished you get a shower and head back into the hall of the University.</p>
<<jadetrust>>
<<jadecorr>>
<<mcstr>>
<<set $has.jadeid to 1>>''Now you have Jade’s SexApp Id. You'll be able to talk to her using SexApp from now on.''
[[Leave|University]]<<set $gameDate.setUTCHours(18)>><<set $gameDate.setUTCMinutes(0)>>
<<if $scene is 0>>
<p>You head over and each grab one of the dumbbells. At eighty-five pounds lifting one with a single hand is no easy task. But you are both strong enough to get it up the first time. Then the second, then comes the third. At the fourth lift of the dumbbell you are starting to falter, but you manage to lift it even still. Jade manages to lift it as well, but it is clear she can go no further.</p>
<<speech "Jade">>Alright, that’s it for me. Four is my limit. Guess we tied huh?<</speech>>
<p>You weren’t about to give in just yet. You summoned all of your strength and pushed yourself to lift the eighty-five pound weight. You struggle, but just barely manage to get it up a fifth and final time. You put the dumbbell down and huff from exhaustion. You stand up and pump your fists in the air like Rocky, having come out victorious. Jade bites her lip as she looks at you.</p>
<<speech "Jade">>Damn! I’m impressed. You know what? I know we didn’t bet on this or anything. But you certainly won. I think you deserve a reward. Come with me<</speech>>
[[Go with Jade|jademainquest1][$scene to 1]]
<<elseif $scene is 1>>
<p>Jade grabs your hand and pulls you along. You walk together through the gym and into the locker room. She pushes you onto the bench and looks at you seductively. She pulls her shirt up revealing her round and perky tits to you.</p>
<<speech "Jade">>Take of your pants<</speech>>
<p>She speaks with a somewhat commanding sultry tone. You listen well and yank your shorts off, letting your hard cock spring free. She gets down on her knees and grabs a hold of it and starts to stroke it.</p>
<video src="ressources/scenes/university/jade/mainquest/stage2/handjob.mp4" autoplay loop></video>
[[Cum|jademainquest1][$scene to 2]]
<<else>>
<p>Her hands grip your cock tightly as she runs them up and down along your shaft. Each pump sending waves of pleasure through your body. You stand up as you grow close to coming. You aim your cock at her face as you erupt. Rope after rope of cum shooting out and splashing onto Jade’s face.</p>
<video src="ressources/scenes/university/jade/mainquest/stage2/cumshot.mp4" autoplay loop></video>
<<speech "Jade">>Holy fuck, even your loads are strong<</speech>>
<p>She stands up and licks her face clean for you. You put your cock away and she gets dressed. You both promise to see one another again soon as you part ways.</p>
<<jadetrust>>
<<jadecorr>>
<<mcstr>>
[[Leave|University]]<<set $gameDate.setUTCHours(18)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<p>Jade pulls you into the bathroom and scowls at you. She then start to yell at you, not even trying to be discreet with how loud she yells.</p>
<<speech "Jade">>I have told you that I do not like to be disturbed during class! What because we workout together and have fooled around a bit that makes you think you can just grab me whenever you want?!? That is not okay! I need to focus!<</speech>>
<p>Her yelling continues on and on. She is clearly upset but the red blush on her face makes it obvious that she is more upset at herself than she is at you.</p>
[[Apologize|jademainquest2b][$stage to 1; $scene to 0; $jade.gallery[1] to 1]]<<if $mc.dom gte 5>>
[[Shut her up|jademainquest2b][$stage to 2; $scene to 0; $jade.gallery[2] to 1]]<</if>>
<<if $stage is 0>>
<<if $scene is 0>>
<p>You ask her exactly what she means by focusing all of herself on you. She looks around to make sure you are both alone. Then, Jade looks back at you and smiles. She starts to undress her self before you. Her clothes fall to the floor and she stands in front of you, fully nude. You quickly strip down as well, letting your hard cock pop free. She swings her leg over your lap and slide your cock into her pussy. She steadies herself and starts to bounce on your cock. Her tight pussy grips your shaft as she goes up and down.</p>
<video src="ressources/scenes/university/jade/mainquest/stage4/cowgirl.mp4" autoplay loop></video>
[[Cum|jademainquest3][$scene to 1]]
<<else>>
<p>You pull out of Jade as you get close to cumming. She grabs your cock and strokes your vigorously until you shoot all over her. She aims your load at her chest. Rope after rope of thick cum splashing against her chest and tits until you are completely spent.</p>
<video src="ressources/scenes/university/jade/mainquest/stage4/facial.mp4" autoplay loop></video>
<<speech "Jade">>What do you think? Can you handle you being my focus from now on?<</speech>>
<p>You laugh as you get dressed. You tell her to bring it on and that you are happy to do that whenever she wants. The two of you share a kiss before heading out of the class and on with your day.</p>
<<jadetrust>>
<<jadecorr>>
<<mcsex>>
[[Leave|University]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<<else>>
<<if $scene is 0>>
<p>You tell Jade that focusing all of herself on you might be more than she can handle. But that you are happy to show her just what it would entail. You stand up and pull her up with you. You pull her clothes off roughly and bend her nude form over the desk. You strip down and take your rock hard cock out. You aim it at her pussy and slide it right into her tight hole. You thrust hard and fast, pounding away at her. You reach up and grab her hair, pulling it while you ram away and make her cum on your cock.</p>
<video src="ressources/scenes/university/jade/mainquest/stage4/doggy.mp4" autoplay loop></video>
[[Cum|jademainquest3][$scene to 1]]
<<else>>
<p>You thrust and pound away until eventually you reach the point of climax. You pull out of Jade and push her down to her knees and command her to stroke you. She listens and strokes you hard and fast until you cum. You unload all over he chest and tits, coating her thoroughly.</p>
<video src="ressources/scenes/university/jade/mainquest/stage4/facial.mp4" autoplay loop></video>
<p>You start to get dressed as she cleans herself up. You smile at her and ask if she still wants to focus her attention on you.</p>
<<speech "Jade">>I’m more sure than ever. I will make sure we see each other around much more often, Mr. $mc.eyes eyes<</speech>>
<<jadetrust>>
<<jadecorr>>
<<mcdom>>
<<mcsex>>
[[Leave|University]]<<set $gameDate.setUTCHours(14)>><<set $gameDate.setUTCMinutes(0)>>
<</if>>
<</if>><<if $stage is 0>>
<p>You pound away at her pussy hard and fast. She shakes and spasms on your cock. Her convulsing pussy grips your shaft hard and milks you until you are about to cum. You pull out just in time to unload all over her face, splattering her with cum.</p>
<video src="ressources/scenes/university/jade/gym/facial.mp4" autoplay loop></video>
<<mcstr>>
<<else>>
<<if $scene is 0>>
<p>Jade pulls down her leggings as you pull down your shorts to let your hard cock free. You lay down on the mat and she climbs on, sliding your cock into her pussy. She bounces up and down on your cock, slamming her body down onto you. She grinds her hips into you as you cock reaches deep inside of her.</p>
<video src="ressources/scenes/university/jade/gym/cowgirl.mp4" autoplay loop></video>
[[Cum|jadetrain4][$scene to 1]]
<<else>>
<p>You groan loudly as you get close to cumming. She pulls off of you and strokes your cock hard and fast with both hands. You quickly are brought to climax. You cum all over her face. Your load splattering against her skin.</p>
<video src="ressources/scenes/university/jade/gym/facial.mp4" autoplay loop></video>
<p>She licks your cock clean and then her face. You both get up and get dressed, heading out of the secluded part of the gym. She wraps her arms around you again and hugs you tightly.</p>
<<speech "Jade">>That was fun, Mr. player.eyecolor eyes. Do not be a stranger. Otherwise I’ll be forced to come find you myself<</speech>>
<<mcstr>>
<</if>>
<</if>>
[[Leave|University]]<<set $gameDate.setUTCHours(18)>><<set $gameDate.setUTCMinutes(0)>>
<p>She bobs her head and sucks like a high powered vacuum. Her warm, wet mouth works your head and shaft with brilliant ease. Her tongue flicks the underside of your cock and her hands massage your balls. It is not long before she brings you to orgasm. You cum hard, firing your load all over her face and into her mouth.</p>
<video src="ressources/scenes/university/jade/gym/facial.mp4" autoplay loop></video>
<p>You pull your shorts back up and look around to make sure no one saw. Thankfully, you appear to be off the hook. She licks her face clean and gets dressed herself. You and Jade walk out together and wish one another well as you part ways.</p>
<<jadetrust>>
<<mcstr>>
[[Leave|University]]<<set $gameDate.setUTCHours(18)>><<set $gameDate.setUTCMinutes(0)>>
<<if $stage is 0>>
<<if $scene is 0>>
<p>You take her hand and let her know that she doesn’t need to follow through to be cool to you. You assure her that you think she is an awesome person, even beyond the flirting and slutty comments.</p>
<<speech "Kate">>Awe you’re such a cutie. You’re just the type of guy who is worth following through for<</speech>>
<p>She gives you a sultry look for a moment. She suddenly stands up and tells you to follow her. You look at her, unsure of what she is doing. But as she starts to walk out of the cafeteria you hop up out of her seat to follow her. She leads you out, through the hall and into a secluded room. She pushes you back onto a seat and kneels down between your legs.</p>
[[She pulls your cock out|katemainquest1][$scene to 1]]
<<elseif $scene is 1>>
<p>She glides her hands along your groin, feeling the bulge forming in your pants. She pulls them down and lets your hard cock spring free.</p>
<<speech "Kate">>Oooh fuck! It looks even bigger than it feels<</speech>>
<p>She grips your hard cock with her hand and strokes you powerfully. Her soft hand pumps up and down along your shaft. Each stroke sending waves of pleasure throughout your body.</p>
<video src="ressources/scenes/university/kate/mainquest/stage2/handjob.mp4" autoplay loop></video>
[[Cum|katemainquest1][$scene to 2]]
<<else>>
<p>She strokes faster and faster. Her grip tightens as your cock begins to pulse in her hand. You start to cum. Jizz erupts from your tip onto her hand and face. You groan loudly as she jerks your cock harder and harder, milking you until every drop of cum you have within you is shot out onto her face.</p>
<video src="ressources/scenes/university/kate/mainquest/stage2/cumshot.mp4" autoplay loop></video>
<<speech "Kate">>Big cock and a big load. Fucking perfect<</speech>>
<p>You tell Kate that she can have more of your loads whenever she wants. She giggles nervously, as if she were called out on something she was lying about. You ignore it though, still recovering from cumming so hard. Kate says goodbye and heads out of the secluded room, licking the cum up from her face as she leaves. When you have caught your breath you get dressed and leave as well.</p>
<</if>>
<<else>>
<<if $scene is 0>>
<p>You look at Kate skeptically. You stand up and give her a powerful glare. You say only two words to her, follow me. You turn and walk out of the cafeteria. You don’t even look back. You know Kate is following you by the sounds of the footsteps behind you. You lead her along the hall until you find an unlocked room that is completely empty. You open the door and lead her in, locking it behind both of you. You take a seat on a chair in the room and look at her very seriously.</p>
<<speech "Kate">>What are we doing in here? Trying to pull me away and do naughty things?<</speech>>
<p>She giggles, trying to tease you. But, you have none of it. You tell her flat out that, yes that is exactly why you brought her there. You then tell her in a deep commanding tone, to get on her knees, pull out your cock and deliver.</p>
[[She obeys|katemainquest1][$scene to 1]]
<<elseif $scene is 1>>
<p>You is hesitant, but still willing. She slowly lowers herself to her knees between your legs. You pull your rock hard cock out, making her eyes grow wide from the sight of it. You take each of her hands and pull them to your cock. She grabs your shaft with both hands and slowly starts to pump them up and down, stroking you with all of her strength.</p>
<video src="ressources/scenes/university/kate/mainquest/stage2/handjob.mp4" autoplay loop></video>
[[Cum|katemainquest1][$scene to 2]]
<<else>>
<p>She is clearly not sure of herself. The look on her face betrays her true feelings. But she is none the less diligent. She strokes you hard and fast regardless, putting all of her effort into it. The wet sound of her hands sliding along your cock make you go wild. And you soon cum, unloading your balls all over her face and hands.</p>
<video src="ressources/scenes/university/kate/mainquest/stage2/cumshot.mp4" autoplay loop></video>
<p>Kate sits there with her face coated in your load. She is unsure of what to do at first but eventually she licks herself clean of cum. You tell her that she did a good job. And that she should deliver like that more often. She musters up only a nod of affirmation to you. You walk out of the room, leaving her behind.</p>
<<katecorr>>
<<mcdom>>
<</if>>
<</if>>
[[Finish eating|University]]<<set $gameDate.setUTCHours(15)>><<set $gameDate.setUTCMinutes(0)>><<if $scene is 0>>
<<speech "Kate">>If you aren’t sure, I guess I’ll just have to show you that I’m hotter<</speech>>
<p>Her usual hesitation seems to be completely gone at the moment. She slides down out of her chair and moves between your legs. She isn’t even being flirty anymore she is angrily determined. Almost pissed off that she has to do what she is about to do, but has such a need to prove herself hotter that she would go to the ends of the earth to do so.</p>
<p>She pulls your pants down and grips your cock tightly. She wraps her lips around it immediately and sucks on the head. Her warm mouth makes you get hard very quickly. You cock grow in her mouth and she bobs her head back and forth on it, gagging when it gets deep into her throat.</p>
<video src="ressources/scenes/university/kate/mainquest/stage3/blowjob.mp4" autoplay loop></video>
[[Cum|katemainquest2][$scene to 1]]
<<else>>
<p>She impales her throat on your cock over and over until you groan loudly, ready to cum. She pulls her lips off of you to give you a nice view as you fire your load into her mouth and onto her face. You coat her heavily in your cum, shaking from the power of the orgasm.</p>
<video src="ressources/scenes/university/kate/mainquest/stage3/cumshot.mp4" autoplay loop></video>
<<speech "Kate">>I told you I was hotter. Now say it<</speech>>
<p>She grips your cock tightly and strokes your very sensitive cock, making you squirm. You tell her that you agree and that she is hotter. Whether you mean it or not is irrelevant. She just needs to hear you say it.</p>
<<speech "Kate">>Damn straight. See you around Mr. Big Cock<</speech>>
<p>She winks at you before leaving. You spend