<<nobr>>
<<set
/* This must be set to whatever the initial game date/time should be. */
$gameDate to new Date("2039-02-03T08:00Z"); /* Must use time. */
>>
<<set $infotext to [""]>>
<<set $muted to 0>>
<<set $maxdayscalc to 14>>
<<set $maximumdays to 14>>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $mentalretain to 40>>
<<set $showhints to 1>>
<<set $natashalove to 0>>
<<set $mspearllove to 0>>
<<set $susanlove to 0>>
<<set $roselove to 0>>
<<set $katrinalove to 0>>
<<set $carollove to 0>>
<<set $xianglove to 0>>
<<set $janelove to 0>>
<<set $olivialove to 0>>
<<set $laylalove to 0>>
<<set $daniellelove to 0>>
<<set $melanielove to 0>>
<<set $msbloomlove to 0>>
<<set $ffincome to 32>>
<<set $money to 20>>
<<set $subachievementmoney to -20>>
<<set $strength = 5>>
<<set $stamina = 5>>
<<set $culture= 5>>
<<set $charisma= 5>>
<<set $intelligence= 5>>
<<set $confidence= 10>>
<<set $popularity= 0>>
<<set $maxenergy= 30>>
<<set $energy= 30>>
<<set $lust= 0>>
<<set $stress= 0>>
<<set $sexexp= 0>>
<<set $sexcontrol= 0>>
<<set $coding= 0>>
<<set $virginity to 1>>
<<set $carolreward to 0>>
<<set $carolkissed to 0>>
<<set $carolfucked to 0>>
<<set $natashakissed to 0>>
<<set $natashafucked to 0>>
<<set $susankissed to 0>>
<<set $susanfucked to 0>>
<<set $susananaled to 0>>
<<set $melaniekissed to 0>>
<<set $melaniefucked to 0>>
<<set $katrinakissed to 0>>
<<set $katrinafucked to 0>>
<<set $enddays to 0>>
<<set $natashajealous to 0>>
<<set $rosetits to 0>>
<<set $carnatfirst to 0>>
<<set $stalkedmelanie to 0>>
<<set $infirmary to 0>>
<<set $roseprogress to 0 >>
<<set $metjane to 0>>
<<set $metmspearl to 0>>
<<set $metmspearlpool to 0>>
<<if $lessonduration is undefined>> <<set $lessonduration to 180>><</if>>
<</nobr>><center>This game is a work in progress and is still in development.
It's my very first game and I'm working on it every day. I'm also learning how to code, I hope that you can appreciate it anyway.
<b>It's a slow-burn sandbox time management dating sim , with roguelite newgame+ elements.</b>
<span style="color: #8B0000;">it's<b> NOT</b> a visual novel and you might expect some grind.</span>
Girls ands women in the game need different approaches and have several different routes!
The game has lots of achievements. Going for all of them is going to be a bit grindy!
I will continue improving and expanding the game constantly over the months/years.
I need and will appreciate any kind of support, especially Patreon/ Subscriberstar. But also bug reports and suggestions : )
<b><<link "----> CURRENT CONTENT AND PATCH NOTES <----" "progress">><</link>></b>
<b>WARNING : SCENES HAVE AUDIO </b>
(you can mute them from the left menu)
<b> TOO DARK? --> SETTINGS(left menu) <--- FONT TOO SMALL?</b>
Disclaimer: This has to be taken as a lighthearted story, it might contain a few elements that people might find disturbing or inappropriate. Please remember to not take this seriously and to not confuse this with real life, if at any point you feel uncomfortable, stop playing the game.
Any character existing in this game is over 18 years old even when age is not specified.
<<link "I want an example of a sex scene before playing (Recommended - no spoilers)" "preview">><</link>>
<<button "Confirm - Create a character" "creation">><<if $name is "">><<set $name = "John">><</if>><<if $surname is "">><<set $surname = "Surno">><</if>><</button>><!--[[creation]]-->
<span style="color: #6f1c1c font-size: 20px;">
By clicking the "Confirm" button or the "example" link below, you declare that you are of the legal age of your country (18/21) and are allowed and willing to be exposed to explicit pornographic content.
</span>
</center>\ <<nobr>> <div style="font-size: 1px;"><br></div>
<b><div style="font-size: 24px;">
Just one more chance</div></b>
<div style="font-size: 1px;"><br></div>
<img src="images/discord.png" width="20" height="20">
<a href="https://discord.gg/tWTH8pTMFc" target="_blank">Discord</a>
<img src="images/discord.png" width="20" height="20">
<br>
<img src="images/patreon.png" width="20" height="20">
<a href="https://patreon.com/SecondChance43" target="_blank">Patreon</a>
<img src="images/patreon.png" width="20" height="20">
<br>
<img src="images/subscribestar.png" width="20" height="20">
<a href="https://www.subscribestar.com/just-one-more-chance" target="_blank">Subscribestar</a>
<img src="images/subscribestar.png" width="20" height="20"><br>
<<if $muted is 0>><img src="images/mute.png" width="20" height="20"><<link "Mute all videos">><<set $muted to 1>><<updatebar>><</link>><img src="images/mute.png" width="20" height="20"><<else>><img src="images/unmute.png" width="20" height="20"><<link "Unmute videos">><<set $muted to 0>><<updatebar>><</link>><img src="images/unmute.png" width="20" height="20"><</if>>
/*----------- what day---------------*/
<<set $currentday to
$gameDate.getDate()-2
>>
<<if GameMonths[$gameDate.getMonth()] is "Oct">><<set $currentday to $currentday+=30>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Nov">><<set $currentday to $currentday+=61>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Dec">><<set $currentday to $currentday+=91>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Jan">><<set $currentday to $currentday+=122>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Feb">><<set $currentday to $currentday+=153>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Mar">><<set $currentday to $currentday+=182>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Apr">><<set $currentday to $currentday+=213>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "May">><<set $currentday to $currentday+=243>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Jun">><<set $currentday to $currentday+=274>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Jul">><<set $currentday to $currentday+=304>> <</if>>
<<if GameMonths[$gameDate.getMonth()] is "Aug">><<set $currentday to $currentday+=335>><</if>>
<<set $daytext to ["Simulation's day: $currentday"]>>
<<set $mobdaytext to ["Day: $currentday"]>>
<<if $timeformat is undefined>><<set $timeformat to 24>><</if>>
<<if $gameDate.getFullYear() is 2039>><<set $daytext to [""]>> <</if>>
/*-----------what hour---------------*/
<<set $currenthour to
$gameDate.getHours()>>
<<set $currentweekday to GameDays[$gameDate.getDay()]>>
<<if $maxlust is undefined>><<set $maxlust to 100>><</if>>
<<if $maxstress is undefined>><<set $maxstress to 100>><</if>>
<</nobr>>
<<if $showmenu is 1>>
<<nobr>>
<div style="width: fit-content; margin: 0 auto;" class="statsmenu">
<div class="stats-box resource-name"><span class="resource-number">$name $surname</span></div>
<div class="stats-box resource-info"><<date>><b><<if $timeformat eq 24>> - <<time24h>> <<else>> <<time12h>><</if>></b></div>
<div class="stats-box resource-info">Simulation day: <<print $currentday + " / " + $maximumdays>></div>
<div class="stats-box resource-energy">
Energy: <<print $energy + " / " + $maxenergy >>
</div>
<div class="stats-box resource-stress">
<<if $stress gte $maxstress>><span style="color: #8B0000;">Stress; $stress / $maxstress</span><<else>>Stress: $stress / $maxstress<</if>>
</div><br>
<div class="stats-box resource-lust">
<<if $lust gte $maxlust>><span style="color: #8B0000;">Lust; $lust / $maxlust</span><<else>>Lust: $lust / $maxlust<</if>>
</div><br>
<div class="stats-box resource-money">
Money: <<print $money + "$">></div><br>
<<if $exp gte 1>>
<div class="stats-box resource-experience">
Experience: <<print $exp>></div>
<</if>><</nobr>><<else>>
Please read and check the links before creating a character and starting the game
<</if>><<nobr>>
<<if $clickedderp2 is 1>><<if passage() is "Room">><<link "CHEAT " "Debugroom">><</link>><</if>><</if>>
<<if $clickedderp2 is 1>>
<<link " QCSC">>
<<script>>
Dialog.setup("Quick Change Sex Control");
Dialog.wiki(Story.get("QCSC").processText());
Dialog.open();
<</script>>
<</link>>
<</if>>
<<if $energy gte $maxenergy>> <<set $energy to $maxenergy>> <</if>>
/*---------passing out------------*/
<<if $energy lte 0 and $currentday lte $maximumdays and ndef $passouttrigger>>
<<set $passouttrigger to 1>><<goto "Passout">><</if>>
<<if $energy lte 0 and $currentday lte $maximumdays>><<unset $passouttrigger>><</if>>
/*---------lust stress cap------------*/
<<if $stress lte -1>> <<set $stress to 0>> <</if>>
<<if $lust lte -1>> <<set $lust to 0>> <</if>>
/*---------endofdays------------*/
<<set $maximumdays to $maxdayscalc*$clickedderp>>
<<if $duemilaventi eq 1>>
<<if $currentday > $maximumdays and $enddays is 0>> <<set $enddays to 1>> <<goto "Endofdays">> <</if>><</if>>
/*---------capstats------------*/
<<if $sexexp gte 100.01>> <<set $sexexp to 100>> <</if>>
<<if $sexcontrol gte 100.01>> <<set $sexcontrol to 100>> <</if>>
<<if $sexexp gte 100.01>> <<set $sexexp to 100>> <</if>>
<<if $confidence gte 100.01>> <<set $confidence to 100>> <</if>>
<<if $culture gte 100.01>> <<set $culture to 100>> <</if>>
<<if $charisma gte 100.01>> <<set $charisma to 100>> <</if>>
<<if $intelligence gte 100.01>> <<set $intelligence to 100>> <</if>>
<<if $stamina gte 100.01>> <<set $stamina to 100>> <</if>>
<<if $strength gte 100.01>> <<set $strength to 100>> <</if>>
<<if $popularity gte 100.01>> <<set $popularity to 100>> <</if>>
<<if $coding gte 100.01>> <<set $coding to 100>> <</if>>
/*---------capgirls------------*/
<<if $susanlove gt 150>> <<set $susanlove to 150>> <</if>>
<<if $roselove gt 150>> <<set $roselove to 150>> <</if>>
<<if $carollove gt 150>> <<set $carollove to 150>> <</if>>
<<if $natashalove gt 150>> <<set $natashalove to 150>> <</if>>
<<if $melanielove gt 150>> <<set $melanielove to 150>> <</if>>
<<if $katrinalove gt 150>> <<set $katrinalove to 150>> <</if>>
<<if $janelove gt 150>> <<set $janelove to 150>> <</if>>
<<if $mspearllove gt 150>> <<set $mspearllove to 150>> <</if>>
<<if $olivialove gt 150>> <<set $olivialove to 150>> <</if>>
<<if $laylalove gt 150>> <<set $laylalove to 150>> <</if>>
<<if $daniellelove gt 150>> <<set $daniellelove to 150>> <</if>>
<<if $xianglove gt 150>> <<set $xianglove to 150>> <</if>>
<</nobr>><<nobr>><<if $mobiletopmenu is 1>><<include "condtopmenu">><</if>>$infotext
<<set $infotext to [""]>>
<<set $charstats = true>>
<<set $girlsstats = true>>
<<set $enddays to 0>>
<<set $physattr to ((($strength+$stamina)/2).toFixed(2))>>
<<set $hints = true>><</nobr>><div class="siximages">
[img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'actroom.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[images/outside.png][Outside]]<<updatebar>></div><<nobr>>
<<include "calc">>
This is your room, where you can sleep<<if $timeformat eq 24>> (between 22:00 and 6:00)<<else>> (between 10:00PM and 6:00AM)<</if>> or use your laptop to do a few other things.<br>
<br>
<<set $faceimg = "images/mc/face" + $faceselect + ".png">>
/* ------Natasha EVENT TRIGGER-----*/
<<set $natashamoneytrigger to 3+$natashafirstbribeday>>
<<if $currenthour gte 10 and $currenthour lte 21>>
<<if $natashaprogress eq 2 and $natashamoneytrigger lte $currentday>>
<<link "You hear someone knocking at your door" "natashawantsmore">><!--[[natashawantsmore]]--><</link>><br>
<</if>>
<</if>>
<<button "Open your laptop" "Laptop">>
<</button>>
<<if $codebuttonupgrade eq 1>><<button "Code" "developwork">> <<addhours 2>><<set $coded to 1>><<set $codingtext to [""]>>
<</button>><</if>>
<<button "Relax 1 hour" "Room">>
<<addhours 1>>
<<set $energy +=2>>
<<set $stress -=1>>
<<set $infotext to ["You relaxed a bit and regenerated 2 energy and lost 1 stress. 1 hour has passed"]>>
<<updatebar>>
<</button>> <<button "Wait 5 mins" "Room">>
<<addmins 5>>
<<set $infotext to ["You waited 5 minutes!"]>>
<<updatebar>><</button>>
<<button "Wait until <<print $currenthour + 1>>:00" "Room">>
<<run $gameDate.setMinutes(0)>>
<<run $gameDate.setHours($currenthour + 1)>>
<<set $infotext to ["You waited until the beginning of the next hour!"]>>
<<updatebar>>
<</button>>
<<if $currenthour gte 22 or $currenthour lte 5>> <<button "Sleep" "Sleep">><!--[[Sleep]]--> <</button>> <</if>>
<br><br>
<<if $carolnumber is true>>
<<if $carolreward is 0>>
<<if $currenthour gte 8 and $currenthour lte 22>>
<<button "Meet with Carol" "carolmeet">><!--[[carolmeet]]-->
<</button>>
<<else>><<button"<s>Carol is sleeping</s>">><</button>>
<</if>>
<<else>><<button"<s>Carol already helped</s>">><</button>>
<</if>>
<</if>>
<<set _imageSource to "images/mc/face" + $faceselect + ".png">>
<<set $physattr to ((($strength+$stamina)/2).toFixed(2))>>
/*-------------Katrina-------------*/
<<set $offsetwoundday to $woundday+3>>
<<if $woundstage is undefined>><<set $woundstage to 0>><</if>>
<<if $currentday gte $offsetwoundday>>
<<if $woundstage lte 2>>
<<if $currenthour gte 13 and $currenthour lte 18 and $infirmary eq 1>>
<br>
<<link"Go to the infirmary to change your medication" "Infirmary">><!--[[Infirmary]]-->
<<addmins 4>><<set $woundday to $currentday>><<set $woundstage +=1>><</link>>
<</if>><</if>><</if>>
<<if $katrinatrip eq 1 and $currenthour gte 10 and $currenthour lte 12>>
<<set $phone to 1>>
<<script>>
Dialog.setup("Your phone is ringing");
Dialog.wiki(Story.get("Phone").processText());
Dialog.open();
<</script>>
<</if>>
<<if $newversion is 59>><<else>><<set $newversion to 59>><<set $clickedderp2 to 0>><<updatebar>><</if>>
/*------------gamebreaking variables fix---------------------*/
<<if ndef $extrastartmoney>><<set $extrastartmoney to 0>><</if>>
<<if ndef $subachievementmoney>><<set $subachievementmoney to 0>><</if>>
<<if $money gte 0 and $money lte 9999999>><<else>><<set $money to 0>><</if>>
<<if $exp gte 0 and $exp lte 9999999>><<else>><<set $exp to 0>><</if>>
<<if $ffworkincome gte 0 and $ffworkincome lte 9999999>><<else>><<set $ffworkincome to 32>><</if>>
<<if $confidence gte -20 and $confidence lte 99999>><<else>><<set $confidence to 5>><</if>>
<<if $culture gte -20 and $culture lte 99999>><<else>><<set $culture to 5>><</if>>
<<if $intelligence gte -20 and $intelligence lte 99999>><<else>><<set $intelligence to 5>><</if>>
<<if $strength gte -20 and $strength lte 99999>><<else>><<set $strength to 1>><</if>>
<<if $sexcontrol gte -20 and $sexcontrol lte 99999>><<else>><<set $sexcontrol to 1>><</if>>
<<if $sexexp gte -20 and $sexexp lte 99999>><<else>><<set $sexexp to 1>><</if>>
<<if $charisma gte -20 and $charisma lte 99999>><<else>><<set $charisma to 1>><</if>>
<<if $stamina gte -20 and $stamina lte 99999>><<else>><<set $stamina to 1>><</if>>
<<if $popularity gte -20 and $popularity lte 99999>><<else>><<set $popularity to 1>><</if>>
<<if $coding gte -20 and $coding lte 99999>><<else>><<set $coding to 1>><</if>>
<<if $susanlove gte -100 and $susanlove lte 99999>><<else>><<set $susanlove to 0>><</if>>
<<if $natashalove gte -100 and $natashalove lte 99999>><<else>><<set $natashalove to 0>><</if>>
<<if $carollove gte -100 and $carollove lte 99999>><<else>><<set $carollove to 0>><</if>>
<<if $mspearllove gte -100 and $mspearllove lte 99999>><<else>><<set $mspearllove to 0>><</if>>
<<if $melanielove gte -100 and $melanielove lte 99999>><<else>><<set $melanielove to 0>><</if>>
<<if $laylalove gte -100 and $laylalove lte 99999>><<else>><<set $laylalove to 0>><</if>>
<<if $daniellelove gte -100 and $daniellelove lte 99999>><<else>><<set $daniellelove to 0>><</if>>
<<if $msbloomlove gte -100 and $msbloomlove lte 99999>><<else>><<set $msbloomlove to 0>><</if>>
<<if $olivialove gte -100 and $olivialove lte 99999>><<else>><<set $olivialove to 0>><</if>>
<<if $katrinalove gte -100 and $katrinalove lte 99999>><<else>><<set $katrinalove to 0>><</if>>
<<if $janelove gte -100 and $janelove lte 99999>><<else>><<set $janelove to 0>><</if>>
<<if $francinelove gte -100 and $francinelove lte 99999>><<else>><<set $francinelove to 0>><</if>>
<<if $roselove gte -100 and $roselove lte 99999>><<else>><<set $roselove to 0>><</if>>
<<if $xianglove gte -100 and $xianglove lte 99999>><<else>><<set $xianglove to 0>><</if>>
<<if $francinelove gte -100 and $francinelove lte 99999>><<else>><<set $francinelove to 0>><</if>>
<<if $xiangcorruption gte -100 and $xiangcorruption lte 99999>><<else>><<set $xiangcorruption to 0>><</if>>
<<if $janecorruption gte -100 and $janecorruption lte 99999>><<else>><<set $janecorruption to 0>><</if>>
<br>
<<if $lessonduration eq -60>><<set $lessonduration to 120>><</if>>
<<if $lessonduration eq -40>><<set $lessonduration to 140>><</if>>
<<if $lessonduration lte -20>><<set $lessonduration to 160>><</if>>
<<set $hintavailable to 0>>
<<if $stalkedmelanie eq 0>><<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if you can find more information about Melanie on Instatok, using your laptop.<</if>><</if>>
<<if $natashaprogress eq 0>><<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if you should visit Natasha's room from the hallways.<</if>><</if>>
<<if $roseprogress eq 0 and $currenthour gte 17 and $currenthour lte 21>><<set $hintavailable to 1>>
<<if $showhints eq 1>><br>Being dinner time, you <b>wonder</b> if there might be someone to meet in the cafeteria.
<</if>><</if>>
<<if $metjane eq 0 and $currenthour gte 7 and $currenthour lte 12>><<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if there's someone you can meet in the library in the morning.<</if>><</if>>
<<if $metmspearl eq 0 and $currenthour gte 10 and $currenthour lte 12 and !["Sat", "Sun"].includes($currentweekday)>><<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if you can meet someone by taking a math class now.<</if>><</if>>
<<if $metmspearl eq 1 and $metmspearlpool eq 0 and $currenthour gte 16 and $currenthour lte 18 and !["Sat", "Sun"].includes($currentweekday)>><<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if there's someone you can meet in the pool right now.<</if>><</if>>
<<if ndef $metlayla and $currenthour gte 17 and $currenthour lte 20>><<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if there's someone you can meet in the gym right now.<</if>><</if>>
<<if ndef $metlaylabreakfast and $metlayla gte 1 and $currenthour gte 7 and $currenthour lte 0>>
<<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if there's someone you can meet in the cafeteria right now.<</if>><</if>>
<<if $carolnumber is true and ndef $metdanielle and $currenthour gte 11 and $currenthour lte 14 >>
<<set $hintavailable to 1>><<if $showhints eq 1>><br>You <b>wonder</b> if there's someone you can meet in the cafeteria right now.<</if>><</if>>
<<if $hintavailable eq 1 and $showhints is 0 or $hintavailable eq 1 and $showhints is undefined>><br><<link "Show hints" "Room">><<set $showhints to 1>><</link>><</if>>
<<if $hintavailable eq 1 and $showhints is 1 or $hintavailable eq 1 and $showhints is undefined>><br><<link "Hide hints" "Room">><<set $showhints to 0>><</link>><</if>>
<<if $clickedderp2 eq 1>>
<br>
<br>
<<link "Enter Debug menu" "Debugroom">><</link>>
<</if>>
<<include "achievcheck">>
<<script>>
if (document.location.href.toLowerCase().includes("jomc.discretehosting.xyz/ksdjfuh")) {
State.variables.derpsies = 4;
} else {
State.variables.derpsies = 7;}
<</script>>
<<if $derpsies eq 4>>
<br><br>
<<button "City studio house" "citystudio">> <</button>>
<<else>>
<br><br>
<<button "City studio house" "citystudioprev">> <</button>>
<</if>>
/*-----Difficulty----*/
/*<<if $difficulty is 3>>
<<set $sexcogrowth to 0.3>>
<<set $confgrowth to 0.4>>
<<set $sexexpgrowth to 0.5>>
<<set $chagrowth to 0.5>>
<<set $intgrowth to 0.6>>
<<set $codgrowth to 0.6>>
<<set $culgrowth to 0.6>>
<<set $stagrowth to 0.6>>
<<set $strgrowth to 0.6>>
<<else>>
*/
<<set $sexcogrowth to 0.45>>
<<set $confgrowth to 0.6>>
<<set $sexexpgrowth to 0.7>>
<<set $chagrowth to 0.7>>
<<set $intgrowth to 0.75>>
<<set $codgrowth to 0.7>>
<<set $culgrowth to 0.75>>
<<set $stagrowth to 0.75>>
<<set $strgrowth to 0.75>>
<</nobr>>/* creating characters and associating them with Images (goes in StoryInit) */
<<set _imageSource to "images/mc/face" + $faceselect + ".png">>
<<character 'you' _imageSource>>
<<character 'riley' 'images/riley/face.png'>>
<<character 'natasha' 'images/natasha/face.png'>>
<<character 'carol' 'images/carol/face.png'>>
<<character 'melanie' 'images/melanie/face.png'>>
<<character 'tyler' 'images/melanie/tyler.png'>>
<<character 'susan' 'images/susan/face.png'>>
<<character 'susan2' 'Susan' 'images/susan/face2.png'>>
<<character 'rose' 'images/rose/face.png'>>
<<character 'katrina' 'images/katrina/face.png'>>
<<character 'jane' 'images/jane/face.png'>>
<<character 'MsPearl' 'images/mspearl/face.png'>>
<<character 'mspearl' 'images/mspearl/face.png'>>
<<character 'olivia' 'images/olivia/face.png'>>
<<character 'layla' 'images/layla/face.png'>>
<<character 'danielle' 'images/danielle/face.png'>>
<<character 'xiang' 'images/xiang/face.png'>>
<<character 'zoe' 'images/zoe/face.png'>>
<<character 'msbloom' 'Ms. Bloom' 'images/msbloom/face.png'>>
<<character 'francine' 'images/francine/face.png'>>
<<character 'placeholder1' _imageSource>>
<<character 'placeholder2' _imageSource>>
<<character 'placeholder3' _imageSource>>
<<character 'placeholder4' _imageSource>>
<<character 'placeholder5' _imageSource>>
<<character 'placeholder6' _imageSource>>
<<character 'placeholder7' _imageSource>>
<<character 'placeholder8' _imageSource>>
<<character 'placeholder9' _imageSource>>
<<character 'placeholder10' _imageSource>>
h1 {
font-size: 10px;
}
<<if $money is undefined>><<set $money = 20>><</if>>
<<set
$gameDate to new Date("2023-01-01T08:00");
>>
<<widget "updatebar">><<silently>>
<<replace "#story-caption">><<include "StoryCaption">><</replace>>
<</silently>><</widget>>
<<set
window.GameDays to [
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
];
window.GameMonths to [
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
];
>>
---------------------CLOCK ENGINE--------------------
---------------------CLOCK ENGINE--------------------
---------------------CLOCK ENGINE--------------------
*/
/*
Date & Time Advancement Widget Definitions
*/
/* Adds the specified number of minutes. */
<<widget "addmins">>\
<<run $gameDate.setMinutes($gameDate.getMinutes() + $args[0])>>\
<</widget>>
/* Adds the specified number of hours. */
<<widget "addhours">>\
<<run $gameDate.setHours($gameDate.getHours() + $args[0])>>\
<</widget>>
/* Adds the specified number of days. */
<<widget "adddays">>\
<<run $gameDate.setHours($gameDate.getHours() + $args[0] * 24)>>\
<</widget>>
/*
Date & Time Printing Widget Definitions
*/
/* Prints the current date ("{weekday} {month} {day}, {year}"). */
<<widget "date">>\
<<print String.format("{0} {1} {2}, {3}",
GameDays[$gameDate.getDay()],
GameMonths[$gameDate.getMonth()],
$gameDate.getDate(),
$gameDate.getFullYear()
)>>\
<</widget>>
/* Prints the current time (12H). */
<<widget "time12h">>\
<<if $gameDate.getHours() eq 0>>\
12\
<<elseif $gameDate.getHours() gt 12>>\
<<print $gameDate.getHours() - 12>>\
<<else>>\
<<print $gameDate.getHours()>>\
<</if>>:\
<<if $gameDate.getMinutes() lt 10>>0<</if>><<print $gameDate.getMinutes()>> \
<<if $gameDate.getHours() gte 12>>PM<<else>>AM<</if>>\
<</widget>>
/* Prints the current time (24H). */
<<widget "time24h">>\
<<if $gameDate.getHours() lt 10>>0<</if>><<print $gameDate.getHours()>>:\
<<if $gameDate.getMinutes() lt 10>>0<</if>><<print $gameDate.getMinutes()>>\
<</widget>>
/* Prints the current date and time (12H). */
<<widget "datetime">><<date>> <<time12h>><</widget>>
<<widget "changeNpc">>
<<replace ".npc_content">>
<<include _args[0]>>
<</replace>>
<</widget>><<nobr>>
<<if $difficulty eq 1>><script>var startingbonuses = 6;</script><</if>>
<<if $difficulty eq 2>><script>var startingbonuses = 3;</script><</if>>
<<if $difficulty eq 3>><script>var startingbonuses = 1;</script><</if>>
<<if !$name>><<set $name to "John">><</if>>
<<if !$surname>><<set $surname to "Surno">><</if>>
<</nobr>>The year is 2039.
Sci-fi adventure?... No, not really.
Sure, there has been some technological progress, but not nearly as much as we could have hoped 20 years ago.
Nothing that really changed your life.
You are 34 years old.
Your life sucks, it always kinda sucked, but never so much.
You still live with your parents.
You are extremely fat.
A few years ago you tried to participate in "my 720lbs life" , a tv show that is a sequel to a very popular similar tv show of the past, and became very popular in 2033, but you were missing 30lbs to be admitted.
You tried to gain them, but only managed to end up in the hospital.
You eat and play games on your phone all day, you used to play on a console, but you are often too lazy to even get up from the bed.
And... yep, you are still a virgin. You never really leave your house anymore, so it will be hard to change that.
If only you could go back in time, you would change everything. that's what you told yourself for the last 15 years.
<<set $showmenu to 1>>
<<link "But one day...." "Intro2">><</link>> <!--[[Intro2]]-->
<center><<link "SKIP INTRO - I already know the game, skip the intro" "Intro4">>
<<set $showmenu to 1>>
<<if $difficulty eq 1>><script>var startingbonuses = 6;</script><</if>>
<<if $difficulty eq 2>><script>var startingbonuses = 3;</script><</if>>
<<if $difficulty eq 3>><script>var startingbonuses = 1;</script><</if>>
<<if !$name>><<set $name to "John">><</if>>
<<if !$surname>><<set $surname to "Surno">><</if>>
<</link>></center><!--[[Intro4]]--> You are wasting time on your phone as always, when you receive an odd message.
<<say 'Message'>>Regarding your old application to "my 720lbs life" , we have a proposal that might interest you, please contact us to the following number:<</say>>
followed by a local phone number.
This kinda look like a spam message, but you made your application several years ago, how can they know this? You have seen several scams attempt in your life, but they never included a local phone number. You conclude something doesn't add up, so you decide to try and give them a call.
A polite and well mannered woman answers, they invite you for an appointment, they don't want to divulge too much information over the phone, but they make the bold statement that it's something that will change your life forever.
<<link "Well, what's there for me to lose at this point of my life? Fuck it! Let's go" "Intro3">><</link>><!--[[Intro3]]-->
<<link "Nah, this sounds risky, I better get back at playing on my phone." "Introend">><</link>><!--[[Introend]]-->
The next day, you go to the appointment.
The place looks like a research lab.
[img[setup.ImagePath+'researchlab.png']]
After a brief introduction, they hand you a stack of papers, insisting you sign a series of non-disclosure agreements before divulging the proposal details.
That's odd, but you don't see the harm in that, and you are really curious at this point, so you do it.
They are nice and talk to you for a long time.
To sum it up, it's a proposal aimed at desperate human beings, and it's barely legal.
It's kind of long-term weight loss program, but with an extra feature.
The concept is to hook you up to a machine that provides you with very limited nutrition, while your brain is tied to an incredibly realistic simulation, they use the word "Matrix" as an example for the concept, it's an old movie, but luckily enough, you have seen it, and you get the reference.
You are pretty skeptical about the whole thing being even possible, but you're also kind of curious and intrigued.
For the simulation, you will have to choose a moment in your life that you want to go back to, And you will resume living from that moment.
About the moment, you have no doubts.
2023! The year that you tried going to college, the year that everything started going to shit.
The biggest wasted opportunity of your life, You only stayed there a couple of months before quitting. That school was full of cute girls, including your friend Natasha.
You counted on her to help you socialize and hook up with the other girls.
She did just the opposite, she just saw you as a fat loser, and she didn't want to get associated with you, so she just shunned and occasionally bullied you.
That felt like shit, you eventually got so depressed that you started overeating even more, to the point that you eventually had to go back home to live with your parents because you were unable to function, but the trauma never went away, and made you spiral down to what you actually are today.
2023 is the point of life that you always dreamed to go back to, you always wanted a second chance, and well, if it's only a simulation, a game, after all, you will be sure to do things better, and to make that bitch pay.
They explain to you that the simulation will last only a couple of weeks on the first run, but that if you collect enough data for the AI, they will be able to improve it.
The prospect of an evolving simulation picks at your gamer mind, leaving you to wonder about the endless possibilities that lay ahead.
<<link "You sign even more papers, and agree to the proposal right away" "Intro4">><</link>>
<<link "Is it risky? I want to know EXACTLY how it works before I accept!" "Introexp">><</link>><!--[[Introexp]]-->
<<link "You have second thoughts, phone games are much better now than they were in 2023." "Introend">><</link>><!--[[Introend]]-->
You unlocked the "Gaming commitment" Achievement.
<s>Sadly, achievements aren't really in the game yet.</s>
Actually, we do have achievements now! So.... there you go, you earned an ancient and super secret achievement!<<nobr>>
<<if $gamingcommitmentachievement is 0 or $gamingcommitmentachievement is undefined >>
<<set $gamingcommitmentachievement to 1>>
<<sta 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<</nobr>>
You live 4 more questionable years of life, you enjoy lots food and all the best videogames.
You gloriously die from a stroke at the age of 38
R.I.P $name $surname
2005 - 2043
You might want to <<link "try again" "Intro2">><</link>><<nobr>>
<<if !$name>><<set $name to "John">><</if>>
<<if !$surname>><<set $surname to "Surno">><</if>>
<<set $showmenu to 1>><<updatebar>>
<<if $difficulty eq 1>><script>var startingbonuses = 6;</script><</if>>
<<if $difficulty eq 2>><script>var startingbonuses = 3;</script><</if>>
<<if $difficulty eq 3>><script>var startingbonuses = 1;</script><</if>>
<</nobr>>They proceed to scan your brain for several hours and, after they are done, they ask you to come back in a week.
Even with very advanced technology, recreating a whole town is no simple task.
They will use an incredibly sophisticated A.I. to generate the world you will live in,
Using a combination of your memories and historical archives, security footage, photos, videos and every kind of available data.
They also inform you that only that town will be generated, and you won't be able to leave it, but you will also somehow never really feel the need or want to.
When you finally come back, a week later, they bring you in a secluded and sterile room, where they anesthetize you and link to a bunch of wires.
Your mind enters the simulation, and you cannot believe how good it looks.
It doesn't look or feel like a simulation at all.
You are back in 2023, in your college room, and everything is exactly as you remember it to be.
You only have a faint memory of being in a simulation for a few minutes, then you already feel like your past life has only been a faint and barely recollectable nightmare.
The simulation is still very unripe and can only offer little bonuses in altering your reality for now.
You can select <<if $difficulty lt 3>>up to<</if>> <<if $difficulty eq 1>>six<<elseif $difficulty eq 2>>three<<else>>one<</if>> starting bonus<<if $difficulty lt 3>>es<</if>>. You can also continue selecting <<if $difficulty lt 3>>less or zero<<else>>none<</if>>.
<<nobr>>
<label><input type="checkbox" id="cb1" value="cb1" class="chkGroup"> Pre-loaded jokes (+8 charisma)</label><br>
<label><input type="checkbox" id="cb2" value="cb2" class="chkGroup"> Basic-facts package (+8 culture)</label><br>
<label><input type="checkbox" id="cb3" value="cb3" class="chkGroup"> Neuronal realignment (+8 intelligence)</label><br>
<label><input type="checkbox" id="cb4" value="cb4" class="chkGroup"> All purpose configuration (+4cha +4int +4cult +2coding)</label><br>
<label><input type="checkbox" id="cb5" value="cb5" class="chkGroup"> Self-esteem injection (+8 confidence)</label><br>
<label><input type="checkbox" id="cb6" value="cb6" class="chkGroup"> Bully-wannabe package (+5 confidence +5 strength)</label><br>
<label><input type="checkbox" id="cb7" value="cb7" class="chkGroup"> Unearned gains (+8 strength)</label><br>
<label><input type="checkbox" id="cb8" value="cb8" class="chkGroup"> Discard a little fat (+8 stamina)</label><br>
<label><input type="checkbox" id="cb9" value="cb9" class="chkGroup"> Slightly improved body (+5 strength +5 stamina)</label><br>
<label><input type="checkbox" id="cb10" value="cb10" class="chkGroup"> Money, not a lot though (+60$ to start with)</label><br>
<label><input type="checkbox" id="cb11" value="cb11" class="chkGroup"> Code in some hard-coded coding (+14 coding)</label><br>
<label><input type="checkbox" id="cb12" value="cb12" class="chkGroup"> Advanced porn studies (+10 sex control +5 sex experience)</label><br>
<<script>>
$(document).one(':passagerender', function (ev) {
function selectiveCheck (event) {
var ii, checkedChecks = document.querySelectorAll(".chkGroup:checked");
$("#result").empty();
for (ii = 0; ii < checkedChecks.length; ii++) {
if (checkedChecks.length < max + 1) {
$("#result").wiki($(checkedChecks[ii]).attr("value") + " ");
} else if (event.target != checkedChecks[ii]) {
$("#result").wiki($(checkedChecks[ii]).attr("value") + " ");
}
}
if (checkedChecks.length >= max + 1)
return false;
}
var checks = $(ev.content).find(".chkGroup");
var max = startingbonuses ;
for (var ii = 0; ii < checks.length; ii++) {
checks[ii].onclick = selectiveCheck;
}
});
<</script>>
<</nobr>>
<center><<button "Confirm" "Intro5">>
<<set $bonusone = $("#cb1").prop("checked")>>
<<set $bonustwo = $("#cb2").prop("checked")>>
<<set $bonusthree = $("#cb3").prop("checked")>>
<<set $bonusfour = $("#cb4").prop("checked")>>
<<set $bonusfive = $("#cb5").prop("checked")>>
<<set $bonussix = $("#cb6").prop("checked")>>
<<set $bonusseven = $("#cb7").prop("checked")>>
<<set $bonuseight = $("#cb8").prop("checked")>>
<<set $bonusnine = $("#cb9").prop("checked")>>
<<set $bonusten = $("#cb10").prop("checked")>>
<<set $bonuseleven = $("#cb11").prop("checked")>>
<<set $bonustwelve = $("#cb12").prop("checked")>>
<<if $bonusone is true>><<set $charisma +=8>><</if>>
<<if $bonustwo is true>><<set $culture +=8>><</if>>
<<if $bonusthree is true>><<set $intelligence +=8>><</if>>
<<if $bonusfour is true>><<set $culture +=4>><<set $intelligence +=4>><<set $charisma +=4>><<set $coding +=2>><</if>>
<<if $bonusfive is true>><<set $confidence +=8>><</if>>
<<if $bonussix is true>><<set $confidence +=5>><<set $strength +=5>><</if>>
<<if $bonusseven is true>><<set $strength +=8>><</if>>
<<if $bonuseight is true>><<set $stamina +=8>><</if>>
<<if $bonusnine is true>><<set $stamina +=5>><<set $strength +=5>><</if>>
<<if $bonusten is true>><<set $money +=60>><</if>>
<<if $bonuseleven is true>><<set $coding +=14>><</if>>
<<if $bonustwelve is true>><<set $sexcontrol +=10>><<set $sexexp +=5>><</if>>
<<set $maxenergy to Number ((25+$stamina).toFixed(0))>>
<<set $energy to $maxenergy>>
<</button>></center>
Your curiosity prompts you to ask more questions about the process, and they go explaining specific details, even if with a bit of reluctance.
Once you're immersed in this new reality, the present will fade from your consciousness. You'll be connected to a system that ensures your body receives the essential nutrients while keeping your muscles active through electrical stimulation. Strangely, you won't feel any of these physical sensations because the machine that you are attached will filter out all the signals from the real world, replacing them with the ones from the simulation.
The simulated experience will be astonishingly realistic, erasing the lines between what's genuine and what's not. You will also slowly forget that the present reality even exists. Every action, every interaction, will contribute to the artificial intelligence's learning. The more diverse your activities and the more people you interact with, the more the simulation will improve.
After the initial two weeks, they will evaluate your progress. Depending on your experiences, they'll refine the simulation, introducing more options and extending the duration of the experience.
Incredibly, this opportunity comes at no financial cost to you. You'll essentially be a test subject in this innovative experiment, required only to sign a series of release forms.
<<link "Back" "Intro3">><</link>><!--[[Intro3]]--> SugarCube.State.active.variables
<<set document.documentElement.scrollTop = 0>>
<span title="Hover text"></span>
/*
<<conf "3.2">><<conf "3.2">><<conf "-3.2">><<conf "3.2">>
<<sexcon "4">><<sexcon "-4">><<sexcon "4">>
<<sexexp "0.7">><<sexexp "-0.7">><<sexexp "0.7">>
<<int "2">><<int "-2">><<int "2">>
<<cha "4.34">><<cha "-4.34">><<cha "4.34">>
<<cod "8">><<cod "-8">><<cod "8">>
<<cul "1.08">><<cul "-1.08">><<cul "1.08">>
<<stress "3">><<stress "3">><<stress "3">>
<<lust "34">><<lust "-34">><<lust "34">>
<<ene "8">><<ene "-8">><<ene "8">>
<<suslove "3">><<suslove "-3">><<suslove "3">>
<<roslove "1">><<roslove "-1">><<roslove "1">>
<<carlove "1.5">><<carlove "-1.5">><<carlove "1.5">>
<<roslove "4">><<roslove "-4">><<roslove "4">>
<<natlove "77">><<natlove "-77">><<natlove "77">>
<<mellove "1.5">><<mellove "-1.5">><<mellove "1.5">>
<<msplove "8.1">><<msplove "-8.1">><<msplove "8.1">>
<<janlove "0.3">><<janlove "-0.3">><<janlove "0.3">>
*/
<div id= "divone">
<<link "derp">>
<<replace "#divone">> content and stuff for derp<</replace>>
<<trigger 'show2'>>
<</link>>
<<link "herp">>
<<replace "#divone">> content and stuff for herp <</replace>>
<<trigger 'show2'>>
<</link>>
</div>
<<on 'show2' span hidden>>
contains some stuff that should be always shown but stay hidden until I click either the herp or derp link
<</on>>
You have slept 7 hours and regenerated all your energy.
<<nobr>>
<<if $lust gte $maxlust>>
You are way too horny, and you haven't done anything about it before going to sleep,<br>You wake up with stained underwear.<br>
<b>Your sex control <span style="color: #8B0000;">decreased</span> by 1</b><br>
<<set $sexcontrol -=1>>
<</if>>
<<include "dailyresets">>
<<set $maxenergy to Number ((25+$stamina).toFixed(0))>>
<<if $bettermattress eq 1>><<set $maxenergy +=15>><</if>>
<<if $carol100ach eq 3>><<set $maxenergy +=5>><</if>>
<<if $katrinafootjobach eq 3>><<set $maxenergy +=3>><</if>>
<<if $extraenergy eq 1>><<set $maxenergy +=10>><</if>>
<<if $laymsbach gte 1>><<set $maxenergy +=10>><</if>>
<<addhours 7>>
<<set $energy to $maxenergy>>
<<if $stress gte $maxstress>>
You have built too much stress in the past few days.<br>
This causes you sleep poorly and to start your day unmotivated,<br>
<b>You start your day with just 50% of your total energy.<br></b>
<<set $energy to Number (($maxenergy*0.5).toFixed(0))>>
<</if>>
/*----------day 2 text---------*/
<<if $currentday gte 1>>
<<if $day2text is undefined>>
<<set $day2text to 1>>
The first day of your adventure is over, it didn't go so bad, Susan seem like a nice girl, you don't have any previous memory of her, maybe the simulation completely took over by now?<br>
Thinking about it, though, you have the strange memory of having this popular girl proposing you the school tour, but you just didn't feel like seeing anybody that day, so you just told her that it wasn't necessary.<br>
<</if>>
<</if>><br>
/*--------------------------------*/
/*---------susan--------*/
<<if $susantransform is 1>>
<<set $susantransform to 2>>
<</if>>
/*------------------------*/
<<if $dailyvincome gte 1 and $derpsies eq 4>>
In the last day, your videos made you gain a total of $dailyvincome<<unset $a>>$<br>
<<set $money +=$dailyvincome>>
<</if>>
<<button "Wake Up" "Room">><!--[[Room]]--><</button>>
<</nobr>>
<<nobr>><<include "calc">>
<<set$gameDate to new Date("2023-09-03T14:00"); >>
<<set $duemilaventi to 1>>
<<set $susantransform to 0>>
<<set $susanfirstfucked to 0>>
<<set $natashaprogress to 0>>
<<set $creationbonus to 0>>
<<set $rosefirsttalk to 0>>
<<set $maximumdays to ($maxdayscalc * $clickedderp)>>
<</nobr>>You have $maximumdays days to live in this reality, spend them well, the more things you achieve, the better the next simulation will be!
<<link "To your room!" "day1">><!--[[day1]]--><</link>><<if $mobiletopmenu is 1>><<include "condtopmenu">><</if>>$infotext <<set $infotext to [""]>>
<div class="siximages">[img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'acthallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]</div>
<<if $natashajealous is undefined>> <<set $natashajealous to 0>><</if>>
<<if $hallwaysstory is undefined>>
You look around and you get an odd feeling, this place carries a lot of bad memories with it, they are a bit hazy right now, but you can certainly feel the discomfort getting back to you.
There are a bunch of doors close to yours that belong to other guys.
Girl rooms are on the upper floor, the stairs are near the end of the hallways, pretty close to where your room is.
You remember that your friend's room, Natasha, is also close to the stairs, just in the upper floor.
You could try and visit her if you want, but you certainly feel like it's a bad idea.<br>
Not too far from there, there's also Susan's room, you know that cause she showed you herself.<br>
<<set $hallwaysstory to 1>> <</if>><<nobr>>
<<if $currenthour gte 7 and $currenthour lte 22>>
<<button "Library" "Library">><!--[[Library]]-->
<<addmins 3>>
<</button>>
<<else>><<button"<s>Library is closed</s>">><</button>>
<</if>>
<<if $dailynatasha is undefined>> <<set $dailynatasha to 0>><</if>>
<<if $dailynatasha is 0>>
<<if $currenthour gte 8 and $currenthour lte 22 and $natashajealous eq 0 or $currenthour gte 8 and $currenthour lte 20 and $natashajealous eq 1>>
<<button "Natasha's Room" "natasharoom">><!--[[natasharoom]]-->
<<addmins 3>><</button>>
<</if>>
<<if $currenthour gte 21 and $currenthour lte 23 and $natashajealous eq 1>>
<<button "Natasha's Room" "carnatroom">><!--[[carnatroom]]-->
<<addmins 7>><</button>>
<</if>>
<<if $currenthour eq 23 and $natashajealous eq 0 or $currenthour eq 24 or $currenthour lte 7>>
<<button"<s>Natasha is sleeping</s>">><</button>>
<</if>>
<<else>><<button"<s>Natasha already visited</s>">><</button>>
<</if>>
<<if $dailysusan is 0>>
<<if $currenthour gte 7 and $currenthour lte 22>>
<<button "Susan's Room" "susanroom">><!--[[susanroom]]-->
<<addmins 3>>
<</button>>
<<else>><<button"<s>Susan is sleeping</s>">><</button>>
<</if>>
<<else>><<button"<s>Susan already visited</s>">><</button>>
<</if>>
<<if $stalkedmelanie is 1>>
<<if $dailymelanie is 0>>
<<if $currenthour gte 8 and $currenthour lte 22>>
<<button "Melanie's Room" "melanieroom">><!--[[melanieroom]]-->
<<addmins 3>>
<</button>>
<<else>><<button"<s>Melanie is sleeping</s>">><</button>>
<</if>>
<<else>><<button"<s>Melanie already visited</s>">><</button>>
<</if>>
<</if>>
<<if $danwatch is 1>>
<<if $currenthour gte 14 and $currenthour lte 20 and $dailydanielle is 0>>
<<button "Danielle's Room" "danielleroom">>
<</button>>
<<else>>
<<button "<s>Danielle's Room</s>">><</button>>
<</if>>
<</if>>
<<if $metxiang gte 1 and $currentday gte 13 and $currenthour gte 6 and ndef $metzoe>>
<<goto "zoemeet">>
<</if>>
<<if $metzoe gte 1>>
<<if $dailyzoe isnot 1>>
<<if $currenthour gte 8 and $currenthour lte 18 and !["Wed", "Sun"].includes($currentweekday)>>
<<button "Approach Zoe" "zoemeet">><</button>>
<<else>>
<<button "<s>Zoe is not here</s>">><</button>>
<</if>>
<<else>>
<<button "<s>Zoe already visited</s>">><</button>>
<</if>>
<</if>>
<</nobr>><<if $mobiletopmenu is 1>><<include "condtopmenu">><</if>><<nobr>>
<<if $atedinner is undefined>><<set $atedinner to 0>><</if>>
<<if $firstcafeteria is undefined>><<set $firstcafeteria to 0>><</if>>
<<if $firstcafeteria lte 2>>
<<set $firstcafeteria +=1>>
<<set $infotext to ["(This message will only be shown a couple times).<br>This is the cafeteria, here you will be able to eat and trigger some events.<br> All meals are ''free'' because you are paying for them with a dedicated card that is being paid by your parents. <br>Please note that you are not required to manually eat every day, and if you don't, it will just be assumed that you quickly ate something in the spare time."]>>
<</if>>
<</nobr>>$infotext<<set $infotext to [""]>>
<div class="siximages">[img[setup.ImagePath+'actcafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]</div><<nobr>>
<br>
<<set $currentmeal to ["closed"]>>
<<if $currenthour gte 7 and $currenthour lte 10>> <<set $currentmeal to "breakfast">> <</if>>
<<if $currenthour gte 11 and $currenthour lte 14>> <<set $currentmeal to "lunch">> <</if>>
<<if $currenthour gte 17 and $currenthour lte 21>> <<set $currentmeal to "dinner">> <</if>>
<<if ["breakfast", "lunch", "dinner"].includes($currentmeal)>>
In the cafeteria $currentmeal is currently being served.<br>
<<else>>
The cafeteria is $currentmeal at this hour.<br> <</if>>
<<if $currentmeal eq ["dinner"]>>
There is a cute, middle aged blonde woman serving dinner at the counter.<br>
<<if $atedinner eq 0>>
<<link "Pick something to eat for dinner" "roseeat">><<set $atedinner to 1>><</link>><!--[[roseeat]]-->
<br>
<<if ndef $metxiang>>
Not too distant from her, there is a dark haired asian girl standing alone, seemingly doing nothing.<br>
<</if>>
<<else>>You already had dinner today<br>
<</if>>
[img[setup.ImagePath+'rose/waiter1.png']]<br>
<</if>>
<<if $currentmeal eq ["breakfast"]>>
<<if ndef $atebreakfast>>
<<if $metlayla gte 1>>
You see Layla sitting alone in a table, eating breakfast.<br>
<<if $laylamanipulated isnot 1>>
<<link "Grab breakfast and sit at her table" "laylabreakfast">><<set $atebreakfast to 1>><</link>>
<<else>>
After what she said to you in her room, you think it's best that you don't bother her during breakfast anymore<br>
<</if>>
<</if>><</if>><</if>>
<<if $currentmeal eq ["lunch"] and $metxiang gte 0 and $dailyxiang isnot 1 and $atelunch isnot 1>>
<br>
<<link "You see Xiang sitting alone with her phone in hand" "xiangcafeteria">><<set $atelunch to 1>><</link>>
<br>
<</if>>
<<if $currentmeal eq ["lunch"] and $carolnumber is true and $atelunch isnot 1>>
<<if $metdanielle isnot 1>>
<<link "You see Carol eating on a table with another girl" "daniellelunch">><<set $atelunch to 1>><</link>>
<</if>>
<<if $currentmeal eq ["lunch"] and $metdanielle is 1 and $atelunch isnot 1>>
<<link "You see Carol and Danielle about to eat lunch together" "daniellelunch">><<set $atelunch to 1>><</link>>
<</if>><</if>>
<</nobr>><<if $mobiletopmenu is 1>><<include "condtopmenu">><</if>><<nobr>>$infotext<br><</nobr>><<nobr>><<if $infotextdouble is undefined>> <<set $infotextdouble to [""]>><</if>>
<</nobr>><div class="siximages">[img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'actclassrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]</div>
<<nobr>>
<<include "calc">>
<<if ndef $cultureclassfocus>><<set $cultureclassfocus to 0>><</if>>
<<if ndef $slackclassenergy>> <<set $slackclassenergy to 5>><</if>>
<<if ndef $lessonduration or $lessonduration lte 60>><<set $lessonduration to 180>><</if>>
<<if $whichlesson eq 1>>
You have attended a culture lesson.<br>
$lessonduration minutes have passed.<br>
<<if $doublelesson eq 1>>
Thanks to your preparation and study in the library, this lesson will provide double gains.<br>
<<cul "6">>
<<int "2">>
<<set $doublelesson to 0>>
<<else>>
<<cul "3">>
<<int "1">>
<</if>>
<<ene "10">>
<<stress "6">><br>
<<set $cultureclassfocus +=1>>
<b>Your Culture class focus has increased by 1 (<<print "$cultureclassfocus">>)</b> <br>
<<if $dailymsbloom isnot 1>>
You can <<link "check out" "msbloomclass">><<set $msbloomscene to 1>><<set $dailymsbloom to 1>><<addmins 10>><</link>> your culture professor while exiting the class.<br>
<br><</if>>
<<updatebar>>
<</if>>
<<if $whichlesson eq 2>>
You have attended a math lesson.<br>
$lessonduration minutes have passed.<br>
<<if $doublelesson eq 1>>
Thanks to your preparation and study in the library, this lesson will provide double gains.<br>
<<cul "2">>
<<int "6">>
<<set $doublelesson to 0>>
<<else>>
<<cul "1">>
<<int "3">>
<</if>>
<<ene "10">>
<<stress "6">>
<<updatebar>>
<<if $currenthour gte 13>>
<br>This is the last lesson for the day, and the class empties...<<link "check out your professor" "mspearlclass">><<addmins 10>><</link>><br>
<</if>>
<</if>>
<<if $whichlesson eq 3>>
You have attended a culture lesson and spent most time trying to talk to girls and paying very little attention.<br>
$lessonduration minutes have passed.<br>
<<cha "2">>
<<if $melaniefuckachievement is 3>>
You gain additional charisma thanks to your achievements.<br>
<<cha "2">>
<</if>>
<<conf "1.5">>
<<ene $slackclassenergy>>
<<stress "-2">>
<<set $cultureclassfocus -=1>>
<b>Your Culture class focus has decreased by 1 (<<print "$cultureclassfocus">>)</b><br>
<<if $cultureclassfocus lt -2>>
Ms. Blooms seems a bit upset as you pass next to her on your way out.<br>
<</if>>
<<if $cultureclassfocus lt -4 and $dailymsbloom isnot 1>>
When you are right next to her, she stops you.<br><br>
<<msbloom>>Please wait here a minute, I need to talk to you<</msbloom>>
You could ignore her and walk past her, but you're not sure it's a great idea.<br>
<<if $msbloomlisten eq 1>>
In fact, you already ignored her last time, and this only seems to have made her more annoyed.<br>
<<msblove "-2">>
<</if>>
<<set $msbloomlisten to 1>>
<<link "Stop and listen to her" "msbloomclass">><<set $msbloomscene to 10>><<set $dailymsbloom to 1>><<addmins 10>><</link>><br>
<<link "Ignore her and walk past her" "Classrooms">><</link>><br>
<</if>>
<<elseif $cultureclassfocus lt -2 and $whichlesson eq 3>>
But she doesn't stop you or does anything but looking at you with a hint of annoyance.<br>
<</if>>
<<set $whichlesson to 0>>
$infotext
<<set $infotext to [""]>>
<<if $currenthour gte 8 and $currenthour lte 12 and !["Sat", "Sun"].includes($currentweekday)>>
/*--------------------IF OPEN-------------------*/
<<link "Attend a general culture lesson, and listen carefully (10 energy)" "Classrooms">>
<<if $energy gte 10>>
<<set $energy to $energy-=10>>
<<addmins $lessonduration>>
<<set $whichlesson to 1>>
<<else>> <<set $infotext to ["You are too tired, you need at least 10 energy to attend a lesson<br>"]>>
<</if>>
<</link>>
<br>
<<link "Attend a mathematics lesson, and listen carefully (10 energy)" "Classrooms">>
<<if $energy gte 10>>
<<set $energy to $energy-=10>>
<<addmins $lessonduration>>
<<set $whichlesson to 2>>
<<else>> <<set $infotext to ["You are too tired, you need at least 10 energy to attend a lesson<br>"]>>
<</if>>
<</link>>
<br>
<<link "Join a culture lesson and try to socialize with other people ($slackclassenergy energy)" "Classrooms">>
<<if $energy gte $slackclassenergy>>
<<set $whichlesson to 3>>
<<set $energy to $energy-= $slackclassenergy>>
<<addmins $lessonduration>>
<<else>> <<set $infotext to ["You are too tired, you need at least $slackclassenergy energy to do this<br>"]>>
<</if>>
<</link>>
/*--------------------IF CLOSED-------------------*/
<<else>>
<br>
Lessons are held every day from Monday to Friday from 8:00 to 12:00, come back in this timeframe!
<</if>>
<</nobr>><<if $mobiletopmenu is 1>><<include "condtopmenu">><</if>>
<div class="siximages"> [img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'actpoolgym.png'][Poolgym]] [img[setup.ImagePath+'outside.png'][Outside]]</div>
<<nobr>>
<<if $metmspearlpool is undefined>><<set $metmspearlpool to 0>><</if>>
<<if ndef $laylagain>><<set $laylagain to 1>><</if>>
<<include "calc">>
<<set $workoutenergy to 15>>
<<set $swimenergy to 12>>
<<if $advancedgym gte 1>><<set $workoutenergy -=3>><</if>>
<<if $laylauseach gte 1>><<set $workoutenergy -=1>><</if>>
<<if $laylaanalach gte 1>><<set $workoutenergy -=2>><</if>>
<<if $advancedswim gte 1>><<set $swimenergy -=2>><</if>>
<<if $rosxmasach gte 1>><<set $swimenergy -=1>><</if>>
<<if $whichactivity eq 0>>
The gym and the pool are close to each other in the east section of your school, here you can swim or work out, both activities require 2 hours and will drain a lot of energy.<br>
<</if>>
$infotext
<<if $whichactivity eq 1>>
You work out for 2 hours, focusing on muscles.<br>
<<str $strgainworkhome>>
<<sta $stagainworkhome>>
<<stress "2">>
<</if>>
<<if $whichactivity eq 2>>
You swim for 2 hours, you can feel the fatigue building up.<br>
<<str $strgainworkhome>>
<<sta $stagainworkhome>>
<<stress "2">>
<</if>>
<<set $whichactivity to 0>>
<<set $infotext to [""]>>
<<if ndef $metlayla and $currenthour gte 17 and $currenthour lte 20>>
<br><<link "You see an attractive girl working out" "laylagym">><<set $dailylayla to 1>><</link>>
<</if>>
<<if $dailylayla eq 0>>
<<if $metlayla eq 1 and $currenthour gte 17 and $currenthour lte 20>>
<br><<link "You see Layla working out" "laylagym">><<set $dailylayla to 1>><</link>>
<</if>><</if>>
<<if $dailymspearl eq 0>>
<<if $metmspearl eq 1 and $currenthour gte 16 and $currenthour lte 18>>
<<if $metmspearlpool eq 0 and !["Sat", "Sun"].includes($currentweekday)>>
<br><<link "Is that Ms. Pearl in the pool?!" "mspearlpool">><<set $dailymspearl to 1>><</link>>
<</if>><</if>>
<<if $metmspearlpool eq 1 and $currenthour gte 16 and $currenthour lte 18 or $metmspearlpool eq 1 and $currenthour gte 16 and $currenthour lte 20 and $mspearlnudeach eq 3>>
<<if !["Sat", "Sun"].includes($currentweekday)>>
<br><<link "You can see Ms. Pearl swimming in the pool" "mspearlpool">><<set $dailymspearl to 1>><</link>>
<</if>><</if>><</if>>
<</nobr>>
<<button "Work out" "Poolgym">>
<<if $energy gte $workoutenergy>>
<<set $strgainworkhome to Number (($workstrgain*$laylagain).toFixed(2))>>
<<set $stagainworkhome to Number (($workstagain).toFixed(2))>>
<<set $whichactivity to 1>>
<<set $energy to $energy-= $workoutenergy>>
<<addhours 2>>
<<else>> <<set $infotext to ["You are too tired, you need at least $workoutenergy energy to work out"]>>
<<set $whichactivity to -1>>
<</if>>
<</button>> <<button "Swim" "Poolgym">>
<<set $strgainworkhome to Number (($swimstrgain).toFixed(2))>>
<<set $stagainworkhome to Number (($swimstagain).toFixed(2))>>
<<if $energy gte $swimenergy>>
<<set $whichactivity to 2>>
<<set $energy to $energy-=$swimenergy>>
<<addhours 2>>
<<else>> <<set $infotext to ["You are too tired, you need at least $swimenergy energy to swim"]>>
<<set $whichactivity to -1>>
<</if>>
<</button>><<nobr>>
<<if $strength gte 60>>
<<if $medstrachievement is 0 or $medstrachievement is undefined >>
<<set $medstrachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>><</if>>
<<if $stamina gte 60>>
<<if $medstaachievement is 0 or $medstaachievement is undefined >>
<<set $medstaachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>><</if>>
<<if $strength gte 90>>
<<if $highstrachievement is 0 or $highstrachievement is undefined >>
<<set $highstrachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>><</if>>
<<if $stamina gte 90>>
<<if $highstaachievement is 0 or $highstaachievement is undefined >>
<<set $highstaachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>><</if>>
<</nobr>>This is the dev-debug room, you are not supposed to be here unless you are cheating , those hardcoded cheats are used for testing and are probably going to mess up the game if used mindlessly, NEVER go into negative dates, try to not bring values over 100, and make a backup save before trying out stuff.
<<if $cheats is undefined>><<set $cheats to 0>><</if>>
<<if $cheats eq 0>><<link "Show cheats" "Debugroom">><<set $cheats to 1>><</link>><</if>><<if $cheats eq 1>> <<link "Hide cheats" "Debugroom">><<set $cheats to 0>><</link>>
<<button "Wait 1 day" "Debugroom">>
<<adddays 1>>
<<updatebar>>
<</button>> <<button "Wait 7 days" "Debugroom">>
<<adddays 7>>
<<updatebar>>
<</button>> <<button "Wait 30 days" "Debugroom">>
<<adddays 30>>
<<updatebar>>
<</button>>
<<button "go back 3 hours" "Debugroom">>
<<addhours -3>>
<<updatebar>>
<</button>><<button "go back 1 day" "Debugroom">>
<<adddays -1>>
<<updatebar>>
<</button>> <<button "go back 10 days" "Debugroom">>
<<adddays -10>>
<<updatebar>>
<</button>>
<<button "add 100 money" "Debugroom">><<set $money+=100>><<updatebar>><</button>><<button "add 2000 money" "Debugroom">><<set $money+=2000>><<updatebar>>
<</button>> <<button "burn 20 money" "Debugroom">>
<<set $money-=20>>
<<updatebar>>
<</button>>
<<button "add 30 energy" "Debugroom">>
<<set $energy+=30>>
<<updatebar>>
<</button>> <<button "burn 3 energy" "Debugroom">>
<<set $energy-=3>>
<<updatebar>>
<</button>> <<button "burn 20 energy" "Debugroom">>
<<set $energy-=20>>
<<updatebar>>
<</button>>
<<button "add 10 lust" "Debugroom">>
<<set $lust+=10>>
<<updatebar>>
<</button>><<button "remove 10 lust" "Debugroom">>
<<set $lust-=10>> $lust
<<updatebar>>
<</button>>
<<button "add 10 stress" "Debugroom">>
<<set $stress+=10>>
<<updatebar>>
<</button>><<button "remove 10 stress" "Debugroom">>
<<set $stress-=10>> $lust
<<updatebar>>
<</button>>
<<button "add 3 int" "Debugroom">>
<<set $intelligence+=3>>
<<updatebar>><</button>><<button "add 30 int" "Debugroom">>
<<set $intelligence+=30>>
<<updatebar>><</button>><<button "remove 3 int" "Debugroom">>
<<set $intelligence-=3>>
<<updatebar>>
<</button>> $intelligence
<<button "add 3 cult" "Debugroom">>
<<set $culture+=3>>
<<updatebar>>
<</button>><<button "remove 3 cult" "Debugroom">>
<<set $culture-=3>>
<<updatebar>>
<</button>> $culture
<<button "add 3 confidence" "Debugroom">>
<<set $confidence+=3>>
<<updatebar>>
<</button>><<button "remove 3 confidence" "Debugroom">>
<<set $confidence-=3>><</button>> $confidence
<<button "add 3 charisma" "Debugroom">>
<<set $charisma+=3>>
<<updatebar>>
<</button>><<button "remove 3 charisma" "Debugroom">>
<<set $charisma-=3>><</button>> $charisma
<<button "add 5 stamina" "Debugroom">>
<<set $stamina+=5>>
<<updatebar>>
<</button>> <<button "remove 5 stamina" "Debugroom">>
<<set $stamina-=5>><</button>>$stamina
<<button "add 5 strength" "Debugroom">>
<<set $strength+=5>>
<<updatebar>>
<</button>><<button "remove 5 strength" "Debugroom">>
<<set $strength-=5>><</button>> $strength
<<button "add 3 sexcontrol" "Debugroom">>
<<set $sexcontrol+=3>>
<<updatebar>>
<</button>><<button "remove 3 sexcontrol" "Debugroom">>
<<set $sexcontrol-=3>>
<<updatebar>>
<</button>> $sexcontrol
<<button "add 3 sexexp" "Debugroom">>
<<set $sexexp+=3>>
<<updatebar>>
<</button>><<button "remove 3 sexexp" "Debugroom">>
<<set $sexexp-=3>>
<<updatebar>>
<</button>> $sexexp
<<button "add 3 popularity" "Debugroom">>
<<set $popularity+=3>>
<<updatebar>>
<</button>><<button "remove 3 popularity" "Debugroom">>
<<set $popularity-=3>>
<<updatebar>>
<</button>> $popularity
<<button "add 3 coding" "Debugroom">>
<<set $coding+=3>>
<<updatebar>>
<</button>><<button "remove 3 coding" "Debugroom">>
<<set $coding-=3>>
<<updatebar>>
<</button>> $coding
<<button "add 100 exp" "Debugroom">>
<<set $exp+=100>>
<<updatebar>>
<</button>><<button "remove 100 exp" "Debugroom">>
<<set $exp-=100>>
<<updatebar>>
<</button>> $exp
<<linkreplace "Max all the above stats to 100 (not recommended)">>Done.<<set $virginity to 1>><<set $sexcontrol to 100>><<set $sexexp to 100>><<set $charisma to 100>><<set $strength to 100>><<set $coding to 100>><<set $intelligence to 100>><<set $stamina to 100>><<set $confidence to 100>><<set $culture to 100>><<set $popularity to 100>><<set $coding to 100>><<updatebar>><</linkreplace>>
<<nobr>>
<<linkreplace"Reset most daily interactions">>
Done.
<<include "dailyresets">>
<</linkreplace>>
<</nobr>>
<<linkreplace "become a virgin">>Done.<<set $virginity to 1>><</linkreplace>>
<</if>>
<<button "back to room" "Room">><!--[[Room]]--><</button>>
<<nobr>>
<<linkreplace "Show me the source material list">>
(Usually just open the first result - if something is missing or you are having trouble finding one, contact me on discord!)<br>
<<linkreplace "Susan">>
<a href="https://www.google.com/search?q=Petite+Pornstar+Katie+Kush+Deepthroats+And+Rides+Fat+Dick+POV" target="_blank">Susan "look sexy" scene</a><br>
<a href="https://www.google.com/search?q=katie+kush+teen+hooky+for+some+nooky" target="_blank">Susan first kiss and blowjob before change</a><br>
<a href="https://www.google.com/search?q=katie+kush+teenslovecream" target="_blank">Susan first fuck scene</a><br>
<a href="https://www.google.com/search?q=katie+kush+anally+flexible" target="_blank">Susan Anal scene</a><br>
<a href="https://www.google.com/search?q=Katie+Kush+Agrees+To+Help+Her+Professor" target="_blank">Susan scene in library</a><br>
<a href="https://www.google.com/search?q=katie+kush+seducing+her+friends+gamer+bro" target="_blank">Susan Post library sex</a><br>
<a href="https://www.google.com/search?q=andi+rose+katie+kush+stepcousin+andi" target="_blank">Susan + Carol Threesome</a><br>
<</linkreplace>><br>
<<linkreplace "Rose">>
<a href="https://www.google.com/search?q=kayley+gunner+property+sex" target="_blank">Rose - most of the first scenes</a><br>
<a href="https://www.google.com/search?client=opera&q=Kayley+Gunner+-+Thankful+For+You+S14%3AE8+720p" target="_blank">Rose - first kiss scene</a><br>
<a href="https://www.google.com/search?client=opera&q=Kayley+Gunner+plays+Dr.+Boob+Job" target="_blank">Rose - blowjob scene and cum on tits</a><br>
<a href="https://www.google.com/search?client=opera&q=Blonde+Secretary+MILF+-+Kayley+Gunner
" target="_blank">Rose - cum in mouth and other bits</a><br>
<a href="https://www.google.com/search?q=kayley+shared+wife+great+experience" target="_blank">Rose - Titfuck and second fuck scene sex + cumshot </a><br>
<a href="https://www.google.com/search?q=frat+attack+2+katie+kush+kayley+gunner" target="_blank">Rose + Susan threesome</a><br>
<</linkreplace>><br>
<<linkreplace "Carol">>
<a href="https://www.google.com/search?q=Myfamilypies+Andi+Rose+Step+Daughter+Wants+Sex" target="_blank">Carol - Most of the early scenes + some fuck scenes </a><br>
<a href="https://www.google.com/search?q=Andi+Rose+-+gaping+rimming+anal+player+17+2023" target="_blank">Carol - Anal scene</a><br>
<a href="https://www.google.com/search?q=andi+rose+ps " target="_blank">Carol - Some sex scenes from fuck again and face cumshot</a><br>
<a href="https://www.google.com/search?q=Andi+Rose+-+Anal+ExCoGi" target="_blank">Carol - blowjob until cum in mouth and more</a><br>
<a href="https://www.google.com/search?q=Andi+Rose+-+madi+collins+white+blue" target="_blank">Carol + Natasha Threesome</a><br>
<a href="https://www.google.com/search?q=andi+rose+katie+kush+stepcousin+andi" target="_blank">Carol + Susanl Threesome</a><br>
<a href="https://www.google.com/search?&q=maya+woulfe+andi+rose+twat" target="_blank">Carol + Danielle Threesome</a><br>
<</linkreplace>><br>
<<linkreplace "Natasha">>
<a href="https://www.google.com/search?q=Madi+collins+do+my+boobies+fit+this+bra+stepbro" target="_blank"> Natasha First scenes </a><br>
<a href="https://www.google.com/search?q=Madi+Collins+can't+fuck+the+guests" target="_blank"> Natasha Masturbation scenes</a><br>
<a href="https://www.google.com/search?q=madi+collins+flashes+her+pretty+pink+pussy" target="_blank"> Natasha have fun sex scene </a><br>
<a href="https://www.google.com/search?q=Stepsis+Madi+Collins+fat+Hot+Load+to+make+me+feel+better" target="_blank"> Natasha cum over her scene</a><br>
<a href="https://www.google.com/search?q=madi-collins-anal-fucking-eporner" target="_blank"> Natasha anal scene</a><br>
<a href="https://www.google.com/search?q=madi+colling+home+wrecker" target="_blank"> Natasha Jealousy scene</a><br>
<a href="https://www.google.com/search?q=Andi+Rose+-+madi+collins+white+blue" target="_blank">Carol + Natasha Threesome</a><br>
<a href="https://www.google.com/search?q=madi+collins+august+skye" target="_blank"> Natasha and ms pearl threesome</a><br>
<</linkreplace>><br>
<<linkreplace "Melanie">>
<a href="https://www.google.com/search?q=Lexi+Grey+Anal+And+Deepthroat+A2M" target="_blank">Melanie - Blackmail blowjob and anal</a><br>
<a href="https://www.google.com/search?q=lexi+grey+inserted" target="_blank">Melanie - Bed action and first sex</a><br>
<a href="https://www.google.com/search?q=lexi+grey+cock+care+KarupsHA" target="_blank">Melanie - Footjob and Titfuck</a><br>
<a href="https://www.google.com/search?q=Lexi+Loves+An+Anal+Creampie+eporner" target="_blank">Melanie - Anal scene with anal creampie </a><br>
<</linkreplace>><br>
<<linkreplace "Katrina">>
<a href="https://www.google.com/search?q=dickforlily+nurse" target="_blank">Katrina - All infirmary scenes </a><br>
<a href="https://www.google.com/search?q=q=dickforlily+Fucked+a+Roommate+in+the+kitchen" target="_blank">Katrina - Her apartment, fixing the PC </a><br>
<a href="https://www.google.com/search?q=dickforlily+Neighbor+tightly+pressed" target="_blank">Katrina - Apartment pussy lick - fuck - footjob</a><br>
<a href="https://www.google.com/search?q=dickforlily+divorced+step+sister++fucked++ass" target="_blank">Katrina - Anal scene</a><br>
<a href="https://www.google.com/search?q=dickforlily+car+trip" target="_blank">Katrina - Road fuck scene</a><br>
<a href="https://www.google.com/search?q=dickforlily+pool+sex" target="_blank">Katrina - Pool fuck scene</a><br>
<</linkreplace >><br>
<<linkreplace "Jane">>
<a href="https://www.google.com/search?q=study+my+squirt+anna+claire+clouds"> Jane - library </a><br>
<a href="https://www.google.com/search?q=Super+Hot+Blonde+Pornstar+POV+-+Anna+Claire+Clouds"> Jane - her house </a><br>
<a href="https://www.google.com/search?q=Anna+Claire+Clouds+Anal+Savages+9"> Jane - Anal scene </a><br>
<a href="https://www.google.com/search?q=vanessa+sky+anna+claire+clouds"> Jane - caught by Olivia </a><br>
<a href="https://www.google.com/search?q=violet+starr+anna+claire+clouds"> Jane - Amber Threesome </a><br>
<a href="https://www.google.com/search?q=august+skye+anna+claire+clouds"> Jane - Ms. pearl Threesome </a><br>
<a href="https://www.google.com/search?q=anna+claire+lexi+luna+cute+home"> Jane - Zoe Threesome </a><br>
<</linkreplace>><br>
<<linkreplace "Ms. Pearl">>
<a href="https://www.google.com/search?q=Poolside+TNA+august+skye" target="_blank">Ms. Pearl - pool stripping</a><br>
<a href="https://www.google.com/search?q=august+skye+obedient+cum+dumpster+eporner" target="_blank">Ms. Pearl - hotel scene</a><br>
<a href="https://www.google.com/search?q=august+skye+directors+fun" target="_blank">Ms. Pearl - Home scene</a><br>
<a href="https://www.google.com/search?q=madi+collins+august+skye" target="_blank">Ms. Pearl - class scene and threesome</a><br>
<a href="https://www.google.com/search?q=august+skye+anna+claire+clouds"> Jane - Ms. pearl Threesome </a><br>
<</linkreplace>><br>
<<linkreplace "Olivia">>
<a href="https://www.google.com/search?q=vanessa+sky+touching+step+son" target="_blank">Olivia - Blowjob</a><br>
<a href="https://www.google.com/search?q=vanessa+sky+property+sex" target="_blank">Olivia Masturbate and fuck</a><br>
<a href="https://www.google.com/search?q=vanessa+sky+anal+legal+9994" target="_blank">Olivia fuck and anal scene</a><br>
<a href="https://www.google.com/search?q=violet+starr+vanessa+sky+zac+wild"> Olivia - Amber Threesome </a><br>
<</linkreplace>><br>
<<linkreplace "Layla">>
<a href="https://www.google.com/search?q=angel+youngs+fuck+sister+friend" target="_blank">Layla Handjob</a><br>
<a href="https://www.google.com/search?q=Angel+Youngs+Personal+Trainer+Fantasizes" target="_blank">Layla Gym pics, training and sex</a><br>
<a href="https://www.google.com/search
?q=august+skye+angel+youngs" target="_blank">Layla + Ms. Pearl threesome</a><br>
<</linkreplace>><br>
<<linkreplace "Danielle">>
<a href="https://www.google.com/search?q=Schoolgirl+Squirts+Maya+Woulfe" target="_blank">Danielle - her room - all scenes</a><br>
<a href="https://www.google.com/search?&q=maya+woulfe+andi+rose+twat" target="_blank">Danielle + Carol Threesome</a><br>
<</linkreplace>><br>
<<linkreplace "Xiang">>
<a href="https://www.google.com/search?&q=lulu+chu+asian+professor" target="_blank">Xiang - groping , pictures and class sex</a><br>
<a href="https://www.google.com/search?&q=qSgYtA7eEmV" target="_blank">Xiang - stripping</a><br>
<</linkreplace>><br>
<<linkreplace "Zoe">>
<a href="https://www.google.com/search?q=anna+claire+lexi+luna+cute+home"> Jane - Zoe Threesome </a><br>
<a href="https://www.google.com/search?q=lulu+chu+lexi+luna"> Xiang + Zoe Threesome </a><br>
<</linkreplace>><br>
<<linkreplace "Ms. Bloom">>
<a href="https://www.google.com/search?q=melissa+stratton+office">Ms. Bloom - her office blowjob </a><br>
<</linkreplace>><br>
<<linkreplace "Francine">>
<a href="https://www.google.com/search?q=jewelz+blu+tits+showered">Francine - hj, bj and titfuck scene </a><br>
<br>
<</linkreplace>><br><br>
<<button "back to room" "Room">><!--[[Room]]--><</button>>
<</linkreplace>><br>
<</nobr>>
<<linkreplace "change name">>
Name:
<<textbox "$name" "John">>
Surname:
<<textbox "$surname" "Surno">>
<<button "Confirm" "Room">><<if !$name>><<set $name to "John">><</if>>
<<if !$surname>><<set $surname to "Surno">><</if>><</button>>
<</linkreplace>>
<<linkreplace"color test">>
<<say "You" $faceimg>>This is a pretty long line of text to test readability<</say>>
<<susan>>This is a pretty long line of text to test readability<</susan>>
<<susan2>>This is a pretty long line of text to test readability<</susan2>>
<<carol>>This is a pretty long line of text to test readability<</carol>>
<<rose>>This is a pretty long line of text to test readability<</rose>>
<<natasha>>This is a pretty long line of text to test readability<</natasha>>
<<melanie>>This is a pretty long line of text to test readability<</melanie>>
<<katrina>>This is a pretty long line of text to test readability<</katrina>>
<<tyler>>This is a pretty long line of text to test readability<</tyler>>
<<jane>>This is a pretty long line of text to test readability<</jane>>
<<MsPearl>>This is a pretty long line of text to test readability<</MsPearl>>
<<olivia>>This is a pretty long line of text to test readability<</olivia>>
<<layla>>This is a pretty long line of text to test readability<</layla>>
<<danielle>>This is a pretty long line of text to test readability<</danielle>>
<<xiang>>This is a pretty long line of text to test readability<</xiang>>
<<msbloom>>This is a pretty long line of text to test readability<</msbloom>>
<<placeholder1>>This is a pretty long line of text to test readability<</placeholder1>>
<<placeholder2>>This is a pretty long line of text to test readability<</placeholder2>>
<<placeholder3>>This is a pretty long line of text to test readability<</placeholder3>>
<<placeholder5>>This is a pretty long line of text to test readability<</placeholder5>>
<<placeholder6>>This is a pretty long line of text to test readability<</placeholder6>>
<<placeholder7>>This is a pretty long line of text to test readability<</placeholder7>>
<<placeholder8>>This is a pretty long line of text to test readability<</placeholder8>>
<<placeholder9>>This is a pretty long line of text to test readability<</placeholder9>>
<<placeholder10>>This is a pretty long line of text to test readability<</placeholder10>>
<<button "back to room" "Room">><!--[[Room]]--><</button>>
<</linkreplace>>You are out of energy. you almost pass out but somehow make it to get to your bed in your room and collapse on it..
You sleep <<if $rosevirginachievement is 3>>8<<else>>10<</if>> hours straight and regenerate all your energy.
<<nobr>>
<<if $lust gte $maxlust>>
You are way too horny, and you haven't done anything about it before going to sleep,<br>You wake up with stained underwear.<br>
<b>Your sex control <span style="color: #8B0000;">decreased</span> by 1</b><br>
<<set $sexcontrol -=1>>
<</if>>
<<include "dailyresets">>
<<set $maxenergy to Number ((25+$stamina).toFixed(0))>>
<<if $bettermattress eq 1>><<set $maxenergy +=15>><</if>>
<<if $carol100ach eq 3>><<set $maxenergy +=5>><</if>>
<<if $katrinafootjobach eq 3>><<set $maxenergy +=3>><</if>>
<<if $extraenergy eq 1>><<set $maxenergy +=10>><</if>>
<<if $laymsbach gte 1>><<set $maxenergy +=10>><</if>>
<<set $energy to $maxenergy>><<unset $passouttrigger>>
<<if $stress gte $maxstress>>
You have built too much stress in the past few days.<br>
This causes you sleep poorly and to start your day unmotivated,<br>
<b>You start your day with just 50% of your total energy.<br></b>
<<set $energy to Number (($maxenergy*0.5).toFixed(0))>>
<</if>>
<<if $dailyvincome gte 1 and $derpsies eq 4>>
In the last day, your videos made you gain a total of $dailyvincome<<unset $a>>$<br>
<<set $money +=$dailyvincome>>
<</if>>
<<set $currenthour to $gameDate.getHours()>>
<<if $currenthour lte 19 and $currenthour gte 6>>
<<button "What time is it?" "Fixschedule">><</button>>
<<else>>
<<button "Wake Up" "Room">><<if $rosevirginachievement is 3>><<addhours 8>><<else>><<addhours 10>><</if>><!--[[Room]]--><</button>>
<</if>>
/*----------day 2 text---------*/
<<if $currentday eq 2>>
<<if $day2text is undefined>>
<<set $day2text to 1>>
The first day of your adventure is over, it didn't go so bad, Susan seem like a nice girl, you don't have any previous memory of her, maybe the simulation completely took over by now?<br>
Thinking about it, though, you have the strange memory of having this popular girl offering you the school tour, but you just didn't feel like seeing anybody that day, so you just told her that it wasn't necessary.<br>
<</if>>
<</if>><br>
/*--------------------------------*/
/*---------susan--------*/
<<if $susantransform is 1>>
<<set $susantransform to 2>>
<</if>>
/*------------------------*/
<</nobr>>
<<nobr>>
<<if $natashalove is undefined>> <<set $natashalove to 0>> <</if>>
<<if $natashaattraction is undefined>> <<set $natashaattraction to 0>> <</if>>
<<if $carollove is undefined>> <<set $carollove to 0>> <</if>>
<<if $natashajealous is undefined>> <<set $natashajealous to 0>> <</if>>
<<include "calc">>
<<if $natashajealous is 0 and $carolfucked gte 1>>
<<goto "natashajealous">><</if>>
<<if $natashaprogress is 101>>
[img[setup.ImagePath+'natasha/doorstand1.png']]<br><br>
<<natasha>>What the fuck are you doing here? last time you treated me like shit, fuck off<</natasha>><br>
<<linkreplace "No, you fuck off">><br>
<<if $dailynatasha is 0>>
<<natasha>>Why did you even waste your time to come this way? Get the fuck out of here<</natasha>><br>
<<conf "2">>
<<natlove "-3">>
<<stress "2">>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<set $dailynatasha to 1>>
<</if>>
<</linkreplace>>
<br>
<<linkreplace "I came here to apologize">><br>
<<if $dailynatasha is 0>>
<<natasha>>Really? and you think that's enough?<</natasha>><br>
<<say "You" $faceimg>>What if I buy you lunch?<</say>><br>
<<if $natashaattraction lte 59.99>>
<b>(Attraction check failed)</b><br><br>
<<natasha>>Nah, that's not enough anymore, I also want 30$ now<</natasha>><br>
<<if $money gte 30>>
<<linkreplace "Give her 30$">><br>
<<if $dailynatasha eq 0>>
You aren't sure that this was the best course of action, but you set things right with her, at the cost of your reputation, you hope nobody hears about this<br>
<b>
Your popularity decreased by 2<br>
You lost 30$ <br>
You can now buy lunch for Natasha in her room<br>
</b>
<<set $popularity -=2>>
<<set $natashaprogress to 3>>
<<natlove "4">>
<<conf "-4">>
<<set $dailynatasha to 1>>
<<set $money -=30>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<</linkreplace>>
Or you can select the option above<br>
You can also do nothing and <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<else>>
You realize you don't have 30$... you can <<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
or you can tell her:
<<linkreplace "To go fuck herself">><br>
<<if $dailynatasha is 0>>
<<say "You" $faceimg>>No, you can go fuck yourself<</say>><br>
<<natasha>>Why did you even waste your time to come this way? Get the fuck out of here<</natasha>><br>
<<conf "2">>
<<natlove "-3">>
<<stress "2">>
<<set $dailynatasha to 1>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<</linkreplace>>
<</if>>
<</if>>
<<if $natashaattraction gte 60>>
<b>(Attraction check passed)</b><br>
<<natasha>>That's better, I'll forgive you in that case<</natasha>><br>
<<say "You" $faceimg>>I forgot my wallet though, can I go to fetch it?<</say>><br>
<<natasha>>Ok, I'll wait here<</natasha>><br>
<<set $natashaprogress to 3>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<</if>>
<</linkreplace>>
<</if>>
<<if $natashaprogress is 1 or $natashaprogress is 2 >>
[img[setup.ImagePath+'natasha/doorstand1.png']]<br>
<<natasha>>We aren't interested, thank you *slams the door*<</natasha>><br>
<<addmins 5>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]-->
<</if>><</nobr>><<nobr>>
<<if $intelligence gte 12 and $money gte 10 and $natashaprogress is 1>> <br>
<<linkreplace "(12int - 10$) Come up with a way to bribe Natasha to leave">>
<<say "You" $faceimg>>Wait! I just wanted to buy you something to eat<</say>><br>
<<natasha>>Are you insane? I can't be seen in public with someone like you<</natasha>><br>
<<say "You" $faceimg>>t's really just a gift, you can go alone, I'll just give you the money<</say>><br>
<<natasha>>Hm... ok I guess? But do I have to go now?<</natasha>><br>
<<say "You" $faceimg>>Yeah, that's the deal<</say>><br>
<<natasha>>This doesn't make sense, but sure, thanks... You are weirder than I remember<</natasha>><br>
<<natlove "1">>
You <span style="color: #8B0000;">spent</span> 10$<br>
<<set $money-=10>>
<<updatebar>>
<<set $natashaprogress to 2>>
<<set $natashafirstbribeday to $currentday>><br>
She grabs the money and goes towards the Cafeteria<br>
You knock on the door again<br><br>
<<carol>>Ohh, I get it now, you wanted to talk with me?<</carol>><br>
<<say "You" $faceimg>>You seemed nicer than her the last time...<</say>><br>
<<carol>>I see, look, don't get any strange ideas, you are sweet and everything, but I feel like it's just not a good thing for me to be seen around with you either<</carol>><br>
<<say "You" $faceimg>>I understand, but I really just wanted to help you with homeworks, I recall that you needed some help with science?<</say>><br>
<<carol>>Maybe... I mean, do you expect something in return?<</carol>><br>
<<say "You" $faceimg>>No, no... just your phone number, I don't want to give Natasha money every time I want to talk with you.<</say>><br>
<<carol>>That makes sense, we have a deal, but don't call me, just keep it to texting please<</carol>><br>
<<carlove "1">>
<b>You now have Carol's phone number</b>
<<set $carolnumber = true>>
<<set $dailynatasha to 1>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]-->
<</linkreplace>>
<</if>>
<<if $intelligence < 12 and $natashaprogress is 1>><br>
(You want to find a way to talk to Carol alone, if only you were more intelligent, maybe you could think of something.)
<</if>>
<<if $intelligence gte 12 and $natashaprogress is 1 and $money < 10>> <br>You have an idea that you could use to distract Natasha and talk to Carol alone, but you'd need at least 10$ to do that.<br>
<</if>>
<<if $natashaprogress is 0 or $natashaprogress is undefined>>
You walk up the stairs, get close to the door, and hesitate for a bit, you lost most of your memories about Natasha, so you have odd, mixed feelings about knocking, you both know that there's nothing wrong visiting her and that it's a terrible idea.<br>
The first sensation takes over for a while, and you find yourself knocking.<br>
Twenty seconds later, she opens the door.<br>
[img[setup.ImagePath+'natasha/doorstand1.png']]<br><br>
<<natasha>>Oh... it's you. What the hell are you doing here?<</natasha>><br>
<<say "You" $faceimg>>I... <</say>><br>
<<carol>>Who is it??<</carol>><br>
<<natasha>>Don't worry, it's nobody, really<</natasha>><br>
<<carol>>What? how can it be nobody?<</carol>><br>
<<natasha>>(Silently) Just go away!<</natasha>><br>
<<carol>>Ohh, it's your friend, hey $name!<</carol>><br>
<<natasha>>(Silently) Fuck...<</natasha>><br>
<<natasha>>He's not my friend! Come on... what do you want? <</natasha>><br>
<<say "You" $faceimg>> Ehm,.. nothing really, I just wanted to say hi (Fuck, this was a shit idea)<</say>><br>
<<carol>>Ahahahah, he's sweet though, is he like, good at science?<</carol>><br>
<<natasha>>Please don't come here again *slams the door* <</natasha>><br>
<br>That hurt a little. This was a shit idea, she's really a bitch.<br>
<<stress "10">>
<<set $natashaprogress to 1>>
<<set $dailynatasha to 1>>
<<addmins 8>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]-->
<</if>>
/*------------buylunch------------ */
<<if $natashaprogress eq 3 and $natashaattraction gte 200>>
Natasha sees you, and she instantly starts biting her upper lip.<br>
<<natasha>>Oh nice, I'm glad that you came to visit me again, come here<</natasha>><br>
<<natlove "1">>
<<set $dailynatasha to 1>>
<<updatebar>>
<<link "She grabs your hand and pulls you inside the room" "natashareward">><</link>>
<</if>>
<<if $natashaprogress is 3 and $natashaattraction lte 199.99>>
[img[setup.ImagePath+'natasha/doorstand2.png']]<br>
You walk in Natasha's room, you're surprised that she quickly lets you in, as soon as you enter, she rapidly closes the door behind you.
<<natasha>>Hey, found your wallet yet? Will you buy me something to eat?<</natasha>><br>
<<linkreplace "Sure, let's head to the cafeteria then">><br>
<<say "You" $faceimg>>Sure, let's head to the cafeteria<</say>><br>
<<natasha>>Come on, you should know by now that it's not how this works...<</natasha>><br>
<<linkreplace "It's either that or nothing">><br>
<<if $dailynatasha is 0>>
<<natasha>>Why did you even waste your time to come here? I won't be caught dead having lunch with you, asshole<</natasha>><br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<natlove "-1">>
<<conf "1">>
<<set $dailynatasha to 1>>
<</if>>
<</linkreplace>>
<</linkreplace>><br>
<<linkreplace "So, how does this work? Do I just give you 10$ and leave?">><br>
<<say "You" $faceimg>>So, how does this work? Do I just give 10$ and I leave?<</say>><br>
<<natasha>>That would be perfect, yes<</natasha>><br>
<br>
<<if $dailynatasha is 0 and $money gte 10>>
<<linkreplace "Sure, here you go, I care for you and I want you to be happy">><br>
<<if $dailynatasha is 0 and $money gte 10>>
<<say "You" $faceimg>>Sure, here you go, I care for you and I want you to be happy<</say>><br>
<<natasha>>Thanks a lot $name, come back anytime!<</natasha>><br>
<<natlove "3">>
<<conf "-1">>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<<set $dailynatasha to 1>>
<<set $money-=10>>
<<updatebar>>
<</if>>
<</linkreplace>>
<<else>> You don't have 10$...<br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<<if $dailynatasha is 0 and $money gte 10>>
<br><<linkreplace "Here, take them, but I want something in return">><br>
<<if $dailynatasha is 0 and $money gte 10>>
<<say "You" $faceimg>>Here, take them, but I want something in return<</say>><br>
<<natlove "1">>
<<set $dailynatasha to 1>>
<<set $money-=10>>
<<updatebar>><br>
<<link "She hesitates and stares at you for a while, then slowly grabs the money from your hands" "natashareward">>
<</link>>
<</if>>
<</linkreplace>>
<<else>> You don't have 10$...<br>
<</if>>
<</linkreplace>>
<</if>>
<</nobr>><<if $showmenu is 1>><<link "Character Stats">>
<<script>>
Dialog.setup("Character Stats");
Dialog.wiki(Story.get("Character Stats").processText());
Dialog.open();
<</script>>
<</link>><</if>>
<<if $showmenu is 1>><<link "Girls Stats">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>><</if>>
<<if $showmenu is 1>><<link "Achievements">>
<<script>>
Dialog.setup("Achievements");
Dialog.wiki(Story.get("Achievements").processText());
Dialog.open();
<</script>>
<</link>><</if>>
<<if $showmenu is 1>><<link "Extras & Cheats">>
<<script>>
Dialog.setup("Extras & Cheats");
Dialog.wiki(Story.get("Cheats").processText());
Dialog.open();
<</script>>
<</link>><</if>>
<<link "Latest version">>
<<script>>
Dialog.setup("Latest version");
Dialog.wiki(Story.get("Lastupdate").processText());
Dialog.open();
<</script>>
<</link>>
<<if passage() is "xxxDebugroom">>[[creation]] <</if>>
<<nobr>>
<<if $flavortext is undefined>><<set $flavortext to 1>><</if>>
<<if $popularity is undefined>> <<set $popularity to 0>><</if>>
<<if $coding is undefined>> <<set $coding to 0>><</if>>
<<if $confidence is undefined>> <<set $confidence to 10>><</if>>
<<if $virginity is undefined>> <<set $virginity to 1>><</if>>
/*strength*/
<<if $strength lte 12.99>> <<set $strtext to ["You look very weak and soft, your muscles are nonexistent."]>><</if>>
<<if $strength gte 13>> <<set $strtext to ["You look kinda weak, you have little muscles, but there are signs of improvement."]>><</if>>
<<if $strength gte 25>> <<set $strtext to ["Your muscles look average, nothing impressive or defined."]>><</if>>
<<if $strength gte 40>> <<set $strtext to ["You look pretty muscular, like someone who definitely hits the gym."]>><</if>>
<<if $strength gte 60>> <<set $strtext to ["Your muscles are impressive, you look strong and menacing."]>><</if>>
<<if $strength gte 80>> <<set $strtext to ["You are definitely ripped, big and defined, most guys will be scared of your look and probably envy you."]>><</if>>
<<if $strength gte 95>> <<set $strtext to ["You look like a professional bodybuilder, nobody sane of mind would try to mess with you physically."]>><</if>>
/*stamina*/
<<if $stamina lte 12.99>> <<set $statext to ["You are very fat, obesity definitely doesn't look good."]>><</if>>
<<if $stamina gte 13>> <<set $statext to ["You are still fat, but at least you managed to lose some weight."]>><</if>>
<<if $stamina gte 25>> <<set $statext to ["You are slightly overweight, there's room for improvement, but it's not terrible."]>><</if>>
<<if $stamina gte 40>> <<set $statext to ["You look absolutely average, you are not overweight anymore."]>><</if>>
<<if $stamina gte 60>> <<set $statext to ["Your physique is starting to look very good, you look like someone who runs regularly."]>><</if>>
<<if $stamina gte 80>> <<set $statext to ["You look incredibly fit, all your muscles are defined and there's not a trace of fat in your body."]>><</if>>
<<if $stamina gte 95>> <<set $statext to ["You look like someone from the olympics, your body is amazing and everyone at the school is envious."]>><</if>>
/*Charisma*/
<<if $charisma lte 12.99>> <<set $chatext to ["You are very bad at talking, your jokes are terrible, you better keep your mouth closed."]>><</if>>
<<if $charisma gte 13>> <<set $chatext to ["You can barely sustain a normal conversation, you really should avoid flirting or making jokes."]>><</if>>
<<if $charisma gte 25>> <<set $chatext to ["Charisma isn't your strong suit, but you can say the right thing sometimes."]>><</if>>
<<if $charisma gte 40>> <<set $chatext to ["You can crack a good joke, and maybe even attempt flirting, you come across as average."]>><</if>>
<<if $charisma gte 60>> <<set $chatext to ["You are genuinely funny, you can make a girl laugh and flirting comes naturally to you."]>><</if>>
<<if $charisma gte 80>> <<set $chatext to ["Popular or not, everyone enjoys your presence, you have the best jokes and you flirting could arouse any girl."]>><</if>>
<<if $charisma gte 95>> <<set $chatext to ["You are the god of jokes and wits, your flirting can make panties drop, assuming the girl has a sense of humor."]>><</if>>
/*Culture*/
<<if $culture gte 95>><<set $cultext to ["Your knowledge is unmatched. You know almost everything and are a beacon of excellence in the school."]>>
<<elseif $culture gte 80>><<set $cultext to ["You have a strong grasp of most topics, you are among the most cultured students in the school."]>>
<<elseif $culture gte 60>><<set $cultext to ["Your cultural knowledge is pretty wide, you know a lot of stuff."]>>
<<elseif $culture gte 40>><<set $cultext to ["Your culture is above average, there is still a lot of stuff you can learn."]>>
<<elseif $culture gte 25>><<set $cultext to ["You're not a genius, but you're not clueless either. You're average."]>>
<<elseif $culture gte 13>><<set $cultext to ["Your culture is still not good, but you're getting there. At least you're learning something."]>>
<<elseif $culture < 13>><<set $cultext to ["You know almost nothing, you are as ignorant as they come."]>><</if>>
<<if $intelligence gte 95>><<set $inttext to ["You're a genius. No one can match your intelligence in the school."]>>
<<elseif $intelligence gte 80>><<set $inttext to ["You possess a keen intellect, placing you among the brightest students in the school."]>>
<<elseif $intelligence gte 60>><<set $inttext to ["Your intelligence is above average, allowing you to grasp complex concepts with ease."]>>
<<elseif $intelligence gte 40>><<set $inttext to ["You're moderately intelligent, but there's still room for improvement."]>>
<<elseif $intelligence gte 25>><<set $inttext to ["You're neither exceptionally bright nor dim, just average like most other students."]>>
<<elseif $intelligence gte 13>><<set $inttext to ["Your intelligence is still lacking, but you're starting to understand some basic concepts."]>>
<<elseif $intelligence < 13>><<set $inttext to ["Your intelligence is poor, leaving you struggling to comprehend even simple ideas."]>><</if>>
<<if $coding gte 95>><<set $codetext to ["Your coding skills are unparalleled. You're a programming prodigy."]>>
<<elseif $coding gte 80>><<set $codetext to ["You possess advanced coding skills, making you a standout even among adults."]>>
<<elseif $coding gte 60>><<set $codetext to ["Your coding abilities are solid, allowing you to tackle complex tasks with ease."]>>
<<elseif $coding gte 60>><<set $codetext to ["You're decent at coding. You handle most tasks just fine."]>>
<<elseif $coding gte 25>><<set $codetext to ["Your coding skills are already better than most other students, but there's room for growth."]>>
<<elseif $coding gte 13>><<set $codetext to ["Your coding skills need a lot of work, but you're starting to grasp some basic concepts."]>>
<<elseif $coding < 13>><<set $codetext to ["You're pretty terrible, you have no idea what you're doing most of the time."]>><</if>>
<<if $confidence gte 95>><<set $conftext to ["You're incredibly confident, always dominating every situation."]>>
<<elseif $confidence gte 80>><<set $conftext to ["You're really sure of yourself, often taking the lead in most situations."]>>
<<elseif $confidence gte 60>><<set $conftext to ["You're pretty confident, handling most social challenges with ease."]>>
<<elseif $confidence gte 40>><<set $conftext to ["You're somewhat confident, but you could be more assertive."]>>
<<elseif $confidence gte 25>><<set $conftext to ["Your confidence is barely okay, you're neither dominant nor completely submissive."]>>
<<elseif $confidence gte 13>><<set $conftext to ["You lack confidence, often doubting yourself and hesitating."]>>
<<elseif $confidence < 13>><<set $conftext to ["You're pretty pathetic. You'll be seen as a loser in most situations."]>><</if>>
<<if $popularity gte 95>><<set $poptext to ["You're incredibly popular and highly respected, admired by everyone in the school."]>>
<<elseif $popularity gte 80>><<set $poptext to ["You're quite popular and respected, known by most students and admired for your achievements."]>>
<<elseif $popularity gte 60>><<set $poptext to ["You're popular and respected among girls, with many recognizing your presence."]>>
<<elseif $popularity gte 40>><<set $poptext to ["You're moderately known and respected, with some students acknowledging your presence."]>>
<<elseif $popularity gte 25>><<set $poptext to ["You're somewhat known and respected, but you blend into the background for the most part."]>>
<<elseif $popularity gte 13>><<set $poptext to ["You're definitely not known or respected, often overlooked by girls."]>>
<<elseif $popularity < 13>><<set $poptext to ["You're literally nobody, hardly noticed and completely disregarded by your peers."]>><</if>>
/*physattrcalc */
<<set $physattr to ((($strength+$stamina)/2).toFixed(2))>>
<</nobr>>
Your name is $name $surname
You have a total of $money $
You have $energy energy over a maximum of $maxenergy<br><<nobr>>
/*----------flavor text----this shows the link----------*/
<<if $flavortext is 1>><<link "(Hide flavor text)">><<set $flavortext to 0>><<script>>
Dialog.setup("Character Stats");
Dialog.wiki(Story.get("Character Stats").processText());
Dialog.open();
<</script>><</link>><<else>><<link "(Show flavor text)">><<set $flavortext to 1>><<script>>
Dialog.setup("Character Stats");
Dialog.wiki(Story.get("Character Stats").processText());
Dialog.open();
<</script>><</link>><</if>>
<br>
<br>
Your Physical attractiveness (str+sta average) is $physattr<br>
<<set $strength to Number ($strength.toFixed(2))>>
Your Strength score is $strength<<if $flavortext is 1>> - $strtext<</if>><br>
<<set $stamina to Number ($stamina.toFixed(2))>>
Your Stamina score is $stamina<<if $flavortext is 1>> - $statext<</if>><br>
<<set $charisma to Number ($charisma.toFixed(2))>>
Your Charisma score is $charisma<<if $flavortext is 1>> - $chatext<</if>><br>
<<set $culture to Number ($culture.toFixed(2))>>
Your Culture score is $culture<<if $flavortext is 1>> - $cultext<</if>><br>
<<set $intelligence to Number ($intelligence.toFixed(2))>>
Your Intelligence score is $intelligence<<if $flavortext is 1>> - $inttext<</if>><br>
Your Popularity score is $popularity<<if $flavortext is 1>> - $poptext<</if>><br>
<<set $confidence to Number ($confidence.toFixed(2))>><br>
Your Confidence score is $confidence<<if $flavortext is 1>> - $conftext<</if>><br>
<<set $sexexp to Number ($sexexp.toFixed(2))>>
Your Sexual Experience score is $sexexp<br>
<<set $sexcontrol to Number ($sexcontrol.toFixed(2))>>
Your Sexual Control score is $sexcontrol<br>
<<set $coding to Number ($coding.toFixed(2))>>
Your Coding skill is $coding<br>
<</nobr>>
<<nobr>>
<<set $diffkissed to 0>>
<<set $difffucked to 0>>
<<set $totalkissed to 0>>
<<set $totalfucked to 0>>
<<include "sexactivitycalc">>
<<if $virginity eq "yes">><<set $virginity to 1>><</if>>
<<if $virginity is 1>><br>You are still a virgin. <br><</if>>
<<if $virginity isnot 1>>You lost your virginity to $virginity<br><</if>>
You kissed a total of $diffkissed different girls. - You kissed a girl $totalkissed times.<br>
You fucked a total of $difffucked different pussies. - You fucked a pussy $totalfucked times.<br>
You fucked a total of $diffanaled different asses. - You fucked an ass $totalanaled times.<br>
<<if $totalgainfromshifts gt 0>>You have earned a total of $totalgainfromshifts $ working in a fast food. You earn a bonus <<print (($totalgainfromshifts/400).toFixed(2))>>$/hr because of that.<br><</if>>
<<if $codingtotalgains gt 0>>You have earned a total of $codingtotalgains<<unset $a>>$ by coding.<br><</if>>
This round of simulation will last a total of <<print $maxdayscalc*$clickedderp>> days. (light cheats are <<if $clickedderp eq 2>>on<<else>>off<</if>>)<br>
<</nobr>><<nobr>><div class="container">
<div class="npc_names">
<<link "Natasha">>
<<changeNpc "Natasha">>
<</link>>
<<link "Susan">>
<<changeNpc "Susan">>
<</link>>
<<if $natashaprogress gte 1>>
<<link "Carol">>
<<changeNpc "Carol">>
<</link>>
<</if>>
<<if $roseprogress gte 1>>
<<link "Rose">>
<<changeNpc "Rose">>
<</link>>
<</if>>
<<link "Melanie">>
<<changeNpc "Melanie">>
<</link>>
<<if $infirmary gte 1>>
<<link "Katrina">>
<<changeNpc "Katrina">>
<</link>>
<</if>>
<<if $metjane gte 1>>
<<link "Jane">>
<<changeNpc "Jane">>
<</link>>
<</if>>
<<if $metmspearl eq 1>>
<<link "Ms. Pearl">>
<<changeNpc "MsPearl">>
<</link>>
<</if>>
<<if $janeapa gte 2>>
<<link "Olivia">>
<<changeNpc "Olivia">>
<</link>>
<</if>>
<<if $metlayla gte 1>>
<<link "Layla">>
<<changeNpc "Layla">>
<</link>>
<</if>>
<<if $metdanielle gte 1>>
<<link "Danielle">>
<<changeNpc "Danielle">>
<</link>>
<</if>>
<<if $metxiang gte 1>>
<<link "Xiang">>
<<changeNpc "Xiang">>
<</link>> <</if>>
<<if $metmsbloom gte 1>>
<<link "Ms. Bloom">>
<<changeNpc "MsBloom">>
<</link>>
<</if>>
<<if $metfrancine gte 1>>
<<link "Francine">>
<<changeNpc "Francine">>
<</link>>
<</if>>
</div>
<div class="npc_content">
</div>
</div>
<</nobr>><<nobr>>
<<set $carolattraction to (($carollove*2+$culture*0.7+$charisma*0.5+$intelligence*0.5+$popularity*0.4+$physattr*0.4).toFixed(0))>>
<div id="first">
<<if $carolattraction lte 159.99 or $carollove lte 49>>
<<carol>> Thanks a lot $name ! Are you sure you don't want anything in return?<</carol>>
<</if>>
<<if $carolattraction gte 160 and $carollove gte 50>>
<<carol>> Thank you<<if $carolattraction gte 260>> my love<<else>> sweetie<</if>>, how can I repay you? Let me show you my appreciation<</carol>> <br>
<</if>>
Carol's attraction for you is $carolattraction<br>
<<link "Oh, I don't want anything in return" "carolscene">><br><br>
<<set $carolscene to 1>>
<</link>><br>
<<link "Can I have some money?" "carolscene">><br><br>
<<set $carolscene to 0>>
<</link>><br>
<<link "Can you show me your tits?" "carolscene">><br>
<<set $carolscene to 2>>
<</link>><br>
<<link "Can I get a kiss? I mean, a real one" "carolscene">><br>
<<set $carolscene to 3>>
<</link>><br>
<<link "Can I see your pussy?<<if $carolattraction gte 190 and $carolfucked eq 0 >> (+new)<</if>>" "carolscene">><br>
<<set $carolscene to 4>>
<</link>><br>
<<if $carolattraction gte 100>>
<<link "I want you to touch my dick" "carolscene">><br>
<<set $carolscene to 5>>
<</link>><br>
<</if>>
<<if $carolattraction gte 100>>
<<link "I want you to suck my dick" "carolscene">><br>
<<set $carolscene to 6>>
<</link>><br>
<</if>>
<<if $carolfucked gte 1>>
<<linkreplace "Can we fuck again?">><br>
<<if $carolattraction lte 219.99>>
<<if $caroltricked eq 1 and $carolattraction lte 175>>
<<carol>>Oh shut up, you say again like that was intentional? Don't even try it
<</carol>><br>
<<carlove "-1">>
<<else>>
<<carol>>Oh god, we shouldn't have done that, it was a mistake, sorry, please choose anything else<</carol>><br><</if>>
<<else>>
<<set $carolscene to 7>>
<<goto "carolscene">>
<</if>>
<</linkreplace>><br>
<</if>>
/*-----------------------anal + plug---------------------------*/
<<if $carolfucked gte 1>>
<<link "<<if $carolbuttplug is undefined>>Can we try anal?<<elseif $carolbuttplug eq 1>>Give her the butt plug<<elseif $carolbuttplug gte 2>>Show me if you are wearing my butt plug<</if>>">><<replace "#first">><br>
<<if $carolattraction lte 237>>
<<carol>>Sorry, but I really don't feel comfortable trying that, I'm sure it's gonna hurt like hell!<</carol>><br>
<<link "select something else" "carolreward">><</link>>
<<else>>
<<if $carolbuttplug is undefined>>
<<carol>>Hm... I kinda want to try it, but I think my asshole might be too tight for that<</carol>><br>
<<say "You" $faceimg>>I see, we could try to be careful<</say>><br>
<<carol>>I really don't want to get hurt, I read that you can train yourself with a butt plug, but I don't have one<</carol>><br>
<<say "You" $faceimg>>I could buy one for you, if you'll wear it for me<</say>>
<br>
<<carol>>That's so generous of you honey, let me know when you bought one!
<</carol>><br>
<b>(You can now buy a buttplug in the mall)<br></b>
<<set $carolbuttplug to 0>>
<<link "Carol leaves your room" "Room">><</link>>
<</if>>
<<if $carolbuttplug gte 2>>
<<set $carolscene to 8>>
<<include "carolscene">>
<</if>>
<<if $carolbuttplug eq 1>>
<<say "You" $faceimg>>Anyway... I bought something for you<</say>><br>
<<carol>>For me? What is it? Don't tell me that...<</carol>><br>
You give her a small wrapped package, she unpacks it and reveals the item within.<br>
<img src="images/carol/buttplug.png"><br><br>
<<carol>>Ohhh, that's cute<</carol>><br>
<<say "You" $faceimg>>I'm glad to hear you like it, are you gonna wear it for me?<</say>><br>
<<carol>>Give me a little time, ok? I need to get a bit comfortable with it<</carol>><br>
<<say "You" $faceimg>>Sure, I can't wait to see it in your ass<</say>><br>
Carol smiles at you<br>
<<carol>>Thanks again, I know you want to fuck my ass, but it's still a nice gift!<</carol>><br>
<<carlove "8">>
<<link "Carol leaves your room" "Room">><</link>>
<<set $carolbuttplug to 2>>
<br>
<</if>>
<</if>>
<</replace>><</link>><br>
<</if>>
<<if $susanlesb gte 1 and $carollesb gte 1 and !$suscar gte 1>>
<<link "Ask what she thinks of Susan" "suscar">><</link>><br>
<</if>>
</div>
<</nobr>><<if $mobiletopmenu is 1>><<include "condtopmenu">><</if>>
<<nobr>>
<<if $dailykatrina is undefined>><<set $dailykatrina to 0>><</if>>
$infotext
<<set $infotext to [""]>>
<div class="siximages">[img[setup.ImagePath+'cafeteria.png'][Cafeteria]][img[setup.ImagePath+'hallways.png'][Hallways]][img[setup.ImagePath+'room.png'][Room]][img[setup.ImagePath+'classrooms.png'][Classrooms]][img[setup.ImagePath+'poolgym.png'][Poolgym]] [img[setup.ImagePath+'actoutside.png'][Outside]]</div>
<br>
<br>
<<if $currenthour gte 8 and $currenthour lte 23>>
<<button "Mall" "Mall">>
<<addmins 12>><</button>>
<<else>>
<<button "<s>The Mall is closed(open 8-24)</s>">><</button>>
<</if>>
<<if $katrinaaddress eq 1>>
<<if $currenthour gte 18 and $currenthour lte 23 and $dailykatrina eq 0 or $dailykatrina eq 0 and $currenthour lte 1 and $someachievement eq 2>>
<<button "Katrina's Apartment" "katrinaapa">>
<<addmins 12>><</button>>
<<else>>
<<if $currenthour lt 8>>
<<button "<s>Katrina is sleeping</s>">><</button>>
<<else>>
<<button "<s>Katrina not at home</s>">><</button>>
<</if>>
<</if>>
<</if>>
<<if $janeapa gte 2>>
<<if $currenthour gte 8 and $currenthour lte 12 and $dailyolivia eq 0 or $currenthour gte 13 and $currenthour lte 20 and $dailyjane eq 0>>
<<button "Jane/Olivia's home" "janeapa">>
<</button>>
<<elseif $dailyjane eq 1 and $currenthour gte 13>>
<<button "<s>Jane already met</s>">><</button>>
<<elseif $dailyolivia eq 1>>
<<button "<s>Olivia already met</s>">><</button>>
<<else>>
<<button "<s>Jane/Olivia are sleeping</s>">><</button>>
<</if>><</if>>
<<if $francinehome eq 1>>
<<if $currenthour gte 18 and $currenthour lte 22 and $dailyfrancine eq 0>>
<<button "Francine's Apartment" "francineapa">>
<<addmins 12>><</button>>
<<else>>
<<if $currenthour lt 8 or $currenthour eq 23>>
<<button "<s>Francine is sleeping</s>">><</button>>
<<else>>
<<button "<s>Francine is not home</s>">><</button>>
<</if>>
<</if>>
<</if>>
<<include "achievcheck">>
<</nobr>><<nobr>> <<include "calc">>
<<set $sceneend to 0>>
<<set $clicked to 0>>
<<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>>
<<if $carolfucked is undefined>> <<set $carolfucked to 0>><</if>>
<<if $carolkissed is undefined>> <<set $carolkissed to 0>><</if>>
<<if $carolmoney is undefined>><<set $carolmoney to 0>><</if>>
<<if $carolanaled is undefined>><<set $carolanaled to 0>><</if>>
/*----------------money--------------- */
<<if $carolscene eq 0>>
<<carol>>Oh, I thought you were interested in other things...
<<if $carolreward gte 1 >>You did
<<if $carolreward eq 1>>an adequate job
<<elseif $carolreward eq 2>>a good job
<<else>>an amazing job<</if>><</if>>
<<if $carolattraction gte 300>>
and I really love you,
<<set $carollovestage to 20>>
<<elseif $carolattraction gte 240>>
and you are so fucking cute,
<<set $carollovestage to 12>>
<<elseif $carolattraction gte 150>>
and I care for you,
<<set $carollovestage to 9>>
<<elseif $carolattraction gte 90>>
and I kinda like you,
<<set $carollovestage to 7>>
<<else>>
<<set $carollovestage to 5>>
<</if>>
so I can give you this<</carol>><br>
<<set $carolpay to $carolreward*$carollovestage>>
Carol <span style="color: #008000;">gives</span> you <<print ($carolpay)>>$ <br>
<<if $carolmoneyachievement is 0 or $carolmoneyachievement is undefined >>
<<set $carolmoneyachievement to 1>>
<<set $maxlust +=5>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<set $money += $carolpay>>
<<set $carolmoney += $carolpay >>
<<set $carolreward -=3>>
<<stress "2">>
<<carlove $carolreward>>
<<if $carolmoney gte 100>>
<<if $carol100ach is 0 or $carol100ach is undefined >>
<<set $carol100ach to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>><</if>>
<<if $carolmoney gte 400>>
<<if $carol400ach is 0 or $carol400ach is undefined >>
<<set $carol400ach to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>><</if>>
<<set $carolreward to -10>>
<<link "Carol leaves your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*-------------------------------------------- */
/*----------------nothing-------------- */
<<if $carolscene eq 1>>
<<carol>>Wow, you are really sweet, thank you!<</carol>><br>
<<set $carolreward *=2>>
<<carlove $carolreward>>
<<set $carolreward to -10>>
<<stress "1">>
<<link "Carol leaves your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*-------------------------------------------- */
/*----------------boobs-touch--------------- */
<<if $carolscene eq 2>>
<<if $carolattraction gte 28 >>
<<carol>>Ok... but no touching<</carol>><br>
<<if $carolattraction lte 41.99 >> <<video "images/carol/showtits.mp4" "5" "al">><<else>><<video "images/carol/showtits.mp4" "7" "a">><</if>>
<<carlove $carolreward>>
<<lust "10">>
<<set $carolreward to -10>>
<<linkreplace "Wow... can I touch them?">>
<<if $carolattraction gte 42>>
<<carol>>Oh yeah, come on<</carol>><br>
<<video "images/carol/touchtits.mp4" "al" >>
<<lust "10">>
<<if $caroltitsachievement is 0 or $caroltitsachievement is undefined >>
<<set $caroltitsachievement to 1>>
<<int 2>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<carol>>Happy? Now let me go<</carol>><br>
She plays it off, but you can see that she is a bit aroused by the situation.<br>
<<else>><<carol>>Ahaha, I said no touching, remember?<</carol>><br>
<</if>>
<</linkreplace>>
<<else>><<carol>>Maybe next time, ok?<</carol>><br>
<<carlove $carolreward>>
<<set $carolreward to -10>><br>
<</if>>
<br> <<link "Carol leaves your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*-------------------------------------------- */
/*----------------kiss--------------- */
<<if $carolscene eq 3>>
<<if $carolattraction gte 50 >>
<<carol>>Only if you promise to not enjoy it too much<</carol>><br>
<<video "images/carol/carolkiss.mp4" >>
<<lust "10">>
/*-------kissengine-------*/
<<if $carolkissed is 0>>
<b>You kissed Carol for the first time! Not everyone will know that, but someone might.<br>
Your popularity <span style="color: #008000;">increased</span> by 2!</b><br>
<<set $popularity +=2>>
<</if>>
<<set $carolkissed+=1>>
<<if $carolkissachievement is 0 or $carolkissachievement is undefined >>
<<set $carolkissachievement to 1>><<cul 4>><<updatebar>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<</if>>
/*--------kiss--------*/
<<if $carolattraction gte 28 and $carolattraction lte 49>>
<<carol>>Sure, here you go<</carol>><br>
She gives you a quick peck on the lips and retracts before you can even slip your tongue in.<br>
This wasn't really what you hoped for, but it's still good.<br>
<</if>>
<<if $carolattraction lte 27 >>
<<carol>>What? Nooo, eeew<</carol>><br>
She pauses a bit, she feels guilty and she gives you a quick hug
<<carol>>Look, I'm sorry, you're sweet, but I don't really feel like doing that with you right now<</carol>><br>
<</if>>
<<carlove $carolreward>>
<<set $carolreward to -10>><br>
<<link "Carol leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
/*-------------------------------------------- */
/*----------------pussy-finger--------------- */
<<if $carolscene eq 4>>
<div id ="pussy">
<<if $carolattraction gte 75>>
<<carol>>Hmm, you can pull down my panties, but don't try anything else<</carol>><br>
<<video "images/carol/showpussydog.mp4" >>
<<carlove $carolreward>>
<<lust "10">>
<<set $carolreward to -10>><br>
<br>
<<link "Try to touch her pussy">><<replace "#pussy">>
<<if $carolattraction gte 100 >>
<<carol>>Oh yes, touch it<</carol>><br>
<<if $carolattraction lte 99.99 >> <<video "images/carol/finger1.mp4" "10" "l" >><<else>>
<<video "images/carol/finger1.mp4" >>
<</if>><br>
<<carol>>Please, don't stop<</carol>><br>
You continue until you make her come with your fingers
<<video "images/carol/fingercome.mp4" >>
<<if $carolfingerach is 0 or $carolfingerach is undefined >>
<<set $carolfingerach to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<carlove "1">>
<<lust "12">>
<<ene "2">>
<<conf "0.7">>
<<link "Carol dresses back up, kisses you on the cheek and leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]--> <br>
<<else>>
<<carol>>I literally just told you to not try anything!<</carol>><br>
<<set $carolreward to -10>><br>
<<carlove "-1">>
<<link "Carol quickly dresses up and leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
<</replace>><</link>>
<br>
<<link "Take your dick out">><<replace "#pussy">>
<<carol>>What are you doing??<</carol>><br>
<<say "You" $faceimg>>Don't worry, I just want to rub it<</say>><br>
<<if $carolattraction gte 130 and ndef $caroltricked>>
<<carol>>Ok... just don't try to put it in, I don't want to do that<</carol>><br>
<<say "You" $faceimg>>Yeah, don't worry<</say>><br>
<<video "images/carol/pussyrub.mp4" "1" "al" >><br>
<<if $carolattraction lte 169.99 >>
<<link "Respect her request">><<replace "#pussy">>
She gets horny, and mounts on top of you, You keep rubbing your dick on her pussy and get both of you to cum
<<video "images/carol/pussyjobcum.mp4" >><br>
<<carol>>Wow, that was... something<</carol>><br>
<<carlove "1">>
<<sexcon "1.3">>
<<conf "1.4">>
<<stress "-3">>
<<ene "2">>
<<lust "-40">>
<<sexexp "0.2">>
<<link "Carol quickly dresses up and leaves your room" "Room">><</link>><!--[[Room]]-->
<</replace>> <</link>>
<br>
<<link "Slide it inside">><<replace "#pussy">>
<<set $caroltricked to 1>>
You decide to ignore her previous request, and slide your dick inside of her, to see how she will react.<br>
Her pussy is extremely wet, and your cock slides in without any effort, before any of you even realize it, you are already fucking.<br>
<<video "images/carol/inserttrick.mp4" "9" "al" >><br>
<<carol>>Nooo,I told you not to do that!<</carol>><br>
<<say "You" $faceimg>>Don't you like it?<</say>><br>
<<carol>>No, fuck you!...<</carol>><br>
She lets out a moan, that betrays what she just said.<br><br>
<<carol>>well, maybe, but that's not the point<</carol>><br>
<<say "You" $faceimg>>Should I stop?<</say>><br>
She doesn't answer your questions, because she's reaching an orgasm, she starts coming, and as soon as her orgasm is over she says:<br><br>
<<carol>>OBVIOUSLY, YES, you should stop<</carol>><br>
Her voice is still broken down by the recent climax.<br>
You do as she says, and pull your dick out, luckily it was enough for you to reach an orgasm, she pulls away from you, and you have to finish in your own hand<br><br>
<<carol>>What the fuck, $name , I specifically asked you not to do that<</carol>><br>
<<say "You" $faceimg>>You liked that though, right?<</say>><br>
<<carol>>That's not the point, you piece of shit!<</carol>><br>
She is extremely pissed, and gets out of room as fast as possible.<br>
/* virgin and firstfuck check */
<<if $carolfuckachievement is 0 or $carolfuckachievement is undefined >>
<<set $carolfuckachievement to 1>><<int 5>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<if $virginity is 1>>
<<if $carolvirginachievement is 0 or $carolvirginachievement is undefined >>
<<set $carolvirginachievement to 1>><<cul 6>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<</if>>
<<if $virginity is 1>> <<set $virginity to ["Carol"]>><br>
You lost your virginity to $virginity !
<</if>>
<<if $carolfucked is 0>>
<b>You fucked Carol for the first time! Not everyone will know that, but someone might.<br>
Your popularity <span style="color: #008000;">increased</span> by 4!</b><br>
<<set $popularity +=4>>
<</if>>
/*virginfirstfuck */
<<addmins 12>>
<<carlove "-20">>
<<sexexp "1">>
<<conf "1.4">>
<<sexcon "1.3">>
<<lust "-25">>
<<stress "3">>
<<set $carolfucked +=1>>
<<link "Carol quickly dresses up and leaves your room, slamming the door" "Room">><</link>><!--[[Room]]-->
<</replace>> <</link>>
<</if>>
<<if $carolattraction gte 170 >>
She gets way too horny, she cannot take it anymore and screams:<br><br>
<<carol>>FUCK IT, who cares, JUST PUT IT IN!<</carol>><br>
<<video "images/carol/insertdick.mp4" >><br>
She is extremely horny by the buildup, and comes very quickly, as soon as she comes, she tells you to stop, but luckily you also managed to get very close, she realizes that and says<br><br>
<<carol>>Don't you dare to come inside!<</carol>><br>
<<video "images/carol/cumonpussy.mp4" "3" >><br>
<<carol>>Oh my god... That's so much... I didn't mean on my pussy! Was this your plan all along?!<</carol>><br>
/* virgin and firstfuck check */
<<if $carolfuckachievement is 0 or $carolfuckachievement is undefined >>
<<set $carolfuckachievement to 1>><<int 5>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<if $virginity is 1>>
<<if $carolvirginachievement is 0 or $carolvirginachievement is undefined >>
<<set $carolvirginachievement to 1>><<cul 6>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<</if>>
<<if $virginity is 1>> <<set $virginity to ["Carol"]>><br>
You lost your virginity to $virginity !
<</if>>
<<if $carolfucked is 0>>
<b>You fucked Carol for the first time! Not everyone will know that, but someone might.<br>
Your popularity <span style="color: #008000;">increased</span> by 4!</b><br>
<<set $popularity +=4>>
<</if>>
/*virginfirstfuck */
<<addmins 12>>
<<carlove "1">>
<<sexexp "1">>
<<conf "1.4">>
<<sexcon "1.5">>
<<lust "-35">>
<<stress "-4">>
<<set $carolfucked +=1>>
<<link "Carol quickly dresses up and leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
<<elseif $caroltricked eq 1>>
<<carol>>I'm not falling for this shit again!<</carol>><br>
<<say "You" $faceimg>>But... I just wanted to rub it on the outside!<</say>><br>
<<carol>>Cool story. Fool me once, that's on me... but it's not happening again<</carol>><br>
<<set $carolreward to -10>><br>
<<stress "2">>
<<carlove "-1">>
<<link "Carol quickly dresses up and leaves your room" "Room">><</link>><!--[[Room]]-->
<<else>>
<<carol>>I literally just told you to not try anything!<</carol>><br>
<<set $carolreward to -10>><br>
<<stress "2">>
<<carlove "-1">>
<<link "Carol quickly dresses up and leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
<</replace>><</link>>
<</if>>
<<if $carolattraction lte 74 and $carolattraction gte 40 and $carolscene eq 4 >>
<<carol>>Well, no, but I'm glad to know that I'm making you so horny<</carol>><br>
<<carlove $carolreward>>
<<set $carolreward to -10>><br>
<</if>>
<<if $carolattraction lte 39 and $carolscene eq 4>>
<<carol>>Seriously? Do you think I'm just a slut?<<if $carolkissed lte 0>> You didn't even get to kiss me yet...<</if>><</carol>><br>
<<stress "2">>
<<carlove "-1">>
<<set $carolreward to -10>><br>
<</if>><br>
<<link "Call it enough and let Carol leave the room" "Room">><</link>><!--[[Room]]-->
</div>
<</if>>
/*-------------------------------------------- */
/*-------------------------------------------- */
/*----------------handjob--------------- */
<<if $carolscene eq 5>>
<<if $carolhandjobachievement is 0 or $carolhandjobachievement is undefined >>
<<set $carolhandjobachievement to 1>>
<<set $exp +=25>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<carol>>Yeah, I guess I can do that<</carol>><br>
<<video "images/carol/handjobstart.mp4">>
<<if $sexcontrol gte 60 >>
She starts jerking your dick, she seems to be enjoying it, but after 25 minutes she starts to think you will never come. She then puts your dick in front of her face and sticks her tongue, hoping that will help you get over the edge, that works.<br>
<<video "images/carol/carolhandcumface.mp4" >>
<<carol>>Fuck, it went in my eye... but wow, I'm impressed, it took a lot to get you to come<</carol>><br>
You are amazed about how little she seems to care about the fact that you sprayed her face with cum, the sight fills you with newfound confidence.<br>
<b>30 minutes passed<br></b>
<<carlove "0.5">>
<<conf "3.5">>
<<stress "-4">>
<<sexcon "1.3">>
<<lust "-35">>
<<addmins 30>> <<set $carolreward to -10>>
<</if>>
<<if $sexcontrol lte 59.99 and $sexcontrol gte 15>>
She starts jerking your dick, she seems to be enjoying it, after about 10 minutes, you come in her hands, she smiles.<br>
<<video "images/carol/cumhand1.mp4">>
<<addmins 12>>
<<carlove "1">>
<<stress "-3">>
<<sexcon "1.2">>
<<lust "-30">>
<<addmins 7>> <<set $carolreward to -10>>
<</if>>
<<if $sexcontrol lte 14.99 and $sexcontrol gte 5>>
She starts jerking your dick, you come in less than a minute, but she doesn't seem to mind, you feel like you can do better.<br>
<<video "images/carol/cumhand1.mp4" >>
<<conf "-0.5">>
<<stress "-1">>
<<sexcon "1.2">>
<<lust "-30">>
<<addmins 7>> <<set $carolreward to -10>>
<</if>>
<<if $sexcontrol lte 4.99>>
She starts jerking your dick, but you cannot help but cum in her hands after a handful of seconds.<br>
<<video "images/carol/cumhand1.mp4" >>
She laughs about that. You feel a bit defeated, but she doesn't seem to get upset.<br>
<<conf "-2">>
<<carlove "-0.5">>
<<stress "1">>
<<sexcon "1.2">>
<<lust "-30">>
<<addmins 7>> <<set $carolreward to -10>>
<</if>>
<<link "Carol leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
/*------------------------x-------------------- */
/*--------------------blowjob---------------------------------------------------- */<<if $derpks eq 1 and $carolscene eq 12>>Was the code valid? --><<set $derpks to 0>><</if>>/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
<<if $carolscene eq 6>>
<<if $carolattraction lte 135.99>>
<<carol>>That's a bit too much, sweetie, don't you think? Maybe I can use my hands<</carol>><br>
<<link "Meh, ok then, just jerk me off" "carolscene">><br><</link>><!--[[carolscene]]--><<set $carolscene to 5>><br>
<</if>>
<<if $carolattraction gte 136>>
<<if $caroloralachievement is 0 or $caroloralachievement is undefined >>
<<set $caroloralachievement to 1>><<set $popularity +=2>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<carol>>Get that dick out, sweetie<</carol>>
<<if $sexcontrol gte 35>>
She licks it, then starts sucking it.<br>
<<video "images/carol/blowjobstart.mp4">>
She goes on, and keeps sucking it for a few minutes<br>
<<carol>>I really love sucking your cock, please don't come too soon<</carol>><br>
You don't, and she keeps sucking it for several minutes<br>
<<video "images/carol/blowjob1.mp4">>
<<carol>>Ahh, yes, please come for me now<</carol>><br>
You finally do what she asks, and come all over her face and mouth.<br>
<<video "images/carol/cummouthblow2.mp4" >>
<<carol>>Ahh, fuck yes<</carol>><br>
She swallows some of your cum while smiling
<<carol>>I love sucking you, please come back anytime<</carol>><br>
<<addmins 14>>
<<conf "1.4">>
<<carlove "1">>
<<stress "-7">>
<<sexcon "2.0">>
<<lust "-35">>
<<addmins 23>> <<set $carolreward to -10>>
<</if>>
<<if $sexcontrol lte 34.99 and $sexcontrol gte 15>>
She licks it, then starts sucking it for a minute or two.<br>
<<video "images/carol/blowjobstart.mp4" >><br>
Eventually, after a few minutes you cannot resist anymore and you have to cum in her mouth<br>
<<carol>>Ahh, yes, give me your cum<</carol>><br>
<<video "images/carol/cummouthblow.mp4" >>
<<addmins 14>>
<<carlove "0.5">>
<<stress "-6">>
<<sexcon "1.8">>
<<lust "-30">>
<<addmins 9>> <<set $carolreward to -10>>
<</if>>
<<if $sexcontrol lte 14.99>>
She takes in her hands and gives it a couple licks before sucking it, but a few seconds later you are already coming, what a shame.<br>
<<video "images/carol/cummouthblow.mp4" >><br>
<<carol>>Ahahaha, I guess that was a bit too much for you?<</carol>><br>
<<addmins 6>>
<<stress "-2">>
<<conf "-1">>
<<sexcon "1.8">>
<<lust "-30">>
<<addmins 9>> <<set $carolreward to -10>>
<</if>>
<</if>>
<<link "Carol leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
/*------------------------x-------------------- */ <<if $carolscene eq 12>><<set $melaniescene to -3>><<include "melaniescene">> No<</if>>/*-----------------------------*/
/*--------------------fucking------------------- */
<<if $carolscene eq 7>>
<<if $sexcontrol lte 18.99>>
Carol undresses and gets on the couch on her knees for you,
<<carol>>God, I want you to fuck me<</carol>><br>
You stick your dick inside her, but she's just too sexy for you, and you cannot help but come after a few strokes<br>
<<video "images/carol/doggyfuckfailcum.mp4" >><br>
<<carol>>Noo, come on, try to last longer next time, I didn't even come<</carol>><br>
She uses her fingers to finish herself off, she's very horny anyway, and that takes only a few minutes.<br>
<<addmins 8>>
<<stress "-2">>
<<conf "-1.5">>
<<carlove "4">>
<<sexcon "2.4">>
<<sexexp "1">>
<<lust "-40">>
<<ene "5">>
<<addmins 9>> <<set $carolfucked +=1>> <<set $sceneend to 1>> <<set $carolreward to -10>>
<<link "Carol dresses up and leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]-->
<</if>>
<<if $sexcontrol gte 19 and $sceneend eq 0>>
Carol undresses and climbs on top of you, she doesn't even finish undressing, and just slides her panties to the side<br><br>
<<carol>>God, I want to fuck you so hard, give me that dick<</carol>><br>
<<video "images/carol/insertrevco.mp4" >><br>
<<if $sexcontrol gte 28>>
<b>(Sex control check: Success)</b><br>
<<addmins 6>>
<<conf "1.4">>
<<carlove "1">>
You manage to control your orgasm, while Carol is lost in the realms of lust, she furiously continues to ride your dick, <br>
<<video "images/carol/sexrevco.mp4" >><br>
You start touching her clit with your hand from behind, this drives her to reach an orgasm pretty fast, but she keeps riding you<br>
<<else>>
<b>(Sex control check: Failed)</b><br>
<</if>>
<<if $sexcontrol gte 44>>
<b>(Sex control check: Success)</b><br>
<<addmins 6>>
<<carlove "1">>
<<conf "1.4">>
You still haven't come, so you switch to fucking in her in yet another position: from behind.<br>
<<video "images/carol/1caroldoggy1.mp4" >><br>
<<else>>
<b>(Sex control check: Failed)</b><br>
<</if>>
You switch position to missionary and fuck Carol like this for another few minutes<br>
<<video "images/carol/1carolfinalmiss1.mp4" >><br>
After a while, you cannot take it anymore, and have to<br>
<<linkreplace "cum on her pussy">><br>
<<if $clicked is 0>>
<<video "images/carol/cumonpussy2.mp4" >><br>
<<addmins 6>>
<<carlove "2">>
<<stress "-7">>
<<sexcon "2.4">>
<<sexexp "1">>
<<lust "-40">>
<<ene "6">>
<<set $carolreward to -10>>
<<set $clicked to 1>>
<<set $carolfucked +=1>>
<<link "Carol dresses up and leaves your room" "Room">><<addmins 10>><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]-->
<<else>> you already came
<</if>>
<</linkreplace>>
<br>
<<linkreplace "cum on her face">><br>
<<if $clicked is 0>>
<<video "images/carol/carolhandcumface.mp4" >><br>
<<addmins 12>>
<<carlove "1">>
<<stress "-7">>
<<conf "1.4">>
<<sexcon "2.4">>
<<sexexp "1">>
<<lust "-40">>
<<ene "6">>
<<set $carolreward to -10>>
<<set $clicked to 1>>
<<set $carolfucked +=1>>
<<link "Carol dresses up and leaves your room" "Room">><<addmins 10>><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]-->
<<else>> you already came
<</if>>
<</linkreplace>>
<</if>><</if>>
/*------------------------x-------------------- */
/*----------------anal--------------- */
<<if $carolscene eq 8>>
<<if $carolbuttplug gte 4>>
<<if $carolanalachievement is 0 or $carolanalachievement is undefined >>
<<set $lessonduration -=20>>
<<set $carolanalachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<say "You" $faceimg>>So, are you still wearing your toy?<</say>><br>
<<carol>>Oh yeah, I usually wear it most of the day, waiting for your visit, honey<</carol>><br>
<<say "You" $faceimg>>Can we go a little further this time?<</say>><br>
<<carol>>Yes, I Think I'm ready, but let's play with it a bit, before<</carol>><br>
<<video "images/carol/carolplugshow.mp4">><br>
Carol then lays down on the couch, and fully exposes herself and her plug for you to play with, you starting gently moving it around.<br><br>
<<carol>>Oh yes<</carol>><br>
<<video "images/carol/carolplugplay1.mp4">>
Carol immediately starts enjoying it and begins rubbing her pussy before eventually sliding two fingers inside.<br><br>
<<carol>>Oh my god yes, this feels so fucking good<</carol>><br>
<<video "images/carol/carolplugplay2.mp4">>
<<carol>>Ok... I'm ready, put it in!<</carol>><br>
Finally, you really don't need to get asked twice<br><br>
<<video "images/carol/carolanalinsert.mp4">>
You slowly slide your dick in, it's extremely tight despite the training and the slickyness.<br><br>
<<carol>>Oh yes.... my ass is ready for you<</carol>><br>
<<if $sexcontrol gte 39>>
You start to slowly pump in and out, after a while it starts to get more dilated and comfortable<br>
Carol is extremely aroused and starts moaning hard.<br><br>
<<carol>>Oh fuck I'm coming... oH MY GOD, FUCK<</carol>><br>
<<video "images/carol/carolanalsex1.mp4">>
<<carol>>Fuck yes make that ass come... oh my god!<</carol>><br>
<<if $sexcontrol gte 66>>
You switch position, and have her mount on top of you, she slides it back it with her hand and you get back at ramming your dick inside her tight butthole.<br>
<<video "images/carol/carolanalsex2.mp4">>
<<carol>>Oh yeah, right back in, right back in... OH fuck yes!<</carol>><br>
You keep drilling her ass like this for a few more minutes, she's enjoying every second of it.<br>
<<if $sexcontrol gte 84>>
<<carol>>Ahhh, my ass is burning<</carol>><br>
<<say "You" $faceimg>>Ah, do you want me to stop?<</say>><br>
<<carol>>NO,,, well, actually, can you change hole for a while?<</carol>><br>
You don't see why not, you pull your dick out of her ass and slide it in her pussy, without even changing position<br>
<<video "images/carol/carolanalpussyswitch.mp4">>
<<carol>>In my pussy! Yeahhh, fucking good!<</carol>><br>
Carol struggle to keep control, her vagina has been made super sensitive by all her arousal, she keeps moaning hard and muttering nonsense<br>
<<video "images/carol/carolanalpussyswitch2.mp4">>
You start fucking her faster and she gives up to yet another orgasm<br>
<<carol>>Are you any close to coming?<</carol>><br>
<<say "You" $faceimg>>Kind of, yeah<</say>><br>
<<carol>>Then put it back in my ass<</carol>><br>
<<say "You" $faceimg>>Are you sure?<</say>><br>
<<carol>>Yes, I want you to come from fucking my asshole<</carol>><br>
There's no point convincing her otherwise, you have lay down sideways back on the couch and you put it in her ass one last time.<br>
You fuck her for a while and she starts approaching one last climax, she has come so many times that's starting to make no sense anymore.<br>
<<video "images/carol/carolanalprecum.mp4">>
<<carol>>Oh yes if feels so fucking good in that tight little asshole ... oh my god FUCK I'm gonna come again<</carol>><br>
<<video "images/carol/carolanalcum.mp4">>
She said it and she meant it, she comes for one final orgasm, this time you have one almost together, and just right after she comes, you have to cum to, <br>
She gets on her knees and opens her mouth to catch as much of your cum as she can<br>
<<video "images/carol/carolanalswallow.mp4">>
She then greedily swallows all of your cum, wipes it off her chin and sucks her own fingers to gather up all of it.<br>
<<carol>>That was fucking awesome $name , I love you and your cock<</carol>><br>
<<if $carolanalpussyach is 0 or $carolanalpussyach is undefined >>
<<set $carolanalpussyach to 1>>
<<sexcon 4>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<stress "-12">>
<<conf "2.6">>
<<carlove "4">>
<<sexcon "2.4">>
<<sexexp "1.5">>
<<lust "-40">>
<<ene "14">>
<<addmins 33>> <<set $carolanaled +=1>> <<set $clicked to 1>>
<<set $carolreward to -10>>
<<link "Carol dresses up and leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]-->
<<else>>
You then change position and start fucking her from a different angle.<br>
<<video "images/carol/carolanalprecum.mp4">>
You have resisted the urge to cum far more than most people would have, while fucking such an amazing butt, and in the end you have to come, but she manages to reach another orgasm just in time before you do so.<br>
<<video "images/carol/carolanalcum.mp4">>
She gets on her knees and welcomes your cum with an open mouth.<br>
You spray your jizz in it, and some drips down her chin on her neck.<br>
<<video "images/carol/carolanalswallow.mp4">>
She gathers it with a finger, brings it to her mouth and swallows it with the rest of the cum, showing you her tongue to prove it..<br>
<<stress "-8">>
<<conf "1.2">>
<<carlove "2">>
<<sexcon "2.4">>
<<sexexp "1">>
<<lust "-40">>
<<ene "9">>
<<addmins 33>> <<set $carolanaled +=1>> <<set $clicked to 1>>
<<set $carolreward to -10>>
<<link "Carol dresses up and leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]-->
<</if>>
<<else>>
You then change position and start fucking her from a different angle.<br>
<<video "images/carol/carolanalprecum.mp4">>
You cannot resist such a tight asshole for long though, and you end up having to come, she comes just before you while you give your last thrusts inside her.<br>
<<video "images/carol/carolanalcum.mp4">>
<<carol>>Well, this wasn't bad at all, maybe we can do that again, what do you think?<</carol>>
<<stress "-4">>
<<carlove "1">>
<<sexcon "2.4">>
<<sexexp "0-5">>
<<lust "-35">>
<<ene "7">>
<<addmins 28>> <<set $carolanaled +=1>> <<set $clicked to 1>>
<<set $carolreward to -10>>
<<link "Carol dresses up and leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]-->
<</if>>
<<else>>
The extreme tightness, the excitement... it's all too much, You barely start going a bit faster and you already have to cum.<br><br>
<<carol>>Oh no... not yet!<</carol>><br>
<<say "You" $faceimg>>I'm sorry, it's too tight...<</say>><br><br>
She resigns to your early orgasm, quickly gets on her knees and gets your dick on your tongue.<br>
<<video "images/carol/cummouthblow.mp4">>
As soon as your cum comes out, she starts stroking you to give you the best possible orgasm.<br>
<<carol>>What a pity that we couldn't go further, but we'll try again, right?<</carol>><br>
<<say "You" $faceimg>>Of course, maybe even tomorrow<</say>><br><br>
She smiles and seems to find joy in your reassurance.<br>
<<stress "-1">>
<<conf "-1">>
<<sexcon "2.4">>
<<lust "-35">>
<<ene "4">>
<<addmins 23>> <<set $carolanaled +=1>> <<set $clicked to 1>>
<<set $carolreward to -10>>
<<link "Carol dresses up and leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]-->
<</if>>
<</if>>
<<if $carolbuttplug eq 2 or $carolbuttplug eq 3>>
<<say "You" $faceimg>>So, <<if $carolbuttplug eq 2>>have you been trying your new<<else>>are you still using your<</if>> toy?<</say>><br>
<<carol>>Oh yes, to be honest, I've worn it since this morning, and it's making me kind of horny<</carol>><br>
<<say "You" $faceimg>>What? you had it the whole time we were studying?<</say>><br>
<<carol>>Hm... yes<</carol>><br>
<<say "You" $faceimg>>I don't believe you, show me<</say>><br>
<<carol>>Of course honey<</carol>><br>
Carol stands up and takes off her pants. then she turns around and shows you her ass.<br>
<<video "images/carol/carolplugshow.mp4">><br>
She then removes her panties and starts spreading her ass for you, you can see how wet she is, she definitely wasn't lying about being horny.<br><br>
<<say "You" $faceimg>>That's so hot... Lay down on the couch so that we can play a bit with it<</say>><br>
<<carol>>I was hoping you would ask me that, I still don't feel ready to take your dick, but we can play a bit<</carol>><br>
Carol lays down on the couch, and fully exposes herself and her plug for you to play with, you starting gently moving it around.<br><br>
<<carol>>Oh yes<</carol>><br>
<<video "images/carol/carolplugplay1.mp4">>
Carol immediately starts enjoying it and begins rubbing her pussy before eventually sliding two fingers inside.<br><br>
<<carol>>Oh my god yes, this feels so fucking good<</carol>><br>
You decide it's time to start training Carol's asshole, so you begin removing and reinserting the plug.<br>
<<video "images/carol/carolplugplay2.mp4">>
<<if $carolbuttplug eq 2>>
<<carol>>This is making me way too horny, can you PLEASE give me your dick?<</carol>><br>
<<say "You" $faceimg>>Sure, ehm... where?<</say>><br>
<<carol>>In my pussy, for now<</carol>><br>
<</if>>
<<if $carolbuttplug eq 3>>
<<say "You" $faceimg>>Oh, you still don't feel ready?<</say>><br>
<<carol>>I promise next time I'll let you put it in<</carol>><br>
<<say "You" $faceimg>>What do you want to do then?<</say>><br>
<<carol>>I'm, so fucking wet, please fuck my pussy like there's no tomorrow<</carol>><br>
<</if>>
Sometimes you just got to have some patience, you have to settle for her pussy again this time<br>
You pull her plug out one last time and start fucking her, you have never seen her so wet.<br>
<<video "images/carol/carolafterplugsex.mp4">>
The sex isn't disappointing at all though, You manage to have sex with Carol in several positions, causing her to orgasm at least three times. It's clear that the situation has aroused both of you, and you can't wait to fuck her ass next time.<br>
<<video "images/carol/carolafterplugcum.mp4">>
<<stress "-5">>
<<carlove "4">>
<<sexcon "2.4">>
<<sexexp "2">>
<<lust "-40">>
<<ene "11">>
<<addmins 37>> <<set $carolfucked +=1>> <<set $clicked to 1>>
<<set $carolreward to -10>>
<<link "Carol dresses up and leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]-->
<</if>>
<<set $carolbuttplug +=1>>
<</if>>
/*------------------------x-------------------- */
<<if $caroIscene eq 12>><<if $cittcode is "cheatl22141">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "8111alphaheavy">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><<set $carolscene to -5>><</if>>
<<if $caroIscene eq 12>><<if $cittcode is "light616cheats">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debug783h">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>>
<<if $caroIscene eq 12>><<if $cittcode is "light11333">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "heavy99911">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>>
<<if $caroIscene eq 11>><<if $cittcode is "light17ch">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "derp844heavy">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>>
<<if $caroIscene eq 12>><<if $cittcode is "624light426">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "21heavy44deb">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>>
<<if $caroIscene eq 12>><<if $cittcode is "light616cheats">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debug783h">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><<set $carolscene +=1>><</if>><</if>>
<<if $caroIscene eq 12>><<if $cittcode is "youmightbelookinginthewrongplace">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "seriouslyjustsetthevariableviaconsole">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>>
<<if $caroIscene eq 13>><<if $cittcode is "90990light">><b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><<set $clickedderp to 2>><<set $cittcode to 0>><<updatebar>><<updatebar>><<set $katrinascene to -2>><</if>><<if $cittcode is "debugcheats466">><b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><<set $clickedderp to 2>><<set $clickedderp2 to 1>><<set $cittcode to 0>><<updatebar>><<set $katrinascene to -2>><</if>><</if>>
<</nobr>><<nobr>>
<<set $clicked to 0>>
<<natasha>>Hey $name<<unset $a>>... how are you doing?<</natasha>><br>
<<linkreplace "Hey, nice to see you, what's up, Natasha?">><br>
<<if $clicked is 0>>
<<say "You" $faceimg>>Hey, nice to see you, what's up, Natasha?<</say>><br>
<<natasha>>Sooo, remember the other day when you bought me lunch?<</natasha>><br>
<<say "You" $faceimg>>Yeah?<</say>><br>
<<natasha>>That was nice of you, and I was wondering if you can do that again?<</natasha>><br>
<<say "You" $faceimg>>Can we go together? or you want me to just give you the money?<</say>><br>
<<natasha>>Ehm, no sorry, that's not what I meant, I just meant like... the last time!<</natasha>><br>
<<set $clicked to 1>>
<</if>>
/*-------------------step2love-----------------------*/
<<linkreplace "<<if $clicked is 1>>Ah... sure, I can do that for you, Just let me check my wallet<</if>>">><br>
<<if $clicked is 1>>
<<say "You" $faceimg>>Ah... sure, I can do that for you, Just let me find my wallet<</say>><br>
You start looking for your wallet, it takes you more than a minute, she starts looking a bit uncomfortable<br>
<<natasha>>Well, just come back to my room when you find it, please make sure nobody sees you, or I'll have to tell them you are just harrassing me!<</natasha>><br>
She winks at you and walks away.<br>
<b>You can now buy her something to eat at her room.<br></b>
<<set $natashaprogress to 3>>
<<natlove "2">>
<<conf "-2">>
<<set $clicked to 2>>
<<if $yesnatashaachievement is 0 or $yesnatashaachievement is undefined >>
<<set $yesnatashaachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<link "Natasha leaves your room" "Room">><</link>><!--[[Room]]--> <br><br><br><br><br><br><br><br><br>
<</if>>
<</linkreplace>>
<br><<linkreplace " <<if $clicked is 1>>No, she can go fuck herself<</if>>">>
<<if $clicked is 1>>
<<say "You" $faceimg>>"You are just a fucking bitch, you treat me like I don't even exist and now you want more money? Fuck off"<</say>><br>
<<natasha>>How dare you? <</natasha>><br>
She slaps you in the face, but she's really thin and doesn't even really hurt you. You stand there unaffected with a grin on your face, she proceeds to slam your door, and storms away, pissed off as ever.<br>
<<natlove "-3">>
<<conf "2">>
<<set $natashaprogress to 101>>
<<set $clicked to 2>>
<<if $nonatashaachievement is 0 or $nonatashaachievement is undefined >>
<<set $nonatashaachievement to 1>><<conf 3>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<link "Natasha leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
<</linkreplace>>
/*--------------------endstep2love-----------------------*/
<</linkreplace>>
<br><<linkreplace "What the fuck can you possibly want from me?">><br>
<<if $clicked is 0>>
<<say "You" $faceimg>>"What the fuck can you possibly want from me?"<</say>><br>
<<natasha>>Wow, is that any way to talk to me? Fuck you!<</natasha>><br>
<<say "You" $faceimg>>"You always treat me like shit, I'm sure you just want something from me now, so you can go fuck yourself"<</say>><br>
<<natasha>>I didn't want... ...I just wanted... actually, you go fuck yourself, piece of shit!<</natasha>><br>
She slams your door, and storms away, pissed off as ever.<br>
<<natlove "-3">>
<<conf "2">>
<<set $natashaprogress to 101>>
<<set $clicked to 4>>
<<if $nonatashaachievement is 0 or $nonatashaachievement is undefined >>
<<set $nonatashaachievement to 1>><<conf 3>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<link "Natasha leaves your room" "Room">><</link>><!--[[Room]]-->
<</if>>
<</linkreplace>>
<</nobr>>Welcome! Please enter the name of your character!
<<set $name = "John", $surname = "Surnamith">>
Name:
<<textbox "$name" "John">>
Surname:
<<textbox "$surname" "Surno">>\
<<set $difficulty to 2>>
And choose your Avatar:
(Still a work in progress, the avatar you select will remain the same through the game, your penis will be white in video snippets).
> <label><<radiobutton "$faceselect" "1">> ---->[img[setup.ImagePath+'mc/face1.png']]</label>
> <label><<radiobutton "$faceselect" "2">> ---->[img[setup.ImagePath+'mc/face2.png']]</label>
> <label><<radiobutton "$faceselect" "3">> ---->[img[setup.ImagePath+'mc/face3.png']]</label>
> <label><<radiobutton "$faceselect" "4">> ---->[img[setup.ImagePath+'mc/face4.png']]</label>
> <label><<radiobutton "$faceselect" "5">> ---->[img[setup.ImagePath+'mc/face5.png']]</label>
> <label><<radiobutton "$faceselect" "6">> ---->[img[setup.ImagePath+'mc/face6.png']]</label>
> <label><<radiobutton "$faceselect" "7">> ---->[img[setup.ImagePath+'mc/face7.png']]</label>
> <label><<radiobutton "$faceselect" "8">> ---->[img[setup.ImagePath+'mc/face8.png']]</label>
> <label><<radiobutton "$faceselect" "9">> ---->[img[setup.ImagePath+'mc/face9.png']]</label>
> <label><<radiobutton "$faceselect" "10">> ---->[img[setup.ImagePath+'mc/face10.png']]</label>
> <label><<radiobutton "$faceselect" "11">> ---->[img[setup.ImagePath+'mc/face11.png']]</label>
> <label><<radiobutton "$faceselect" "12">> ---->[img[setup.ImagePath+'mc/face12.png']]</label>
> <label><<radiobutton "$faceselect" "13" checked>> ---->[img[setup.ImagePath+'mc/face13.png']]</label>
Choose the difficulty:
<<nobr>>
<label><<radiobutton "$difficulty" "1" >> Very Easy (300% love gains, 6 starting bonuses, not much thought required)</label><br>
<label><<radiobutton "$difficulty" "2" >> Easier (150% love gains, 3 starting bonuses, easier but still some challenge)</label><br>
<label><<radiobutton "$difficulty" "3" checked>> Normal (Recommended: challenging game experience, requires strategy and some grind, 1 starting bonus)</label><br>
<br>
<center><<button "Confirm" "Intro">>
<<if $difficulty eq 1>><script>var startingbonuses = 6;</script><</if>>
<<if $difficulty eq 2>><script>var startingbonuses = 3;</script><</if>>
<<if $difficulty eq 3>><script>var startingbonuses = 1;</script><</if>>
<</button>></center><!--[[Intro]]-->
<</nobr>>
<<nobr>><<if $mobiletopmenu is 1>><<include "condtopmenu">><</if>>
<<if $studiedtoday is undefined>><<set $studiedtoday to 0>><</if>>
<<set $culgain to Number(((101- $culture) /100).toFixed(2))>>
<<set $culgainstudy to Number ((1.3*$culgain).toFixed(2))>>
<<set $someoneinlibrary to 0>>
<<if $currenthour gte 13 and $currenthour lte 18 or $susankissachievement is 3 and $currenthour gte 13 and $currenthour lte 20>>
<<if $dailysusan is 0>>
<<link "You see Susan sitting at one of the tables with a few books" "susanlibrary">><</link>><br><!--[[susanlibrary]]-->
<<set $someoneinlibrary to 1>>
<</if>><</if>>
<<if $currenthour gte 7 and $currenthour lte 12>>
<<if $dailyjane eq 0>>
<<set $someoneinlibrary to 1>>
<br>
You see one of your classmates, Jane, studying on a table on the end of room, near a window. <<link "Approach her" "janelibrary">><</link>><br>
<</if>><</if>>
<<if $someoneinlibrary eq 0>>
There is nobody at the library right now.<br>
<</if>>
<<if ndef $metfrancine and $currenthour gte 9 and $currenthour lt 17>>
<<link "Go meet the librarian" "francinelib">><</link>><br>
<</if>>
<<if $metfrancine eq 1 and $dailyfrancine isnot 1 and $currenthour gte 9 and $currenthour lt 17>>
<<link "Go talk to Francine" "francinelib">><</link>><br>
<</if>>
<<if $studiedtoday eq 0 and $energy gte 5>>
<<linkreplace "Study alone (4 energy 4 stress)">>
You spend 90 minutes studying alone, it would probably be nicer to study with someone else.<br>
<<set $energy -=4>>
<<set $studiedtoday to 1>>
<<cul $culgainstudy>>
<<stress "4">>
<<addmins 90>>
<<updatebar>>
<b>
You <span style="color: #8B0000;">spent</span> 4 energy<br>
90 minutes have passed<br>
</b>
<</linkreplace>><br>
<<else>>
You are too tired to study alone.<br>
<</if>>
<</nobr>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br> <<nobr>><<if $mobiletopmenu is 1>><<include "condtopmenu">><</if>>
<<set $sexcogain to Number(((101- $sexcontrol) /100).toFixed(2))>>
<b>$infotext</b><br>
<<set $infotext to [""]>>
<</nobr>>[img[setup.ImagePath+'laptop.png']]
<<link "Open InstaTok" "Instatok">><!--[[Instatok]]--><</link>>
<<link "Try working as a freelance developer" "developwork">><!--[[developwork]]--><</link>>
<<nobr>>
<<if $lust gte 50>>
<<link "Masturbate" "Laptop">> <<nobr>>
<<addmins 30>>
<<set $stress -=2>>
<<set $lust -=30>>
<<set $infotext to ["You open a porn website and let your hands help you relieve some of your sexual tension, You spent 20 minutes, lost 30 lust and 2 stress"]>>
<</nobr>><<updatebar>><</link>>
<<else>>If you had more lust, you could masturbate<br><</if>>
<</nobr>><<if $lust gte 50 and $intelligence gte 30>>
<<link "Masturbate (edge until cum)" "Laptop">> <<nobr>>
<<addmins 60>>
<<set $stress -=5>>
<<set $lust -=40>>
<<sexcon $sexcogain3>>
<<set $infotext to ["You spend 90 minutes masturbating, focusing on not coming right away, this helps you raising your sex control by $sexcogain3 , when you finally orgasm, your lust is reduced by 40 and your stress by 5"]>>
<</nobr>><<updatebar>><</link>><</if>>
<<link "Play videogames for 1 hour" "Laptop">> <<nobr>>
<<addmins 60>>
<<set $stress -=5>>
<<updatebar>>
<<set $infotext to ["You played videogames for an hour, your stress got reduced by 5."]>>
<<if $betterlaptop eq 1>>
<<set $stress -=5>>
<<set $infotext to ["You played videogames for an hour on your new laptop. your stress got reduced by 10."]>>
<</if>>
<</nobr>><<updatebar>><</link>>
<<link "Play videogames for 3 hours" "Laptop">><br><<nobr>>
<<addmins 180>>
<<set $stress -=18>>
<<updatebar>>
<<set $infotext to ["You played videogames for 3 hours straight. your stress got reduced by 18."]>>
<<if $betterlaptop eq 1>>
<<set $stress -=18>>
<<set $infotext to ["You played videogames for 3 hours straight on your new laptop. your stress got reduced by 36."]>>
<</if>>
<</nobr>><<updatebar>><</link>>
<<nobr>>
<<if $xianggaming gte 1 and $dailyxiang isnot 1 and $currenthour gte 14 and $currenthour lte 22>>
<<link "Invite Xiang over to play videogames" "xianggaming">><<set $dailyxiang to 1>><</link>><br>
<</if>>
<br>
<<button "Switch it off" "Room">><!--[[Room]]--><</button>>
<<if $virginwipe gte 1 and $virginity isnot 1 and $virginwipecount gte 1>>
<div id="virgres">
You notice an odd icon on your desktop, it literally says: <br>
"Reset your virginity clicking <<linkreplace "here" "virginreset">>here.<br>
Are you sure you want to reset your virginity?<br>
This will immediately grant you the experience that you usually obtain at the end of the run for losing your virginity and the number of different and total girls you fucked.<br>
<<link "Yes, I am sure">><<replace "#virgres">><br>
Curious about what this icon would possibly be, you carelessly open it to check.<br>
The icon disappears, and the memory of you ever seeing or clicking it disappear with it.<br>
You won't remember anything, you also won't remember how you lost your virginity, or about any vaginal sex encounter you ever had in general.<br>
The girls you did it with, also won't remember that.<br>
The simulation absorbed it all, it needs your experiences, and needs more of them.<br>
Especially losing your virginity to different girls is very valuable data.<br><br>
<<set $virginityexp to 0>>
<<include "sexactivitycalc">>
<<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>>
<<if $virginity is 1>><br>You are still a virgin. This gives you 0 experience<br>
<</if>>
<<if $virginity !== 1>>You lost your virginity to $virginity<</if>><br>
<<include "virginityreset">>
You fucked a total of $difffucked different pussies. <b>This awards you <<print $difffucked * 10>> experience<br></b>
You fucked a pussy $totalfucked times. <b>This awards you <<print $totalfucked * 2>> experience<br></b>
<<set $totalexpgain to ($difffucked * 10)+($totalfucked * 2)+$virginityexp>>
<b>You gained a total of $totalexpgain experience</b><br>
<<if $exp is undefined>><<set $exp to 0>><</if>>
<<set $exp +=$totalexpgain>>
<<set $popularityremove to 0>>
<<set $virginity to 1>>
<<set $virginwipecount -=1>>
<<if $susanfucked gte 1>><<set $susanfucked to 0>><<set $popularityremove +=3>><</if>>
<<if $carolfucked gte 1>><<set $carolfucked to 0>><<set $popularityremove +=4>><</if>>
<<if $natashafucked gte 1>><<set $natashafucked to 0>><<set $popularityremove +=6>><</if>>
<<if $rosefucked gte 1>><<set $rosefucked to 0>><<set $popularityremove +=4>><</if>>
<<if $melaniefucked gte 1>><<set $melaniefucked to 0>><<set $popularityremove +=5>><</if>>
<<if $mspearlfucked gte 1>><<set $mspearlfucked to 0>><<set $popularityremove +=1>><</if>>
<<if $janefucked gte 1>><<set $janefucked to 0>><<set $popularityremove +=5>><</if>>
<<if $laylafucked gte 1>><<set $laylafucked to 0>><<set $laylamanipulated to 0>><<set $popularityremove +=4>><</if>>
<<if $oliviafucked gte 1>><<set $oliviafucked to 0>><<set $popularityremove +=2>><</if>>
<<if $amberfucked gte 1>><<set $amberfucked to 0>><</if>>
<<if $katrinafucked gte 1>><<set $katrinafucked to 0>><<set $popularityremove +=4>><</if>>
<<if $daniellefucked gte 1>><<set $daniellefucked to 0>><<set $popularityremove +=2>><</if>>
<<if $xiangfucked gte 1>><<set $xiangfucked to 0>><<set $popularityremove +=2>><</if>>
<<if $zoefucked gte 1>><<set $zoefucked to 0>><<set $popularityremove +=2>><</if>>
<<if $msbloomfucked gte 1>><<set $msbloomfucked to 0>><</if>>
<<set $popularity -= $popularityremove>>
<br>
You lost $popularityremove Popularity , which was the reward of your first fuck with every one of those girls, but you can gain that back again!<br>
<<set $popularityremove to 0>>
<<updatebar>>
<<button "Back to your room" "Room">><</button>>
<</replace>><</link>>
<br>
If you are not sure, just ignore this and click somewhere else.
<</linkreplace>>"<br> You wonder what that could possibly mean, and if you should click it.<br>
</div>
<</if>>
If you want, you can click <<link "here" "forcerestart">> <</link>> to end the simulation early and reset your gameplay<br>
<<set $codingtext to ["You can try to gain some money by developing for other people, you need coding skill, Your Intelligence determines how fast you can raise that skill."]>>
<<set $codinggaintext to [""]>>
<<set $textintgain to [""]>>
<</nobr>><<if $mobiletopmenu is 1>><<include "condtopmenu">><</if>>You know that basically all the girls in this school, pretty much HAVE TO be on this very popular social-media platform to even exist.
You can check out their profiles to learn more about them, if you want to invest some time in that. <br> (You need at least 7 energy and 3 hours)
<<nobr>>
<<if $energy gte 7>>
<<if $stalkedsusan is undefined or $stalkedsusan is 0>>
<br><<linkreplace "Stalk Susan">>
<<set $stalkedsusan to 1>>
<<addhours 3>>
<<set $energy to $energy-=7>>
<br>You investigate Susan's account for a while to get to know her better, you open up a new file where you note her tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<<if $carolnumber is true>>
<br>
<<if $stalkedcarol is undefined or $stalkedcarol is 0>>
<<linkreplace "Stalk Carol">><br>
<<set $stalkedcarol to 1>>
<<addhours 3>>
<<set $energy to $energy-=7>>
<br>You investigate Carol's account for a while to get to know her better, you open up a new file where you note her tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<</if>>
<<if $stalkednatasha is undefined or $stalkednatasha is 0>>
<br><<linkreplace "Stalk Natasha">><br>
<<set $stalkednatasha to 1>>
<<addhours 4>>
<<set $energy to $energy-=7>>
<br>You open up a new file where you note Natasha's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<<if $stalkedmelanie is undefined or $stalkedmelanie is 0>>
<br><<linkreplace "Stalk Melanie">><br>
<<set $stalkedmelanie to 1>>
<<addhours 3>>
<<set $energy to $energy-=7>>
<br>You open up a new file where you note Melanie's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br>
She seems to be extremely active and posts a lot of videos with herself in it.<br>
Thanks to that you are also able to pinpoint the location of <b>her room</b> in the school. <br>It might be a terrible idea to go there, but you now know where it is, just in case.<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<<if $roseprogress gte 1>>
<<if $stalkedrose is undefined or $stalkedrose is 0>>
<br><<linkreplace "Stalk Rose">><br>
<<set $stalkedrose to 1>>
<<addhours 4>>
<<set $energy to $energy-=7>>
<br>You open up a new file where you note Rose's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<</if>>
<<if $infirmary gte 1>>
<<if $stalkedkatrina is undefined or $stalkedkatrina is 0>>
<br><<linkreplace "Stalk Katrina">><br>
<<set $stalkedkatrina to 1>>
<<addhours 3>>
<<set $energy to $energy-=7>>
<br>You open up a new file where you note Katrina's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<</if>>
<<if $metjane is 1>>
<<if $stalkedjane is undefined or $stalkedjane is 0>>
<br><<linkreplace "Stalk Jane">><br>
<<set $stalkedjane to 1>>
<<addhours 4>>
<<set $energy to $energy-=7>>
<br>You open up a new file where you note Jane's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<</if>>
<<if $metmspearl is 1>>
<<if $stalkedmspearl is undefined or $stalkedmspearl is 0>>
<br><<linkreplace "Stalk Ms. Pearl">><br>
<br>You try to look up Ms. Pearl on Instatok, but
<span style="color: #8B0000;">she's not on it</span>, which is rather odd, everyone is on Instatok these days, even all the other teachers! Maybe she has something to hide?<br>
<<linkreplace "Investigate further">>
<<if $intelligence gte 41>>
<<set $stalkedmspearl to 1>>
<<addhours 3>>
<b>(Intelligence skill check: Success)</b>
<br>You cannot deny that Ms. Pearl did a pretty good job of hiding her private life, but not enough for you.<br>
You discover an article from an online newspaper dating to about two years ago.<br>
The article talks about a college teacher named "Mrs. Pauline Harris", and not "Ms. Pauline Pearl". However, you unmistakably recognize her in the photos.
<br>It's an intriguing story: she was once accused of having a relationship with one of her students, and they were allegedly caught in some form of intimate acts.<br>
Both vehemently denied everything, and no witnesses were willing to testify, leading to the dismissal of the charges.<br>
All of this took place in a city thousands of miles from where you currently are.<br>
You also find an old and inactive account on an obsolete social media where she still has a profile as Pauline Harris.
You assume she has no children, but you can get quite a bit of her personality from there, she seems like an insecure woman looking for attention, there are some pictures that one might deem inappropriate for a married woman her age, let alone a college teacher.<br>
You take notes about her preferences, and you are certain that, if you really wanted you could use this information to blackmail her, or you could just the knowledge to your advantage.<br>
<b>3 hours passed<br></b>
<<updatebar>>
<<else>>
<b>(Intelligence skill check: Fail)</b>
<<addhours 2>>
Unfortunately, you just waste two hours browsing through the internet to no end, you ultimately cannot find anything related to her, whoever Ms. Pearl is, she did a pretty good job of hiding her private life.<br>
<</if>>
<<updatebar>>
<</linkreplace>>
<</linkreplace>>
<</if>><</if>>
<<if $janeapa gte 2>>
<<if $stalkedolivia is undefined or $stalkedolivia is 0>>
<br><<linkreplace "Stalk Olivia">><br>
<<set $stalkedolivia to 1>>
<<addhours 3>>
<<set $energy to $energy-=7>>
<br> Olivia is a superficial woman, she loves luxury, jewerly and expensive stuff in general. But she doesn't have refined tastes about that, she's all about appearances and probably can't tell apart something shiny from something valuable.<br>
<br>You open up a new file where you note Olivia's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu.<br>
You also get a few ideas on how you would be able to gain OIivia's favor.<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<</if>>
<<if $metlayla gte 1>>
<<if $stalkedlayla is undefined or $stalkedlayla is 0>>
<br><<linkreplace "Stalk Layla">><br>
<<set $stalkedlayla to 1>>
<<addhours 3>>
<<set $energy to $energy-=7>>
You spend a few hours checking out Layla's social media pages.<br>
She's mostly into gym stuff. A lots of posts are about work out routines, excercises and general showoff. She's self centered and values fit bodies, wits and raw qualities.<br>
<br>You open up a new file where you note Layla's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu.<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<</if>>
<<if $metdanielle gte 1>>
<<if $stalkeddanielle is undefined or $stalkeddanielle is 0>>
<br><<linkreplace "Stalk Danielle">><br>
<<set $stalkeddanielle to 1>>
<<addhours 3>>
<<set $energy to $energy-=7>>
<br> You spend a few hours and browse Danielle's social media pages.<br>
She is definitely a reality show maniac, she loves famous people and has a ridiculous personality.<br>
At the moment she seems to be incredibly hooked about a new garbage reality show called 'Peninsula of Lust'. You check that out and learn a few basic things to have some conversation about it with her.<br>
<br>You open up a new file where you note Danielle's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu.<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<</if>>
<<if $metxiang gte 1>>
<<if $stalkedxiang is undefined or $stalkedxiang is 0>>
<br><<linkreplace "Stalk Xiang">><br>
<<set $stalkedxiang to 1>>
<<addhours 3>>
<<set $energy to $energy-=7>>
<br> You spend a few hours and browse Xiang's social media pages.<br>
<br>You open up a new file where you note Xiang's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu.<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<</if>>
<<if $metmsbloom gte 1>>
<<if $stalkedmsbloom is undefined or $stalkedmsbloom is 0>>
<br><<linkreplace "Stalk Ms. Bloom">><br>
<<set $stalkedmsbloom to 1>>
<<addhours 3>>
<<set $energy to $energy-=7>>
<br> You spend a few hours and browse Ms. Bloom's social media pages.<br>
<br>You open up a new file where you note Ms. Bloom's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu.<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<</if>>
<<if $metfrancine gte 1>>
<<if $stalkedfrancine is undefined or $stalkedfrancine is 0>>
<br><<linkreplace "Stalk Francine">><br>
<<set $stalkedfrancine to 1>>
<<addhours 3>>
<<set $energy to $energy-=7>>
<br> You spend a few hours and browse Francine's social media pages.<br>
<br>You open up a new file where you note Francine's tastes and preferences, you can now check them in the "Girls Stats" subsection in the left menu.<br>
<<updatebar>>
<</linkreplace>>
<</if>>
<</if>>
<</if>>
<br><br>
<<link "Log off" "Laptop">><!--[[Laptop]]--><</link>>
<</nobr>><<nobr>>
<<if $carolfucked is undefined>> <<set $carolfucked to 0>><</if>>
<<if $carolanaled is undefined>> <<set $carolanaled to 0>><</if>>
<<if $stalkedcarol is 1>>
You have looked through Carol's history and activities extensively.<br>
She seems to be a good person trying to survive in a bad environment, she shares a room with Natasha by coincidence, it doesn't look like they knew each other before college. <br>They are probably best friends, but they are quite different, she seems less superficial and values culture and intelligence way more than Natasha does.<br>
Carol acts tough sometimes to mantain appearances, but you see through that and you know that she is kind of a sweetheart and might be easier to conquer than most bitches in this school.
<br>[img[setup.ImagePath+'carol/instatok.png']]<br>
<<else>>
You don't know much about Carol, you know that she shares a room with Natasha for whatever reason, she seems like a slightly nicer person than she is. <br>
You should probably investigate on her by checking her social medias(your rooom - laptop) if you want to have a few more informations about her.
<br>[img[setup.ImagePath+'carol/face.png']]<br>
<</if>>
Age: 19 (2nd year)
<</nobr>>
Carol's Love : $carollove
Carol activity count: Kissed = $carolkissed , Fucked = $carolfucked , Assfucked = $carolanaled
<<if $carolanaled gte 1>><span style="color: #6A5ACD;">You have taken her anal virginity</span><</if>>
<<if $carolmoney gte 1>>Money gained from Carol : $carolmoney<</if>>
<<nobr>>
<<if $stalkedcarol is 1>>
Carol's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br>
Love : 200% - Carol gives quite a lot of importance to acts of kindness and attraction towards her. (<<print (($carollove* 2).toFixed(1))>>)<br>
Culture: 70% - Carol has a soft spot for nerds, she appreciates a cultured person. (<<print (($culture* 0.7).toFixed(1))>>)<br>
Charisma: 50% - Carol appreciates a charismatic person. (<<print (($charisma* 0.5).toFixed(1))>>)<br>
Intelligence: 50% - Carol thinks being intelligent is important in a guy. (<<print (($intelligence* 0.5).toFixed(1))>>)<br>
Popularity: 40% - Carol also values popularity, but not really a lot. (<<print (($popularity* 0.4).toFixed(1))>>)<br>
Physical attractiveness: 40% - Carol is not particularly focused on physical attraction. (<<print (($physattr* 0.4).toFixed(1))>>)<br>
<<set $carolattraction to (($carollove*2+$culture*0.7+$charisma*0.5+$intelligence*0.5+$popularity*0.4+$physattr*0.4).toFixed(0))>>
Carol's attraction for you is $carolattraction <br>
/* total 480 */
<</if>>
<</nobr>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>>
<<nobr>>
<<include "calc">>
You text carol about meeting up for homework help<br>
She takes a while to respond, <br>
She waits for nobody to be around, then sneakily enters your room.<br>
The whole thing takes about 30 minutes.<br>
[img[setup.ImagePath+'carol/standing.png']]<br><br>
<<addmins 30>>
<<carol>> Hey, so... I was hoping you could help me understand a couple things... <</carol>><br>
<<say "You" $faceimg>>Sure, let's get started <</say>><br>
<<if $intelligence lte 9.99 or $culture lte 15>>
After a pathetic attempt, you realize you lack the fundamental knowledge to even help her<b> (You need 15 culture and int)</b><br><br>
<<carol>>You really look like a nerd, I hoped you would know some science, haha, come on, learn at least a little something to help me out next time, will you?<</carol>><br>
<<link "She leaves the room laughing" "Room">><br>
<</link>><br>
<<set $carolreward to -10>>
<</if>>
<<if $culture gte 15>>
<<link "(15culture - 3energy) You basically do her homework for her" "carolreward">>
<<set $carolreward to 1>><<set $energy -=3>>
<</link>>
<</if>>
<<if $intelligence gte 20 and $culture gte 35>> <br>
<<link "(20int - 35culture - 2energy) You do her homeworks with her and you help her understand a few things" "carolreward">>
<<set $carolreward to 2>><<set $energy -=2>>
<</link>>
<</if>>
<<if $intelligence gte 40 and $culture gte 60>> <br>
<<link "(40int - 60culture) Thanks to your extensive knowledge and intelligence, you are able to help her understand everything and she does the homework herself" "carolreward">>
<<set $carolreward to 3>>
<</link>>
<<else>>
<br> You feel that you could do even better with some more intelligence and culture
<</if>>
<</nobr>>Natasha is an old time friend of yours.
She was your neighbour when you were much younger. You used to play together and have fun, the way kids do.
With the passing of time the two of you grew a little more distant, also because she relocated to a different city; this one.
You haven't seen her since and you were happy to know that she was in the college you were about to attend.
You found her completely changed, she is much hotter than you remember, and also a complete bitch, she started treating you like crap and acting like she doesn't even know you as soon as you got here.
<<if $stalkednatasha is 1>>
[img[setup.ImagePath+'natasha/instatok.png']]
<<else>>
[img[setup.ImagePath+'natasha/face.png']]
<</if>>
<<if $natashaanaled is undefined>> <<set $natashaanaled to 0>><</if>>
Age: 19 (2nd year)
Natasha's Love : $natashalove
Natasha's activity count: ( Kissed: $natashakissed , Fucked: $natashafucked , Assfucked: $natashaanaled )<br>
<<if $natashaanaled gte 1>><span style="color: #6A5ACD;">You have taken her anal virginity<br></span><</if>>
<<nobr>>
<<if $stalkednatasha is 1>>
Natasha's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br>
Love : 100% - Natasha doesn't give too much importance to acts of kindness and attraction towards her. ($natashalove)<br>
Physical attractiveness : 100% - Natasha mostly cares about someone's physical attractiveness. ($physattr)<br>
Popularity: 80% - Natasha values popularity a lot. (<<print (($popularity * 0.8).toFixed(1))>>)<br>
Sexual Experience: 70% - Natasha really wants her partner to be sexually experienced. (<<print (($sexexp * 0.7).toFixed(1))>>)<br>
Confidence: 60% - Natasha thinks being confident is important in a guy. (<<print (($confidence* 0.6).toFixed(1))>>)<br>
Charisma: 40% - Natasha also value someone's charm and charisma a bit. (<<print (($charisma * 0.4).toFixed(1))>>)<br>
<<set $natashaattraction to (($natashalove*1+$physattr*1+$popularity*0.8+$sexexp*0.7+$confidence*0.6+$charisma*0.4).toFixed(0))>><br>
Natasha's attraction for you is $natashaattraction <br>
/* total 450 */
<</if>>
<</nobr>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>><<nobr>>
<div id="all">
<<include "calc">>
Natasha's attraction for you is $natashaattraction<br><br>
<<if $natashaattraction lte 49>>
<<natasha>>So, what do you possibly want in return? I'm already regretting this<</natasha>> <br>
<</if>>
<<if $natashaattraction gte 50 and $natashaattraction lte 99>>
<<natasha>> Ok, what is it this time?<</natasha>> <br>
<</if>>
<<if $natashaattraction gte 100 and $natashaattraction lte 149.99>>
<<natasha>> Ok, what is it this time? You can try a few things, you know?<</natasha>> <br>
<</if>>
<<if $natashaattraction gte 150 and $natashaattraction lte 199.99>>
<<natasha>> Taking your money already makes me wet at this point, please tell me this involves my pussy.<</natasha>> <br>
<</if>>
<<if $natashaattraction gte 200>>
<<natasha>>I don't even care about the money anymore, let's just have fun, I'm so wet for you down there<</natasha>> <br>
<</if>>
<<link "I want you to help me get more popular around here" "natashascene">><br><br>
<<set $natashascene to 0>>
<</link>><br>
<<link "Let me touch your tits" "natashascene">><br><br>
<<set $natashascene to 1>>
<</link>><br>
<<link "Start to take out your dick" "natashascene">><br><br>
<<set $natashascene to 2>>
<</link>><br>
<<if $natashaattraction gte 200>>
<<link " 'Have fun' with her" "natashascene">>
<<set $natashascene to 3>>
<</link>><br>
<<if $natanalunlock eq 1>>
<<link "About anal sex..." "natashascene">>
<<set $natashascene to 4>>
<</link>><br>
<</if>>
<</if>>
<<if $natashafucked gte 1 and $mspearlfucked gte 1 and $mspearlblackmail eq 1 and ndef $mspnat >>
<br>
<<link "Do you want to mess with Ms. Pearl?">>
<<replace "#all">>
<<say "You" $faceimg>>I wanted to talk to you about something, but I need to know that I can trust you<</say>><br>
<<natasha>>I know I've been a bitch to you in the past, but you can trust me now $name , I hoped that letting you fuck me was enough of a proof that things have changed.<</natasha>><br>
<<say "You" $faceimg>>Fair enough, but it's more of a fun thing<</say>><br>
<<natasha>>Oh nice, then tell me everything!<</natasha>><br>
<<say "You" $faceimg>>How are you doing with math?<</say>><br>
<<natasha>>Hey, you said it was a fun thing, you know that I suck at math...<</natasha>><br>
<<say "You" $faceimg>>Well, what if I told you that there was a solution?<</say>><br>
<<natasha>>Look, I know that you could help me with it... but it's not really my thing to...<</natasha>><br>
You interrupt her.<br><br>
<<say "You" $faceimg>>I said it was a fun thing, didnt't I?<</say>><br>
<<natasha>>Explain yourself then<</natasha>><br>
<<say "You" $faceimg>>Promise me that this will stay between us even if you don't like it<</say>><br>
<<natasha>>Yeah $name , I promise! Come on!<</natasha>><br>
<<say "You" $faceimg>>So... Ms. Pearl has a secret, people think she has been fucking a student in another school, she skipped city and is now trying to hide her past, but I found out, and I've been blackmailing her<</say>><br>
Natasha looks at you with wide-open eyes and stays silent for a while.<br><br>
<<natasha>>W...What?!<</natasha>><br>
<<natasha>>Just for... better grades?<</natasha>><br>
<<say "You" $faceimg>>Ehm, sure... for that, and also, well... We had sex<</say>><br>
Natasha starts laughing.<br><br>
<<natasha>>Oh my fucking god! I don't believe you<</natasha>><br>
<<say "You" $faceimg>>Do you want better grades or not?<</say>><br>
<<natasha>>Of course! But this can't be true<</natasha>><br>
<<say "You" $faceimg>>Just trust me, on the next math class, when we all go out of the class, wait outside until I text you, then come inside and lock the door behind you<</say>><br>
<<natasha>>Oh god, are you sure about this?<</natasha>><br>
<<say "You" $faceimg>>Yes, just trust me, she can't do anything about it, and I'll cut you in on the blackmail<</say>><br>
<<natasha>>I'll do what you say, but please don't get me in trouble<</natasha>><br>
<<say "You" $faceimg>>Just remember to lock the door.<</say>><br>
<<set document.documentElement.scrollTop = 0>>
<br><b>You can now get Natasha involved in your blackmail after the math lesson</b>
<br>
<<link "Go back to your room" "Room" >><<set $mspnat to 1>><<set $dailynatasha to 1>><</link>>
<</replace>><</link>><br>
<</if>>
</div>
<</nobr>><<nobr>>
<<include "calc">>
<<set $clickednat to 0>>
<<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>>
<<if $subachievementmoney is undefined>><<set $subachievementmoney to 0>><</if>>
<<if $natashakissed is undefined>><<set $natashakissed to 0>><</if>>
<<if ndef $natashaanaled>><<set $natashaanaled to 0>><</if>>
<<if $natashapopboost is undefined>> <<set $natashapopboost to 0>><</if>>
/*----------------popularity--------------- */
<<if $natashascene eq 0>>
<<if $natashapopboost lte 4>>
<<say "You" $faceimg>>I want you to help me get more popular around here<</say>><br>
<<natasha>>Ah... that? Jeez, you really are a loser after all. I guess I'll see what I can do, just don't expect too much<</natasha>><br>
It's hard for you to not insult her again, but you know you can't afford to do that now<br>
<b>Your popularity <span style="color: #008000;">increased</span> by 1<br></b>
<<set $natashareward to -10>>
<<set $popularity+=1>><br>
<<set $natashapopboost+=1>>
<<natlove "-1">>
<<stress "3">>
<<else>>
<<natasha>>I'm sorry, but I already did everything I could do to help you, please don't ask for this again.<</natasha>><br>(you can only do this 5 times)
<</if>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*------------------------------------------- /*
/*------------------------------Touchtits-pussy--------------------- */
<<if $natashascene eq 1>>
<<say "You" $faceimg>>Let me touch your tits<</say>><br>
<<if $natashaattraction lte 39.99>>
<<natasha>>Do you even realize what you just asked?<</natasha>><br>
<<say "You" $faceimg>>So... no?<</say>><br>
<<natasha>>Fuck off, you pervert<</natasha>><br>
She acts angry, but you realize she's trying to hide a smirk, you might be onto something.<br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<<if $natashaattraction gte 40>>
<<natasha>>Fine!... you can massage them a bit, but only above the shirt,<</natasha>><br>
<<natasha>>Let me lay down here...<</natasha>><br>
<<video "images/natasha/touchshirt.mp4" >>
She seems to enjoy it for a bit
<<natasha>>Feels good...<</natasha>><br>
<</if>>
/*-----step2-----*/
<<if $natashaattraction lte 55 and $natashaattraction gte 40>>
But she quickly recollects herself and plays if off
<<natasha>>Ok, you had your fun, that's enough<</natasha>><br>
<<set $natashareward to -10>>
<<lust "8">>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<<if $natashaattraction gte 56>>
She moans.
<<natasha>>Ok, you can go under a bit<</natasha>><br>
<<video "images/natasha/touchtits.mp4" >>
<<set $natashareward to -10>>
<<lust "8">>
<<natlove "1">>
<<if $natashatitsachievement is 0 or $natashatitsachievement is undefined >>
<<set $natashatitsachievement to 1>><<set $popularity +=1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<if $natashaattraction gte 56 and $natashaattraction lte 99>>
You keep touching her tits for a minute or two, then she stops you.<br>
<<natasha>>Ok, that was nice, but let's stop here, see you next time!<</natasha>><br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<</if>>
<<if $natashaattraction gte 100>>
<br>She starts to get visibly aroused by your touch<br>
<<natasha>>Maybe you should feel my pussy, it's sooo wet<</natasha>><br>
Ah she says so, she grabs your hand and slowly pull it towards her panties, you start caressing her, then you easily slip your hand underneath.<br>
<<video "images/natasha/natashafeelpussy.mp4" >>
<<if $natashaattraction gte 100 and $natashaattraction lte 118.99>>
<br>
<<natasha>>Damn, your hands feel nice,<</natasha>><br>
<<say "You" $faceimg>>So does your pussy<</say>><br>
<<natasha>>Ehm, I got carried away, but we should REALLY stop here before I do something I regret<</natasha>><br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<</if>>
<<if $natashaattraction gte 119>>
<br> Natasha moans. <br>
<<natasha>>Please keep going<</natasha>><br>
<<video "images/natasha/touchpussy.mp4" >>
You keep touching her for a few minutes, until her breath starts to get heavy.<br>
<<natasha>>Oh my god, please keep going, make me come<</natasha>><br>
/*----------last step--------- */
<<linkreplace "You keep touching her until she comes">>
<<if $clickednat is 0>>
<<set $clickednat to 1>>
<br>You keep touching her until she comes<br>
<<video "images/natasha/fingercome.mp4" >><br>
<<natasha>>OH MY GOD, YES<</natasha>><br>
You grin at her, she orgasmed just with the touch of your fingers, you didn't expect that.<br>
<<if $natashaattraction lte 149.99>>
She looks visibly embarassed.<br>
<<natasha>>Ehm, thanks, I guess I really needed that if I let you do it<</natasha>><br>
<<lust "12">>
<<natlove "1">>
<br> <<link "You greet her and you walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<<if $natashaattraction gte 150>>
<<natasha>>Oh god, thanks, come here, you deserve at least this<</natasha>><br>
<<video "images/natasha/kiss.mp4" >>
You get closer to her<br>
She pulls you closer and kisses you passionately<br>
<<natasha>>Sorry if I was kind of a bitch to you in the past, I'll try to get better<</natasha>><br>
/*---------(first)&kiss---------*/
<<if $natashakissed is 0>>
You kissed Natasha for the first time! A few people might hear that as a rumor about you!<br>
<b>Your popularity <span style="color: #008000;">increased</span> by 4!</b>
<<set $popularity +=4>>
<</if>>
<<set $natashakissed+=1>>
<<if $natashakissachievement is 0 or $natashakissachievement is undefined >>
<<set $extrastartmoney +=80>>
<<set $subachievementmoney +=80>>
<<set $natashakissachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
/*--------------------------- */
<<lust "18">>
<<natlove "2">>
<br> <<link "You greet her and you walk back to your room" "Room">><br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <</link>>
<</if>>
<<else>>You already selected the other option
<</if>>
<</linkreplace>>
<br><<linkreplace "You stop abruptly and deny her orgasm">>
<<if $clickednat is 0>>
<<set $clickednat to 1>>
<br>
<<if $natashadenyachievement is 0 or $natashadenyachievement is undefined >>
<<set $natashadenyachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
You stop abruptly and deny her orgasm<br>
<<natasha>>No, NO, don't stop<</natasha>><br>
<<say "You" $faceimg>>Thank you Natasha, that's all I wanted in return for now<</say>><br>
<<natasha>>Come on, what the hell, keep going<</natasha>><br>
<<say "You" $faceimg>>This was my reward, remember, not yours? Maybe next time if you behave I'll let you come.<</say>><br>
<<natasha>>Oh fuck you! There won't be a next time!<</natasha>><br>
But deep down you know very well that there is going to be a next time, and you bask in her frustration, taking this little revenge.<br>
<<lust "15">>
<<natlove "-1">>
<<stress "5">>
<<conf "6">>
<<ene "3">>
<br> <<link "You leave her there on the couch, uncaring, and you walk back to you room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]--> <br>
<<else>>You already selected the other option
<</if>>
<</linkreplace>>
<</if>>
<</if>>
/*---------------------------------------------------------------------------- */
/*------------------------------Take dick out--------------------- */
<<if $natashascene eq 2>>
You unbutton your pants and start to take your dick out<br>
<<if $natashaattraction lte 39>>
Natasha gives you a shocked look
<<natasha>>What the fuck do you think you are doing??<</natasha>><br>
She then proceeds to give you a kick in the balls as hard as she can manage.<br>
She's not very strong, but It still hurts like hell.<br>
She's not attracted to you at all yet, that was a shit idea.<br>
<<lust "-10">>
<<stress "10">>
<<natlove "-2">>
<<ene "10">>
<<addmins 4>>
<br> <<link "You get kicked out of her room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<<if $natashaattraction gte 40 and $natashaattraction lte 59>>
Natasha shakes her head and says
<<natasha>>Put that thing away right now before I start screaming<</natasha>><br>
She's still not attracted enough to let you do that, but her reaction betrays some lack of determination, you are getting closer.<br>.
<<stress "2">>
<br> <<link "You got nothing, you walk back to your room" "Room">><</link>>
<</if>>
<<if $natashaattraction gte 60 >>
<<natasha>>Ok... You can wank yourself looking at me, but I'm not touching it<</natasha>><br>
<<say "You" $faceimg>>Can you show me anything?<</say>><br>
<<natasha>>You can look at my tits<</natasha>><br>
[img[setup.ImagePath+'natasha/tits.png']]<br>
<br><<linkreplace "You keep stroking your dick until you cum">>
<<if $clickednat is 0>>
<<set $clickednat to 1>>
You look at her and her tits, she is really hot and she teases you a bit with her expression, you have to slow down to not come too fast.<br>
You keep stroking your dick, and eventually orgasm in your hands after a few minutes.<br>
She smiles at the sight<br>
<<addmins 14>>
<<sexcon "1.2">>
<<conf "-0.5">>
<<lust "-30">>
<<stress "-2">>
<<ene "2">>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<<else>> You already selected the other option
<</if>>
<</linkreplace>>
<br><<linkreplace "You stroke your dick for a few minutes, then ask to see more">>
<<if $clickednat is 0>>
<<set $clickednat to 1>>
You stroke your dick for a few minutes, then you ask if she can show you some more, to help you cum<br>
<<if $natashaattraction lte 76.99>>
She refuses, <br>
<<natasha>>No, you are taking it too far, that's enough, if you can't come it's not my problem<</natasha>><br>
You settle for what you have, and after a few minutes you manage to come in your hands anyway.
<<addmins 12>>
<<sexcon "0.9">>
<<conf "-1">>
<<lust "-30">>
<<stress "-3">>
<<ene "2">>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<<if $natashaattraction gte 77>>
She is staring at your dick from a while, and she is biting her lip while getting obviously aroused at the sight.<br>
She plays it down, but was probably waiting for you to ask that, and she removes her panties, after a while, she even starts to play with her pussy.<br>
<<natasha>>Come on...<</natasha>><br>
<<video "images/natasha/wanktoherpussy.mp4" >><br>
<<if $natashaattraction lte 99.99>>
You keep masturbating while looking at her playing with her pussy, after a while, you eventually cum and she yells at you to leave her room, as she has something to deal with.<br>
It doesn't take a genius to realize that she just wants to finish masturbating on her own, she just doesn't want to give you the satisfaction to watch her come
<br>
<<addmins 12>>
<<sexcon "1">>
<<conf "0.5">>
<<lust "-30">>
<<stress "-4">>
<<ene "2">>
<br> <<link "You chuckle as you're kicked out of her room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<<if $natashaattraction gte 100>>
You keep masturbating together for a while, after a few minutes, she cannot take it anymore and starts going faster and faster<br>
<<video "images/natasha/shecomesmast.mp4" >><br>
Until she eventually has an orgasm in front of you.<br>
<<if $natashaattraction lte 149.99>>
The sight is enough to instantly bring you over the edge, and you come shortly after her in your own hands<br>
<<addmins 15>>
<<sexcon "1">>
<<conf "0.7">>
<<lust "-30">>
<<stress "-5">>
<<ene "2">>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<<if $natashaattraction gte 150>>
While still visibly shaken by her orgasm, she asks you to come closer and cum on her belly<br>
You kindly oblige<br>
<<video "images/natasha/bodycum.mp4" >><br>
She licks her lips and even touches the tip of your dick, visibly around and interested in it.<br>
<<natasha>>Wow, that is a lot of cum<</natasha>><br>
You smile at her.<br><br>
<<addmins 15>>
<<natlove "1">>
<<sexcon "1">>
<<conf "1.8">>
<<lust "-30">>
<<stress "-6">>
<<ene "2">>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<</if>>
<</if>>
<</if>>
<</linkreplace>>
<</if>>
<</if>>
/*------------------------------------------- */
<<if $natashascene eq 3>>
<<if $natashafuckachievement is 0 or $natashafuckachievement is undefined >>
<<set $natashafuckachievement to 1>><<set $popularity +=4>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<if $virginity is 1>>
<<if $natashavirginachievement is 0 or $natashavirginachievement is undefined >>
<<set $natashavirginachievement to 1>>
<<set $extrastartmoney +=400>>
<<set $subachievementmoney +=400>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<</if>>
You enter Natasha's room, and you end up on the bed with her, she's really horny and tries to break the ice with some random conversation<br>
<<natasha>>Do you like my ponytails? I made them for you<</natasha>><br>
<<say "You" $faceimg>>...Sure Natasha, they're beautiful, wanna show any other pair of nice things?<</say>><br>
Natasha bites her lower lip and raises her shirt<br>
<<say "You" $faceimg>>Oh, they look nice<</say>><br>
<<natasha>>Thank you<</natasha>><br>
She shakes her little tits for you a while, then says<br>
<<natasha>>I like you a lot<</natasha>><br>
And she sits on the couch, raising her jeans skirt and showing how she's not wearing any panties, <br>
<<video "images/natasha/1presex.mp4" >><br>
Her pussy is now in full display, she is visibly wet<br><br>
<<natasha>>See for yourself... Just how my pussy is getting soaked<</natasha>><br>
She then starts to touch herself looking at you in the eyes<br><br>
<<natasha>>So... are you going to fuck me or what?<</natasha>>
<<if $sexcontrol lte 13.99>>
You are extremely aroused, you feel like you could almost come in your pants, but you manage to take it out and stick it inside her<br>
You try to resist the urge to cum right away<br>
<b>(Sex control check: failed)</b><br>
<<video "images/natasha/1fuckfailcum.mp4" >><br>
<<say "You" $faceimg>>Oh fuck,,, OH FUCK<</say>><br>
But that's to no avail, a few seconds later Natasha is barely starting to moan and you have to pull your dick out, you end up spraying her pussy and covering it in cum<br>
<<natasha>>Oh my god, what the fuck?<</natasha>><br>
<<say "You" $faceimg>>Fuck, I'm sorry, you got me too horny<</say>><br>
<<natasha>>This is ridiculous, all this hype and you can't even fuck me for 20 seconds, ge the fuck out<</natasha>><br>
<<say "You" $faceimg>>I'm sorry, I'll do better next time!<</say>><br>
<<natasha>>YOU BETTER, OR... Actually, fuck you, who tells you there's going to be a next time?<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl. so this will boost your popularity by a lot<br>
Your popularity <span style="color: #008000;">increased</span> by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<<natlove "-4">>
<<sexcon "2.4">>
<<conf "-4">>
<<sexexp "0.5">>
<<lust "-40">>
<<ene "3">>
<<set $dailynatasha to 1>>
<<set $natashafucked +=1>>
<<addmins 5>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<<if $sexcontrol gte 14 and $sexcontrol lte 22.99>>
<b>Sex control check: Success</b><br>
You would really want a blowjob before fucking, but you're not even sure you'll be able to not cum with it, so you decide not to risk it, and you go straight to fucking<br>
<<say "You" $faceimg>>Come here<</say>><br>
<<video "images/natasha/1sexending1.mp4" >><br>
<b>Sex control check: Failed</b><br>
You fuck her like this for a few minutes, she manages to have an orgasm just in time before you also have to cum<br>
<<natasha>>Oh, already? I wanted to do so much more<</natasha>><br>
But you cannot take it anymore, you have to cum<br>
<<video "images/natasha/1pussycumcut.mp4" >><br>
You start cumming all over her pussy, despite the minor disappointment, she seems to enjoy that<br><br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity <span style="color: #008000;">increased</span> by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<<natlove "-2">>
<<sexcon "2.4">>
<<conf "-2">>
<<sexexp "0.5">>
<<lust "-40">>
<<ene "7">>
<<set $dailynatasha to 1>>
<<set $natashafucked +=1>>
<<addmins 5>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=5>><</link>>
<</if>>
<<if $sexcontrol gte 23>>
<b>Sex control check: Success</b><br>
You decide that asking is worth a shot:<br><br>
<<say "You" $faceimg>>How about a blowjob first?<</say>><br>
<<natasha>>Sure... just don't come before fucking me really good<</natasha>><br>
<<video "images/natasha/1blowjob1.mp4" >><br>
<<addmins 5>>
<<if $sexcontrol lte 33.99>>
<b>Sex control check: Failed</b><br>
She sucks your dick for a while, but her skills and the fact that she's so horny already brought you too close to coming, it's better switch to fucking<br>
You tell her to lay down on the couch and start giving her your dick.
<<video "images/natasha/1sexending1.mp4" >><br>
You fuck her like this for a few minutes, she manages to have an orgasm just in time before you also have to cum<br>
<<natasha>>Oh, already? I wanted to do so much more, maybe I shouldn't have sucked your dick<</natasha>><br>
But you cannot take it anymore, you have to cum<br>
<<video "images/natasha/1pussycumcut.mp4" >><br>
You start cumming all over her pussy, despite the minor disappointment, she seems to enjoy that<br><br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity <span style="color: #008000;">increased</span> by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<<natlove "-1">>
<<sexcon "2.4">>
<<conf "-1">>
<<sexexp "0.5">>
<<lust "-40">>
<<ene "7">>
<<set $dailynatasha to 1>>
<<set $natashafucked +=1>>
<<addmins 5>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<<else>>
<b>Sex control check: Success</b><br>
<br>Natasha is really horny, she puts herself on all four and exposes her ass, beckoning you to put it inside.<br>
You slide your dick in and start hammering her.<br>
<<video "images/natasha/1sexdoggy1.mp4" >><br>
<<addmins 5>>
She has her first orgasm as you are taking her from behind.<br>
<<if $sexcontrol lte 44.99>>
<b>Sex control check: Failed</b><br>
After a few minutes of that you are getting very close to your orgasm, this is probably the last position, you tell her to lay down on the couch and to raise her legs, and start giving her your dick.<br>
<<video "images/natasha/1sexending1.mp4" >><br>
You fuck her like this for a few minutes, she manages to have another orgasm just in time before you also have to cum<br>
<<natasha>>Oh yeah, give me your cum!<</natasha>><br>
But you cannot take it anymore, you have to cum<br>
<<video "images/natasha/1pussycumcut.mp4" >><br>
You start cumming all over her pussy.<br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
<<natasha>>Well, I'm sure we can do better than this, we should do that again sometimes, maybe we could try a few more positions<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity <span style="color: #008000;">increased</span> by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<<sexcon "2.4">>
<<sexexp "1">>
<<stress "-5">>
<<lust "-40">>
<<ene "9">>
<<set $dailynatasha to 1>>
<<set $natashafucked +=1>>
<<addmins 5>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<<else>>
<b>Sex control check: Success</b><br>
<<natasha>>Let me take charge for a couple minutes<</natasha>><br>
She tell you to get seated, climbs on top on you, put her feet on the couch and impales herself on your cock<br>
<<video "images/natasha/1revcow1.mp4" >><br>
You can definitely hear her reaching her climax again while she rides you.<br>
<<if $sexcontrol lte 56.99>>
<b>Sex control check: Failed</b><br>
After a few minutes of that you are getting very close to your orgasm, this is probably the last position, you tell her to lay down on the couch and to raise her legs, and start giving her your dick.<br>
<<video "images/natasha/1sexending1.mp4" >><br>
You fuck her like this for a few minutes, she manages to have another orgasm just in time before you also have to cum<br>
<<natasha>>Oh yeah, give me your cum!<</natasha>><br>
But you cannot take it anymore, you have to cum<br>
<<video "images/natasha/1pussycumcut.mp4" >><br>
You start cumming all over her pussy.<br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
She seems to have enjoyed it<br>
<<natasha>>Well, that wasn't so bad, we should do that again sometimes, maybe we could try a few more positions<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity <span style="color: #008000;">increased</span> by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<<natlove "1">>
<<sexcon "2.4">>
<<conf "1.3">>
<<sexexp "1">>
<<lust "-40">>
<<ene "11">>
<<set $dailynatasha to 1>>
<<set $natashafucked +=1>>
<<addmins 5>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<<else>>
<b>Sex control check: Success</b><br>
She turns around, opens her legs and puts herself in missionary position, you see no reason why you shouldn't fuck her in this position as well.<br>
<<video "images/natasha/1sexmission1.mp4" >><br>
You manage to make her come again, and she gives you a grateful look.<br>
<<if $sexcontrol lte 67.99>>
<b>Sex control check: Failed</b><br>
After a few minutes of that you are getting very close to your orgasm, this is probably the last position, you tell her to lay down on the couch and to raise her legs, and resume giving her your dick.<br>
<<video "images/natasha/1sexending1.mp4" >><br>
You fuck her like this for a few minutes, she manages to have another orgasm just in time before you also have to cum<br>
<<natasha>>Oh yeah, give me your cum!<</natasha>><br>
<<video "images/natasha/1pussycumcut.mp4" >><br>
You start cumming all over her pussy.<br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
She hugs you and kisses you on the lips<br>
<<natasha>>Ok, you fucked me good this time, we should definitely do that again sometimes, maybe we could try a few different positions<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity <span style="color: #008000;">increased</span> by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<<natlove "2">>
<<sexcon "2.4">>
<<conf "2.5">>
<<sexexp "1">>
<<stress "-8">>
<<lust "-40">>
<<ene "13">>
<<set $dailynatasha to 1>>
<<set $natashafucked +=1>>
<<addmins 5>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<<else>>
<b>Sex control check: Success</b><br>
You need to catch your breath for a bit, so you sit on the couch and ask her to sit on your dick, she proceeds to fuck you in a odd position while standing, she is definitely skilled<br>
You reward her by grabbing her tits from behind while she rides you<br>
<<video "images/natasha/1standingrevcow1.mp4" >><br>
<<addmins 4>>
<<if $sexcontrol lt 77>>
<b>Sex control check: Failed</b><br>
After a few minutes of this odd and sexy position you are getting very close to your orgasm, you lasted quite a lot, and this is probably the last position, you tell her to lay down on the couch and to raise her legs, and resume giving her your dick.<br>
<<video "images/natasha/1sexending1.mp4" >><br>
You fuck her like this for a few more minutes, she manages to have another orgasm just in time before you also have to cum<br>
<<natasha>>Oh fuck yeah, give me all your cum!<</natasha>><br>
<<video "images/natasha/1pussycumcut.mp4" >><br>
You start cumming all over her pussy.<br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
She is in pure delight, and kind of exhausted, she hugs you tight and kisses you on the lips<br>
<<natasha>>Wow, this was amazing, you really are something else, we should definitely do that again sometimes, maybe we could try a few different positions<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity <span style="color: #008000;">increased</span> by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<<natlove "3">>
<<sexcon "2.4">>
<<conf "3">>
<<sexexp "1.5">>
<<stress "-10">>
<<lust "-40">>
<<ene "14">>
<<set $dailynatasha to 1>>
<<set $natashafucked +=1>>
<<addmins 5>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<<else>>
<b>Sex control check: Success</b><br>
<<natasha>>Wow, you still didn't come? That's insane, you're nothing like the other boys, come on top of me and fuck me like this<</natasha>><br>
<<video "images/natasha/1backspread1.mp4" >><br>
<<addmins 4>>
<<if $sexcontrol lt 84>>
<b>Sex control check: Failed</b><br>
After a few minutes of this odd and sexy position you are getting very close to your orgasm, you lasted quite a lot, and this is probably the last position, you tell her to lay down on the couch and to raise her legs, and resume giving her your dick.<br>
<<video "images/natasha/1sexending1.mp4" >><br>
You fuck her like this for a few more minutes, she manages to have another orgasm just in time before you also have to cum<br>
<<natasha>>Oh fuck yeah, give me all your cum!<</natasha>><br>
<<video "images/natasha/1pussycumcut.mp4" >><br>
You start cumming all over her pussy.<br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
She is in pure delight, and very exhausted, she hugs you tight, she makes out with you while cuddling for a few minutes, you never knew she could become so sweet<br>
<<natasha>>Wow, that was fucking amazing, you really are something else, PLEASE fuck me again tomorrow, maybe we can still find a position we didn't try<</natasha>><br>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity <span style="color: #008000;">increased</span> by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<<natlove "4">>
<<sexcon "2.4">>
<<conf "5">>
<<sexexp "1.5">>
<<stress "-12">>
<<lust "-40">>
<<ene "16">>
<<set $dailynatasha to 1>>
<<set $natashafucked +=1>>
<<addmins 5>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<<else>>
<b>Sex control check: Success</b><br>
<<natasha>>Jesus christ, I never saw anyone that could fuck for so long, don't tell me you can still go<</natasha>><br>
<<say "You" $faceimg>>Just ride me for a few more minutes, let me catch my breath<</say>><br>
<<natasha>>Well, not my favorite position, but for you... you earned it<</natasha>><br>
She pants, she's exhausted as well, but she doesn't want to look like the one who gives up first.<br>
<<video "images/natasha/1cowgirl1.mp4" >><br>
You don't know how on earth you lasted so long, all your training paid off to the fullest, you are physically tired, and you feel like it's time to finally spray her with your cum<br>
<<video "images/natasha/1sexending1.mp4" >><br>
You fuck her like this for a few more minutes, she manages to have yet another orgasm, you both lost count of how many, and finally you spray her with all your cum<br>
<<natasha>>Oh fuck yeah, give me all your cum!<</natasha>><br>
<<video "images/natasha/1pussycumcut.mp4" >><br>
You start cumming all over her pussy.<br>
<<natasha>>Oh fuck yeah, oh my god... give me every last fucking drop<</natasha>><br>
She is in a state of complete ecstasy and exhaustion, she hugs you tightly while still shaking from the uncountable orgasms she had.<br>
A couple minutes later she says:<br>
<<natasha>>I have no words, that was just... unbelievable. I guess we ran out of position to try, but we must do this again, or we could try something else entirely... maybe my butthole? <</natasha>><br>
<<set $natanalunlock to 1>>
<<if $natfuckallachievement is 0 or $natfuckallachievement is undefined >>
<<set $natfuckallachievement to 1>><<sexexp 6>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
/*---------virgin firstfuck check-----------*/
<<if $virginity is 1>> <<set $virginity to ["Natasha"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $natashafucked is 0>>
<b>You fucked Natasha for the first time! <br>This was one of your main goals, and it feels good, she's also a pretty popular girl, so this boosts your popularity by a lot<br>
Your popularity <span style="color: #008000;">increased</span> by 6!</b><br>
<<set $popularity +=6>>
<</if>>
/*-------------xxxxx-------------*/
<<natlove "6">>
<<sexcon "2.8">>
<<conf "6">>
<<sexexp "2">>
<<stress "-15">>
<<lust "-40">>
<<ene "18">>
<<set $dailynatasha to 1>>
<<set $natashafucked +=1>>
<<addmins 5>>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $natashascene eq 4>>
<<if $natashaanalprog eq 0>>
You need to buy the butt plug first!<br>
<<link "To the Mall!" "Outside">><<set $dailynatasha to 0>><</link>><br>
<</if>>
<<if ndef $natashaanalprog >>
<<say "You" $faceimg>>Last time you mentioned something about... trying anal?<</say>><br>
<<natasha>>Oh yeah, but I've got to say I'm a bit scared to try that<</natasha>><br>
<<say "You" $faceimg>>Oh right, you have never done it... Maybe you can train your asshole a bit with a butt-plug first<</say>><br>
<<natasha>>Are you sure that works?<</natasha>><br>
<<if $carolanaled gte 1>>
<<say "You" $faceimg>>Oh yeah, I know for a fact that they do<</say>><br>
You have to resist the temptation to tell her to ask Carol<br><br>
<</if>>
<<natasha>>Really?<</natasha>><br>
<<say "You" $faceimg>>I'll just buy one for you, then you can try it, what do you think?<</say>><br>
<<natasha>>Oh, ok thanks!<</natasha>><br>
<b>You can now buy a butt-plug for Natasha at the Mall</b><br>
<<set $natashaanalprog to 0>>
<<link "To the Mall!" "Outside">><<set $dailynatasha to 0>><</link>><br>
<</if>>
<<if $natashaanalprog eq 1>>
<<say "You" $faceimg>>I have bought that buttplug that I've mentioned for you!<</say>><br>
<<natasha>>Oh wow, let me see!<</natasha>><br>
She basically grabs the packet from your hands and starts ripping the packaging away, you can see that she's getting very excited about this!<br>
<img src="images/natasha/buttplug.png"><br>
<<natasha>>Ahahha, Pink and glittery!<</natasha>><br>
<<say "You" $faceimg>>Do you like it?<</say>><br>
<<natasha>>Who knows. I might end up hiding it somewhere if I don't... or even if I do<</natasha>><br>
You laught at her joke.<br><br>
<<say "You" $faceimg>>Do you want to try it?<</say>><br>
She hesitates for a bit, then says...<br><br>
<<natasha>>Sure, let's try<</natasha>><br>
She lowers her panties and the two of you try putting it inside her butthole, you struggle a lot, as her virgin asshole is really tight.<br>
She asks you to come back tomorrow and promises you that she'll make it fit no matter what.<br>
<<link "Come back tomorrow" "Hallways">><<set $dailynatasha to 1>><<set $natashaanalprog to 2>><</link>>
<</if>>
<<if $natashaanalprog eq 2>>
<<if $natashaanaled eq 0>>
<<say "You" $faceimg>>So, did you manage to make the buttplug fit in the end?<</say>><br>
She looks at you, than lowers her stare to the ground.<br><br>
<<natasha>>I'm sorry.... I lost the buttplug<</natasha>><br>
<<say "You" $faceimg>>Oh come on, seriously Natasha?<</say>><br>
<<natasha>>I can't remember where I put it, I've tried looking everywhere<</natasha>><br>
You stay silent for a few seconds, you can't believe this shit.<br>
<<natasha>>Unless... let me check something<</natasha>><br>
She turns around, to look on a upper shelf, and suddenly.<br>
<<else>>
<<say "You" $faceimg>>Are you also wearing your buttplug today?<</say>><br>
<<natasha>>I can't remember, let me check if I put it here.,.<</natasha>><br>
<</if>>
<<video "images/natasha/natashaanalshowplug.mp4" >><br>
<<natasha>>Oh right, it's here<</natasha>><br>
She lowers her panties and reveals the buttplug, then shakes her ass a bit for you.<br>
<<say "You" $faceimg>>Take it out, and let's replace it with something else<</say>><br>
She takes her buttplug out of her ass, and you quickly replace it with your dick, giving it no time to readjust itself.<br>
<<video "images/natasha/natashaanalinsert.mp4" >>
<<natasha>>Oh fuck... it's bigger than the toy<</natasha>><br>
You fuck her for a while in that position, then she turns around and you lose no time and put it back inside.<br>
<<video "images/natasha/natashaanal2.mp4" >>
<<natasha>>Oh yeah, I feel it going right through me<</natasha>><br>
You fuck her like this for a few more minutes, she manages to reach an orgasm, and you ask her.<br><br>
<<say "You" $faceimg>>Do you want to be on top for a bit?<</say>><br>
She agrees, and mounts on top of you, just to immediately put your dick back inside of her ass.<br>
<<video "images/natasha/natashaanalrevco.mp4" >>
<<natasha>>Oh my god, fuck, now that's going deep...<</natasha>><br>
She rides you in this position for a couple more minutes, until she gets a bit tired, you notice that and push her on the side, to resume pumping your dick inside<br>
<<video "images/natasha/natashaanalshecomes.mp4" >>
She gets to have one last strong orgasm that leaves her shaking, this gets you over the edge, and you finally come. You pull your dick out of her ass and put it immedately in front of her face.<br>
She sticks her tongue out and smiles while you start covering her pretty face and tongue with your warm spunk.<br>
<<video "images/natasha/natashaanalcumswallow.mp4" >>
She ends up swallowing your cum and taking your dick in her mouth, tasting her ass in the process.<br>
<<if $natashaanaledach is 0 or $natashaanaledach is undefined >>
<<set $natashaanaledach to 1>>
<<sexexp 5>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<natlove "3">>
<<sexcon "3">>
<<sexexp "3">>
<<stress "-12">>
<<lust "-40">>
<<addmins 27>>
<<set $natashaanaled +=1>>
<<ene "11">>
<br> <<link "You get dressed and get back to your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<if $infirmary is undefined>><<set $infirmary to 0>><</if>>
<<if $stalkedmelanie is undefined>><<set $stalkedmelanie to 0>><</if>>
Those hints may contain the occasional spoiler, try to use them only if you get stuck in the plot or have no idea what to do.<br><br>
important : hints are not always up to date with the game version, if nothing shows up here, it doesn't mean that there isn't anything to do left <br><br>
<<if $susanprogress is 0>>- You could try and visit Susan's room to progress with her story, you need at least 15 confidence to do that though, if you need to raise your confidence, you could try and go studying with her in the library in the afternoon.<br><</if>>
<<if $roseprogress eq 0 or $roseprogress is undefined>>
- You can check out the cafeteria at dinner time (past 17:00) to meet an interesting woman<br>
<</if>>
<<if $roseprogress gte 1 and $rosefirsttalk eq 0 or $roseprogress gte 1 and $rosefirsttalk is undefined>>
- Raising Rose's love a little bit by listening to her advice while dining in the cafeteria will lead you to new interactions<br>
<</if>>
<<if $natashaprogress is 0>>- You could try visiting the hallways and/or Natasha's room in the hallways<</if>><br>
<<if $natashaprogress is 1>>- You need to come up with a way to deal with Natasha to even meet Carol, try attending Classrooms until you reach at least 12 intelligence<</if>><br>
<<if $natashaprogress eq 2 and $natashamoneytrigger gte $currentday>> Try waiting 2 or 3 days and see if Natasha needs more money (your room)<</if>><br>
<<if $natashaprogress is 3>>- You have unlocked all story options for Natasha, you can only play with her attraction and actions in her room, for this game version, more will come!<br><</if>>
<<if $infirmary is 0 and $stalkedmelanie is 0>><br>
- You can try to understand Melanie better by finding her on Instatok (your room - laptop)<br>
<</if>>
<<if $infirmary is 0 and $stalkedmelanie is 1>><br>
- You should head to Melanie's Room in the early afternoon
<</if>>
<<if $metmspearl is undefined or $metmspearl is 0>>You can meet Ms. pearl attending a math class that ends in the afternoon<br><</if>>
<<if $metmspearl is 1 and $metmspearlpool is 0>>You can meet Ms. Pearl in the pool after lessons<br><</if>>
<<if $metjane eq 0>>- You can always find Jane in the library in the morning<</if>>
<br>Note: Hints section only offer basic hints on where to find girls, check out achievement if you need a better idea of what you can still do in the game!<br>
<br>
<</nobr>>
<<nobr>><<if $mobiletopmenu is 1>><<include "condtopmenu">><</if>>
$codingtext
<<set $codgain to Number(((101- $coding) /100).toFixed(2))>>
<<set $codgrowrate to 0.3+($intelligence/20)>>
<<set $codgaincoding to Number (($codgrowrate*1).toFixed(2))>>
<<set $intgaincoding to Number ((0.2*$intgain).toFixed(2))>>
<<set $codeenergy to 10>>
<<set $codestress to 5>>
<<if $coded isnot 1>><<unset $justcoded>><</if>>
<<if $betterlaptop eq 1>><<set $codeenergy -=2>><<set $codestress -=2>><</if>>
<<if $code100gain eq 3>><<set $codestress -=1>><</if>>
<<if $advancedcoding eq 1>><<set $codeenergy -=1>><<set $codestress -=1>><</if>>
<<if $code1000gain eq 3>><<set $codeenergy -=2>><</if>>
<<if $katxmasach gte 1>><<set $codestress -=1>><</if>>
<<if $coded eq 1 and $energy gte $codeenergy>>
<<if $coding lt 16>>
<<set $codinggain to 0>>
You fail to produce anything useful or valuable with your skills, nobody would pay your work.
<<elseif $coding gte 16 and $coding lt 32>>
<<set $codinggain to Math.floor(Math.random() * 4) + 5>>
You perform some very simple tasks for simple requests, you manage to gain $codinggain $.<br>
<<set $money+=$codinggain>>
<<updatebar>>
<<elseif $coding gte 32 and $coding lt 48>>
<<set $codinggain to Math.floor(Math.random() * 5) + 11>>
You are getting a bit better at this, and you start to get paid slightly more, you gain $codinggain $.<br>
<<set $money+=$codinggain>>
<<updatebar>>
<<elseif $coding gte 48 and $coding lt 64>>
<<set $codinggain to Math.floor(Math.random() *7) + 15>>
You can now finally do some decent work, and you start getting a few more dollars, you gain $codinggain $.<br>
<<set $money+=$codinggain>>
<<updatebar>>
<<elseif $coding gte 64 and $coding lt 80>>
<<set $codinggain to Math.floor(Math.random() * 9) + 17>>
You are getting way better at this, you can do most things now. You start to get a bit more money for your work, you gain $codinggain $.<br>
<<set $money+=$codinggain>>
<<updatebar>>
<<elseif $coding gte 80 and $coding lt 90>>
<<set $codinggain to Math.floor(Math.random() * 14) + 24>>
You are an expert at this now, you can fulfill almost any request, you start to get good money for someone your age, you gain $codinggain $.<br>
<<set $money+=$codinggain>>
<<updatebar>>
<<elseif $coding gte 90>>
<<set $codinggain to Math.floor(Math.random() * 20) + 40 + (($coding - 90)* 15) >>
<<set $codinggain to Number (($codinggain).toFixed(0))>>
You are a hardened professional, you have a lot of reputation, and get real money now, you gain $codinggain $.<br>
<<set $money+=$codinggain>>
<<updatebar>>
<</if>>
<<if $intelligence gte 50>>thanks to your very high intelligence, you manage to learn a lot of new things.<br>
<<elseif $intelligence lt 50 and $intelligence gte 20>> your intelligence helps you to learn a few new things.<br>
<<elseif $intelligence lt 20>>you struggle to learn new things, and you feel like this isn't really your field.<br>
<</if>>
<b>2 Hours have passed.</b><br>
<<int "0.3">>
<<set $justcoded to 1>>
<<cod $codgaincoding>>
<<ene $codeenergy>>
<<set $energy -=$enewid>><<set $enewid to 0>>
<<set $coded to 0>>
<<stress $codestress>>
<<if ndef $codingtotalgains>><<set $codingtotalgains to 0>><</if>>
<<if $codinggain gte 1>><<set $codingtotalgains +=$codinggain>><</if>>
<<elseif $energy lt $codeenergy>>
You are too tired to start coding (need $codeenergy or more energy)
<</if>>
<<if $energy gte $codeenergy>>
<<if ndef $justcoded>>
<<link "Try gaining some money as a developer" "developwork">><br>
<<addhours 2>>
<<set $coded to 1>>
<<set $codingtext to [""]>>
<<updatebar>>
<</link>>
<<elseif $justcoded eq 1>>
<<link "Code some more" "developwork">><br>
<<addhours 2>>
<<set $coded to 1>>
<<set $codingtext to [""]>>
<<updatebar>>
<</link>>
<</if>>
<<else>><</if>>
<</nobr>>
<<link "Back" "Laptop">><!--[[Laptop]]--><</link>>You are in your college dorm room, it's a single room.
You insisted on that back when you were 18, because you didn't really like company, Your parents had to pay a little extra for that.
<<set $faceimg = "images/mc/face" + $faceselect + ".png">>
[img[setup.ImagePath+'roompreview.png']]<br>
You focus on trying to remember:
This was probably your second day in the school. It's early afternoon, as you can easily check from the watch on your phone.
You think you arrived last night and you spent the evening moving in and the morning closed on your room.
You try to concentrate and remember what is planned for you today, but the memory fades away.
<<addmins 30>>
<<nobr>>
<<if $melanielove is undefined>><<set $melanielove to 0>><</if>>
<<if $susanlove is undefined>><<set $susanlove to 0>><</if>>
<<linkreplace "You hear knocking at your door">>
<<melanie>>Are you ready yet?<</melanie>><br>
<<say "You" $faceimg>>Sorry, for what?<</say>><br>
<<melanie>>Oh my god, for the school tour, you idiot, come out <</melanie>><br>
You slowly open the door, a blond girl with an annoyed face and a nice couple of tits appears in front of you.<br><br>
[img[setup.ImagePath+'melanie/doorstand.png']]<br>
You only have a faint memory of her, she looks older than you, probably 3rd or 4th year, you have this feeling that she is an extremely popular girl here.<br><br>
<<melanie>>Shit luck again, you even look like a bigger loser than the last one, move your fat ass, follow me and try to keep up<</melanie>><br>
<<say "You" $faceimg>>Are you sure you want to do this?<</say>><br>
<<melanie>>Of course not, but I need to, so let's try to make this quick and painless<</melanie>><br>
You follow her for a couple of minutes of awkward silence, she walks very fast, probably on purpose.<br> You struggle to keep up, and you start sweating and panting, a few people leer towards the two of you and giggle.<br><br>
<<melanie>>Ok, so... down there is the cafeteria, where you will go to eat... I think that I covered everything you need to know. This concludes the tour<</melanie>><br>
She starts laughing at her own joke, a few people join in the laughter.<br>
<div id="first">
<<link "So... that's it? Thanks, I guess">><<replace"#first">>
<br><<say "You" $faceimg>>So... that's it? Thanks, I guess.<</say>><br>
<<melanie>>Oh, don't mention it, enjoy your stay here<</melanie>><br>
You appear unscathed by her cruelty, you just don't care. You get a few disappointed looks, they expected something different.<br>
<b>Your popularity <span style="color: #008000;">increased</span> by 1<br></b>
<<set $popularity +=1>>
<<set $melanieprogress to 1>>
<<link "You start walking back to your room" "day1-2">><!--[[day1-2]]--><</link>><br>
<</replace>><</link>>
<br>
<<if $confidence gte 15>>
<<link"(15conf) Well, fuck you, you useless bitch">><<replace "#first">><br>
<<say "You" $faceimg>>Well, fuck you, you useless bitch, who do you think you are?<</say>><br>
<<melanie>>How dare you? You fat stupid freshman, I could get you beaten up for that<</melanie>><br>
She walks away pissed and leaves you there, a few people staring at you.<br>
That was a unpleasant but at least you stood up to Melanie, people are impressed.<br>
<b>Your popularity <span style="color: #008000;">increased</span> by 2</b><br>
<<mellove "-5">>
(hint: it's not a big deal, popularity is important)<br>
<<set $melanieprogress to 101>>
<<conf "3">>
<<set $popularity +=2>>
<<link "You start walking back to your room" "day1-2">><!--[[day1-2]]--><</link>>
<</replace>><</link>>
<</if>>
<br>
<<link "I will complain that you didn't even give me a real tour">> <<replace "#first">><br>
<<say "You" $faceimg>>I will complain that you didn't even give me a real tour<</say>><br>
<<melanie>>Snitching already? You've got to be the biggest loser to ever walk in here, maybe I should get someone to teach you a lesson<</melanie>><br>
People look at you in disgust, not only you got publicly humiliated, but you even threatened to snitch, that was a really bad start.<br>
<b>Your popularity decreased by 1<br></b>
<<mellove "-5">>
<<set $popularity -=1>>
<<set $melanieprogress to 201>>
<<link "You start walking back to your room" "day1-2">><!--[[day1-2]]--><</link>>
<</replace>><</link>>
</div>
<</linkreplace>>
<</nobr>>You start walking back to your room, when a girl about your age approaches you.<br>
[img[setup.ImagePath+'susan/corridorglasses.png']]
<br>
<<nobr>>
<<addmins 90>>
<<if $melanieprogress is 1>>
<<susan>>Hey, I'm Susan, nice to meet you<</susan>><br>
<<say "You" $faceimg>>Huh... hi?<</say>><br>
<<susan>>She's just a bitch, don't take that too personally, she likes to pick on new students, she did something similar with me<</susan>><br>
<<suslove "1">>
<</if>>
<<if $susanlove is undefined>><<set $susanlove to 0>><</if>>
<<if $melanieprogress is 101>>
<<susan>>Ahahah, you really showed her, well done<</susan>><br>
<<say "You" $faceimg>>Oh, hi, do I know you?<</say>><br>
<<susan>>No, you don't, but I really wanted to say that I loved watching that<</susan>><br>
<<suslove "1">>
<</if>>
<<if $melanieprogress is 201>>
<<susan>>Hey, that was painful to watch,<</susan>><br>
<<say "You" $faceimg>>Huh... who are you?<</say>><br>
<<susan>>I'm Susan, and I'm on your side, she did that to me aswell, but don't threaten that kind of stuff, you're only going to get everybody to shun you.<</susan>><br>
<<say "You" $faceimg>>You're right, I just didn't know what to say.,.<</say>><br>
<</if>>
<<susan>>Anyway, I think I can give you a quick tour of the school if you want. I don't know everything yet, but I got here a day earlier and it's pretty simple anyway.<</susan>><</nobr>>
<div id="first"><<if $charisma gte 10>><<link "(10 cha) Oh, thank you Susan, you're really sweet">><<replace "#first">><<nobr>>
<<say "You" $faceimg>>Oh, thank you Susan, you're really sweet and I'd love that<</say>><br>
Susan blushes, you can see that she isn't really used to compliments.<br>
<<suslove "2">>
<<susan>>Ok then, follow me<</susan>><br>
In the next 30 minutes, Susan guides you around the school, she shows you where the classrooms are, the gym, the pool, where the various hallways lead, and also casually lets you know where HER ROOM is.<br>
<<if $intelligence gte 10>> <b>(Intelligence skill check: Success)</b> You suspect that she might be into you, by the odd way she stopped to conveniently show you where your room is.<</if>><br>
<<susan>>Ok, that's everything I know so far, I hope it was useful<</susan>><br>
<<say "You" $faceimg>>It definitely was, thanks for your help!<</say>><br>
<<susan>>No problem, see you around then!<</susan>><br>
She starts to walk away, she left you close to your room, it sure was nice to find a helpful girl in this hostile place.<br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</nobr>><</replace>><</link>><</if>><<nobr>>
<</nobr>><br><<link "Sure, I'd like that">><<replace "#first">>
<<nobr>>
<<say "You" $faceimg>>Sure, I'd like that<</say>><br>
<<susan>>Ok then, follow me<</susan>><br>
In the next 30 minutes, Susan guides you around the school, she shows you where the classrooms are, the gym, the pool, where the various hallways lead, and also casually lets you know where HER ROOM is.<br>
<<if $intelligence gte 10>> <b>(Successful check: 10 intelligence)</b> You suspect that she might be into you, by the odd way she stopped to conveniently show you where your room is.<</if>><br>
<<susan>>Ok, that's everything I know so far, I hope it was useful<</susan>><br>
<<say "You" $faceimg>>It definitely was, thanks for your help!<</say>><br>
<<susan>>No problem, see you around then!<</susan>><br>
She starts to walk away, she left you close to your room, it sure was nice to find a helpful girl in this hostile place.<br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</nobr>>
<</replace>><</link>><<nobr>><br>
<</nobr>><<link "Is this another trick??">><<replace "#first">><br>
<<nobr>>
<<say "You" $faceimg>>Is this another trick??<</say>><br>
Susan's smile dies on her face, she looks at the ground, taken aback by your rude response.<br>
<<suslove "-1">>
<<susan>> N..No... I just wanted to be nice to you<</susan>><br>
You realize that you have just been a moron and try to make up for it.<br><br>
<<say "You" $faceimg>>Oh, sorry, I'm just really on edge, if you are serious, I'd be glad to<</say>><br>
<<susan>>Ok then, follow me<</susan>><br>
In the next 30 minutes, Susan guides you around the school, she shows you where the classrooms are, the gym, the pool, where the various hallways lead, and also casually lets you know where HER ROOM is.<br>
<<if $intelligence gte 10>><b> (10 int)</b> You suspect that she might be into you, by the odd way she stopped to conveniently show you where your room is.
<</if>><br>
<<susan>>Ok, that's everything I know so far, I hope it was useful<</susan>><br>
<<say "You" $faceimg>>It definitely was, thanks for your help!<</say>><br>
<<susan>>No problem, see you around then!<</susan>><br>
She starts to walk away, she left you close to your room, it sure was nice to find a helpful girl in this hostile place.<br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</nobr>><</replace>><</link>><<nobr>>
<<if $confidence gte 70 and $melanieprogress is 101 >>
<br><<link "(70 conf) Let her give you the tour, then try to fuck her">><<replace "#first">><br>
In the next 30 minutes, Susan guides you around the school, she shows you where the classrooms are, the gym, the pool, where the various hallways lead, and also casually lets you know where HER ROOM is.<br>
You are not dumb, and you know that she casually mentioning her room is something you can use.<br>
<<say "You" $faceimg>>Do you think I can see your room?<</say>><br>
<<susan>>Oh, you want to see my room? Why?<</susan>><br>
<<say "You" $faceimg>>You know why, Susan, because you were so nice to me, and I wanted to thank you properly<</say>><br>
<<susan>>Ahahah, you're a bold one, aren't you?<</susan>><br>
<<say "You" $faceimg>>Who knows, can we head inside?<</say>><br>
<<susan>>Wow, you're serious... Ok, I'll give you a tour of my room as well<</susan>><br>
Susan leads the way, and you both enter her room.<br><br>
<<say "You" $faceimg>>Well, you have a pretty nice room<</say>><br>
<<susan>>Ahah, thanks<</susan>><br>
<<say "You" $faceimg>>You liked how I put Melanie in her place, right?<</say>><br>
<<susan>>I'm not gonna lie, that was pretty good<</susan>><br>
<<say "You" $faceimg>>I saw how you looked at me for the last half hour, Susan, let's cut to the chase...<</say>><br>
<<susan>>Wh.. .what do you mean?<</susan>><br>
You get close to her, and put a hand on her panties, you can feel the moisture even from outside.<br><br>
<<susan>>Oh... what are you doing?<</susan>><br>
<<say "You" $faceimg>>I know this is what you want<</say>><br>
Susan is trying to hide her excitement a bit, she's obviously into you, but she met you less than 30 minutes ago after all, this feels insane even to you.<br><br>
<<susan>>Oh god...<</susan>><br>
You start circling your hand, and you move her panties slightly to the side, starting to caress her bare pussy.<br><br>
<<say "You" $faceimg>>Do you want me to stop?<</say>><br>
<<susan>>Well, no... but... oh god<</susan>><br>
It's time to up the stakes, while you're touching her, you slip your dick out.<br>
You are taking a big risk, and you kind of expect her to freak out at this point.<br>
But as soon as you get it close to her mouth, she just takes it, and starts sucking you off. <br>
<<video "images/susan/presusblowstart.mp4" >>
You are taken aback a bit by this, and freeze in disbelief that she's so easily down for it.<br>
You then resume to touch her, until she has an orgasm.<br>
After that, she just decides to go all in.<br><br>
<<susan>>I can't believe I'm gonna say this... but please just fuck me<</susan>><br>
You decide not to waste time, before she changes her mind, and quickly reposition yourself.<br>
She's extremely wet, she probably liked being treated like this.<br>
<<video "images/susan/presusfuck1.mp4" >>
In fact your dick slips in easily, and you can start fucking her right away.<br>
<<susan>>Oh yes... fuck yes!<</susan>><br>
You fuck her like that for a while, then she turns around, saying:<br><br>
<<susan>>I want you to take me from behind<</susan>><br>
<<video "images/susan/presusfuck2.mp4" >>
This definitely escalated quickly, you ram your dick back inside and resume fucking her in this new position.<br>
<<video "images/susan/presusfuck2bis.mp4" >>
You start to ramp up the speed again, and she enjoys that so much that she has another orgasm.<br>
You turn her around again.<br>
<<video "images/susan/presusfuckfinal.mp4" >>
As soon as you put your dick back inside she starts moaning right away, she must be extremely sensitive and horny at this point, judging by how she's having multiple orgasms one after the other.<br>
After several minutes of this absolute crazyness, you are about to come yourself, and you warn her about it.<br>
She just answers:<br><br>
<<susan>>Oh yeah, come all over me!<</susan>><br>
<<video "images/susan/presusfuckcum.mp4" >>
You pull out and spray your cum on her mouth, on her shoulder, neck... everywhere.<br>
She scoops some of it up and tastes it, still delirious with lust.<br>
<<susan>>Oh my god, what the hell did just happen?<</susan>><br>
You don't know, but you're certainly happy about it.<br>
<<if $susanoralachievement is 0 or $susanoralachievement is undefined >>
<<set $susanoralachievement to 1>><<set $maximumdays +=1>>
<<set $maxdayscalc +=1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<if $susanpreoralach is 0 or $susanpreoralach is undefined >>
<<set $susanpreoralach to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<<cha 3>>
<</if>>
<<if $virginity is 1 or $virginity is "Yes">>
<<if $susanvirginachievement is 0 or $susanvirginachievement is undefined >>
<<set $susanvirginachievement to 1>><<conf 5>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<</if>>
<<if $susanfuckachievement is 0 or $susanfuckachievement is undefined >>
<<set $susanfuckachievement to 1>><<sexcon 3>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<if $susanprefuckach is 0 or $susanprefuckach is undefined >>
<<set $susanprefuckach to 1>><<sexexp 4>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
/* virgin and firstfuck check susan */
<<if $virginity is 1 or $virginity is "Yes">> <<set $virginity to ["Susan"]>><br>
You lost your virginity to $virginity !
<</if>>
<<if $susanfucked is 0>>
<b>You fucked Susan for the first time! She might not be a popular girl, but she won't deny it, and it's still an achievement!<br>
Your popularity <span style="color: #008000;">increased</span> by 3!<br></b>
<<set $popularity +=3>>
<</if>>
/*virginfirstfucksusan */
<<set $fuckingsusan to 0>>
<<set $susanfucked +=1>>
<<set $susanfirstfucked to 1>>
<<set $susanprogress to 1>>
<<set $susantransform to 2>>
<<set $dailysusan to 1>>
<<sexexp "1">>
<<conf "3">>
<<lust "-40">>
<<suslove "20">>
<<sexcon "2.5">>
<<stress "-8">>
<<ene "8">>
<<addmins 18>>
<br> <<link "You both get dressed, talk for a bit, then she goes back to her room" "Room">><<addmins 15>><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</replace>><</link>><</if>>
<<set $dailysusan to 1>>
<</nobr>>
</div><<nobr>>
<<if $susankissed is undefined>> <<set $susankissed to 0>><</if>>
<<if $susanfucked is undefined>> <<set $susanfucked to 0>><</if>>
<<if $susananaled is undefined>> <<set $susananaled to 0>><</if>>
<<if $stalkedsusan is 1>>
You can't believe your eyes, Susan really seems to be a different girl than most, she might not be as attractive and she might be kind of an outcast, but she's sweet.<br>
She definitely seems to be very insecure about herself and her appearance, you probably can exploit that to your advantage, or simply help her by giving her some love. <br> She values affection, humour and intelligence above anything else.
<<else>>
You don't know much about Susan. <br>
You met her the first day that you came back here, you know where her room is and that she seems like a nice girl.<br>
You should probably investigate on her by checking her social media (your rooom - laptop) if you want to have a few more informations about her.
<</if>>
<br>
<<if $susantransform is 2 and $stalkedsusan eq 1>>
[img[setup.ImagePath+'susan/instatok2.png']]
<<elseif $stalkedsusan eq 1>>
[img[setup.ImagePath+'susan/instatok1.png']]
<<elseif $susantransform eq 2>>
[img[setup.ImagePath+'susan/face2.png']]
<<else>>
[img[setup.ImagePath+'susan/face.png']]
<</if>>
<</nobr>>
Susan's Love : $susanlove
Susan activity count: ( Kissed = $susankissed , Fucked = $susanfucked , Assfucked = $susananaled)
<br>
<<if $susananaled gte 1>><span style="color: #6A5ACD;">You have taken her anal virginity<br></span><</if>>
<<nobr>>
<<if $stalkedsusan is 1>>
Susan's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br>
Love : 300% - Susan is extremely insecure and craves love, approval and affection, she would do anything for that. (<<print (($susanlove* 3).toFixed(1))>>)<br>
Charisma: 70% - Susan loves a charismatic person that can make her laugh. (<<print (($charisma* 0.7).toFixed(1))>>)<br>
Intelligence: 50% - Susan appreciates intelligence more than the average girl does. (<<print (($intelligence* 0.5).toFixed(1))>>)<br>
Sexual Experience: 50% - Susan isn't very experienced, and would love to meet someone that compensates that. (<<print (($sexexp * 0.5).toFixed(1))>>)<br>
Confidence: 40% - Susan thinks a boyfriend should be at least a bit confident. (<<print (($confidence* 0.4).toFixed(1))>>)<br>
Unlike most girls, she doesn't seem to care about physical apperance or popularity at all.<br>
<<set $susanattraction to (($susanlove*3+$charisma*0.7+$sexexp*0.5+$intelligence*0.5+$confidence*0.4).toFixed(1))>><br>
Susan's attraction for you is $susanattraction <br>
<</if>>
<</nobr>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>>
<<nobr>>
<<if $melaniekissed is undefined>><<set $melaniekissed to 0>><</if>>
<<if $melaniefucked is undefined>><<set $melaniedfucked to 0>><</if>>
<<if $melanieanaled is undefined>> <<set $melanieanaled to 0>><</if>>
<<if $stalkedmelanie is 1>>
Melanie is a popular girl, or at least that's what she's trying hard to be, she's attending 4th year and is 22years old.<br>
It's definitely not an easy girl to get in bed with,<br>
Rumor has it that she would only sleep with the most popular guys and has a reputation to defend.<br>
You met her on your first day here and it was a terrible experience, you count the days until you can get your revenge.<br>
Through a series of videos that she posted on her social networks, you determined without any doubt where her room is.<br>
<<else>>
Everything you know about Melanie is that she's the bitch that humiliated you the first day you were here, maybe you could gather more information about her on Instatok.
<</if>>
<<if $stalkedmelanie is 1>>
<br>[img[setup.ImagePath+'melanie/instatok.png']]<br>
Age: 22<br>
<<else>>
<br>[img[setup.ImagePath+'melanie/face.png']]<br>
<</if>>
<</nobr>>
Melanie's Love : $melanielove
Melanie activity count: ( Kissed = $melaniekissed , Fucked = $melaniefucked , Assfucked = $melanieanaled )
<<if $melaniefucked gte 1>><span style="color: #6A5ACD;">You have taken her virginity<br></span><</if>>
<br>
<<nobr>>
<<if $stalkedmelanie is 1>>
Melanie's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br>
Love : 150% - Melanie is more affected from love than she would care to admit or let people know, under a hard bitch shell, she has some soft spots. (<<print (($melanielove*1.5).toFixed(1))>>)<br>
Popularity: 180% - Melanie cares about popularity above anything else, She might choose to spend time with someone based exclusively on that (<<print (($popularity*1.8).toFixed(1))>>)<br>
Confidence: 50% - She believes that being confident is important, otherwise that would mean that you are a loser, she would say, as is expected of her(<<print (($confidence*0.5).toFixed(1))>>)<br>
Sexual Control: 40% - Melanie seems to care that his partner lasts long in bed, because all girls value that, and she tends to follow the popular opinion(<<print (($sexcontrol* 0.4).toFixed(1))>>)<br>
Physical attractiveness : 30% - Melanie says that she gives a lot of importance to physical attractiveness, but is that actually true? (<<print (($physattr*0.3).toFixed(1))>>)<br>
Strength : 20% - She does however give a bit more importance to the actual muscles and strength (<<print (($strength*0.2).toFixed(1))>>)<br>
She doesn't bother herself with things like intelligence, culture, or even someone's charisma<br>
<<set $melanieattraction to (($melanielove*1.5+$popularity*1.8+$confidence*0.5+$sexcontrol*0.4+$physattr*0.3+$strength*0.2).toFixed(1))>><br>
Melanie's attraction for you is $melanieattraction <br>
<</if>>
<</nobr>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>>
<<nobr>>
<<include "calc">>
<div id="multi">
<<set $susanscene to -1>>
<<if $susananaled is undefined>><<set $susananaled to 0>><</if>>
<<if $susanlove is undefined>><<set $susanlove to 0>><</if>>
<<if $susanlesb is undefined>><<set $susanlesb to 0>><</if>>
<<if $susanprogress is undefined>> <<set $susanprogress to 0>> <</if>>
<<if $susantransform is undefined>> <<set $susantransform to 0>> <</if>>
<div id="multi">
<<if $susantransform is 2>>
You knock on Susan's door, a few seconds later your hear her steps rapidly getting closer to the door, and the door opens<br>
[img[setup.ImagePath+'susan/face2.png']]<br>
<<if $susantransformtalk is 1>>
<<if $susanfirstfucked eq 1>>
Susan is overjoyed to see you, she hugs you tightly as soon as you step inside<br>
Hey, honey, what do you want to do today?<br>
<<set $susanattraction to (($susanlove*3+$charisma*0.7+$sexexp*0.5+$intelligence*0.5+$confidence*0.4).toFixed(0))>>
Susan's attraction for you is $susanattraction <br>
<<if $susanfucked gte 1>>
<<link "Can we have sex again?" "susancouch2">><<set $fuckingsusan to 1>><<set $dailysusan to 1>><</link>> <br>
<</if>>
<<if $susanfucked eq 0>>
<<link "Can we try to have sex?" "susancouch2">><<set $fuckingsusan to 1>><<set $dailysusan to 1>><</link>> <br>
<</if>>
/*---------------------oral---------------------*/
<<link "Can you just suck my dick today?" "susancouch2">><<set $susanscene to 4>><<set $dailysusan to 1>><</link>> <br>
/*---------------------xxxx---------------------*/
/*---------------------anal---------------------*/
<<link "<<if $susananaled is 0>>Do you ever think about anal sex?<<else>>Do you want to do anal again?<</if>>">><<replace "#multi">>
<br>
<<if $susanattraction gte 175>>
<<if $susananaled is 0>>
<<susan2>>I mean, if you really know what you are doing, I guess that we can try?<</susan2>>
<<else>><<susan2>>"Sure, everything you want, my love"<</susan2>><</if>>
<br><<link "Great, let's try" "susancouch2">><<set $susanscene to 5>><<set $dailysusan to 1>><</link>>
<</if>> <br>
<<if $susanattraction lte 174.99>>
<<susan2>>Yeah, it's something that I definitely want to try once we get more comfortable with each other, maybe let's stick to simpler things for now?<br>
<</susan2>>
<<link "Select something else" "susanroom">><</link>><br>
<</if>>
<</replace>><</link>>
<</if>>
/*----------------------xxxx--------------------*/
/*---------------------Threesome---------------------*/
<<if $susanattraction gte 205 and $susanlesb eq 0>>
<br>
<<link "She seems to have something on her mind">><<replace "#multi">>
<<susan2>>I wanted to talk to you about something...
<</susan2>><br>
<<say "You" $faceimg>>Hm... should I get worried?<</say>><br>
<<susan2>>No, no... I mean, maybe?
<</susan2>><br>
<<say "You" $faceimg>>Come on, say what you are thinking<</say>><br>
<<susan2>>Ok, it's a little embarassing to admit<</susan2>><br>
<<if $charisma gte 33>>
<b>(Charisma skill check: Success)</b><br>
<<say "You" $faceimg>>Whatever this is, Susan, I'm here to listen to you, don't be afraid.<</say>><br>
<<susan2>>Well, ok... please don't judge me but, before meeting you, I was more into girls than boys<</susan2>><br>
She then becomes really red and lowers her face in embarassment.<br>
<<say "You" $faceimg>>Oh, really?<</say>><br>
<<susan2>>Yes...<</susan2>><br>
She pauses a bit, but you choose not to pressure her, she then resumes talking<br><br>
<<susan2>>But you were different from the other boys, and you captured my heart, I feel like you made me change as well<</susan2>><br>
<<say "You" $faceimg>>In... what way?<</say>><br>
<<susan2>>Well, you made me more get comfortable with my sexuality, but the thing is... you have changed as well.<</susan2>><br>
Oh boy...<br><br>
<<say "You" $faceimg>>Ok, Susan... where are you heading with this?<</say>><br>
<<susan2>>No wait, I still love you, the part of me that changed, loves you, but I feel that you've become more of a man than you were before!<</susan2>><br>
<<say "You" $faceimg>>And... that's bad?<</say>><br>
<<susan2>>Wait, no, it's not bad at all, but sometimes I feel like I'm missing... well... girls...<</susan2>><br>
<<say "You" $faceimg>>Wait, I just realized... was I your first?<</say>><br>
<<susan2>>I feel embarassed again now, I've been with some girls before, but, yes, you were the first one I've got into bed with.<</susan2>><br>
<<say "You" $faceimg>>Why didn't you tell me? I didn't even notice... We could have made it more special<</say>><br>
<<susan2>>It was special, for me, and you didn't notice because, well... the things I've done with girls before, went, ehm... far.<</susan2>><br>
You give a heartly laugh about that, relieving some of the tension betweeen you.<br>
<<say "You" $faceimg>>So, you say that you are missing girls?<</say>><br>
<<susan2>>Yes... In a way, sometimes I feel the urge to seduce other girls, but I stop myself from that, for you<</susan2>><br>
<div id="3choice">
<<link "Well, we could do that together, if you want. (Threesomes with girls)">><<replace "#3choice">>
<<if $susanthreesomereadyach is 0 or $susanthreesomereadyach is undefined >>
<<set $susanthreesomereadyach to 1>><<sexexp 3>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<say "You" $faceimg>>Well, we could do that together, if you want.<</say>><br>
<<set $susanlesb to 1>>
<<susan2>>What?... What do you mean?<</susan2>><br>
<<say "You" $faceimg>>It's just an idea... we could find a girl we both like and...<</say>><br>
<<susan2>>Do you have someone in mind?<</susan2>><br>
It doesn't take a genius to realize that it would be a very bad idea to come up with a name straight away.<br><br>
<<say "You" $faceimg>>No, of course I don't, but we could start looking for someone.<</say>><br>
<<susan2>>And it wouldn't bother you?<</susan2>><br>
<<say "You" $faceimg>>Having sex with two girls at once? You really didn't have much experience with guys, did you?<</say>><br>
<<susan2>>Hey, I'm being serious, that would be just a sex thing, right?<</susan2>><br>
<<say "You" $faceimg>>Of course<</say>><br>
<<susan2>>It's settled then, let me know when you have a candidate<</susan2>><br>
Susan looks overjoyed and excited about the idea, you can't believe how lucky you are, now you just need to find someone!<br><br>
<<addmins 4>>
<<susan2>>All this talk of sex got me so horny... please come here and fuck me<</susan2>>
<<link "Sate her desire for dick" "susancouch2">><!--[[susancouch]]-->
<<set $dailysusan to 1>>
<<set $fuckingsusan to 1>><</link>>
<</replace>><</link>>
<br>
<<link"You should only be thinking about me. (Deny threesomes)">><<replace "#3choice">>
<<say "You" $faceimg>>You should only be thinking about me, Susan<</say>><br>
<<set $susanlesb to -10>>
She stops thinking from a while, then comes to a decision.<br>
<<susan2>>You are right, it was silly of me, the past is the past, and if you want me, I choose you, things have changed a bit, but it's only natural for a relationship to evolve<</susan2>><br>
<<say "You" $faceimg>>Thank you, I'm glad you understand<</say>><br>
<<susan2>>I do, I will be yours and yours only, thank you for letting me talk about it, that helped me clear my mind.<</susan2>><br>
<<set $susanlove to 100>>
<b>Susan's love for you has been increased to 100<br>
Susan has chosen to be yours only, you won't be able to include her in threesomes.</b><br>
<<susan2>>I hope this doesn't sound wrong now... but can we make love?<</susan2>><br>
<<link "Fuck her once more" "susancouch2">><!--[[susancouch]]-->
<<set $dailysusan to 1>>
<<set $fuckingsusan to 1>><</link>>
<<if $susanyoursonlyach is 0 or $susanyoursonlyach is undefined >>
<<set $susanyoursonlyach to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<</replace>><</link>>
</div>
<<else>>
<b>(Charisma skill check: Fail)</b><br>
<<say "You" $faceimg>>Come on Susan, just say it!<</say>><br>
Susan seems to hesitate for a bit, she seems to be a bit stuck, then she blurts out<br>
<<susan2>>Well, ok... I failed an exam, I think I lost a little focus lately<</susan2>><br>
<<if $intelligence > 30>>
<b>(Intelligence skill check: Success)</b><br>
You feel that this is not at all what she wanted to talk you about, and that she felt pressured and hijacked the conversation entirely, You should try being a bit more tactful. (raise your charisma)<br>
<<else>>
<br>
<b>(Intelligence skill check: Fail)</b><br>
Is this really what she wanted to talk about? Meh, whatever.<br>
Anyway, it's up to you to console her, maybe some sex will cheer her up!<br>
<</if>>
Anyway, there's nothing else you can say, and she did bring up the exam thing, so it's up to you to console her, maybe some sex will cheer her up!<br>
<</if>>
<<if $charisma < 42>><<link "Select something else" "susanroom">><</link>><</if>>
<</replace>><</link>>
<<elseif $susanattraction gte 204 and $susanlesb gte 1>>
<br>
<<link "About threesomes...">><<replace "#multi">>
<<say "You" $faceimg>>About the deal we had, on looking for girls...<</say>><br>
<<susan2>>Yeah? You found someone?<</susan2>><br><br>
/*--------------3carol----------------*/
<<if $suscar eq 1>>
<<link "Carol">><<replace "#multi">>
<<say "You" $faceimg>>I found someone that would be willing to participate<</say>><br>
<<susan2>>Oh, Really? Who is it?<</susan2>><br>
<<say "You" $faceimg>>Carol, the tall brunette from 2nd year<</say>><br>
<<susan2>>Wow, really? How did you manage that?<</susan2>><br>
<<say "You" $faceimg>>Hehe, Maybe she really likes you<</say>><br>
<<susan2>>Or maybe she really likes... you...<</susan2>><br>
She seems to sadden up a bit while she realizes that<br><br>
<<say "You" $faceimg>>Let's just assume that she likes us both, if she accepted to do this, ok?<</say>><br>
<<susan2>>I guess you're right, how would we proceed, than?<</susan2>><br>
<<say "You" $faceimg>>I guess I can try giving her a call<</say>><br>
You take your phone in hand and call Carol, she answers after a few rings.<br>
<<say "You" $faceimg>>Hey Carol, is this a good time? for that thing we talked about?<</say>><br>
<<susan2>>Oh god...<</susan2>><br>
<<say "You" $faceimg>>Yeah, it's the room... no, the one next to it, on the right.<</say>><br>
<<say "You" $faceimg>>That's fine, we'll wait for you<</say>><br>
You hang up.<br>
<<say "You" $faceimg>>Ok, it's done, she'll be here in 20 minutes<</say>><br>
<br>
You wait for the next 20 minutes, the two of you make out a bit, and you touch Susan's body everywhere but you don't undress her, you don't want to push things too far before Carol arrives. <br>
By the time that happens, Susan has reached a state of extreme arousal.<br>
<<link "You hear knocking at the door" "suscar">><</link>>
<<addmins 22>>
<</replace>><</link>><</if>>
<<if $suscar eq 2>>
<<link "Nobody new, but how about calling Carol again?">><<replace "#multi">>
<<say "You" $faceimg>>Nobody new, but how about calling Carol again?<</say>><br>
<<susan2>>Sounds great! It's been awesome last time<</susan2>><br>
<<say "You" $faceimg>>Ok, let's try!<</say>><br>
You get your phone and call, you're in luck, Carol is free, and can be there in 10 minutes!<br>
You and Susan pass some time waiting together, until <<link "You hear knocking at the door" "suscar">><</link>>
<<addmins 12>>
<</replace>><</link>><</if>>
<br>
<<if $roselesb eq 1>>
<<link "Rose">><<replace "#multi">>
<<if ndef $susrose or $susrose eq 0>>
<<say "You" $faceimg>>What do you think about Rose?<</say>><br>
<<susan2>>Sorry, doesn't ring a bell, what year is she?<</susan2>><br>
<<say "You" $faceimg>>Ehm, no. it's the lady in the cafeteria<</say>><br>
<<susan2>>What? You're joking, right?<</susan2>><br>
<<say "You" $faceimg>>You don't like her?<</say>><br>
<<susan2>>She's super hot and way older, there's no way she'll agree to something like this<</susan2>><br>
<<say "You" $faceimg>>She did, though<</say>><br>
Susan looks at you in disbelief.<br><br>
<<susan2>>Seriously?<</susan2>><br>
<<say "You" $faceimg>>Yeah, she would be up for it, what do you say?<</say>><br>
<<susan2>>I won't believe you until she walks past that door<</susan2>><br>
Seems like it's about time to prove her wrong.<br>
<<say "You" $faceimg>>Let me text her<</say>><br>
You send a few texts to Rose.<br>
<<say "Text Message to Rose" $faceimg>>Hey Rose, I found a girl that would be willing to do that thing we discussed, are you up for that?<</say>><br>
A few minutes later, Rose answers:<br><br>
<<rose>>Wow, it's really happening then? Can you give me 20-30 minutes?<</rose>><br>
<<say "Text Message to Rose" $faceimg>>Sure, I'll send you the location of the room, just one thing, please don't mention to her that we already had sex if you can, I don't want her to get too jealous<</say>><br>
<<rose>>Ahaha, you've been hiding some stuff from me didn't you? You're lucky that I don't mind<</rose>><br>
You text her the location of the room.<br><br>
<<addmins 27>>
You and susan wait for about 25 more minutes. <br><br>
<<susan2>>I should have known this was a prank, you almost got me, though!<</susan2>><br>
Your cell phone rings, Rose is calling you.<br>
You answer, she speaks in a very low tone of voice.<br><br>
<<say "You" $faceimg>>Rose?<</say>><br>
<<rose>>I'm outside, don't make me knock...<</rose>><br>
<<susan2>>Who is it?<</susan2>><br>
<<say "You" $faceimg>>Open the door, Susan<</say>><br>
She looks at you skeptically again, but does as asked.<br><br>
<<link "Rose steps into the room" "susrose">><</link>>
<<else>>
<<say "You" $faceimg>>What do you think about calling rose again?<</say>><br>
<<susan2>>Oh yeah, last time was so hot!<</susan2>><br>
She agreed easily, now you only need to message Rose again and check if she's available for it.<br>
Unsurprisingly, she is. and she will be there in 20minutes.<br>
<<addmins 22>>
You and Susan spend the time chatting, 20 minutes later...<br>
<<link "Rose arrives" "susrose">><</link>>
<</if>>
<</replace>><</link>>
<</if>>
<br>
/*--------------end-------------*/
<<linkreplace "Maybe you could look for someone as well?">>
This is a work in progress, and will be available in future versions
<</linkreplace>><br>
<<link "Ehm... nevermind" "susanroom">><</link>><br>
<</replace>><</link>>
<</if>>
/*----------------------xxxx--------------------*/
/*-----2ndattempt-----*/<<if $susanfirstfucked eq 0>>
<br>
<<susan2>>Oh... you're back?<</susan2>><br>
<<say "You" $faceimg>>Well, of course!<</say>><br>
<<susan2>>I didn't think you'de be back<</susan2>><br>
<<say "You" $faceimg>>Why the hell not? Of course I am<</say>><br>
<<susan2>>Well, after yesterday...<</susan2>><br>
<<say "You" $faceimg>>Well, you just asked me to leave...<</say>><br>
<<susan2>>And you left...<</susan2>><br>
<<say "You" $faceimg>>Well, I came back, though.<</say>><br>
You clearly aren't very good at talking yourself out of those situations <br><br>
<<susan2>>I see... come sit here then<</susan2>><br>
You go sit next to her on the couch and after a while, the two of you just hug for a while. She seems to relax and slowly gets her smile back.<br>
<<suslove "5">>
<<link "Then..." "susancouch2">><!--[[susancouch]]--><</link>>
<<set $dailysusan to 1>>
<</if>>
<</if>>
<<if $susantransformtalk is undefined or $susantransformtalk is 0>>
<<set $susantransformtalk to 1>>
You almost fail to recognize her, she is without glasses and has a completely new look.
<<say "You" $faceimg>>Susan??<</say>><br>
<<susan2>>Heyyy, do you think I look better now?<</susan2>><br>
<<say "You" $faceimg>>You look gorgeous! What did you do?<</say>><br>
<<susan2>>Well, I figured you would like me more this way, I started using contacts and got a new haircut<</susan2>><br>
<<say "You" $faceimg>>It all looks great, but I did already like you, Susan<</say>><br>
<<susan2>>Hm... are you sure?<</susan2>><br>
<<say "You" $faceimg>>Of course I am, why would you ask that?<</say>><br>
<<if $susanfucked gte 1>>
<<susan2>>Hm... I don't know, maybe I shouldn't have done that<</susan2>><br>
Susan pauses for a moment...<br>
<<susan2>>Oh god, did you like me better before?<</susan2>><br>
<<say "You" $faceimg>>No Susan, you look nice either way<</say>><br>
You realize that it's probably better if you just show here, so you decide to get close to her <<link "and..." "susancouch2">><<set $dailysusan to 1>> <<set $fuckingsusan to 1>>
<</link>>
<<else>>
<<susan2>>Well, the last time... we were about to... and... well, you just stopped<</susan2>><br>
Oh crap.<br>
<<if $charisma gte 25>>
<b>(Successful check: charisma 25)</b>
<<say "You" $faceimg>>Oh god Susan, how could you think something like that? I just didn't want to pressure you to stuff that maybe you weren't ready for, but if you feel like you are, we can do that anytime.<</say>><br>
<<susan2>>Really?<</susan2>><br>
<<say "You" $faceimg>>Of course...can I come there and give you a hug?<</say>><br>
<<susan2>>Sure...<</susan2>><br>
You go sit next to her on the couch and you just hug her for a while. She seems to relax and get her smile back.<br>
<b>Susan's love for you <span style="color: #008000;">increased</span> by 2</b><br>
<<set $susanlove+=2>>
<<link "Then..." "susancouch2">><!--[[susancouch]]-->
<<set $dailysusan to 1>> <<set $fuckingsusan to 1>>
<</link>>
<<else>>
<b>(Failed check: Charisma)</b><br>
<<say "You" $faceimg>>I'm sorry Susan, I swear that I wanted to, but I felt like maybe we were going too fast?<</say>><br>
<<susan2>>Oh, I see, yeah, maybe we are<</susan2>><br>
<<if $confidence gte 35>>
<<say "You" $faceimg>><b>(Successful check: Confidence 35)</b>No, actually, I really like you, I don't know why I stopped, but I'll make it up to you<</say>><br>
You move towards her on the couch<br>
<<link "And." "susancouch2">><</link>><!--[[susancouch]]-->
<<else>>
<b>(Failed check: Confidence)</b><br>
You look at each other in silence for a while, then she asks<br><br>
<<susan2>>Can you please leave me alone for a while?<</susan2>><br>
<<suslove "-10">>
<<set $dailysusan to 1>>
Fuck. I really should have come up with something better to say, I hope I can make it up tomorrow.<br>
<<link "You walk out of her room in defeat and back to yours" "Room">> <</link>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $susanprogress is 1 and $susantransform is 0>>
You knock on Susan's door, a few seconds later your hear her steps rapidly getting closer to the door, and the door opens<br>
She looks very happy to see you<br>
You also notice that she is dressed in an odd way, wearing a jacket above a sexy dress, you wonder why that odd choice...<br><<if $intelligence gte 15>><b>(15int)</b><br>No, actually, you get it, she was probably hoping for your visit and... she's trying to look more sexy for you?<</if>><br>
<<susan>> Hey $name , I was hoping it was you, please come inside and sit here<</susan>><br>
[img[setup.ImagePath+'susan/sitcouchglasses2.png']]<br>
<<link "Sit next to her on the couch" "susancouch">><!--[[susancouch]]-->
<<set $dailysusan to 1>>
<</link>>
<</if>>
<<if $susanprogress is 0>>
You haven't even thought of a reason why, but you are wondering how Susan is doing, so the best idea you have is to show up unannounced at her door, just because she casually let you know where she lives.<br><br>
<<if $confidence lte 14>>
As soon as you get in front of her door, your legs start shaking. She might not be the most popular girl, but this is still too much for you (need more confidence). <br>You chicken out and <<link "walk back to your room" "Room">> <</link>><br>
<</if>>
<<if $confidence gte 12>>
<<linkreplace "<b>(12 conf)</b>You gather up your courage and knock at her door anyway.">><br>
Your heart races in your chest as you wait for a response. <br>After what feels like an eternity, the door creaks open, revealing Susan, looking slightly surprised but not unfriendly.
you manage to stammer out:
<<say "You" $faceimg>>Hey<</say>><br>
your voice barely audible.
Susan offers you a small smile.<br>
<<susan>>Hey, what brings you here?<</susan>><br>
You struggle to find the right words. <br><br>
<<say "You" $faceimg>>I, uh, just wanted to see how you were doing<</say>><br>
Susan's surprise fades into genuine warmth.
<susan>That's really sweet of you</susan><br>
She steps aside to let you in. <br>
[img[setup.ImagePath+'susan/sitcouchglasses.png']]<br>
<<susan>>I was just chilling out a bit, come sit here<</susan>><br>
The two of you spend a bit of time talking about school stuff, the conversation is surprisingly smooth, she is easygoing and fun. After about 40minutes, you greet her and you walk back to your room<br>
<<suslove "2">>
<<addmins 45>>
<<set $susanprogress to 1>>
<<set $dailysusan to 1>><br>
<<link "walk back to your room" "Room">> <</link>>
<</linkreplace>>
<</if>>
<</if>>
</div>
<</nobr>>You start heading towards Susan.<br>
<<if $confidence lte 14>> It's not an easy choice because she was really nice to you and you don't want to creep her out, but you feel like this is the best chance that you have to talk to her again.<</if>>
<<if $confidence gte 15>><b>(Successful check: Conf 15) </b>You are at least confident enough to approach her directly without that stirring you up too much, even though you really like her.<</if>>
(You both whisper, as this is a place where you're supposed to be quiet)
<<say "You" $faceimg>>Hey, how are you?<</say>><<nobr>><<if $confidence lte 14>>
<<conf "1.4">>
<</if>><</nobr>>
Susan looks surprised to see you here, but a few moments later, she gives you a warm smile.<br>
<<nobr>>
<<if $susantransform eq 2>>
<<susan2>>Hey $name , Are you here to study together?<</susan2>>
<<else>>
<<susan>>Hey $name , what a surprise! Are you here to study together?<</susan>>
<</if>>
<</nobr>>
<<linkreplace "Sure... of course, let's study together">>
<<nobr>>
<<if $susanfucked eq 0>>
Studying with Susan prepares you very well for the next lesson <br>
<b>(you will get double gains from the next class you attend) <br></b>
<<suslove "1">>
<<addmins 60>>
<<stress "1">>
<<ene "4">>
<<set $dailysusan to 1>>
<<set $doublelesson to 1>>
<<link "Walk back to your room" "Room">><</link>><<set $energy -=$enewid>><<set $enewid to 0>><!--[[Room]]--> <br>
<<else>>Studying with Susan prepares you very well for the next lesson <br>
<b>(you will get double gains from the next class you attend) <br></b>
<<suslove "1">>
<<addmins 60>>
<<stress "1">>
<<ene "4">>
<<addmins 60>>
<<set $dailysusan to 1>>
<<set $doublelesson to 1>>
After you are done studying, she looks around, and notices that the place is basically deserted<br>
You start talking with a low tone of voice<br>
<<susan2>>Well, this was tiring, I need to relieve some tension...<</susan2>><br>
<<say "You" $faceimg>>Can I help you with that?<</say>><br>
Susan raises her shirt and shows you her tits as an answers<br>
<<susan2>>Kiss me<</susan2>><br>
The two of you start making out, but soon the excitement goes a bit overboard<br>
<<say "You" $faceimg>>I can show you a more effective way to relieve stress<</say>><br>
You put your hand between her legs and start rubbing her panties<br>
Susan seems to like that, and she doesn't stop you<br>
<<susan2>>Show me more...<</susan2>><br>
You start touching her faster and faster while you keep making out with her<br>
<<video "images/susan/librarysusan.mp4" >><br>
She is clearly horny, and reaches an orgasm with just by you touching her above her panties in less than a couple minutes<br>
You both realize you are making too much noise for the library, and she says<br><br>
<<susan2>>Oh god, can we go back to your room? It's closer than mine<</susan2>><br>
<<lust "12">>
<<addmins 7>>
<<suslove "1">>
<<link "Walk back to your room with susan" "susanpostlib">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><br>
<<link "Tell her that you are busy today, kiss her, and walk back to your room alone" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><!--[[Room]]--> <br><</link>>
<</if>><</nobr>><</linkreplace>>The game is still in development (v0.59) - THERE MIGHT BE BUGS - scroll down for patch notes
There is now a bit more content than in the first versions of the game, but it's still far from being complete.
Current content:
Number of existing female characters that you can see at least once in the game:<b>16</b>
Number of existing female characters that you can have at least some sexual interaction with: <b>16</b>
Number of existing female characters that offer different sexual interactions including fucking: <b>16</b>
Known bugs I will be fixing:
- Most of the times, when a dialogue multi-selection is clicked, the other option remains visible and clickable, clicking on it doesn't do anything anyway, This will be slowly fixed over time.
<<link "back to start" "Start">><</link>>
<<linkreplace "Click here to see the future content road map">>
Road map:
My idea is that progress never means just "new content", it also means polishing old content, adding more steps, checks, scenes and scenarios to old content, so that while replaying the game (which is a core-mechanic) with a newer version, you might always be able to find something new. Besides that, this is the road map:
- Adding more scenes to existing girls, including more threesomes
- Adding more girls
- Polishing already existing content
- Adding more single-run events that will take place at given days and can only be played once until you finish/reset the simulation
- Adding more skill checks on interactions
- Adding specific sex scenes for particular skill checks
- Adding more locations
- Classrooms rework : more options
- If you have suggestions, join the discord server to post them
<</linkreplace>>
Version 0.59 changelog:
<b>(New content)</b>
- It's now possible to fuck Francine in her apartment (10 new scenes)
- A new blowjob scene has been added to Francine in her apartment (5 new scenes)
- A new threesome between Layla and Ms. Bloom can be unlocked on bad student route after fucking both (11 new scenes)
<b>(Gameplay and UI changes)</b>
- Francine's apartment has been added to the game (You can obtain her address by passing a charisma and sex control check in the blowjob scene)
- You can now lose your virginity to Francine, with related experience bonus
- Francine now only works in the library from 9:00 to 4:59pm and not 15hrs/day
- You can visit Francine in her home between 6:00 and 10:59pm
- 3 new achievements added related to the new content
<b>(Bugfixes)</b>
- Fixed a bug that allowed to get both a handjob and a blowjob from Francine
- Fixed a missing link to get out of Ms. Bloom office
- Various grammar fixes and other minor tweaks
<b>(Premium)</b>
- Added a new lesbian interaction between Danielle and Olivia(6 new scenes)
<<include "oldversionspn">>
/*
<b>(New content)</b>
<b>(Gameplay and UI changes)</b>
<b>(Bugfixes)</b>
<b>(Premium)</b>
*/
<<link "back to start" "Start">><</link>>You sit on the couch next to Susan, she looks at you and gives a nice smile. What do you do?
<<nobr>>
<<set $susanattraction to (($susanlove*3+$charisma*0.7+$sexexp*0.5+$intelligence*0.5+$confidence*0.4).toFixed(0))>>
Susan's attraction for you is $susanattraction <br>
<<link "Just talk" "susanscene">><br><br>
<<set $susanscene to 0>>
<</link>><br>
<<if $confidence gte 20>>
<<link "(20 conf) Try to kiss her" "susanscene">><br><br>
<<set $susanscene to 1>>
<</link>><br> <</if>>
<<if $confidence gte 42>>
<<link "(42 conf) Pressure her to suck your dick" "susanscene">><br><br>
<<set $susanscene to 7>>
<</link>><br> <</if>>
<<if $confidence gte 28>>
<<link "(28 conf) You look so sexy today" "susanscene">><br><br>
<<set $susanscene to 2>>
<</link>><br> <</if>>
<<if $susanattraction gte 100 and $confidence lte 27.99>>
<<link "She wants to ask you something" "susanscene">><br><br>
<<set $susanscene to 3>>
<</link>><br> <</if>>
<</nobr>><<nobr>>
<<if $susankissed is undefined>> <<set $susankissed to 0>><</if>>
<<if $susanscene eq 7>>
<<set $susanscene to -1>>
You sit on the couch for a while, she is definitely a bit embarassed.<br>
But you just know that she's into you at this point, and you can definitely try to ask for more.<br>
<<say "You" $faceimg>>Susan, I cannot help to think that you really like me, am I wrong?<</say>><br>
<<susan>>Well...<</susan>><br>
She stops talking, visibly embarassed and at a loss for words.<br><br>
<<say "You" $faceimg>>You are really shy, aren't you? I will just do something, stop me if you don't want me to<</say>><br>
You take your dick out of your pants.<br>
It's a bold move, but it might just work.<br><br>
<<say "You" $faceimg>>Take off your shirt, I want to look at your tits while you suck me<</say>><br>
You're not even really giving her a choice about the previous request anymore, and take her silence as consent.<br>
Susan is still visibly embarassed and tense, she complies to this request, removing her shirt with a forced smile.<br>
<img src="images/susan/susbra.png"><br>
<<say "You" $faceimg>>Wow...<</say>><br>
<<susan>>And now my bra...<</susan>><br>
She says, slowly, you're not sure if that's a question, sounds like she just wants to make sure that this is what you want. You wait silently until she's done.<br><br>
<img src="images/susan/sustits.png"><br>
<<susan>>There... happy?<</susan>><br>
<<say "You" $faceimg>>You look very nice, Susan<</say>><br>
<<susan>>Hm, I don't know... thanks?<</susan>><br>
<<if $susanoralachievement is 0 or $susanoralachievement is undefined >>
<<set $susanoralachievement to 1>><<set $maximumdays +=1>>
<<set $maxdayscalc +=1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<if $susanpreoralach is 0 or $susanpreoralach is undefined >>
<<set $susanpreoralach to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<<cha 3>>
<</if>>
This is probably even too fast for her to process, but she just goes on with it.<br>
She then gets closer to your dick, opens her mouth and takes it inside.<br>
<<video "images/susan/preblowstart1.mp4" >>
She seems to be pretty good at this, she takes it all in and deep.<br>
what she lacks in experience, she makes up for in effort and dedication.<br>
<<if $sexcontrol gte 21.99>>
<b>(Sex control skill check: Success)</b><br>
She sucks you off for a couple minutes, then starts going faster<br><br>
<<susan>>I'm glad you asked me to do this<</susan>><br>
<<say "You" $faceimg>>That makes two of us, Susan<</say>><br>
She starts to sucking you off faster and faster
<<video "images/susan/preblowfast1.mp4" >>
You enjoy the blowjob for several more minutes, until you finally decide to cum, she seems to have no issues with you coming all over her face and glasses<br>
<<video "images/susan/preblowcum1.mp4" >>
<<susan>>Oh damn, I should probably stop wearing those...<</susan>><br>
She smiles at you.<br>
<<conf "1.3">>
<<suslove "2">>
<<sexcon "2">>
<<stress "-10">>
<<lust "-40">>
<<ene "1">>
<br> <<link "You get dressed and you get back to your room" "Room">><<addmins 22>><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<<else>>
<b>(Sex control skill check: Fail)</b><br>
You try to concentrate on not coming too early, but she is too hot for you and you cannot help it <br>
You warn her about being close, but she stops too late, and she doesn't move.<br>
So you end up blowing your load all over her face and glasses.<br>
<<video "images/susan/preblowcum1.mp4" >>
<<say "You" $faceimg>>I'm sorry Susan, you're too hot<</say>><br>
<<susan>>Ahahah don't worry, I should probably stop wearing those though...<</susan>><br>
She smiles at you while removing her glasses, dripping with your seed.<br>
Oddly, she doesn't seem to care at all about the fact that you came so quickly.<br>
You're pretty sure that other girls might have given you shit for that.<br>
<<suslove "1">>
<<sexcon "2">>
<<stress "-10">>
<<lust "-40">>
<<ene "1">>
<br> <<link "You get dressed and you get back to your room" "Room">><<addmins 13>><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<</if>>
/*---------just talk/she kiss--------*/
<<if $susanscene eq 0>>
You and Susan talk for a good while. She is really nice and talking with her helps you feeling better and relieves a tiny bit of your stress.<br>
<<suslove "2">>
<<stress "-3">>
<<addmins 65>>
<<if $susanattraction gte 50>>
Susan is constantly biting her lips while the two of you talk.<br>
At some point she gets a bit frustrated about you not even trying to make a move on her, so she takes the initiative and leans in and try to kiss you.<br>
You get taken by surprise, but manage to somehow reciprocate the kiss.<br>
<<video "images/susan/susan1kiss.mp4" "10" "al">>
/*----kissengine----*/
<<if $susankissed is 0>>
<b>You kissed Susan for the first time! </b><br>
She is not a very popular girl, but it's still an achievement, and she won't deny it if asked.
<b>Your popularity <span style="color: #008000;">increased</span> by 2</b><br>
<<set $popularity +=2>>
<</if>>
<<lust "7">>
<<set $susankissed +=1>>
<<if $susankissachievement is 0 or $susankissachievement is undefined >>
<<set $susankissachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
/*-------------------*/
<<if $confidence lte 19>>
This unexpected turn of events raises your very low confidence substantially<br>
/*----kissengine----*/
<<if $susankissed is 0>>
<b>You kissed Susan for the first time! </b><br>
She is not a very popular girl, but it's still an achievement, and she won't deny it if asked.
<b>Your popularity <span style="color: #008000;">increased</span> by 2</b><br>
<<set $popularity +=2>>
<</if>>
<<set $susankissed +=1>>
<<if $susankissachievement is 0 or $susankissachievement is undefined >>
<<set $susankissachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
/*-------------------*/
<<conf "5">>
<<updatebar>>
<</if>>
<</if>>
<br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*-------------------------------*/
/*------------you kiss----------*/
<<if $susanscene eq 1>>
You lean in and try to kiss her, she reciprocates you immediately<br>
<<video "images/susan/susan1kiss.mp4" "10" "al">>
Seeing how eager she is to kiss you, boosts your confidence a little.<br>
<<conf "1">>
<<lust "6">>
<<suslove "3">>
/*----kissengine----*/
<<if $susankissed is 0>>
<b>You kissed Susan for the first time! </b><br>
She is not a very popular girl, but it's still an achievement, and she won't deny it if asked.<br>
<b>Your popularity <span style="color: #008000;">increased</span> by 2</b><br>
<<set $popularity +=2>>
<</if>>
<<set $susankissed +=1>>
<<if $susankissachievement is 0 or $susankissachievement is undefined >>
<<set $susankissachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
/*-------------------*/
<br>
You make out for a while, then she says.
<<susan>>That was very nice, I hoped you would do that<</susan>><br>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*-------------------------------*/
/*-------------looksexy----------*/
<<if $susanscene eq 2 or $susanscene eq 3>>
<<if $susanscene eq 2>>
<<say "You" $faceimg>>You look so sexy today, Susan<</say>><br>
<</if>>
<<if $susanscene eq 3>>
<<susan>>I wanted to ask you something... i...like you a lot, do you think that I look...ehm...sexy?<</susan>><br>
<<say "You" $faceimg>>Oh Yes, of course, I like you too<</say>><br>
You are both a bit embarassed to say the least, and she has to take the lead.
<</if>>
She comes towards you and kisses you<br>
<<video "images/susan/susan1kiss.mp4" "10" "a" >>
/*----kissengine----*/
<<if $susankissed is 0>>
<b>You kissed Susan for the first time! </b><br>
She is not a very popular girl, but it's still an achievement, and she won't deny it if asked.
<b>Your popularity <span style="color: #008000;">increased</span> by 2</b><br>
<<set $popularity +=2>>
<</if>>
<<set $susankissed +=1>>
<<if $susankissachievement is 0 or $susankissachievement is undefined >>
<<set $susankissachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
/*-------------------*/
<br>
<<if $susanscene eq 2>>
<<susan>>Are you sure though?.... even with my glasses? And, oh god sorry, I'm so sweaty, I should also get a new haircut<</susan>><br>
<<say "You" $faceimg>>Nah, you are definitely beatiful, you know what? take off some clothes for me<</say>><br>
<</if>>
<<if $susanscene eq 3>>
<<susan>>Do you... also like my body?<</susan>><br>
<</if>>
<<video "images/susan/undress1.mp4" >>
<<if $susanscene eq 2>>
<<say "You" $faceimg>>Wow, you are so hot, can I see your tits?<</say>><br>
<<susan>>Only if you promise that you will touch them a bit<</susan>><br>
<<say "You" $faceimg>>You've got yourself a deal<</say>><br>
<</if>>
<<video "images/susan/showtits1.mp4" >>
<<if $susanscene eq 2>>
You deliver on your promise, and start touching her tits for a while.<br>
<</if>>
<<if $susanscene eq 3>>
<br>
She can see that you are visibly tense, and she tries to tease you<br><br>
<<susan>>Come on, touch me a bit, I won't bite you<</susan>><br>
<</if>>
<<video "images/susan/touchtits1.mp4" >>
<<if $susanscene eq 3>>
<br>
<<susan>>Interested to see more?<</susan>><br>
<<say "You" $faceimg>>Oh yes, please<</say>><br>
<</if>>
<<if $susanscene eq 2>>
Then you decide to try taking it a step further.
<<say "You" $faceimg>>Are you interested in a similar deal about your pussy?<</say>><br>
You regret your words as soon as you speak them, you expect this to go very wrong, you pushed it too far... <br>
Surprisingly, she isn't shocked or annoyed, It must be your lucky day for sure.<br><br>
<<susan>>You drive a hard bargain, but... ok<</susan>><br>
<</if>>
She removes her panties and sits on the arm of her couch, waiting for you.
<<video "images/susan/naked1.mp4" >>
<<if $susanscene eq 3>>
<br>
You remain speechless in front of her naked body, she glances at you and smiles<br><br>
<<susan>>So?... are you just gonna stand there?<</susan>><br>
<</if>>
You wonder if you should really just go for it, you can't believe this is really happening so fast, you try to reach for her pussy, something must definitely go wrong this time<br>
It doesn't, though, she lets you touch her and even open her legs a bit.
<<video "images/susan/touchpussy1.mp4" >><br>
<<susan>>Hmmm<</susan>><br>
You start to think that you are asking her too much, you already took too much advantage of her kindness, and you decide it's better to stop here.<br><br>
<<say "You" $faceimg>>Thank you Susan, that was very hot<</say>><br>
It's only after you see the look on her face that you realize what a moron you have been. <br>
But the damage is done, she says:<br><br>
<<susan>>Oh yeah, you are right, I must get back to my homework now anyway, I'm sure you also have stuff to do<</susan>><br>
You might have pushed that much further, what the fuck did you think? You hope you can make this up tomorrow<br>
<<set $dailysusan to 1>>
<<set $susantransform to 1>>
<<lust "24">>
<<if $susannakedachievement is 0 or $susannakedachievement is undefined >>
<<set $susannakedachievement to 1>><<set $maxstress +=10>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<link "Walk back to your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<</nobr>><<nobr>>[img[setup.ImagePath+'rose/waiter1.png']]<br>
<div id="choice">
<<if $roseprogress is undefined>><<set $roseprogress to 0>><</if>>
<<if $roselove is undefined>><<set $roselove to 0>><</if>>
You approach the counter, looking for something to eat.<br>
<<addmins 70>>
/*------------2---------------*/
<<if $roseprogress eq 102>>
<<rose>>Oh, it's you again, sorry about last time, I didn't want to make you feel judged...<</rose>><br>
<<rose>>...can I ask you your name?<</rose>><br>
<<say "You" $faceimg>>Yeah, it's $name<</say>><br>
<<rose>>My name is Rose, let's start over<</rose>><br>
<<set $roseprogress to 2>>
<</if>>
<<if $roseprogress eq 2>>
Rose smiles at you.
<<rose>> Hey $name, what can I give you today?<</rose>><br>
<<if ndef $metxiang>>
<<linkreplace "Inquire about the asian girl">>
<<say "You" $faceimg>>Hello Rose, can I ask you what that girl is always doing there just standing?<</say>><br>
Rose gives you a stern look and answers almost whispering.<br><br>
<<rose>>Come on, not here... ask me later, ok?<</rose>><br>
<<say "You" $faceimg>>Ok, I'm sorry<</say>><br>
<<set $metxiang to -1>>
<<rose>>So... what can I get you?<</rose>><br>
<</linkreplace>><br>
<</if>>
<<if $roseownreward eq 1>>
<<link "Eat something healthy, wait for Rose to finish her shift and ask for motivation" "roseyourroom">><<set $roselove +=1>><<addmins 70>><</link>>
<</if>>
<br>
<<if $roselove lt 0>>
Rose seems to be a bit upset with you, even if she does everything she can to hide it and stay professional.<br>
<<if $money gte 15>>
<<link "(15$)Buy her some flowers as a way to apologize">><<replace "#choice">>
You decide to make a quick stop to buy some flowers before heading to dinner.<br>
You have <span style="color: #8B0000;">spent</span> 15$.<br>
As soon as you hand her the flowers, she does her best to hide them under the counter as quickly as possible before anyone notices.<br>
<<rose>>What are you doing, $name , are you insane? You didn't have to!<</rose>><br>
<<addmins 70>>
<<set $money -=15>>
<<roslove "10">>
After that she starts serving you dinner, you ask for her advice as always, to not vanify your effort with the flowers.<br>
She calmes down a bit, and says.<br><br>
<<rose>>That was really sweet of you, thanks... but don't do it again, ok? What if somebody saw you<</rose>><br>
<<if $roselove gte 4>>
<<link "Walk back to your room" "rosepostdinner">> <</link>>
<<else>>
<<link "Walk back to your room" "Room">> <</link>>
<</if>>
<</replace>><</link>><br>
<<else>>
If you had 15$, you could buy some flowers as a way to apologize to her.<br>
<</if>>
<</if>>
<<link "Ask for her advice and pick something healthy">><<replace "#choice">>
Rose seems very happy about you asking her for advice, she gives you a warm smile and helps you select the best things to eat from today's selection<br>
<<rose>>Thank you $name , have a nice dinner!<</rose>><br>
<<addmins 70>>
<<roslove "1">>
<<if $roselove lte 0>>
Rose appreciates when someone is mature enough to change his mind.<br>
<<roslove "1">>
<</if>>
<<if $roselove gte 4>>
<<link "Walk back to your room" "rosepostdinner">> <</link>>
<<else>>
<<link "Walk back to your room" "Room">> <</link>>
<</if>>
<</replace>><</link>>
<br>
<<link "Just pick the trashiest, unhealtiest thing available and smirk at her">><<replace "#choice">>
Rose subtly shakes her head and complies with a sad look on her face, then she gives a you an obviously fake smile and lets you pay<br>
<<rose>>Thank you, have a nice dinner!<</rose>><br>
<<conf "3">>
<<sta "-1">>
<<roslove "-3">>
<<addmins 70>>
<<link "walk back to your room" "Room">> <</link>>
<</replace>><</link>>
<</if>>
<<if $roseprogress eq 1>>
<<rose>> Hello again, what can I give you this time?<</rose>><br>
<<say "You" $faceimg>>Same as last time, a couple cheeseburgers, large fries, and a large coke<</say>><br>
Rose hesitates even longer than the last time, she looks into your eyes and says<br>
<<rose>>I know this is not really my place to say but... you know this is a pretty bad choice for your health, right?<</rose>><br>
<<link "Well, what would you suggest... (you take a quick glance at the name on her shirt)...Rose?">><<replace "#choice">>
<<say "You" $faceimg>>Well, what would you suggest... (you take a quick glance at the name on her shirt)...Rose?<</say>><br>
<<rose>>Some grilled chicken breast and a salad would be a much better choice <</rose>> <br>
She says with a warm smile<br>
<<say "You" $faceimg>>Ok then, I'll take that<</say>><br>
<<rose>>Wow, really? I didn't expect you to actually follow my advice<</rose>> <br>
<<say "You" $faceimg>>Why not? If that makes you happy<</say>><br>
<<rose>>But... it's not about making me happy, it's about your health<</rose>> <br>
<<say "You" $faceimg>>I guess, thanks for the advice then<</say>><br>
<<rose>>You are really an odd guy... ehm, can I ask you your name? you know mine already<</rose>> <br>
<<say "You" $faceimg>> $name <</say>><br>
You notice a couple other people lining up behind you, so you greet her and sit down to eat your dinner.<br>
<<roslove "3">>
<<addmins 70>>
<<set $roseprogress to 2>>
<<link "walk back to your room" "Room">> <</link>>
<</replace>><</link>>
<br>
<<link "I think you should mind your own business">><<replace "#choice">>
<<say "You" $faceimg>>I think you should mind your own business<</say>><br>
<<rose>>There's no need to be this rude, I was just saying this for you<</rose>> <br>
<<say "You" $faceimg>>I don't like being told what to eat<</say>><br>
<<rose>>I see, well, I'm just sad to see you waste away your health, I hope you choose something better next time, but I won't tell you anything about it anymore<</rose>> <br>
She gives you a faint, sad smile<br>
<<conf "8">>
<<roslove "-5">>
<<sta "-1">>
<<set $roseprogress to 102>>
<<addmins 70>>
<<link "walk back to your room" "Room">> <</link>>
<</replace>><</link>>
<</if>>
<<if $roseprogress eq 0>>A good looking, middle aged woman, looks at you, she stares at you for a while.<br>
<<rose>>Hello, what can I give you?<</rose>><br>
<<say "You" $faceimg>>Just a couple cheeseburgers and some fries, oh, and a large coke<</say>><br>
Rose hesitates for a while, she looks a bit worried.<br>
<<rose>>Ehm... sure, there you go<</rose>><br>
She picks all the stuff you ordered, you swipe your card and pay.<br>
A look of sadness washes across her eyes, but you don't know how to react to that.<br>
<<link "walk back to your room" "Room">> <</link>>
<<set $roseprogress to 1>>
<<addmins 70>>
<</if>>
</div>
<</nobr>><<nobr>>
<<if $rosekissed is undefined>><<set $rosekissed to 0>><</if>>
<<if $rosefucked is undefined>><<set $rosefucked to 0>><</if>>
<<if $rosefucked is undefined>> <<set $rosefucked to 0>><</if>>
<<if $stalkedrose is 1>>
Rose is 31 years old, she works as a cashier/server on the school's cafeteria during the dinner shift.
Not being a student, she doesn't take part on the school popularity games, as she's significantly older than the schoolgirls.<br>
She does look very young and attractive for her age. <br>
She appers to be single and seems like a considerate, intelligent and caring individual,<br>
She doesn't strike you as someone who wants you to take the lead, and seems to not care about confidence or charisma, you suspect that, for the right person. She might be hiding a kinky side.
<<else>>
Rose is a server/cashier in the cafeteria.<br>
You don't know much about her, maybe you could learn something more focusing a bit more on her and checking her out on social medias.
<</if>>
<<if $stalkedrose is 1>>
<br>[img[setup.ImagePath+'rose/instatok.png']]<br>
Age: 31<br>
<<else>>
<br>[img[setup.ImagePath+'rose/face.png']]<br>
<</if>>
<</nobr>>
Rose's Love : $roselove
Rose activity count: ( Kissed = $rosekissed , Fucked = $rosefucked )
<br>
<<nobr>>
<<if $stalkedrose is 1>>
Rose's Preferences : (This is how your statistics get multiplied to calculate the attraction that the specific girl has for you, every girl has a different and unique set)<br><br>
Love : 180% - Rose is affectionate and caring, and she does appreciate a lot when some love is given back to her (<<print (($roselove*1.8).toFixed(1))>>)<br>
Stamina: 120% - Rose cares about your health, and she would love to see you in good shape (<<print (($stamina* 1.2).toFixed(1))>>)<br>
Sexual Control: 80% - Rose is a mature woman, and she wants a partner that is able to satisfy her sexually(<<print (($sexcontrol * 0.8).toFixed(1))>>)<br>
Intelligence: 50% - Rose appreciates intelligence more than most young girls can (<<print (($intelligence* 0.5).toFixed(1))>>)<br>
Charisma: 40% - She does think that being a fun person adds at least some value to someone's personality(<<print (($charisma* 0.4).toFixed(1))>>)<br>
Rose is not a student, she doesn't play games and she doesn't care about your popularity or confidence at all.<br>
<<set $roseattraction to (($roselove*1.8+$stamina*1.2+$sexcontrol*0.8+$intelligence*0.5+$charisma*0.4).toFixed(1))>><br>
Rose's attraction for you is $roseattraction <br>
<</if>>
<</nobr>>
<<link "Back">>
<<script>>
Dialog.setup("Girls Stats");
Dialog.wiki(Story.get("Girls Stats").processText());
Dialog.open();
<</script>>
<</link>>
<<nobr>><<include "calc">>
<<if $rosefirsttalk is undefined>> <<set $rosefirsttalk to 0>><</if>>
You have finished having dinner, and you stand up and start heading towards your room, just outside the cafeteria there is Rose.<br>
She is taking a break and when she sees you, she approaches you.<br>
<<set $roseattraction to (($roselove*1.8+$stamina*1.2+$sexcontrol*0.8+$intelligence*0.5+$charisma*0.4).toFixed(0))>><br>
Rose's attraction for you is $roseattraction <br>
<<rose>>Hey $name<<if $stamina gte 30 and $stamina lte 69.99>> I've got to say that you are starting to look much healtier! Anyway...<</if>> <<if $stamina gte 70>>I've got admit that you are looking extremely fit now, I'm proud of you... <</if>> how are you holding up?<</rose>>
<<linkreplace "Ask for some motivation">><br>
<<if $roseattraction lte 159.99>>
<<say "You" $faceimg>>Not too bad, I feel better, but sometimes it's hard to resist and not just give up<</say>><br>
<<rose>>I understand, I wish I could somehow help you with that<</rose>><br>
<<if $rosefirsttalk eq 0>>
<<set $rosefirsttalk to 1>>
<<say "You" $faceimg>>Well, you could offer me some motivation<</say>><br>
<<rose>>What do you mean?<</rose>><br>
<<say "You" $faceimg>>I mean, anything that can help me<</say>><br>
<<rose>>Ohh, I get it... you don't have a girlfriend right?<</rose>><br>
<<say "You" $faceimg>>What do you think?<</say>><br>
<<rose>>Yeah... I understand, but if you keep going with healthy eating and exercise, you'll see that things will change<</rose>><br>
<<say "You" $faceimg>>That's what I'm hoping for but... I don't know<</say>><br>
<<rose>>Ok, I know what kind of encouragement a horny young boy might need, but I'm way older than you are, you should look for someone your age<</rose>><br>
<<if $charisma gte 17>>
<b>(Charisma skill check: Success)<br></b><br>
<<say "You" $faceimg>>You can't really expect girl my age to be as nice and undertanding as you are<</say>><br>
<<rose>>Hehe, that is nice of you to say, thank you<</rose>><br>
<<say "You" $faceimg>>And you are also more beautiful than they are<</say>><br>
<<rose>>Slow down a bit... are you trying to seduce me with compliments?<</rose>><br>
<<say "You" $faceimg>>No, no.... I'm sorry<</say>><br>
<b>Rose's love for you <span style="color: #008000;">increased</span> by 2</b><br>
<<set $roselove +=2>>
<<else>>
<b>(Charisma skill check: Fail)<br></b><br>
<<say "You" $faceimg>>I see... I'm sorry<</say>><br>
Your face saddens.<br><br>
<<rose>>Oh come on... don't be sad.<</rose>><br>
<b>Rose's love for you <span style="color: #008000;">increased</span> by 1<br>
Your confidence <span style="color: #8B0000;">decreased</span> by 1<br></b>
<<set $roselove +=1>>
<<set $confidence -=1>>
<</if>>
She pauses in silence, thinking to herself for quite a long bit<br><br>
<<rose>>Look, absolutely don't get your hopes up, and promise you'll behave<</rose>><br>
<<say "You" $faceimg>>What???<</say>><br>
<<rose>>Did you even hear me when I said don't get your hopes up? And promise you'll behave first<</rose>><br>
<<say "You" $faceimg>>Ok, ok, I promise<</say>><br>
<<rose>>Where's your room?<</rose>><br>
<<say "You" $faceimg>>Oh god, just 2 minutes from here, follow me<</say>><br>
<<rose>>Calm down, seriously<</rose>><br>
You didn't really hear that, your mind is already racing. You lead her to your room, your heart is beating fast, you hope you're not in for a huge disappointment, but deep down you know this must be too good to be true...<br>
<<else>>
<<say "You" $faceimg>>Well, what we did last time was very helpful to keep me motivated<</say>><br>
<<rose>>I see, I guess would try and go over it again then... lead the way<</rose>><br>
<</if>>
<br>
<<link "Enter your room with her" "roseyourroom">><</link>><br>
<</if>>
<<if $roseattraction gte 160>>
<<rose>>I'm looking forward to give you some of that motivation that you usually need, want to head over to your room?<</rose>><br>
<<say "You" $faceimg>>Sure, sounds great<</say>><br>
You can see her biting her upper lip in anticipation, as you walk through the hallways.<br>
<<link "Enter your room with her" "roseyourroom">><</link>><br>
<</if>>
<</linkreplace>>
<br>
<<link "Hey, I'm really sorry, I don't have time right now( back to room)" "Room">> <</link>>
<</nobr>><<nobr>><<include "calc">>
<<set $cumselect to 0>>
<<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>>
<<if $rosetits is undefined>> <<set $rosetits to 0>> <</if>>
<<if $rosekissed is undefined>><<set $rosekissed to 0>><</if>>
<<if $rosefucked is undefined>> <<set $rosefucked to 0>><</if>>
<<if $metxiang is -1>>
As soon as the both of you enter the room, making sure nobody sees you, Rose starts to speak.<br><br>
<<rose>>So... before I forget, you wanted to know who that girl is?<</rose>><br>
You play it down a bit, you don't want to look too interested.<br><br>
<br><<say "You" $faceimg>>Oh yeah, right, what's her deal? I've seen her there a couple times, not eating, not doing anything.<</say>><br>
<<rose>>Her name is Xiang, and... well, you didn't hear this from me, I hope that I can trust you<</rose>><br>
<br><<say "You" $faceimg>>Of course you can, go ahead<</say>><br>
<<rose>>Sometimes I try to sneak her a bag with some of the leftovers, her family is facing some economical difficulties<</rose>><br>
<<if $charisma gte 21>>
<b>(Charisma skill check: Success)</b><br>
<br><<say "You" $faceimg>>I see, this doesn't surprise me, you really are a sweet and kind hearted person, Rose<</say>><br>
Rose blushes a little, and gives you an appreceative smile<br><br>
<<roslove "3">>
<<cha "2">>
<<else>>
<b>(Charisma skill check: Fail)</b><br>
<<roslove "-1">>
<br><<say "You" $faceimg>>Oh, I see, but why?<</say>><br>
<<rose>>Does there need to be an ulterior reason? She needs help, and I try to help her<</rose>>
<<roslove "-1">>
<br><<say "You" $faceimg>>Yeah, sorry, I understand<</say>><br>
<</if>>
<br><<say "You" $faceimg>>How is she even paying for the tuition and the rest, though?<</say>><br>
<<rose>>Well, I guess loans, and probably a grant, and her mother is doing what she can to keep her in the school, we talked about that<</rose>>
<br><<say "You" $faceimg>>Just her mother?<</say>><br>
<<rose>>Yes, her father isn't in the picture, from a very long time from what I've heard.<</rose>>
<br><<say "You" $faceimg>>That's pretty sad<</say>><br>
<<rose>>It really is, that's why I'm doing what I can to help her, I'm here to help you now though, can we get back to that?<</rose>>
<<addmins 10>>
<<link "Get back to it" "roseyourroom">><</link>>
<<set $metxiang to 0>>
<<else>>
<<set $sexcogain to Number(((101- $sexcontrol) /100).toFixed(2))>>
<<set $sexcogain1p3 to Number ((1.2*$sexcogain).toFixed(2))>>
<<set $sexcogain2p4 to Number ((3*$sexcogain).toFixed(2))>>
<<set $multiroseclick to 0>>
<<set $roseattraction to (($roselove*1.8+$stamina*1.2+$sexcontrol*0.8+$intelligence*0.5+$charisma*0.4).toFixed(0))>>
<<if $rosefucked eq 0>>
Rose checks the hall to make sure nobody is watching before following you into your room.<br>
She takes her place at the edge of the bed as you shut the door, and then you take yours before her.<br>
You take care not to stand too close; you promised her you'd behave, after all.<br><br>
<<else>>
Rose checks the hall to make sure nobody is watching before following you into your room.<br>
She takes her place at the edge of the bed as you shut the door, and then you take yours before her.<br>
She sits on the border of your bed, she starts to stare at your crotch.<br>
You can sense that she hopes to get what's inside again.<br><br>
<</if>>
<<if $roseattraction lte 71.99>><<set $roseownreward to 0>><</if>>
<<if $roseattraction gte 72 and $rosetits gte 3>>
<<set $roseownreward to 1>>
<<if $roseattraction lte 230>>
<<rose>>I think it's time that you choose your own motivation, you've done hard work and I want to be as helpful as I can<</rose>><br>
<<else>>
<<rose>>Please just do whatever you want with my body, love<</rose>><br>
<</if>>
Rose's attraction for you is $roseattraction <br><br>
<div id="first">
/*--------------kiss-----------------*/
<<link "Ask for a kiss">><<replace "#first">>
<br><<say "You" $faceimg>>Ok, I want a kiss<</say>><br>
<<if $roseattraction lte 124.99>>
<<rose>>A kiss?...<</rose>>
<br><<say "You" $faceimg>>Yes, can you do that?<</say>><br>
<<rose>>I mean, I guess... as long as you are aware it doesn't mean anything special<</rose>>
<br><<say "You" $faceimg>>Sounds good<</say>><br>
<</if>>
<<if $roseattraction gte 125>>
<<rose>>Just a kiss?... Come here sweetie<</rose>><br>
<</if>>
<<video "images/rose/kiss.mp4" >><br>
/*----kissengine----*/
<<if $rosekissachievement is 0 or $rosekissachievement is undefined >>
<<set $rosekissachievement to 1>><<set $maximumdays +=1>>
<<set $maxdayscalc +=1>><<updatebar>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<if $rosekissed is 0>>
<b>You kissed Rose for the first time! </b><br>
If people knew for that sure that you actually kissed Rose, your popularity would peak, but would anyone even believe you if you said that? Probably not, but someone might.<br>
<b>Your popularity <span style="color: #008000;">increased</span> by 3</b><br>
<<set $popularity +=3>>
<</if>>
<<set $rosekissed +=1>>
/*-------------------*/
<<roslove "1">>
<<lust "6">>
<<link "Rose leaves your room" "Room">><</link>><!--[[Room]]--> <br>
<</replace>><</link>><br>
/*---------------------------------------*/
/*-------------titsagain------------------*/
<<link "Ask to see her tits again">><<replace "#first">>
<br><<say "You" $faceimg>>Can I see your tits again?<</say>><br>
<<rose>>You really love them, don't you?<</rose>><br>
<<video "images/rose/showbra.mp4" >><br>
<<video "images/rose/showtits.mp4" >><br>
She sees you showing a little hesitation and she says:<br>
<<rose>>You already know that you can touch them, at this point<</rose>><br><br>
<<video "images/rose/touchtits.mp4" >><br>
<<say "You" $faceimg>>I wish I could just stick it between them<</say>><br>
<<if $roseattraction lte 107.99>>
<<rose>>No, don't try anything like that, or I won't even show them to you anymore<</rose>><br>
<<say "You" $faceimg>>Ok, I won't... jeez<</say>><br>
<<lust "9">>
<<addmins 11>>
<<roslove "1">>
<<link "Rose leaves your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<<if $roseattraction gte 108>>
<<if $rosetitfuckachievement is 0 or $rosetitfuckachievement is undefined >>
<<set $rosetitfuckachievement to 1>>
<<cha 3>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<rose>>You know what? I might not even stop you this time<</rose>><br>
Did you hear that right? You can't let this opportunity escape, so you unbutton your pants and take out your obviously hard dick.<br>
<<video "images/rose/titfuck.mp4" >><br>
She looks at your cock hungrily, but refuses to get her mouth even close.
<<if $roseattraction gte 170>>
<<rose>>Ok, you can cum on my tits this time<</rose>><br>
She lets you cum on her tits, which is relatively close to her face, she even unconsciously open her mouth a bit, are you finally getting closer to a blowjob?<br>
<<video "images/rose/titfuckcum.mp4" >><br>
<<roslove "1">>
<<addmins 15>>
<<lust "-30">>
<<stress "-4">>
<<sexcon "1.3">>
<<conf "0.7">>
<<ene "3">>
<<link "Rose leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]--> <br>
<</if>>
<<if $roseattraction lte 169.99>>
<<rose>>Are you getting close? don't come anywhere near my face<</rose>><br>
<<say "You" $faceimg>>On your tits?<</say>><br>
<<rose>>That's too close to my face<</rose>><br>
Man, that's annoying, you end up having to come in your own hands and a bit on the floor... That was still nice, though, and she respects you for listening.<br>
<<roslove "1">>
<<addmins 18>>
<<lust "-30">>
<<stress "-2">>
<<sexcon "1.3">>
<<ene "2">>
<<link "Rose leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]--> <br>
<</if>>
<</if>>
<</replace>><</link>><br>
/*-------------------------------------*/
<<link "Ask to see her ass">><<replace "#first">>
<<say "You" $faceimg>>Could you show me your ass?<</say>><br>
<<rose>>My ass?... uhm, sure<</rose>><br>
<<video "images/rose/roseshowass.mp4" >><br>
Rose smiles at you, turns around and starts to unzip her gown.<br>
<<rose>>I hope you like it<</rose>><br>
<<if $confidence gte 45>>
<b>(Confidence skill check: Success)</b>
This makes you really horny, and you decide to just go on and spank it<br><br>
<<rose>>Hey, what happened to asking?<</rose>><br>
<<say "You" $faceimg>>Oh sorry, I assumed you would like it, do you want me to stop?<</say>><br>
<<rose>>Too late now, I guess...<</rose>><br>
Well, it seems you can just resume spanking her<br>
<<video "images/rose/rosespank.mp4" >><br>
<<if $rosespankach is 0 or $rosespankach is undefined >>
<<set $rosespankach to 1>>
<<conf 2>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<roslove "1">>
<<lust "5">>
<<addmins 4>>
<<else>>
<b>(Confidence skill check: Fail)</b><br>
<</if>>
<<say "You" $faceimg>>Can you like... remove your panties for me?<</say>><br>
<<rose>>Oh, you want to see everything, you little pervert...<</rose>><br>
<<if $roseattraction gte 94>>
<<rose>>Whatever, I don't see where the harm is<</rose>><br>
<<video "images/rose/roseremovepants.mp4" >><br>
<<roslove "1">>
<<lust "6">>
<<addmins 4>>
<<say "You" $faceimg>>Oh yes... shake it a bit for me<</say>><br>
<<rose>>You really like me, don't you?<</rose>><br>
<<else>>
<<rose>>Hm... I think you saw enough for today<</rose>><br>
She gives a little laugh, and gets dressed again.<br>
<</if>>
<<roslove "1">>
<<lust "6">>
<<addmins 6>>
<<link "Rose gets dressed and leaves your room" "Room">>
<</link>>
<</replace>><</link>><br>
<<link "Ask for a blowjob">><<replace "#first">>
<<say "You" $faceimg>>Can i... maybe get a blowjob?<</say>><br>
<<if $roseattraction lte 214.99 and $rosefucked eq 0>>
<<if $roseattraction lte 99.99>>
<<rose>>Absolutely not, how can you even ask something like that? Shame on you!<</rose>><br>
<<roslove "-1">>
<</if>>
<<if $rosefucked eq 0 and $roseattraction gte 100>>
<<rose>>Absolutely not, how can you even ask something like that? We haven't even made love yet<</rose>><br>
That's an odd response, most people would consider that less than sex, maybe she might be easier to persuade into fucking?
<</if>><br>
<<link "choose something else" "roseyourroom">><</link>>
<</if>><br>
<<if $roseattraction lte 204.99 and $rosefucked gte 1 or $roseattraction gte 205 and $rosefucked eq 0>>
<<rose>>Can't we just do anything else? Like actual sex? I don't really like doing that and my pussy is... so wet....<</rose>><br>
<<link "choose something else" "roseyourroom">><</link>>
<</if>>
<<if $rosefucked gte 1 and $roseattraction gte 205>>
<<if $sexcontrol lte 35.99>>
<b>(sex control check failed)</b>
<<rose>>Look... no offense, but you barely last enough to make me come if I don't suck you, let's not waste your boner, honey<</rose>>
<<link "choose something else" "roseyourroom">><</link>>
<<else>>
<b>(Sex control check success)</b>
<<set $multiroseclick to 1>>
<<rose>>I guess I can do that for you, honey, as long as you promise to fuck me real good after that<</rose>><br>
<<say "You" $faceimg>>We have a deal<</say>><br>
You start unbottoning your pants.<br>
She gets on the border of the bed and strips to her underwear<br>
You are now completely naked, she slides down and sits on the foor, preparing to suck you off.<br>
<<rose>>Are you ready?<</rose>><br>
You can't believe she's finally going to take it between her plump lips, you just nod<br>
<<if $roseoralachievement is 0 or $roseoralachievement is undefined >>
<<set $roseoralachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<set $roseoraled +=1>>
<<video "images/rose/2blowstart.mp4" >><br>
After a few minutes, she asks you to lay on the bed, you oblige and she bows down to continue sucking you.<br>
You reward her by starting to touch her pussy, taking advantage of her position<br>
<<video "images/rose/2blowcont.mp4" >><br>
She seems to enjoy that, and lets out a few grateful moans while she continues to suck you.<br>
Her pussy is so soft and wet, that you can't resist but sliding two fingers inside, she moans harder.<br><br>
<<rose>>You made me way too horny now, you have to fuck me, you promised!<</rose>><br>
You don't want to disappoint her, so you stick your dick inside her wet pussy.<br>
<<rose>>Fuck me<</rose>><br>
<<video "images/rose/2fuckstart.mp4" >><br>
<<rose>>Oh my god, YES... oh my god that feels so good... AHHH. FUCK ME HARDER, RAM IT IN<</rose>><br>
She lost all control, and you give her all you've got, luckily you have enough self-control not to cum right away<br>
<<video "images/rose/2fuckharder.mp4" >><br>
<<rose>>Oh my god, YES... FUCK ME, OH MY GOD IT'S SO FUCKING GOOD<</rose>><br>
You fuck her this way until she comes multiple times, she then offers you some rest by mounting on top of you and taking the lead. She fucks you for a few minutes. When she gets tired, you help her by pumping your cock in her from below<br>
<<video "images/rose/2fuckpart2.mp4" >><br>
She comes yet another time, and this gets you very close to orgasm, you ask her where she wants your cum.<br>
She's in pure ecstasy, and answers with a sweet, trembling voice<br>
<<rose>>Just cum where you want my love, you earned it<</rose>><br>
<div id="cum">
<<link "Cum in her mouth">><<replace "#cum">>
<<rose>>In my mouth? Damn... ok, as I said, anything for you, my love<</rose>><br>
<<say "You" $faceimg>>Stick out your tongue<</say>><br>
She just does as requested<br>
<<video "images/rose/2cummouth.mp4" >><br>
A dream come true, you remember when she didn't even want to get your dick close to her face... things really changed.<br>
<<set $rosefucked +=1>>
<<conf "5">>
<<sexexp "2">>
<<roslove "2">>
<<addmins 18>>
<<lust "-40">>
<<stress "-15">>
<<sexcon "2.4">>
<<ene "8">>
<<link "After some cuddling, Rose dresses up and leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]--> <br>
<</replace>><</link>>
<br>
<<link "Cum on her tits">><<replace "#cum">>
<<say "You" $faceimg>>I want to come on your beautiful tits<</say>><br>
<<rose>>They're all yours my love... Oh yeah, come all over these fucking titties<</rose>><br>
<<video "images/rose/2cumtits.mp4" >><br>
<<set $rosefucked +=1>>
<<conf "2.5">>
<<sexexp "2">>
<<roslove "4">>
<<addmins 18>>
<<lust "-35">>
<<stress "-12">>
<<sexcon "2.4">>
<<ene "8">>
<<link "After some cuddling, Rose dresses up and leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]--> <br>
<</replace>><</link>>
<br>
<<link "Cum inside her">><<replace "#cum">>
<<say "You" $faceimg>>I want to come inside of you<</say>><br>
<<rose>>Fill me up my love, and don't worry, I'm on the pill<</rose>><br>
You keep pumping her from that position, until you empty your balls inside her<br>
<<video "images/rose/2creampie.mp4" >><br>
<<rose>>I'm glad you chose this, I love the feeling of your cum inside me<</rose>><br>
<<set $rosefucked +=1>>
<<conf "1.2">>
<<sexexp "2">>
<<roslove "6">>
<<addmins 18>>
<<lust "-40">>
<<stress "-12">>
<<sexcon "2.4">>
<<ene "8">>
<<link "After some cuddling, Rose dresses up and leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]--> <br>
<</replace>><</link>>
</div>
<br>
<</if>><</if>>
<</replace>><</link>><br>
<<link "Ask to fuck her">><<replace "#first">>
<br><<say "You" $faceimg>>Maybe we could... you know<</say>><br>
<<if $roseattraction lte 127.99>>
<<rose>>Make love?<</rose>>
<br><<say "You" $faceimg>>That would be too much, right?<</say>><br>
She gets visibly horny at the idea, but it's like she's going through some internal struggle<br><br>
<<rose>>Yes, that would definitely be wrong... no, we can't do that, anything else?<</rose>>
<<link "choose something else" "roseyourroom">><</link>>
<</if>>
<<if $roseattraction gte 128>>
<<if $virginity is 1>>
<<if $rosevirginachievement is 0 or $rosevirginachievement is undefined >>
<<set $rosevirginachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<</if>>
<<if $rosefuckachievement is 0 or $rosefuckachievement is undefined >>
<<set $rosefuckachievement to 1>><<sta 5>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<</if>>
<<if $roseattraction gte 128 and $rosefucked eq 0>>
<<rose>>Make love?<</rose>>
<br><<say "You" $faceimg>>Yeah, I know, I shouldn't even ask that but...<</say>><br>
She gets visibly horny at the idea, it's like she's going through some internal struggle<br><br>
<<rose>>Well, you are old enough to make the choice... and, yes, I haven't had sex in such a long time that I'm embarassed to say how long. Just promise that you won't tell anyone, ok?<</rose>><br>
Seriously??? She agreed. You definitely didn't expect it to be so easy, she doesn't even wait for an answer and she says:<br><br>
<<rose>>And try not to come too fast, I want to come too<</rose>><br>
<<if $sexcontrol lte 39.99>>Oh god, that is going to be a problem<</if>><br>
<</if>>
<<if $roseattraction gte 128 and $rosefucked eq 0>>
<<rose>>Just take me, and please make me come, I want you inside me!<</rose>>
She's uncontrollably aroused,<br>
<<if $sexcontrol lte 39.99>>You know that is going to be a huge problem, not to cum instantly<</if>><br>
<</if>>
<<if $roseattraction gte 128 >>
You cannot legitimately believe this is happening<<if $rosefucked gte 1>> again<<else>>, you must be dreaming.<</if>><br>
<<if $sexcontrol gte 40>>
<br>You are confident that you will be able to make her have an orgasm several times before coming yourself, and you proceed to fuck her in various positions<br>
<<video "images/rose/startfuckdoggy.mp4" >><br>
She comes several times while you fuck her<br>
<<video "images/rose/aftercumfuckshecomes.mp4" >><br>
One orgasm after the other<br>
<<video "images/rose/missiofuck.mp4" >><br>
Until you finally cannot take it anymore and start spraying her with your cum all over her body, a few drops get very close to her face, but she's so caught up in it that she doesn't even seem to mind.<br>
<<video "images/rose/missiocum.mp4" >><br>
<<rose>> Oh my god, that was so good<</rose>><br>
You give her a confident smile.<br><br>
<<rose>>When did you become so good? I really hit the jackpot with you<</rose>><br>
/* virgin and firstfuck check rose */
<<if $virginity is 1>> <<set $virginity to ["Rose"]>><br>
You lost your virginity to $virginity !
<</if>>
<<if $rosefucked is 0>>
<b>You fucked Rose for the first time! Nobody would ever believe you if you claimed that, but you certainly feel less intimidated by those young schoolgirls now, and this reflects on your behaviour,<br>
Your popularity <span style="color: #008000;">increased</span> by 4!<br></b>
<<set $popularity +=4>>
<</if>>
/*virginfirstfuckrose */
<<set $rosefucked +=1>>
<<conf "2.5">>
<<sexexp "2">>
<<roslove "5">>
<<addmins 18>>
<<lust "-40">>
<<stress "-12">>
<<sexcon "2.4">>
<<ene "14">>
<<link "After some cuddling, Rose dresses up and leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]--> <br>
<</if>>
<<if $sexcontrol lte 39.99>>
She can see the hesitation in your eyes, you know you're not ready for this yet.<br><br>
<<rose>>Having second toughts?<</rose>><br>
You shake your head, but you struggle to find words, she is just too horny at this point, and she mounts on top of you and puts your dick inside her, she starts moving.<br>
Oh god, this is just too much, You try to focus on not coming too fast. A few seconds later you feel like you are already going to cum<br>
You move a bit and get your dick to slip out, this gives a few seconds of respite, but she just wants to put it back in immediately and keeps fucking you<br>
You try thinking about something horrible, that helps a bit, but only gives you 20 more seconds, and...<br>
<<video "images/rose/insertfuckcumfail.mp4" >><br>
<<rose>>Oh, that feels so good<</rose>><br>
<<say "You" $faceimg>>I'm about to cum<</say>><br>
You inevitably cum way too fast, and she laughs a bit about it.<br><br>
<<rose>>Look at all that cum! Oh my god... wow... ahahah<</rose>><br><br>
<<say "You" $faceimg>>I'm sorry, I tried to resist, but you're just too good.<</say>><br>
She smiles<br><br>
<<rose>>You're so sweet, but I'm not letting you get away with this<</rose>><br><br>
What can she possibly mean? what does she want to do?<br><br>
<<rose>>I said I wanted to come...<</rose>><br><br>
You are so horny from all this that your boner didn't even flinch after coming.<br>
To your absolute shock, she just puts your dick back inside and resumes fucking you,
<<video "images/rose/aftercumfuck.mp4" >>
It feels a bit uncomfortable and hurts a bit too, but you feel like there's no stopping her now<br><br>
<<rose>>There you go, fuck... oh yeah, fuck! It's so hot watching all your cum dripping down my body<</rose>><br><br>
What happened to her? Lust clearly got to her head, she's so horny that she's losing all control<br>
You just came all over her belly so you cannot possibly cum again anytime soon, It hurts a bit, but that allows her to ride you furiously for a few more minutes. Until she finally comes as well.<br>
<<video "images/rose/aftercumfuckshecomes.mp4" >><br>
<<rose>>Oh god, yes, please make me come again<</rose>><br>
She changes position and puts herself on her knees.<br><br>
<<rose>>I'm a bit tired but I'm still so horny, do some work and FUCK ME NOW, I WANT MORE<</rose>><br>
She yells the last part, you're almost worried that someone outside might hear her.<br>
She's acting so different from the Rose you've known so far.<br>
You're not sure you're ready to cum again yet, but you're scared to refuse, so you do as she asked, is this really a bad situation anyway? Probably not...<br>
<<video "images/rose/startfuckdoggy.mp4" >><br>
You fuck her in this position for a few more minutes, she has another orgasm, but she insist that you keep going<br>
That is fine with you, as you are almost ready to cum again.<br>
After a couple more minutes, she comes for a third time, that makes you so horny that you find yourseful coming again on her ass.<br>
<<video "images/rose/doggyfuckcum.mp4" >>
<<if $rosefucked eq 0>>You didn't think you were ever able to cum twice in less than 10 minutes.<br><</if>>
She just lays on the bed for 30 more seconds in pure ecstasy,<br>
<<rose>>I'm so sorry, I don't know what came over me, did I hurt you? let me give you a hug<</rose>><br>
<<if $charisma gte 35>>
<b>(35 charisma)</b>You take the opportunity while her brain still hasn't fully recovered from the multiple orgasms to say:
<<say "You" $faceimg>>Don't worry love<<if $rosefucked eq 0>>, you just gave me the best day of my life<<else>>, I couldn't ask for anything better than this <</if>> <</say>><br>
She felt guilty, and you can see her face melt in pure sweetness after what you just said<br>
<<roslove "2">>
<<else>>
<b>(Charisma skill check: fail)<br></b>
<</if>>
She hugs you tightly. <br>
Yes, she fucked you dry and it did hurt a bit, she also made you realize all your lack of experience,<br>
But this was still the actual best sex of your life, so far<br>
/* virgin and firstfuck check rose */
<<if $virginity is 1>> <<set $virginity to ["Rose"]>><br>
You lost your virginity to $virginity !
<</if>>
<<if $rosefucked is 0>>
<b>You fucked Rose for the first time! Nobody would ever believe you if you claimed that, but you certainly feel less intimidated by those young schoolgirls now, and this reflects on your behaviour,<br>
Your popularity <span style="color: #008000;">increased</span> by 4!<br></b>
<<set $popularity +=4>>
<</if>>
/*virginfirstfuckrose */
<<set $rosefucked +=1>>
<<conf "-1">>
<<sexexp "1.5">>
<<roslove "1">>
<<addmins 28>>
<<lust "-80">>
<<stress "-5">>
<<sexcon "3.2">>
<<ene "25">>
<<link "After some cuddling, Rose dresses up and leaves your room" "Room">><<set $energy -=$enewid>><<set $enewid to 0>><</link>><!--[[Room]]--> <br>
<</if>>
<</if>>
<</replace>><</link>><br>
<<if $roselesb is undefined>><<set $roselesb to 0>><</if>>
<<if $rosefucked gte 1 and $roselesb lte 0>>
<<link "Test the ground about threesomes">><<replace "#first">>
<<if $roselesb eq 0>>
<<say "You" $faceimg>>I wanted to ask you something, Rose<</say>><br>
<<rose>>Hm... sure, go ahead<</rose>><br>
<<say "You" $faceimg>>Have you ever been with another woman?<</say>><br>
<<rose>>Hey, that's not the kind of question you ask to a lady...<</rose>><br>
<<say "You" $faceimg>>Ehm... I'm sorry?<</say>><br>
<<rose>>Ahah, look at your face. Yes, I have been, a few years ago, why so curious?<</rose>><br>
<<say "You" $faceimg>>And did you like it?<</say>><br>
<<rose>>Well, it wasn't that bad, but in the end I'm pretty sure I prefer... dicks like yours<</rose>><br>
<<say "You" $faceimg>>And have you ever had a threesome?<</say>><br>
<<rose>>No, I cannot say that I have...<</rose>><br>
Rose gives you an intense look, like she's trying to determine where are you trying to go with this.<br><br>
<<rose>>I'll save you the effort dear, are you going to ask if I want to take part to a threesome with you and another girl?<</rose>><br>
<<say "You" $faceimg>>Well...<</say>><br>
<</if>>
<<if $roselesb eq -1>>
<<say "You" $faceimg>>Did you happen to change your mind... about threesomes?<</say>><br><</if>>
<<if $sexcontrol gte 55 and $stamina gte 50>>
<b>(Sex control check: Success)</b>
<b>(Stamina check: Success)</b>
<<if $roseattraction gte 235>>
<<set $roselesb to 1>>
<<if $roselesbach is 0 or $roselesbach is undefined >>
<<set $roselesbach to 1>>
<<cha 4>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<b>(Attraction check: Success)</b>
<<rose>>Let me just ask you this: would that make you happy, $name ?<</rose>><br>
<<if $charisma lte 48>>
<b>(Charisma skill check: Fail)</b>
<<say "You" $faceimg>>Of course it would, that would be kind of my dream<</say>><br>
<<roslove "-10">>
Rose sighs... <br><br>
<<rose>>Ok then, I will do it for you, honey, but I want my privacy to be respected, ok? Make sure we could trust this other girl.<</rose>><br>
<<say "You" $faceimg>>Ok Rose, I'll make sure about that<</say>><br>
<<else>>
<b>(Charisma skill check: Success)</b>
<<say "You" $faceimg>>I just thought that it would be fun to try out something new, and I want to try that with you, because I trust you<</say>><br>
<<roslove "5">><br>
<<rose>>That's a nice way to put it, I guess we can do this, but I want my privacy to be respected. Make sure we can trust whoever we will do this with, ok?<</rose>><br>
<<say "You" $faceimg>>Ok Rose, I'll make that the priority<</say>><br>
<</if>>
<<rose>>We have a deal then, let me know whenever you and her are ready<</rose>><br>
<b>You can now set up threesomes between Rose and other girls.<br></b>
You gloat for a few moments in anticipation of what's to come, when Rose says.<br><br>
<<rose>>The evening is not over, do you want to do something with just me... or?<</rose>><br>
Oh yeah, this talk made you hornier if anything.
<<link "You do" "roseyourroom">><</link>>
<<else>>
<b>(Attraction check: Fail)</b>
<<set $roselesb to -1>>
<<rose>>I don't think I'm ready to do that, I would if I was sure that we can trust this other girl, but you're too young and naive to understand that I would be risking a lot I don't think it's a good idea, sorry.<</rose>><br>
<<say "You" $faceimg>>Ok... can I change your mind in any way?<</say>><br>
<<rose>>Maybe when I'll trust you better we can talk about this again<</rose>><br>
You look to the ground for a bit, it was probably a stupid idea to even ask that, you wonder how pissed is she...<br><br>
<<rose>>The evening is not over, do you want to do something with just me... or?<</rose>><br>
Oh ok, maybe she's not so pissed, and yeah, <<link "You still do" "roseyourroom">><</link>>
<</if>>
<<else>>
<<set $roselesb to -1>>
<<if $stamina < 50>>
<b>(Stamina check: Fail)</b><</if>>
<<if $sexcontrol< 55>>
<b>(Sex control check: Fail)</b><</if>>
<<rose>>$name , don't take this the wrong way, but you can barely satisfy one woman at the time, maybe you could work on your endurance a bit more before you try to get 2 at the same time?<</rose>><br>
You look to the ground for a bit, it's a bit humiliating, but she's probably right, you wonder if she's even still in the mood.<br><br>
<<rose>>The evening is not over, do you want to do something with just me... or?<</rose>><br>
Oh ok, she still is, and <<link "So do you" "roseyourroom">><</link>>
<</if>>
<</replace>><</link>><br>
<</if>>
</div>
<</if>>
/*-----------touchtits----------*/
<<if $roseattraction gte 50 and $roseattraction lte 71.99 and $rosetits gte 2 or $rosetits lte 2 and $roseattraction gte 50>>
<<say "You" $faceimg>>I can't wait to see my motivation, and yes, before you ask, I remember the promise<</say>><br>
<<rose>>Good boy, you definitely deserve to look at them again<</rose>><br>
<<video "images/rose/showbra.mp4" >><br>
<<video "images/rose/showtits.mp4" >><br>
<<say "You" $faceimg>>God, they are so nice, please, can I touch them?<</say>><br>
She giggles again.<br><br>
<<rose>>If I let you touch them for a bit, will you stop asking?<</rose>><br>
She pretends to be annoyed, but you know that she must be enjoying this if she keeps coming back here, so you play along.<br><br>
<<say "You" $faceimg>>Yes, it definitely will stop me from asking<</say>><br>
<<rose>>Hmpff, ok, go ahead then, but go easy and be quick about it<</rose>><br>
Finally...<br>
<<video "images/rose/touchtits.mp4" >><br>
<<rose>>So... are they everything you hoped for?<</rose>><br>
<<say "You" $faceimg>>Damn, yes, they are<</say>><br>
<<rose>>Good. I expect good progress after so much motivation<</rose>><br>
She winks at you<br>
<<lust "11">>
<<addmins 12>>
<<roslove "1">>
<<set $rosetits to 3>>
<<if $rosetitsachievement is 0 or $rosetitsachievement is undefined >>
<<set $rosetitsachievement to 1>><<sta 3>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<<link "Rose leaves your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*-----------------------------------------*/
/*-----------showtits----------*/
<<if $roseattraction gte 34.99 and $roseattraction lte 49.99 and $rosetits gte 1 or $rosetits eq 1 and $roseattraction gte 34.99>>
<<rose>>The promise still counts, right?<</rose>><br>
<<say "You" $faceimg>>Yeah, I know, I know<</say>><br>
<<rose>>Enjoy then<</rose>><br>
<<video "images/rose/showbra.mp4" >><br>
<<video "images/rose/showtits.mp4" >><br>
<<rose>>Do you like them?<</rose>><br>
<<say "You" $faceimg>>God, they are so nice, please, can I touch them?<</say>><br>
She giggles again.<br><br>
<<rose>>No, come on, let's not go too far<</rose>><br>
You can perceive that her barriers are starting to get weaker, though.
<<say "You" $faceimg>>Thanks, this will keep me motivated for a while<</say>><br>
She breaks in a cheerful laugh<br><br>
<<rose>>Ahahah, perfect, see you soon then<</rose>><br>
She leaves the room, you definitely want to get more of this.<br>
<<lust "8">>
<<addmins 11>>
<<roslove "1">>
<<set $rosetits to 2>>
<<link "Rose leaves your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
/*-----------showbra----------*/
<<if $roseattraction lte 34.99 or $rosetits is 0>>
<<rose>>Promise that you'll stay still and won't try anything<</rose>><br>
<<say "You" $faceimg>>Again? yeah, I promise, I promise<</say>><br>
<<video "images/rose/showbra.mp4" >><br>
<<rose>>Is this good motivation?<</rose>><br>
<<say "You" $faceimg>>Oh god, can I touch them?<</say>><br>
<<rose>>You promised...<</rose>><br>
She puts her shirt back on, you decide to keep your word, and kisses you on the cheek.<br><br>
<<rose>>I hope you liked that, if you do more progress, maybe I can show you a little more, ok?<</rose>><br>
<<say "You" $faceimg>>Oh yes, I'll do my best<</say>><br>
She giggles.<br><br>
<<rose>>Perfect, see you soon then<</rose>><br>
She leaves the room, leaving you in a slight state of shock<br>
<<set $rosetits to 1>>
<<roslove "1">>
<<lust "7">>
<<addmins 7>>
<<link "Rose leaves your room" "Room">><</link>><!--[[Room]]--> <br>
<</if>>
<</if>>
<</nobr>><<nobr>><<include "calc">>
<<if $virginity eq "yes" or $virginity eq "Yes">><<set $virginity to 1>><</if>>
<<if $susanfucked is undefined>> <<set $susanfucked to 0>><</if>>
<<if $susanfirstfucked is undefined>> <<set $susanfirstfucked to 0>><</if>>
<<if $susanfirstfucked is 0>>
<<set $susanfirstfucked to 1>>
<<set $fuckingsusan to 1>>
<</if>>
/*--------------------anal-------------------*/
<<if $susanscene eq 5>>
<<set $susanscene to -1>>
<<if $sexexp gte 27>>
<<if $susananalachievement is 0 or $susananalachievement is undefined >>
<<set $susananalachievement to 1>><<sexcon 4>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<b>(Sex experience check: success)</b>
You have enough experience to have anal sex with Susan, you take it slow and prepare her butthole with your saliva and your fingers for quite some time, until you feel that you are ready to go.<br>
<<susan2>>Do you think you can put it in the front for a while before we do that?<</susan2>>
<<if $sexcontrol gte 31>>
<b>(Sex control check: success)</b>
<<say "You" $faceimg>>Sure, I don't see why not<</say>><br>
You are both already naked, and still standing, so you just start fucking Susan on the spot, she pulls one of her legs upwards, It's a good position to allow her to finger her asshole, so that she gets even more ready for your cock, you enjoy the scene<br>
<<video "images/susan/analfuckbefore.mp4" >>
After a while, you decide it's time to put in inside, so you tell her to sit on the couch<br>
<<else>>
<b>(Sex control check: failed)</b>
You know that it could be good to do that, but you're afraid that if you get close to cum that way, you're not gonna last enough to even enjoy it for a bit<br>
<<say "You" $faceimg>>I don't think there's any need to, you should be ready<</say>><br>
<<susan2>>hm... ok, let's do it then<</susan2>>
<</if>>
You line up your cock to her asshole, and push it in slowly to let her get used to the feeling<br
Then you start moving, after a while she seems to get comfortable enough and starts enjoying it<br>
She seems to be aching a bit, so you take it outside, but she protests<br><br>
<<susan2>>Nono, it's fine, GIVE IT TO ME<</susan2>><br>
So you just put it back in <br>
<<video "images/susan/analinsert.mp4" >><br>
She starts talking dirty, you wouldn't have imagined this kinky side of Susan.<br>
She's already so different from the first time you met her, and so sexy<br>
<<if $sexcontrol gte 57>>
You keep fucking her ass, she has an orgasm after the other, she's literally losing her mind from lust<br>
<<video "images/susan/analshecomes.mp4" >><br>
You have fucked her for over 20 minutes now, and it's time for you to cum<br>
<</if>>
<<if $sexcontrol lte 56.99>>
You put it in, but her asshole is so tight and nice that after just a few minutes you end up coming in her, you were barely able to make her come once, and only because she was very horny<br>
<</if>>
<<susan2>>Please come in my mouth, I want to swallow it all, YES, GIVE IT TO ME!<</susan2>><br>
You fulfill her request<br>
<<video "images/susan/analcim.mp4" >><br>
<<susan2>>Hmmm, yeah, give it to me<</susan2>><br>
She looks at you in the eyes and swallows all your cum in front of you<br>
<<susan2>>Oh wow, this was so much fun, let's do this again sometimes!<</susan2>><br>
<<if $sexcontrol gte 57>>
<br>
<<conf "2.2">>
<<suslove "2">>
<<sexcon "2.4">>
<<sexexp "1.5">>
<<stress "-8">>
<<lust "-40">>
<<ene "12">>
<<set $susanfucked +=1>>
<<set $susananaled +=1>>
<<set $susanscene to 0>>
<br> <<link "You get dressed and you get back to your room" "Room">><<addmins 45>><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<<if $sexcontrol gte 31 and $sexcontrol lte 56.99>>
You wonder if maybe fucking her before made the situation worse, but she had fun anyway, you regret nothing<br><br>
<br>
<<suslove "2">>
<<sexcon "2.4">>
<<sexexp "1">>
<<stress "-6">>
<<lust "-40">>
<<ene "9">>
<<set $susanfucked +=1>>
<<set $susananaled +=1>>
<<set $susanscene to 0>>
<br> <<link "You get dressed and you get back to your room" "Room">><<addmins 30>><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<<if $sexcontrol lte 30.99>>
<<suslove "1">>
<<sexcon "2.4">>
<<sexexp "1">>
<<stress "-4">>
<<lust "-40">>
<<ene "6">>
<<set $susanfucked +=1>>
<<set $susananaled +=1>>
<<set $susanscene to 0>>
<br> <<link "You get dressed and you get back to your room" "Room">><<addmins 18>><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<</if>>
<<if $sexexp lte 26.99>>
<b>(Sex experience check: fail)</b>
You try to have anal sex with Susan, to the best of your knowledge, but you only end up hurting her<br>
<<susan2>>Ouch!!<</susan2>><br>
<<say "You" $faceimg>>Maybe if I try this way...<</say>><br>
<<susan2>>Ooouuch!! STOOP<</susan2>><br>
<<say "You" $faceimg>>I'm sorry<</say>><br>
<<susan2>>Damn, you said that you knew what you were doing,,, it hurts so much!<</susan2>><br>
You have to stop trying, it was not a great experience, but you definitely learned something that you are NOT supposed to do.<br><br>
<<conf "-1">>
<<suslove "-2">>
<<sexexp "2">>
<<stress "3">>
<<ene "3">>
<<set $susanscene to 0>>
<br> <<link "You get dressed and you get back to your room" "Room">><<addmins 8>><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<</if>>
/*--------------------oral----------------*/
<<if $susanscene eq 4>>
<<set $susanscene to -1>>
You sit on the couch for a while, she is visibly aroused just by your presence nearby
<<say "You" $faceimg>>Can you just suck my dick for today?<</say>><br>
<<susan2>>Oh, sure, if you are a bit tired, let me help you relax<</susan2>><br>
<<if $susanoralachievement is 0 or $susanoralachievement is undefined >>
<<set $susanoralachievement to 1>><<set $maximumdays +=1>>
<<set $maxdayscalc +=1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
She starts getting naked and says:<br>
<<susan2>>Just get naked and lay down on the couch honey, I'll take good care of you<</susan2>><br>
She finishes removing all of her clothes, gets on her knees on the couch, and starts sucking you<br>
<<video "images/susan/blowstart1.mp4" >>
<<if $sexcontrol gte 31.99>>
She sucks you off for several minutes<br>
<<susan2>>I really love sucking it, do you want me to go faster to make you come?<</susan2>><br>
<<say "You" $faceimg>>Oh, yes please<</say>><br>
She starts to sucking you off faster and faster
<<video "images/susan/blowfast1.mp4" >>
You enjoy the treatment for a few more minutes, until you finally start cumming in her mouth<br>
<<video "images/susan/blowcum1.mp4" >>
<<conf "1.3">>
<<suslove "2">>
<<sexcon "2">>
<<stress "-10">>
<<lust "-40">>
<<ene "1">>
<br> <<link "You get dressed and you get back to your room" "Room">><<addmins 22>><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<<else>>
You try to concentrate on not coming too early, but she is too hot for you and you cannot help it <br>
<<video "images/susan/blowcum1.mp4" >>
<<suslove "1">>
<<sexcon "2">>
<<stress "-10">>
<<lust "-40">>
<<ene "1">>
<br> <<link "You get dressed and you get back to your room" "Room">><<addmins 13>><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<</if>>
/*-----------------xxxxx------------------*/
/*--------------------fucking---------------*/
/*--ach--*/
<<if $fuckingsusan eq 1>>
<<if $virginity is 1 or $virginity is "Yes">>
<<if $susanvirginachievement is 0 or $susanvirginachievement is undefined >>
<<set $susanvirginachievement to 1>><<conf 5>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
<</if>>
<<if $susanfuckachievement is 0 or $susanfuckachievement is undefined >>
<<set $susanfuckachievement to 1>><<sexcon 3>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
/*--ach--*/
Susan sits on the couch, you sit next to her<br>
You hug her, and after a while you start making out<br>
<<video "images/susan/susan2kiss.mp4" >>
/*----kissengine----*/
<<if $susankissed is 0>>
<b>You kissed Susan for the first time! </b><br>
She is not a very popular girl, but it's still an achievement, and she won't deny it if asked.
<b>Your popularity <span style="color: #008000;">increased</span> by 2</b><br>
<<set $popularity +=2>>
<</if>>
<<set $susankissed +=1>>
<<if $susankissachievement is 0 or $susankissachievement is undefined >>
<<set $susankissachievement to 1>>
<<notify 5s>>Achievement Unlocked!<</notify>>
<</if>>
/*-------------------*/
<<if $confidence lte 39.99>>
<br>
After about 5 minutes of making out with her, she gives up on you trying to move further and takes the lead, she starts undressing<br>
<</if>>
<<if $confidence gte 40>>
<b>(successful check: confidence 40)</b><br><<say "You" $faceimg>>Take your clothes off for me please<</say>><br>
<<susan2>>You really like to see me naked, don't you?<</susan2>><br>
<</if>>
<<video "images/susan/undress2.mp4" >><br>
<<if $confidence lte 39.99>>
<<susan2>>Like what you see?<</susan2>><br>
<<say "You" $faceimg>>Oh yeah, you are beautiful<</say>><br>
<<susan2>>Then do something about it<</susan2>><br>
After being called out in such a way, she triggers you to overcome your low confidence, you remove her last piece of clothing and start licking her between her legs.<br>
<</if>>
<<if $confidence gte 40>>
<b>(Successful check: Confidence 40)</b>You are very aroused by her naked body, she gets close to you and wants to resume making out, but you just push her to lay down on the couch and remove her panties, then proceed to start licking her between her legs<br>
<</if>>
<<video "images/susan/pussylick.mp4" >>
<br>
She enjoys that for a while, but it's clear that she wants to go all the way now.<br>
<<if $sexcontrol gte 30>>
You pull your rock-hard dick out of your pants, and slowly slide it inside<br>
<<video "images/susan/fuckinsert.mp4" >>
You are able to fuck her for a least a few minutes before coming, and you manage to give her an orgasm.<br>
You're not sure if you should come inside or outside, but she doesn't seem to mind, so you end up doing a bit of both.<br>
<<video "images/susan/fuckandhalfcream.mp4" >>
/* virgin and firstfuck check susan */
<<if $virginity is 1 or $virginity is "Yes">> <<set $virginity to ["Susan"]>><br>
You lost your virginity to $virginity !
<</if>>
<<if $susanfucked is 0>>
<b>You fucked Susan for the first time! She might not be a popular girl, but she won't deny it, and it's still an achievement!<br>
Your popularity <span style="color: #008000;">increased</span> by 3!<br></b>
<<set $popularity +=3>>
<</if>>
/*virginfirstfucksusan */
<<set $fuckingsusan to 0>>
<<set $susanfucked +=1>>
<<sexexp "1">>
<<conf "3">>
<<lust "-40">>
<<suslove "3">>
<<sexcon "2.4">>
<<stress "-8">>
<<ene "8">>
<br> <<link "You both get dressed, talk for a bit, then she goes back to her room" "Room">><<addmins 15>><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
<</if>>
<<if $sexcontrol lte 29.99>>
She put herself on her knees and exposes her ass, you pull your dick out, that is obviously rock hard by now. <br>
You know that it wont be possible for you to last long in this situation, you're way too aroused by her.<br>
You don't want to disappoint herby backing out again, anyway, so you give her your best try.<br>
<<video "images/susan/fuckfastcum.mp4" >>
<br>
It's a disaster, you didn't last very long, you feel very embarrassed.<br><br>
<<say "You" $faceimg>>Damn, I'm sorry, I was way too horny, you are just too hot<</say>><br>
She doesn't seem to be bothered at all, she gives you a warm smile<br><br>
<<susan2>>Oh, is this what you were worried about??<</susan2>><br>
<<say "You" $faceimg>>Yeah, I kinda expected to not last long enough<</say>><br>
<<susan2>>But... but I don't care about it! I really like you, and you will last longer with time, I've read about it, it's normal, you should have never worried about it!<</susan2>><br>
<<say "You" $faceimg>>Well, it's a bit embarassing...<</say>><br>
<<susan2>>NO, promise that you won't let this hold you back again, we'll do it a hundred times if we need to<</susan2>><br>
<<say "You" $faceimg>>wow... ok<</say>><br>
/* virgin and firstfuck check susan */
<<if $virginity is 1 or $virginity is "Yes">> <<set $virginity to ["Susan"]>><br>
<b>You lost your virginity to $virginity !</b><br>
<</if>>
<<if $susanfucked is 0>>
<b>You fucked Susan for the first time! She might not be a popular girl, but she won't deny it, and it's still an achievement!<br>
Your popularity <span style="color: #008000;">increased</span> by 3!<br></b>
<<set $popularity +=3>>
<</if>>
/*virginfirstfucksusan */
<<suslove "1">>
<<set $fuckingsusan to 0>>
<<set $susanfucked +=1>>
<<sexcon "2.4">>
<<sexexp "1">>
<<lust "-40">>
<<ene "6">>
<br> <<link "You get dressed, she gives you a kiss, and you get back to your room" "Room">><<addmins 15>><<set $energy -=$enewid>><<set $enewid to 0>><</link>>
/*--------------------xxx----------------*/
<</if>>
<</if>>
<</nobr>><<nobr>><<updatebar>>
<<if $mentalretain is undefined>><<set $mentalretain to 40>><</if>>
<<if $sexualretain is undefined>> <<set $sexualretain to 30>><</if>>
<<if $startingbody is undefined>> <<set $startingbody to 5>><</if>>
<<if $extrastartmoney is undefined>> <<set $extrastartmoney to 0>><</if>>
<<if $maxdayscalc is undefined>> <<set $maxdayscalc to 14>><</if>>
You have<b><span style="color: #6A5ACD;"> $exp Experience </span></b> to spend before starting a new simulation:<br>
The new simulation will have a duration of $maxdayscalc days.<br>
The new simulation will start with an extra $extrastartmoney $<br>
You will start your new simulation with $startingbody base strength and stamina (+ achievements bonuses)<br>
You will start your new simulation with $mentalretain % of your highest reached mental attributes (culture,intelligence,charisma,coding,confidence) - Achievements bonuses not included. <br>and $sexualretain % of your highest reached sexual attributes (sex control,sex experience)<br>
<br>
<<if $exp gte 50>>
Spend 50 exp to <<link "buy an extra day" "expspending">><br>
<<set $exp -=50>>
<<set $maxdayscalc +=1>>
<</link>>
<<else>> You can't afford buying an extra day.
<</if>>
<br>
Spend 50 exp to permanently <<linkreplace "start with extra 100$">>
<<if $exp gte 50>>
<<set $extrastartmoney +=100>>
<<set $exp -=50>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<<if ndef $codebuttonupgrade>>
Spend 15 exp to add a quick "Code" button in your room.
<<linkreplace "Buy this">><br>
<<if $exp gte 15>>
<<set $codebuttonupgrade to 1>>
<<set $exp -=15>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $startingbody eq 5>>Spend 45 exp to improve your starting body to have 15 to strength and stamina
<<linkreplace "Buy this">><br>
<<if $exp gte 45 >>
<<set $startingbody to 15>>
<<set $exp -=45>>
<<goto "expspending">>
<<else>> Can't afford<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $startingbody eq 15>>Spend 90 exp to improve your starting body to have 25 to strength and stamina
<<linkreplace "Buy this">>
<<if $exp gte 90>>
<<set $startingbody to 25>>
<<set $exp -=90>>
<<goto "expspending">>
<<else>> Can't afford<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $startingbody eq 25>>Spend 140 exp to improve your starting body to have 35 to strength and stamina
<<linkreplace "Buy this">>
<<if $exp gte 140 >>
<<set $startingbody to 35>>
<<set $exp -=140>>
<<goto "expspending">>
<<else>> Can't afford<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $startingbody eq 35>>Spend 250 exp to improve your starting body to have 40 to strength and stamina
<<linkreplace "Buy this">>
<<if $exp gte 250 >>
<<set $startingbody to 40>>
<<set $exp -=250>>
<<goto "expspending">>
<<else>> Can't afford<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $mentalretain eq 40>>Spend 40 exp to raise your mental's attribute retaining to 50%
<<linkreplace "Buy this">>
<<if $exp gte 40>>
<<set $mentalretain +=10>>
<<set $exp -=40>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $mentalretain eq 50>>Spend 80 exp to raise your mental's attribute retaining to 60%
<<linkreplace "Buy this">>
<<if $exp gte 80>>
<<set $mentalretain +=10>>
<<set $exp -=80>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $mentalretain eq 60>>Spend 160 exp to permanently raise your mental's attribute retaining to 70%
<<linkreplace "Buy this">><br>
<<if $exp gte 160>>
<<set $mentalretain to 70>>
<<set $exp -=160>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $mentalretain eq 70>>Spend 300 exp to permanently raise your mental's attribute retaining to 73%
<<linkreplace "Buy this">><br>
<<if $exp gte 300>>
<<set $mentalretain to 73>>
<<set $exp -=300>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>><br>
<</if>>
<<if $mentalretain eq 73>>Spend 600 exp to permanently raise your mental's attribute retaining to 76%
<<linkreplace "Buy this">><br>
<<if $exp gte 600>>
<<set $mentalretain to 76>>
<<set $exp -=600>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>><br>
<</if>>
<<if $mentalretain eq 76>>Spend 1200 exp to permanently raise your mental's attribute retaining to 79%
<<linkreplace "Buy this">><br>
<<if $exp gte 1200>>
<<set $mentalretain to 79>>
<<set $exp -=1200>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>><br>
<</if>>
<<if $mentalretain eq 79>>Spend 2400 exp to permanently raise your mental's attribute retaining to 82%
<<linkreplace "Buy this">><br>
<<if $exp gte 2400>>
<<set $mentalretain to 82>>
<<set $exp -=2400>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>><br>
<</if>>
<<if $mentalretain eq 82>>Spend 4800 exp to permanently raise your mental's attribute retaining to 85%
<<linkreplace "Buy this">><br>
<<if $exp gte 4800>>
<<set $mentalretain to 85>>
<<set $exp -=4800>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>><br>
<</if>>
<<if $sexualretain eq 30>>
Spend 60 exp to permanently raise your sexual's attribute retaining to 40%
<<linkreplace "Buy this" >><br>
<<if $exp gte 60>>
<<set $sexualretain to 40>>
<<set $exp -=60>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $sexualretain eq 40>>
Spend 120 exp to permanently raise your sexual's attribute retaining to 50%
<<linkreplace "Buy this">><br>
<<if $exp gte 120>>
<<set $sexualretain to 50>>
<<set $exp -=120>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $sexualretain eq 50>>
Spend 180 exp to permanently raise your sexual's attribute retaining to 60%
<<linkreplace "Buy this">><br>
<<if $exp gte 180>>
<<set $sexualretain to 60>>
<<set $exp -=180>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $sexualretain eq 60>>
Spend 360 exp to permanently raise your sexual's attribute retaining to 70%
<<linkreplace "Buy this">><br>
<<if $exp gte 360>>
<<set $sexualretain to 70>>
<<set $exp -=360>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $sexualretain eq 70>>
Spend 720 exp to permanently raise your sexual's attribute retaining to 73%
<<linkreplace "Buy this">><br>
<<if $exp gte 720>>
<<set $sexualretain to 73>>
<<set $exp -=720>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>><br>
<</if>>
<<if $sexualretain eq 73>>
Spend 1250 exp to permanently raise your sexual's attribute retaining to 76%
<<linkreplace "Buy this">><br>
<<if $exp gte 1250>>
<<set $sexualretain to 76>>
<<set $exp -=1250>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>><br>
<</if>>
<<if $sexualretain eq 76>>
Spend 2500 exp to permanently raise your sexual's attribute retaining to 79%
<<linkreplace "Buy this">><br>
<<if $exp gte 2500>>
<<set $sexualretain to 79>>
<<set $exp -=2500>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>><br>
<</if>>
<<if $sexualretain eq 79>>
Spend 5000 exp to permanently raise your sexual's attribute retaining to 82%
<<linkreplace "Buy this">><br>
<<if $exp gte 5000>>
<<set $sexualretain to 82>>
<<set $exp -=5000>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>><br>
<</if>>
<<if $sexualretain eq 82>>
Spend 10000 exp to permanently raise your sexual's attribute retaining to 85%
<<linkreplace "Buy this">><br>
<<if $exp gte 10000>>
<<set $sexualretain to 85>>
<<set $exp -=10000>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>><br>
<</if>>
<<if ndef $preworkexperience>>
Spend 35 exp to establish previous working experience (raise base fast food work income by 50%)
<<linkreplace "Buy this">><br>
<<if $exp gte 35>>
<<set $preworkexperience to 1>>
<<set $exp -=35>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if ndef $extraenergy>>
Spend 150 exp to permanently have 10 more max energy.
<<linkreplace "Buy this">><br>
<<if $exp gte 150>>
<<set $extraenergy to 1>>
<<set $exp -=150>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $permainstatok eq 1>><<else>>Spend 111 exp to permanently start with all girls already stalked on Instatok.
<<linkreplace "Buy this">><br>
<<if $exp gte 111>>
<<goto "expspending">>
<<set $permainstatok to 1>>
<<set $exp -=111>>
<<else>>
Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if ndef $natashajfuck>>
Spend 75 exp to get Natasha's jealousy to spike when she discovers that you fucked Carol
<<linkreplace "Buy this">><br>
<<if $exp gte 75>>
<<set $natashajfuck to 1>>
<<set $exp -=75>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if ndef $katrinagrat>>
Spend 100 exp to get Katrina's gratitude to spike when you fix her computer.
<<linkreplace "Buy this">><br>
<<if $exp gte 100>>
<<set $katrinagrat to 1>>
<<set $exp -=100>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if ndef $virginwipe>>
Spend 150 exp to unlock a tool to reset your virginity mid-run from your computer once.
<<linkreplace "Buy this">><br>
<<if $exp gte 150>>
<<set $virginwipe to 1>>
<<set $exp -=150>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<<if $virginwipe eq 1>>
Spend 300 exp to improve the virginity-reset tool to allow you to reset it twice per run.
<<linkreplace "Buy this">><br>
<<if $exp gte 300>>
<<set $virginwipe to 2>>
<<set $exp -=300>>
<<goto "expspending">>
<<else>>Can't afford
<</if>>
<</linkreplace>>
<br>
<</if>>
<br><span style="font-size: 2em;">
<<link "Unlock extra special scenes" "bonusscenes">><</link>></span> <img src="images/santahat.png" width="70" height="70"><br>
<br>
<<link "Proceed to restart the upgraded simulation" "restart">><</link>><br>
<</nobr>><!--[[restart]]--><<nobr>>
This game was born as a free to play game, and wants to keep being that.<br>
All game story and the majority of content will stay free to play.<br>
By checking out my <a href="https://www.subscribestar.com/just-one-more-chance" target="_blank">Subscribestar</a> or <a href="https://patreon.com/SecondChance43" target="_blank">Patreon</a> pages you will find a few extra features including:<br><br>
A <span style="color: #8B0000;">Discord-accessible</span> link to the Cityt's studio, a minigame full of content!<br>
<<linkreplace "What is it?">>It's a version of the game including a page where there's NO actual paywalled STORY that is part of the main plot, but a minigame including all game-characters that ends up granting you an additional revenue.<br>
The version with the extra page is hosted on a dedicated website, You will have to save to disk from the save menu and import the save. Those scenes are hosted online and therefore have less compression and better quality.<br>More of them will be added regularly.<br><br>
Current content: over 150 clips! <br><</linkreplace>>
<br><br>
You can also find light and heavy cheats(depending on tier).<br>
<<linkreplace "What do cheats do?">>
I can understand that this game might feel a bit grindy to some people, it was made with my tastes for game progression in mind, which might not be the same as everyone else's.<br><br>
<span style="color: #8B0000;">Light cheats</span> are "just" a 2x time extension of simulation's duration for every run. this will allow you to easily grind more experience and progress much faster.<br><br>
<span style="color: #8B0000;">Heavy cheats</span> are an access to a page that I use for debugging and allows you to manipulate all the stats, including virginity reset, daily interactions reset, rolling back hours/days, therefore having infinite time, they might break the game if used mindlessly, otherwise they shouldn't. This might also be useful if you want to help me debugging, which would also require you to be on the discord server to post your findings.
<br><br>
Are you already using cheats, but you changed your mind and want to get back at regular gameplay? just write "disable" as a code.<br><br>
<</linkreplace>>
<br>
<br>
In the debug page, there's also a <span style="color: #8B0000;"> list containing most source material </span>used in the game, if you want to check that out.
<br>
/*vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Looking for the cheats?
If you really want to use the cheats and can't afford supporting me, just open the console(f12) and paste:
SugarCube.State.active.variables.clickedderp2 = 1
SugarCube.State.active.variables.clickedderp = 2
This will work with every version.
Looking for the codes is not impossible, but this is way easier.
Even though I can't stop you, pretty please don't post the codes online :3
*/
To unlock cheats, enter the code here:<br>
<<textbox "$cittcode" "">><br>
/*/*---------------------button start--------------------
<<button "Confirm">>
<<script>>
Dialog.setup("Cheats Confirmation");
Dialog.wiki(Story.get("Cheats Confirmation").processText());
Dialog.open();
<</script>>
<</button>>
-------------------------------button end------------*/
<<if $newversion is undefined>><<set $newversion to 33>><<set $clickedderp2 to 0>><<updatebar>><</if>>
<<if $cittcode is "cheatcode7663495">><<set $CIickedderp to 1>><</if>>
<<if $cittcode is "debug11445">><<set $cIickedderp to 1>><</if>>
<<if $cittcode is "lightcheats208">><<set $cIickedderp2 to 2>><</if>>
/* <nobr> */
<<button "Confirm">>
<<script>>
Dialog.setup("Cheats Confirmation");
Dialog.wiki(Story.get("RiIey").processText());
Dialog.open();
<</script>>
<</button>>
<br>
<br>
<br>
<<linkreplace " Fix for mismatched achievement number">>
Is the number of completed achievements mismatched by one? (known bug)<br>
Fix it from here! (Sure, you can also fake it, but what good is that?)<br>
<<linkreplace "add 1">><<set $achievementcount +=1>><<updatebar>>Done.<</linkreplace>><br>
<<linkreplace "remove 1">><<set $achievementcount -=1>><<updatebar>>Done.<</linkreplace>><br>
<</linkreplace>>
<</nobr>>/*//-------------This time you found it for real, WELCOME to the last step of the cheat cracking minigame, please make sure that they actually work before you post them somewhere, last time it was full of people complaining about cheats not working because someone posted the wrong ones
Also, some cheat codes give an unlock confirmation message but they don't actually do anything, so you should actually check that they do what is expected of them, especially before posting them, but the Console is still a quicker option imho.
---//*/
<<nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "heavy1832alpha" or $cittcode is "disable">>
<<set $cheatsenabled to true>>
<</if>>
<<if $cittcode is "disable">>
<b>All Cheats disabled, changes already made with cheats cannot be reverted</b>
<<set $clickedderp to 1>>
<<set $clickedderp2 to 0>>
<<set $cittcode to 0>><<updatebar>>
<<updatebar>><</if>>
<</nobr>>
<<if $cittcode is "61alphalight">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "debug44234alpha">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickeddderp to 2>>
<<set $clickeddderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*---------------------------------------------------------*/
<<if $cittcode is "187cheatbasic">>
<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "premiumheavy273">>
<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<<set $clickedderp to 2>>
<<set $clickedderp2 to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "187cheatbasic" or $cittcode is "premiumheavy273" or $cittcode is "disable">>
<<else>>You have entered an invalid code<br><br>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats">>
/*<b>Light cheats unlocked</b>, thanks again for supporting me! *_*<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
<<if $cittcode is "heavy1832alpha">>
/*<b>Heavy cheats unlocked</b>, thanks again for supporting me! *_*<br> Click on "My Room" once and an extra link called "Cheat --> Debugroom" should appear in the left-slide menu.<br>
If someone shared them with you or you cracked them, but you like the game, and can afford it, please consider supporting me anyway :3<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>*/
<<set $actualcheats to 2>>
<<set $actualheavycheats to 1>>
<<set $cittcode to 0>><<updatebar>>
<</if>>
/*--------------------------------------------------------------------*/
<<if $cittcode is "light319cheats" or $cittcode is "he