<<nobr>>
<<script>>
// Run check when first passage loads
setup.checkScreenWidth();
<</script>>
<style>
/* This ensures the background covers everything */
body {
background-image: url("Images/Locations/mainpagebackground.jpg"); /* Replace with your image path */
background-size: cover;
background-position: center;
background-attachment: fixed; /* This keeps the background fixed while scrolling */
background-repeat: no-repeat;
min-height: 100vh;
}
.welcome-content {
background-color: rgba(0, 0, 0, 0.25);
border-radius: 15px;
padding: 1em 2em;
max-width: 800px;
margin: 1em 2em;
color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.title {
font-size: 2.5em;
text-align: center;
margin-bottom: 0.5em;
color: #ffd700;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.subtitle {
font-size: 1.2em;
text-align: center;
margin-bottom: 1.5em;
color: #e6e6e6;
font-style: italic;
}
.choice-link {
display: block;
background-color: rgba(70, 70, 70, 0.8);
padding: 0.8em 1.5em;
margin: 1em 0;
border-radius: 8px;
color: #fff !important;
text-decoration: none;
transition: all 0.3s ease;
text-align: center;
}
.choice-link:hover {
background-color: rgba(100, 100, 100, 0.9);
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.warning-text {
color: #ff6b6b;
font-weight: bold;
margin: 1em 0;
}
.note-text {
color: red;
font-size: 0.9em;
margin: 0.5em 0;
padding-left: 1em;
border-left: 3px solid #666;
}
.divider {
border: none;
border-top: 1px solid rgba(255, 255, 255, 0.2);
margin: 2em 0;
}
</style>
<</nobr>>
<div class="welcome-content">
<h1 class="title">Welcome to Truecalling</h1>
<p class="subtitle">A Fantasy Journey of Choices and Consequences</p>
<p>Will you survive the harsh world and help your family rise against the corruption or will you succumb to the harsh reality of this world?</p>
<div class="warning-text">
⚠️ This game contains adult content. You must be of legal age to play (18/21 depending on your location).
</div>
<span style="color: red;">OLD SAVES WILL NOT WORK</span>
[[Yes I am an adult - Let's begin the journey|setting character]]
[[Continue from Act I|Continue from Act I]]
<<if $isReady is true>>
[[Begin from the midpoint|setting character midpoint]]
[[Start from new content (v0.64 Progression Update)|setting current Point]]
<</if>>
[[No, I'll wait until I'm old enough|Underage]]
<hr class="divider">
<p class="note-text">📝 Note: Old saves wont work!!</p>
<p>What's new? [[Check out the Changelog|Game updates]]</p>
</div>
<<nobr>>
<<set $endingmode = 1>>
<<set $trackedQuest = null>>
<<set $dayOneFuckForAmmends to false>>
<<set $mainStory = 0>>
<<set $feverValue = 0>>
<<set $lastTime = $time>>
<<set $haveABook = false>>
<<set $bestAcademyBook = false>>
<<set $crimsonRoseBook = false>>
<<set $latestWarBook = false>>
<<set $nightshadeEliteBook = false>>
<<set $isoldeDaughter = false>>
<<set $firstDay = 0>>
<<set $femC = false>>
<<set $mascC = false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $beenInHerbologyClassToday = false>>
<<set $beforeClassInteractionToday = false>>
<<set $afterClassInteractionToday = false>>
<<set $visitedInledyaInTheBathroomToday = false>>
<<set $inledyaTalkedInKitchen to false>>
<<set $visitedAlarielInTheBathroomToday = false>>
<<set $talkToAlarielBedroomAlariel = false>>
<<set $visitedMaedhroInTheBathroomToday = false>>
<<set $talkedMaedhroInTheKitchen = false>>
<<set $excerscidedWithMaedhro = false>>
<<set $excerscidedWithMaedhroGym = false>>
<<set $parkrunWithMaedhroToday = false>>
<<set $maedhroTrapContent = false>>
<<set $maedhroisatrap = false>>
<<set $maedhroMascNetori = true>>
<<set $maedhroGirl = false>>
<<set $maedhroTrap = false>>
<<set $tookLevel1magFromMe to false>>
<<set $tookLevel2magFromMe to false>>
<<set $tookLevel3magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $boughtThirdMag to false>>
<<set $guardsFutaDom = false>>
<<set $guardsNetori = false>>
<<set $guardsSharing = false>>
<<set $guardsStraight = false>>
<<set $maedhroGuardsNtrMix = false>>
<<set $guardsRomanceRoute = false>>
<<set $eveningTalkWithMaedhro = false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $lust = 0 >>
<<set $deg = 0 >>
<<set $romance = 0 >>
<<set $money = 0 >>
<<set $rentmo = 25 >>
<<set $intelligence = 0 >>
<<set $charisma = 0>>
<<set $strength = 0>>
<<set $corruption = 0>>
<<set $confidence = 0>>
<<set $technique = 0>>
<<set $corruptionLevel1check to false>>
<<set $corruptionLevel2check to false>>
<<set $corruptionLevel3check to false>>
<<set $corruptionLevel4check to false>>
<<set $corruptionLevel5check to false>>
<<set $intelligenceLevel1check to false>>
<<set $intelligenceLevel2check to false>>
<<set $intelligenceLevel3check to false>>
<<set $intelligenceLevel4check to false>>
<<set $intelligenceLevel5check to false>>
<<set $charismaLevel1check to false>>
<<set $charismaLevel2check to false>>
<<set $charismaLevel3check to false>>
<<set $charismaLevel4check to false>>
<<set $charismaLevel5check to false>>
<<set $strengthLevel1check to false>>
<<set $strengthLevel2check to false>>
<<set $strengthLevel3check to false>>
<<set $strengthLevel4check to false>>
<<set $strengthLevel5check to false>>
<<set $confidenceLevel1check to false>>
<<set $confidenceLevel2check to false>>
<<set $confidenceLevel3check to false>>
<<set $confidenceLevel4check to false>>
<<set $confidenceLevel5check to false>>
<<set $techniqueLevel1check to false>>
<<set $techniqueLevel2check to false>>
<<set $techniqueLevel3check to false>>
<<set $techniqueLevel4check to false>>
<<set $techniqueLevel5check to false>>
<<set $alarielStory = 0>>
<<set $alarielDom = 0>>
<<set $alarielSub = 0>>
<<set $alarielDeg = 0>>
<<set $alarielDomSub = $alarielDomSub || 50>>
<<set $alarielRel = $alarielRel || 0>>
<<set $alarielCorruption = $alarielCorruption || 0>>
<<set $alarielHandjob = $alarielHandjob || 0>>
<<set $alarielBlowjob = $alarielBlowjob || 0>>
<<set $alarielSex = $alarielSex || 0>>
<<set $alarielAnal = $alarielAnal || 0>>
<<set $alarielKink = $alarielKink || 0>>
<<set $alarielRelLevel1check to false>>
<<set $alarielRelLevel2check to false>>
<<set $alarielRelLevel3check to false>>
<<set $alarielRelLevel4check to false>>
<<set $alarielRelLevel5check to false>>
<<set $alarielRelLevel6check to false>>
<<set $alarielCorrLevel1check to false>>
<<set $alarielCorrLevel2check to false>>
<<set $alarielCorrLevel3check to false>>
<<set $alarielCorrLevel4check to false>>
<<set $alarielCorrLevel5check to false>>
<<set $alarielCorrLevel6check to false>>
<<set $alarielHandjobLevel1check to false>>
<<set $alarielHandjobLevel2check to false>>
<<set $alarielHandjobLevel3check to false>>
<<set $alarielHandjobLevel4check to false>>
<<set $alarielHandjobLevel5check to false>>
<<set $alarielHandjobLevel6check to false>>
<<set $alarielBlowjobLevel1check to false>>
<<set $alarielBlowjobLevel2check to false>>
<<set $alarielBlowjobLevel3check to false>>
<<set $alarielBlowjobLevel4check to false>>
<<set $alarielBlowjobLevel5check to false>>
<<set $alarielBlowjobLevel6check to false>>
<<set $alarielSexLevel1check to false>>
<<set $alarielSexLevel2check to false>>
<<set $alarielSexLevel3check to false>>
<<set $alarielSexLevel4check to false>>
<<set $alarielSexLevel5check to false>>
<<set $alarielSexLevel6check to false>>
<<set $alarielAnalLevel1check to false>>
<<set $alarielAnalLevel2check to false>>
<<set $alarielAnalLevel3check to false>>
<<set $alarielAnalLevel4check to false>>
<<set $alarielAnalLevel5check to false>>
<<set $alarielAnalLevel6check to false>>
<<set $alarielKinkLevel1check to false>>
<<set $alarielKinkLevel2check to false>>
<<set $alarielKinkLevel3check to false>>
<<set $alarielKinkLevel4check to false>>
<<set $alarielKinkLevel5check to false>>
<<set $alarielKinkLevel6check to false>>
<<set $maedhroStory = 0>>
<<set $maedhroDom= 0>>
<<set $maedhroSub=0>>
<<set $maedhroDeg = 0>>
<<set $maedhroDomSub = $maedhroDomSub || 50>>
<<set $maedhroRel = $maedhroRel || 0>>
<<set $maedhroCorruption = $maedhroCorruption || 0>>
<<set $maedhroHandjob = $maedhroHandjob || 0>>
<<set $maedhroBlowjob = $maedhroBlowjob || 0>>
<<set $maedhroSex = $maedhroSex || 0>>
<<set $maedhroAnal = $maedhroAnal || 0>>
<<set $maedhroKink = $maedhroKink || 0>>
<<set $maedhroRelLevel1check to false>>
<<set $maedhroRelLevel2check to false>>
<<set $maedhroRelLevel3check to false>>
<<set $maedhroRelLevel4check to false>>
<<set $maedhroRelLevel5check to false>>
<<set $maedhroRelLevel6check to false>>
<<set $maedhroCorrLevel1check to false>>
<<set $maedhroCorrLevel2check to false>>
<<set $maedhroCorrLevel3check to false>>
<<set $maedhroCorrLevel4check to false>>
<<set $maedhroCorrLevel5check to false>>
<<set $maedhroCorrLevel6check to false>>
<<set $maedhroHandjobLevel1check to false>>
<<set $maedhroHandjobLevel2check to false>>
<<set $maedhroHandjobLevel3check to false>>
<<set $maedhroHandjobLevel4check to false>>
<<set $maedhroHandjobLevel5check to false>>
<<set $maedhroHandjobLevel6check to false>>
<<set $maedhroBlowjobLevel1check to false>>
<<set $maedhroBlowjobLevel2check to false>>
<<set $maedhroBlowjobLevel3check to false>>
<<set $maedhroBlowjobLevel4check to false>>
<<set $maedhroBlowjobLevel5check to false>>
<<set $maedhroBlowjobLevel6check to false>>
<<set $maedhroSexLevel1check to false>>
<<set $maedhroSexLevel2check to false>>
<<set $maedhroSexLevel3check to false>>
<<set $maedhroSexLevel4check to false>>
<<set $maedhroSexLevel5check to false>>
<<set $maedhroSexLevel6check to false>>
<<set $maedhroAnalLevel1check to false>>
<<set $maedhroAnalLevel2check to false>>
<<set $maedhroAnalLevel3check to false>>
<<set $maedhroAnalLevel4check to false>>
<<set $maedhroAnalLevel5check to false>>
<<set $maedhroAnalLevel6check to false>>
<<set $maedhroKinkLevel1check to false>>
<<set $maedhroKinkLevel2check to false>>
<<set $maedhroKinkLevel3check to false>>
<<set $maedhroKinkLevel4check to false>>
<<set $maedhroKinkLevel5check to false>>
<<set $maedhroKinkLevel6check to false>>
<<set $inledyaStory = 0>>
<<set $inledyaDom = 0>>
<<set $inledyaSub = 0>>
<<set $inledyaDeg = 0>>
<<set $inledyaDomSub = $inledyaDomSub || 50>>
<<set $inledyaRel = $inledyaRel || 0>>
<<set $inledyaCorruption = $inledyaCorruption || 0>>
<<set $inledyaHandjob = $inledyaHandjob || 0>>
<<set $inledyaBlowjob = $inledyaBlowjob || 0>>
<<set $inledyaSex = $inledyaSex || 0>>
<<set $inledyaAnal = $inledyaAnal || 0>>
<<set $inledyaKink = $inledyaKink || 0>>
<<set $inledyaRelLevel1check to false>>
<<set $inledyaRelLevel2check to false>>
<<set $inledyaRelLevel3check to false>>
<<set $inledyaRelLevel4check to false>>
<<set $inledyaRelLevel5check to false>>
<<set $inledyaRelLevel6check to false>>
<<set $inledyaCorrLevel1check to false>>
<<set $inledyaCorrLevel2check to false>>
<<set $inledyaCorrLevel3check to false>>
<<set $inledyaCorrLevel4check to false>>
<<set $inledyaCorrLevel5check to false>>
<<set $inledyaCorrLevel6check to false>>
<<set $inledyaHandjobLevel1check to false>>
<<set $inledyaHandjobLevel2check to false>>
<<set $inledyaHandjobLevel3check to false>>
<<set $inledyaHandjobLevel4check to false>>
<<set $inledyaHandjobLevel5check to false>>
<<set $inledyaHandjobLevel6check to false>>
<<set $inledyaBlowjobLevel1check to false>>
<<set $inledyaBlowjobLevel2check to false>>
<<set $inledyaBlowjobLevel3check to false>>
<<set $inledyaBlowjobLevel4check to false>>
<<set $inledyaBlowjobLevel5check to false>>
<<set $inledyaBlowjobLevel6check to false>>
<<set $inledyaSexLevel1check to false>>
<<set $inledyaSexLevel2check to false>>
<<set $inledyaSexLevel3check to false>>
<<set $inledyaSexLevel4check to false>>
<<set $inledyaSexLevel5check to false>>
<<set $inledyaSexLevel6check to false>>
<<set $inledyaAnalLevel1check to false>>
<<set $inledyaAnalLevel2check to false>>
<<set $inledyaAnalLevel3check to false>>
<<set $inledyaAnalLevel4check to false>>
<<set $inledyaAnalLevel5check to false>>
<<set $inledyaAnalLevel6check to false>>
<<set $inledyaKinkLevel1check to false>>
<<set $inledyaKinkLevel2check to false>>
<<set $inledyaKinkLevel3check to false>>
<<set $inledyaKinkLevel4check to false>>
<<set $inledyaKinkLevel5check to false>>
<<set $inledyaKinkLevel6check to false>>
<<set $herbologyStory = 0>>
<<set $philippaStory = 0 >>
<<set $philippaDom = 0 >>
<<set $philippaSub = 0 >>
<<set $philippaDeg = 0>>
<<set $philippaDomSub = $philippaDomSub || 0>>
<<set $philippaRel = $philippaRel || 0>>
<<set $philippaCorruption = $philippaCorruption || 0>>
<<set $philippaHandjob = $philippaHandjob || 0>>
<<set $philippaBlowjob = $philippaBlowjob || 0>>
<<set $philippaSex = $philippaSex || 0>>
<<set $philippaAnal = $philippaAnal || 0>>
<<set $philippaKink = $philippaKink || 0>>
<<set $philippaRelLevel1check to false>>
<<set $philippaRelLevel2check to false>>
<<set $philippaRelLevel3check to false>>
<<set $philippaRelLevel4check to false>>
<<set $philippaRelLevel5check to false>>
<<set $philippaRelLevel6check to false>>
<<set $philippaCorrLevel1check to false>>
<<set $philippaCorrLevel2check to false>>
<<set $philippaCorrLevel3check to false>>
<<set $philippaCorrLevel4check to false>>
<<set $philippaCorrLevel5check to false>>
<<set $philippaCorrLevel6check to false>>
<<set $philippaHandjobLevel1check to false>>
<<set $philippaHandjobLevel2check to false>>
<<set $philippaHandjobLevel3check to false>>
<<set $philippaHandjobLevel4check to false>>
<<set $philippaHandjobLevel5check to false>>
<<set $philippaHandjobLevel6check to false>>
<<set $philippaBlowjobLevel1check to false>>
<<set $philippaBlowjobLevel2check to false>>
<<set $philippaBlowjobLevel3check to false>>
<<set $philippaBlowjobLevel4check to false>>
<<set $philippaBlowjobLevel5check to false>>
<<set $philippaBlowjobLevel6check to false>>
<<set $philippaSexLevel1check to false>>
<<set $philippaSexLevel2check to false>>
<<set $philippaSexLevel3check to false>>
<<set $philippaSexLevel4check to false>>
<<set $philippaSexLevel5check to false>>
<<set $philippaSexLevel6check to false>>
<<set $philippaAnalLevel1check to false>>
<<set $philippaAnalLevel2check to false>>
<<set $philippaAnalLevel3check to false>>
<<set $philippaAnalLevel4check to false>>
<<set $philippaAnalLevel5check to false>>
<<set $philippaAnalLevel6check to false>>
<<set $philippaKinkLevel1check to false>>
<<set $philippaKinkLevel2check to false>>
<<set $philippaKinkLevel3check to false>>
<<set $philippaKinkLevel4check to false>>
<<set $philippaKinkLevel5check to false>>
<<set $philippaKinkLevel6check to false>>
<<set $inviteCecilyover = false>>
<<set $cecilyStory = 0 >>
<<set $cecilyDom = 0 >>
<<set $cecilySub = 0 >>
<<set $cecilyDeg = 0>>
<<set $cecilyDomSub = $cecilyDomSub || 0>>
<<set $cecilyRel = $cecilyRel || 0>>
<<set $cecilyCorruption = $cecilyCorruption || 0>>
<<set $cecilyHandjob = $cecilyHandjob || 0>>
<<set $cecilyBlowjob = $cecilyBlowjob || 0>>
<<set $cecilySex = $cecilySex || 0>>
<<set $cecilyAnal = $cecilyAnal || 0>>
<<set $cecilyKink = $cecilyKink || 0>>
<<set $cecilyRelLevel1check to false>>
<<set $cecilyRelLevel2check to false>>
<<set $cecilyRelLevel3check to false>>
<<set $cecilyRelLevel4check to false>>
<<set $cecilyRelLevel5check to false>>
<<set $cecilyRelLevel6check to false>>
<<set $cecilyCorrLevel1check to false>>
<<set $cecilyCorrLevel2check to false>>
<<set $cecilyCorrLevel3check to false>>
<<set $cecilyCorrLevel4check to false>>
<<set $cecilyCorrLevel5check to false>>
<<set $cecilyCorrLevel6check to false>>
<<set $cecilyHandjobLevel1check to false>>
<<set $cecilyHandjobLevel2check to false>>
<<set $cecilyHandjobLevel3check to false>>
<<set $cecilyHandjobLevel4check to false>>
<<set $cecilyHandjobLevel5check to false>>
<<set $cecilyHandjobLevel6check to false>>
<<set $cecilyBlowjobLevel1check to false>>
<<set $cecilyBlowjobLevel2check to false>>
<<set $cecilyBlowjobLevel3check to false>>
<<set $cecilyBlowjobLevel4check to false>>
<<set $cecilyBlowjobLevel5check to false>>
<<set $cecilyBlowjobLevel6check to false>>
<<set $cecilySexLevel1check to false>>
<<set $cecilySexLevel2check to false>>
<<set $cecilySexLevel3check to false>>
<<set $cecilySexLevel4check to false>>
<<set $cecilySexLevel5check to false>>
<<set $cecilySexLevel6check to false>>
<<set $cecilyAnalLevel1check to false>>
<<set $cecilyAnalLevel2check to false>>
<<set $cecilyAnalLevel3check to false>>
<<set $cecilyAnalLevel4check to false>>
<<set $cecilyAnalLevel5check to false>>
<<set $cecilyAnalLevel6check to false>>
<<set $cecilyKinkLevel1check to false>>
<<set $cecilyKinkLevel2check to false>>
<<set $cecilyKinkLevel3check to false>>
<<set $cecilyKinkLevel4check to false>>
<<set $cecilyKinkLevel5check to false>>
<<set $cecilyKinkLevel6check to false>>
<<set $workinBlacksmith = 0>>
<<set $zimmerProgress = 0>>
<<set $zogStory = 0>>
<<set $zogDom = 0>>
<<set $zogSub = 0>>
<<set $zogDeg = 0>>
<<set $zogDomSub = $zogDomSub || 0>>
<<set $zogRel = $zogRel || 0>>
<<set $zogCorruption = $zogCorruption || 0>>
<<set $zogKink = $zogKink || 0>>
<<set $zogRelLevel1check to false>>
<<set $zogRelLevel2check to false>>
<<set $zogRelLevel3check to false>>
<<set $zogRelLevel4check to false>>
<<set $zogRelLevel5check to false>>
<<set $zogRelLevel6check to false>>
<<set $zogCorrLevel1check to false>>
<<set $zogCorrLevel2check to false>>
<<set $zogCorrLevel3check to false>>
<<set $zogCorrLevel4check to false>>
<<set $zogCorrLevel5check to false>>
<<set $zogCorrLevel6check to false>>
<<set $zogKinkLevel1check to false>>
<<set $zogKinkLevel2check to false>>
<<set $zogKinkLevel3check to false>>
<<set $zogKinkLevel4check to false>>
<<set $zogKinkLevel5check to false>>
<<set $zogKinkLevel6check to false>>
<<set $inviteThaliaover = false>>
<<set $thaliaStory = 0>>
<<set $thaliaDom = 0>>
<<set $thaliaSub = 0>>
<<set $thaliaDeg = 0>>
<<set $thaliaDomSub = $thaliaDomSub || 0>>
<<set $thaliaRel = $thaliaRel || 0>>
<<set $thaliaCorruption = $thaliaCorruption || 0>>
<<set $thaliaHandjob = $thaliaHandjob || 0>>
<<set $thaliaBlowjob = $thaliaBlowjob || 0>>
<<set $thaliaSex = $thaliaSex || 0>>
<<set $thaliaAnal = $thaliaAnal || 0>>
<<set $thaliaKink = $thaliaKink || 0>>
<<set $thaliaRelLevel1check to false>>
<<set $thaliaRelLevel2check to false>>
<<set $thaliaRelLevel3check to false>>
<<set $thaliaRelLevel4check to false>>
<<set $thaliaRelLevel5check to false>>
<<set $thaliaRelLevel6check to false>>
<<set $thaliaCorrLevel1check to false>>
<<set $thaliaCorrLevel2check to false>>
<<set $thaliaCorrLevel3check to false>>
<<set $thaliaCorrLevel4check to false>>
<<set $thaliaCorrLevel5check to false>>
<<set $thaliaCorrLevel6check to false>>
<<set $thaliaHandjobLevel1check to false>>
<<set $thaliaHandjobLevel2check to false>>
<<set $thaliaHandjobLevel3check to false>>
<<set $thaliaHandjobLevel4check to false>>
<<set $thaliaHandjobLevel5check to false>>
<<set $thaliaHandjobLevel6check to false>>
<<set $thaliaBlowjobLevel1check to false>>
<<set $thaliaBlowjobLevel2check to false>>
<<set $thaliaBlowjobLevel3check to false>>
<<set $thaliaBlowjobLevel4check to false>>
<<set $thaliaBlowjobLevel5check to false>>
<<set $thaliaBlowjobLevel6check to false>>
<<set $thaliaSexLevel1check to false>>
<<set $thaliaSexLevel2check to false>>
<<set $thaliaSexLevel3check to false>>
<<set $thaliaSexLevel4check to false>>
<<set $thaliaSexLevel5check to false>>
<<set $thaliaSexLevel6check to false>>
<<set $thaliaAnalLevel1check to false>>
<<set $thaliaAnalLevel2check to false>>
<<set $thaliaAnalLevel3check to false>>
<<set $thaliaAnalLevel4check to false>>
<<set $thaliaAnalLevel5check to false>>
<<set $thaliaAnalLevel6check to false>>
<<set $thaliaKinkLevel1check to false>>
<<set $thaliaKinkLevel2check to false>>
<<set $thaliaKinkLevel3check to false>>
<<set $thaliaKinkLevel4check to false>>
<<set $thaliaKinkLevel5check to false>>
<<set $thaliaKinkLevel6check to false>>
<<set $talkedAboutLvl2Mag = 0>>
<<set $rowenaStory = 0>>
<<set $rowenaDom = 0>>
<<set $rowenaSub = 0>>
<<set $rowenaDeg = 0>>
<<set $rowenaDomSub = $rowenaDomSub || 0>>
<<set $rowenaRel = $rowenaRel || 0>>
<<set $rowenaCorruption = $rowenaCorruption || 0>>
<<set $rowenaHandjob = $rowenaHandjob || 0>>
<<set $rowenaBlowjob = $rowenaBlowjob || 0>>
<<set $rowenaSex = $rowenaSex || 0>>
<<set $rowenaAnal = $rowenaAnal || 0>>
<<set $rowenaKink = $rowenaKink || 0>>
<<set $rowenaRelLevel1check to false>>
<<set $rowenaRelLevel2check to false>>
<<set $rowenaRelLevel3check to false>>
<<set $rowenaRelLevel4check to false>>
<<set $rowenaRelLevel5check to false>>
<<set $rowenaRelLevel6check to false>>
<<set $rowenaCorrLevel1check to false>>
<<set $rowenaCorrLevel2check to false>>
<<set $rowenaCorrLevel3check to false>>
<<set $rowenaCorrLevel4check to false>>
<<set $rowenaCorrLevel5check to false>>
<<set $rowenaCorrLevel6check to false>>
<<set $rowenaHandjobLevel1check to false>>
<<set $rowenaHandjobLevel2check to false>>
<<set $rowenaHandjobLevel3check to false>>
<<set $rowenaHandjobLevel4check to false>>
<<set $rowenaHandjobLevel5check to false>>
<<set $rowenaHandjobLevel6check to false>>
<<set $rowenaBlowjobLevel1check to false>>
<<set $rowenaBlowjobLevel2check to false>>
<<set $rowenaBlowjobLevel3check to false>>
<<set $rowenaBlowjobLevel4check to false>>
<<set $rowenaBlowjobLevel5check to false>>
<<set $rowenaBlowjobLevel6check to false>>
<<set $rowenaSexLevel1check to false>>
<<set $rowenaSexLevel2check to false>>
<<set $rowenaSexLevel3check to false>>
<<set $rowenaSexLevel4check to false>>
<<set $rowenaSexLevel5check to false>>
<<set $rowenaSexLevel6check to false>>
<<set $rowenaAnalLevel1check to false>>
<<set $rowenaAnalLevel2check to false>>
<<set $rowenaAnalLevel3check to false>>
<<set $rowenaAnalLevel4check to false>>
<<set $rowenaAnalLevel5check to false>>
<<set $rowenaAnalLevel6check to false>>
<<set $rowenaKinkLevel1check to false>>
<<set $rowenaKinkLevel2check to false>>
<<set $rowenaKinkLevel3check to false>>
<<set $rowenaKinkLevel4check to false>>
<<set $rowenaKinkLevel5check to false>>
<<set $rowenaKinkLevel6check to false>>
<<set $dissablemap = false>>
<<set $onlyImages = false>>
<<set $incestOn = false>>
<<set $defaultLevel1 = false>>
<<set $mascDefaultLevel1 = false>>
<<set $mascDefaultLevel2 = false>>
<<set $femDefaultLevel1 = false>>
<<set $femDefaultLevel2 = false>>
<<set $mascLevel1defaultface1 to false>>
<<set $mascLevel1blushface1 to false>>
<<set $mascLevel1curiousface1 to false>>
<<set $mascLevel1bitsadface1 to false>>
<<set $mascLevel1softsmileface1 to false>>
<<set $mascLevel1nakedseriousface1 to false>>
<<set $mascLevel1nakedshockface1 to false>>
<<set $mascLevel1nakedconfrontface1 to false>>
<<set $mascLevel1nakedconfrontface2 to false>>
<<set $mascLevel1semiseriousface1 to false>>
<<set $mascLevel1curioussadface1 to false>>
<<set $mascLevel1panicface1 to false>>
<<set $mascLevel1scaredface1 to false>>
<<set $mascLevel1blushcontainembaraceface1 to false>>
<<set $mascLevel1angryface1 to false>>
<<set $mascLevel1blushharderface1 to false>>
<<set $mascLevel1cummingface1 to false>>
<<set $mascLevel1laughingface1 to false>>
<<set $mascLevel1sleepingface1 to false>>
<<set $mascLevel1excersisingface1 to false>>
<<set $mascLevel2defaultface1 to false>>
<<set $mascLevel2notsureface1 to false>>
<<set $mascLevel2scaredface1 to false>>
<<set $mascLevel2scaredface2 to false>>
<<set $mascLevel2sleepingface1 to false>>
<<set $mascLevel1softsmileface1dom to false>>
<</nobr>>
<<script>>
// Initialize character stats system
if (!State.variables.characterStats) {
State.variables.characterStats = {
alariel: {
domSub: State.variables.alarielDomSub,
relationship: State.variables.alarielRel,
corruption: State.variables.alarielCorruption,
handjobExp: State.variables.alarielHandjob,
blowjobExp: State.variables.alarielBlowjob,
sexExp: State.variables.alarielSex,
analExp: State.variables.alarielAnal,
kinkProgress: State.variables.alarielKink
},
inledya: {
domSub: State.variables.inledyaDomSub,
relationship: State.variables.inledyaRel,
corruption: State.variables.inledyaCorruption,
handjobExp: State.variables.inledyaHandjob,
blowjobExp: State.variables.inledyaBlowjob,
sexExp: State.variables.inledyaSex,
analExp: State.variables.inledyaAnal,
kinkProgress: State.variables.inledyaKink
},
maedhro: {
domSub: State.variables.maedhroDomSub,
relationship: State.variables.maedhroRel,
corruption: State.variables.maedhroCorruption,
handjobExp: State.variables.maedhroHandjob,
blowjobExp: State.variables.maedhroBlowjob,
sexExp: State.variables.maedhroSex,
analExp: State.variables.maedhroAnal,
kinkProgress: State.variables.maedhroKink
},
philippa: {
domSub: State.variables.philippaDomSub,
relationship: State.variables.philippaRel,
corruption: State.variables.philippaCorruption,
handjobExp: State.variables.philippaHandjob,
blowjobExp: State.variables.philippaBlowjob,
sexExp: State.variables.philippaSex,
analExp: State.variables.philippaAnal,
kinkProgress: State.variables.philippaKink
},
cecily: {
domSub: State.variables.cecilyDomSub,
relationship: State.variables.cecilyRel,
corruption: State.variables.cecilyCorruption,
handjobExp: State.variables.cecilyHandjob,
blowjobExp: State.variables.cecilyBlowjob,
sexExp: State.variables.cecilySex,
analExp: State.variables.cecilyAnal,
kinkProgress: State.variables.cecilyKink
},
thalia: {
domSub: State.variables.thaliaDomSub,
relationship: State.variables.thaliaRel,
corruption: State.variables.thaliaCorruption,
handjobExp: State.variables.thaliaHandjob,
blowjobExp: State.variables.thaliaBlowjob,
sexExp: State.variables.thaliaSex,
analExp: State.variables.thaliaAnal,
kinkProgress: State.variables.thaliaKink
},
rowena: {
domSub: State.variables.rowenaDomSub,
relationship: State.variables.rowenaRel,
corruption: State.variables.rowenaCorruption,
handjobExp: State.variables.rowenaHandjob,
blowjobExp: State.variables.rowenaBlowjob,
sexExp: State.variables.rowenaSex,
analExp: State.variables.rowenaAnal,
kinkProgress: State.variables.rowenaKink
},
zog: {
domSub: State.variables.zogDomSub,
relationship: State.variables.zogRel,
corruption: State.variables.zogCorruption,
kinkProgress: State.variables.zogKink
},
};
}
<</script>>
<<script>>
// Run screen check again after everything is loaded
if (!window.initialCheckDone) { // Add flag check
window.initialCheckDone = true; // Set flag
setTimeout(function() {
let screenWidth = window.innerWidth;
if (screenWidth < 800) {
State.variables.dissablemap = false;
$("#ui-bar").addClass("closed");
$("html").removeClass("ui-bar-open");
$("#story").removeClass("ui-bar-open");
$("#ui-bar-toggle").removeClass("open");
console.log("Mobile mode activated - Start passage check");
// Force UI refresh
Engine.show();
}
}, 500);
}
<</script>>
<style>
body {
background-image: url("Images/Locations/mainpagebackground1.jpg"); /* Replace with your image path */
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
min-height: 100vh;
}
.character-creation-content {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 15px;
padding: 0em;
max-width: 800px;
margin: 0em;
color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
text-align: center;
margin-top: 0px;
padding-top: 0px;
}
.character-image {
border-radius: 10px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
margin: 1.5em 0;
}
.name-input {
padding: 0em;
}
.continue-link {
display: inline-block;
background-color: rgba(70, 70, 70, 0.8);
padding: 0.8em 1.5em;
margin: 1em 0;
border-radius: 8px;
color: #fff !important;
text-decoration: none;
transition: all 0.3s ease;
}
.continue-link:hover {
background-color: rgba(100, 100, 100, 0.9);
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
input[type="text"] {
background-color: rgba(70, 70, 70, 0.8); /* Matches your button backgrounds */
border: 2px solid #666;
border-radius: 8px; /* Matches your button radius */
padding: 8px 12px;
font-size: 16px;
color: #fff; /* White text like other elements */
margin: 10px 0;
width: 200px;
transition: all 0.3s ease; /* Same smooth transition as buttons */
}
input[type="text"]:hover,
input[type="text"]:focus {
background-color: rgba(100, 100, 100, 0.9); /* Matches button hover */
transform: translateY(-2px); /* Same lift effect as buttons */
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Same shadow as buttons */
outline: none;
border-color: #ffd700; /* Golden color for focus/hover */
}
/* This changes the placeholder text color */
input[type="text"]::placeholder {
color: rgba(255, 255, 255, 0.7);
}
</style>
<div class="character-creation-content">
<h2>Character Creation</h2>
<p>In this game, you'll take on the role of an elf character. You have the opportunity to customize the main character in the story. Let's start by naming your main character.</p>
<div class="name-input">
Name your elf character: <br>
<<textbox "$playerName" "Aricen">>
</div>
<img src="Images/RightSideBar/maincharacterfemfreeroamlvl1image1.png" alt="Elf Character Image" width="400" class="character-image">
[[Continue|What Content Included]]
</div>
<<nobr>>
<<set $char = 0>>
<<set $str = 0 >>
<<set $romance = 0 >>
<<set $lust = 0 >>
<<set $deg = 0 >>
<<set $daynumber = 1 >>
<<set $day= "Monday">>
<<set $time = "Early Morning">>
<<set $money = 24 >>
<<set $rentmo = 25 >>
<<set $face =1 >>
<<set $chest = 1 >>
<<set $legs = 1 >>
<<set $arms = 1 >>
<<set $ass = 1 >>
<<set $penis = 1 >>
<<set $nails = 1 >>
<<set $lips = 1 >>
<<set $asshole = 1>>
<<set $overwear = "nude">>
<<set $underwear = "nude">>
<<set $toy = "nude">>
<<set $bra = "nude">>
<<set $chastity = 0>>
<<set $overwearinventory = []>>
<<set $overwearinventory.push("brown vest")>>
<<set $underwearinventory = [] >>
<<set $underwearinventory.push ("white underwear")>>
<<set $otherinventory = [] >>
<<set $brainventory = [] >>
<<set $toyinventory = [] >>
<<set $wearingfemunderwear = 0 >>
<<set $wearingfemoverwear = 0 >>
<<set $p=0 >>
<<script>>
// Run screen check again after everything is loaded
if (!window.initialCheckDone) { // Add flag check
window.initialCheckDone = true; // Set flag
setTimeout(function() {
let screenWidth = window.innerWidth;
if (screenWidth < 800) {
State.variables.dissablemap = false;
$("#ui-bar").addClass("closed");
$("html").removeClass("ui-bar-open");
$("#story").removeClass("ui-bar-open");
$("#ui-bar-toggle").removeClass("open");
console.log("Mobile mode activated - Start passage check");
// Force UI refresh
Engine.show();
}
}, 500);
}
<</script>>
<</nobr>>No worries, come back when you are old enough :)
<<back "Return">>Version 0.65 public:
MOBILE DISPLAY:
1. Hallway for mobile Display.
2. images in mobile and a bit larger screens smaller.
3. text fixing for mobile and bit larger screens.
4. initial script load for mobile users.
5. starting choice changes for mobile players.
6. Location fixes for mobile display
7. Notebookfixes for mobile display
8. Story scene fixes for mobile display
9. Interaction scene fixes for mobile display.
10. It’s playable. (It's not perfect. But it's playable).
BUGFIXES:
1. Alariel in the Library image changed to morning instead of afternoon to match interaction.
2. At night afterclass interaction pop up fixed.
3. Removed Backalley, garrison, park tempoaraly
4. Code logic fix magazine 3 fem rom.
5. Firefox browser fix.
6. Correct placements of characters in hallway map.
7. If time dosent pass and player has talked to a character it dosent display the availability of set character to the player.
8. If declining making bracelets with Alariel time dosent pass.
9. MAP AND LOCATIONS (both in normal and mobile mode) correction
10. Maedhro bathroom displaying error fix.
11. Sunday Maedhro bedroom display fix
12. Small change. Confidence can be gained with charisma practice.
13.
14. Intelligence Level 1 Dream (1 that’s used both for FEM AND MASC)
15. Charisma Level 1 Dream (1 that’s used both for FEM AND MASC)
16. Strength Level 1 Dream (1 that’s used both for FEM AND MASC)
17. Confidence Level 1 Dream (1 for Naïve)(1 that’s used both for FEM AND MASC)
18. Technique Level 1 Dream (1 for Naïve)
Added the Naughty magazine 3 as repeatable event to the bedroom (Currently it's the same 1 variation but in the future, it will start updating it's scenes)
Version 0.65
UI/Visuals and settings:
1. New notebook visuals (more compact, more pleasing to the eye, displays relavant information where the character is and quest to advance)
2. Character Details page (displays each characters stats)
3. MC stats (added main character stats to the right side bar)
4. MC dynamic portrait (MC portrait will change in scenes and interactions and when moving around the map)
5. Quest tracking. (Character quests can now be tracked, meaning quest description is displayed on the right side navbar (can be activated from the character details page))
6. More dynamic rooms. (If character is in the room it will display the characters image within the room, character image will change based on the corruption to more lewd)
7. Only Images mode. (Can be turned on/off in settings at any point, (REPLACES GIFS WITH IMAGES!!))
8. Incest mode. (Can be turned on/off in settings at any point)
9. Implemented feaver bar (Code fully done. Implimentation comes in 0.66!!!)
ADDED NAÏVE ROUTE: This is the route that all routes start with and start to branch out (intro/starting route).
INTRO/TUTORIAL:
10. Inledya Story 1 (kitchen scene) Reworked.
11. Alariel Story 1 (bathroom scene) Reworked.
12. Maedhro Story 1 (intro) (maedhros room) Reworked.
13. Going to the Accademy 1st Day (streets). New Scene.
14. Academy gathering 1st Day (3 scenes in 1) (accademy). New Scene.
15. Accademy speech 1st Day (accademy hall). New Scene.
16. Accademy hallway before class (3 scenes in 1) (accademy hallway). New Scene.
17. Philippa and Cecily Intro. Reworked. (3 tiny scenes included)
18. After class scene in the classroom. New Scene.
19. Home (MC Bedroom) ( Inledya and/or Alariel Story 2 ) Going to the market. (3 scenes in 1) New Scene.
20. Alariel Story 2: (alariel bedroom at afternoon) New Scene.
21. Inledya Story 2: (bathroom early morning) New Scene.
22. Inledya Story 3: (living room) New Scene.
23. Inledya Story 4: (Use the magazine in your room). New Scene
24. Inledya Story 5 part 1 market (buying a new one). New scene
25. Inledya Story 5: part 2 (use the new magazine in your room). New Scene
26. Cecily Lvl 1 relationship dream. (Naïve Route)
27. Philippa Lvl1 realationship dream. (Naïve Route)
28. Inledya Lvl1 relationship dream. (Naïve Route)
29. Alariel Lvl1 relationship dream. (Naïve Route)
30. Philippa Story 1: (classroom) New!
31. Cecily Story 1: (classroom after dream) (You notice she is high).
32. Maedhro Story 1: (mc room early Morning) New Scene!!
33. Maedhro Story 2: (maedhro's room Afternoon) New Scene!!
34. Alariel Story 3 Apologize when day is at least 8 Library. (study with her, gives option to buy lore books to boost intelligence)(orianna is there $playerName can ask what's wrong) New Scene
35. Philippa Event 2 (small dialouge changes to make things clearer).
36. Philippa Event 3 reworked (6 variations for each route)
Interactions:
1. Market: Lore books 4, Magazines 2, Potions 6
2. Maedhro room workout, (1 variation naïve route)
3. Maedhro kitchen, Go to school together. (1 variation naïve route)
4. Alariel study together in library (1 variation for Naïve)
5. Alariel hang out in her room, (1 variation for Naïve)
6. Alariel kitchen talk, go to school together. (1 variation for Naïve)
7. Inledya Buy grocaries from the market (living room afternoon). (1 variation for Naïve)
8. Inledya Talk in the kitchen early morning Monday and Saturday. (1 variation for Naïve)
9. Philippa talk after class lvl 0. (3 variation for Naïve)
10. Dreams Normal LVL1. Default scenes.
11. Dreams Normal LVL2. Default scenes.
12. Clean MC room. Deafualt LVL 1 claning. (1 variation for Naïve route)
13. Naughty Magazine lvl 1. (3 variations)
14. Naughty Magazine lvl 2. (3 variations)
15. Take a nap. Default LVL 1 nap. (1 variation for Naïve route)
16. Exercise bedroom. Default LVL 1 exercise. (1 variation for Naïve route)
17. Lorebook reading(inteligence) (4books) (1 variation for each)
18. Clasroom study (15 variations)
19. Tests on Friday +1 philippa rel for doing them (+1 for each correct answer, 15 questions, randomizes 3 of them for each tests)
20. Cecily talk lvl 0 (classroom) (3 variations)
21. Charisma practice infront of mirror. Deafault LVL 1 charisma training (3 variations for Naïve route)
22. School random events in hallway. LVL 0 (5 variations)
23. School random events in library. LVL 0 (5 variations)
24. Before class 5 variations
25. After class 5 variations
26. Street random events guards LVL 0 (5 variations Naïve Route)
27. Market random interactions. (5variations).
28. Town square random interactions. (5 variations)
29. Adjusting images in the notebook for characters. Makin sure when quests end it displays No more quests.
30. Corruption Level 1 Dream (1 for Naïve) (Corruption LVL 0 max then go to sleep to trigger)
31. Bathroom Naïve Alariel (Naive variation)
32. Bathroom Naïve Maedhro (1 variation which is closed door for naïve route reasons)
33. Bathroom Naïve Inledyad (Naive variation)
Version 0.62:
Bug fixes:
1. Need to look at Thalias story 1 event not showing up if player has chosen different routes for different characters.
2. Small typo fixes.
Changes:
1. v0.62 starting link update
Big Changes:
1. Thalia's Appartment navigation.
2. Thalias Appartment visuals.
3. New map Thalias appartment.
4. Character locations on the new map. (for v0.62 only 1 pop up for the story event, more will be added v0.64 with new interactions)
NEW STORY CONTENT:
IMAGE COUNT: 500 IMAGES (26 SCENES)!
1. Thalia story 6
2. Thalia story 7
3. Thalia story 8
---------------------------------------------------------------------------------------------
Truecalling version 0.6:
Bug fixes:
1. Inledya Bathroom leave link was missing.
2. Add money in blacksmith zog subbmission scenes.
3. Some options not showing off for players picking different route options. (should be fixed, let me know if anything pops up on your end)
4. From midpoint start Inledya interaction didn't pop up in her bedroom.
5. Lot's of small bug fixes.
6. Rowena BJ interactions fix for masculine routes.
Big Changes:
1. For mobile players: Can turn off maps (Still able to see where characters are)
2. New map- Cecilys Mansion.
3. Characters on the map at different times.
4. Updated 90% interactions (same thing as in the last update with story scenes)
5. Rightside Navbar that shows MC and stats (Blueprint is done, changing images will be added later on in the future)
6. Added keyboard shortcuts. (for certain reasons)
7. New Interaction scenes feel more of a story instead of a just a gif playing.
TOTAL SCENES COUNT: 235 SCENES.
TOTAL VISUAL IMAGES/GIF COUNT: Around 3000+ images.
TOTAL WORD COUNT: A lot of words.
NEW STORY CONTENT:
1. Cecily Story 9
2. Cecily Story 10
NEW INTERACTIONS
1. Cecily Academy Bathroom 2
2. Cecily Classroom 1
3. Cecily Mansion Bathroom Early Morning in Mon, Wen, Fry,
4. Cecily Mansion Kitchen Afternoon, Thur,Fry,Sat,Sun
5. Cecily Bedroom In evening Thur-SUN
6. Cecily Bedroom In Night Everyday except Sunday
7. Cecily Dining Room Saturday and Sunday Early morning and morning
8. Cecily: MC Bedroom Evening, (Can ask in classroom to come over)
9. Asking Cecily to come over in the class.(one variation scene for each route)
9. Philippa Mansion Bedroom night. every day except Sunday
10. Philippa Mansion Dining Room Saturday and Sunday early morning
11. Philippa: Bathroom, Early Morning in Tue,Thur,
12. Maid Servants quarters night.
13. Maid Morning in cecily bathroom mon-sun.
14. Maid early morning mon-sun getting ready,in servants quarters.
15. Maid every afternoon and evening cooking dinner.
Truecalling version 0.51: bugfixes
1. Added so that sister and maedhro event can be triggered on the later stage. previously was set to trigger only when inledyas rel is 1.
2. Added hints to Alariel and Maedhro if their rel is 0.
3. fixed maedhro in the bathroom for fem submission route.
4. Fixed alariel's hallway event being unclickable, now it shows up at the very bottom.
5. now game uses comressed version that is under 1GB.
added chanchelog to the game now that can be checked in the main page.
Truecalling version 0.5:
BUG FIXES:
1. More Typo fixes namely $playerName fixes to actual name given.(I'm sure there are more but fixed those that I found)
2. Maedhro and Alariel activities were avaivable at night which messed with how time works now fixed.
3. Maedhro bathroom fix.
4. Inledya Bathroom bug fix.
5. Inledya Blowjob unlocks in the living room before the event.
6. Inledya bathroom interactions now give corruption
7. Fixed time not passing when interacting with inledya in the masculine routes
8. (Maedhro straight scenes need to be done replacelinks and images)
9. Corruption Point gain from All BJ secens fix
10. Maedhro bathroom fix.
11. Maedhro activities night, Alariel activities night not avaviable (breaks the day counter if they are).
Big Changes:
Redone the whole Notepad Hint system. (Every quest is made more clearer to the player)
Redone the whole story telling. Added around 400 new images to exsisting scenes.
Redone the Dreams. Every route has its own dreams that get more itense as corruption grows (total: 84 dream scenes)
Added first Map to the appartment for better understanding where characters are and for better navigation around the appartment.
Visual Changes to the game.
Added better hints to quests.
Changes:
1. Changes to the storyline scenes. New machanic that helps with imersion to the stoty
2. Added a midway point to the game. Starts with 0.5 content.
3. New map added into the hallway. Makes it easier to navigate.
4. Added characaters to the Map, now can be seen where everyone in the appartment is on different times.
5. Visual changes: UI bar, Story scenes, Interaction scenes, notebook.
6. Added choices to the new scenes extra options. Like where to finish. So some sex scenes have different endings depending on player choices.
7. Added more dream scenes.
8. Dream scenes gradually change depending on corruption and the route that the MC is on.
9. Added hints to each quest so it should be cristal clear what to do next.
10. Made the moving around the appartment much smoother
11. add go back to hallway in every room (now returns to house map)
NEW STORY CONTENT:
1. Thalia Story 3|
2. Thalia Story 4|
3. Thalia Story 5|
4. Cecily Story 8|
5. Rowena Story 1|
6. Rowena Story 2|
7. Zog Story 2|
8. Zog Story 3|
9. Zog Story 4|
10. Phillipa event 5|
11. Phillipa event 6|
12. Midway point Intro scene.
NEW INTERACTIONS:
1. Rowena Chatting/Hypno|
2. Rowena BJ Mascs| Hypno|
3. Working in blacksmith2|
4. Working in blacksmith3|
Note: Interaction are last thing that I do. So I will add as many more as I can before the versions release. Also next update 0.6 will be all about interactions.
Truecalling version 0.4:
BUG FIXES:
1. Fixed an issue where porn comic would not show up.
2. More typo fixes.
3. Fixed an issue in working in blacksmith didn’t give strength
Changes:
1. A WHOLE NEW ROUTE (submission route is it's own thing)
2. New place: The Park.
3. New Character: Thalia
4. Thalia added to the notebook
5. Rowena added to the notebook
NEW STORY CONTENT:
1. Philippa Story 4| the war, orcs are bought in Writing
2. Alariel story 7| Study partner. Writing DONE COMPLETED
3. Thalia story 1| What is this? Supporting the war effort?
4. Thalia story 2| Reward for supporting the war effort.
5. Cecily story 6| following the drug dealer.
6. Cecily story 7| events finding something vital.
7. Inledya story 8| Inledya kitchen.
8. Inledya story 9| Park, unlocking sale job.
NEW INTERACTIONS:
1. Thalia Supporting the war effort
2. Alariel Study partner. (bj) mon,wen,fry,
3. MC Selling drugs at night cheap price
4. MC Selling drugs at night normal price
5. MC Selling drugs at night expensive price
6. MC Drugdealer every Sunday paying off
7. MC Drugdealer every Sunday not enough money
8. Inledya BJ kitchen 3 variations Fem/Rom route (starting if rel 9).
New NTR story scenes.
1. Maedhro intro scene.
2. Cecily intro scene
3. Inledya unlocking HJ
4. Inledya unlocking Oral
New NTR Interaction scenes:
1. Inledya Bedroom HJ 3 variations.
2. Inledya Bedroom Oral 3 variations
3. Inledya Kitchen Landlord visits BJ/Sex (starting if Inledya Rel 9.) 5 variations
4. Inledya Livingroom Landlord visits BJ/Sex (starting if Inledya Rel 9.) 5 variations
New Submission story scenes:
1. Maedhro intro scene.
2. Cecily intro scene.
3. Introduction to Blacksmith (HJ) scene.
4. Stepping in for Inledya/Landlord (BJ) scene.
5. Getting used in backalley maedhro stroryline (BJ) scene.
6. Cecily story. MC gets affected by the pill and gets taken advantage of…
7. Cecily story. Talking to Cecily about what happened.
8. Cecily story. Meeting the drug dealer in the bathroom.
9. Alariel story. Study partner event.
10. Cecily story. Getting pills for Cecily.
11. Maedhro story. After the event in backalley.
12. Cecily story. Getting it on with Cecily.
13. Alariel story. Talking to her in her room.
14. Alariel story. Library event.
15. Alariel story. Bedroom study partner event 2.
New Submission interaction scenes:
1. Get a pill for a BJ 3 variations. (Academy bathroom)
2. Maedhro BJ sessions 3 variations.
3. MC Alariel study partner BJ sessions 3 variations.
4. Inledya Kitchen BJ sessions 3 variations.
Inledya Living room BJ sessions 3 variations.
Truecalling version 0.3:
BUG FIXES:
1. spelling/typos as many as I could find :).
2. corruption gain in actions fix.
3. New notepad with fixes to Maedhro stats.
Changes:
1. The Notebook has been revamped for enhanced readability, making it easier for players to track their progress within the game. Now, your journey through the game's narrative is clearer and more accessible.
2. New place Library
3. New character introduction.
NEW STORY CONTENT:
1. cecily event librarian introduction each route (total: 4 long scenes)
2. cecily event library each route (total: 4 long scenes)
3. alariel event progression each route (total: 4 long scenes)
4. alariel event library each route (total: 4 long scenes)
5. alariel event in her room each route (total: 4 long scenes)
6. maedhro event for mascs alpha and romance routes (total: 5 long scenes)
7. maedhro event back alley for 3 routes (total: 4 long scenes)
8. maedhro event in his room each route (total: 6 long scenes)
NEW INTERACTIONS:
1. talk to the guards 3 variations each route (total:12 short scenes)
2. feminine route: paying guards off to not harass Maedhro (total:1 short scene)
3. submission route: Maedhro in the back alley 3 variations (total:3 short scenes)
4. you in the back alley from 3 variations each route (total:12 short scenes)
5. maedhro hj session in his room 3 variations each route (total:18 short scenes)
6. maedhro bj session in his room 3 variations each route (total:18 short scenes)
7. alariel in her room hj. 3 variations each route (total:12 short scenes)
8. cecily in the library 3 variations each route (total:12 short scenes)
9. feminine route: cecily in the bathroom 3 variations (total:3 short scenes)
--------------------------------------------------------------------------------------------
Truecalling version 0.2:
BUG FIXES:
1. playerName/aricen showed up in few places instead of given name)
2. Redone the character stats page. Deepest apologies, somehow I missed checking that before releasing v0.1
3. Cecily lust/romance point fix
4. Tavern page fixed
Changes:
1. Optimized gifs to make them take less space.
2. Changed the wording of the routes.
3. Changed the spacing, now it's easier to follow the story.
4. Changed the characters' inner thoughts text to italic so it's easier to differentiate between thoughts/actions and speech.
5. Removed and put all NTR content into one route (submission route).
UI changes:
1. added pass time button to the UI. Now player can skip the time in any room.
2. added notebook to the UI. Now player can see the notebook in any location.
NEW STORY CONTENT:
1. Main story event. one for masculine routes and one for feminine routes. (total: 2 scenes)
2. Phillipa story event: Added a story scene for each route ( total : 4 scenes)
3. Maedhro story event: Added a story scene for each route ( total : 4 scenes)
4. New alternative Feminine Route scene for cecily story event. (new scene)
5. New alternative Feminine Route scene for cecily story event. (new scene)
6. New alternative Feminine Route scene for alariel. (new scene)
7. New alternative Feminine Route scene for maedhro. (new scene)
NEW INTERACTIONS:
1. Inledya in the bathroom. Added just talking with her 3 variations each route (total: 12 small scenes)
2. Inledya in the bathroom. Added handjob in the bathroom 3 variations each route (total: 12 small scenes)
3. Inledya in the bathroom. Added blowjob in the bathroom 3 variations each route (total: 12 small scenes)
4. Inledya talk in the living room. Added talk to inledya in the living room 3 variations each route (total: 12 small scenes)
5. Inledya in the living room. Added handjob in the living room 3 variations each route (total: 12 small scenes)
6. Inledya in the living room. Added blowjob in the living room 3 variations each route (total: 12 small scenes)
7. Inledya in the kitchen. Added thigh job in the kitchen 2 variations each route (total: 8 small scenes)
8. Inledya in the kitchen. Added blowjob for 2 routes. each route 3 variations (total: 6 small scenes)
9. Alariel in the bathroom. Added just talking with her 3 variations each route (total:12 small scenes)
10. Alariel in the bathroom. Added interaction apologize to Alariel, 1 scene for each route (total: 4 small scenes)
11. Phillipa in the classroom. Added oral with Phillipa 3 variations each route (total:12 small scenes)
12. Maedhro in the bathroom. Just talking with him 3 variations each route (total:12 small scenes)
13. Maedhro in the bathroom. Spying on him/her 3 variations each route (total:18 small scenes)
<<back "Return">>v0.66
Made by Luna Production
You can support the
game on patreon:
<a href="https://www.patreon.com/LunaProduction" target="_blank">
<img src="Images/RightSideBar/patreon-logo-free.jpg" alt="Image Description" width="100" style="border-radius: 50%;">
</a>
<<if ($endingmode eq 0)>>\
<<if $mascC is true>>\
<span style="color:royalBlue;"><b>Masculine Side</b></span>
<<else>>\
<span style="color:paleVioletRed;"><b>Feminine Side</b></span>
<</if>>
Day <<print $daynumber>>
It's <<print $day>>
<<if $time is "Early Morning">>\
<img src="Images/Locations/earlymorning.png" class="icon" />
<<elseif $time is "Morning">>\
<img src="Images/Locations/morning.png" class="icon" />
<<elseif $time is "Early Afternoon">>\
<img src="Images/Locations/earlyafternoon.png" class="icon" width=40px/>
<<elseif $time is "Afternoon">>\
<img src="Images/Locations/afternoon.png" class="icon" />
<<elseif $time is "Late Afternoon">>\
<img src="Images/Locations/lateafternoon.png" class="icon" width=40px/>
<<elseif $time is "Evening">>\
<img src="Images/Locations/evening.png" class="icon" />
<<elseif $time is "Late Evening">>\
<img src="Images/Locations/lateevening.png" class="icon" width=40px/>
<<elseif $time is "Night">>\
<img src="Images/Locations/night.png" class="icon" />
<</if>>\
<div id="timeDisplay"><<print $time>></div>\
<<if $daynumber gte 2>>
<<button "Pass Time [Q]" class="pass-time-button">>
<<if $mainStory gte 4>>
<<if $time is "Early Morning">>
<<set $time to "Morning">>
<<elseif $time is "Morning">>
<<set $time to "Early Afternoon">>
<<elseif $time is "Early Afternoon">>
<<set $time to "Afternoon">>
<<elseif $time is "Afternoon">>
<<set $time to "Late Afternoon">>
<<elseif $time is "Late Afternoon">>
<<set $time to "Evening">>
<<elseif $time is "Evening">>
<<set $time to "Late Evening">>
<<elseif $time is "Late Evening">>
<<set $time to "Night">>
<</if>>
<<else>>
<<if $time is "Early Morning">>
<<set $time to "Morning">>
<<elseif $time is "Morning">>
<<set $time to "Afternoon">>
<<elseif $time is "Afternoon">>
<<set $time to "Evening">>
<<elseif $time is "Evening">>
<<set $time to "Night">>
<</if>>
<</if>>
<<replace "#timeDisplay">><<print $time>><</replace>>
<<if $currentLocation is "My Bedroom">>
<<goto "My Bedroom">>
<<elseif $currentLocation is "Maedhro's room">>
<<goto "Maedhro's room">>
<<elseif $currentLocation is "Alariel's room">>
<<goto "Alariel's room">>
<<elseif $currentLocation is "Inledya room">>
<<goto "Inledya room">>
<<elseif $currentLocation is "Bathroom">>
<<goto "Bathroom">>
<<elseif $currentLocation is "Hallway">>
<<goto "Hallway">>
<<elseif $currentLocation is "Living Room">>
<<goto "Living Room">>
<<elseif $currentLocation is "Balcony">>
<<goto "Balcony">>
<<elseif $currentLocation is "Kitchen">>
<<goto "Kitchen">>
<<elseif $currentLocation is "Back alley">>
<<goto "Back alley">>
<<elseif $currentLocation is "Streets">>
<<goto "Streets">>
<<elseif $currentLocation is "Town Square">>
<<goto "Town Square">>
<<elseif $currentLocation is "Brothel">>
<<goto "Brothel">>
<<elseif $currentLocation is "Church">>
<<goto "Church">>
<<elseif $currentLocation is "Blacksmith">>
<<goto "Blacksmith">>
<<elseif $currentLocation is "Academy Hallway">>
<<goto "Academy Hallway">>
<<elseif $currentLocation is "Academy">>
<<goto "Academy">>
<<elseif $currentLocation is "Herbology classroom">>
<<goto "Herbology classroom">>
<<elseif $currentLocation is "Library">>
<<goto "Library">>
<<elseif $currentLocation is "School Bathroom">>
<<goto "School Bathroom">>
<<elseif $currentLocation is "Market">>
<<goto "Market">>
<<elseif $currentLocation is "Tavern">>
<<goto "Tavern">>
<<elseif $currentLocation is "Garrison">>
<<goto "Garrison">>
<<elseif $currentLocation is "Park">>
<<goto "Park">>
<<elseif $currentLocation is "Cecily's Bathroom">>
<<goto "Cecily's Bathroom">>
<<elseif $currentLocation is "Guest Bedroom">>
<<goto "Guest Bedroom">>
<<elseif $currentLocation is "Philippa's Bedroom">>
<<goto "Cecily's Bathroom">>
<<elseif $currentLocation is "Cecily's Bedroom">>
<<goto "Cecily's Bedroom">>
<<elseif $currentLocation is "Enterence Hall">>
<<goto "Enterence Hall">>
<<elseif $currentLocation is "Dining Room">>
<<goto "Dining Room">>
<<elseif $currentLocation is "Cecily Kitchen">>
<<goto "Cecily Kitchen">>
<<elseif $currentLocation is "Upstairs Cecily">>
<<goto "Upstairs Cecily">>
<<elseif $currentLocation is "Servants' Quarters">>
<<goto "Servants' Quarters">>
<<elseif $currentLocation is "Servants' Bathroom">>
<<goto "Servants' Bathroom">>
<<elseif $currentLocation is "Cecily's Mansion">>
<<goto "Cecily's Mansion">>
<<elseif $currentLocation is "Thalia's Appartment">>
<<goto "Thalia's Appartment">>
<<elseif $currentLocation is "Thalia's Bedroom">>
<<goto "Thalia's Bedroom">>
<<elseif $currentLocation is "Thalias Living Room">>
<<goto "Thalias Living Room">>
<<elseif $currentLocation is "Thalias Hallway">>
<<goto "Thalias Hallway">>
<<elseif $currentLocation is "Brothers Bedroom">>
<<goto "Brothers Bedroom">>
<<elseif $currentLocation is "Thalia's Kitchen">>
<<goto "Thalia's Kitchen">>
<<elseif $currentLocation is "Thalia's Bathroom">>
<<goto "Thalia's Bathroom">>
<<elseif $currentLocation is "Thalias Laundery">>
<<goto "Thalias Laundery">>
<<elseif $currentLocation is "Librarian's Desk">>
<<goto "Librarian's Desk">>
<<elseif $currentLocation is "Private Study Hall 1">>
<<goto "Private Study Hall 1">>
<<elseif $currentLocation is "Private Study Hall 2">>
<<goto "Private Study Hall 2">>
<<elseif $currentLocation is "Private Study Hall 3">>
<<goto "Private Study Hall 3">>
<<elseif $currentLocation is "Academy Gym">>
<<goto "Academy Gym">>
<<elseif $currentLocation is "Reception Desk Gym">>
<<goto "Reception Desk Gym">>
<<elseif $currentLocation is "Boy shower room">>
<<goto "Boy shower room">>
<<elseif $currentLocation is "Girl shower room">>
<<goto "Girl shower room">>
<<elseif $currentLocation is "Gym room">>
<<goto "Gym room">>
<<elseif $currentLocation is "Self-Defence Class">>
<<goto "Self-Defence Class">>
<</if>>
<</button>> <br>
<</if>>\
<</if>>\
<<if $dissablemap is false>>\
<<if $mainStory gte 4 and $mainStory lte 16>>\
<div class="fever-tooltip">Fever: <<print Math.round($feverValue * 100)>>%</div>\
<div class="fever-meter-outer">\
<table class="fever-meter-table">\
<tr>\
<td style="width:20px;"><img src="Images/Stats/feverlow.png" class="fever-icon" width="24px"></td>
<td class="fever-meter-cell"><div class="fever-meter"><<showmeter "fever" $feverValue>></div></td>
<td style="width:20px;"><img src="Images/Stats/feverhigh.png" class="fever-icon" width="24px" ></td>
</tr>\
</table>\
</div>\
<</if>>\
<<nobr>>
<!-- Quest Tracker -->
<div class="current-quest-tracker">
<<if $trackedQuest>>
<<set _trackedChar = setup.characters[$trackedQuest]>>
<div class="tracked-quest">
<div class="quest-info">
<h3 style="color: _trackedChar.color;">Tracking: _trackedChar.name</h3>
<p class="current-objective"><<print _trackedChar.getQuest()>></p>
</div>
</div>
<</if>>
</div>
<</nobr>>
<<if $inledyaStory lt 1>>
<<else>>
<div class="stats-container">
<!-- Corruption -->
<<if $corruption lte 15 and $corruptionLevel1check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/corruptionicon.png" class="stat-icon">
<div class="tooltip">Corruption (Level 0)</div>
<div class="meter-wrapper"><<showmeter "corruption" `$corruption/15`>></div>
</div>
<<elseif $corruption gte 15 and $corruptionLevel1check is true and $corruption lte 40 and $corruptionLevel2check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/corruptionicon.png" class="stat-icon">
<div class="tooltip">Corruption (Level 1)</div>
<div class="meter-wrapper"><<showmeter "corruption" `($corruption-15)/25`>></div>
</div>
<<elseif $corruption gte 40 and $corruptionLevel2check is true and $corruption lte 65 and $corruptionLevel3check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/corruptionicon.png" class="stat-icon">
<div class="tooltip">Corruption (Level 2)</div>
<div class="meter-wrapper"><<showmeter "corruption" `($corruption-40)/25`>></div>
</div>
<<elseif $corruption gte 65 and $corruptionLevel3check is true and $corruption lte 100 and $corruptionLevel4check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/corruptionicon.png" class="stat-icon">
<div class="tooltip">Corruption (Level 3)</div>
<div class="meter-wrapper"><<showmeter "corruption" `($corruption-65)/35`>></div>
</div>
<<elseif $corruption gte 100 and $corruptionLevel4check is true and $corruption lte 150 and $corruptionLevel5check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/corruptionicon.png" class="stat-icon">
<div class="tooltip">Corruption (Level 4)</div>
<div class="meter-wrapper"><<showmeter "corruption" `($corruption-100)/50`>></div>
</div>
<</if>>
<!-- Intelligence -->
<<if $intelligence lte 15 and $intelligenceLevel1check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/intelligenceicon.png" class="stat-icon">
<div class="tooltip">Intelligence (Level 0)</div>
<div class="meter-wrapper"><<showmeter "intelligence" `$intelligence/15`>></div>
</div>
<<elseif $intelligence gte 15 and $intelligenceLevel1check is true and $intelligence lte 40 and $intelligenceLevel2check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/intelligenceicon.png" class="stat-icon">
<div class="tooltip">Intelligence (Level 1)</div>
<div class="meter-wrapper"><<showmeter "intelligence" `($intelligence-15)/25`>></div>
</div>
<<elseif $intelligence gte 40 and $intelligenceLevel2check is true and $intelligence lte 65 and $intelligenceLevel3check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/intelligenceicon.png" class="stat-icon">
<div class="tooltip">Intelligence (Level 2)</div>
<div class="meter-wrapper"><<showmeter "intelligence" `($intelligence-40)/25`>></div>
</div>
<<elseif $intelligence gte 65 and $intelligenceLevel3check is true and $intelligence lte 100 and $intelligenceLevel4check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/intelligenceicon.png" class="stat-icon">
<div class="tooltip">Intelligence (Level 3)</div>
<div class="meter-wrapper"><<showmeter "intelligence" `($intelligence-65)/35`>></div>
</div>
<<elseif $intelligence gte 100 and $intelligenceLevel4check is true and $intelligence lte 150 and $intelligenceLevel5check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/intelligenceicon.png" class="stat-icon">
<div class="tooltip">Intelligence (Level 4)</div>
<div class="meter-wrapper"><<showmeter "intelligence" `($intelligence-100)/50`>></div>
</div>
<</if>>
<!-- Charisma -->
<<if $charisma lte 15 and $charismaLevel1check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/charismaicon.png" class="stat-icon">
<div class="tooltip">Charisma (Level 0)</div>
<div class="meter-wrapper"><<showmeter "charisma" `$charisma/15`>></div>
</div>
<<elseif $charisma gte 15 and $charismaLevel1check is true and $charisma lte 40 and $charismaLevel2check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/charismaicon.png" class="stat-icon">
<div class="tooltip">Charisma (Level 1)</div>
<div class="meter-wrapper"><<showmeter "charisma" `($charisma-15)/25`>></div>
</div>
<<elseif $charisma gte 40 and $charismaLevel2check is true and $charisma lte 65 and $charismaLevel3check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/charismaicon.png" class="stat-icon">
<div class="tooltip">Charisma (Level 2)</div>
<div class="meter-wrapper"><<showmeter "charisma" `($charisma-40)/25`>></div>
</div>
<<elseif $charisma gte 65 and $charismaLevel3check is true and $charisma lte 100 and $charismaLevel4check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/charismaicon.png" class="stat-icon">
<div class="tooltip">Charisma (Level 3)</div>
<div class="meter-wrapper"><<showmeter "charisma" `($charisma-65)/35`>></div>
</div>
<<elseif $charisma gte 100 and $charismaLevel4check is true and $charisma lte 150 and $charismaLevel5check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/charismaicon.png" class="stat-icon">
<div class="tooltip">Charisma (Level 4)</div>
<div class="meter-wrapper"><<showmeter "charisma" `($charisma-100)/50`>></div>
</div>
<</if>>
<!-- Strength -->
<<if $strength lte 15 and $strengthLevel1check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/strengthicon.png" class="stat-icon">
<div class="tooltip">Strength (Level 0)</div>
<div class="meter-wrapper"><<showmeter "strength" `$strength/15`>></div>
</div>
<<elseif $strength gte 15 and $strengthLevel1check is true and $strength lte 40 and $strengthLevel2check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/strengthicon.png" class="stat-icon">
<div class="tooltip">Strength (Level 1)</div>
<div class="meter-wrapper"><<showmeter "strength" `($strength-15)/25`>></div>
</div>
<<elseif $strength gte 40 and $strengthLevel2check is true and $strength lte 65 and $strengthLevel3check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/strengthicon.png" class="stat-icon">
<div class="tooltip">Strength (Level 2)</div>
<div class="meter-wrapper"><<showmeter "strength" `($strength-40)/25`>></div>
</div>
<<elseif $strength gte 65 and $strengthLevel3check is true and $strength lte 100 and $strengthLevel4check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/strengthicon.png" class="stat-icon">
<div class="tooltip">Strength (Level 3)</div>
<div class="meter-wrapper"><<showmeter "strength" `($strength-65)/35`>></div>
</div>
<<elseif $strength gte 100 and $strengthLevel4check is true and $strength lte 150 and $strengthLevel5check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/strengthicon.png" class="stat-icon">
<div class="tooltip">Strength (Level 4)</div>
<div class="meter-wrapper"><<showmeter "strength" `($strength-100)/50`>></div>
</div>
<</if>>
<!-- Confidence -->
<<if $confidence lte 15 and $confidenceLevel1check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/confidenceicon.png" class="stat-icon">
<div class="tooltip">Confidence (Level 0)</div>
<div class="meter-wrapper"><<showmeter "confidence" `$confidence/15`>></div>
</div>
<<elseif $confidence gte 15 and $confidenceLevel1check is true and $confidence lte 40 and $confidenceLevel2check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/confidenceicon.png" class="stat-icon">
<div class="tooltip">Confidence (Level 1)</div>
<div class="meter-wrapper"><<showmeter "confidence" `($confidence-15)/25`>></div>
</div>
<<elseif $confidence gte 40 and $confidenceLevel2check is true and $confidence lte 65 and $confidenceLevel3check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/confidenceicon.png" class="stat-icon">
<div class="tooltip">Confidence (Level 2)</div>
<div class="meter-wrapper"><<showmeter "confidence" `($confidence-40)/25`>></div>
</div>
<<elseif $confidence gte 65 and $confidenceLevel3check is true and $confidence lte 100 and $confidenceLevel4check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/confidenceicon.png" class="stat-icon">
<div class="tooltip">Confidence (Level 3)</div>
<div class="meter-wrapper"><<showmeter "confidence" `($confidence-65)/35`>></div>
</div>
<<elseif $confidence gte 100 and $confidenceLevel4check is true and $confidence lte 150 and $confidenceLevel5check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/confidenceicon.png" class="stat-icon">
<div class="tooltip">Confidence (Level 4)</div>
<div class="meter-wrapper"><<showmeter "confidence" `($confidence-100)/50`>></div>
</div>
<</if>>
<!-- Technique -->
<<if $technique lte 15 and $techniqueLevel1check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/technique.png" class="stat-icon">
<div class="tooltip">Technique (Level 0)</div>
<div class="meter-wrapper"><<showmeter "technique" `$technique/15`>></div>
</div>
<<elseif $technique gte 15 and $techniqueLevel1check is true and $technique lte 40 and $techniqueLevel2check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/technique.png" class="stat-icon">
<div class="tooltip">Technique (Level 1)</div>
<div class="meter-wrapper"><<showmeter "technique" `($technique-15)/25`>></div>
</div>
<<elseif $technique gte 40 and $techniqueLevel2check is true and $technique lte 65 and $techniqueLevel3check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/technique.png" class="stat-icon">
<div class="tooltip">Technique (Level 2)</div>
<div class="meter-wrapper"><<showmeter "technique" `($technique-40)/25`>></div>
</div>
<<elseif $technique gte 65 and $techniqueLevel3check is true and $technique lte 100 and $techniqueLevel4check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/techniqueicon.png" class="stat-icon">
<div class="tooltip">Technique (Level 3)</div>
<div class="meter-wrapper"><<showmeter "technique" `($technique-65)/35`>></div>
</div>
<<elseif $technique gte 100 and $techniqueLevel4check is true and $technique lte 150 and $techniqueLevel5check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/techniqueicon.png" class="stat-icon">
<div class="tooltip">Technique (Level 4)</div>
<div class="meter-wrapper"><<showmeter "technique" `($technique-100)/50`>></div>
</div>
<</if>>
</div>\
<</if>>\
<<if $inledyaStory lt 1>>
<<else>>
<br> <br>
<div class="money-display">
You have <b>$money</b> <img src="Images/Locations/money.png" />
</div>
<</if>>
<<nobr>>
<<if $inledyaStory lt 1>>
<<else>>
<<link "Open Notebook">><<opennotebook>><</link>> <br>
<</if>>
<<if passage() neq "Start">>
<<if $cheatAccess is false>>
<<link "CHEATS!">>
<<if not $inMenuSystem>>
<<set $returnPassage to passage()>>
<<set $inMenuSystem to true>>
<</if>>
<<goto "CheatKey">>
<</link>>
<<else>>
<<link "CHEATS!">>
<<if not $inMenuSystem>>
<<set $returnPassage to passage()>>
<<set $inMenuSystem to true>>
<</if>>
<<goto "IntroCheats">>
<</link>>
<</if>>
<</if>>
<</nobr>>
<</if>>
<button class="settings-button">Settings</button>
<<if $inledyaStory lt 1>>
<<elseif $dissablemap is true>>
<<link "Open Notebook">><<opennotebook>><</link>> <br>
<<if $cheatAccess is false>>
<<link "CHEATS!">>
<<if not $inMenuSystem>>
<<set $returnPassage to passage()>>
<<set $inMenuSystem to true>>
<</if>>
<<goto "CheatKey">>
<</link>>
<<else>>
<<link "CHEATS!">>
<<if not $inMenuSystem>>
<<set $returnPassage to passage()>>
<<set $inMenuSystem to true>>
<</if>>
<<goto "IntroCheats">>
<</link>>
<</if>>
<</if>>
\
\
\
\
\
\
<b>Main Character </b>
<table style="width:100%">
<tr>
<th>Character Picture</th>
<th>Name</th>
<th>Main storyline</th>
</tr>
<tr>
<td><<if $phillipaStory lt 3>><img src="Images/MainCharacter/maincharacter.jpg" width=150 style="border-radius: 50%;"/><<elseif $mascC is true and $phillipaStory gte 3>><img src="Images/MainCharacter/malemcchange1.jpg" width=150 style="border-radius: 50%;"/><<elseif $femC is true and $phillipaStory gte 3>><img src="Images/MainCharacter/femcchange1.jpg" width=150 style="border-radius: 50%;"/> <</if>></td>
<td><b><span style="color:cadetblue;">$playerName</span></b></td>
<td><b><<nobr>>
<<if $inledyaStory is 0>>
I should go to the kitchen.
<</if>>
<<if $inledyaStory is 1 and $maedhroStory is 0>>
I need a bath
<</if>>
<<if $inledyaStory is 1 and $maedhroStory gte 1 and $porncomic is 0>>
I need to focus on school.
<br><br>
(Hint: Go to the Herbology class (4-5 times)) <br>
(Hint2: Then talk to professor Philippa)
<</if>>
<<if $inledyaStory gte 1 and $alarielStory gte 1 and $maedhroStory gte 1 and $porncomicStory lt 5 >>
Maybe I can get some answers from the book.
<br><br>
(Hint:Masturbate in your room)
<</if>>
<<if $phillipaStory lte 2 and $alarielStory gte 1 and $maedhroStory gte 1 and $porncomicStory gte 5 and $inledyaStory lt 5>>
I should talk to Inledya.
<br><br>
(Hint: Talk to Inledya in the Kitchen "Early Morning".)
(Hint2:After talking to her masturbate in your room.)
(Hint3:After that visit her in her room (fry-sun).)
<</if>>
<<if $phillipaStory lte 2 and $alarielStory gte 1 and $maedhroStory gte 1 and $porncomicStory gte 5 and ($inledyaStory gte 5 and $inledyaStory lt 6)>>
I should talk to Inledya.
<br><br>
(Hint: Talk to Inledya in the Living room)
<</if>>
<<if $phillipaStory lte 2 and $alarielStory gte 1 and $maedhroStory gte 1 and $porncomicStory gte 5 and $inledyaStory is 6 and $unlockBlackSmith is 2>>
Talk to Inledya in the Living room.<br><br>
(Hint: Friday "Morning" in the Livingroom)
<br><br>
<<elseif $phillipaStory lte 2 and $alarielStory gte 1 and $maedhroStory gte 1 and $porncomicStory gte 5 and $inledyaStory is 6>>
I should make progress with Cecily and Alariel.<br>
Also I should look for work in the blacksmith.
<br><br>
<</if>>
<<if $phillipaStory is 2 and $inledyaStory is 7>>
I should visit Phillipa in the class.<br><br>
(Hint: Cecily rel 4, Alariel rel 3 and Maedhro rel 4)
<</if>>
<<if $phillipaStory is 3 and $alarielStory gte 1 and $maedhroStory gte 1 and $porncomicStory gte 5 >>
I should visit Phillipa in the class again.
<</if>>
<<if $phillipaStory gte 4 and ($maedhroStory neq 9 or $cecilyStory lt 6 or $alarielStory neq 7) and $cecilyStory lt 8>>
I should talk to Cecily, Maedhro and Alariel.<br><br>
(Hint: Cecily rel 7, Maedhro rel 9, Alariel rel 7)
<</if>>
<<if $phillipaStory gte 4 and ($maedhroStory is 9 and $cecilyStory is 6 and $alarielStory is 7)>>
I should go to the park.
<</if>>
<<if $phillipaStory gte 4 and ($maedhroStory is 9 and $cecilyStory lte 8 and $inledyaStory is 8)>>
I should talk to Inledya in the kitchen.
<</if>>
<<if $phillipaStory gte 4 and $inledyaStory is 9>>
I should visit the landlord in the park.
<br><br>
(Hint: Visit park at night)
<</if>>
<<if $phillipaStory is 5 and $inledyaStory is 10 and $cecilyStory is 8 and $thaliaStory lte 2 and $alarielStory is 8 >>
Make progress with Philippa, Inledya, Cecily and Thalia.
<br>
<br>
Note: If you started from Midpoint:<br><br> I should go and see Thalia.
<br>
(Hint: Go to Academy Hallway)
<<elseif $phillipaStory is 5 and $inledyaStory gte 10 and $cecilyStory gte 7 and $thaliaStory gte 2 and $thaliaStory lt 5 and $alarielStory is 8>>
<br><br>
I should check out what Thalia, Rowena and Zog are up to.
<</if>>
<<if $thaliaStory is 5 and $zogStory is 4 and $rowenaStory is 2 and $cecilyStory is 8>>
<br><br>
I wonder where is Cecily?
<br><br>
(Hint: Visit the Park at "Night")
<<elseif $thaliaStory gte 5 and ($zogStory lte 4 or $rowenaStory lte 2) and $cecilyStory is 8>>
<br><br>
I should make some more progress with Thalia Rowena and Zog.
<</if>>
<<if $cecilyStory gte 9 and $phillipaStory is 5>>
<br><br>
I should go and see Philippa
<</if>>
<<if $cecilyStory gte 9 and $phillipaStory is 6>>
<br><br>
Philippa said that she may have found a cure. I should talk to her.
<br><br>
(Hint: Talk to her in "Early Morning")
<</if>>
<<if ($phillipaStory is 7 and $cecilyStory is 9)>>
I need to check on Cecily.<br><br>
<</if>>
<<if $cecilyStory is 10>>
I should visit Cecily's Mansion. <br>
<</if>>
<<if ($cecilyStory is 11 and $phillipaStory is 7)>>
Oh no. The potion. I need to check on others.<br> <br>
<<if $phillipaStory is 7 and $thaliaStory is 5>>
Check on Thalia<</if>><br>
<</if>>
<<if $thaliaStory is 6>>
I should visit Thalia in the academy. <br>
<</if>>
<<if $thaliaStory is 7>>
I should visit Thalia in her appartment. <br>
<</if>>
<<if $cecilyStory is 11 and $thaliaStory is 8>>
End of Story content. Lot's of new scenes with Thalia.<br> Currently with v 0.64:<br> 1. Thalia Bedroom at Night <br> 2. Thalia Kitchen <br> 3. Thalia Bathroom <br> 4. Thalia Hallway
<br><br>
(Hint: Each Interaction has variations. Check them out.)
<</if>>
<</nobr>></b></td>
</tr>
</table>
<b>Primary Characters</b>
<table style="width:100%">
<tr>
<th>Character Picture</th>
<th>Location</th>
<th>Storyline</th>
<th style="text-align: center;">Relationship points</th>
</tr>
<tr>
<td><img src="Images/Sister/sister-balcony.jpg" width=150 style="border-radius: 50%;"/></td>
<td><b>
<<if $day is "Monday">>
<<if $time is "Early Morning">>
Bathroom
<<elseif $time is "Morning">>
Library
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Her Bedroom
<<elseif $time is "Night">>
Her Bedroom
<</if>>
<<elseif $day is "Tuesday">>
<<if $time is "Early Morning">>
Kitchen
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Her Bedroom
<<elseif $time is "Night">>
Her Bedroom
<</if>>
<<elseif $day is "Wednesday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
In the Library
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Her Bedroom
<<elseif $time is "Night">>
Her Bedroom
<</if>>
<<elseif $day is "Thursday">>
<<if $time is "Early Morning">>
Kitchen
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Her Bedroom
<<elseif $time is "Night">>
Her Bedroom
<</if>>
<<elseif $day is "Friday">>
<<if $time is "Early Morning">>
Bathroom
<<elseif $time is "Morning">>
Library
<<elseif $time is "Afternoon">>
Hmm... Don't know..
<<elseif $time is "Evening">>
Her Bedroom
<<elseif $time is "Night">>
Her Bedroom
<</if>>
<<elseif $day is "Saturday">>
<<if $time is "Early Morning">>
Kitchen
<<elseif $time is "Morning">>
Kitchen
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Her Bedroom
<<elseif $time is "Night">>
Her Bedroom
<</if>>
<<elseif $day is "Sunday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Her Bedroom
<<elseif $time is "Night">>
Her Bedroom
<</if>>
<</if>>
</b></td>
<td><b><<nobr>>
<<if $alarielStory is 0>>
<span style="color:Khaki">Alariel storyline:</span> I should go to the bathroom to get myself ready for Academy.
<</if>>
<<if $phillipaStory lt 2>>
<span style="color:Khaki">Alariel storyline:</span>Firstly I want to make sure school goes well.
<br><br>
(Hint: make progress on Phillipa storyline)
<</if>>
<<if $alarielStory is 1 and $porncomicStory lt 5 and $phillipaStory gte 2>>
<span style="color:Khaki">Alariel storyline:</span> Let's start researching. I can read the comic book in my room.
<</if>>
<<if $alarielStory is 1 and $porncomicStory gte 5 >>
<span style="color:Khaki">Alariel storyline:</span> I wonder what she's doing in her bedroom at evenings.
<</if>>
<<if $alarielStory is 2>>
<span style="color:Khaki">Alariel storyline:</span>I think she is in the hallway at "Afternoon".
<br><br>
(Hint: If shes not then maybe I need some progress with Cecily (rel 4) and Inledya (rel 5) first)
<</if>>
<<if $alarielStory is 3>>
<span style="color:Khaki">Alariel storyline:</span>I should see Phillipa
<br><br>
(Hint:make progress with cecily, maedhro, inledya and get a job)
<</if>>
<<if $alarielStory is 4>>
<span style="color:Khaki">Alariel storyline:</span> I should talk to alariel about what happened in her bedroom.<br><br>
(Hint:Talk to her in her bedroom at "Evening")
<</if>>
<<if $alarielStory is 5>>
<span style="color:Khaki">Alariel storyline:</span> I should go see her in the library when she is there.<br><br>
(Hint: Go to library at "Evening")
<</if>>
<<if $alarielStory is 6>>
<span style="color:Khaki">Alariel storyline:</span>I should talk to her in her bedroom.<br><br>
(Hint:Talk to her in her bedroom at "Evening")
<</if>>
<<if $alarielStory is 7>>
<span style="color:Khaki">Alariel storyline:</span>I should visit her in her bedroom.<br><br>
(Hint:Talk to her in her bedroom again at "Evening")
<</if>>
<<if $alarielStory is 8>>
<span style="color:Khaki">Alariel storyline:</span>I should see what she does in her room in the afternoons.
<br><br>
(Hint: Mon,Wen,Fri. In her bedroom)<br>
(Note: End of version 0.5, thank you for playing.)
<</if>>
<</nobr>></b></td>
<td style="text-align: center; vertical-align: middle; color:Khaki; font-size: 20px"><b>$alarielStory</b></td>
</tr>
\
\
\
\
<tr>
<td><<if $phillipaStory lt 3>><img src="Images/Maedhro/maedhro.jpg" width=150 style="border-radius: 50%;"/><<elseif $phillipaStory gte 3>><img src="Images/Maedhro/notepadchange2.jpg" width=150 style="border-radius: 50%;"/> <</if>></td>
<td><b>
<<if $day is "Monday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
<<if $femC is true>>\
Back alley
<<else>>\
Hmm... It doesn't show..
<</if>>\
<<elseif $time is "Evening">>
His Bedroom
<<elseif $time is "Night">>
His Bedroom
<</if>>
<<elseif $day is "Tuesday">>
<<if $time is "Early Morning">>
Kitchen
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
<<if $femC is true>>\
Back alley
<<else>>\
Hmm... It doesn't show..
<</if>>\
<<elseif $time is "Evening">>
His Bedroom
<<elseif $time is "Night">>
His Bedroom
<</if>>
<<elseif $day is "Wednesday">>
<<if $time is "Early Morning">>
Bathroom
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
<<if $femC is true>>\
Back alley
<<else>>\
Hmm... It doesn't show..
<</if>>\
<<elseif $time is "Evening">>
His Bedroom
<<elseif $time is "Night">>
His Bedroom
<</if>>
<<elseif $day is "Thursday">>
<<if $time is "Early Morning">>
Kitchen
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
<<if $femC is true>>\
Back alley
<<else>>\
Hmm... It doesn't show..
<</if>>\
<<elseif $time is "Evening">>
His Bedroom
<<elseif $time is "Night">>
His Bedroom
<</if>>
<<elseif $day is "Friday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
<<if $femC is true>>\
Back alley
<<else>>\
Hmm... It doesn't show..
<</if>>\
<<elseif $time is "Evening">>
His Bedroom
<<elseif $time is "Night">>
His Bedroom
<</if>>
<<elseif $day is "Saturday">>
<<if $time is "Early Morning">>
Bathroom
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
His Bedroom
<<elseif $time is "Night">>
His Bedroom
<</if>>
<<elseif $day is "Sunday">>
<<if $time is "Early Morning">>
Kitchen (coming soon)
<<elseif $time is "Morning">>
Kitchen (coming soon)
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
His Bedroom
<<elseif $time is "Night">>
His Bedroom
<</if>>
<</if>>
</b></td>
<td><b><<nobr>>
<<if $maedhroStory is 0>>
<span style="color:chartreuse;">Maedhro's storyline: </span> I should get myself ready for academy in the bathroom.
<</if>>
<<if $maedhroStory is 1>>
<span style="color:chartreuse;">Maedhro's storyline: </span> I should check what he is doing in his room if he's there.<br><br>
(Hint: Visit him in his bedroom at "Evening")
<</if>>
<<if $maedhroStory is 2 and $phillipaStory lt 2>>
<span style="color:chartreuse;">Maedhro's storyline: </span> I should focus on school
<br><br>
(Hint: Phillipa Storyline).
<</if>>
<<if $maedhroStory is 2 and $phillipaStory gte 2>>
<span style="color:chartreuse;">Maedhro's storyline: </span>Maedhro said that he got bullied in the back alley. I should check the back alley in the Afternoon.
<</if>>
<<if $maedhroStory is 3 and $strength lt 10>>
<span style="color:chartreuse;">Maedhro's storyline: </span>Those bastards... I need to increse my strength
<br><br>
(Hint: I can increase my strength in bedroom)
(Hint2: Also I need to make progress with Inledya before confronting them.)
<</if>>
<<if $maedhroStory is 3 and $strength gte 10>>
<span style="color:chartreuse;">Maedhro's storyline: </span>I think I am ready to face the guards.
<</if>>
<<if $maedhroStory is 4>>
<span style="color:chartreuse;">Maedhro's storyline: </span>I should see Phillipa.
<br><br>
(Hint: Make progress with cecily, alariel and Inledya if Philippa event is not visible)
<</if>>
<<if $maedhroStory is 5>>
<span style="color:chartreuse;">Maedhro's storyline: </span>I should go see Maedhro in his bedroom.<br><br>
(Hint:Talk to her in her bedroom at "Evening")
<</if>>
<<if $maedhroStory is 6 and $femC is true>>
<span style="color:chartreuse;">Maedhro's storyline: </span>I should go to Maedhros room again.
<</if>>
<<if $maedhroStory is 6 and $mascC is true>>
<span style="color:chartreuse;">Maedhro's storyline: </span>I should go to my room and see what happens.
<</if>>
<<if $maedhroStory is 7>>
<span style="color:chartreuse;">Maedhro's storyline: </span> I should go to the back alley.<br><br>
(Hint: Talk to the guards)
<</if>>
<<if $maedhroStory is 8>>
<span style="color:chartreuse;">Maedhro's storyline: </span>I should talk to Maedhro in his room.<br><br>
(Hint:Talk to him in his room at "Evening")
<</if>>
<<if $maedhroStory is 9>>
<span style="color:chartreuse;">Maedhro's storyline: </span>Check Maedhro's room when he's there.
(Hint:Talk to him in his room at "Evening")
<br> <br>
(Note: End of Maedhro storyline in Truecalling version 0.5, thanks for playing)
<</if>>
<</nobr>></b></td>
<td style="text-align: center; vertical-align: middle; color:chartreuse; font-size: 20px"><b> $maedhroStory</b></td>
</tr>
\
\
\
\
<tr>
<td><img src="Images/Inledya/inledya-face.jpg" width=150 style="border-radius: 50%;"/></td>
<td><b>
<<if $day is "Monday">>
<<if $time is "Early Morning">>
Kitchen
<<elseif $time is "Morning">>
Living Room
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Her Bedroom
<</if>>
<<elseif $day is "Tuesday">>
<<if $time is "Early Morning">>
Bathroom
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
In her Bedroom
<</if>>
<<elseif $day is "Wednesday">>
<<if $time is "Early Morning">>
Kitchen
<<elseif $time is "Morning">>
Living room
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Her Bedroom
<</if>>
<<elseif $day is "Thursday">>
<<if $time is "Early Morning">>
Bathroom
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Her Bedroom
<</if>>
<<elseif $day is "Friday">>
<<if $time is "Early Morning">>
Kitchen
<<elseif $time is "Morning">>
Living room
<<elseif $time is "Afternoon">>
Her Bedroom
<<elseif $time is "Evening">>
Her Bedroom
<<elseif $time is "Night">>
Her Bedroom
<</if>>
<<elseif $day is "Saturday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Her Bedroom
<<elseif $time is "Evening">>
Her Bedroom
<<elseif $time is "Night">>
Her Bedroom
<</if>>
<<elseif $day is "Sunday">>
<<if $time is "Early Morning">>
Bathroom
<<elseif $time is "Morning">>
Living room
<<elseif $time is "Afternoon">>
Her Bedroom
<<elseif $time is "Evening">>
Her Bedroom
<<elseif $time is "Night">>
Her Bedroom
<</if>>
<</if>>
</b></td>
<td><b><<nobr>>
<<if $inledyaStory is 0>>
<span style="color:coral;">Inledya storyline: </span>I should check whats going on in the kitche. She should be there.
<</if>>
<<if $inledyaStory is 1 and $herbologyStory is 1>>
<span style="color:coral;">Inledya storyline: </span>School comes first.
<br><br>
(Progress on phillipa storyline)
<</if>>
<<if $inledyaStory is 1 and $herbologyStory is 2 and $phillipaStory gte 2 and $porncomicStory lt 5>>
<span style="color:coral;">Inledya storyline: </span>Now that I have the book, lets start the research
<br><br>
(Hint: Bedroom).
<</if>>
<<if $inledyaStory is 1 and $herbologyStory gte 2 and $porncomicStory is 5>>
<span style="color:coral;">Inledya storyline: </span>I should talk about this book with her in the kitchen.
<br><br>
(hint:after talking to her try masturbation again)
<</if>>
<<if $inledyaStory is 2>>
Story 2 info.
<</if>>
<<if $inledyaStory is 3>>
<span style="color:coral;">Inledya storyline: </span>We made a deal. So If I have an urge I can visit her in her room when she is there.
<</if>>
<<if $inledyaStory is 4>>
<span style="color:coral;">Inledya storyline:</span> I should continue visiting her in her room.
<br><br>
(Hint: Visit her in her room Fri,Sat,Sun, 4-5 times)
<</if>>
<<if $inledyaStory is 5>>
<span style="color:coral;">Inledya storyline: </span> I need a job, maybe she has any ideas. I should talk to her in the living room if she's there.
<</if>>
<<if $inledyaStory is 6>>
<span style="color:coral;">Inledya storyline: </span>I have a job now. I should start making money and talk to her in Friday "Morning" in the living room.
<</if>>
<<if $inledyaStory is 7>>
<span style="color:coral;">Inledya storyline: </span> I should see Phillipa.
<br><br>
(Hint: Progress with Cecily, Maedhro, Alariel first)
<</if>>
<<if $inledyaStory is 8 and $cecilyStory lte 7>>
<span style="color:coral;">Inledya storyline: </span> I should progress with Cecily.
<br><br>
(Hint: Cecely rel 8 or more)
<</if>>
<<if $inledyaStory is 8 and $cecilyStory gte 8>>
<span style="color:coral;">Inledya storyline: </span> I need to talk to Inledya.
<br><br>
(Hint: Talk to her in the kitchen).
<</if>>
<<if $inledyaStory is 9>>
<span style="color:coral;">Inledya storyline: </span> I should meet the Landlord in the park at night.
<</if>>
<<if $inledyaStory is 10>>
<span style="color:coral;">Inledya storyline: </span> I need to pay the landlord his share on Sundays.
<br><br>
(Note: End of Inledya storyline in Truecalling version 0.5, thanks for playing).
<</if>>
<</nobr>></b></td>
<td style="text-align: center; vertical-align: middle; color:coral; font-size:20px"><b>$inledyaStory</b></td>
</tr>
</table>
<b>Secondary Characters</b>
<table style="width:100%">
<tr>
<th>Character Picture</th>
<th>Location</th>
<th>Storyline</th>
<th style="text-align: center;">Relationship points</th>
</tr>
<tr>
<td><img src="Images/Philippa/Phillipacharacterscreenimage.jpg" width=150 style="border-radius: 50%;"/></td>
<td><b>
<<if $day is "Monday">>
<<if $time is "Early Morning">>
Herbology Classroom
<<elseif $time is "Morning">>
Herbology Classroom
<<elseif $time is "Afternoon">>
Herbology Classroom
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Tuesday">>
<<if $time is "Early Morning">>
Herbology Classroom
<<elseif $time is "Morning">>
Herbology Classroom
<<elseif $time is "Afternoon">>
Herbology Classroom
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Wednesday">>
<<if $time is "Early Morning">>
Herbology Classroom
<<elseif $time is "Morning">>
Herbology Classroom
<<elseif $time is "Afternoon">>
Herbology Classroom
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Thursday">>
<<if $time is "Early Morning">>
Herbology Classroom
<<elseif $time is "Morning">>
Herbology Classroom
<<elseif $time is "Afternoon">>
Herbology Classroom
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Friday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Saturday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Sunday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<</if>>
</b></td>
<td><b>
<<nobr>>
<<if $phillipaStory is 1>>
<span style="color:orangered;">Philippa storyline:</span>I should focus on my studies.
<br><br>
(Hint: Just go to class and take part of the class 5-6 times).
<</if>>
<<if $phillipaStory is 2 and $cecilyStory gte 4 and $alarielStory gte 3 and $inledyaStory gte 7 and $maedhroStory gte 4>>
<span style="color:orangered;">Philippa storyline:</span> I should visit her in class.
<br><br>
<<elseif $phillipaStory is 2 and $cecilyStory lte 4 or $alarielStory lte 3 or $inledyaStory lte 7 and $maedhroStory lt 4>>
<span style="color:orangered;">Philippa storyline:</span>Make progress with Cecily, Alariel, Inledya.
<br><br>
(Hint: Cecily rel 4, Alariel rel 3, Inledya rel 7 and Maedhro rel 4 to progress)
<</if>>
<<if $phillipaStory is 3>>
<span style="color:orangered;">Philippa storyline:</span> I should talk to her.
<</if>>
<<if $phillipaStory is 4>>
<span style="color:orangered;">Philippa storyline:</span> I should go to the class.
<br><br>
(Hint: Meet Thalia in the academy hallway first and I should find out something about the feaver with Cecily before talking to her.)<br>
(Hint2: Cecily Relationship needs to be 8 or more.)
<</if>>
<<if $phillipaStory is 5 and $cecilyStory lt 9>>
<span style="color:orangered;">Philippa storyline:</span> I need to make progress on other characters.
<br><br>
(Note: Cecily Relationship needs to be 9 or more.)
<<elseif $phillipaStory is 5 and $cecilyStory gte 9>>
<span style="color:orangered;">Philippa storyline:</span> I should talk to her about what happened with Cecily after the class.
<</if>>
<<if $phillipaStory is 6>>
<span style="color:orangered;">Philippa storyline:</span> She said something about the cure.
<br><br>
(Hint: Talk to her in class "Early Morining")
<</if>>
<<if $phillipaStory is 7>>
<span style="color:orangered;">Philippa storyline:</span> I am transformed again?
<br><br>
(Note: End of Philppa storyline in Truecalling version 0.5, thanks for playing)
<</if>>
<</nobr>></b></td>
<td style="text-align: center; vertical-align: middle; color:orangered; font-size: 20px"><span class="teacher"><b>$phillipaStory</b></span></td>
</tr>
\
\
\
\
<tr>
<td><img src="Images/Cecily/profilepiccecily.jpg" width=150 style="border-radius: 50%;" /></td>
<td><b>
<<if $day is "Monday">>
<<if $time is "Early Morning">>
Herbology Classroom
<<elseif $time is "Morning">>
Herbology Classroom
<<elseif $time is "Afternoon">>
Academy Bathroom
<<elseif $time is "Evening">>
Library
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Tuesday">>
<<if $time is "Early Morning">>
Herbology Classroom
<<elseif $time is "Morning">>
Herbology Classroom
<<elseif $time is "Afternoon">>
Academy Bathroom
<<elseif $time is "Evening">>
Library
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Wednesday">>
<<if $time is "Early Morning">>
Herbology Classroom
<<elseif $time is "Morning">>
Herbology Classroom
<<elseif $time is "Afternoon">>
Academy Bathroom
<<elseif $time is "Evening">>
Library
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Thursday">>
<<if $time is "Early Morning">>
Herbology Classroom
<<elseif $time is "Morning">>
Herbology Classroom
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Friday">>
<<if $time is "Early Morning">>
Herbology Classroom
<<elseif $time is "Morning">>
Herbology Classroom
<<elseif $time is "Afternoon">>
Academy Bathroom
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Saturday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Sunday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<</if>>
</b></td>
<td><b><<nobr>>
<<if $cecilyStory is 1 and $porncomic is 0>>
<span style="color:salmon;">Cecily storyline:</span>I should get to know her better.
<br><br>
(Hint: I should make progress with Phillipa)
<</if>>
<<if $cecilyStory is 1 and $porncomicStory lt 5>>
<span style="color:salmon;">Cecily storyline:</span>My top priority right now is reading the book.
<</if>>
<<if $cecilyStory is 1 and $porncomicStory gte 5>>
<span style="color:salmon;">Cecily storyline:</span>I should get to know her better.
<br><br>
(Hint: Talk to her in the class 4-5 times.)
<</if>>
<<if $cecilyStory is 2>>
<span style="color:salmon;">Cecily storyline:</span>We should talk about what happened in the bathroom.
<br><br>
(Hint: Talk to her in the "Early Morning")
<</if>>
<<if $cecilyStory is 3>>
<span style="color:salmon;">Cecily storyline:</span>I feel like I should take a leak in school bathroom.
<br><br>
(Hint: Before that I should take Inledya Bedroom handjob to next level)
<</if>>
<<if $cecilyStory is 4 and $inledyaStory lt 8>>
<span style="color:salmon;">Cecily storyline:</span>Make progress with other characters.
<br><br>
(Hint: Inledya rel needs to be 8 or more.)
<<elseif $cecilyStory is 4 and $inledyaStory gte 8>>
<span style="color:salmon;">Cecily storyline:</span>I should go see and talk to Cecily about my new body.
<br><br>
(Hint: Also I should have at least 10 cold coins. Just in case.)
<</if>>
<<if $cecilyStory is 5>>
<span style="color:salmon;">Cecily storyline:</span>I should visit the library when it's "Evening".
<</if>>
<<if $cecilyStory is 6>>
<span style="color:salmon;">Cecily storyline:</span>I should go to the park.
<br><br>
(Hint: Alariel rel 7 and Maedhro rel 9)
<</if>>
<<if $cecilyStory is 7>>
<span style="color:salmon;">Cecily storyline:</span>I should keep going to the libary.<br><br>
(Hint: Go to the library at "Evening")
<</if>>
<<if $thaliaStory is 5 and $zogStory is 4 and $rowenaStory is 2 and $cecilyStory is 8>>
<span style="color:salmon;">Cecily storyline:</span> I wonder where is Cecily?
<br><br>
(Hint: Visit the Park at "Night")
<<elseif $thaliaStory lte 5 and ($zogStory lte 4 or $rowenaStory lte 2) and $cecilyStory is 8>>
<br><br>
I should make some more progress with Thalia Rowena and Zog.<br>
(Hint: Also report your findings to Philippa)<br>
(Hint2: Zog rel 4, Thalia rel 5, Rowena rel 2 to advance)
<</if>>
<<if $cecilyStory is 9>>
<span style="color:salmon;">Cecily storyline:</span>I should meet up with Cecily in class.
<br><br>
(Hint: Go to Herbology class)
<</if>>
<<if $cecilyStory is 10>>
<span style="color:salmon;">Cecily storyline:</span>I should visit Cecily in her mansion.
<br><br>
(Hint: Go to Cecilys mansion)
<</if>>
<<if $cecilyStory is 11>>
<span style="color:salmon;">Cecily storyline:</span>Check out new Cecily interactions in academy and mansion.
<br><br>
(Note: End of version 0.6)
<</if>>
<</nobr>></b></td>
<td style="text-align: center; vertical-align: middle; color:salmon; font-size: 20px;"><span class="teacher"><b>$cecilyStory</b></span></td>
</tr>
\
\
\
\
<tr>
<td><img src="Images/Zog/zogblackhammercharacterstats.jpg" width=150/ style="border-radius: 50%;"></td>
<td><b>
<<if $day is "Monday">>
<<if $time is "Early Morning">>
Blacksmith
<<elseif $time is "Morning">>
Blacksmith
<<elseif $time is "Afternoon">>
Blacksmith
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Tuesday">>
<<if $time is "Early Morning">>
Blacksmith
<<elseif $time is "Morning">>
Blacksmith
<<elseif $time is "Afternoon">>
Blacksmith
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Wednesday">>
<<if $time is "Early Morning">>
Blacksmith
<<elseif $time is "Morning">>
Blacksmith
<<elseif $time is "Afternoon">>
Blacksmith
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Thursday">>
<<if $time is "Early Morning">>
Blacksmith
<<elseif $time is "Morning">>
Blacksmith
<<elseif $time is "Afternoon">>
Blacksmith
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Friday">>
<<if $time is "Early Morning">>
Blacksmith
<<elseif $time is "Morning">>
Blacksmith
<<elseif $time is "Afternoon">>
Blacksmith
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Saturday">>
<<if $time is "Early Morning">>
Blacksmith
<<elseif $time is "Morning">>
Blacksmith
<<elseif $time is "Afternoon">>
Blacksmith
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Sunday">>
<<if $time is "Early Morning">>
Blacksmith
<<elseif $time is "Morning">>
Blacksmith
<<elseif $time is "Afternoon">>
Blacksmith
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<</if>>
</b></td>
<td><b><<nobr>>
<<if $zogStory is 0 and $inledyaStory gte 6>>
<span style="color:seagreen;">Zog storyline:</span>I should head to work.
<</if>>
<<if $zogStory is 1>>
<span style="color:seagreen;">Zog storyline:</span>I should talk to Zog.
<br><br>
(Hint: Philippa relationship 5 or more to advance.)
<</if>>
<<if $zogStory is 2>>
<span style="color:seagreen;">Zog storyline:</span>I should talk to Zog.
<br><br>
(Hint: Work in the blacksmith 4-5 times)
<</if>>
<<if $zogStory is 3>>
<span style="color:seagreen;">Zog storyline:</span>I should talk to Zog.
<br><br>
(Hint: Go to blacksmith "Early Morning or Morning")
<</if>>
<<if $zogStory is 4>>
<span style="color:seagreen;">Zog storyline:</span>I should work in the blacksmith.
<br><br>
(Note: New work scenes in blacksmith. End of Zog storyline in Truecalling version 0.5, thanks for playing, )
<</if>>
<</nobr>></b></td>
<td style="text-align: center; vertical-align: middle; color:seagreen; font-size: 20px"><span class="teacher"><b>$zogStory</b></span></td>
</tr>
\
\
\
\
\
<tr>
<td><img src="Images/Locations/thaliaimg.jpg" width=150 style="border-radius: 50%;" /></td>
<td><b>
<<if $day is "Monday">>
<<if $time is "Early Morning">>
Academy Hallway
<<elseif $time is "Morning">>
Academy Hallway
<<elseif $time is "Afternoon">>
Academy Hallway
<<elseif $time is "Evening">>
Academy Hallway
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Tuesday">>
<<if $time is "Early Morning">>
Academy Hallway
<<elseif $time is "Morning">>
Academy Hallway
<<elseif $time is "Afternoon">>
Academy Hallway
<<elseif $time is "Evening">>
Academy Hallway
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Wednesday">>
<<if $time is "Early Morning">>
Academy Hallway
<<elseif $time is "Morning">>
Academy Hallway
<<elseif $time is "Afternoon">>
Academy Hallway
<<elseif $time is "Evening">>
Academy Hallway
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Thursday">>
<<if $time is "Early Morning">>
Academy Hallway
<<elseif $time is "Morning">>
Academy Hallway
<<elseif $time is "Afternoon">>
Academy Hallway
<<elseif $time is "Evening">>
Academy Hallway
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Friday">>
<<if $time is "Early Morning">>
Academy Hallway
<<elseif $time is "Morning">>
Academy Hallway
<<elseif $time is "Afternoon">>
Academy Hallway
<<elseif $time is "Evening">>
Academy Hallway
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Saturday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Sunday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<</if>>
</b></td>
<td><b><<nobr>>
<<if $thaliaStory is 0 and $phillipaStory lt 4>>
<span style="color:PaleGreen;">Thalia storyline:</span>I need to focus on other characters right now.
<br><br>
(Hint: Philippa rel 4 or more)
<</if>>
<<if $thaliaStory is 0 and $phillipaStory gte 4>>
<span style="color:PaleGreen;">Thalia storyline:</span>I should check out the academy hallway.
<</if>>
<<if $thaliaStory is 1 and $thaliaRel lt 10>>
<span style="color:PaleGreen;">Thalia storyline:</span>I should donate money to her.
<br><br>
(Hint: I need to donate atleast 100 coins. Work Park at night or work at Blacksmith)<br>
(Hint2: To work at park follow Inledya Storyline)
<</if>>
<<if $thaliaStory is 1 and $thaliaRel gte 10>>
<span style="color:PaleGreen;">Thalia storyline:</span>I should talk to her.
<br><br>
<</if>>
<<if $thaliaStory is 2>>
<span style="color:PaleGreen;">Thalia storyline:</span>I should see what she is up to in the academy hallway.
<br><br>
<</if>>
<<if $thaliaStory is 3>>
<span style="color:PaleGreen;">Thalia storyline:</span>I should support her cause financially again.
<br><br>
(Hint: Donate 100 gold. Work Park at night or work at Blacksmith)
<</if>>
<<if $thaliaStory is 4>>
<span style="color:PaleGreen;">Thalia storyline:</span>I should see her again.
<br><br>
(Hint: "Early Morning" in the Academy Hallway)
<</if>>
<<if $thaliaStory is 5 and $cecilyStory is 11>>
<span style="color:PaleGreen;">Thalia storyline:</span>Where is Thalia? <br> (Hint: Park)
<br><br>
<</if>>
<<if $thaliaStory is 6>>
<span style="color:PaleGreen;">Thalia storyline:</span>I should visit her in the accademy.
<br><br>
<</if>>
<<if $thaliaStory is 7>>
<span style="color:PaleGreen;">Thalia storyline:</span>I should visit her in her appartment.
<br><br>
<</if>>
<<if $thaliaStory is 8>>
<span style="color:PaleGreen;">Thalia storyline:</span>New interactions!
<br><br>
(End of story content. Check out new interactions.)
<</if>>
<</nobr>></b></td>
<td style="text-align: center; vertical-align: middle; color:PaleGreen; font-size: 20px"><span class="teacher"><b>$thaliaStory</b></span></td>
</tr>
\
\
\
\
\
<tr>
<td><img src="Images/Rowena/profilepicrowena.jpg" width="150" style="border-radius: 50%;" /></td>
<td><b>
<<if $day is "Monday">>
<<if $time is "Early Morning">>
Library
<<elseif $time is "Morning">>
Library
<<elseif $time is "Afternoon">>
Library
<<elseif $time is "Evening">>
Library
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Tuesday">>
<<if $time is "Early Morning">>
Library
<<elseif $time is "Morning">>
Library
<<elseif $time is "Afternoon">>
Library
<<elseif $time is "Evening">>
Library
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Wednesday">>
<<if $time is "Early Morning">>
Library
<<elseif $time is "Morning">>
Library
<<elseif $time is "Afternoon">>
Library
<<elseif $time is "Evening">>
Library
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Thursday">>
<<if $time is "Early Morning">>
Library
<<elseif $time is "Morning">>
Library
<<elseif $time is "Afternoon">>
Library
<<elseif $time is "Evening">>
Library
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Friday">>
<<if $time is "Early Morning">>
Library
<<elseif $time is "Morning">>
Library
<<elseif $time is "Afternoon">>
Library
<<elseif $time is "Evening">>
Library
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Saturday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<<elseif $day is "Sunday">>
<<if $time is "Early Morning">>
Hmm... It doesn't show..
<<elseif $time is "Morning">>
Hmm... It doesn't show..
<<elseif $time is "Afternoon">>
Hmm... It doesn't show..
<<elseif $time is "Evening">>
Hmm... It doesn't show..
<<elseif $time is "Night">>
Hmm... It doesn't show..
<</if>>
<</if>>
</b></td>
<td><b><<nobr>>
<<if $rowenaStory is 0 and $cecilyStory gte 8>>
<span style="color:DarkMagenta;">Rowena storyline:</span>I should go check out the Academys Library.
<br><br>
<<elseif $rowenaStory is 0>>
<span style="color:DarkMagenta;">Rowena storyline:</span>Make progress with other Characters.
<br><br>
(Hint: Cecily rel needs to be 8 or more)
<</if>>
<<if $rowenaStory is 1>>
<span style="color:DarkMagenta;">Rowena storyline:</span>I should visit her in the library.
<br><br>
(Hint: Visit her 7-8 times. Then visit her in the "Morning")
<</if>>
<<if $rowenaStory is 2>>
<span style="color:DarkMagenta;">Rowena storyline:</span>I should go see her at the library.
<br><br>
(Hint: New interaction scenes in the library.)
<br><br>
(Note: End of Rowena storyline in Truecalling version 0.5, thanks for playing)
<</if>>
<</nobr>></b></td>
<td style="text-align: center; vertical-align: middle; color:DarkMagenta; font-size:20px"><span class="teacher"><b>$rowenaStory</b></span></td>
</tr>
</table>
<b>Controls: You can use W and S to scroll and numbers to advance.</b>
<b><i>Developer's Note: If you're enjoying the game, your support helps it thrive and keeps the updates coming. Thank you for being a part of this journey and for playing!</i></b>
<<back "Return">><<if $updateSidebarNeeded>>\
<<set $updateSidebarNeeded to false>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</if>>\
<div id="right-sidebar">
<div id="right-sidebar-content">
<!-- Character Image Section -->
<<nobr>>
<<if $mascC is true>>
<<if $openEyesimageMasc is true>>
<img src="Images/Stats/mascWake.jpg" />
<<elseif $defaultLevel1static is true>>
<img src="Images/RightSideBar/maincharacterfemfreeroamlvl1image1.jpg" />
<<elseif $mascDefaultLevel1 is true>>
<<print '<img src="' + $currentCharacterImage + '" />'>>
<<elseif $mascDefaultLevel2 is true>>
<<print '<img src="' + $currentCharacterImage + '" />'>>
<<elseif $mascLevel1defaultface1 is true>>
<img src="Images/RightSideBar/mascLevel1defaultface1.webp" />
<<elseif $mascLevel1blushface1 is true>>
<img src="Images/RightSideBar/mascLevel1blushface1.webp" />
<<elseif $mascLevel1curiousface1 is true>>
<img src="Images/RightSideBar/mascLevel1curiousface1.webp" />
<<elseif $mascLevel1bitsadface1 is true>>
<img src="Images/RightSideBar/mascLevel1bitsadface1.webp" />
<<elseif $mascLevel1softsmileface1 is true>>
<img src="Images/RightSideBar/mascLevel1softsmileface1dom.webp" />
<<elseif $mascLevel1nakedseriousface1 is true>>
<img src="Images/RightSideBar/mascLevel1nakedseriousface1.webp" />
<<elseif $mascLevel1nakedshockface1 is true>>
<img src="Images/RightSideBar/mascLevel1nakedshockface1.webp" />
<<elseif $mascLevel1nakedconfrontface1 is true>>
<img src="Images/RightSideBar/mascLevel1nakedconfrontface1.webp" />
<<elseif $mascLevel1nakedconfrontface2 is true>>
<img src="Images/RightSideBar/mascLevel1nakedconfrontface2.webp" />
<<elseif $mascLevel1semiseriousface1 is true>>
<img src="Images/RightSideBar/mascLevel1semiseriousface1.webp" />
<<elseif $mascLevel1curioussadface1 is true>>
<img src="Images/RightSideBar/mascLevel1curioussadface1.webp" />
<<elseif $mascLevel1panicface1 is true>>
<img src="Images/RightSideBar/mascLevel1panicface1.webp" />
<<elseif $mascLevel1scaredface1 is true>>
<img src="Images/RightSideBar/mascLevel1scaredface1.webp" />
<<elseif $mascLevel1blushcontainembaraceface1 is true>>
<img src="Images/RightSideBar/mascLevel1blushcontainembaraceface1.webp" />
<<elseif $mascLevel1angryface1 is true>>
<img src="Images/RightSideBar/mascLevel1angryface1.webp" />
<<elseif $mascLevel1blushharderface1 is true>>
<img src="Images/RightSideBar/mascLevel1blushharderface1.webp" />
<<elseif $mascLevel1cummingface1 is true>>
<img src="Images/RightSideBar/mascLevel1cummingface1.webp" />
<<elseif $mascLevel1laughingface1 is true>>
<img src="Images/RightSideBar/mascLevel1laughingface1.webp" />
<<elseif $mascLevel1sleepingface1 is true>>
<img src="Images/RightSideBar/mascLevel1sleepingface1.webp" />
<<elseif $mascLevel1excersisingface1 is true>>
<img src="Images/RightSideBar/mascLevel1excersisingface1.webp" />
<<elseif $mascLevel2defaultface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2defaultface1.webp" />
<<elseif $mascLevel2notsureface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2notsureface1.webp" />
<<elseif $mascLevel2scaredface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2scaredface1.webp" />
<<elseif $mascLevel2scaredface2 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2scaredface2.webp" />
<<elseif $mascLevel2sleepingface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2sleepingface1.webp" />
<<elseif $mascLevel2blushface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2blushface1.webp" />
<<elseif $mascLevel2cummingface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2cummingface1.webp" />
<<elseif $mascLevel2thinkingface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2thinkingface1.webp" />
<<elseif $mascLevel2strugleangryface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2strugleangryface1.webp" />
<<elseif $mascLevel2blushface2 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2blushface2.webp" />
<<elseif $mascLevel2screamface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2screamface1.webp" />
<<elseif $mascLevel2curiousface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2curiousface1.webp" />
<<elseif $masclevel2nakeddefaultface1 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakeddefaultface1.png" />
<<elseif $masclevel2nakeddefaultface2 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakeddefaultface2.png" />
<<elseif $masclevel2nakeddefaultface3 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakeddefaultface3.png" />
<<elseif $masclevel2nakeddefaultface4 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakeddefaultface4.png" />
<<elseif $masclevel2nakeddefaultface5 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakeddefaultface5.png" />
<<elseif $masclevel2arousedface1 is true>>
<img src="Images/RightSideBarLevel2/masclevel2arousedface1.webp" />
<<elseif $masclevel2arousedface2 is true>>
<img src="Images/RightSideBarLevel2/masclevel2arousedface2.webp" />
<<elseif $masclevel2arousedface3 is true>>
<img src="Images/RightSideBarLevel2/masclevel2arousedface3.webp" />
<</if>>
<<elseif $femC is true>>
<<if $openEyesimageFem is true>>
<img src="Images/Stats/femWake.jpg" />
<<elseif $defaultLevel1static is true>>
<img src="Images/RightSideBar/maincharacterfemfreeroamlvl1image4.jpg" />
<<elseif $femDefaultLevel1 is true>>
<<print '<img src="' + $currentCharacterImage + '" />'>>
<<elseif $femDefaultLevel2 is true>>
<<print '<img src="' + $currentCharacterImage + '" />'>>
<<elseif $mascLevel1defaultface1 is true>>
<img src="Images/RightSideBar/mascLevel1defaultface1.webp" />
<<elseif $mascLevel1blushface1 is true>>
<img src="Images/RightSideBar/mascLevel1blushface1.webp" />
<<elseif $mascLevel1curiousface1 is true>>
<img src="Images/RightSideBar/mascLevel1curiousface1.webp" />
<<elseif $mascLevel1bitsadface1 is true>>
<img src="Images/RightSideBar/mascLevel1bitsadface1.webp" />
<<elseif $mascLevel1softsmileface1 is true>>
<img src="Images/RightSideBar/mascLevel1softsmileface1.webp" />
<<elseif $mascLevel1nakedseriousface1 is true>>
<img src="Images/RightSideBar/mascLevel1nakedseriousface1.webp" />
<<elseif $mascLevel1nakedshockface1 is true>>
<img src="Images/RightSideBar/mascLevel1nakedshockface1.webp" />
<<elseif $mascLevel1nakedconfrontface1 is true>>
<img src="Images/RightSideBar/mascLevel1nakedconfrontface1.webp" />
<<elseif $mascLevel1nakedconfrontface2 is true>>
<img src="Images/RightSideBar/mascLevel1nakedconfrontface2.webp" />
<<elseif $mascLevel1semiseriousface1 is true>>
<img src="Images/RightSideBar/mascLevel1semiseriousface1.webp" />
<<elseif $mascLevel1curioussadface1 is true>>
<img src="Images/RightSideBar/mascLevel1curioussadface1.webp" />
<<elseif $mascLevel1softsmileface1dom is true>>
<img src="Images/RightSideBar/mascLevel1softsmileface1dom.webp" />
<<elseif $mascLevel1panicface1 is true>>
<img src="Images/RightSideBar/mascLevel1panicface1.webp" />
<<elseif $mascLevel1scaredface1 is true>>
<img src="Images/RightSideBar/mascLevel1scaredface1.webp" />
<<elseif $mascLevel1blushcontainembaraceface1 is true>>
<img src="Images/RightSideBar/mascLevel1blushcontainembaraceface1.webp" />
<<elseif $mascLevel1angryface1 is true>>
<img src="Images/RightSideBar/mascLevel1angryface1.webp" />
<<elseif $mascLevel1blushharderface1 is true>>
<img src="Images/RightSideBar/mascLevel1blushharderface1.webp" />
<<elseif $mascLevel1cummingface1 is true>>
<img src="Images/RightSideBar/mascLevel1cummingface1.webp" />
<<elseif $mascLevel1laughingface1 is true>>
<img src="Images/RightSideBar/mascLevel1laughingface1.webp" />
<<elseif $mascLevel1sleepingface1 is true>>
<img src="Images/RightSideBar/mascLevel1sleepingface1.webp" />
<<elseif $mascLevel1excersisingface1 is true>>
<img src="Images/RightSideBar/mascLevel1excersisingface1.webp" />
<<elseif $mascLevel2defaultface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2defaultface1fem.webp" />
<<elseif $mascLevel2notsureface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2notsureface1fem.webp" />
<<elseif $mascLevel2scaredface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2scaredface1fem.webp" />
<<elseif $mascLevel2scaredface2 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2scaredface2fem.webp" />
<<elseif $mascLevel2sleepingface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2sleepingface1fem.webp" />
<<elseif $mascLevel2blushface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2blushface1fem.webp" />
<<elseif $mascLevel2cummingface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2cummingface1fem.webp" />
<<elseif $mascLevel2thinkingface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2thinkingface1fem.webp" />
<<elseif $mascLevel2strugleangryface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2strugleangryface1fem.webp" />
<<elseif $mascLevel2blushface2 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2blushface2fem.webp" />
<<elseif $mascLevel2screamface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2screamface1fem.webp" />
<<elseif $mascLevel2curiousface1 is true>>
<img src="Images/RightSideBarLevel2/mascLevel2curiousface1fem.webp" />
<<elseif $masclevel2nakeddefaultface1 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakeddefaultface1fem.webp" />
<<elseif $masclevel2nakeddefaultface2 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakeddefaultface2fem.webp" />
<<elseif $masclevel2nakeddefaultface3 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakeddefaultface3fem.webp" />
<<elseif $masclevel2nakeddefaultface4 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakeddefaultface4fem.webp" />
<<elseif $masclevel2nakeddefaultface5 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakeddefaultface5fem.webp" />
<<elseif $masclevel2arousedface1 is true>>
<img src="Images/RightSideBarLevel2/masclevel2arousedface1fem.webp" />
<<elseif $masclevel2arousedface2 is true>>
<img src="Images/RightSideBarLevel2/masclevel2arousedface2fem.webp" />
<<elseif $masclevel2arousedface3 is true>>
<img src="Images/RightSideBarLevel2/masclevel2arousedface3fem.webp" />
<<elseif $masclevel2nakedarousedface1 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedarousedface1fem.webp" />
<<elseif $masclevel2nakedarousedface2 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedarousedface2fem.webp" />
<<elseif $masclevel2nakedarousedface3 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedarousedface3fem.webp" />
<<elseif $masclevel2nakedarousedface4 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedarousedface4fem.webp" />
<<elseif $masclevel2nakedarousedface5 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedarousedface5fem.webp" />
<<elseif $masclevel2nakedarousedcumface1 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedarousedcumface1fem.webp" />
<<elseif $masclevel2nakedarousedcumface2 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedarousedcumface2fem.webp" />
<<elseif $masclevel2nakedarousedcumface3 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedarousedcumface3fem.webp" />
<<elseif $masclevel2nakedcumonface1 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedcumonface1fem.webp" />
<<elseif $masclevel2nakedcumonface2 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedcumonface2fem.webp" />
<<elseif $masclevel2nakedcumonface3 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedcumonface3fem.webp" />
<<elseif $masclevel2nakedcumonface4 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedcumonface4fem.webp" />
<<elseif $masclevel2nakedcumonface5 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedcumonface5fem.webp" />
<<elseif $masclevel2nakedcumonface6 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedcumonface6fem.webp" />
<<elseif $masclevel2nakedcumonface7 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedcumonface7fem.webp" />
<<elseif $masclevel2nakedcumonfacecum1 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedcumonfacecum1fem.webp" />
<<elseif $masclevel2nakedcumonfacecum2 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedcumonfacecum2fem.webp" />
<<elseif $masclevel2nakedcumonfacecum3 is true>>
<img src="Images/RightSideBarLevel2/masclevel2nakedcumonfacecum3fem.webp" />
<</if>>
<</if>>
<</nobr>>
<<if $mainStory gte 4 and $mainStory lte 16>>
<div class="fever-tooltip">Fever: <<print Math.round($feverValue * 100)>>%</div>\
<div class="fever-meter-outer">\
<table class="fever-meter-table">\
<tr>\
<td style="width:11%;"><img src="Images/Stats/feverlow.png" class="fever-icon"></td>\
<td class="fever-meter-cell1"><div class="fever-meter"><<showmeter "fever" $feverValue>></div></td>
<td style="width:11%;"><img src="Images/Stats/feverhigh.png" class="fever-icon"></td>\
</tr>\
</table>\
</div>\
<</if>>\
<<if $inledyaStory lt 1>>
<<else>>
<div class="stats-container">
<!-- Corruption -->
<<if $corruption lte 15 and $corruptionLevel1check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/corruptionicon.png" class="stat-icon">
<div class="tooltip">Corruption (Level 0)</div>
<div class="meter-wrapper"><<showmeter "corruption" `$corruption/15`>></div>
</div>
<<elseif $corruption gte 15 and $corruptionLevel1check is true and $corruption lte 40 and $corruptionLevel2check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/corruptionicon.png" class="stat-icon">
<div class="tooltip">Corruption (Level 1)</div>
<div class="meter-wrapper"><<showmeter "corruption" `($corruption-15)/25`>></div>
</div>
<<elseif $corruption gte 40 and $corruptionLevel2check is true and $corruption lte 65 and $corruptionLevel3check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/corruptionicon.png" class="stat-icon">
<div class="tooltip">Corruption (Level 2)</div>
<div class="meter-wrapper"><<showmeter "corruption" `($corruption-40)/25`>></div>
</div>
<<elseif $corruption gte 65 and $corruptionLevel3check is true and $corruption lte 100 and $corruptionLevel4check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/corruptionicon.png" class="stat-icon">
<div class="tooltip">Corruption (Level 3)</div>
<div class="meter-wrapper"><<showmeter "corruption" `($corruption-65)/35`>></div>
</div>
<<elseif $corruption gte 100 and $corruptionLevel4check is true and $corruption lte 150 and $corruptionLevel5check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/corruptionicon.png" class="stat-icon">
<div class="tooltip">Corruption (Level 4)</div>
<div class="meter-wrapper"><<showmeter "corruption" `($corruption-100)/50`>></div>
<<elseif $corruption gte 150 and $corruptionLevel5check is true>>
<div class="stat-bar-outer">
<img src="Images/Stats/corruptionicon.png" class="stat-icon">
<div class="tooltip">Corruption (Level 5)</div>
<div class="meter-wrapper"><<showmeter "corruption" `($corruption-150)/100`>></div>
</div>
<</if>>
<!-- Intelligence -->
<<if $intelligence lte 15 and $intelligenceLevel1check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/intelligenceicon.png" class="stat-icon">
<div class="tooltip">Intelligence (Level 0)</div>
<div class="meter-wrapper"><<showmeter "intelligence" `$intelligence/15`>></div>
</div>
<<elseif $intelligence gte 15 and $intelligenceLevel1check is true and $intelligence lte 40 and $intelligenceLevel2check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/intelligenceicon.png" class="stat-icon">
<div class="tooltip">Intelligence (Level 1)</div>
<div class="meter-wrapper"><<showmeter "intelligence" `($intelligence-15)/25`>></div>
</div>
<<elseif $intelligence gte 40 and $intelligenceLevel2check is true and $intelligence lte 65 and $intelligenceLevel3check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/intelligenceicon.png" class="stat-icon">
<div class="tooltip">Intelligence (Level 2)</div>
<div class="meter-wrapper"><<showmeter "intelligence" `($intelligence-40)/25`>></div>
</div>
<<elseif $intelligence gte 65 and $intelligenceLevel3check is true and $intelligence lte 100 and $intelligenceLevel4check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/intelligenceicon.png" class="stat-icon">
<div class="tooltip">Intelligence (Level 3)</div>
<div class="meter-wrapper"><<showmeter "intelligence" `($intelligence-65)/35`>></div>
</div>
<<elseif $intelligence gte 100 and $intelligenceLevel4check is true and $intelligence lte 150 and $intelligenceLevel5check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/intelligenceicon.png" class="stat-icon">
<div class="tooltip">Intelligence (Level 4)</div>
<div class="meter-wrapper"><<showmeter "intelligence" `($intelligence-100)/50`>></div>
</div>
<<elseif $intelligence gte 150 and $intelligenceLevel5check is true>>
<div class="stat-bar-outer">
<img src="Images/Stats/intelligenceicon.png" class="stat-icon">
<div class="tooltip">Intelligence (Level 5)</div>
<div class="meter-wrapper"><<showmeter "intelligence" `($intelligence-150)/100`>></div>
</div>
<</if>>
<!-- Charisma -->
<<if $charisma lte 15 and $charismaLevel1check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/charismaicon.png" class="stat-icon">
<div class="tooltip">Charisma (Level 0)</div>
<div class="meter-wrapper"><<showmeter "charisma" `$charisma/15`>></div>
</div>
<<elseif $charisma gte 15 and $charismaLevel1check is true and $charisma lte 40 and $charismaLevel2check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/charismaicon.png" class="stat-icon">
<div class="tooltip">Charisma (Level 1)</div>
<div class="meter-wrapper"><<showmeter "charisma" `($charisma-15)/25`>></div>
</div>
<<elseif $charisma gte 40 and $charismaLevel2check is true and $charisma lte 65 and $charismaLevel3check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/charismaicon.png" class="stat-icon">
<div class="tooltip">Charisma (Level 2)</div>
<div class="meter-wrapper"><<showmeter "charisma" `($charisma-40)/25`>></div>
</div>
<<elseif $charisma gte 65 and $charismaLevel3check is true and $charisma lte 100 and $charismaLevel4check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/charismaicon.png" class="stat-icon">
<div class="tooltip">Charisma (Level 3)</div>
<div class="meter-wrapper"><<showmeter "charisma" `($charisma-65)/35`>></div>
</div>
<<elseif $charisma gte 100 and $charismaLevel4check is true and $charisma lte 150 and $charismaLevel5check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/charismaicon.png" class="stat-icon">
<div class="tooltip">Charisma (Level 4)</div>
<div class="meter-wrapper"><<showmeter "charisma" `($charisma-100)/50`>></div>
</div>
<<elseif $charisma gte 150 and $charismaLevel5check is true>>
<div class="stat-bar-outer">
<img src="Images/Stats/charismaicon.png" class="stat-icon">
<div class="tooltip">Charisma (Level 5)</div>
<div class="meter-wrapper"><<showmeter "charisma" `($charisma-150)/100`>></div>
</div>
<</if>>
<!-- Strength -->
<<if $strength lte 15 and $strengthLevel1check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/strengthicon.png" class="stat-icon">
<div class="tooltip">Strength (Level 0)</div>
<div class="meter-wrapper"><<showmeter "strength" `$strength/15`>></div>
</div>
<<elseif $strength gte 15 and $strengthLevel1check is true and $strength lte 40 and $strengthLevel2check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/strengthicon.png" class="stat-icon">
<div class="tooltip">Strength (Level 1)</div>
<div class="meter-wrapper"><<showmeter "strength" `($strength-15)/25`>></div>
</div>
<<elseif $strength gte 40 and $strengthLevel2check is true and $strength lte 65 and $strengthLevel3check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/strengthicon.png" class="stat-icon">
<div class="tooltip">Strength (Level 2)</div>
<div class="meter-wrapper"><<showmeter "strength" `($strength-40)/25`>></div>
</div>
<<elseif $strength gte 65 and $strengthLevel3check is true and $strength lte 100 and $strengthLevel4check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/strengthicon.png" class="stat-icon">
<div class="tooltip">Strength (Level 3)</div>
<div class="meter-wrapper"><<showmeter "strength" `($strength-65)/35`>></div>
</div>
<<elseif $strength gte 100 and $strengthLevel4check is true and $strength lte 150 and $strengthLevel5check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/strengthicon.png" class="stat-icon">
<div class="tooltip">Strength (Level 4)</div>
<div class="meter-wrapper"><<showmeter "strength" `($strength-100)/50`>></div>
</div>
<<elseif $strength gte 150 and $strengthLevel5check is true>>
<div class="stat-bar-outer">
<img src="Images/Stats/strengthicon.png" class="stat-icon">
<div class="tooltip">Strength (Level 5)</div>
<div class="meter-wrapper"><<showmeter "strength" `($strength-150)/100`>></div>
</div>
<</if>>
<!-- Confidence -->
<<if $confidence lte 15 and $confidenceLevel1check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/confidenceicon.png" class="stat-icon">
<div class="tooltip">Confidence (Level 0)</div>
<div class="meter-wrapper"><<showmeter "confidence" `$confidence/15`>></div>
</div>
<<elseif $confidence gte 15 and $confidenceLevel1check is true and $confidence lte 40 and $confidenceLevel2check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/confidenceicon.png" class="stat-icon">
<div class="tooltip">Confidence (Level 1)</div>
<div class="meter-wrapper"><<showmeter "confidence" `($confidence-15)/25`>></div>
</div>
<<elseif $confidence gte 40 and $confidenceLevel2check is true and $confidence lte 65 and $confidenceLevel3check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/confidenceicon.png" class="stat-icon">
<div class="tooltip">Confidence (Level 2)</div>
<div class="meter-wrapper"><<showmeter "confidence" `($confidence-40)/25`>></div>
</div>
<<elseif $confidence gte 65 and $confidenceLevel3check is true and $confidence lte 100 and $confidenceLevel4check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/confidenceicon.png" class="stat-icon">
<div class="tooltip">Confidence (Level 3)</div>
<div class="meter-wrapper"><<showmeter "confidence" `($confidence-65)/35`>></div>
</div>
<<elseif $confidence gte 100 and $confidenceLevel4check is true and $confidence lte 150 and $confidenceLevel5check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/confidenceicon.png" class="stat-icon">
<div class="tooltip">Confidence (Level 4)</div>
<div class="meter-wrapper"><<showmeter "confidence" `($confidence-100)/50`>></div>
</div>
<<elseif $confidence gte 150 and $confidenceLevel5check is true>>
<div class="stat-bar-outer">
<img src="Images/Stats/confidenceicon.png" class="stat-icon">
<div class="tooltip">Confidence (Level 5)</div>
<div class="meter-wrapper"><<showmeter "confidence" `($confidence-150)/100`>></div>
</div>
<</if>>
<!-- Technique -->
<<if $technique lte 15 and $techniqueLevel1check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/technique.png" class="stat-icon">
<div class="tooltip">Technique (Level 0)</div>
<div class="meter-wrapper"><<showmeter "technique" `$technique/15`>></div>
</div>
<<elseif $technique gte 15 and $techniqueLevel1check is true and $technique lte 40 and $techniqueLevel2check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/technique.png" class="stat-icon">
<div class="tooltip">Technique (Level 1)</div>
<div class="meter-wrapper"><<showmeter "technique" `($technique-15)/25`>></div>
</div>
<<elseif $technique gte 40 and $techniqueLevel2check is true and $technique lte 65 and $techniqueLevel3check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/technique.png" class="stat-icon">
<div class="tooltip">Technique (Level 2)</div>
<div class="meter-wrapper"><<showmeter "technique" `($technique-40)/25`>></div>
</div>
<<elseif $technique gte 65 and $techniqueLevel3check is true and $technique lte 100 and $techniqueLevel4check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/technique.png" class="stat-icon">
<div class="tooltip">Technique (Level 3)</div>
<div class="meter-wrapper"><<showmeter "technique" `($technique-65)/35`>></div>
</div>
<<elseif $technique gte 100 and $techniqueLevel4check is true and $technique lte 150 and $techniqueLevel5check is false>>
<div class="stat-bar-outer">
<img src="Images/Stats/technique.png" class="stat-icon">
<div class="tooltip">Technique (Level 4)</div>
<div class="meter-wrapper"><<showmeter "technique" `($technique-100)/50`>></div>
</div>
<<elseif $technique gte 150 and $techniqueLevel5check is true>>
<div class="stat-bar-outer">
<img src="Images/Stats/technique.png" class="stat-icon">
<div class="tooltip">Technique (Level 5)</div>
<div class="meter-wrapper"><<showmeter "technique" `($technique-150)/100`>></div>
</div>
<</if>>
</div>\
<</if>>\
<<if $inledyaStory lt 1>>
<<else>>
<div class="money-display">
You have <b>$money</b> <img src="Images/Locations/money.png" />
</div>
<</if>>\
<<nobr>>
<!-- Quest Tracker -->
<div class="current-quest-tracker">
<<if $trackedQuest>>
<<set _trackedChar = setup.characters[$trackedQuest]>>
<div class="tracked-quest">
<div class="quest-info">
<h3 style="color: _trackedChar.color;">Tracking: _trackedChar.name</h3>
<p class="current-objective"><<print _trackedChar.getQuest()>></p>
</div>
</div>
<</if>>
</div>
<</nobr>>
</div>
</div>
<style>
#right-sidebar {
position: fixed;
top: 0;
right: 0;
width: 17%;
height: 100%;
overflow-y: auto;
background-color: rgba(240, 240, 240, 0.9);
background-image: url('Images/Locations/rightnav.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 1em;
box-sizing: border-box;
transition: transform 0.3s ease-in-out;
z-index: 1000;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
border: 2px solid #808080;
border-left: 4px solid #808080;
border-top: none;
border-bottom: none;
}
#right-sidebar.collapsed {
transform: translateX(100%);
}
#right-sidebar-toggle {
position: fixed;
top: 10px;
right: 30px;
z-index: 1001;
cursor: pointer;
padding: 5px 10px;
background-color: black;
border: 1px solid #999;
border-radius: 5px;
}
#right-sidebar-content img {
max-width: 100%;
max-height: 300px;
width: auto;
height: auto;
object-fit: contain;
margin-bottom: 10px;
}
.money-display {
margin: -50px 0 0 0;
padding: 0;
}
/* Firefox-specific */
@-moz-document url-prefix() {
.money-display {
margin: 0;
}
}
.stats-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0;
padding: 0;
border-radius: 10px;
width: 90%;
}
.stat-bar-outer {
display: grid;
grid-template-rows: auto 1fr;
justify-items: center;
gap: 0;
color: white;
padding: 0;
position: relative;
transition: background-color 0.2s ease;
}
.stat-icon {
width: 32px !important;
height: 32px !important;
min-width: 32px !important;
max-width: 32px !important;
max-height: 32px !important;
margin: 0 !important;
padding: 0 !important;
}
.stat-icon:hover {
filter: brightness(1.35);
}
.tooltip {
position: absolute;
top: -10px;
right: -30px;
background-color: rgba(0, 0, 0, 0.9);
color: white;
padding: 6px 12px;
border-radius: 4px;
font-size: 12px;
white-space: nowrap;
pointer-events: none;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
z-index: 1000;
text-align: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(255, 255, 255, 0.1);
}
.tooltip::after {
content: '';
position: absolute;
bottom: -10px;
left: 10px;
border: 5px solid transparent;
border-top-color: rgba(0, 0, 0, 0.9);
}
.stat-bar-outer:hover .tooltip {
opacity: 1;
visibility: visible;
}
.meter-wrapper {
width: 75px;
height: 15px;
min-width: 0;
margin: -24px 0 0 0;
padding: 0;
}
/* Firefox-specific */
@-moz-document url-prefix() {
.meter-wrapper {
margin: 5px 0 5px 0;
}
}
.chapel-meter {
width: 100%;
height: 100%;
background-color: #333333;
border-radius: 10px;
overflow: hidden;
position: relative;
}
.current-quest-tracker {
margin-top: 0px;
background-color: rgba(0, 0, 0, 0.2);
padding: 0px;
border-radius: 5px;
color: white;
}
@media (max-width: 768px) {
#right-sidebar {
width: 100%;
height: auto;
position: static;
border: none;
}
.stats-container {
display: block;
}
/* Quest Section */
.quest-section {
background: rgba(0, 0, 0, 0.6);
padding: 0px;
border-radius: 10px;
margin-top: 0px;
}
.quest-section h3 {
margin-top: 0px;
color: #fff;
}
/*Feaver Section*/
.fever-meter-outer {
width: 90%;
margin: 10px auto;
}
.fever-meter-table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
.fever-meter-table td {
padding: 0;
vertical-align: middle;
}
.fever-icon {
display: block !important;
margin: 0 auto !important;
}
.fever-meter {
width: 100%;
height: 20px;
margin: 0 5px;
}
.fever-meter .chapel-meter,
.fever-meter .chapel-meter div {
border-radius: 0 px !important;
height: 100%;
}
.fever-tooltip {
text-align: center;
font-size: 12px;
color: white;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
margin-top: 2px;
}
</style><style>
body {
background-image: url("Images/Locations/mainpagebackground.jpg"); /* Replace with your image path */
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
min-height: 100vh;
}
.character-creation-content {
background-color: rgba(0, 0, 0, 0.6);
border-radius: 15px;
padding: 1em;
max-width: 800px;
margin: 0em;
color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
text-align: center;
}
</style>
<div class="character-creation-content">
Setting preferences for your optimal gameplay (Note: These can be changed at any point under settings on the left).
<div class="settings-option">
<strong>Display Mode:</strong>
<<radiobutton "$dissablemap" true checked>>Normal Mode<br>
<<radiobutton "$dissablemap" false>>Mobile Mode
</div>
If only Images is turned on then Gif's are replaced with images.
<div class="settings-option">
<<radiobutton "$onlyImages" true>>Only Images<br>
<<radiobutton "$onlyImages" false checked>>Mix of Images and GIFs
</div>
Incest settings.
<div class="settings-option">
<<radiobutton "$incestOn" false checked>>Incest Content Off<br>
<<radiobutton "$incestOn" true>>Incest Content On
</div>
[[Continue|MascorFem]]
</div>
Let's try putting the screen check code in a macro that we can call multiple times, and use an event that definitely fires after everything is loaded:
```html
<<widget "ShowSettings">>
<<script>>
// Setup macro for screen check
Macro.add('checkScreenSize', {
handler: function() {
let screenWidth = window.innerWidth;
if (screenWidth < 800) {
State.variables.dissablemap = false;
$("#ui-bar").addClass("closed");
$("html").removeClass("ui-bar-open");
$("#story").removeClass("ui-bar-open");
$("#ui-bar-toggle").removeClass("open");
console.log("Mobile mode set");
} else {
State.variables.dissablemap = true;
console.log("Desktop mode set");
}
}
});
// Run on settings open
$(document).on('click', '.settings-button', function() {
setTimeout(function() {
Macro.get('checkScreenSize').handler();
}, 100);
});
// Run when DOM is fully loaded and after a delay
$(window).on('load', function() {
setTimeout(function() {
Macro.get('checkScreenSize').handler();
}, 500);
});
// Also run immediately
Macro.get('checkScreenSize').handler();
<</script>>
<div id="settings-overlay" style="display: none;"></div>
<div id="settings-menu" style="display: none;">
<div class="settings-content">
<div class="settings-close">✕</div>
<h3>Settings</h3>
<div class="settings-option">
<strong>Display Mode:</strong><br>
<<if window.innerWidth < 800>>
<<radiobutton "$dissablemap" true disabled>>Normal Mode<br>
<<radiobutton "$dissablemap" false checked>>Mobile Mode
<<else>>
<<radiobutton "$dissablemap" true checked>>Normal Mode<br>
<<radiobutton "$dissablemap" false disabled>>Mobile Mode
<</if>>
</div>
<div class="settings-option">
<strong>Image Type:</strong><br>
<<radiobutton "$onlyImages" true>>Only Images<br>
<<radiobutton "$onlyImages" false checked>>Mix of Images and GIFs
</div>
<div class="settings-option">
<strong>Content Options:</strong><br>
<<radiobutton "$incestOn" false checked>>Incest Content Off<br>
<<radiobutton "$incestOn" true>>Incest Content On
</div>
</div>
</div>
<</widget>><style>
body {
background-image: url("Images/Locations/mainpagebackground1.jpg");
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
padding: 0;
}
.route-type-masc{
background-image: url("Images/Locations/mainpagebackground-masc.jpg");
background-size: cover;
background-position: center;
border: 2px solid #3333ff;
background-blend-mode: overlay;
}
.route-type-fem{
background-image: url("Images/Locations/mainpagebackground-fem.png");
background-size: cover;
background-position: center;
border: 2px solid #ff0066;
background-blend-mode: overlay;
}
.masc-name{
color: #3333ff;
}
.fem-name{
color: #ff0066;
}
.choice-content {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 15px;
padding: 2em;
max-width: 900px;
margin: 0 auto;
color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.title {
text-align: center;
color: #ffd700;
font-size: 1.5em;
margin-bottom: 1.5em;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.route-choices {
display: flex;
justify-content: space-between;
gap: 2em;
margin: 2em 0;
}
.route-column {
flex: 1;
padding: 1.5em;
border-radius: 10px;
background-color: rgba(50, 50, 50, 0.5);
display: flex;
flex-direction: column;
}
.route-title-masc {
text-align: center;
font-size: 1.3em;
color: #3333ff;
margin-bottom: 1em;
padding-bottom: 0.5em;
border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}
.route-title-fem {
text-align: center;
font-size: 1.3em;
color: #ff0066;
margin-bottom: 1em;
padding-bottom: 0.5em;
border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}
.route-type {
margin: 0.5em 0;
padding: 0.5em;
background-color: rgba(70, 70, 70, 0.6);
border-radius: 8px;
flex-grow: 1;
}
.route-type-fem:hover {
background-color: rgba(0, 0, 0, 0.6);
transition: background-color 0.3s ease;
}
.route-type-masc:hover {
background-color: rgba(0, 0, 0, 0.6);
transition: background-color 0.3s ease;
}
.route-column:first-child h3 {
color: #4a90e2 !important; /* Blue */
}
.route-column:last-child h3 {
color: #ff69b4 !important; /* Pink */
}
.route-type p {
margin: 0.5em 0;
color: #ffd700;
}
.route-content {
font-size: 0.9em;
color: #bbb;
text-align: center;
margin-top: auto;
}
.choice-button {
display: block;
background-color: rgba(70, 70, 70, 0.8);
padding: 1em;
margin: 1em 0;
border-radius: 8px;
color: #fff;
text-decoration: none;
text-align: center;
transition: all 0.3s ease;
}
.choice-button:hover {
background-color: rgba(100, 100, 100, 0.9);
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.passage a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1; /* Put link under the hover effect */
}
.route-type {
position: relative;
cursor: pointer;
}
/* Make hover effect have higher z-index */
.route-type-fem:hover, .route-type-masc:hover {
background-color: rgba(0, 0, 0, 0.6);
transition: background-color 0.3s ease;
z-index: 2;
}
@media screen and (max-width: 550px) {
/* Fix the overall layout first */
.route-choices {
flex-direction: column;
gap: 1em;
}
/* Fix the link visibility issue */
.passage .link-internal {
position: static !important; /* Override absolute positioning */
opacity: 1 !important;
width: auto !important;
height: auto !important;
background-color: #ff3333;
color: white !important;
padding: 10px;
margin: 5px 0;
border-radius: 5px;
display: block;
text-align: center;
}
/* Override the general .passage a styles for mobile */
.passage a {
position: static;
opacity: 1;
width: auto;
height: auto;
}
.route-type {
padding: 15px;
margin-bottom: 20px;
}
/* Make content stack properly */
.choice-content {
padding: 1em;
margin: 10px;
}
}
</style>
<div class="choice-content">
<h1 class="title">Choose Your Character's Path</h1>
<div class="route-choices">
<!-- Masculine Column -->
<div class="route-column">
<div class="route-title-masc">Masculine Male</div>
<div class="route-type route-type-masc">
<h3 class="masc-name">Alpha Route</h3>
<p>Alpha, Domination Content, BDSM, Power Play, Harem, Trap (avoidable).</p>
<h3 class="masc-name">Vanilla Route</h3>
<p>Romance, Love, Vanilla, Harem, Tender, Gentle, Monogamous (on girls part)</p>
<h3 class="masc-name">Netori Route</h3>
<p>Netori, Sharing, Stealing girlfriends, Manipulation, Power Play, Harem, Trap content</p>
[[Begin Story|Story Intro][$mascC = true]]
</div>
</div>
<!-- Feminine Column -->
<div class="route-column">
<div class="route-title-fem">Feminine Male</div>
<div class="route-type route-type-fem">
<h3 class="fem-name">Feminine Route</h3>
<p>Transformation, Romance, Sissification, Love, Relationships, Sensual, Cumplay</p>
<h3 class="fem-name">Submission Route</h3>
<p>Transformation, Degrading, Bimbofication, Cumplay, Femdom, Sissification, Maledom</p>
<h3 class="fem-name">NTR Route</h3>
<p>Transformation, NTR, Cuckold, Cumplay, Femdom, Sissification</p>
[[Begin Story|Story Intro][$femC = true]]
</div>
</div>
</div>
</div>
//In the continent of Imeria, where various races coexist, peace has long been a cherished ideal. Humans, with their ambition and resilience, elves, possessing ageless grace and wisdom, and orcs, known for their strength and determination, have shared this land for generations.//
<img src="Images/Story/storyintro.jpg" width=768 />
[[Continue|Story Intro2]]
<style>
body {
background-image: url("Images/Locations/Notebookbg.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
@media screen and (max-width: 550px) {
#passages .notebook-container .character-avatar,
#passages .notebook-container .character-grid img {
width: 100px !important;
height: auto !important;
max-width: 100% !important;
}
.passage {
width: 100%;
padding: 0 !important;
}
.notebook-container {
padding: 0 !important;
margin: 0 !important;
}
.character-card {
padding: 5px !important;
margin: 5px 0 !important;
}
.current-quest {
padding: 0 !important;
margin: 0 !important;
}
/* Target quest description text specifically */
.current-quest > * {
padding: 0 !important;
margin: 0 !important;
}
.card-header,
.view-details {
padding-left: 5px !important;
padding-right: 5px !important;
}
/* Add this if there's any character grid spacing */
.character-grid {
padding: 0 !important;
margin: 0 !important;
}
}
</style>
<<nobr>>
/* Reset selection and add debug variable */
<<set $selectedChar = null>>
<<set $debugLastSelected = null>>
<<set _filteredCharacters = {}>>
/* Filter characters based on conditions */
<<for _charId, _char range setup.characters>>
<<switch _charId>>
<<case "philippa" "cecily">>
<<if $herbologyStory gte 1>>
<<set _filteredCharacters[_charId] = _char>>
<</if>>
<<case "zog">>
<<if $unlockBlackSmith gte 1>>
<<set _filteredCharacters[_charId] = _char>>
<</if>>
<<case "thalia">>
<<if $thaliaStory gte 1 and $philippaStory gte 4>>
<<set _filteredCharacters[_charId] = _char>>
<</if>>
<<case "rowena">>
<<if $rowenaStory gte 0 and $cecilyStory gte 8>>
<<set _filteredCharacters[_charId] = _char>>
<</if>>
<<default>>
<<set _filteredCharacters[_charId] = _char>>
<</switch>>
<</for>>
<div class="notebook-container">
<div class="character-grid">
<<for _charId, _char range _filteredCharacters>>
<div class="character-card">
<div class="card-header">
<img class="character-avatar" @src="_char.listImage()" alt="<<print _char.name>>">
<div>
<h3 style="color: <<print _char.color>>;"><<print _char.name>></h3>
<<if _char.getLocation>>
<p>Location: <<print _char.getLocation()>></p>
<</if>>
</div>
</div>
<div class="current-quest">
<<print _char.getQuest()>>
</div>
<div class="view-details">
<div class="view-details-button">
<<capture _charId>>
<<link "View " + _char.name + "'s Details">>
<<set $debugLastSelected = _charId>>
<<set $selectedChar = _charId>>
<<set $returnPassage = passage()>>
<<goto "Character Details">>
<</link>>
<</capture>>
</div>
</div>
</div>
<</for>>
</div>
<div style="margin-bottom: 20px; text-align: right;">
<<link "Close Notebook">><<closenotebook>><</link>>
</div>
<div style="margin-bottom: 0px; text-align: left;">
[[Statsheet]] | <<if $cheatAccess is false>>[[Cheats|CheatKey]]<<else>>[[Cheats|IntroCheats]]<</if>>
</div>
</div>
<</nobr>><<nobr>>
<<set _char = setup.characters[$selectedChar]>>
<<if _char>>
<!-- Get all values and store them -->
<<set _prefix = $selectedChar.toLowerCase()>>
<<set _rel = State.variables[_prefix + 'Rel']>>
<<set _corr = State.variables[_prefix + 'Corruption']>>
<<set _hj = State.variables[_prefix + 'Handjob']>>
<<set _bj = State.variables[_prefix + 'Blowjob']>>
<<set _sex = State.variables[_prefix + 'Sex']>>
<<set _anal = State.variables[_prefix + 'Anal']>>
<<set _kink = State.variables[_prefix + 'Kink']>>
<div class="char-profile-wrapper">
<h2 class="char-profile-name" style="color: <<print _char.color>>;"><<print _char.name>></h2>
<div class="char-profile-grid">
<div class="char-profile-portrait-container">
<img @src="_char.detailImage()" alt="Character Portrait" class="char-profile-image">
</div>
<div class="char-profile-stats-container">
<<if _char.stats>>
<div class="char-profile-domsub-container">
<div class="char-profile-stat-label">Dominance/Submission Balance</div>
<div class="char-profile-domsub-bar">
<span class="char-profile-sub-label">Submissive</span>
<div class="char-profile-balance-bar">
<div class="char-profile-marker" @style="'left: ' + _char.stats.domSub.value() + '%'">
<span class="char-profile-marker-text"><<print _char.stats.domSub.value()>>%</span>
</div>
</div>
<span class="char-profile-dom-label">Dominant</span>
</div>
</div>
<</if>>
<div class="char-profile-stats-container">
<<if _prefix == "alariel">>
<<if $alarielRel lte 5 and $alarielRelLevel1check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 0)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielRel" `_rel/5`>></div>
</div>
<<elseif $alarielRel gte 5 and $alarielRelLevel1check is true and $alarielRel lte 15 and $alarielRelLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 1)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielRel" `(_rel-5)/10`>></div>
</div>
<<elseif $alarielRel gte 15 and $alarielRelLevel2check is true and $alarielRel lte 30 and $alarielRelLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 2)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielRel" `(_rel-15)/15`>></div>
</div>
<<elseif $alarielRel gte 30 and $alarielRelLevel3check is true and $alarielRel lte 50 and $alarielRelLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 3)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielRel" `(_rel-30)/20`>></div>
</div>
<<elseif $alarielRel gte 50 and $alarielRelLevel4check is true and $alarielRel lte 75 and $alarielRelLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 4)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielRel" `(_rel-50)/25`>></div>
</div>
<<elseif $alarielRel gte 75 and $alarielRelLevel5check is true and $alarielRel lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 5)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielRel" `(_rel-75)/25`>></div>
</div>
<</if>>
/* Corruption */
<<if $alarielCorruption lte 5 and $alarielCorrLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielCorruption" `_corr/5`>></div>
</div>
<<elseif $alarielCorruption gte 5 and $alarielCorrLevel1check is true and $alarielCorruption lte 15 and $alarielCorrLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielCorruption" `(_corr-5)/10`>></div>
</div>
<<elseif $alarielCorruption gte 15 and $alarielCorrLevel2check is true and $alarielCorruption lte 30 and $alarielCorrLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielCorruption" `(_corr-15)/15`>></div>
<<elseif $alarielCorruption gte 30 and $alarielCorrLevel3check is true and $alarielCorruption lte 50 and $alarielCorrLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielCorruption" `(_corr-30)/20`>></div>
</div>
<<elseif $alarielCorruption gte 50 and $alarielCorrLevel4check is true and $alarielCorruption lte 75 and $alarielCorrLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielCorruption" `(_corr-50)/25`>></div>
</div>
<<elseif $alarielCorruption gte 75 and $alarielCorrLevel5check is true and $alarielCorruption lte 100 and $alarielCorrLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielCorruption" `(_corr-75)/25`>></div>
</div>
<</if>>
/* Handjob */
<<if $alarielHandjob lte 5 and $alarielHandjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielHandjob" `_hj/5`>></div>
</div>
<<elseif $alarielHandjob gte 5 and $alarielHandjobLevel1check is true and $alarielHandjob lte 15 and $alarielHandjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielHandjob" `(_hj-5)/10`>></div>
</div>
<<elseif $alarielHandjob gte 15 and $alarielHandjobLevel2check is true and $alarielHandjob lte 30 and $alarielHandjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielHandjob" `(_hj-15)/15`>></div>
</div>
<<elseif $alarielHandjob gte 30 and $alarielHandjobLevel3check is true and $alarielHandjob lte 50 and $alarielHandjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielHandjob" `(_hj-30)/20`>></div>
</div>
<<elseif $alarielHandjob gte 50 and $alarielHandjobLevel4check is true and $alarielHandjob lte 75 and $alarielHandjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielHandjob" `(_hj-50)/25`>></div>
</div>
<<elseif $alarielHandjob gte 75 and $alarielHandjobLevel5check is true and $alarielHandjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielHandjob" `(_hj-75)/25`>></div>
</div>
<</if>>
/* Blowjob */
<<if $alarielBlowjob lte 5 and $alarielBlowjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielBlowjob" `_bj/5`>></div>
</div>
<<elseif $alarielBlowjob gte 5 and $alarielBlowjobLevel1check is true and $alarielBlowjob lte 15 and $alarielBlowjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielBlowjob" `(_bj-5)/10`>></div>
</div>
<<elseif $alarielBlowjob gte 15 and $alarielBlowjobLevel2check is true and $alarielBlowjob lte 30 and $alarielBlowjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielBlowjob" `(_bj-15)/15`>></div>
</div>
<<elseif $alarielBlowjob gte 30 and $alarielBlowjobLevel3check is true and $alarielBlowjob lte 50 and $alarielBlowjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielBlowjob" `(_bj-30)/20`>></div>
</div>
<<elseif $alarielBlowjob gte 50 and $alarielBlowjobLevel4check is true and $alarielBlowjob lte 75 and $alarielBlowjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielBlowjob" `(_bj-50)/25`>></div>
</div>
<<elseif $alarielBlowjob gte 75 and $alarielBlowjobLevel5check is true and $alarielBlowjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielBlowjob" `(_bj-75)/25`>></div>
</div>
<</if>>
/* Sex */
<<if $alarielSex lte 5 and $alarielSexLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielSex" `_sex/5`>></div>
</div>
<<elseif $alarielSex gte 5 and $alarielSexLevel1check is true and $alarielSex lte 15 and $alarielSexLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielSex" `(_sex-5)/10`>></div>
</div>
<<elseif $alarielSex gte 15 and $alarielSexLevel2check is true and $alarielSex lte 30 and $alarielSexLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielSex" `(_sex-15)/15`>></div>
</div>
<<elseif $alarielSex gte 30 and $alarielSexLevel3check is true and $alarielSex lte 50 and $alarielSexLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielSex" `(_sex-30)/20`>></div>
</div>
<<elseif $alarielSex gte 50 and $alarielSexLevel4check is true and $alarielSex lte 75 and $alarielSexLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielSex" `(_sex-50)/25`>></div>
</div>
<<elseif $alarielSex gte 75 and $alarielSexLevel5check is true and $alarielSex lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielSex" `(_sex-75)/25`>></div>
</div>
<</if>>
<<if $alarielAnal lte 5 and $alarielAnalLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielAnal" `_anal/5`>></div>
</div>
<<elseif $alarielAnal gte 5 and $alarielAnalLevel1check is true and $alarielAnal lte 15 and $alarielAnalLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielAnal" `(_anal-5)/10`>></div>
</div>
<<elseif $alarielAnal gte 15 and $alarielAnalLevel2check is true and $alarielAnal lte 30 and $alarielAnalLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielAnal" `(_anal-15)/15`>></div>
</div>
<<elseif $alarielAnal gte 30 and $alarielAnalLevel3check is true and $alarielAnal lte 50 and $alarielAnalLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielAnal" `(_anal-30)/20`>></div>
</div>
<<elseif $alarielAnal gte 50 and $alarielAnalLevel4check is true and $alarielAnal lte 75 and $alarielAnalLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielAnal" `(_anal-50)/25`>></div>
</div>
<<elseif $alarielAnal gte 75 and $alarielAnalLevel5check is true and $alarielAnal lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielAnal" `(_anal-75)/25`>></div>
</div>
<</if>>
/* Kink */
<<if $alarielKink lte 5 and $alarielKinkLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielKink" `_kink/5`>></div>
</div>
<<elseif $alarielKink gte 5 and $alarielKinkLevel1check is true and $alarielKink lte 15 and $alarielKinkLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielKink" `(_kink-5)/10`>></div>
</div>
<<elseif $alarielKink gte 15 and $alarielKinkLevel2check is true and $alarielKink lte 30 and $alarielKinkLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielKink" `(_kink-15)/15`>></div>
</div>
<<elseif $alarielKink gte 30 and $alarielKinkLevel3check is true and $alarielKink lte 50 and $alarielKinkLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielKink" `(_kink-30)/20`>></div>
</div>
<<elseif $alarielKink gte 50 and $alarielKinkLevel4check is true and $alarielKink lte 75 and $alarielKinkLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielKink" `(_kink-50)/25`>></div>
</div>
<<elseif $alarielKink gte 75 and $alarielKinkLevel5check is true and $alarielKink lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "alarielKink" `(_kink-75)/25`>></div>
</div>
<</if>>
<<elseif _prefix == "inledya">>
<<if $inledyaRel lte 5 and $inledyaRelLevel1check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 0)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaRel" `_rel/5`>></div>
</div>
<<elseif $inledyaRel gte 5 and $inledyaRelLevel1check is true and $inledyaRel lte 15 and $inledyaRelLevel2check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 1)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaRel" `(_rel-5)/10`>></div>
</div>
<<elseif $inledyaRel gte 15 and $inledyaRelLevel2check is true and $inledyaRel lte 30 and $inledyaRelLevel3check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 2)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaRel" `(_rel-15)/15`>></div>
</div>
<<elseif $inledyaRel gte 30 and $inledyaRelLevel3check is true and $inledyaRel lte 50 and $inledyaRelLevel4check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 3)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaRel" `(_rel-30)/20`>></div>
</div>
<<elseif $inledyaRel gte 50 and $inledyaRelLevel4check is true and $inledyaRel lte 75 and $inledyaRelLevel5check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 4)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaRel" `(_rel-50)/25`>></div>
</div>
<<elseif $inledyaRel gte 75 and $inledyaRelLevel5check is true and $inledyaRel lte 100>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 5)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaRel" `(_rel-75)/25`>></div>
</div>
<</if>>
/* Corruption */
<<if $inledyaCorruption lte 5 and $inledyaCorrLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaCorruption" `_corr/5`>></div>
</div>
<<elseif $inledyaCorruption gte 5 and $inledyaCorrLevel1check is true and $inledyaCorruption lte 15 and $inledyaCorrLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaCorruption" `(_corr-5)/10`>></div>
</div>
<<elseif $inledyaCorruption gte 15 and $inledyaCorrLevel2check is true and $inledyaCorruption lte 30 and $inledyaCorrLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaCorruption" `(_corr-15)/15`>></div>
</div>
<<elseif $inledyaCorruption gte 30 and $inledyaCorrLevel3check is true and $inledyaCorruption lte 50 and $inledyaCorrLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaCorruption" `(_corr-30)/20`>></div>
</div>
<<elseif $inledyaCorruption gte 50 and $inledyaCorrLevel4check is true and $inledyaCorruption lte 75 and $inledyaCorrLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaCorruption" `(_corr-50)/25`>></div>
</div>
<<elseif $inledyaCorruption gte 75 and $inledyaCorrLevel5check is true and $inledyaCorruption lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaCorruption" `(_corr-75)/25`>></div>
</div>
<</if>>
/* Handjob */
<<if $inledyaHandjob lte 5 and $inledyaHandjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaHandjob" `_hj/5`>></div>
</div>
<<elseif $inledyaHandjob gte 5 and $inledyaHandjobLevel1check is true and $inledyaHandjob lte 15 and $inledyaHandjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaHandjob" `(_hj-5)/10`>></div>
</div>
<<elseif $inledyaHandjob gte 15 and $inledyaHandjobLevel2check is true and $inledyaHandjob lte 30 and $inledyaHandjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaHandjob" `(_hj-15)/15`>></div>
</div>
<<elseif $inledyaHandjob gte 30 and $inledyaHandjobLevel3check is true and $inledyaHandjob lte 50 and $inledyaHandjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaHandjob" `(_hj-30)/20`>></div>
</div>
<<elseif $inledyaHandjob gte 50 and $inledyaHandjobLevel4check is true and $inledyaHandjob lte 75 and $inledyaHandjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaHandjob" `(_hj-50)/25`>></div>
</div>
<<elseif $inledyaHandjob gte 75 and $inledyaHandjobLevel5check is true and $inledyaHandjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaHandjob" `(_hj-75)/25`>></div>
</div>
<</if>>
/* Blowjob */
<<if $inledyaBlowjob lte 5 and $inledyaBlowjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaBlowjob" `_bj/5`>></div>
</div>
<<elseif $inledyaBlowjob gte 5 and $inledyaBlowjobLevel1check is true and $inledyaBlowjob lte 15 and $inledyaBlowjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaBlowjob" `(_bj-5)/10`>></div>
</div>
<<elseif $inledyaBlowjob gte 15 and $inledyaBlowjobLevel2check is true and $inledyaBlowjob lte 30 and $inledyaBlowjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaBlowjob" `(_bj-15)/15`>></div>
</div>
<<elseif $inledyaBlowjob gte 30 and $inledyaBlowjobLevel3check is true and $inledyaBlowjob lte 50 and $inledyaBlowjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaBlowjob" `(_bj-30)/20`>></div>
</div>
<<elseif $inledyaBlowjob gte 50 and $inledyaBlowjobLevel4check is true and $inledyaBlowjob lte 75 and $inledyaBlowjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaBlowjob" `(_bj-50)/25`>></div>
</div>
<<elseif $inledyaBlowjob gte 75 and $inledyaBlowjobLevel5check is true and $inledyaBlowjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaBlowjob" `(_bj-75)/25`>></div>
</div>
<</if>>
/* Sex */
<<if $inledyaSex lte 5 and $inledyaSexLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaSex" `_sex/5`>></div>
</div>
<<elseif $inledyaSex gte 5 and $inledyaSexLevel1check is true and $inledyaSex lte 15 and $inledyaSexLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaSex" `(_sex-5)/10`>></div>
</div>
<<elseif $inledyaSex gte 15 and $inledyaSexLevel2check is true and $inledyaSex lte 30 and $inledyaSexLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaSex" `(_sex-15)/15`>></div>
</div>
<<elseif $inledyaSex gte 30 and $inledyaSexLevel3check is true and $inledyaSex lte 50 and $inledyaSexLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaSex" `(_sex-30)/20`>></div>
</div>
<<elseif $inledyaSex gte 50 and $inledyaSexLevel4check is true and $inledyaSex lte 75 and $inledyaSexLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaSex" `(_sex-50)/25`>></div>
</div>
<<elseif $inledyaSex gte 75 and $inledyaSexLevel5check is true and $inledyaSex lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaSex" `(_sex-75)/25`>></div>
</div>
<</if>>
/* Anal */
<<if $inledyaAnal lte 5 and $inledyaAnalLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaAnal" `_anal/5`>></div>
</div>
<<elseif $inledyaAnal gte 5 and $inledyaAnalLevel1check is true and $inledyaAnal lte 15 and $inledyaAnalLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaAnal" `(_anal-5)/10`>></div>
</div>
<<elseif $inledyaAnal gte 15 and $inledyaAnalLevel2check is true and $inledyaAnal lte 30 and $inledyaAnalLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaAnal" `(_anal-15)/15`>></div>
</div>
<<elseif $inledyaAnal gte 30 and $inledyaAnalLevel3check is true and $inledyaAnal lte 50 and $inledyaAnalLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaAnal" `(_anal-30)/20`>></div>
</div>
<<elseif $inledyaAnal gte 50 and $inledyaAnalLevel4check is true and $inledyaAnal lte 75 and $inledyaAnalLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaAnal" `(_anal-50)/25`>></div>
</div>
<<elseif $inledyaAnal gte 75 and $inledyaAnalLevel5check is true and $inledyaAnal lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaAnal" `(_anal-75)/25`>></div>
</div>
<</if>>
/* Kink */
<<if $inledyaKink lte 5 and $inledyaKinkLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaKink" `_kink/5`>></div>
</div>
<<elseif $inledyaKink gte 5 and $inledyaKinkLevel1check is true and $inledyaKink lte 15 and $inledyaKinkLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaKink" `(_kink-5)/10`>></div>
</div>
<<elseif $inledyaKink gte 15 and $inledyaKinkLevel2check is true and $inledyaKink lte 30 and $inledyaKinkLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaKink" `(_kink-15)/15`>></div>
</div>
<<elseif $inledyaKink gte 30 and $inledyaKinkLevel3check is true and $inledyaKink lte 50 and $inledyaKinkLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaKink" `(_kink-30)/20`>></div>
</div>
<<elseif $inledyaKink gte 50 and $inledyaKinkLevel4check is true and $inledyaKink lte 75 and $inledyaKinkLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaKink" `(_kink-50)/25`>></div>
</div>
<<elseif $inledyaKink gte 75 and $inledyaKinkLevel5check is true and $inledyaKink lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "inledyaKink" `(_kink-75)/25`>></div>
</div>
<</if>>
<<elseif _prefix == "maedhro">>
<<if $maedhroRel lte 5 and $maedhroRelLevel1check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 0)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroRel" `_rel/5`>></div>
</div>
<<elseif $maedhroRel gte 5 and $maedhroRelLevel1check is true and $maedhroRel lte 15 and $maedhroRelLevel2check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 1)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroRel" `(_rel-5)/10`>></div>
</div>
<<elseif $maedhroRel gte 15 and $maedhroRelLevel2check is true and $maedhroRel lte 30 and $maedhroRelLevel3check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 2)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroRel" `(_rel-15)/15`>></div>
</div>
<<elseif $maedhroRel gte 30 and $maedhroRelLevel3check is true and $maedhroRel lte 50 and $maedhroRelLevel4check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 3)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroRel" `(_rel-30)/20`>></div>
</div>
<<elseif $maedhroRel gte 50 and $maedhroRelLevel4check is true and $maedhroRel lte 75 and $maedhroRelLevel5check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 4)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroRel" `(_rel-50)/25`>></div>
</div>
<<elseif $maedhroRel gte 75 and $maedhroRelLevel5check is true and $maedhroRel lte 100>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 5)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroRel" `(_rel-75)/25`>></div>
</div>
<</if>>
/* Corruption */
<<if $maedhroCorruption lte 5 and $maedhroCorrLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroCorruption" `_corr/5`>></div>
</div>
<<elseif $maedhroCorruption gte 5 and $maedhroCorrLevel1check is true and $maedhroCorruption lte 15 and $maedhroCorrLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroCorruption" `(_corr-5)/10`>></div>
</div>
<<elseif $maedhroCorruption gte 15 and $maedhroCorrLevel2check is true and $maedhroCorruption lte 30 and $maedhroCorrLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroCorruption" `(_corr-15)/15`>></div>
</div>
<<elseif $maedhroCorruption gte 30 and $maedhroCorrLevel3check is true and $maedhroCorruption lte 50 and $maedhroCorrLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroCorruption" `(_corr-30)/20`>></div>
</div>
<<elseif $maedhroCorruption gte 50 and $maedhroCorrLevel4check is true and $maedhroCorruption lte 75 and $maedhroCorrLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroCorruption" `(_corr-50)/25`>></div>
</div>
<<elseif $maedhroCorruption gte 75 and $maedhroCorrLevel5check is true and $maedhroCorruption lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroCorruption" `(_corr-75)/25`>></div>
</div>
<</if>>
/* Handjob */
<<if $maedhroHandjob lte 5 and $maedhroHandjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroHandjob" `_hj/5`>></div>
</div>
<<elseif $maedhroHandjob gte 5 and $maedhroHandjobLevel1check is true and $maedhroHandjob lte 15 and $maedhroHandjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroHandjob" `(_hj-5)/10`>></div>
</div>
<<elseif $maedhroHandjob gte 15 and $maedhroHandjobLevel2check is true and $maedhroHandjob lte 30 and $maedhroHandjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroHandjob" `(_hj-15)/15`>></div>
</div>
<<elseif $maedhroHandjob gte 30 and $maedhroHandjobLevel3check is true and $maedhroHandjob lte 50 and $maedhroHandjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroHandjob" `(_hj-30)/20`>></div>
</div>
<<elseif $maedhroHandjob gte 50 and $maedhroHandjobLevel4check is true and $maedhroHandjob lte 75 and $maedhroHandjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroHandjob" `(_hj-50)/25`>></div>
</div>
<<elseif $maedhroHandjob gte 75 and $maedhroHandjobLevel5check is true and $maedhroHandjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroHandjob" `(_hj-75)/25`>></div>
</div>
<</if>>
/* Blowjob */
<<if $maedhroBlowjob lte 5 and $maedhroBlowjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroBlowjob" `_bj/5`>></div>
</div>
<<elseif $maedhroBlowjob gte 5 and $maedhroBlowjobLevel1check is true and $maedhroBlowjob lte 15 and $maedhroBlowjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroBlowjob" `(_bj-5)/10`>></div>
</div>
<<elseif $maedhroBlowjob gte 15 and $maedhroBlowjobLevel2check is true and $maedhroBlowjob lte 30 and $maedhroBlowjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroBlowjob" `(_bj-15)/15`>></div>
</div>
<<elseif $maedhroBlowjob gte 30 and $maedhroBlowjobLevel3check is true and $maedhroBlowjob lte 50 and $maedhroBlowjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroBlowjob" `(_bj-30)/20`>></div>
</div>
<<elseif $maedhroBlowjob gte 50 and $maedhroBlowjobLevel4check is true and $maedhroBlowjob lte 75 and $maedhroBlowjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroBlowjob" `(_bj-50)/25`>></div>
</div>
<<elseif $maedhroBlowjob gte 75 and $maedhroBlowjobLevel5check is true and $maedhroBlowjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroBlowjob" `(_bj-75)/25`>></div>
</div>
<</if>>
/* Sex */
<<if $maedhroSex lte 5 and $maedhroSexLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroSex" `_sex/5`>></div>
</div>
<<elseif $maedhroSex gte 5 and $maedhroSexLevel1check is true and $maedhroSex lte 15 and $maedhroSexLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroSex" `(_sex-5)/10`>></div>
</div>
<<elseif $maedhroSex gte 15 and $maedhroSexLevel2check is true and $maedhroSex lte 30 and $maedhroSexLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroSex" `(_sex-15)/15`>></div>
</div>
<<elseif $maedhroSex gte 30 and $maedhroSexLevel3check is true and $maedhroSex lte 50 and $maedhroSexLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroSex" `(_sex-30)/20`>></div>
</div>
<<elseif $maedhroSex gte 50 and $maedhroSexLevel4check is true and $maedhroSex lte 75 and $maedhroSexLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroSex" `(_sex-50)/25`>></div>
</div>
<<elseif $maedhroSex gte 75 and $maedhroSexLevel5check is true and $maedhroSex lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroSex" `(_sex-75)/25`>></div>
</div>
<</if>>
/* Anal */
<<if $maedhroAnal lte 5 and $maedhroAnalLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroAnal" `_anal/5`>></div>
</div>
<<elseif $maedhroAnal gte 5 and $maedhroAnalLevel1check is true and $maedhroAnal lte 15 and $maedhroAnalLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroAnal" `(_anal-5)/10`>></div>
</div>
<<elseif $maedhroAnal gte 15 and $maedhroAnalLevel2check is true and $maedhroAnal lte 30 and $maedhroAnalLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroAnal" `(_anal-15)/15`>></div>
</div>
<<elseif $maedhroAnal gte 30 and $maedhroAnalLevel3check is true and $maedhroAnal lte 50 and $maedhroAnalLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroAnal" `(_anal-30)/20`>></div>
</div>
<<elseif $maedhroAnal gte 50 and $maedhroAnalLevel4check is true and $maedhroAnal lte 75 and $maedhroAnalLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroAnal" `(_anal-50)/25`>></div>
</div>
<<elseif $maedhroAnal gte 75 and $maedhroAnalLevel5check is true and $maedhroAnal lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroAnal" `(_anal-75)/25`>></div>
</div>
<</if>>
/* Kink */
<<if $maedhroKink lte 5 and $maedhroKinkLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroKink" `_kink/5`>></div>
</div>
<<elseif $maedhroKink gte 5 and $maedhroKinkLevel1check is true and $maedhroKink lte 15 and $maedhroKinkLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroKink" `(_kink-5)/10`>></div>
</div>
<<elseif $maedhroKink gte 15 and $maedhroKinkLevel2check is true and $maedhroKink lte 30 and $maedhroKinkLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroKink" `(_kink-15)/15`>></div>
</div>
<<elseif $maedhroKink gte 30 and $maedhroKinkLevel3check is true and $maedhroKink lte 50 and $maedhroKinkLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroKink" `(_kink-30)/20`>></div>
</div>
<<elseif $maedhroKink gte 50 and $maedhroKinkLevel4check is true and $maedhroKink lte 75 and $maedhroKinkLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroKink" `(_kink-50)/25`>></div>
</div>
<<elseif $maedhroKink gte 75 and $maedhroKinkLevel5check is true and $maedhroKink lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "maedhroKink" `(_kink-75)/25`>></div>
</div>
<</if>>
<<elseif _prefix == "philippa">>
<<if $philippaRel lte 5 and $philippaRelLevel1check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 0)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaRel" `_rel/5`>></div>
</div>
<<elseif $philippaRel gte 5 and $philippaRelLevel1check is true and $philippaRel lte 15 and $philippaRelLevel2check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 1)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaRel" `(_rel-5)/10`>></div>
</div>
<<elseif $philippaRel gte 15 and $philippaRelLevel2check is true and $philippaRel lte 30 and $philippaRelLevel3check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 2)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaRel" `(_rel-15)/15`>></div>
</div>
<<elseif $philippaRel gte 30 and $philippaRelLevel3check is true and $philippaRel lte 50 and $philippaRelLevel4check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 3)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaRel" `(_rel-30)/20`>></div>
</div>
<<elseif $philippaRel gte 50 and $philippaRelLevel4check is true and $philippaRel lte 75 and $philippaRelLevel5check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 4)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaRel" `(_rel-50)/25`>></div>
</div>
<<elseif $philippaRel gte 75 and $philippaRelLevel5check is true and $philippaRel lte 100>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 5)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaRel" `(_rel-75)/25`>></div>
</div>
<</if>>
/* Corruption */
<<if $philippaCorruption lte 5 and $philippaCorrLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaCorruption" `_corr/5`>></div>
</div>
<<elseif $philippaCorruption gte 5 and $philippaCorrLevel1check is true and $philippaCorruption lte 15 and $philippaCorrLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaCorruption" `(_corr-5)/10`>></div>
</div>
<<elseif $philippaCorruption gte 15 and $philippaCorrLevel2check is true and $philippaCorruption lte 30 and $philippaCorrLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaCorruption" `(_corr-15)/15`>></div>
</div>
<<elseif $philippaCorruption gte 30 and $philippaCorrLevel3check is true and $philippaCorruption lte 50 and $philippaCorrLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaCorruption" `(_corr-30)/20`>></div>
</div>
<<elseif $philippaCorruption gte 50 and $philippaCorrLevel4check is true and $philippaCorruption lte 75 and $philippaCorrLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaCorruption" `(_corr-50)/25`>></div>
</div>
<<elseif $philippaCorruption gte 75 and $philippaCorrLevel5check is true and $philippaCorruption lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaCorruption" `(_corr-75)/25`>></div>
</div>
<</if>>
/* Handjob */
<<if $philippaHandjob lte 5 and $philippaHandjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaHandjob" `_hj/5`>></div>
</div>
<<elseif $philippaHandjob gte 5 and $philippaHandjobLevel1check is true and $philippaHandjob lte 15 and $philippaHandjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaHandjob" `(_hj-5)/10`>></div>
</div>
<<elseif $philippaHandjob gte 15 and $philippaHandjobLevel2check is true and $philippaHandjob lte 30 and $philippaHandjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaHandjob" `(_hj-15)/15`>></div>
</div>
<<elseif $philippaHandjob gte 30 and $philippaHandjobLevel3check is true and $philippaHandjob lte 50 and $philippaHandjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaHandjob" `(_hj-30)/20`>></div>
</div>
<<elseif $philippaHandjob gte 50 and $philippaHandjobLevel4check is true and $philippaHandjob lte 75 and $philippaHandjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaHandjob" `(_hj-50)/25`>></div>
</div>
<<elseif $philippaHandjob gte 75 and $philippaHandjobLevel5check is true and $philippaHandjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaHandjob" `(_hj-75)/25`>></div>
</div>
<</if>>
/* Blowjob */
<<if $philippaBlowjob lte 5 and $philippaBlowjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaBlowjob" `_bj/5`>></div>
</div>
<<elseif $philippaBlowjob gte 5 and $philippaBlowjobLevel1check is true and $philippaBlowjob lte 15 and $philippaBlowjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaBlowjob" `(_bj-5)/10`>></div>
</div>
<<elseif $philippaBlowjob gte 15 and $philippaBlowjobLevel2check is true and $philippaBlowjob lte 30 and $philippaBlowjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaBlowjob" `(_bj-15)/15`>></div>
</div>
<<elseif $philippaBlowjob gte 30 and $philippaBlowjobLevel3check is true and $philippaBlowjob lte 50 and $philippaBlowjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaBlowjob" `(_bj-30)/20`>></div>
</div>
<<elseif $philippaBlowjob gte 50 and $philippaBlowjobLevel4check is true and $philippaBlowjob lte 75 and $philippaBlowjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaBlowjob" `(_bj-50)/25`>></div>
</div>
<<elseif $philippaBlowjob gte 75 and $philippaBlowjobLevel5check is true and $philippaBlowjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaBlowjob" `(_bj-75)/25`>></div>
</div>
<</if>>
/* Sex */
<<if $philippaSex lte 5 and $philippaSexLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaSex" `_sex/5`>></div>
</div>
<<elseif $philippaSex gte 5 and $philippaSexLevel1check is true and $philippaSex lte 15 and $philippaSexLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaSex" `(_sex-5)/10`>></div>
</div>
<<elseif $philippaSex gte 15 and $philippaSexLevel2check is true and $philippaSex lte 30 and $philippaSexLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaSex" `(_sex-15)/15`>></div>
</div>
<<elseif $philippaSex gte 30 and $philippaSexLevel3check is true and $philippaSex lte 50 and $philippaSexLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaSex" `(_sex-30)/20`>></div>
</div>
<<elseif $philippaSex gte 50 and $philippaSexLevel4check is true and $philippaSex lte 75 and $philippaSexLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaSex" `(_sex-50)/25`>></div>
</div>
<<elseif $philippaSex gte 75 and $philippaSexLevel5check is true and $philippaSex lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaSex" `(_sex-75)/25`>></div>
</div>
<</if>>
/* Anal */
<<if $philippaAnal lte 5 and $philippaAnalLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaAnal" `_anal/5`>></div>
</div>
<<elseif $philippaAnal gte 5 and $philippaAnalLevel1check is true and $philippaAnal lte 15 and $philippaAnalLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaAnal" `(_anal-5)/10`>></div>
</div>
<<elseif $philippaAnal gte 15 and $philippaAnalLevel2check is true and $philippaAnal lte 30 and $philippaAnalLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaAnal" `(_anal-15)/15`>></div>
</div>
<<elseif $philippaAnal gte 30 and $philippaAnalLevel3check is true and $philippaAnal lte 50 and $philippaAnalLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaAnal" `(_anal-30)/20`>></div>
</div>
<<elseif $philippaAnal gte 50 and $philippaAnalLevel4check is true and $philippaAnal lte 75 and $philippaAnalLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaAnal" `(_anal-50)/25`>></div>
</div>
<<elseif $philippaAnal gte 75 and $philippaAnalLevel5check is true and $philippaAnal lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaAnal" `(_anal-75)/25`>></div>
</div>
<</if>>
/* Kink */
<<if $philippaKink lte 5 and $philippaKinkLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaKink" `_kink/5`>></div>
</div>
<<elseif $philippaKink gte 5 and $philippaKinkLevel1check is true and $philippaKink lte 15 and $philippaKinkLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaKink" `(_kink-5)/10`>></div>
</div>
<<elseif $philippaKink gte 15 and $philippaKinkLevel2check is true and $philippaKink lte 30 and $philippaKinkLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaKink" `(_kink-15)/15`>></div>
</div>
<<elseif $philippaKink gte 30 and $philippaKinkLevel3check is true and $philippaKink lte 50 and $philippaKinkLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaKink" `(_kink-30)/20`>></div>
</div>
<<elseif $philippaKink gte 50 and $philippaKinkLevel4check is true and $philippaKink lte 75 and $philippaKinkLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaKink" `(_kink-50)/25`>></div>
</div>
<<elseif $philippaKink gte 75 and $philippaKinkLevel5check is true and $philippaKink lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "philippaKink" `(_kink-75)/25`>></div>
</div>
<</if>>
<<elseif _prefix == "cecily">>
<<if $cecilyRel lte 5 and $cecilyRelLevel1check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 0)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyRel" `_rel/5`>></div>
</div>
<<elseif $cecilyRel gte 5 and $cecilyRelLevel1check is true and $cecilyRel lte 15 and $cecilyRelLevel2check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 1)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyRel" `(_rel-5)/10`>></div>
</div>
<<elseif $cecilyRel gte 15 and $cecilyRelLevel2check is true and $cecilyRel lte 30 and $cecilyRelLevel3check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 2)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyRel" `(_rel-15)/15`>></div>
</div>
<<elseif $cecilyRel gte 30 and $cecilyRelLevel3check is true and $cecilyRel lte 50 and $cecilyRelLevel4check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 3)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyRel" `(_rel-30)/20`>></div>
</div>
<<elseif $cecilyRel gte 50 and $cecilyRelLevel4check is true and $cecilyRel lte 75 and $cecilyRelLevel5check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 4)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyRel" `(_rel-50)/25`>></div>
</div>
<<elseif $cecilyRel gte 75 and $cecilyRelLevel5check is true and $cecilyRel lte 100>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 5)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyRel" `(_rel-75)/25`>></div>
</div>
<</if>>
/* Corruption */
<<if $cecilyCorruption lte 5 and $cecilyCorrLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyCorruption" `_corr/5`>></div>
</div>
<<elseif $cecilyCorruption gte 5 and $cecilyCorrLevel1check is true and $cecilyCorruption lte 15 and $cecilyCorrLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyCorruption" `(_corr-5)/10`>></div>
</div>
<<elseif $cecilyCorruption gte 15 and $cecilyCorrLevel2check is true and $cecilyCorruption lte 30 and $cecilyCorrLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyCorruption" `(_corr-15)/15`>></div>
</div>
<<elseif $cecilyCorruption gte 30 and $cecilyCorrLevel3check is true and $cecilyCorruption lte 50 and $cecilyCorrLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyCorruption" `(_corr-30)/20`>></div>
</div>
<<elseif $cecilyCorruption gte 50 and $cecilyCorrLevel4check is true and $cecilyCorruption lte 75 and $cecilyCorrLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyCorruption" `(_corr-50)/25`>></div>
</div>
<<elseif $cecilyCorruption gte 75 and $cecilyCorrLevel5check is true and $cecilyCorruption lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyCorruption" `(_corr-75)/25`>></div>
</div>
<</if>>
/* Handjob */
<<if $cecilyHandjob lte 5 and $cecilyHandjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyHandjob" `_hj/5`>></div>
</div>
<<elseif $cecilyHandjob gte 5 and $cecilyHandjobLevel1check is true and $cecilyHandjob lte 15 and $cecilyHandjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyHandjob" `(_hj-5)/10`>></div>
</div>
<<elseif $cecilyHandjob gte 15 and $cecilyHandjobLevel2check is true and $cecilyHandjob lte 30 and $cecilyHandjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyHandjob" `(_hj-15)/15`>></div>
</div>
<<elseif $cecilyHandjob gte 30 and $cecilyHandjobLevel3check is true and $cecilyHandjob lte 50 and $cecilyHandjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyHandjob" `(_hj-30)/20`>></div>
</div>
<<elseif $cecilyHandjob gte 50 and $cecilyHandjobLevel4check is true and $cecilyHandjob lte 75 and $cecilyHandjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyHandjob" `(_hj-50)/25`>></div>
</div>
<<elseif $cecilyHandjob gte 75 and $cecilyHandjobLevel5check is true and $cecilyHandjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyHandjob" `(_hj-75)/25`>></div>
</div>
<</if>>
/* Blowjob */
<<if $cecilyBlowjob lte 5 and $cecilyBlowjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyBlowjob" `_bj/5`>></div>
</div>
<<elseif $cecilyBlowjob gte 5 and $cecilyBlowjobLevel1check is true and $cecilyBlowjob lte 15 and $cecilyBlowjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyBlowjob" `(_bj-5)/10`>></div>
</div>
<<elseif $cecilyBlowjob gte 15 and $cecilyBlowjobLevel2check is true and $cecilyBlowjob lte 30 and $cecilyBlowjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyBlowjob" `(_bj-15)/15`>></div>
</div>
<<elseif $cecilyBlowjob gte 30 and $cecilyBlowjobLevel3check is true and $cecilyBlowjob lte 50 and $cecilyBlowjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyBlowjob" `(_bj-30)/20`>></div>
</div>
<<elseif $cecilyBlowjob gte 50 and $cecilyBlowjobLevel4check is true and $cecilyBlowjob lte 75 and $cecilyBlowjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyBlowjob" `(_bj-50)/25`>></div>
</div>
<<elseif $cecilyBlowjob gte 75 and $cecilyBlowjobLevel5check is true and $cecilyBlowjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyBlowjob" `(_bj-75)/25`>></div>
</div>
<</if>>
/* Sex */
<<if $cecilySex lte 5 and $cecilySexLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilySex" `_sex/5`>></div>
</div>
<<elseif $cecilySex gte 5 and $cecilySexLevel1check is true and $cecilySex lte 15 and $cecilySexLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilySex" `(_sex-5)/10`>></div>
</div>
<<elseif $cecilySex gte 15 and $cecilySexLevel2check is true and $cecilySex lte 30 and $cecilySexLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilySex" `(_sex-15)/15`>></div>
</div>
<<elseif $cecilySex gte 30 and $cecilySexLevel3check is true and $cecilySex lte 50 and $cecilySexLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilySex" `(_sex-30)/20`>></div>
</div>
<<elseif $cecilySex gte 50 and $cecilySexLevel4check is true and $cecilySex lte 75 and $cecilySexLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilySex" `(_sex-50)/25`>></div>
</div>
<<elseif $cecilySex gte 75 and $cecilySexLevel5check is true and $cecilySex lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilySex" `(_sex-75)/25`>></div>
</div>
<</if>>
/* Anal */
<<if $cecilyAnal lte 5 and $cecilyAnalLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyAnal" `_anal/5`>></div>
</div>
<<elseif $cecilyAnal gte 5 and $cecilyAnalLevel1check is true and $cecilyAnal lte 15 and $cecilyAnalLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyAnal" `(_anal-5)/10`>></div>
</div>
<<elseif $cecilyAnal gte 15 and $cecilyAnalLevel2check is true and $cecilyAnal lte 30 and $cecilyAnalLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyAnal" `(_anal-15)/15`>></div>
</div>
<<elseif $cecilyAnal gte 30 and $cecilyAnalLevel3check is true and $cecilyAnal lte 50 and $cecilyAnalLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyAnal" `(_anal-30)/20`>></div>
</div>
<<elseif $cecilyAnal gte 50 and $cecilyAnalLevel4check is true and $cecilyAnal lte 75 and $cecilyAnalLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyAnal" `(_anal-50)/25`>></div>
</div>
<<elseif $cecilyAnal gte 75 and $cecilyAnalLevel5check is true and $cecilyAnal lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyAnal" `(_anal-75)/25`>></div>
</div>
<</if>>
/* Kink */
<<if $cecilyKink lte 5 and $cecilyKinkLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyKink" `_kink/5`>></div>
</div>
<<elseif $cecilyKink gte 5 and $cecilyKinkLevel1check is true and $cecilyKink lte 15 and $cecilyKinkLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyKink" `(_kink-5)/10`>></div>
</div>
<<elseif $cecilyKink gte 15 and $cecilyKinkLevel2check is true and $cecilyKink lte 30 and $cecilyKinkLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyKink" `(_kink-15)/15`>></div>
</div>
<<elseif $cecilyKink gte 30 and $cecilyKinkLevel3check is true and $cecilyKink lte 50 and $cecilyKinkLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyKink" `(_kink-30)/20`>></div>
</div>
<<elseif $cecilyKink gte 50 and $cecilyKinkLevel4check is true and $cecilyKink lte 75 and $cecilyKinkLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyKink" `(_kink-50)/25`>></div>
</div>
<<elseif $cecilyKink gte 75 and $cecilyKinkLevel5check is true and $cecilyKink lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "cecilyKink" `(_kink-75)/25`>></div>
</div>
<</if>>
<<elseif _prefix == "thalia">>
<<if $thaliaRel lte 5 and $thaliaRelLevel1check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 0)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaRel" `_rel/5`>></div>
</div>
<<elseif $thaliaRel gte 5 and $thaliaRelLevel1check is true and $thaliaRel lte 15 and $thaliaRelLevel2check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 1)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaRel" `(_rel-5)/10`>></div>
</div>
<<elseif $thaliaRel gte 15 and $thaliaRelLevel2check is true and $thaliaRel lte 30 and $thaliaRelLevel3check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 2)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaRel" `(_rel-15)/15`>></div>
</div>
<<elseif $thaliaRel gte 30 and $thaliaRelLevel3check is true and $thaliaRel lte 50 and $thaliaRelLevel4check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 3)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaRel" `(_rel-30)/20`>></div>
</div>
<<elseif $thaliaRel gte 50 and $thaliaRelLevel4check is true and $thaliaRel lte 75 and $thaliaRelLevel5check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 4)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaRel" `(_rel-50)/25`>></div>
</div>
<<elseif $thaliaRel gte 75 and $thaliaRelLevel5check is true and $thaliaRel lte 100>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 5)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaRel" `(_rel-75)/25`>></div>
</div>
<</if>>
/* Corruption */
<<if $thaliaCorruption lte 5 and $thaliaCorrLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaCorruption" `_corr/5`>></div>
</div>
<<elseif $thaliaCorruption gte 5 and $thaliaCorrLevel1check is true and $thaliaCorruption lte 15 and $thaliaCorrLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaCorruption" `(_corr-5)/10`>></div>
</div>
<<elseif $thaliaCorruption gte 15 and $thaliaCorrLevel2check is true and $thaliaCorruption lte 30 and $thaliaCorrLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaCorruption" `(_corr-15)/15`>></div>
</div>
<<elseif $thaliaCorruption gte 30 and $thaliaCorrLevel3check is true and $thaliaCorruption lte 50 and $thaliaCorrLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaCorruption" `(_corr-30)/20`>></div>
</div>
<<elseif $thaliaCorruption gte 50 and $thaliaCorrLevel4check is true and $thaliaCorruption lte 75 and $thaliaCorrLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaCorruption" `(_corr-50)/25`>></div>
</div>
<<elseif $thaliaCorruption gte 75 and $thaliaCorrLevel5check is true and $thaliaCorruption lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaCorruption" `(_corr-75)/25`>></div>
</div>
<</if>>
/* Handjob */
<<if $thaliaHandjob lte 5 and $thaliaHandjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaHandjob" `_hj/5`>></div>
</div>
<<elseif $thaliaHandjob gte 5 and $thaliaHandjobLevel1check is true and $thaliaHandjob lte 15 and $thaliaHandjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaHandjob" `(_hj-5)/10`>></div>
</div>
<<elseif $thaliaHandjob gte 15 and $thaliaHandjobLevel2check is true and $thaliaHandjob lte 30 and $thaliaHandjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaHandjob" `(_hj-15)/15`>></div>
</div>
<<elseif $thaliaHandjob gte 30 and $thaliaHandjobLevel3check is true and $thaliaHandjob lte 50 and $thaliaHandjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaHandjob" `(_hj-30)/20`>></div>
</div>
<<elseif $thaliaHandjob gte 50 and $thaliaHandjobLevel4check is true and $thaliaHandjob lte 75 and $thaliaHandjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaHandjob" `(_hj-50)/25`>></div>
</div>
<<elseif $thaliaHandjob gte 75 and $thaliaHandjobLevel5check is true and $thaliaHandjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaHandjob" `(_hj-75)/25`>></div>
</div>
<</if>>
/* Blowjob */
<<if $thaliaBlowjob lte 5 and $thaliaBlowjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaBlowjob" `_bj/5`>></div>
</div>
<<elseif $thaliaBlowjob gte 5 and $thaliaBlowjobLevel1check is true and $thaliaBlowjob lte 15 and $thaliaBlowjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaBlowjob" `(_bj-5)/10`>></div>
</div>
<<elseif $thaliaBlowjob gte 15 and $thaliaBlowjobLevel2check is true and $thaliaBlowjob lte 30 and $thaliaBlowjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaBlowjob" `(_bj-15)/15`>></div>
</div>
<<elseif $thaliaBlowjob gte 30 and $thaliaBlowjobLevel3check is true and $thaliaBlowjob lte 50 and $thaliaBlowjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaBlowjob" `(_bj-30)/20`>></div>
</div>
<<elseif $thaliaBlowjob gte 50 and $thaliaBlowjobLevel4check is true and $thaliaBlowjob lte 75 and $thaliaBlowjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaBlowjob" `(_bj-50)/25`>></div>
</div>
<<elseif $thaliaBlowjob gte 75 and $thaliaBlowjobLevel5check is true and $thaliaBlowjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaBlowjob" `(_bj-75)/25`>></div>
</div>
<</if>>
/* Sex */
<<if $thaliaSex lte 5 and $thaliaSexLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaSex" `_sex/5`>></div>
</div>
<<elseif $thaliaSex gte 5 and $thaliaSexLevel1check is true and $thaliaSex lte 15 and $thaliaSexLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaSex" `(_sex-5)/10`>></div>
</div>
<<elseif $thaliaSex gte 15 and $thaliaSexLevel2check is true and $thaliaSex lte 30 and $thaliaSexLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaSex" `(_sex-15)/15`>></div>
</div>
<<elseif $thaliaSex gte 30 and $thaliaSexLevel3check is true and $thaliaSex lte 50 and $thaliaSexLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaSex" `(_sex-30)/20`>></div>
</div>
<<elseif $thaliaSex gte 50 and $thaliaSexLevel4check is true and $thaliaSex lte 75 and $thaliaSexLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaSex" `(_sex-50)/25`>></div>
</div>
<<elseif $thaliaSex gte 75 and $thaliaSexLevel5check is true and $thaliaSex lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaSex" `(_sex-75)/25`>></div>
</div>
<</if>>
/* Anal */
<<if $thaliaAnal lte 5 and $thaliaAnalLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaAnal" `_anal/5`>></div>
</div>
<<elseif $thaliaAnal gte 5 and $thaliaAnalLevel1check is true and $thaliaAnal lte 15 and $thaliaAnalLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaAnal" `(_anal-5)/10`>></div>
</div>
<<elseif $thaliaAnal gte 15 and $thaliaAnalLevel2check is true and $thaliaAnal lte 30 and $thaliaAnalLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaAnal" `(_anal-15)/15`>></div>
</div>
<<elseif $thaliaAnal gte 30 and $thaliaAnalLevel3check is true and $thaliaAnal lte 50 and $thaliaAnalLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaAnal" `(_anal-30)/20`>></div>
</div>
<<elseif $thaliaAnal gte 50 and $thaliaAnalLevel4check is true and $thaliaAnal lte 75 and $thaliaAnalLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaAnal" `(_anal-50)/25`>></div>
</div>
<<elseif $thaliaAnal gte 75 and $thaliaAnalLevel5check is true and $thaliaAnal lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaAnal" `(_anal-75)/25`>></div>
</div>
<</if>>
/* Kink */
<<if $thaliaKink lte 5 and $thaliaKinkLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaKink" `_kink/5`>></div>
</div>
<<elseif $thaliaKink gte 5 and $thaliaKinkLevel1check is true and $thaliaKink lte 15 and $thaliaKinkLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaKink" `(_kink-5)/10`>></div>
</div>
<<elseif $thaliaKink gte 15 and $thaliaKinkLevel2check is true and $thaliaKink lte 30 and $thaliaKinkLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaKink" `(_kink-15)/15`>></div>
</div>
<<elseif $thaliaKink gte 30 and $thaliaKinkLevel3check is true and $thaliaKink lte 50 and $thaliaKinkLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaKink" `(_kink-30)/20`>></div>
</div>
<<elseif $thaliaKink gte 50 and $thaliaKinkLevel4check is true and $thaliaKink lte 75 and $thaliaKinkLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaKink" `(_kink-50)/25`>></div>
</div>
<<elseif $thaliaKink gte 75 and $thaliaKinkLevel5check is true and $thaliaKink lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "thaliaKink" `(_kink-75)/25`>></div>
</div>
<</if>>
<<elseif _prefix == "rowena">>
<<if $rowenaRel lte 5 and $rowenaRelLevel1check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 0)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaRel" `_rel/5`>></div>
</div>
<<elseif $rowenaRel gte 5 and $rowenaRelLevel1check is true and $rowenaRel lte 15 and $rowenaRelLevel2check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 1)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaRel" `(_rel-5)/10`>></div>
</div>
<<elseif $rowenaRel gte 15 and $rowenaRelLevel2check is true and $rowenaRel lte 30 and $rowenaRelLevel3check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 2)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaRel" `(_rel-15)/15`>></div>
</div>
<<elseif $rowenaRel gte 30 and $rowenaRelLevel3check is true and $rowenaRel lte 50 and $rowenaRelLevel4check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 3)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaRel" `(_rel-30)/20`>></div>
</div>
<<elseif $rowenaRel gte 50 and $rowenaRelLevel4check is true and $rowenaRel lte 75 and $rowenaRelLevel5check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 4)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaRel" `(_rel-50)/25`>></div>
</div>
<<elseif $rowenaRel gte 75 and $rowenaRelLevel5check is true and $rowenaRel lte 100>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 5)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaRel" `(_rel-75)/25`>></div>
</div>
<</if>>
/* Corruption */
<<if $rowenaCorruption lte 5 and $rowenaCorrLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaCorruption" `_corr/5`>></div>
</div>
<<elseif $rowenaCorruption gte 5 and $rowenaCorrLevel1check is true and $rowenaCorruption lte 15 and $rowenaCorrLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaCorruption" `(_corr-5)/10`>></div>
</div>
<<elseif $rowenaCorruption gte 15 and $rowenaCorrLevel2check is true and $rowenaCorruption lte 30 and $rowenaCorrLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaCorruption" `(_corr-15)/15`>></div>
</div>
<<elseif $rowenaCorruption gte 30 and $rowenaCorrLevel3check is true and $rowenaCorruption lte 50 and $rowenaCorrLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaCorruption" `(_corr-30)/20`>></div>
</div>
<<elseif $rowenaCorruption gte 50 and $rowenaCorrLevel4check is true and $rowenaCorruption lte 75 and $rowenaCorrLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaCorruption" `(_corr-50)/25`>></div>
</div>
<<elseif $rowenaCorruption gte 75 and $rowenaCorrLevel5check is true and $rowenaCorruption lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaCorruption" `(_corr-75)/25`>></div>
</div>
<</if>>
/* Handjob */
<<if $rowenaHandjob lte 5 and $rowenaHandjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaHandjob" `_hj/5`>></div>
</div>
<<elseif $rowenaHandjob gte 5 and $rowenaHandjobLevel1check is true and $rowenaHandjob lte 15 and $rowenaHandjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaHandjob" `(_hj-5)/10`>></div>
</div>
<<elseif $rowenaHandjob gte 15 and $rowenaHandjobLevel2check is true and $rowenaHandjob lte 30 and $rowenaHandjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaHandjob" `(_hj-15)/15`>></div>
</div>
<<elseif $rowenaHandjob gte 30 and $rowenaHandjobLevel3check is true and $rowenaHandjob lte 50 and $rowenaHandjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaHandjob" `(_hj-30)/20`>></div>
</div>
<<elseif $rowenaHandjob gte 50 and $rowenaHandjobLevel4check is true and $rowenaHandjob lte 75 and $rowenaHandjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaHandjob" `(_hj-50)/25`>></div>
</div>
<<elseif $rowenaHandjob gte 75 and $rowenaHandjobLevel5check is true and $rowenaHandjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Handjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaHandjob" `(_hj-75)/25`>></div>
</div>
<</if>>
/* Blowjob */
<<if $rowenaBlowjob lte 5 and $rowenaBlowjobLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaBlowjob" `_bj/5`>></div>
</div>
<<elseif $rowenaBlowjob gte 5 and $rowenaBlowjobLevel1check is true and $rowenaBlowjob lte 15 and $rowenaBlowjobLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaBlowjob" `(_bj-5)/10`>></div>
</div>
<<elseif $rowenaBlowjob gte 15 and $rowenaBlowjobLevel2check is true and $rowenaBlowjob lte 30 and $rowenaBlowjobLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaBlowjob" `(_bj-15)/15`>></div>
</div>
<<elseif $rowenaBlowjob gte 30 and $rowenaBlowjobLevel3check is true and $rowenaBlowjob lte 50 and $rowenaBlowjobLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaBlowjob" `(_bj-30)/20`>></div>
</div>
<<elseif $rowenaBlowjob gte 50 and $rowenaBlowjobLevel4check is true and $rowenaBlowjob lte 75 and $rowenaBlowjobLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaBlowjob" `(_bj-50)/25`>></div>
</div>
<<elseif $rowenaBlowjob gte 75 and $rowenaBlowjobLevel5check is true and $rowenaBlowjob lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Blowjob (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaBlowjob" `(_bj-75)/25`>></div>
</div>
<</if>>
/* Sex */
<<if $rowenaSex lte 5 and $rowenaSexLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaSex" `_sex/5`>></div>
</div>
<<elseif $rowenaSex gte 5 and $rowenaSexLevel1check is true and $rowenaSex lte 15 and $rowenaSexLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaSex" `(_sex-5)/10`>></div>
</div>
<<elseif $rowenaSex gte 15 and $rowenaSexLevel2check is true and $rowenaSex lte 30 and $rowenaSexLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaSex" `(_sex-15)/15`>></div>
</div>
<<elseif $rowenaSex gte 30 and $rowenaSexLevel3check is true and $rowenaSex lte 50 and $rowenaSexLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaSex" `(_sex-30)/20`>></div>
</div>
<<elseif $rowenaSex gte 50 and $rowenaSexLevel4check is true and $rowenaSex lte 75 and $rowenaSexLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaSex" `(_sex-50)/25`>></div>
</div>
<<elseif $rowenaSex gte 75 and $rowenaSexLevel5check is true and $rowenaSex lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Sex (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaSex" `(_sex-75)/25`>></div>
</div>
<</if>>
/* Anal */
<<if $rowenaAnal lte 5 and $rowenaAnalLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaAnal" `_anal/5`>></div>
</div>
<<elseif $rowenaAnal gte 5 and $rowenaAnalLevel1check is true and $rowenaAnal lte 15 and $rowenaAnalLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaAnal" `(_anal-5)/10`>></div>
</div>
<<elseif $rowenaAnal gte 15 and $rowenaAnalLevel2check is true and $rowenaAnal lte 30 and $rowenaAnalLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaAnal" `(_anal-15)/15`>></div>
</div>
<<elseif $rowenaAnal gte 30 and $rowenaAnalLevel3check is true and $rowenaAnal lte 50 and $rowenaAnalLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaAnal" `(_anal-30)/20`>></div>
</div>
<<elseif $rowenaAnal gte 50 and $rowenaAnalLevel4check is true and $rowenaAnal lte 75 and $rowenaAnalLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaAnal" `(_anal-50)/25`>></div>
</div>
<<elseif $rowenaAnal gte 75 and $rowenaAnalLevel5check is true and $rowenaAnal lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Anal (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaAnal" `(_anal-75)/25`>></div>
</div>
<</if>>
/* Kink */
<<if $rowenaKink lte 5 and $rowenaKinkLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaKink" `_kink/5`>></div>
</div>
<<elseif $rowenaKink gte 5 and $rowenaKinkLevel1check is true and $rowenaKink lte 15 and $rowenaKinkLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaKink" `(_kink-5)/10`>></div>
</div>
<<elseif $rowenaKink gte 15 and $rowenaKinkLevel2check is true and $rowenaKink lte 30 and $rowenaKinkLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaKink" `(_kink-15)/15`>></div>
</div>
<<elseif $rowenaKink gte 30 and $rowenaKinkLevel3check is true and $rowenaKink lte 50 and $rowenaKinkLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaKink" `(_kink-30)/20`>></div>
</div>
<<elseif $rowenaKink gte 50 and $rowenaKinkLevel4check is true and $rowenaKink lte 75 and $rowenaKinkLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaKink" `(_kink-50)/25`>></div>
</div>
<<elseif $rowenaKink gte 75 and $rowenaKinkLevel5check is true and $rowenaKink lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "rowenaKink" `(_kink-75)/25`>></div>
</div>
<</if>>
<<elseif _prefix == "zog">>
<<if $zogRel lte 5 and $zogRelLevel1check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 0)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogRel" `_rel/5`>></div>
</div>
<<elseif $zogRel gte 5 and $zogRelLevel1check is true and $zogRel lte 15 and $zogRelLevel2check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 1)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogRel" `(_rel-5)/10`>></div>
</div>
<<elseif $zogRel gte 15 and $zogRelLevel2check is true and $zogRel lte 30 and $zogRelLevel3check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 2)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogRel" `(_rel-15)/15`>></div>
</div>
<<elseif $zogRel gte 30 and $zogRelLevel3check is true and $zogRel lte 50 and $zogRelLevel4check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 3)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogRel" `(_rel-30)/20`>></div>
</div>
<<elseif $zogRel gte 50 and $zogRelLevel4check is true and $zogRel lte 75 and $zogRelLevel5check is false>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 4)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogRel" `(_rel-50)/25`>></div>
</div>
<<elseif $zogRel gte 75 and $zogRelLevel5check is true and $zogRel lte 100>>
<div class="char-profile-stat">
<div class="char-profile-stat-icon-wrapper">
<img src="Images/Stats/relationship.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Relationship (Level 5)</div>
</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogRel" `(_rel-75)/25`>></div>
</div>
<</if>>
/* Corruption */
<<if $zogCorruption lte 5 and $zogCorrLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogCorruption" `_corr/5`>></div>
</div>
<<elseif $zogCorruption gte 5 and $zogCorrLevel1check is true and $zogCorruption lte 15 and $zogCorrLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogCorruption" `(_corr-5)/10`>></div>
</div>
<<elseif $zogCorruption gte 15 and $zogCorrLevel2check is true and $zogCorruption lte 30 and $zogCorrLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogCorruption" `(_corr-15)/15`>></div>
</div>
<<elseif $zogCorruption gte 30 and $zogCorrLevel3check is true and $zogCorruption lte 50 and $zogCorrLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogCorruption" `(_corr-30)/20`>></div>
</div>
<<elseif $zogCorruption gte 50 and $zogCorrLevel4check is true and $zogCorruption lte 75 and $zogCorrLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogCorruption" `(_corr-50)/25`>></div>
</div>
<<elseif $zogCorruption gte 75 and $zogCorrLevel5check is true and $zogCorruption lte 100>>
<div class="char-profile-stat">
<img src="Images/Stats/corruptionicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Corruption (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogCorruption" `(_corr-75)/25`>></div>
</div>
<</if>>
/* Kink */
<<if $zogKink lte 5 and $zogKinkLevel1check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 0)</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogKink" `_kink/5`>></div>
</div>
<<elseif $zogKink gte 5 and $zogKinkLevel1check is true and $zogKink lte 15 and $zogKinkLevel2check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 1)</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogKink" `(_kink-5)/10`>></div>
</div>
<<elseif $zogKink gte 15 and $zogKinkLevel2check is true and $zogKink lte 30 and $zogKinkLevel3check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 2)</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogKink" `(_kink-15)/15`>></div>
</div>
<<elseif $zogKink gte 30 and $zogKinkLevel3check is true and $zogKink lte 50 and $zogKinkLevel4check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 3)</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogKink" `(_kink-30)/20`>></div>
</div>
<<elseif $zogKink gte 50 and $zogKinkLevel4check is true and $zogKink lte 75 and $zogKinkLevel5check is false>>
<div class="char-profile-stat">
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 4)</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogKink" `(_kink-50)/25`>></div>
</div>
<<elseif $zogKink gte 75 and $zogKinkLevel5check is true and $zogKink lte 100>>
<img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon">
<div class="char-profile-tooltip">Kink (Level 5)</div>
<div class="char-profile-meter-wrapper"><<showmeter "zogKink" `(_kink-75)/25`>></div>
<</if>>
<</if>>
</div>
</div>
</div>
<div class="char-profile-quest">
<h3>Current Quest for <<print _char.name>></h3>
<div class="char-profile-quest-desc">
<<print _char.getQuest()>>
</div>
<div class="char-profile-actions">
<<link "Go Back" class="char-profile-btn">>
<<goto "Notebook View">>
<</link>>
<<link "Track This Character's Quests" class="char-profile-btn">>
<<set $trackedQuest = $selectedChar>>
<<goto $returnPassage>>
<</link>>
<<link "Close Notebook" class="char-profile-btn">>
<<goto $lastPassage>>
<</link>>
</div>
</div>
<style>
/* Body and background */
body {
background-image: url('Images/Locations/notebookbackround.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
min-height: 100vh;
margin: 0;
padding: 0;
}
/* Main container */
.char-profile-wrapper {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 10px;
max-width: 800px;
margin: 0 auto;
padding: 20px;
backdrop-filter: blur(5px);
}
/* Grid layout */
.char-profile-grid {
display: grid;
grid-template-columns: 400px 1fr;
gap: 20px;
margin-bottom: 30px;
}
/* Character image */
.char-profile-image {
width: 100%;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* Stats container */
.char-profile-stats-container {
display: flex;
flex-direction: column;
gap: 20px;
}
/* Dom/Sub container */
.char-profile-domsub-container {
padding: 10px;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 5px;
}
.char-profile-stat-label {
color: white;
font-size: 14px;
margin-bottom: 5px;
}
.char-profile-domsub-bar {
display: flex;
align-items: center;
gap: 10px;
}
.char-profile-balance-bar {
flex-grow: 1;
height: 20px;
background: linear-gradient(to right, #4a90e2, #e25757);
border-radius: 10px;
position: relative;
overflow: hidden;
}
.char-profile-marker {
position: absolute;
width: 4px;
height: 100%;
background-color: yellow;
transform: translateX(-50%);
}
.char-profile-marker-text {
position: absolute;
bottom: 40%;
left: 50%;
transform: translate(-50%, -50%);
white-space: nowrap;
font-size: 12px;
color: white;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
z-index: 1;
font-weight: bold;
}
.char-profile-sub-label,
.char-profile-dom-label {
font-size: 14px;
color: white;
min-width: 80px;
}
/* Stats grid */
.char-profile-stats-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 10px;
}
/* Individual stat */
.char-profile-stat {
display: flex;
align-items: center;
gap: 10px;
color: white;
background-color: rgba(0, 0, 0, 0.2);
padding: 8px;
border-radius: 5px;
position: relative;
transition: background-color 0.2s ease;
min-width: 0; /* This prevents flex items from growing beyond their container */
margin: 0;
}
.char-profile-stat:hover {
background-color: rgba(0, 0, 0, 0.7);
}
/* Stat icon */
.char-profile-stat-icon {
width: 40px;
height: 40px;
cursor: help;
position: relative;
transition: filter 0.2s ease;
flex-shrink: 0;
}
.char-profile-stat-icon:hover {
filter: brightness(1.2);
}
/* Tooltip */
.char-profile-tooltip {
position: absolute;
top: -40px;
left: 30px;
background-color: rgba(0, 0, 0, 0.9);
color: white;
padding: 6px 12px;
border-radius: 4px;
font-size: 12px;
white-space: nowrap;
pointer-events: none;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
z-index: 1000;
text-align: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(255, 255, 255, 0.1);
}
.char-profile-tooltip::after {
content: '';
position: absolute;
bottom: -10px;
left: 10px;
border: 5px solid transparent;
border-top-color: rgba(0, 0, 0, 0.9);
}
.char-profile-stat:hover .char-profile-tooltip {
opacity: 1;
visibility: visible;
}
/* Meter */
.char-profile-meter-wrapper {
flex-grow: 1;
min-width: 0;
}
.char-profile-meter {
border-radius: 10px;
margin: 0;
overflow: hidden;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
background-color: #333333;
width: 100%;
height: 20px;
}
.char-profile-meter-fill {
border-radius: 0;
transition: width 0.3s ease-out;
height: 100%;
}
.char-profile-meter-overlay {
border-radius: 0;
transition: opacity 0.3s ease-out;
height: 100%;
}
/* Level text */
.char-profile-level-text {
margin-right: 10px;
color: white;
font-size: 14px;
}
/* Quest section */
.char-profile-quest {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 10px;
padding: 20px;
margin-top: 20px;
color: white;
}
.char-profile-quest-desc {
margin-bottom: 20px;
line-height: 1.5;
}
/* Action buttons */
.char-profile-actions {
display: flex;
gap: 10px;
justify-content: center;
margin-top: 20px;
}
.char-profile-btn {
padding: 8px 16px;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0.1);
color: white;
border: 1px solid rgba(255, 255, 255, 0.2);
cursor: pointer;
transition: background-color 0.2s ease;
}
.char-profile-btn:hover {
background-color: rgba(255, 255, 255, 0.2);
}
/* Character name */
.char-profile-name {
margin-bottom: 20px;
text-align: center;
}
/* Responsive design */
@media (max-width: 768px) {
.char-profile-grid {
grid-template-columns: 1fr;
}
.char-profile-portrait-container {
max-width: 300px;
margin: 0 auto;
}
.char-profile-stats-grid {
grid-template-columns: 1fr;
}
.char-profile-actions {
flex-direction: column;
}
.char-profile-btn {
width: 100%;
text-align: center;
}
}
@media screen and (max-width: 550px) {
.char-profile-wrapper img {
width: unset !important;
height: unset !important;
max-width: 100% !important;
}
.char-profile-stat-icon,
.char-profile-stat img,
.char-profile-stat-icon-wrapper img {
width: 32px !important;
height: 32px !important;
}
/* Make sure these icons don't get affected by the general image rules */
#passages img[src*="Stats/"] {
width: 32px !important;
height: 32px !important;
}
}
</style>
<</if>>
<</nobr>>//One fateful day, the harmony of Imeria was shattered. The humans, driven by ambition and a thirst for conquest, began their relentless march across the lands. Their first target was the proud and determined orc clans. In a brutal conflict, the orcs were wiped out, leaving behind a trail of devastation.//
<<if $onlyImages is true>>
<img src="Images/Story/storyintro11.png" width=768 />
<<else>>
<img src="Images/Story/storyintro1.gif" width=768 />
<</if>>
[[Continue|Story Intro3]]//With the orcs defeated, the humans turned their gaze towards the elven realms.//
<img src="Images/Story/storyintro12.png" width=500 />
//Where ancient wisdom and ethereal beauty thrived. Among those affected by this sweeping tide of war were our protagonist and their <<if $incestOn is true>> siblings<<else>>step-siblings<</if>>. They were just children when their home village fell to the relentless onslaught of the human conquerors.//
//The once peaceful village, where the laughter of children and the songs of elves filled the air, was now reduced to ruins, its inhabitants scattered or enslaved.//
<img src="Images/Story/storyintro2.jpg"/>
[[Continue|Story Intro4]]
//In the aftermath of their village's fall, $playerName <<if $incestOn is true>>mother<<else>>step-mother<</if>> made a heart-wrenching decision to send the children to their <<if $incestOn is true>>aunt <<else>> step-aunt<</if>>, Inledya, who resided in the bustling capital city of humans known as Klimmore.
It was a desperate move to ensure their safety, for in the eyes of the humans, they would be considered citizens of their lands.
The journey to Klimmore was arduous, and the scars of the past haunted their every step. They crossed battle-scarred landscapes, witnessing the aftermath of the human conquest, and carrying with them the memories of their lost home.//
<<if $onlyImages is true>>
<img src="Images/Story/storyintro13.png" width=500 />
<<else>>
<img src="Images/Story/storyintro3.gif" width=768 />
<</if>>
[[Continue|Story Intro5]]//As they approached the grand city, the towering walls of Klimmore rose before them, a stark contrast to the tranquility of their elven village. The city's bustling streets were filled with humans from all walks of life, but the three younglings couldn't help but feel like outsiders in this foreign land.//
<img src="Images/Story/storyintro5.jpg"/>
[[Continue|Story Intro6]]//Now, in the heart of the human capital, their future remains uncertain. The city of Klimmore, with its bustling streets and towering walls, stands as a stark contrast to their lost elven village. As the <<if $incestOn is true>>siblings<<else>> step-siblings<</if>> settle into their new life, a profound question lingers in the air://
//Will they come to resent the humans and resist their presence, or will they be swayed by the allure of power and the corruption that sometimes accompanies it in this unfamiliar world?//
//Their <<if $incestOn is true>> aunt <<else>> step-aunt<</if>>, Inledya, offers them shelter and a chance to rebuild their lives in this city. Yet, Klimmore is a place of both opportunity and peril. It's a city where the paths of ambition and treachery converge, where allegiances can shift like the wind.//
<img src="Images/Story/storyintro4.jpg"/>
[[Continue|Story Intro7]]
//It has been a decade since the fateful attack on your home village.//
<<if $mascC is true>>
<<dlg>>\
<<level 0>>\
<<line "//Open your eyes.//">>
//You open your eyes. And look around your room.//
<<set $openEyesimageMasc = true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
//You rise from your bed and take in the surroundings of your room in Klimmore. The city outside is a far cry from the serene woods of your childhood. The sun's rays filter through the curtains, casting a warm, yet unfamiliar, glow.//
<</line>>\
<</level>>\
<<level 1>>
<<line "//Get up from bed.//">>
<<set $openEyesimageMasc = false>>\
<<set $mascLevel1defaultface1 = true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update1.png" width=500/>
//As you wake up in your bedroom on this special day, you can't help but reflect on the passage of time. Today is your birthday, a day that once held joy and laughter in your elven village.//
//As you ponder the day ahead, you can't help but think of your <<if $incestOn is true>> aunt <<else>> step-aunt <</if>>, Inledya. She has been your guardian and protector, a constant presence in this foreign world. Perhaps she has something planned for your birthday? She is usually in the <span style="color:green;"> kitchen</span> in the early morning.//
<<set $mascLevel1defaultface1 = false>>\
[[Start your journey|My Bedroom][$mascDefaultLevel1 = true]]
<</line>>
<</level>>\
<</dlg>>
<<elseif $femC is true>>
<<dlg>>\
<<level 0>>\
<<line "//Open your eyes.//">>
//You open your eyes. And look around your room.//
<<set $openEyesimageFem = true>>
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
//You rise from your bed and take in the surroundings of your room in Klimmore. The city outside is a far cry from the serene woods of your childhood. The sun's rays filter through the curtains, casting a warm, yet unfamiliar, glow.//
<</line>>
<</level>>\
<<level 1>>
<<line "//Get up from bed.//">>
<<set $openEyesimageFem = false>>\
<<set $mascLevel1defaultface1 = true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update2.jpg" width=500/>
//As you wake up in your bedroom on this special day, you can't help but reflect on the passage of time. Today is your birthday, a day that once held joy and laughter in your elven village.//
//As you ponder the day ahead, you can't help but think of your <<if $incestOn is true>> aunt <<else>> step-aunt <</if>>, Inledya. She has been your guardian and protector, a constant presence in this foreign world. Perhaps she has something planned for your birthday? She is usually in the <span style="color:green;"> kitchen</span> in the early morning.//
<<set $mascLevel1defaultface1 = false>>\
[[Start your journey|My Bedroom][$femDefaultLevel1 = true]]
<</line>>
<</level>>\
<</dlg>>
<</if>>
<<nobr>>
<<set $currentLocation = "My Bedroom">>
<<set $endingmode = 0>>
<<if $time eq "Night">>
<<set document.body.style.backgroundImage = "url('Images/Locations/character-bedroom-night.jpg')">>
<<else>>
<<set document.body.style.backgroundImage = "url('Images/Locations/character-bedroom-morning.jpg')">>
<</if>>
<div class="description-box">
//You are in your bedroom. //
<<if $time eq "Early Morning">>
Soft early morning light spills in through your window.
<<elseif $time eq "Morning">>
The room is bathed in the gentle glow of the morning sun.
<<elseif $time eq "Afternoon">>
Bright daylight streams in as the sun reaches its zenith.
<<elseif $time eq "Evening">>
Evening light paints your room in warm, subdued tones.
<<else>>
It's night. The room is bathed in the silvery light of the moon.
<</if>>
</div>
<div class="actions-box">
<<if $done is true>>
<<if $mascC is true>>
<<if $maedhroStory is 6 and $maedhroisatrap is false>>
[[Event: Talk to maedhro|Brother Story 6 mascs straight]]
<</if>>
<<if $maedhroStory is 6 and $maedhroisatrap is true>>
[[Event: Talk to maedhro|Brother Story 6 mascs trap]]
<</if>>
<</if>>
<</if>>
In here, you could:<br>
<<if $time !== "Night">>
<<if $herbologyStory gte 1 and $daynumber gte 2>>
<<if $pornMagLvl1 gte 5 and $inledyaStory is 4>>
[[Event: Ok. I have some time.|InledyaStory4]] <br>
<</if>>
<<if $pornMagLvl2 gte 5 and $inledyaStory is 5>>
[[Event: Ok. I have some time.|InledyaStory5]] <br>
<</if>>
<<if $pornMagLvl3 gte 5 and $inledyaStory is 6 and $done is true>>
[[Event: Ok. I have some time.|InledyaStory6]] <br>
<</if>>
<<if $time is "Early Morning" and $maedhroStory is 1>><br>
[[Event: I hear a scream coming from the bathroom|maedhroStory2]]<br>
<</if>>
<<if $mainStory lt 4>>
<<if $excerscidedBedroomToday is false and $maedhroStory gte 3>><br> [[Exercise💪 (⏰💪)]] <br><</if>><<if $readPornComicToday is false>> [[Read a Naughty Magazine (😈🎯)⏰|Read the porn comic]]<br><</if>><<if $haveABook is true>>[[Read a book 🧠⏰|BookReading]] <br><</if>><<if $inledyaStory gte 3 and $practiceCharismaToday is false>>[[Work on my charisma ✨]]<br> <</if>> <<if $inledyaStory gte 4 and $cleanedThisWeek is false>> [[Clean the room❤️❤️⏰]]<br><</if>> [[Take a nap⏰]] <br>
<<elseif $mainStory gte 4>>
<<if $excerscidedBedroomToday is false and $maedhroStory gte 3>><br> [[Exercise💪 (⏰💪)|Exercise💪 (⏰💪) LVL2]] <br><</if>><<if $readPornComicToday is false>> [[Read a Naughty Magazine (😈🎯)⏰|Read the porn comic]]<br><</if>><<if $haveABook is true>>[[Read a book 🧠⏰|BookReading]] <br><</if>><<if $inledyaStory gte 3 and $practiceCharismaToday is false>>[[Work on my charisma ✨🎭]]<br> <</if>> <<if $inledyaStory gte 4 and $cleanedThisWeek is false>> [[Clean the room❤️❤️⏰|Clean the room❤️❤️⏰LVL2]]<br><</if>> [[Take a nap⏰]] <br>
<</if>>
<<elseif $inledyaStory lt 1>>
<br><span style="color:coral;">//Today is a big day I should head to the <span style="font-weight:bold;">kitchen</span> and see what my <<if $incestOn>>aunt <<else>>step-aunt <</if>> is up to.//</span>
<<elseif $inledyaStory is 1 and $alarielStory is 0>>\
<span style="color:coral;">//I should take a shower in the <span style="font-weight:bold;">bathroom</span>. <<if $incestOn>><<else>><</if>>
<<elseif $alarielStory is 1 and $maedhroStory lt 1>>
<span style="color:coral;">//I should go and get Maedhro <span style="font-weight:bold;">from his room</span> and make way to academy.//</span>
<<elseif $maedhroStory is 1 and $herbologyStory lt 1>>\
<span style="color:coral;">//I should get going. Don't want to be late in my first day. <span style="font-weight:bold;">Academy</span> here I come. <<if $incestOn>><<else>><</if>>
<<elseif $herbologyStory is 1 and $daynumber lte 1>>
[[Event: I'm tired...|MarketEvent]]
<</if>>
<</if>>
<<if $maedhroStory is 10 and $time is "Night">>
<<if $mascC is true>>
<<if $maedhroSub gte 100>>
[[Event: It's getting late. |MaedhroStory10MASCROM]]
<<elseif $maedhroDom gte 100>>
[[Event: It's getting late. |MaedhroStory10RMASCDOM]]
<<elseif $maedhroDeg gte 100>>
[[Event: It's getting late. |MaedhroStory10RMASCNETORI]]
<</if>>
<<elseif $femC is true>>
<<if $maedhroSub gte 100>>
[[Event: It's getting late. |MaedhroStory10FEMNTR]]
<<elseif $maedhroDom gte 100>>
[[Event: It's getting late. |MaedhroStory10FEMROM]]
<<elseif $maedhroDeg gte 100>>
[[Event: It's getting late. |MaedhroStory10FEMDEG]]
<</if>>
<</if>>
<br>
<</if>>
<<if $inledyaStory lt 10 and $time eq "Night" and $inledyaStory lt 10>>
[[Go to sleep]]
<</if>>
<<if $time eq "Night" and $inledyaStory gte 10 and $day neq "Sunday">>
[[Go to sleep]]
<</if>>
<<if $inledyaStory gte 10 and $time eq "Night" and $day is "Sunday" and $money gte 40>>
[[Landlord visit|Landlord drug money]]
<</if>>
<<if $inledyaStory gte 10 and $time eq "Night" and $day is "Sunday" and $money lt 40>>
[[Landlord visit|Landlord drug money not enough]]
<</if>>
<<if $cecilyStory gte 11 and $inviteCecilyover is true and $time is "Evening">>
<<if $mascC is true>>
<<if $cecilyDom gte $cecilySub and $cecilyDom gte $cecilyDeg>>
[[Cecily came over.|CecilybedroomMASCDOM]]
<<elseif $cecilySub gte $cecilyDom and $cecilySub gte $cecilyDeg>>
[[Cecily came over.|CecilybedroomMASCROM]]
<</if>>
<<elseif $femC is true>>
<<if $cecilyDom gte $cecilySub and $cecilyDom gte $cecilyDeg>>
[[Cecily came over.|CecilybedroomROM]]
<<elseif $cecilySub gte $cecilyDom and $cecilySub gte $cecilyDeg>>
[[Cecily came over.|CecilybedroomNTR]]
<<elseif $cecilyDeg gte $cecilyDom and $cecilyDeg gte $cecilySub>>
[[Cecily came over.|CecilybedroomDEG]]
<</if>>
<</if>>
<</if>>
</div>
<div class="navigation-box">
Go to:
[[Hallway]]
</div>
<</nobr>>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box {
background: rgba(0, 0, 0, 0.3);
padding: 10px;
margin-bottom: 25px;
color: white;
}
.actions-box {
background: rgba(0, 0, 0, 0.3);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
}
.navigation-box {
background: rgba(0, 0, 0, 0.3);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
}
@media screen and (max-width: 550px) {
.description-box {
width: 100%;
}
.actions-box {
max-width: 50%;
}
.navigation-box {
max-width: 70%;
}
}
a {
color: #add8e6;
}
a:hover {
color: #ffffff;
}
</style><<nobr>>
<<if $mascC is true>>
<<if $mascDefaultLevel1 is true>>
<<set $mascDefaultLevel1 to false>>
<<set $mascLevel1blushface1 to true>>
<</if>>
<<if $mascDefaultLevel2 is true and $mainStory gte 4>>
<<set $mascDefaultLevel2 to false>>
<<set $mascLevel2blushface1 to true>>
<</if>>
<<elseif $femC is true>>
<<if $femDefaultLevel1 is true>>
<<set $femDefaultLevel1 to false>>
<<set $mascLevel1blushface1 to true>>
<</if>>
<<if $femDefaultLevel2 is true and $mainStory gte 4>>
<<set $femDefaultLevel2 to false>>
<<set $mascLevel2blushface1 to true>>
<</if>>
<</if>>
<<timed 100ms>>
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>
<</nobr>>
//I open my drawer and take out://
<<if $tookLevel1magFromMe is true>>
//Inledya took my first magazine... //
<<else>>\
[[First Naughty Magazine😈|Naugty Magazine Lvl1]]
<</if>>\
<<if $boughtSecondMag is true and $tookLevel2magFromMe is false>>
[[Second Naughty Magazine😈🎯|Naugty Magazine Lvl2]]
<<else>>
//And also my second one... //
<</if>>
<<if $boughtThirdMag is true and $tookLevel3magFromMe is false>>
<<if $mascRomanceMag3 is true>>[[Third Naughty Magazine 😈🎯|mascRomanceMag3]]<</if>><<if $mascDominationMag3 is true>>[[Third Naughty Magazine 😈🎯|mascDominationMag3]]<</if>><<if $mascNetoriMag3 is true>>[[Third Naughty Magazine 😈🎯|mascNetoriMag3]]<</if>><<if $femRomanceMag3 is true>>[[Third Naughty Magazine 😈🎯|femRomanceMag3]]<</if>><<if $femDominationMag3 is true>>[[Third Naughty Magazine 😈🎯|femDominationMag3]]<</if>><<if $femNTRMag3 is true>>[[Third Naughty Magazine 😈🎯|femNTRMag3]] <</if>>
<<else>>
//... //
<</if>>
<<link "Actually now is not the time">>
<<set $mascLevel1blushface1 to false>>
<<set $mascLevel2blushface1 to false>>
<<set $mascLevel1blushface1 to false>>
<<set $mascLevel2blushface1 to false>>
<<if $mainStory lt 4>>
<<if $mascC is true>>
<<set $mascDefaultLevel1 to true>>
<<else>>
<<set $femDefaultLevel1 to true>>
<</if>>
<<elseif $mainStory gte 4>>
<<if $mascC is true>>
<<set $mascDefaultLevel2 to true>>
<<else>>
<<set $femDefaultLevel2 to true>>
<</if>>
<</if>>
<<goto "My Bedroom">>
<</link>>
<<nobr>>
<<set $mascDefaultLevel1 to false>>
<<set $femDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel2 to false>>
<<set $mascLevel1defaultface1 to false>>
<<set $mascLevel1blushface1 to false>>
<<set $mascLevel1curiousface1 to false>>
<<set $mascLevel1bitsadface1 to false>>
<<set $mascLevel1softsmileface1 to false>>
<<set $mascLevel1nakedseriousface1 to false>>
<<set $mascLevel1nakedshockface1 to false>>
<<set $mascLevel1nakedconfrontface1 to false>>
<<set $mascLevel1nakedconfrontface2 to false>>
<<set $mascLevel1semiseriousface1 to false>>
<<set $mascLevel1curioussadface1 to false>>
<<set $mascLevel1panicface1 to false>>
<<set $mascLevel1scaredface1 to false>>
<<set $mascLevel1blushcontainembaraceface1 to false>>
<<set $mascLevel1angryface1 to false>>
<<set $mascLevel1blushharderface1 to false>>
<<set $mascLevel1cummingface1 to false>>
<<set $mascLevel1laughingface1 to false>>
<<set $mascLevel1sleepingface1 to false>>
<<set $mascLevel1excersisingface1 to false>>
<<set $mascLevel1softsmileface1dom to false>>
<<set $mascLevel2defaultface1 to false>>
<<set $mascLevel2notsureface1 to false>>
<<set $mascLevel2scaredface1 to false>>
<<set $mascLevel2scaredface2 to false>>
<<set $mascLevel2sleepingface1 to false>>
<<set $mascLevel2blushface1 to false>>
<<set $mascLevel2blushface2 to false>>
<<set $mascLevel2cummingface1 to false>>
<<set $mascLevel2screamface1 to false>>
<<set $mascLevel2thinkingface1 to false>>
<<set $mascLevel2strugleangryface1 to false>>
<<set $openEyesimageMasc to false>>
<<set $openEyesimageFem to false>>
<<set $defaultLevel1static to false>>
<<if $mainStory lt 4 and $mascC is true>>
<<set $mascDefaultLevel1 to true>>
<</if>>
<<if $mainStory lt 4 and $femC is true>>
<<set $femDefaultLevel1 to true>>
<</if>>
<<if $mainStory gte 4 and $mascC is true>>
<<set $mascDefaultLevel2 to true>>
<</if>>
<<if $mainStory gte 4 and $femC is true>>
<<set $femDefaultLevel2 to true>>
<</if>>
<<script>>reduceFever();<</script>>
<<set $beenInHerbologyClassToday = false>>
<<set $beforeClassInteractionToday = false>>
<<set $afterClassInteractionToday = false>>
<<set $visitedAlarielInTheBathroomToday = false>>
<<set $talkToAlarielBedroomAlariel = false>>
<<set $visitedInledyaInTheBathroomToday = false>>
<<set $visitedMaedhroInTheBathroomToday = false>>
<<set $talkedMaedhroInTheKitchen = false>>
<<set $excerscidedWithMaedhro = false>>
<<set $excerscidedWithMaedhroGym = false>>
<<set $parkrunWithMaedhroToday = false>>
<<set $eveningTalkWithMaedhro = false>>
<<set $inviteCecilyover = false>>
<<set $inledyaTalkedInKitchen = false>>
<<set $practiceCharismaToday = false>>
<<set $excerscidedBedroomToday = false>>
<<set $readPornComicToday = false>>
<<if $day is "Sunday">>
<<set $cleanedThisWeek = false>>
<</if>>
<<if $mascC is true>>
<<if $mascDefaultLevel1 is true>>
<<set $mascDefaultLevel1 to false>>
<<set $mascLevel1sleepingface1 to true>>
<</if>>
<<if $mascDefaultLevel2 is true>>
<<set $mascDefaultLevel2 to false>>
<<set $mascLevel2sleepingface1 to true>>
<</if>>
<<elseif $femC is true>>
<<if $femDefaultLevel1 is true>>
<<set $femDefaultLevel1 to false>>
<<set $mascLevel1sleepingface1 to true>>
<</if>>
<<if $femDefaultLevel2 is true>>
<<set $femDefaultLevel2 to false>>
<<set $mascLevel2sleepingface1 to true>>
<</if>>
<</if>>
<<timed 100ms>>
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
<</timed>>
<</nobr>>
//You go and lay down on your bed to end the day.//
...
..
.
<<nobr>>
<<if $cecilyRel gte 5 and $cecilyRelLevel1check is false>>
[[Cecily Relationship Dream I ❤️|CecilyLVL1RelationshipDream]] |
<</if>>
<<if $alarielRel gte 5 and $alarielRelLevel1check is false>>
[[Alariel Relationship Dream I ❤️|AlarielLVL1RelationshipDream]] |
<</if>>
<<if $inledyaRel gte 5 and $inledyaRelLevel1check is false>>
[[Inledya Relationship Dream I ❤️ |InledyaLVL1RelationshipDream]] |
<</if>>
<<if $philippaRel gte 5 and $philippaRelLevel1check is false>>
[[Philippa Relationship Dream I ❤️ |PhilippaLVL1RelationshipDream]] |
<</if>>
<<if $mainStory gte 4>>
<<if $maedhroRel gte 5 and $maedhroRelLevel1checkis is false>>
<<if $mascC is true>>
<<if $maedhroDeg gt 0>>
[[Maedhro Relationship Dream I ❤️|MaedhroLVL1RelationshipDreamNETORI]]
<<elseif $maedhroDeg is 0>>
[[Maedhro Relationship Dream I ❤️|MaedhroLVL1RelationshipDreamMASCS]]
<</if>>
<<elseif $femC is true>>
[[Maedhro Relationship Dream I ❤️|MaedhroLVL1RelationshipDreamFEMS]]
<</if>>
<</if>>
<<if $maedhroCorruption gte 5 and $maedhroCorrLevel1check is false>>
<<if $mascC is true>>
<<if $maedhroDeg gt 0>>
[[Maedhro Relationship Dream I 💜|MaedhroLVL1CorruptionDreamNETORI]]
<<elseif $maedhroDeg is 0>>
[[Maedhro Relationship Dream I 💜|MaedhroLVL1CorruptionDreamMASCS]]
<</if>>
<<elseif $femC is true>>
[[Maedhro Relationship Dream I 💜|MaedhroLVL1CorruptionDreamFEMS]]
<</if>>
<</if>>
<</if>>
<<if $mascC is true>>
<<if $corruptionLevel1check is false and $corruption lt 15>>
[[In your dreams you see|DomDreamLvl1]]
<<elseif $corruptionLevel1check is false and $corruption is 15>>
[[Event: Corruption Dream I 😈|EventLvl1CorruptionDreamDoms]]
<<elseif $corruptionLevel2check is false and $corruption lte 40 and $corruptionLevel1check is true>>
[[In your dreams you see 😈|DomDreamLvl2]]
<<elseif $corruptionLevel2check is false and $corruption is 40 and $corruptionLevel1check is true and $done is true>>
[[Event: Corruption Dream II|EventLvl2CorruptionDreamDoms]]
<<elseif $corruptionLevel3check is false and $corruption lt 65 and $corruptionLevel2check is true>>
[[In your dreams you see|DomDreamLvl3]]
<<elseif $corruptionLevel3check is false and $corruption is 65 and $corruptionLevel2check is true>>
[[Event: Corruption Dream III|EventLvl3CorruptionDreamDoms]]
<<elseif $corruptionLevel4check is false and $corruption lt 100 and $corruptionLevel3check is true>>
[[In your dreams you see|DomDreamLvl4]]
<<elseif $corruptionLevel4check is false and $corruption is 100 and $corruptionLevel3check is true>>
[[Event: Corruption Dream IV|EventLvl4CorruptionDreamDoms]]
<<elseif $corruptionLevel5check is false and $corruption lt 150 and $corruptionLevel4check is true>>
[[In your dreams you see|DomDreamLvl5]]
<<elseif $corruptionLevel5check is false and $corruption is 150 and $corruptionLevel4check is true>>
[[Event: Corruption Dream V|EventLvl5CorruptionDreamDoms]]
<<elseif $corruption gte 150 and $corruptionLevel5check is true>>
[[In your dreams you see|DomDreamLvl6]]
<</if>>
<<if $intelligence is 15 and $intelligenceLevel1check is false and $corruptionLevel1check is true and $mainStory gte 4>>
| [[Event: Intelligence Dream I 🧠|PassIntelligenceDoms1]]
<<elseif $intelligence is 40 and $intelligenceLevel2check is false and $done is true>>
| [[Event: Intelligence Dream II 🧠|PassIntelligenceDoms2]]
<<elseif $intelligence is 65 and $intelligenceLevel3check is false>>
| [[Event: Intelligence Dream III 🧠|PassIntelligenceDoms3]]
<<elseif $intelligence is 100 and $intelligenceLevel4check is false>>
| [[Event: Intelligence Dream IV 🧠|PassIntelligenceDoms4]]
<<elseif $intelligence is 150 and $intelligenceLevel5check is false>>
| [[Event: Intelligence Dream V 🧠|PassIntelligenceDoms5]]
<</if>>
<<if $charisma is 15 and $charismaLevel1check is false and $corruptionLevel1check is true and $mainStory gte 4>>
| [[Event: Charisma Dream I ✨|PassCharismaDoms1]]
<<elseif $charisma is 40 and $charismaLevel2check is false and $done is true>>
| [[Event: Charisma Dream II ✨|PassCharismaDoms2]]
<<elseif $charisma is 65 and $charismaLevel3check is false>>
| [[Event: Charisma Dream III ✨|PassCharismaDoms3]]
<<elseif $charisma is 100 and $charismaLevel4check is false>>
| [[Event: Charisma Dream IV ✨|PassCharismaDoms4]]
<<elseif $charisma is 150 and $charismaLevel5check is false>>
| [[Event: Charisma Dream V ✨|PassCharismaDoms5]]
<</if>>
<<if $strength is 15 and $strengthLevel1check is false and $corruptionLevel1check is true and $mainStory gte 4>>
| [[Event: Strength Dream I 💪|PassStrengthDoms1]]
<<elseif $strength is 40 and $strengthLevel2check is false >>
| [[Event: Strength Dream II 💪|PassStrengthDoms2]]
<<elseif $strength is 65 and $strengthLevel3check is false and $done is true>>
| [[Event: Strength Dream III 💪|PassStrengthDoms3]]
<<elseif $strength is 100 and $strengthLevel4check is false>>
| [[Event: Strength Dream IV 💪|PassStrengthDoms4]]
<<elseif $strength is 150 and $strengthLevel5check is false>>
| [[Event: Strength Dream V 💪|PassStrengthDoms5]]
<</if>>
<<if $confidence is 15 and $confidenceLevel1check is false and $corruptionLevel1check is true and $mainStory gte 4>>
| [[Event: Confidence Dream I 🎭|PassConfidenceDoms1]]
<<elseif $confidence is 40 and $confidenceLevel2check is false and $done is true>>
| [[Event: Confidence Dream II 🎭|PassConfidenceDoms2]]
<<elseif $confidence is 65 and $confidenceLevel3check is false>>
| [[Event: Confidence Dream III 🎭|PassConfidenceDoms3]]
<<elseif $confidence is 100 and $confidenceLevel4check is false>>
| [[Event: Confidence Dream IV 🎭|PassConfidenceDoms4]]
<<elseif $confidence is 150 and $confidenceLevel5check is false>>
| [[Event: Confidence Dream V 🎭|PassConfidenceDoms5]]
<</if>>
<<if $technique is 15 and $techniqueLevel1check is false and $corruptionLevel1check is true and $mainStory gte 4>>
| [[Event: Technique Dream I 🎯|PassTechniqueDoms1]]
<<elseif $technique is 40 and $techniqueLevel2check is false and $done is true>>
| [[Event: Technique Dream II 🎯|PassTechniqueDoms2]]
<<elseif $technique is 65 and $techniqueLevel3check is false>>
| [[Event: Technique Dream III 🎯|PassTechniqueDoms3]]
<<elseif $technique is 100 and $techniqueLevel4check is false>>
| [[Event: Technique Dream IV 🎯|PassTechniqueDoms4]]
<<elseif $technique is 150 and $techniqueLevel5check is false>>
| [[Event: Technique Dream V 🎯|PassTechniqueDoms5]]
<</if>>
<<elseif $femC is true>>
<<if $corruptionLevel1check is false and $corruption lt 15>>
[[In your dreams you see|FemDreamLvl1]]
<<elseif $corruptionLevel1check is false and $corruption is 15>>
[[Event: Corruption Dream I 😈|EventLvl1CorruptionDreamFems]]
<<elseif $corruptionLevel2check is false and $corruption lte 40 and $corruptionLevel1check is true>>
[[In your dreams you see 😈|FemDreamLvl2]]
<<elseif $corruptionLevel2check is false and $corruption is 40 and $corruptionLevel1check is true and $done is true>>
[[Event: Corruption Dream II|EventLvl2CorruptionDreamFems]]
<<elseif $corruptionLevel3check is false and $corruption lt 65 and $corruptionLevel2check is true>>
[[In your dreams you see|FemDreamLvl3]]
<<elseif $corruptionLevel3check is false and $corruption is 65 and $corruptionLevel2check is true>>
[[Event: Corruption Dream III|EventLvl3CorruptionDreamFems]]
<<elseif $corruptionLevel4check is false and $corruption lt 100 and $corruptionLevel3check is true>>
[[In your dreams you see|FemDreamLvl4]]
<<elseif $corruptionLevel4check is false and $corruption is 100 and $corruptionLevel3check is true>>
[[Event: Corruption Dream IV|EventLvl4CorruptionDreamFems]]
<<elseif $corruptionLevel5check is false and $corruption lt 150 and $corruptionLevel4check is true>>
[[In your dreams you see|FemDreamLvl5]]
<<elseif $corruptionLevel5check is false and $corruption is 150 and $corruptionLevel4check is true>>
[[Event: Corruption Dream V|EventLvl5CorruptionDreamFems]]
<<elseif $corruption gte 150 and $corruptionLevel5check is true>>
[[In your dreams you see|FemDreamLvl6]]
<</if>>
<<if $intelligence is 15 and $intelligenceLevel1check is false and $corruptionLevel1check is true and $mainStory gte 4>>
| [[Event: Intelligence Dream I 🧠|PassIntelligenceFems1]]
<<elseif $intelligence is 40 and $intelligenceLevel2check is false and $done is true>>
| [[Event: Intelligence Dream II 🧠|PassIntelligenceFems2]]
<<elseif $intelligence is 65 and $intelligenceLevel3check is false>>
| [[Event: Intelligence Dream III 🧠|PassIntelligenceFems3]]
<<elseif $intelligence is 100 and $intelligenceLevel4check is false>>
| [[Event: Intelligence Dream IV 🧠|PassIntelligenceFems4]]
<<elseif $intelligence is 150 and $intelligenceLevel5check is false>>
| [[Event: Intelligence Dream V 🧠|PassIntelligenceFems5]]
<</if>>
<<if $charisma is 15 and $charismaLevel1check is false and $corruptionLevel1check is true and $mainStory gte 4>>
[[Event: Charisma Dream I ✨|PassCharismaFems1]]
<<elseif $charisma is 40 and $charismaLevel2check is false and $done is true>>
[[Event: Charisma Dream II ✨|PassCharismaFems2]]
<<elseif $charisma is 65 and $charismaLevel3check is false>>
[[Event: Charisma Dream III ✨|PassCharismaFems3]]
<<elseif $charisma is 100 and $charismaLevel4check is false>>
[[Event: Charisma Dream IV ✨|PassCharismaFems4]]
<<elseif $charisma is 150 and $charismaLevel5check is false>>
[[Event: Charisma Dream V ✨|PassCharismaFems5]]
<</if>>
<<if $strength is 15 and $strengthLevel1check is false and $corruptionLevel1check is true and $mainStory gte 4>>
| [[Event: Strength Dream I 💪|PassStrengthFems1]]
<<elseif $strength is 40 and $strengthLevel2check is false >>
| [[Event: Strength Dream II 💪|PassStrengthFems2]]
<<elseif $strength is 65 and $strengthLevel3check is false and $done is true>>
| [[Event: Strength Dream III 💪|PassStrengthFems3]]
<<elseif $strength is 100 and $strengthLevel4check is false>>
| [[Event: Strength Dream IV 💪|PassStrengthFems4]]
<<elseif $strength is 150 and $strengthLevel5check is false>>
| [[Event: Strength Dream V 💪|PassStrengthFems5]]
<</if>>
<<if $confidence is 15 and $confidenceLevel1check is false and $corruptionLevel1check is true and $mainStory gte 4>>
| [[Event: Confidence Dream I 🎭|PassConfidenceFems1]]
<<elseif $confidence is 40 and $confidenceLevel2check is false and $done is true>>
| [[Event: Confidence Dream II 🎭|PassConfidenceFems2]]
<<elseif $confidence is 65 and $confidenceLevel3check is false>>
| [[Event: Confidence Dream III 🎭|PassConfidenceFems3]]
<<elseif $confidence is 100 and $confidenceLevel4check is false>>
| [[Event: Confidence Dream IV 🎭|PassConfidenceFems4]]
<<elseif $confidence is 150 and $confidenceLevel5check is false>>
| [[Event: Confidence Dream V 🎭|PassConfidenceFems5]]
<</if>>
<<if $technique is 15 and $techniqueLevel1check is false and $corruptionLevel1check is true and $mainStory gte 4>>
| [[Event: Technique Dream I 🎯|PassTechniqueFems1]]
<<elseif $technique is 40 and $techniqueLevel2check is false and $done is true>>
| [[Event: Technique Dream II 🎯|PassTechniqueFems2]]
<<elseif $technique is 65 and $techniqueLevel3check is false>>
| [[Event: Technique Dream III 🎯|PassTechniqueFems3]]
<<elseif $technique is 100 and $techniqueLevel4check is false>>
| [[Event: Technique Dream IV 🎯|PassTechniqueFems4]]
<<elseif $technique is 150 and $techniqueLevel5check is false>>
| [[Event: Technique Dream V 🎯|PassTechniqueFems5]]
<</if>>
<</if>>
<</nobr>>
<<set $currentLocation = "Hallway">>\
<div class="description-box-hallway"> You are in a hallway. <<if $time eq "Early Morning">>\
The soft morning light spills through a nearby window.
<<elseif $time eq "Morning">>\
The hallway is bathed in the gentle morning sun.
<<elseif $time eq "Afternoon">>\
Bright daylight streams into the hallway as the sun reaches its zenith.
<<elseif $time eq "Evening">>\
Evening light paints the hallway in warm, subdued tones.
<<else>>\
It's night, and the hallway is illuminated by the silvery light of the moon.
<</if>>\
</div>\
<<if $time eq "Night">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/hallway-night.jpg')">>\
<<else>>\
<<set document.body.style.backgroundImage = "url('Images/Locations/hallway.jpg')">>\
<</if>>\
<<if $dissablemap is true>>\
<<nobr>>
<div id="mapContainer" style="position: relative; width: 900px; height: 600px;">
<img src="Images/Locations/houselayout.jpg" alt="House Layout" usemap="#houseMap" width=900 height= 600>
<map name="houseMap">
<area shape="rect" coords="0,0,195,290" data-passage="Streets">
<area shape="rect" coords="205,0,565,290" data-passage="Living Room">
<area shape="rect" coords="575,0,800,290" data-passage="Kitchen">
<area shape="rect" coords="810,0,900,270" data-passage="Balcony">
<area shape="rect" coords="0,280,800,390" data-passage="Hallway">
<area shape="rect" coords="0,400,120,670" data-passage="Bathroom">
<area shape="rect" coords="130,400,300,670" data-passage="Inledya room">
<area shape="rect" coords="310,400,480,670" data-passage="Alariel's room">
<area shape="rect" coords="510,400,660,670" data-passage="Maedhro's room">
<area shape="rect" coords="690,400,940,670" data-passage="My Bedroom">
</map>
<<nobr>>
<div id="characterPortraits"></div>
<<if $inledyaStory gte 5 and $alarielStory is 2 and $cecilyStory gte 4 and $time is "Afternoon">>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 309px; left: 20px;" />
<</if>>
<<if $day is "Monday">>
<<if $time is "Early Morning">>
<<if $inledyaTalkedInKitchen is false>> <img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 580px;" /><</if>>
<<if $alarielStory gte 1 and $visitedAlarielInTheBathroomToday is false>>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 20px;" />
<</if>>
<<elseif $time is "Morning">>
<<if $inledyaStory is 3>> <img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 240px;" /><</if>>
<<elseif $time is "Afternoon">>
<<if $talkToAlarielBedroomAlariel is false>>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 320px;" />
<</if>>
<<if $mainStory lt 4>>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<</if>>
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 240px;" />
<<elseif $time is "Late Afternoon">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Evening">>
<<if $inviteCecilyover is true>>
<img src="Images/Locations/cecilyonamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 710px;" />
<</if>>
sas
<<elseif $time is "Late Evening">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Night">>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 320px;" />
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 150px;" />
<</if>>
<<elseif $day is "Tuesday">>
<<if $time is "Early Morning">>
<<if $talkedMaedhroInTheKitchen is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 580px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 580px;" />
<</if>>
<<else>> <</if>>
<<if $visitedInledyaInTheBathroomToday is false>> <img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 20px;" /><</if>>
<<elseif $time is "Morning">>
<<elseif $time is "Afternoon">>
<<if $talkToAlarielBedroomAlariel is false>>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 320px;" />
<</if>>
<<if $mainStory lt 4>>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<</if>>
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 240px;" />
<<elseif $time is "Late Afternoon">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Late Afternoon">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Evening">>
<<if $inviteCecilyover is true>>
<img src="Images/Locations/cecilyonamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 710px;" />
<</if>>
<<elseif $time is "Late Evening">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Night">>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 320px;" />
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 150px;" />
<</if>>
<<elseif $day is "Wednesday">>
<<if $time is "Early Morning">>
<<if $maedhroMascNetori is true>>
<<if $visitedMaedhroInTheBathroomToday is false>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 510px; left: 20px;" /> <</if>>
<<else>>
<<if $visitedMaedhroInTheBathroomToday is false>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 510px; left: 20px;" /> <</if>>
<</if>>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 580px;" />
<<elseif $time is "Morning">>
<<if $inledyaStory is 3>> <img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 240px;" /><</if>>
<<elseif $time is "Afternoon">>
<<if $talkToAlarielBedroomAlariel is false>>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 320px;" />
<</if>>
<<if $mainStory lt 4>>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<</if>>
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 240px;" />
<<elseif $time is "Late Afternoon">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Evening">>
<<if $inviteCecilyover is true>>
<img src="Images/Locations/cecilyonamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 710px;" />
<</if>>
<<elseif $time is "Late Evening">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Night">>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 510px; left: 320px;" />
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 150px;" />
<</if>>
<<elseif $day is "Thursday">>
<<if $time is "Early Morning">>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 210px; left: 580px;" />
<<if $visitedInledyaInTheBathroomToday is false>><img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 500px; left: 20px;" /><</if>>
<<if $phillipaStory lt 3>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 210px; left: 660px;" />
<<elseif $phillipaStory gte 3>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 210px; left: 660px;" />
<</if>>
<<elseif $time is "Morning">>
<<elseif $time is "Afternoon">>
<<if $talkToAlarielBedroomAlariel is false>>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 320px;" />
<</if>>
<<if $mainStory lt 4>>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<</if>>
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 240px;" />
<<elseif $time is "Late Afternoon">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Evening">>
<<if $inviteCecilyover is true>>
<img src="Images/Locations/cecilyonamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 710px;" />
<</if>>
<<elseif $time is "Late Evening">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Night">>
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 150px;" />
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 510px; left: 320px;" />
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $day is "Friday">>
<<if $time is "Early Morning">>
<<if $visitedAlarielInTheBathroomToday is false>><img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 500px; left: 20px;" /><</if>>
<<if $talkedMaedhroInTheKitchen is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 580px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 580px;" />
<</if>> <<else>> <</if>>
<<elseif $time is "Morning">>
<<if $inledyaStory is 3>> <img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 240px;" /><</if>>
<<elseif $time is "Afternoon">>
<<if $talkToAlarielBedroomAlariel is false>>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 320px;" />
<</if>>
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 240px;" />
<<if $mainStory lt 4>>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<</if>>
<<elseif $time is "Late Afternoon">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Evening">>
<<if $inviteCecilyover is true>>
<img src="Images/Locations/cecilyonamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 710px;" />
<<if $inledyaStory is 20>>
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 150px;" />
<</if>>
<</if>>
<<elseif $time is "Late Evening">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Night">>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 510px; left: 320px;" />
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 150px;" />
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $day is "Saturday">>
<<if $time is "Early Morning">>
<<if $inledyaTalkedInKitchen is false>>
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 210px; left: 580px;" />
<</if>>
<<if $maedhroMascNetori is true>>
<<if $visitedMaedhroInTheBathroomToday is false>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 510px; left: 20px;" /><</if>>
<<else>>
<<if $visitedMaedhroInTheBathroomToday is false>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 510px; left: 20px;" /><</if>>
<</if>>
<<elseif $time is "Morning">>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 210px; left: 580px;" />
<<elseif $time is "Afternoon">>
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 240px;" />
<<if $mainStory lt 4>>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<</if>>
<<elseif $time is "Late Afternoon">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Evening">>
<<if $done is true>>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 510px; left: 320px;" />
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 150px;" />
<</if>>
<<elseif $time is "Late Evening">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Night">>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 510px; left: 320px;" />
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 150px;" />
<</if>>
<<elseif $day is "Sunday">>
<<if $time is "Early Morning">>
<<if $visitedInledyaInTheBathroomToday is false>> <img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 20px;" /><</if>>
<<elseif $time is "Morning">>
<<if $inledyaStory is 3>> <img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 240px;" /><</if>>
<<if $phillipaStory lt 3>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 210px; left: 580px;" />
<<elseif $phillipaStory gte 3>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 210px; left: 580px;" />
<</if>>
<<elseif $time is "Afternoon">>
<<if $mainStory lt 4>>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<</if>>
<img src="Images/Locations/inledyamap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 209px; left: 240px;" />
<<elseif $time is "Late Afternoon">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Evening">>
<<if $done is true>>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 510px; left: 320px;" />
<</if>>
<<elseif $time is "Late Evening">>
<<if $excerscidedWithMaedhro is false>>
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<<elseif $time is "Night">>
<img src="Images/Locations/alarielmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 510px; left: 320px;" />
<<if $maedhroMascNetori is true>>
<img src="Images/Locations/maedhromanmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<<else>>
<img src="Images/Locations/maedhrogirlmap.jpg" width = 80px; height= 80px; style="border-radius: 50%; position: absolute; top: 509px; left: 520px;" />
<</if>>
<</if>>
<</if>>
<</nobr>>
</div>
<</nobr>>\
<div class="navigation-box">
Or go straight to:
[[My Bedroom]] | \
<<if $herbologyStory gte 1>>\
[[Academy]] | \
<<if $unlockBlackSmith is 1 or $unlockBlackSmith is 2>>\
[[Blacksmith]] | \
<</if>>\
<<if $unlockTavern is 1 or $unlockTavern is 2>>\
[[Tavern]] | \
<</if>>\
<<if $cecilyStory gte 10 and $phillipaStory gte 7>>\
[[Cecily's Mansion]] | \
<</if>>\
<<if $thaliaStory gte 7 and $phillipaStory gte 7>>\
[[Thalia's Appartment]]
<</if>>
<<if $inledyaStory gte 5 and $alarielStory is 2 and $cecilyStory gte 4 and $time is "Afternoon">>\
[[Event: What is she doing?|Sister story 3]]
<</if>>\
<</if>>\
</div>
\
\
\
\
<<elseif $dissablemap is false>>\
<div class="description-box-hallway">
<<if $time eq "Early Morning">>\
The soft morning light spills through a nearby window.
<<elseif $time eq "Morning">>\
The hallway is bathed in the gentle morning sun.
<<elseif $time eq "Afternoon">>\
Bright daylight streams into the hallway as the sun reaches its zenith.
<<elseif $time eq "Evening">>\
Evening light paints the hallway in warm, subdued tones.
<<else>>\
It's night, and the hallway is illuminated by the silvery light of the moon.
<</if>>\
</div>
<div class="description-box-hallway">
[[My Bedroom]]<<if $cecilyStory gte 11 and $inviteCecilyover is true and $time is "Evening">> <img src="Images/Locations/cecilyonamap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" /><</if>>
[[Maedhro's room]] <<if $excerscidedWithMaedhro is false and $time is "Afternoon">> <<if $maedhroMascNetori is true>> <img src="Images/Locations/maedhromanmap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" /><<else>><img src="Images/Locations/maedhrogirlmap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" /><</if>><</if>>
[[Alariel's room]]<<if $time is "Afternoon" and $talkToAlarielBedroomAlariel is false and ($day neq "Sunday" and $day neq "Saturday")>>\
<img src="Images/Locations/alarielmap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" />
<</if>><<if $alarielStory gte 7 and $time is "Evening">>\
<img src="Images/Locations/alarielmap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" />
<</if>>
[[Inledya room]]<<if $porncomicStoryDom gte 3 and ($day is "Friday" or $day is "Saturday" or $day is "Sunday") and ($time eq "Afternoon" or $time eq "Evening")>>\
<img src="Images/Locations/inledyamap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" />
<</if>><<if $porncomicStoryFem gte 3 and ($day is "Friday" or $day is "Saturday" or $day is "Sunday") and ($time eq "Afternoon" or $time eq "Evening")>>\
<img src="Images/Locations/inledyamap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" />
<</if>>
[[Bathroom]]<<if $alarielStory neq 0>><<if $time eq "Early Morning" and ($day eq "Tuesday" or $day eq "Thursday" or $day eq "Sunday") and $visitedInledyaInTheBathroomToday is false>>\
<img src="Images/Locations/inledyamap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" />
<</if>><<if $time eq "Early Morning" and ($day eq "Monday" or $day eq "Friday") and $visitedAlarielInTheBathroomToday is false>><img src="Images/Locations/alarielmap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" />
<</if>><<if $time eq "Early Morning" and ($day eq "Wednesday" or $day eq "Saturday") and $maedhroStory gte 6>><img src="Images/Locations/maedhromanmap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" />
<</if>>\
<</if>>
[[Living Room]]<<if $time is "Afternoon">><img src="Images/Locations/inledyamap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" /><<if $inledyaStory is 3 and $time is "Morning" and ($day is "Monday" or $day is "Wednesday" or $day is "Friday" or $day is "Sunday")>> <img src="Images/Locations/inledyamap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" /> <</if>>
<</if>>
[[Balcony]]
[[Kitchen]]<<if $time eq "Early Morning" and ($day eq "Monday" or $day eq "Saturday") and $inledyaTalkedInKitchen is false>><img src="Images/Locations/inledyamap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" />
<</if>><<if $time eq "Early Morning" and ($day eq "Tuesday" or $day eq "Friday")>><img src="Images/Locations/maedhromanmap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" />
<</if>><<if $time eq "Early Morning" and ($day eq "Wednesday" or $day eq "Thursday")>> <img src="Images/Locations/alarielmap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" />
<</if>>
[[Go outside|Streets]]
</div>
<</if>>
<<if $dissablemap is false>>\
<div class="navigation-box">
Or go straight to:
<<if $herbologyStory gte 1>>
[[Academy]] | \
<<if $unlockBlackSmith is 1 or $unlockBlackSmith is 2>>\
[[Blacksmith]] | \
<</if>>\
<<if $unlockTavern is 1 or $unlockTavern is 2>>\
[[Tavern]] | \
<</if>>\
<<if $cecilyStory gte 10 and $phillipaStory gte 7>>\
[[Cecily's Mansion]] | \
<</if>>
<<if $thaliaStory gte 7 and $phillipaStory gte 7>>\
[[Thalia's Appartment]]
<</if>>
<<if $inledyaStory gte 5 and $alarielStory is 2 and $cecilyStory gte 4 and $time is "Afternoon">>
[[Event: What is she doing?|Sister story 3]]
<</if>>
<</if>>\
</div>
<</if>>\
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-hallway {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
width: 880px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
width: 880px;
}
@media screen and (max-width: 1255px) {
body {
min-height: 90%;
margin: 0;
}
.description-box-hallway {
max-width: 90%;
padding: 0px;
}
.navigation-box {
max-width: 90%;
padding: 0px;
}
}
</style><<set $currentLocation = "Academy">>
<div class="description-box-academy-intro">
You are in front of the Academy building.
<<if $time eq "Early Morning">>\
The Academy bustles with early morning activity as students rush to their classes. The soft morning light spills on nearby windows, casting a hopeful glow on the day ahead.
<<elseif $time eq "Morning">>\
Morning classes have begun. Students are in the classes and are focused on their studies and are eager to learn.
<<elseif $time eq "Afternoon">>
The Academy is alive with activity as bright daylight streams into the hallway. Students engage in various activities, discussions, and projects, making the most of their day.
<<elseif $time eq "Evening">>\
Evening light paints the hallway in warm, subdued tones as students and teachers conclude their activities and leave the Academy. The day winds down, leaving a sense of fulfillment.
<<else>>\
It's night, and the Academy is closed.
<</if>>
</div>
<<nobr>>
<<if $firstDay lt 2>>
<<set document.body.style.backgroundImage = "url('Images/Locations/AcademyDay1.png')">>
<<elseif $firstday gte 3>>
<<if $time eq "Night">>
<<set document.body.style.backgroundImage = "url('Images/Locations/Academy-night.jpg')">>
<<else>>
<<set document.body.style.backgroundImage = "url('Images/Locations/Academy.jpg')">>
<</if>>
<</if>>
<</nobr>>
<div class="description-box-academy">\
Interactions:
<<if $time is "Night" and $day is "Saturday" or $day is "Sunday">>\
It's <<print $day>>. School is closed.
<</if>>\
<<if $firstDay is 1 and $herbologyStory lt 1>>\
[[Event: Wow so many students?|FirstDayAccademyStory]]
<<elseif $dayOneFuckForAmmends is true and $daynumber lt 2>>
<span style="color:coral;">//Ok. I really should get back<span style="font-weight:bold;"> home.</span>//</span>
<<elseif $time is "Night">>\
<span style="color:coral;">//It's late. I should head<span style="font-weight:bold;"> home</span>//.</span>
<<else>>\
<<if $time neq "Night" and $day neq "Saturday" and $day neq "Sunday">>\
[[Go inside|Academy Hallway]] \
<</if>>\
<</if>>
</div>\
<div class="navigation-box">\
<<if $firstDay lt 2 and $herbologyStory lt 1>>\
<span style="color:coral;">//Looks like we made it in time. <span style="font-weight:bold;"></span><<if $incestOn>><<else>><</if>>//</span>\
<<else>>\
Go to:
[[Home|Hallway]] | [[Streets]] | <<if $daynumber gte 2>>[[Town Square]]<</if>>
<</if>>\
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-academy-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-academy {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-intro,
.description-box-academy,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style>
<<nobr>>
<<set $currentLocation = "Maedhro's room">>
<div class="description-box-maedhroroom-intro">
//You are in a Maedhro's room.//
<<if $time eq "Early Morning">>
The soft morning light gently enters through a window, casting a warm glow within.
<<elseif $time eq "Morning">>
The room is bathed in the gentle morning sun, creating a serene atmosphere.
<<elseif $time eq "Afternoon">>
Bright daylight floods the room as the sun reaches its zenith, creating a lively ambiance.
<<elseif $time eq "Evening">>
Evening light paints the room in warm, subdued tones, providing a tranquil setting.
<<else>>
It's night, and the room is illuminated by the silvery light of the moon, creating a peaceful and calming environment.
<</if>>
</div>
<<if $time eq "Night">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/Maedhros-room-night.jpg')">>\
<<else>>\
<<if $daynumber gte 2>>\
<<if $time is "Afternoon" and $excerscidedWithMaedhro is false and $mainStory lt 4>>
<<set document.body.style.backgroundImage = "url('Images/Locations/MaedhroBedroomLvl1.jpg')">>\
<<elseif $time is "Afternoon" and $excerscidedWithMaedhro is true and $mainStory lt 4>>
<<set document.body.style.backgroundImage = "url('Images/Locations/Maedhros-room.jpg')">>\
<</if>>
<<if $time is "Late Afternoon" and $excerscidedWithMaedhro is false and $mainStory gte 4>>
<<if $maedhroMascNetori is false>>
<<set document.body.style.backgroundImage = "url('Images/Locations/MaedhroBedroomLvl2Training.png')">>\
<<elseif $maedhroMascNetori is true>>
<<set document.body.style.backgroundImage = "url('Images/Locations/MaedhroBedroomLvl2TrainingNetori.png')">>\
<</if>>
<<else>>
<<set document.body.style.backgroundImage = "url('Images/Locations/Maedhros-room.jpg')">>\
<</if>>
<<if $time is "Late Evening" and $eveningTalkWithMaedhro is false and $mainStory gte 4>>
<<if $maedhroMascNetori is false>>
<<set document.body.style.backgroundImage = "url('Images/Locations/MaedhroBedroomLvl2.png')">>\
<<else>>
<<set document.body.style.backgroundImage = "url('Images/Locations/MaedhroBedroomLvl2Netori.png')">>\
<</if>>
<<elseif $eveningTalkWithMaedhro is true>>
<<set document.body.style.backgroundImage = "url('Images/Locations/Maedhros-room.jpg')">>\
<</if>>
<<elseif $alarielStory is 1 and $herbologyStory lt 1>>
<<set document.body.style.backgroundImage = "url('Images/Locations/Maedhros-room-maedhrointro1.jpg')">>\
<<else>>\
<<set document.body.style.backgroundImage = "url('Images/Locations/Maedhros-room.jpg')">>\
<</if>>\
<</if>>\
<div class="description-box-maedhroroom">
Interactions:
<<if $inledyaStory lt 1>>\
<span style="color:coral;">//Today is a big day I should head to the <span style="font-weight:bold;">kitchen</span> and see what my <<if $incestOn>>aunt <<else>>step-aunt <</if>> is up to.//</span>
<<elseif $inledyaStory is 1 and $alarielStory is 0>>\
<span style="color:coral;">//I should take a shower in the <span style="font-weight:bold;">bathroom</span>. <<if $incestOn>><<else>><</if>>
<<elseif $inledyaStory is 1 and $alarielStory is 1 and $maedhroStory lt 1>>\
[[Event: We should get going|MaedhroStory1]]
<<elseif $maedhroStory is 1 and $herbologyStory lt 1>>\
<span style="color:coral;">//I should get going. Don't want to be late in my first day. <span style="font-weight:bold;">Academy</span> here I come. <<if $incestOn>><<else>><</if>>
<<elseif $herbologyStory is 1 and $daynumber lte 1>>
<span style="color:coral;">//I'm tired. I should head to my<span style="font-weight:bold;"> room.</span>//</span>
<<elseif $maedhroStory is 2 and $time is "Afternoon">>
[[Event: What is going on in his room?|MaedhroStoryR2]]
<<elseif $maedhroStory gte 3 and $time is "Afternoon" and $excerscidedWithMaedhro is false and $mainStory lt 4>>
[[Workout with Maedhro❤️(💪⏰) |WorkoutLvl1Maedhro]]
<<elseif $maedhroStory is 3 and $mainStory gte 4 and $time is "Late Afternoon">>
<<if $mascC is true>>
<<if $maedhroDeg gt 0>>
[[Event: Is Maedhro working out?|MaedhroStory3NETORI]]
<<elseif $maedhroDeg is 0>>
[[Event: Is Maedhro working out?|MaedhroStory3MASCS]]
<</if>>
<<elseif $femC is true>>
[[Event: Is Maedhro working out?|MaedhroStory3FEMS]]
<</if>>
<</if>>
<<if $time is "Late Afternoon" and $mainStory gte 4 and $maedhroStory gt 3 and $excerscidedWithMaedhro is false>>
<<if $mascC is true>>
<<if $maedhroDeg gt 0>>
[[Maedhro is working out ❤️(💪⏰)|MaedhroWorkoutLVL1NETORI]]
<<elseif $maedhroDeg is 0>>
[[Maedhro is working out|MaedhroWorkoutLVL1MASCS]]
<</if>>
<<elseif $femC is true>>
[[Maedhro is working out|MaedhroWorkoutLVL1FEMS]]
<</if>>
<</if>>
<<if $time is "Late Evening" and $mainStory gte 4 and $maedhroStory is 7 and $maedhroCorrLevel1check is true>>
<<if $mascC is true>>
<<if $maedhroDeg gt 0>>
[[Event: Is Maedhro crying?|MaedhroStory7NETORI]]
<<elseif $maedhroDeg is 0>>
[[Event: Is Maedhro crying?|MaedhroStory7MASCS]]
<</if>>
<<elseif $femC is true>>
[[Event: Is Maedhro crying?|MaedhroStory7FEMS]]
<</if>>
<</if>>
<<if $time is "Late Evening" and $mainStory gte 4 and ($maedhroStory neq 7 or $maedhroStory neq 3)>>
<<if $mascC is true>>
<<if $maedhroDeg gt 0>>
[[Maedhro is studying.(🔱)(⛓️)|MaedhroEveningNETORI]]
<<elseif $maedhroDeg is 0>>
[[Maedhro is studying.(🔱)(⛓️)|MaedhroEveningMASCS]]
<</if>>
<<elseif $femC is true>>
[[Maedhro is studying.(🔱)(⛓️)|MaedhroEveningFEMS]]
<</if>>
<</if>>
<<if $done is true>>
<<if $time is "Evening" and $maedhroStory is 1>>\
[[Event: You see Maedhro sitting on the bed crying|Brother story3]]\
<</if>>
<<if $time is "Evening" and $maedhroStory is 5>>\
[[Event: You see Maedhro sitting on the bed reading|Brother story5]]\
<</if>>
<<if $mascC is true>>\
<<if $maedhroStory is 8 and $time is "Evening">>\
[[Event: Talk to Maedhro|Maedhro Story 8 Mascs]]
<</if>>
<<if $maedhroisatrap is true>>
<<if $maedhroStory gte 7 and $maedhroSub gt $maedhroDom and ($time eq "Evening" or $time eq "Afternoon")>>
[[Handjob|Hj TRAP ROM maedhro room]]
<</if>>
<<if $maedhroStory gte 7 and $maedhroDom gt $maedhroSub and ($time eq "Evening" or $time eq "Afternoon")>>
[[Handjob|Hj TRAP DOM maedhro room]]
<</if>>
<<if $maedhroStory gte 9 and $maedhroDom gt $maedhroSub and ($time eq "Evening" or $time eq "Afternoon")>>
[[Blowjob|Bj TRAP DOM maedhro room]]
<</if>>
<<if $maedhroStory gte 9 and $maedhroSub gt $maedhroDom and ($time eq "Evening" or $time eq "Afternoon")>>
[[Blowjob|Bj TRAP ROM maedhro room]]
<</if>>
<<elseif $maedhroisatrap is false>>
<<if $maedhroStory gte 7 and $maedhroDom gt $maedhroSub and ($time eq "Evening" or $time eq "Afternoon")>>
[[Handjob|Hj Straight DOM maedhro room]]
<</if>>
<<if $maedhroStory gte 7 and $maedhroSub gt $maedhroDom and ($time eq "Evening" or $time eq "Afternoon")>>
[[Handjob|Hj Straight ROM maedhro room]]
<</if>>
<<if $maedhroStory gte 9 and $maedhroDom gt $maedhroSub and ($time eq "Evening" or $time eq "Afternoon")>>
[[Blowjob|Bj Straight DOM maedhro room]]
<</if>>
<<if $maedhroStory gte 9 and $maedhroSub gt $maedhroDom and ($time eq "Evening" or $time eq "Afternoon")>>
[[Blowjob|Bj Straight ROM maedhro room]]
<</if>>
<</if>>
<<elseif $femC is true>>
<<if $maedhroStory is 8 and $time is "Evening">>\
[[Event: Talk to Maedhro|Maedhro Story 8 Fems]]
<</if>>
<<if $maedhroStory gte 7 and ($maedhroSub gt $maedhroDom and $maedhroSub gt $maedhroDeg) and $time eq "Afternoon">>\
[[Handjob session|Hj femsub maedhro room]]
<</if>>
<<if $maedhroStory gte 7 and ($maedhroDom gt $maedhroSub or $maedhroDeg gt $maedhroSub) and $time eq "Afternoon" >>\
[[Handjob session|Hj femrom maedhro room]]
<</if>>
<<if $maedhroStory gte 9 and $maedhroDom gt $maedhroSub and $maedhroDom gt $maedhroDeg and $time eq "Evening">>\
[[Blowjob session|BJ femrom maedhro room]]
<</if>>
<<if $maedhroStory gte 9 and $maedhroSub gt $maedhroDom and $maedhroSub gt $maedhroDeg and $time eq "Evening">>\
[[Blowjob session|BJ femsub maedhro room]]
<</if>>
<<if $maedhroStory gte 9 and $maedhroDeg gt $maedhroSub and $maedhroDeg gt $maedhroDom and $time eq "Evening">>\
[[Blowjob session|BJ femDeg maedhro room]]
<</if>>
<</if>>
<</if>>
</div>
<div class="navigation-box">
Go to:
[[Go back to Hallway|Hallway]]
</div>
<</nobr>>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-maedhroroom-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-maedhroroom {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 20%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-maedhroroom-intro,
.description-box-maedhroroom,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<nobr>>
<<set $currentLocation = "Alariel's room">>
<div class="description-box-alarielroom-intro">
//You are in a Alariel's room.//
<<if $time eq "Early Morning">>
//Soft morning light gently filters through the window, casting a warm and inviting glow in the room.//
<<elseif $time eq "Morning">>
//The room is bathed in the gentle morning sun, creating a serene and pleasant atmosphere.//
<<elseif $time eq "Afternoon">>
//Bright daylight fills the room as the sun reaches its zenith, making it a lively and vibrant space.//
<<elseif $time eq "Evening">>
//Evening light paints the room in warm, subdued tones, offering a peaceful and calming ambiance.//
<<else>>
//It's night, and the room is illuminated by the silvery light of the moon, enveloping it in a tranquil and soothing aura.//
<</if>>
</div>
<<if $time eq "Night">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/Alariel-room-night.jpg')">>\
<<elseif $alarielStory gte 2 and $time is "Afternoon" and ($day neq "Saturday" and $day neq "Sunday") and $talkToAlarielBedroomAlariel is false>>
<<set document.body.style.backgroundImage = "url('Images/Locations/Alariel-roomLVL0.jpg')">>\
<<else>>\
<<set document.body.style.backgroundImage = "url('Images/Locations/Alariel-room.jpg')">>\
<</if>>\
<div class="description-box-alarielroom">
Interactions:<br>
<<if $inledyaStory lt 1>>
<span style="color:coral;">//Today is a big day I should head to the <span style="font-weight:bold;">kitchen</span> and see what my <<if $incestOn>>aunt <<else>>step-aunt <</if>> is up to.//</span>
<<elseif $inledyaStory is 1 and $alarielStory is 0>>\
<span style="color:coral;">//I should take a shower in the <span style="font-weight:bold;">bathroom</span>. <<if $incestOn>><<else>><</if>>
<<elseif $alarielStory is 1 and $maedhroStory lt 1>>
<span style="color:coral;">//I should go and get Maedhro <span style="font-weight:bold;">from his room</span> and make way to academy.//</span>
<<elseif $maedhroStory is 1 and $herbologyStory lt 1>>\
<span style="color:coral;">//I should get going. Don't want to be late in my first day. <span style="font-weight:bold;">Academy</span> here I come. <<if $incestOn>><<else>><</if>>
<<elseif $herbologyStory is 1 and $daynumber lte 1>>
<span style="color:coral;">//I'm tired. I should head to my<span style="font-weight:bold;"> room.</span>//</span>
<<elseif $herbologyStory gte 1 and $alarielStory is 1 and $daynumber gte 2 and $time neq "Night" and $time eq "Afternoon">>
[[Event: I wonder what Alariel is up to?|AlarielStory2]]
<<elseif $alarielStory gte 2 and $time is "Afternoon" and ($day neq "Saturday" and $day neq "Sunday") and $talkToAlarielBedroomAlariel is false>>
[[Talk to Alariel (🎯❤️) (🎭⛓️) ⏰|LVL0TalktoAlariel]]
<<if $alarielStory is 1 and $porncomicStory gte 5 and $time is "Evening">>
[[Story: What is she doing in her room|Sister Sotory 2.1]]
<</if>>
<<if $femC is true>>
<<if $alarielStory is 4 and $time eq "Evening">>
[[Story: Talk to Alariel about what happened|Sister Story 4 Fems]]
<</if>>
<<if $alarielStory is 6 and $time eq "Evening">>
[[Story: I need to talk to Alariel|Sister Story 6 Fems]]
<</if>>
<<if $alarielStory is 7 and $time eq "Evening">>
[[Story: Talk to Alariel|Sister Story 7 Fems]]
<</if>>
<<if $alarielStory gte 7 and ($alarielSub gt $alarielDom) and ($day neq "Saturday" and $day neq "Sunday") and ($time is "Evening" or $time is "Afternoon")>>
[[Handjob|HJ in her room Femsub]]
<</if>>
<<if $alarielStory gte 7 and ($day neq "Saturday" and $day neq "Sunday") and ($alarielDom gt $alarielSub or $alarielDeg gt $alarielSub) and ($time is "Evening" or $time is "Afternoon")>>
[[Handjob|HJ in her room FemRom]]
<</if>>
<<if $alarielStory gte 8 and ($alarielSub gt $alarielDom and $alarielSub gt $alarielDeg) and $time is "Afternoon" and ($day is "Monday" or $day is "Wednesday" or $day is "Friday")>>
[[Study partner in her room (blowjob)|Alariel FemSubNTR Blowjob]]
<</if>>
<<if $alarielStory gte 8 and ($alarielDom gt $alarielSub and $alarielDom gt $alarielDeg) and $time is "Afternoon" and ($day is "Monday" or $day is "Wednesday" or $day is "Friday")>>
[[Blowjob|Alariel FemRom Blowjob]]
<</if>>
<<if $alarielStory gte 8 and ($alarielDeg gt $alarielSub and $alarielDeg gt $alarielDom) and $time is "Afternoon" and ($day is "Monday" or $day is "Wednesday" or $day is "Friday")>>
[[Study Partner BJ|Alariel FemDeg Blowjob]]
<</if>>
<<elseif $mascC is true>>
<<if $alarielStory is 4 and $time eq "Evening">>
[[Event: Talk to Alariel about what happened|Sister Story 4 Mascs]]
<</if>>
<<if $alarielStory is 6 and $time eq "Evening">>
[[Event: I need to talk to Alariel|Sister Story 6 Mascs]]
<</if>>
<<if $alarielStory is 7 and $time eq "Evening">>
[[Event: Talk to alariel|Sister Story 7 Mascs]]
<</if>>
<<if $alarielStory gte 7 and $alarielSub gt $alarielDom and ($time is "Evening" or $time is "Afternoon")>>
[[Handjob|HJ in her room MascRom]]
<</if>>
<<if $alarielStory gte 7 and $alarielDom gt $alarielSub and ($time is "Evening" or $time is "Afternoon")>>
[[Handjob|HJ in her room MascDom]]
<</if>>
<<if $alarielStory gte 8 and $alarielSub gt $alarielDom and $time is "Afternoon" and ($day is "Monday" or $day is "Wednesday" or $day is "Friday")>>
[[Study partner (BJ)|Alariel MascRom Blowjob]]
<</if>>
<<if $alarielStory gte 8 and $alarielDom gt $alarielSub and $time is "Afternoon" and ($day is "Monday" or $day is "Wednesday" or $day is "Friday")>>
[[Study partner (BJ)|Alariel MascDom Blowjob]]
<</if>>
<</if>>
<</if>>
</div>
<div class="navigation-box">
Go back to:
[[Hallway|Hallway]]
</div>
<</nobr>>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-alarielroom-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-alarielroom {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-alarielroom-intro,
.description-box-alarielroom,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-kitchen-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-kitchen {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-kitchen-intro,
.description-box-kitchen,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style>
<<nobr>>
<<set $currentLocation = "Inledya room">>
<div class="description-box-kitchen-intro">
//You are in a Inledya's room.//
<<if $time eq "Early Morning">>
//The room is gently bathed in the soft morning light, creating a cozy and inviting atmosphere.//
<<elseif $time eq "Morning">>
//As the morning sun streams through the window, the room is filled with a gentle, comforting warmth.//
<<elseif $time eq "Afternoon">>
//Bright daylight floods the room, infusing it with a vibrant and energetic ambiance as the sun reaches its zenith.//
<<elseif $time eq "Evening">>
//Evening light paints the room in warm, subdued tones, offering a tranquil and soothing atmosphere.//
<<else>>
//It's night, and the room is illuminated by the silvery light of the moon, enveloping it in a serene and peaceful aura.//
<</if>>
</div>
<<if $daynumber gte 2>>
<<if $day is "Monday">>
<<set document.body.style.backgroundImage = "url('Images/Locations/Inledya-room.jpg')">>
<<elseif $day is "Tuesday">>
<<set document.body.style.backgroundImage = "url('Images/Locations/Inledya-room.jpg')">>
<<elseif $day is "Wednesday">>
<<set document.body.style.backgroundImage = "url('Images/Locations/Inledya-room.jpg')">>
<<elseif $day is "Thursday">>
<<set document.body.style.backgroundImage = "url('Images/Locations/Inledya-room.jpg')">>
<<elseif $day is "Friday">>
<<set document.body.style.backgroundImage = "url('Images/Locations/Inledya-room.jpg')">>
<<elseif $day is "Saturday">>
<<set document.body.style.backgroundImage = "url('Images/Locations/Inledya-room.jpg')">>
<<elseif $day is "Sunday">>
<<set document.body.style.backgroundImage = "url('Images/Locations/Inledya-room.jpg')">>
<<else>>
<<set document.body.style.backgroundImage = "url('Images/Locations/Inledya-room.jpg')">>
<</if>>
<<else>>
<<if $time eq "Night">>
<<set document.body.style.backgroundImage = "url('Images/Locations/Inledya-room-night.jpg')">>
<<else>>\
<<set document.body.style.backgroundImage = "url('Images/Locations/Inledya-room.jpg')">>
<</if>>
<</if>>
<div class="description-box-kitchen">
<<if $inledyaStory lt 1>>
<span style="color:coral;">//Today is a big day I should head to the <span style="font-weight:bold;">kitchen</span> and see what my <<if $incestOn>>aunt <<else>>step-aunt <</if>> is up to.//</span>
<<elseif $inledyaStory is 1 and $alarielStory lt 1>>
<span style="color:coral;">//I should get myself ready <span style="font-weight:bold;">in the bathroom.</span>//</span>
<<elseif $alarielStory is 1 and $maedhroStory lt 1>>
<span style="color:coral;">//I should get Maedhro <span style="font-weight:bold;">from his room.</span>//</span>
<<elseif $maedhroStory is 1 and $herbologyStory lt 1>>
<span style="color:coral;">//I don't want to be late for the <span style="font-weight:bold;">academy.</span>//</span>
<<elseif $herbologyStory is 1 and $daynumber lte 1>>
<span style="color:coral;">//I'm tired. I should head to my<span style="font-weight:bold;"> room.</span>//</span>
<<else>>
<<if $femC is true>>
<<if $porncomicStoryFem gte 3 and ($day is "Friday" or $day is "Saturday" or $day is "Sunday") and ($time eq "Afternoon" or $time eq "Evening")>>
Inledya is here:
[[I need a release|Sub release Inledya]]
<</if>>
<</if>>
<<if $mascC is true>>
<<if $porncomicStoryDom gte 3 and ($day is "Friday" or $day is "Saturday" or $day is "Sunday") and ($time eq "Afternoon" or $time eq "Evening")>>
[[I need a release|Inledya room jackoff dom]]
<</if>>
<</if>>
<</if>>
</div>
<div class="navigation-box">
Go back to:
[[Hallway|Hallway]]
</div>
<</nobr>><<set $currentLocation = "Bathroom">>
<<if $time is "Early Morning" and $day neq "Sunday">>
<div class="description-box-bathroom-intro">//Bathroom door is closed.//</div>
<<set document.body.style.backgroundImage = "url('Images/Locations/closed-bathroom-door.jpg')">>\
<<else>>
<div class="description-box-bathroom-intro">//So this is the bathroom.//</div>
<<set document.body.style.backgroundImage = "url('Images/Locations/bathroom-open.jpg')">>\
<</if>>
<<nobr>>
<div class="description-box-bathroom">
Interactions:
<<if $inledyaStory lt 1>>
<span style="color:coral;">//Today is a big day I should head to the <span style="font-weight:bold;">kitchen</span> and see what my <<if $incestOn>>aunt <<else>>step-aunt <</if>> is up to.//</span>
<<elseif $alarielStory is 1 and $maedhroStory lt 1>>
<span style="color:coral;">//I should go and get Maedhro <span style="font-weight:bold;">from his room</span> and make way to academy.//</span>
<<elseif $maedhroStory is 1 and $herbologyStory lt 1>>\
<span style="color:coral;">//I should get going. Don't want to be late in my first day. <span style="font-weight:bold;">Academy</span> here I come. <<if $incestOn>><<else>><</if>>
<<elseif $herbologyStory is 1 and $daynumber lte 1>>
<span style="color:coral;">//I'm tired. I should head to my<span style="font-weight:bold;"> room.</span>//</span>
<<else>>
<<if $inledyaStory gte 1 and $alarielStory is 0>>
[[Event: Go get ready for school|Sister Story1]]
<</if>>
<<if $alarielStory neq 0>>
<<if $time eq "Early Morning" and ($day eq "Tuesday" or $day eq "Thursday" or $day eq "Sunday") and $visitedInledyaInTheBathroomToday is false>>
<<if $inledyaStory is 2>>
[[Event: I should get a shower|InledyaStory2]]
<<else>>
<<if $mainStory lt 4>>
[[Someone is in the shower|Aunt in shower]]
<<elseif $mainStory gte 4>>
[[Someone is in the shower|Aunt in showerLVL1]]
<</if>>
<</if>>
<</if>>
<<if $time eq "Early Morning" and ($day eq "Monday" or $day eq "Friday") and $visitedAlarielInTheBathroomToday is false>>
<<if $mainStory lt 4>>
[[Someone is in the shower|Sister in shower]]
<<else>>
[[Someone is in the shower|Sister in showerLVL1]]
<</if>>
<</if>>
<<if $time eq "Early Morning" and ($day eq "Wednesday" or $day eq "Saturday") and $visitedMaedhroInTheBathroomToday is false>>
<<if $mainStory lt 4>>
[[Someone is in the shower|Brother in shower]]
<<elseif $mainStory gte 4>>
[[Someone is in the shower|Brother in showerLVL1]]
<</if>>
<</if>>
<</if>>
<</if>>
</div>
<div class="navigation-box">
Go back to
[[Hallway]].
</div>
<</nobr>>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-bathroom-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-bathroom {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-bathroom-intro,
.description-box-bathroom,
.navigation-box {
width:250px;
margin-top:10px;;
}
}
</style><<set $currentLocation = "Living Room">>\
<<nobr>>
<div class="description-box-kitchen-intro">//You are in a living room.//
<<if $time eq "Early Morning">>
The soft morning light spills through the room's windows, creating a serene and cozy atmosphere.
<<elseif $time eq "Morning">>
The living room is bathed in the gentle morning sun, offering a welcoming and inviting ambiance.
<<elseif $time eq "Afternoon">>
Bright daylight floods the room, making it a lively and vibrant space as the sun reaches its zenith.
<<elseif $time eq "Evening">>
Evening light paints the living room in warm, subdued tones, providing a peaceful and calming setting.
<<else>>
It's night, and the room is illuminated by the silvery light of the moon, enveloping it in a tranquil and soothing aura.
<</if>>
</div>
<</nobr>>
<<if $herbologyStory is 1 and $inledyaStory is 1>>
<<set document.body.style.backgroundImage = "url('Images/Locations/LivingroomInledya.jpg')">>\
<<elseif $time is "Afternoon">>
<<set document.body.style.backgroundImage = "url('Images/Locations/LivingroomInledya.jpg')">>\
<<else>>
<<if $time eq "Night">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/Livingroom-night.jpg')">>\
<<else>>\
<<set document.body.style.backgroundImage = "url('Images/Locations/Livingroom11.jpg')">>\
<</if>>\
<</if>>\
<div class="description-box-kitchen">\
Interactions:
<<if $inledyaStory lt 1>>\
<span style="color:coral;">//Today is a big day I should head to the <span style="font-weight:bold;">kitchen</span> and see what my <<if $incestOn>>aunt <<else>>step-aunt <</if>> is up to.//</span>
<<elseif $inledyaStory is 1 and $alarielStory is 0>>\
<span style="color:coral;">//I should take a shower in the <span style="font-weight:bold;">bathroom</span>. <<if $incestOn>><<else>><</if>>//</span>
<<elseif $alarielStory is 1 and $maedhroStory lt 1>>\
<span style="color:coral;">//I should go and get Maedhro <span style="font-weight:bold;">from his room</span> and make way to academy.//</span>
<<elseif $maedhroStory is 1 and $herbologyStory lt 1>>\
<span style="color:coral;">//I should get going. Don't want to be late in my first day. <span style="font-weight:bold;">Academy</span> here I come. <<if $incestOn>><<else>><</if>>
<<elseif $herbologyStory is 1 and $daynumber lte 1>>
<span style="color:coral;">//I'm tired. I should head to my<span style="font-weight:bold;"> room.</span>//</span>
<<elseif $herbologyStory gte 1>>\
<<if $time eq "Morning" and ($day eq "Monday" or $day eq "Wednesday" or $day eq "Friday" or $day eq "Sunday")>>\
<<if $inledyaStory is 3>>\
[[Event: Inledya is cleaning the living room]]
<</if>>\
<</if>>\
<<if $time is "Afternoon" and $mainStory lt 4>>\
[[Delivery boy 💰❤️💪⏰|LVL0InledyaGroceries]]
<<elseif $time is "Afternoon" and $mainStory gte 4>>\
[[Delivery boy 💰❤️💪⏰|LVL0InledyaGroceriesLVL1]]
<</if>>\
<</if>>\
</div>
<div class="navigation-box">
You can go to:
[[Hallway]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-kitchen-intro {
background: rgba(0, 0, 0, 0.55);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-kitchen {
background: rgba(0, 0, 0, 0.35);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.35);
padding: 10px;
color: white;
position: absolute;
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-kitchen-intro,
.description-box-kitchen,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-balcony-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-balcony {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-balcony-intro,
.description-box-balcony,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style>
<<nobr>>
<<set $currentLocation = "Balcony">>
<div class="description-box-balcony-intro">
//You are taking in fresh air in the balcony.//
<<if $time eq "Early Morning">>
//The soft morning light spills over the appartment walls and paints the balcony with a gentle, golden glow. Below, you can see the courtyard coming to life as common folk prepare for the day.//
<<elseif $time eq "Morning">>
//The balcony is bathed in the gentle morning sun. From here, you have a commanding view of the ground, with knights patrolling the street and people going about their daily tasks.//
<<elseif $time eq "Afternoon">>
//Bright daylight bathes the balcony, and you can see the bustling activity in the courtyard. The knights spar, and the servants go about their chores, creating a lively atmosphere.//
<<elseif $time eq "Evening">>
//Evening light paints the balcony in warm, subdued tones. You have a peaceful view of the courtyard as life begins to quiet down in preparation for the night.//
<<else>>
//It's night, and you can't see much on the balcony. The castle is shrouded in darkness, and it's time to rest.//
<</if>>
</div>
<<if $time eq "Night">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/balcony-night.jpg')">>\
<<else>>\
<<set document.body.style.backgroundImage = "url('Images/Locations/balcony.jpg')">>\
<</if>>\
<div class="description-box-balcony">
Interactions:
<<if $inledyaStory lt 1>>
<span style="color:coral;">//Today is a big day I should head to the <span style="font-weight:bold;">kitchen</span> and see what my <<if $incestOn>>aunt <<else>>step-aunt <</if>> is up to.//</span>
<<elseif $inledyaStory is 1 and $alarielStory is 0>>
<span style="color:coral;">//I should take a shower in the <span style="font-weight:bold;">bathroom</span>. <<if $incestOn>><<else>><</if>>//</span>
<<elseif $alarielStory is 1 and $maedhroStory lt 1>>
<span style="color:coral;">//I should go and get Maedhro <span style="font-weight:bold;">from his room</span> and make way to academy.//</span>
<<elseif $maedhroStory is 1 and $herbologyStory lt 1>>\
<span style="color:coral;">//I should get going. Don't want to be late in my first day. <span style="font-weight:bold;">Academy</span> here I come. <<if $incestOn>><<else>><</if>>
<<elseif $herbologyStory is 1 and $daynumber lte 1>>
<span style="color:coral;">//I'm tired. I should head to my<span style="font-weight:bold;"> room.</span>//</span>
<</if>>
</div>
<div class="navigation-box">
Go back to
[[Hallway]].
</div>
<</nobr>><<set _bgContainer = document.createElement('div')>>\
<<set _bgContainer.className = "background-container">>\
<<set document.querySelector('#story').appendChild(_bgContainer)>>\
<<set $currentLocation = "Kitchen">>\
<<nobr>>
<div class="background-container"></div>
<div class="description-box-kitchen-intro"> //You are in a kitchen.//
<<if $time eq "Early Morning">>
//The soft morning light spills through the small, barred windows, casting a dim but cozy glow across the room. The hearth crackles with the early preparations for the day, and the air is filled with the comforting aroma of freshly baked bread.//
<<elseif $time eq "Morning">>
//The kitchen is bathed in the gentle morning sun that filters through the narrow openings, creating a rustic and inviting ambiance. //
<<elseif $time eq "Afternoon">>
//Bright daylight streams into the kitchen as the sun reaches its zenith, filling it with a lively and bustling atmosphere. //
<<elseif $time eq "Evening">>
//Evening light paints the medieval kitchen in warm, subdued tones, giving it a calm and homely character. //
<<else>>
//It's night, and the kitchen is too dark too see anything. I should get some sleep. //
<</if>>
</div>
<<if $inledyaStory lt 1>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/Kitchen-inledya-lvl1-ver1.png')">>
<<elseif $daynumber gte 2>>
<<if $day is "Monday">>
<<if $time is "Early Morning" and $inledyaTalkedInKitchen is false>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/KitchenInledyaLvl1.jpg')">>
<<else>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/kitchen.jpg')">>
<</if>>
<<elseif $day is "Tuesday">>
<<if $time is "Early Morning">>
<<if $talkedMaedhroInTheKitchen is false>>
<<if $mainStory lt 4>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/MaedhroKitchenLvl1.jpg')">>
<<elseif $mainStory gte 4 >>
<<if $maedhroMascNetori is true>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/MaedhroKitchenLvl2netori.png')">>
<<else>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/MaedhroKitchenLvl2.png')">>
<</if>>
<</if>>
<<else>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/kitchen.jpg')">>
<</if>>
<<else>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/kitchen.jpg')">>
<</if>>
<<elseif $day is "Wednesday">>
<<if $time is "Early Morning">>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/Alariel-kitchenLVL0.jpg')">>
<<else>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/kitchen.jpg')">>
<</if>>
<<elseif $day is "Thursday">>
<<if $time is "Early Morning">>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/Alariel-kitchenLVL0.jpg')">>
<<else>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/kitchen.jpg')">>
<</if>>
<<elseif $day is "Friday">>
<<if $time is "Early Morning">>
<<if $talkedMaedhroInTheKitchen is false>>
<<if $mainStory lt 4>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/MaedhroKitchenLvl1.jpg')">>
<<elseif $mainStory gte 4 >>
<<if $maedhroMascNetori is true>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/MaedhroKitchenLvl2netori.png')">>
<<elseif $maedhroMascNetori is false>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/MaedhroKitchenLvl2.png')">>
<</if>>
<</if>>
<<else>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/kitchen.jpg')">>
<</if>>
<<else>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/kitchen.jpg')">>
<</if>>
<<elseif $day is "Saturday" and $inledyaTalkedInKitchen is false>>
<<if $time is "Early Morning">>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/KitchenInledyaLvl1.jpg')">>
<<else>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/kitchen.jpg')">>
<</if>>
<<elseif $day is "Sunday">>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/kitchen.jpg')">>
<<else>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/kitchen.jpg')">>
<</if>>
<<else>>
<<if $time eq "Night">>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/kitchen-night.jpg')">>
<<else>>
<<set _bgContainer.style.backgroundImage = "url('Images/Locations/kitchen.jpg')">>
<</if>>
<</if>>
<div class="description-box-kitchen">
Interactions:
<<if $inledyaStory is 1 and $alarielStory is 0>>
<span style="color:coral;">//I should take a shower in the <span style="font-weight:bold;">bathroom</span>. <<if $incestOn>><<else>><</if>>//</span>
<<elseif $alarielStory is 1 and $maedhroStory lt 1>>
<span style="color:coral;">//I should go and get Maedhro <span style="font-weight:bold;">from his room</span> and make way to academy.//</span>
<<elseif $maedhroStory is 1 and $herbologyStory lt 1>>\
<span style="color:coral;">//I should get going. Don't want to be late in my first day. <span style="font-weight:bold;">Academy</span> here I come. <<if $incestOn>><<else>><</if>>
<<elseif $herbologyStory is 1 and $daynumber lte 1>>
<span style="color:coral;">//I'm tired. I should head to my<span style="font-weight:bold;"> room.</span>//</span>
<</if>>
<<if $time eq "Early Morning" and ($day eq "Monday" or $day eq "Saturday")>>
<<if $daynumber is 1>>
<br>[[Story: Inledya is in the kitchen|Inledya is in the kitchen]]
<<else>>
<<if $inledyaTalkedInKitchen is false>>
<br>[[Talk to Inledya (❤️🔱) (❤️⛓️)|LVL0InledyaKitchen]]
<</if>>
<</if>>
<</if>>
<<if $time eq "Early Morning" and ($day eq "Wednesday" or $day eq "Thursday")>>
[[Go to academy with Alariel (⛓️🎯) (❤️✨)⏰|LVL0AlarielTalkKitchen]]
<</if>>
<<if $mainStory lt 4>>
<<if $time eq "Early Morning" and ($day eq "Tuesday" or $day eq "Friday")>>
[[Go to academy with Maedhro (❤️🔱) (🎭⛓️)⏰|LVL0MaedhroTalkKitchen]]
<</if>>
<<elseif $mainStory gte 4 and $talkedMaedhroInTheKitchen is false>>
<<if $mascC is true>>
<<if $maedhroDeg gt 0>>
<<if $time eq "Early Morning" and ($day eq "Tuesday" or $day eq "Friday")>>
[[Maedhro in the Kitchen (✨❤️🔱) (😈💜⛓️)|LVL1MaedhroTalkKitchenNETORI]]
<</if>>
<<elseif $maedhroDeg is 0>>
<<if $time eq "Early Morning" and ($day eq "Tuesday" or $day eq "Friday")>>
[[Maedhro in the Kitchen 🔱❤️💜⛓️|LVL1MaedhroTalkKitchenMASCS]]
<</if>>
<</if>>
<<elseif $femC is true and $time eq "Early Morning" and ($day eq "Tuesday" or $day eq "Friday")>>
[[Maedhro in the Kitchen (✨❤️🔱) (😈💜⛓️)|LVL1MaedhroTalkKitchenFEMS]]
<</if>>
<</if>>
</div>
<div class="navigation-box">
Go to:
[[Hallway]]
</div>
<</nobr>>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
min-height: 100vh;
}
#story {
position: relative;
min-height: 100vh;
margin: 0;
padding: 0;
background-color: black;
transition: margin 0.3s ease;
}
/* Background container base styles */
.background-container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: black;
transition: left 0.3s ease, right 0.3s ease;
}
/* Sidebar adjustments for background */
body:has(#left-sidebar:not(.collapsed)) .background-container {
left: 17%;
}
body:has(#right-sidebar:not(.collapsed)) .background-container {
right: 17%;
}
/* Base box styles */
.description-box-kitchen-intro,
.description-box-kitchen,
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
border-radius: 10px;
}
/* Mobile - Small phones (up to 428px) */
@media screen and (max-width: 428px) {
.description-box-kitchen-intro,
.description-box-kitchen,
.navigation-box {
left: 10px;
transform: none;
width: 300px !important;
max-width: 75%;
}
.background-container {
left: 0 !important;
right: 0 !important;
width: 100vw;
}
}
/* Tablets - Small (551px to 750px) */
@media screen and (min-width: 551px) and (max-width: 750px) {
.description-box-kitchen-intro,
.description-box-kitchen,
.navigation-box {
left: 15%;
transform: none;
width: 400px !important;
max-width: 85%;
}
.background-container {
left: 0 !important;
right: 0 !important;
width: 100vw;
}
}
/* Tablets - Large (751px to 999px) */
@media screen and (min-width: 751px) and (max-width: 999px) {
.description-box-kitchen-intro,
.description-box-kitchen,
.navigation-box {
left: 20%;
transform: none;
width: 500px !important;
max-width: 85%;
}
.background-container {
left: 0 !important;
right: 0 !important;
width: 100vw;
}
}
/* Small Desktop (1000px to 1365px) */
@media screen and (min-width: 1000px) and (max-width: 1365px) {
.description-box-kitchen-intro,
.description-box-kitchen,
.navigation-box {
left: 25%;
width: 500px !important;
}
body:has(#right-sidebar.collapsed) .description-box-kitchen-intro,
body:has(#right-sidebar.collapsed) .description-box-kitchen,
body:has(#right-sidebar.collapsed) .navigation-box {
right: 10%;
}
}
/* Large Desktop (1366px and up) */
@media screen and (min-width: 1366px) {
.description-box-kitchen-intro,
.description-box-kitchen,
.navigation-box {
left: 25%;
}
.description-box-kitchen{
width: 400px;
}
.description-box-kitchen-intro,
.navigation-box {
width: 600px;
}
body:has(#right-sidebar.collapsed) .description-box-kitchen-intro,
body:has(#right-sidebar.collapsed) .description-box-kitchen,
body:has(#right-sidebar.collapsed) .navigation-box {
right: 10%;
}
}
/* Common positioning for all sizes */
.description-box-kitchen-intro {
margin-top: 50px;
}
.description-box-kitchen {
top: 40%;
transform: translateY(-50%);
}
.navigation-box {
bottom: 20px;
}
/* Mobile mode adjustments */
body[data-stowed="true"] .background-container {
left: 0 !important;
right: 0 !important;
width: 100vw;
}
body[data-stowed="true"] #story {
width: 100%;
margin: 0;
}
@media screen and (max-width: 1365px) {
.background-container {
left: 0 !important;
right: 0 !important;
width: 100vw;
}
#story {
width: 100%;
margin: 0;
}
}
@media screen and (max-width: 550px) {
.description-box-kitchen-intro,
.description-box-kitchen,
.navigation-box {
width:250px;
margin-top:10px;
}
#story{
width: 80%;
}
}
</style><<set $currentLocation = "Streets">>
<div class = "description-box-streets-intro">
//You are on the Klimmore city streets.//
<<if $time eq "Early Morning">>\
//The city streets are bathed in a soft morning light, casting a warm and inviting glow on the cobblestone paths. A gentle breeze rustles the leaves of the nearby trees, and the air is filled with the fresh scent of dew-kissed flowers.//
<<elseif $time eq "Morning">>\
//As you walk the city streets, the sun has risen higher in the sky, and its gentle rays create a serene and pleasant atmosphere. Shopkeepers are setting up their stalls, and the city comes to life with the bustling sounds of people beginning their day.//
<<elseif $time eq "Afternoon">>\
//Bright daylight floods the city streets, making them a lively and vibrant space. Shadows dance with the sun's intensity, and the streets are alive with activity. You pass by busy markets, street performers, and the enticing aromas of street food.//
<<elseif $time eq "Evening">>\
//The city streets take on a different charm in the evening. Soft, golden light paints the cobblestone paths and the facades of buildings. The atmosphere is peaceful and calming, and you notice the glow of lanterns and the distant chatter of diners in outdoor cafes.//
<<else>>\
//Under the silvery light of the moon, the city streets take on a tranquil and soothing aura. The buildings cast long shadows, and the sound of footsteps echo through the quiet streets. Stars twinkle above, and you can't help but feel a sense of enchantment as you stroll along.//
<</if>> </div>
<<if $time eq "Night">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/streets1-night.jpg')">>\
<<elseif $maedhroStory is 1 and $herbologyStory lt 1 and $firstDay lt 1>>
<<set document.body.style.backgroundImage = "url('Images/Locations/streetsDay1.png')">>\
<<else>>\
<<set document.body.style.backgroundImage = "url('Images/Locations/streets1.jpg')">>\
<</if>>\
<<if $maedhroStory is 1 and $herbologyStory lt 1 and $firstDay lt 1>>\
<div class="description-box-streets">\
Interactions:
[[Event: What's this?|Day1Story1]]
</div>
<<elseif $firstDay is 1 and $herbologyStory lt 1>>
<div class="description-box-streets">\
Interactions:
<span style="color:coral;">//Don't want to be late to <span style="font-weight:bold;">academy</span>//</span>
</div>
<<elseif $herbologyStory gte 1 and $daynumber gte 2>>\
<div class="description-box-streets">\
Interactions:
<<if $time neq "Night">>
[[Explore Streets ⏰|LVL0ExploreStreets]]
<<else>>
<span style="color:coral;">//It's getting late. I should head back <span style="font-weight:bold;">home</span>.//</span>
<</if>>
</div>
<</if>>\
<div class="navigation-box">\
<<if $inledyaStory lt 1>>\
<span style="color:coral;">//Today is a big day I should head to the <span style="font-weight:bold;">kitchen</span> and see what my <<if $incestOn>>aunt <<else>>step-aunt <</if>> is up to.//</span>
<<elseif $inledyaStory is 1 and $alarielStory is 0>>\
<span style="color:coral;">//I should take a shower in the <span style="font-weight:bold;">bathroom</span>. <<if $incestOn>><<else>><</if>>
<<elseif $alarielStory is 1 and $maedhroStory lt 1>>\
<span style="color:coral;">//I should go and get Maedhro <span style="font-weight:bold;">from his room</span> and make way to academy.//</span>
<<elseif $maedhroStory is 1 and $herbologyStory lt 1 and $firstDay lt 1>>\
<<elseif $firstDay is 1 and $herbologyStory lt 1>>\
Go to:
[[Academy]]
<<elseif $daynumber gte 2 and $herbologyStory gte 1>>\
Go to:
<<if $done is true>> | [[Garrison]] | | <</if>>[[Academy]] | [[Town Square]] | <<if $mainStory gte 4>>\
[[Park]] \
<</if>>\
<<if $maedhroStory gte 8>>| [[Back alley]] <</if>>\
<<if $cecilyStory gte 10 and $phillipaStory gte 7>>\
[[Cecily's Mansion]]
<</if>>\
<<if $thaliaStory gte 7 and $phillipaStory gte 7>>\
[[Thalia's Appartment]]
<</if>>\
<</if>>
Or go back:
[[Home|Hallway]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-streets-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-streets {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-streets-intro,
.description-box-streets,
.navigation-box {
padding: 5px;
max-width: 70%;
}
}
</style>//As you are walking in the kitchen, you can smell the fresh bread that your aunt has made.//
<<set $time to advanceTime($time)>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>> \
<<set $mascLevel1defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<img src="Images/Inledya/inledya-story1.jpg" height="500">
<span style="color:coral;">Inledya:</span> Well, hi there, birthday boy!
<span style="color:coral;">Inledya:</span> Happy birthday, dear.
<span style="color:coral;">Inledya:</span>Did you sleep well?
<span style="color:cadetblue;">$playerName:</span> Yeah, I'm good, thanks.
<span style="color:coral;">Inledya:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span>Well. Don't just stand there, come here, give me a hug.
<span id="choices">
<<link "//Stay still// ❤️">>
<<replace "#choices">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1bitsadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You stand there looking at her. She has a gentle expression on her face.//
<<set $inledyaRel += 1>>
<span style="color:cadetblue;">$playerName:</span> ...
//She walks towards you and wraps her arms around you. You can smell her perfume and feel the warmth of her skin.//
<img src="Images/Rework065update/Rework065update5.png" width=500>
//She gently brushes your hair.//
<span style="color:coral;">Inledya:</span> How are you feeling, my dear?
<span style="color:cadetblue;">$playerName:</span> (sighs)
//She breaks the hug and locks her eyes with yours.//
<span style="color:coral;">Inledya:</span> What's wrong, $playerName?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Oh, you don't think I forgot your present, did you?
//I could care less for a present. Today exactly ten years ago our home was destroyed, our family and friends were murdered, and I was separated from my parents.//
//I don't think anyone could ever forget a day like that.//
<span id="choices1">
<<link "//Change the subject //✨">>
<<replace "#choices1">>
<<set $charisma += 1>>\
<<set $mascLevel1bitsadface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span>So what did I get?
<span style="color:coral;">Inledya:</span> Oh, right. Here.
//She takes out a notebook and hands it to you.//
<img src="Images/Rework065update/Rework065update7.jpg" width=500>
<span style="color:coral;">Inledya:</span> This notebook has been with me....
<span style="color:coral;">Inledya:</span> Godess... I don't even know for how long now.
<span style="color:coral;">Inledya:</span> But I want you to have it.
<span style="color:coral;">Inledya:</span> It's magical.
<span style="color:cadetblue;">$playerName:</span> Magical?
<span style="color:coral;">Inledya:</span> Mhm.
<span style="color:coral;">Inledya:</span> It gives you hints on what you should do next.
<span style="color:coral;">Inledya:</span> Now. It doesn't do anything for you. But it has helped me out many times.
<span style="color:cadetblue;">$playerName:</span> Wow.. Why would you give me this?
<img src="Images/Rework065update/Rework065update6.jpg" width=500>
<span style="color:coral;">Inledya:</span> (chuckles) Well... I am in that age now where I want life to surprise me I guess.
<span style="color:cadetblue;">$playerName:</span> Thanks Inledya.
<span style="color:coral;">Inledya:</span> Awwww.
//She hugs you once again.//
<span style="color:coral;">Inledya:</span> Now don't be late for your first day at the academy ok.
<span style="color:coral;">Inledya:</span> (sniffs)
<span style="color:coral;">Inledya:</span> Oh and... Get a shower before you go ok.
<span style="color:coral;">Inledya:</span> You really need it.
<span style="color:cadetblue;">$playerName:</span> Alright.
<<set $mascLevel1curiousface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
[[Continue|Inledya Story 1 Kitchen]]
<</replace>>
<</link>>| \
<<link "//Open up to her //❤️">>
<<replace "#choices1">>
<<set $mascLevel1bitsadface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<set $inledyaRel += 1>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I can't stop thinking about my parents.
<span style="color:coral;">Inledya:</span>$playerName...
//She puts a hand on your shoulder.//
<span style="color:coral;">Inledya:</span> Look. I miss them too. Every day.
<span style="color:coral;">Inledya:</span> We both miss them.
<span style="color:coral;">Inledya:</span> Your father, and <<if $incestOn>>my sister <<else>> your mother <</if>>... (sighs)..
//She hugs you.//
<img src="Images/Rework065update/Rework065update8.png" width=500>
<span style="color:coral;">Inledya:</span> But we have to carry on. For their sake.
<span style="color:cadetblue;">$playerName:</span> ...
//I try to say something, but can't find the words.//
//Once again in your arms you feel safe, and secure.//
//Like everything will be alright.//
//I let out a deep sigh.//
<span style="color:cadetblue;">$playerName:</span> Thank you Inledya.
<span style="color:coral;">Inledya:</span> (soft smile)
<img src="Images/Rework065update/Rework065update9.jpg" width=500>
<span style="color:coral;">Inledya:</span> Now don't be late for your first day at the academy ok.
<span style="color:coral;">Inledya:</span> (sniffs)
<span style="color:coral;">Inledya:</span> Oh, before I forget. Here!
<span id="choice-sub">\
<<link "//She takes out a notebook and hands it to you.//">>
<<replace "#choice-sub">>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> This notebook has been with me....
<span style="color:coral;">Inledya:</span> Godess... I don't even know for how long now.
<span style="color:coral;">Inledya:</span> But I want you to have it.
<span style="color:coral;">Inledya:</span> It's magical.
<span style="color:cadetblue;">$playerName:</span> Magical?
<span style="color:coral;">Inledya:</span> Mhm.
<span style="color:coral;">Inledya:</span> It gives you hints on what you should do next.
<span style="color:coral;">Inledya:</span> Now. It doesn't do anything for you. But it has helped me out many times.
<span style="color:cadetblue;">$playerName:</span> Wow.. Why would you give me this?
<img src="Images/Rework065update/Rework065update6.jpg" width=500>
<span style="color:coral;">Inledya:</span> (chuckles) Well... I am in that age now where I want life to surprise me I guess.
<span style="color:cadetblue;">$playerName:</span> Thanks Inledya.
<span style="color:coral;">Inledya:</span> Oh and... Get a shower before you go ok.
<span style="color:coral;">Inledya:</span> You really need it.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Hehe. Go on.
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
[[Continue|Inledya Story 1 Kitchen]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Walk towards her// 🎭">>
<<replace "#choices">>
<<set $confidence += 1>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//As I walk closer to her she opens her arms to give me a big hug.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update4.png" width=500> <<else>><img src="Images/Inledya/givingahug.gif"><</if>>
//I can feel the warmth of her body and her soft breasts pressing against me.//
//She has a strong hold on me.//
//I feel her chest pressing up against me and can't help but blush a little.//
//As she was giving me a warm hug, for a moment, I felt complete bliss, like nothing else mattered, just for a few seconds.//
<img src="Images/Rework065update/Rework065update3.png" width=500>
<span style="color:coral;">Inledya:</span> What's wrong, $playerName?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Oh, you don't think I forgot your present, did you?
//I could care less for a present. Today exactly ten years ago our home was destroyed, our family and friends were murdered, and I was separated from my parents.//
//I don't think anyone could ever forget a day like that.//
<span id="choices-2-1">
<<link "//Change the subject// ✨">>
<<replace "#choices-2-1">>
<<set $charisma += 1>>\
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span>So what did I get?
<span style="color:coral;">Inledya:</span> Oh, right. Here.
//She takes out a notebook and hands it to you.//
<img src="Images/Rework065update/Rework065update7.jpg" width=500>
<span style="color:coral;">Inledya:</span> This notebook has been with me....
<span style="color:coral;">Inledya:</span> Godess... I don't even know for how long now.
<span style="color:coral;">Inledya:</span> But I want you to have it.
<span style="color:coral;">Inledya:</span> It's magical.
<span style="color:cadetblue;">$playerName:</span> Magical?
<span style="color:coral;">Inledya:</span> Mhm.
<span style="color:coral;">Inledya:</span> It gives you hints on what you should do next.
<span style="color:coral;">Inledya:</span> Now. It doesn't do anything for you. But it has helped me out many times.
<span style="color:cadetblue;">$playerName:</span> Wow.. Why would you give me this?
<img src="Images/Rework065update/Rework065update6.jpg" width=500>
<span style="color:coral;">Inledya:</span> (chuckles) Well... I am in that age now where I want life to surprise me I guess.
<span style="color:cadetblue;">$playerName:</span> Thanks Inledya.
<span style="color:coral;">Inledya:</span> Awwww.
//She hugs you once again.//
<span style="color:coral;">Inledya:</span> Now don't be late for your first day at the academy ok.
<span style="color:coral;">Inledya:</span> (sniffs)
<span style="color:coral;">Inledya:</span> Oh and... Get a shower before you go ok.
<span style="color:coral;">Inledya:</span> You really need it.
<span style="color:cadetblue;">$playerName:</span> Alright.
<<set $mascLevel1curiousface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
[[Continue|Inledya Story 1 Kitchen]]
<</replace>>
<</link>> | \
<<link "//Open up to her// ❤️">>
<<replace "#choices-2-1">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1bitsadface1 to true>>\
<<set $inledyaRel += 1>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I can't stop thinking about my parents.
<span style="color:coral;">Inledya:</span>$playerName...
//She puts a hand on your shoulder.//
<span style="color:coral;">Inledya:</span> Look. I miss them too. Every day.
<span style="color:coral;">Inledya:</span> We both miss them.
<span style="color:coral;">Inledya:</span> Your father, and <<if $incestOn>>my sister <<else>> your mother <</if>>... (sighs)..
//She hugs you.//
<img src="Images/Rework065update/Rework065update8.png" width=500>
<span style="color:coral;">Inledya:</span> But we have to carry on. For their sake.
<span style="color:cadetblue;">$playerName:</span> ...
//I try to say something, but can't find the words.//
//Once again in your arms you feel safe, and secure.//
//Like everything will be alright.//
//I let out a deep sigh.//
<span style="color:cadetblue;">$playerName:</span> Thank you Inledya.
<span style="color:coral;">Inledya:</span> (soft smile)
<img src="Images/Rework065update/Rework065update9.jpg" width=500>
<span style="color:coral;">Inledya:</span> Now don't be late for your first day at the academy ok.
<span style="color:coral;">Inledya:</span> (sniffs)
<span style="color:coral;">Inledya:</span> Oh, before I forget. Here!
<span id="choice-sub">\
<<link "//She takes out a notebook and hands it to you.//">>
<<replace "#choice-sub">>\
<<set $mascLevel1bitsadface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> This notebook has been with me....
<span style="color:coral;">Inledya:</span> Godess... I don't even know for how long now.
<span style="color:coral;">Inledya:</span> But I want you to have it.
<span style="color:coral;">Inledya:</span> It's magical.
<span style="color:cadetblue;">$playerName:</span> Magical?
<span style="color:coral;">Inledya:</span> Mhm.
<span style="color:coral;">Inledya:</span> It gives you hints on what you should do next.
<span style="color:coral;">Inledya:</span> Now. It doesn't do anything for you. But it has helped me out many times.
<span style="color:cadetblue;">$playerName:</span> Wow.. Why would you give me this?
<img src="Images/Rework065update/Rework065update6.jpg" width=500>
<span style="color:coral;">Inledya:</span> (chuckles) Well... I am in that age now where I want life to surprise me I guess.
<span style="color:cadetblue;">$playerName:</span> Thanks Inledya.
<span style="color:coral;">Inledya:</span> Oh and... Get a shower before you go ok.
<span style="color:coral;">Inledya:</span> You really need it.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Hehe. Go on.
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
[[Continue|Inledya Story 1 Kitchen]]
<</replace>>\
<</link>>\
</span>\
<</replace>>\
<</link>>\
</span>\
<</replace>>\
<</link>>\
</span>\
<<else>>\
<<set $mascLevel1defaultface1 to true>> \
<<set $femDefaultLevel1 to false>> \
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<img src="Images/Inledya/inledya-story1.jpg" height="500">
<span style="color:coral;">Inledya:</span> Well, hi there, birthday boy!
<span style="color:coral;">Inledya:</span>Happy birthday, dear.
<span style="color:coral;">Inledya:</span>Did you sleep well?
<span style="color:cadetblue;">$playerName:</span> Yeah, I'm good, thanks.
<span style="color:coral;">Inledya:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span>Well. Don't just stand there, come here, give me a hug.
<span id="choices">
<<link "//Stay still// ❤️">>
<<replace "#choices">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1bitsadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You stand there looking at her. She has a gentle expression on her face.//
<<set $inledyaRel += 1>>
<span style="color:cadetblue;">$playerName:</span> ...
//She walks towards you and wraps her arms around you. You can smell her perfume and feel the warmth of her skin.//
<img src="Images/Rework065update/Rework065update5.png" width=500>
//She gently brushes your hair.//
<span style="color:coral;">Inledya:</span> How are you feeling, my dear?
<span style="color:cadetblue;">$playerName:</span> (sighs)
//She breaks the hug and locks her eyes with yours.//
<span style="color:coral;">Inledya:</span> What's wrong, $playerName?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Oh, you don't think I forgot your present, did you?
//I could care less for a present. Today exactly ten years ago our home was destroyed, our family and friends were murdered, and I was separated from my parents.//
//I don't think anyone could ever forget a day like that.//
<span id="choices1">
<<link "//Change the subject //✨">>
<<replace "#choices1">>
<<set $charisma += 1>>\
<<set $mascLevel1bitsadface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span>So what did I get?
<span style="color:coral;">Inledya:</span> Oh, right. Here.
//She takes out a notebook and hands it to you.//
<img src="Images/Rework065update/Rework065update7.jpg" width=500>
<span style="color:coral;">Inledya:</span> This notebook has been with me....
<span style="color:coral;">Inledya:</span> Godess... I don't even know for how long now.
<span style="color:coral;">Inledya:</span> But I want you to have it.
<span style="color:coral;">Inledya:</span> It's magical.
<span style="color:cadetblue;">$playerName:</span> Magical?
<span style="color:coral;">Inledya:</span> Mhm.
<span style="color:coral;">Inledya:</span> It gives you hints on what you should do next.
<span style="color:coral;">Inledya:</span> Now. It doesn't do anything for you. But it has helped me out many times.
<span style="color:cadetblue;">$playerName:</span> Wow.. Why would you give me this?
<img src="Images/Rework065update/Rework065update6.jpg" width=500>
<span style="color:coral;">Inledya:</span> (chuckles) Well... I am in that age now where I want life to surprise me I guess.
<span style="color:cadetblue;">$playerName:</span> Thanks Inledya.
<span style="color:coral;">Inledya:</span> Awwww.
//She hugs you once again.//
<span style="color:coral;">Inledya:</span> Now don't be late for your first day at the academy ok.
<span style="color:coral;">Inledya:</span> (sniffs)
<span style="color:coral;">Inledya:</span> Oh and... Get a shower before you go ok.
<span style="color:coral;">Inledya:</span> You really need it.
<span style="color:cadetblue;">$playerName:</span> Alright.
<<set $mascLevel1curiousface1 to false>>\
<<set $femDefaultLevel1 to true>>\
[[Continue|Inledya Story 1 Kitchen]]
<</replace>>
<</link>>| \
<<link "//Open up to her //❤️">>
<<replace "#choices1">>
<<set $mascLevel1bitsadface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<set $inledyaRel += 1>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I can't stop thinking about my parents.
<span style="color:coral;">Inledya:</span>$playerName...
//She puts a hand on your shoulder.//
<span style="color:coral;">Inledya:</span> Look. I miss them too. Every day.
<span style="color:coral;">Inledya:</span> We both miss them.
<span style="color:coral;">Inledya:</span> Your father, and <<if $incestOn>>my sister <<else>> your mother <</if>>... (sighs)..
//She hugs you.//
<img src="Images/Rework065update/Rework065update8.png" width=500>
<span style="color:coral;">Inledya:</span> But we have to carry on. For their sake.
<span style="color:cadetblue;">$playerName:</span> ...
//I try to say something, but can't find the words.//
//Once again in your arms you feel safe, and secure.//
//Like everything will be alright.//
//I let out a deep sigh.//
<span style="color:cadetblue;">$playerName:</span> Thank you Inledya.
<span style="color:coral;">Inledya:</span> (soft smile)
<img src="Images/Rework065update/Rework065update9.jpg" width=500>
<span style="color:coral;">Inledya:</span> Now don't be late for your first day at the academy ok.
<span style="color:coral;">Inledya:</span> (sniffs)
<span style="color:coral;">Inledya:</span> Oh, before I forget. Here!
<span id="choice-sub">\
<<link "//She takes out a notebook and hands it to you.//">>
<<replace "#choice-sub">>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> This notebook has been with me....
<span style="color:coral;">Inledya:</span> Godess... I don't even know for how long now.
<span style="color:coral;">Inledya:</span> But I want you to have it.
<span style="color:coral;">Inledya:</span> It's magical.
<span style="color:cadetblue;">$playerName:</span> Magical?
<span style="color:coral;">Inledya:</span> Mhm.
<span style="color:coral;">Inledya:</span> It gives you hints on what you should do next.
<span style="color:coral;">Inledya:</span> Now. It doesn't do anything for you. But it has helped me out many times.
<span style="color:cadetblue;">$playerName:</span> Wow.. Why would you give me this?
<img src="Images/Rework065update/Rework065update6.jpg" width=500>
<span style="color:coral;">Inledya:</span> (chuckles) Well... I am in that age now where I want life to surprise me I guess.
<span style="color:cadetblue;">$playerName:</span> Thanks Inledya.
<span style="color:coral;">Inledya:</span> Oh and... Get a shower before you go ok.
<span style="color:coral;">Inledya:</span> You really need it.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Hehe. Go on.
<<set $mascLevel1softsmileface1 to false>>\
<<set $femDefaultLevel1 to true>>\
[[Continue|Inledya Story 1 Kitchen]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Walk towards her// 🎭">>
<<replace "#choices">>
<<set $confidence += 1>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//As I walk closer to her she opens her arms to give me a big hug.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update4.png" width=500> <<else>><img src="Images/Inledya/givingahug.gif"><</if>>
//I can feel the warmth of her body and her soft breasts pressing against me.//
//She has a strong hold on me.//
//I feel her chest pressing up against me and can't help but blush a little.//
//As she was giving me a warm hug, for a moment, I felt complete bliss, like nothing else mattered, just for a few seconds.//
<img src="Images/Rework065update/Rework065update3.png" width=500>
<span style="color:coral;">Inledya:</span> What's wrong, $playerName?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Oh, you don't think I forgot your present, did you?
//I could care less for a present. Today exactly ten years ago our home was destroyed, our family and friends were murdered, and I was separated from my parents.//
//I don't think anyone could ever forget a day like that.//
<span id="choices-2-1">
<<link "//Change the subject// ✨">>
<<replace "#choices-2-1">>
<<set $charisma += 1>>\
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span>So what did I get?
<span style="color:coral;">Inledya:</span> Oh, right. Here.
//She takes out a notebook and hands it to you.//
<img src="Images/Rework065update/Rework065update7.jpg" width=500>
<span style="color:coral;">Inledya:</span> This notebook has been with me....
<span style="color:coral;">Inledya:</span> Godess... I don't even know for how long now.
<span style="color:coral;">Inledya:</span> But I want you to have it.
<span style="color:coral;">Inledya:</span> It's magical.
<span style="color:cadetblue;">$playerName:</span> Magical?
<span style="color:coral;">Inledya:</span> Mhm.
<span style="color:coral;">Inledya:</span> It gives you hints on what you should do next.
<span style="color:coral;">Inledya:</span> Now. It doesn't do anything for you. But it has helped me out many times.
<span style="color:cadetblue;">$playerName:</span> Wow.. Why would you give me this?
<img src="Images/Rework065update/Rework065update6.jpg" width=500>
<span style="color:coral;">Inledya:</span> (chuckles) Well... I am in that age now where I want life to surprise me I guess.
<span style="color:cadetblue;">$playerName:</span> Thanks Inledya.
<span style="color:coral;">Inledya:</span> Awwww.
//She hugs you once again.//
<span style="color:coral;">Inledya:</span> Now don't be late for your first day at the academy ok.
<span style="color:coral;">Inledya:</span> (sniffs)
<span style="color:coral;">Inledya:</span> Oh and... Get a shower before you go ok.
<span style="color:coral;">Inledya:</span> You really need it.
<span style="color:cadetblue;">$playerName:</span> Alright.
<<set $mascLevel1curiousface1 to false>>\
<<set $femDefaultLevel1 to true>>\
[[Continue|Inledya Story 1 Kitchen]]
<</replace>>
<</link>> | \
<<link "//Open up to her// ❤️">>
<<replace "#choices-2-1">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1bitsadface1 to true>>\
<<set $inledyaRel += 1>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I can't stop thinking about my parents.
<span style="color:coral;">Inledya:</span> $playerName...
//She puts a hand on your shoulder.//
<span style="color:coral;">Inledya:</span> Look. I miss them too. Every day.
<span style="color:coral;">Inledya:</span> We both miss them.
<span style="color:coral;">Inledya:</span> Your father, and <<if $incestOn>>my sister <<else>> your mother <</if>>... (sighs)..
//She hugs you.//
<img src="Images/Rework065update/Rework065update8.png" width=500>
<span style="color:coral;">Inledya:</span> But we have to carry on. For their sake.
<span style="color:cadetblue;">$playerName:</span> ...
//I try to say something, but can't find the words.//
//Once again in your arms you feel safe, and secure.//
//Like everything will be alright.//
//I let out a deep sigh.//
<span style="color:cadetblue;">$playerName:</span> Thank you Inledya.
<span style="color:coral;">Inledya:</span> (soft smile)
<img src="Images/Rework065update/Rework065update9.jpg" width=500>
<span style="color:coral;">Inledya:</span> Now don't be late for your first day at the academy ok.
<span style="color:coral;">Inledya:</span> (sniffs)
<span style="color:coral;">Inledya:</span> Oh, before I forget. Here!
<span id="choice-sub">\
<<link "//She takes out a notebook and hands it to you.//">>
<<replace "#choice-sub">>\
<<set $mascLevel1bitsadface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> This notebook has been with me....
<span style="color:coral;">Inledya:</span> Godess... I don't even know for how long now.
<span style="color:coral;">Inledya:</span> But I want you to have it.
<span style="color:coral;">Inledya:</span> It's magical.
<span style="color:cadetblue;">$playerName:</span> Magical?
<span style="color:coral;">Inledya:</span> Mhm.
<span style="color:coral;">Inledya:</span> It gives you hints on what you should do next.
<span style="color:coral;">Inledya:</span> Now. It doesn't do anything for you. But it has helped me out many times.
<span style="color:cadetblue;">$playerName:</span> Wow.. Why would you give me this?
<img src="Images/Rework065update/Rework065update6.jpg" width=500>
<span style="color:coral;">Inledya:</span> (chuckles) Well... I am in that age now where I want life to surprise me I guess.
<span style="color:cadetblue;">$playerName:</span> Thanks Inledya.
<span style="color:coral;">Inledya:</span> Oh and... Get a shower before you go ok.
<span style="color:coral;">Inledya:</span> You really need it.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Hehe. Go on.
<<set $mascLevel1softsmileface1 to false>>\
<<set $femDefaultLevel1 to true>>\
[[Continue|Inledya Story 1 Kitchen]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</if>>\
<<set $currentLocation = "Town Square">>
<<if $time eq "Night">>
<<set document.body.style.backgroundImage = "url('Images/Locations/town-square-night.jpg')">>\
<<else>>
<<set document.body.style.backgroundImage = "url('Images/Locations/town-square.jpg')">>\
<</if>>
<div class="description-box-square-intro">
You are in a town square.
<<if $time eq "Early Morning">>
In the early morning, the town square is drenched in soft, gentle sunlight. Shadows are long, and shopkeepers are just beginning to set up their stalls. The square is peaceful, with the sound of a few early risers going about their business.
<<elseif $time eq "Morning">>
As the morning progresses, the town square comes to life. The sun casts a warm glow across the cobblestones, and the market stalls are bustling with activity. Vendors call out to passersby, and the square is filled with the murmur of people.
<<elseif $time eq "Afternoon">>
By afternoon, the town square is bathed in bright daylight. Shoppers browse the market, and the square is a vibrant hub of commerce. The colors of the market wares are vivid, and the aroma of freshly cooked food wafts through the air.
<<elseif $time eq "Evening">>
Evening light paints the town square in warm, mellow hues. Lanterns are lit, creating a cozy atmosphere. The square is lively, with townsfolk gathered to socialize, and the sound of minstrels' music fills the air.
<<else>>
At night, the town square is aglow with lantern light. The square takes on a more mystical quality under the moon's silvery sheen. Only a few stalls remain open, and you might hear the distant laughter of patrons from nearby taverns.
<</if>>
</div>
<div class="description-box-square">\
Go to:
[[Market]]
[[Pass Time ⏰|LVL0TownSquarePassInteractions]]
<<if $unlockBlackSmith gte 1>>\
[[Blacksmith]]
<</if>>\
<<if $done is true>>\
[[Tavern]]
[[Brothel]]
[[Church]]
<</if>>\
</div>
<div class="navigation-box">\
Or go back:
[[Streets]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-square-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-square {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-square-intro,
.description-box-square,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I make my way towards the bathroom.//
<span style="color:cadetblue;">$playerName:</span> (yawns)
//I open the door, and I see Inledya in front of the mirror.//
<img src="Images/Inledya/inledyashowerinteraction6.jpg"/>
//She must be doing that charisma training she was telling me about.//
//Fine I'll come back later.//
//I start closing the door, but as I do, thoughts start racing in my mind.//
<span id="choice">
<<link "//Take a peek //😈">>
<<replace "#choice">>
<<set $corruption ++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I slowly open the door.//
<img src="Images/Rework065update/Rework065update742.jpg" height=500 />
//Holy goddess...//
//She took her bathrobe off and is fully naked.//
<span style="color:cadetblue;">$playerName:</span> (gulp)..
//Wow she's beautiful.//
//As she puts her top on she turns her head.//
<img src="Images/Inledya/inledyashowerinteraction11.jpg"/>
<span style="color:coral;">Inledya:</span> Hmm?
//Time to go.//
//Time to go.//
//I quickly make my way out of there.//
<img src="Images/Inledya/inledyashowerinteraction8.jpg"/>
<span style="color:coral;">Inledya:</span> Strange...
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1blushface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1blushface1 to false>>\
<</if>>\
<<set $visitedInledyaInTheBathroomToday = true>>
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Leave//🧠">>
<<replace "#choice">>
<<set $intelligence ++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I don't want to get caught spying.//
//I close the door.//
<img src="Images/Locations/closed-bathroom-door.jpg" width=500 />
//And leave.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1curiousface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1curiousface1 to false>>\
<</if>>\
<<set $visitedInledyaInTheBathroomToday = true>>
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>>
</span>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I make my way towards the bathroom.//
<span style="color:cadetblue;">$playerName:</span> (yawns)
//As I open the bathroom door I see Alariel is already in there.//
<img src="Images/Sister/alarielshowerfemsub2.jpg"/>
<span style="color:darksalmon">Alariel:</span> Where did I put these.
<span id="choice">
<<link "//Stay //😈">>
<<replace "#choice">>
<<set $corruption ++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//For some reason I don't want to close the door.//
//Why? //
//Why do I-//
//Alariel takes her shirt and panties off.//
<img src="Images/Rework065update/Rework065update743.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> (gulp)
//Goddess she's beautiful.//
//I hear footsteps behind me.//
//I look at my surroundings.//
//It's a false alarm.//
<span id="hello">
<<link "//As I turn my head back towards Alariel-//">>
<<replace "#hello">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Sister/alarielshowermascrom2.jpg"/>
<span style="color:darksalmon">Alariel:</span> Let me guess not spying again?
//SHIT!//
<span style="color:cadetblue;">$playerName:</span> ...
//What do I say?//
//What do I say?//
<span style="color:darksalmon">Alariel:</span> I give you 1 second to move or I'll scream.
//I immediately back off.//
<img src="Images/Sister/alarielshowermascrom1.jpg"/>
<span style="color:darksalmon">Alariel:</span> And don't try it again.
//She slams the door.//
//DAMN IT.//
//Damn it.//
//Why didn't I just leave?//
//Ugggh.//
//Stupid.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1panicface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1panicface1 to false>>\
<</if>>\
<<set $visitedAlarielInTheBathroomToday = true>>
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Leave //🧠">>
<<replace "#choice">>
<<set $intelligence ++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I don't want to get cought spying.//
//I close the door.//
//And make my way out of there.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1curiousface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1curiousface1 to false>>\
<</if>>\
<<set $visitedAlarielInTheBathroomToday = true>>
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I walk towards the bathroom and I hear-//
<span style="color:chartreuse;">Maedhro: </span> (humming)
//Hmmm..//
//So Maedhro is in the bathroom.//
<img src="Images/Locations/closed-bathroom-door.jpg" width=500 />
//I'll go to bathroom after then.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
<<set $visitedMaedhroInTheBathroomToday = true>>
<<goto "Hallway">>
<</link>><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<</if>>\
<<set $mascLevel1nakedseriousface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I should quickly get ready for school. I don't want to be late on my first day. //
//You start taking your clothes off.//
//What's this I hear? Is someone in the shower?//
<span style="color:cadetblue;">$playerName:</span> Emm, hello? Is someone in here?
//...//
//..//
//.//
//I'm already half naked.//
//Darn what do I do?//
<span id="choice-1">
<<link "//Go have look (maybe someone forgot to turn the shower off)//😈">>
<<replace "#choice-1">>
<<set $corruption++>>\
<<set $mascLevel1nakedseriousface1 to false>>\
<<set $mascLevel1nakedshockface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 1.5s>>\
<img src="Images/Sister/sister-story1.jpg" width= 400 />
<</shake>>\
<span style="color:darksalmon">Alariel:</span> Oh My Luna?? What is wrong with you $playerName? Why are you still watching? Don't look!
<span style="color:cadetblue;">$playerName:</span> ....
//You feel a strange feeling overwhelming you seeing Alariel's breast. //
//What is this feeling?//
//My chest feels tight, and my heart is pounding.//
<span style="color:darksalmon">Alariel:</span> $playerName!!
<span style="color:darksalmon">Alariel:</span> How-
<span style="color:darksalmon">Alariel:</span> What?!?
<span style="color:darksalmon">Alariel:</span> Are you hard right now ?!
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:darksalmon">Alariel:</span> Just turn around already!!
<span style="color:cadetblue;">$playerName:</span> Ok I'm...
<span id="choice-1-1">
<<link "//Turn around.//">>
<<replace "#choice-1-1">>
<<set $mascLevel1nakedseriousface1 to true>>\
<<set $mascLevel1nakedshockface1 to false>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:darksalmon">Alariel:</span> I can't believe this is happening.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Look I didn't mean to..
<span style="color:darksalmon">Alariel:</span> Shut it.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> You can turn around now.
<span id="choice1-1-1">
<<link "//Turn back towards her.//">>
<<replace "#choice1-1-1">>
<<set $mascLevel1nakedseriousface1 to false>>\
<<set $mascLevel1nakedconfrontface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//As you turn around Alariel is standing there with towel wrapped around her chest.//
<img src="Images/Sister/sister-bathroom-compliment-her-mad1.png" height = 500 />
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:cadetblue;">$playerName:</span> I'm sorry ok.
<span style="color:cadetblue;">$playerName:</span> I thought the shower was just running.
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:darksalmon">Alariel:</span> Why didn't you say anything?
<span style="color:cadetblue;">$playerName:</span> I did!
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:cadetblue;">$playerName:</span> I swear on the Goddess I did.
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:darksalmon">Alariel:</span> Fine.
<span style="color:darksalmon">Alariel:</span> Just-
//She glances down.//
<img src="Images/Rework065update/Rework065update10.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> $playerName!
<span style="color:cadetblue;">$playerName:</span> What now?
<span style="color:darksalmon">Alariel:</span> What do you mean what now ?!
<span style="color:darksalmon">Alariel:</span> Your bulge is showing.
//You look down.//
//Is that what she meant before?//
<span style="color:cadetblue;">$playerName:</span> Oh.
<span style="color:darksalmon">Alariel:</span> Can't you even hide it properly.
<span style="color:darksalmon">Alariel:</span> Ugh..
<span style="color:cadetblue;">$playerName:</span> ...
//I'm confused. What is going on?//
//I have never felt anything-//
<img src="Images/Sister/sisterextra2.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> (calmly) $playerName?
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:darksalmon">Alariel:</span> You have had "The Day" right?
<span style="color:cadetblue;">$playerName:</span> What are you on about?
<span style="color:darksalmon">Alariel:</span> The Day.
<span style="color:cadetblue;">$playerName:</span> What day?
<span style="color:darksalmon">Alariel:</span> Oh my.
<span style="color:darksalmon">Alariel:</span> (to herself) And I just yelled at you.
<span id="choice-1-1-1-1">
<<link "//Keep calm and let her explain// 🧠">>
<<replace "#choice-1-1-1-1">>
<<set $mascLevel1nakedseriousface1 to true>>\
<<set $mascLevel1nakedconfrontface1 to false>>\
<<set $intelligence++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:darksalmon">Alariel:</span> I can't believe I am the one to tell you this.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> Ok.
<span style="color:darksalmon">Alariel:</span> So.
<span style="color:darksalmon">Alariel:</span> Basically you are an adult now.
<span style="color:cadetblue;">$playerName:</span> I am?
<span style="color:darksalmon">Alariel:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> Inledya must have talked to you about that?
//You shake your head.//
<img src="Images/Sister/sisterextra1.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> Well she talked to me about it way before I turned 18.
<span style="color:darksalmon">Alariel:</span> So she must have just forgotten.
<span style="color:darksalmon">Alariel:</span> Anyway.
<span style="color:darksalmon">Alariel:</span> I also learned about that last year in the academy in the Comparative Sentient Studies class.
<span style="color:darksalmon">Alariel:</span> So elves experience puberty between 18-21.
<span style="color:darksalmon">Alariel:</span> Meaning that erection that you got- (she pauses)
//(Glimps down for a second)//
<span style="color:darksalmon">Alariel:</span> //Still have// marks the start of your puberty.
<span style="color:cadetblue;">$playerName:</span> ....
<span style="color:darksalmon">Alariel:</span> And adulthood.
<span style="color:darksalmon">Alariel:</span> Humans have them separated from one another but that's not important.
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:cadetblue;">$playerName:</span> (to yourself) I am an adult?
<span style="color:darksalmon">Alariel:</span> So yeah. That's why all this is happening to you.
<span style="color:cadetblue;">$playerName:</span> I see.
//I don't.//
<span style="color:darksalmon">Alariel:</span> So now you just need to get rid of that?
<span style="color:cadetblue;">$playerName:</span> Get rid of it ??
<img src="Images/Rework065update/Rework065update11.png" height=500 />
<span style="color:darksalmon">Alariel:</span> Haha. Not like that.
<span style="color:darksalmon">Alariel:</span> You just need to rub- I mean stroke it.
<span style="color:darksalmon">Alariel:</span> (quickly adds) Not now! Later. When you are alone.
<span style="color:darksalmon">Alariel:</span> And just think about things that arouse you while you do it.
<span id ="choice-1-1-1-1-1">
<<link "//Keep listening to her// 🎯">>
<<replace "#choice-1-1-1-1-1">>
<<set $mascLevel1nakedseriousface1 to false>>\
<<set $mascLevel1nakedconfrontface1 to true>>\
<<set $technique ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Like what?
<span style="color:darksalmon">Alariel:</span> Umm.
<span style="color:darksalmon">Alariel:</span> Like I said just think about what arouses you.
<span style="color:cadetblue;">$playerName:</span>...
<img src="Images/Rework065update/Rework065update12.png" height=500 />
<span style="color:darksalmon">Alariel:</span> Look.
<span style="color:darksalmon">Alariel:</span> I'm not the one to have this discussion with you.
<span style="color:darksalmon">Alariel:</span> Just...
//She looks at you seeing how clueless you are.//
<span style="color:darksalmon">Alariel:</span> Oh you know what.
<span style="color:darksalmon">Alariel:</span> Go buy some "naughty magazines" in the market and then you will figure it out.
<span style="color:darksalmon">Alariel:</span> Oh and here.
<span id="tooking">
<<link "//She reaches for the pouch she has underneath her clothes and hands it to you.//">>
<<replace "#tooking">>
<<set $money += 10>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She reaches for the pouch she has underneath her clothes and hands it to you.//
<span style="color:darksalmon">Alariel:</span> I was going to give you this today anyway.
<span style="color:darksalmon">Alariel:</span> Happy birthday $playerName.
<span style="color:darksalmon">Alariel:</span> Now let me finish please.
<span style="color:darksalmon">Alariel:</span> You can have the shower after me.
<span style="color:darksalmon">Alariel:</span> And I recommend a cold one.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Thanks Alariel.
<img src="Images/Rework065update/Rework065update13.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> And let's keep this between us ok?
<span style="color:darksalmon">Alariel:</span> Ok.
//She heads back in.//
//After she is done I go in.//
//As I let the water pour over me, the events of the conversation rush through my mind.//
//Naugthy magazines?//
//Adult?//
//Arousal?//
//Hard?//
//What has the world come to?//
//It has to be one of the weirdest days of my life.//
//Anyway. I should go and grab Maedhro with me.//
//I promised him we would go to academy together on our first day.//
//I should hurry.//
<<set $mascLevel1nakedconfrontface1 to false>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Bathroom][$mainStory to 1, $alarielStory to 1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Arouse me? Like what would (glimpse down at her breast) 💜//">>
<<replace "#choice-1-1-1-1-1">>
<<set $mascLevel1nakedseriousface1 to false>>\
<<set $mascLevel1nakedconfrontface1 to true>>\
<<set $alarielCorruption ++>>\
//As you take a look at her breasts you feel your manhood growing even harder.//
<img src="Images/Rework065update/Rework065update14.png" height=500 />
<span style="color:darksalmon">Alariel:</span> And each person is different (her words become blurred)
//I can't take my eyes off of her!//
<span style="color:darksalmon">Alariel:</span> $playerName?
<span style="color:cadetblue;">$playerName:</span> (stares)
<span style="color:darksalmon">Alariel:</span> $playerName?
//She looks down.//
<span style="color:darksalmon">Alariel:</span> What the...
//She snaps her fingers.//
<span style="color:darksalmon">Alariel:</span> Hey.
//You come back to reality.//
<span style="color:cadetblue;">$playerName:</span> Sorry.
//What just happened?!//
<span style="color:darksalmon">Alariel:</span> ...
//She looks at you seeing how clueless you are.//
<span style="color:darksalmon">Alariel:</span> You shouldn't stare me like that.
<span style="color:darksalmon">Alariel:</span> Look. I realize now that... that...
<span style="color:darksalmon">Alariel:</span> I'm not the one to have this discussion with you.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> Oh. You know what?
<span style="color:darksalmon">Alariel:</span> Go buy some "naughty magazines" in the market ok?
<span style="color:darksalmon">Alariel:</span> Oh and here.
<span id="tookies">
<<link "//She reaches for the pouch she has underneath her clothes and hands it to you.//">>
<<replace "#tookies">>
<<set $money += 10>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:darksalmon">Alariel:</span> I was going to give you this today anyway.
<span style="color:darksalmon">Alariel:</span> Happy birthday $playerName.
<span style="color:darksalmon">Alariel:</span> Now let me finish please.
<span style="color:darksalmon">Alariel:</span> You can have the shower after me.
<span style="color:darksalmon">Alariel:</span> And $playerName. I recommend a cold one.
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update13.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> And let's keep this between us ok?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:cadetblue;">$playerName:</span> Thanks Alariel.
<span style="color:darksalmon">Alariel:</span> Thank the Moon!
//She heads back in.//
//After she is done I go in.//
//As I let the water pour over me, the events of the conversation rush through my mind.//
//Naugthy magazines?//
//Adult?//
//Arousal?//
//Hard?//
//What has the world come to?//
//It has to be one of the weirdest days of my life.//
//Anyway. I should go and grab Maedhro with me.//
//I promised him we would go to school together.//
//I should hurry.//
<<set $mascLevel1nakedconfrontface1 to false>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Bathroom][$mainStory to 1, $alarielStory to 1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//What is going on ?!⛓️">>
<<replace "#choice-1-1-1-1">>
<<set $mascLevel1nakedconfrontface1 to false>>\
<<set $mascLevel1nakedconfrontface2 to true>>\
<<set $alarielDomSub -->>
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> What the heck is going on!!
<img src="Images/Rework065update/Rework065update15.jpg" width=500 />
<span style="color:darksalmon">Alariel:</span> (shocked) $playerName!
<span style="color:darksalmon">Alariel:</span> Calm down.
<span style="color:cadetblue;">$playerName:</span> How can I calm down ?!
<span style="color:darksalmon">Alariel:</span> Please.
//You feel her touch your shoulders.//
//She has a worried look.//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> I'm... sorry.
//I should't have scared her like that.//
<span style="color:darksalmon">Alariel:</span> It's ok.
<span id="watcha">
<<link "//She pauses and let's you calm down.//">>
<<replace "#watcha">>
<<set $mascLevel1nakedseriousface1 to true>>\
<<set $mascLevel1nakedconfrontface2 to false>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:darksalmon">Alariel:</span> Ok.
<span style="color:darksalmon">Alariel:</span> So.
<span style="color:darksalmon">Alariel:</span> Basically you are an adult now.
<span style="color:cadetblue;">$playerName:</span> I am?
<span style="color:darksalmon">Alariel:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> Inledya must have talked to you about that?
//You shake your head.//
<img src="Images/Sister/sisterextra1.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> Well she talked to me about it way before I turned 18.
<span style="color:darksalmon">Alariel:</span> So she must have just forgotten.
<span style="color:darksalmon">Alariel:</span> Anyway.
<span style="color:darksalmon">Alariel:</span> I also learned about that last year in the academy in the Comparative Sentient Studies class.
<span style="color:darksalmon">Alariel:</span> So elves experience puberty between 18-21.
<span style="color:darksalmon">Alariel:</span> Meaning that erection that you got- (she pauses)
//(Glimps down for a second)//
<span style="color:darksalmon">Alariel:</span> //Still have// marks the start of your puberty.
<span style="color:cadetblue;">$playerName:</span> ....
<span style="color:darksalmon">Alariel:</span> And adulthood.
<span style="color:darksalmon">Alariel:</span> Humans have them separated from one another but that's not important.
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:cadetblue;">$playerName:</span> (to yourself) I am an adult?
<span style="color:darksalmon">Alariel:</span> So yeah. That's why all this is happening to you.
<span style="color:cadetblue;">$playerName:</span> I see.
//I don't.//
<span style="color:darksalmon">Alariel:</span> So now you just need to get rid of that?
<span style="color:cadetblue;">$playerName:</span> Get rid of it ??
<img src="Images/Rework065update/Rework065update11.png" height=500 />
<span style="color:darksalmon">Alariel:</span> Haha. Not like that.
<span style="color:darksalmon">Alariel:</span> You just need to rub- I mean stroke it.
<span style="color:darksalmon">Alariel:</span> (quickly adds) Not now! Later. When you are alone.
<span style="color:darksalmon">Alariel:</span> And just think about things that arouse you while you do it.
<span id ="choice-1-1-1-1-1">
<<link "//Keep listening to her// 🎯">>
<<replace "#choice-1-1-1-1-1">>
<<set $mascLevel1nakedseriousface1 to false>>\
<<set $mascLevel1nakedconfrontface1 to true>>\
<<set $technique ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Like what?
<span style="color:darksalmon">Alariel:</span> Umm.
<span style="color:darksalmon">Alariel:</span> Like I said just think about what arouses you.
<span style="color:cadetblue;">$playerName:</span>...
<img src="Images/Rework065update/Rework065update12.png" height=500 />
<span style="color:darksalmon">Alariel:</span> Look.
<span style="color:darksalmon">Alariel:</span> I'm not the one to have this discussion with you.
<span style="color:darksalmon">Alariel:</span> Just...
//She looks at you seeing how clueless you are.//
<span style="color:darksalmon">Alariel:</span> Oh you know what.
<span style="color:darksalmon">Alariel:</span> Go buy some "naughty magazines" in the market and then you will figure it out.
<span style="color:darksalmon">Alariel:</span> Oh and here.
<span id="tooking">
<<link "//She reaches for the pouch she has underneath her clothes and hands it to you.//">>
<<replace "#tooking">>
<<set $money += 10>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She reaches for the pouch she has underneath her clothes and hands it to you.//
<span style="color:darksalmon">Alariel:</span> I was going to give you this today anyway.
<span style="color:darksalmon">Alariel:</span> Happy birthday $playerName.
<span style="color:darksalmon">Alariel:</span> Now let me finish please.
<span style="color:darksalmon">Alariel:</span> You can have the shower after me.
<span style="color:darksalmon">Alariel:</span> And I recommend a cold one.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Thanks Alariel.
<img src="Images/Rework065update/Rework065update13.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> And let's keep this between us ok?
<span style="color:darksalmon">Alariel:</span> Ok.
//She heads back in.//
//After she is done I go in.//
//As I let the water pour over me, the events of the conversation rush through my mind.//
//Naugthy magazines?//
//Adult?//
//Arousal?//
//Hard?//
//What has the world come to?//
//It has to be one of the weirdest days of my life.//
//Anyway. I should go and grab Maedhro with me.//
//I promised him we would go to academy together on our first day.//
//I should hurry.//
<<set $mascLevel1nakedconfrontface1 to false>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Bathroom][$mainStory to 1, $alarielStory to 1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Arouse me? Like what would (glimpse down at her breast) 💜//">>
<<replace "#choice-1-1-1-1-1">>
<<set $mascLevel1nakedseriousface1 to false>>\
<<set $mascLevel1nakedconfrontface1 to true>>\
<<set $alarielCorruption ++>>\
//As you take a look at her breasts you feel your manhood growing even harder.//
<img src="Images/Rework065update/Rework065update14.png" height=500 />
<span style="color:darksalmon">Alariel:</span> And each person is different (her words become blurred)
//I can't take my eyes off of her!//
<span style="color:darksalmon">Alariel:</span> $playerName?
<span style="color:cadetblue;">$playerName:</span> (stares)
<span style="color:darksalmon">Alariel:</span> $playerName?
//She looks down.//
<span style="color:darksalmon">Alariel:</span> What the...
//She snaps her fingers.//
<span style="color:darksalmon">Alariel:</span> Hey.
//You come back to reality.//
<span style="color:cadetblue;">$playerName:</span> Sorry.
//What just happened?!//
<span style="color:darksalmon">Alariel:</span> ...
//She looks at you seeing how clueless you are.//
<span style="color:darksalmon">Alariel:</span> You shouldn't stare me like that.
<span style="color:darksalmon">Alariel:</span> Look. I realize now that... that...
<span style="color:darksalmon">Alariel:</span> I'm not the one to have this discussion with you.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> Oh. You know what?
<span style="color:darksalmon">Alariel:</span> Go buy some "naughty magazines" in the market ok?
<span style="color:darksalmon">Alariel:</span> Oh and here.
<span id="tookies">
<<link "//She reaches for the pouch she has underneath her clothes and hands it to you.//">>
<<replace "#tookies">>
<<set $money += 10>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:darksalmon">Alariel:</span> I was going to give you this today anyway.
<span style="color:darksalmon">Alariel:</span> Happy birthday $playerName.
<span style="color:darksalmon">Alariel:</span> Now let me finish please.
<span style="color:darksalmon">Alariel:</span> You can have the shower after me.
<span style="color:darksalmon">Alariel:</span> And $playerName. I recommend a cold one.
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update13.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> And let's keep this between us ok?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:cadetblue;">$playerName:</span> Thanks Alariel.
<span style="color:darksalmon">Alariel:</span> Thank the Moon!
//She heads back in.//
//After she is done I go in.//
//As I let the water pour over me, the events of the conversation rush through my mind.//
//Naugthy magazines?//
//Adult?//
//Arousal?//
//Hard?//
//What has the world come to?//
//It has to be one of the weirdest days of my life.//
//Anyway. I should go and grab Maedhro with me.//
//I promised him we would go to school together.//
//I should hurry.//
<<set $mascLevel1nakedconfrontface1 to false>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Bathroom][$mainStory to 1, $alarielStory to 1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Get back to dressing yourself and leave// 🧠">>
<<set $intelligence ++>>\
<<set $mascLevel1nakedseriousface1 to false>>\
<<set $mascLevel1nakedconfrontface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<replace "#choice-1">>
//You think to yourself for a moment.//
//No one leaves the shower running and leaves.//
<span id="oopsie">
<<link "//I quickly start putting my clothes back on but-//">>
<<replace "#oopsie">>
<<set $mascLevel1nakedconfrontface1 to false>>\
<<set $mascLevel1nakedshockface1 to true>>\
//Suddenly the showrooms door opens and out walks Alariel.//
<img src="Images/Rework065update/Rework065update16.png" height=500 />
<span style="color:darksalmon">Alariel:</span> Ahhh!!
<span style="color:darksalmon">Alariel:</span> $playerName!
<span style="color:darksalmon">Alariel:</span> What are you doing??
<span style="color:cadetblue;">$playerName:</span> No.. I was just about to..
//I try to explain to her but for some reason my eyes look at her naked breasts.//
//I feel my chest tightening and my heart starting to race.//
//I'm so confused.//
//I feel-//
<span style="color:darksalmon">Alariel:</span> Why are you hard!
//Hard? //
<span style="color:darksalmon">Alariel:</span> Stop looking!!
<span style="color:darksalmon">Alariel:</span> Turn around!
<span style="color:cadetblue;">$playerName:</span> Fine. Fine.
<span id="choice-1-1">
<<link "//You turn around.//">>
<<replace "#choice-1-1">>
<<set $mascLevel1nakedseriousface1 to true>>\
<<set $mascLevel1nakedshockface1 to false>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:darksalmon">Alariel:</span> What is wrong with you?
//You just stand there.//
//Feeling awkward.//
<span style="color:darksalmon">Alariel:</span> Ok. You can turn around.
<span id="choice1-1-1">
<<link "//Turn back towards her.//">>
<<replace "#choice1-1-1">>
<<set $mascLevel1nakedseriousface1 to false>>\
<<set $mascLevel1nakedconfrontface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//As I turn back around I see that she wrapped herself in a towel.//
<img src="Images/Rework065update/Rework065update17.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
<span style="color:cadetblue;">$playerName:</span> I was just about to leave.
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:cadetblue;">$playerName:</span> I was.
<span style="color:darksalmon">Alariel:</span> Why didn't you say anything?
<span style="color:cadetblue;">$playerName:</span>I did!
<span style="color:cadetblue;">$playerName:</span> There was no answer.
//Alariel glances down.//
<span style="color:darksalmon">Alariel:</span> $playerName!
<span style="color:cadetblue;">$playerName:</span> What now?
<span style="color:darksalmon">Alariel:</span> Why are you still hard ?!
<span style="color:cadetblue;">$playerName:</span> Hard?
<span style="color:darksalmon">Alariel:</span> How can't you hide it?
//I look down.//
//Is that what she meant before?//
<span style="color:cadetblue;">$playerName:</span> Oh.
<span style="color:darksalmon">Alariel:</span> Can't you even hide properly.
<span style="color:darksalmon">Alariel:</span> Ugh..
<span style="color:cadetblue;">$playerName:</span> ...
//What is going on?//
//What is happening to me?//
//I don't understand why-//
<img src="Images/Rework065update/Rework065update18.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> (calmly) $playerName?
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:darksalmon">Alariel:</span> Have you had "The Day" yet?
<span style="color:cadetblue;">$playerName:</span> What day?
<span style="color:darksalmon">Alariel:</span> "The Day".
<span style="color:cadetblue;">$playerName:</span> What are you talking about?
<span style="color:darksalmon">Alariel:</span> "The day".
<span style="color:cadetblue;">$playerName:</span> Saying it over and over again isn't helping me understand what you mean by that Alariel.
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:darksalmon">Alariel:</span> (to herself) And I yelled at you.
<span style="color:darksalmon">Alariel:</span> You must be so confused.
<span id="choice-1-1-1-1">
<<link "//Keep calm and let her explain// 🧠">>
<<replace "#choice-1-1-1-1">>
<<set $mascLevel1nakedseriousface1 to true>>\
<<set $mascLevel1nakedconfrontface1 to false>>\
<<set $intelligence ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:darksalmon">Alariel:</span> I can't believe I am the one to tell you this.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> Ok.
<span style="color:darksalmon">Alariel:</span> So.
<span style="color:darksalmon">Alariel:</span> Basically you are an adult now.
<span style="color:cadetblue;">$playerName:</span> I am?
<span style="color:darksalmon">Alariel:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> Inledya must have talked to you about that?
//You shake your head.//
<img src="Images/Rework065update/Rework065update19.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> Well she talked to me about it way before I turned 18.
<span style="color:darksalmon">Alariel:</span> So she must have just forgotten.
<span style="color:darksalmon">Alariel:</span> Anyway.
<span style="color:darksalmon">Alariel:</span> I also learned about that last year in the academy in the Comparative Sentient Studies class.
<span style="color:darksalmon">Alariel:</span> So elves experience puberty between 18-21.
<span style="color:darksalmon">Alariel:</span> Meaning that erection that you got- (she pauses)
//(Glimps down for a second)//
<span style="color:darksalmon">Alariel:</span> //Still have// marks the start of your puberty.
<span style="color:cadetblue;">$playerName:</span> ....
<span style="color:darksalmon">Alariel:</span> And adulthood.
<span style="color:darksalmon">Alariel:</span> Humans have them separated from one another but that's not important.
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:cadetblue;">$playerName:</span> (to yourself) I am an adult?
<span style="color:darksalmon">Alariel:</span> So yeah. That's why all this is happening to you.
<span style="color:cadetblue;">$playerName:</span> I see.
//I don't.//
<span style="color:darksalmon">Alariel:</span> So now you just need to get rid of that?
<span style="color:cadetblue;">$playerName:</span> Get rid of it ??
<img src="Images/Rework065update/Rework065update11.png" height=500 />
<span style="color:darksalmon">Alariel:</span> Haha. Not like that.
<span style="color:darksalmon">Alariel:</span> You just need to rub- I mean stroke it.
<span style="color:darksalmon">Alariel:</span> (quickly adds) Not now! Later. When you are alone.
<span style="color:darksalmon">Alariel:</span> And just think about things that arouse you while you do it.
<span id ="choice-1-1-1-1-1">
<<link "//Keep listening to her// 🎯">>
<<replace "#choice-1-1-1-1-1">>
<<set $mascLevel1nakedseriousface1 to false>>\
<<set $mascLevel1nakedconfrontface1 to true>>\
<<set $technique ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Like what?
<span style="color:darksalmon">Alariel:</span> Umm.
<span style="color:darksalmon">Alariel:</span> Like I said just think about what arouses you.
<span style="color:cadetblue;">$playerName:</span>...
<img src="Images/Rework065update/Rework065update12.png" height=500 />
<span style="color:darksalmon">Alariel:</span> Look.
<span style="color:darksalmon">Alariel:</span> I'm not the one to have this discussion with you.
<span style="color:darksalmon">Alariel:</span> Just...
//She looks at you seeing how clueless you are.//
<span style="color:darksalmon">Alariel:</span> Oh you know what.
<span style="color:darksalmon">Alariel:</span> Go buy some "naughty magazines" in the market and then you will figure it out.
<span style="color:darksalmon">Alariel:</span> Oh and here.
<span id="tooking">
<<link "//She reaches for the pouch she has underneath her clothes and hands it to you.//">>
<<replace "#tooking">>
<<set $money += 10>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She reaches for the pouch she has underneath her clothes and hands it to you.//
<span style="color:darksalmon">Alariel:</span> I was going to give you this today anyway.
<span style="color:darksalmon">Alariel:</span> Happy birthday $playerName.
<span style="color:darksalmon">Alariel:</span> Now let me finish please.
<span style="color:darksalmon">Alariel:</span> You can have the shower after me.
<span style="color:darksalmon">Alariel:</span> And I recommend a cold one.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Thanks Alariel.
<img src="Images/Rework065update/Rework065update13.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> And let's keep this between us ok?
<span style="color:darksalmon">Alariel:</span> Ok.
//She heads back in.//
//After she is done I go in.//
//As I let the water pour over me, the events of the conversation rush through my mind.//
//Naugthy magazines?//
//Adult?//
//Arousal?//
//Hard?//
//What has the world come to?//
//It has to be one of the weirdest days of my life.//
//Anyway. I should go and grab Maedhro with me.//
//I promised him we would go to academy together on our first day.//
//I should hurry.//
<<set $mascLevel1nakedconfrontface1 to false>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Bathroom][$mainStory to 1, $alarielStory to 1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Arouse me? Like what would (glimpse down at her breast) 💜//">>
<<replace "#choice-1-1-1-1-1">>
<<set $mascLevel1nakedseriousface1 to false>>\
<<set $mascLevel1nakedconfrontface1 to true>>\
<<set $alarielCorruption ++>>\
//As you take a look at her breasts you feel your manhood growing even harder.//
<img src="Images/Rework065update/Rework065update20.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> And each person is different (her words become blurred)
//I can't take my eyes off of her!//
<span style="color:darksalmon">Alariel:</span> $playerName?
<span style="color:cadetblue;">$playerName:</span> (stares)
<span style="color:darksalmon">Alariel:</span> $playerName?
//She looks down.//
<span style="color:darksalmon">Alariel:</span> What the...
//She snaps her fingers.//
<span style="color:darksalmon">Alariel:</span> Hey.
//You come back to reality.//
<span style="color:cadetblue;">$playerName:</span> Sorry.
//What just happened?!//
<span style="color:darksalmon">Alariel:</span> ...
//She looks at you seeing how clueless you are.//
<span style="color:darksalmon">Alariel:</span> You shouldn't stare me like that.
<span style="color:darksalmon">Alariel:</span> Look. I realize now that... that...
<span style="color:darksalmon">Alariel:</span> I'm not the one to have this discussion with you.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> Oh. You know what?
<span style="color:darksalmon">Alariel:</span> Go buy some "naughty magazines" in the market ok?
<span style="color:darksalmon">Alariel:</span> Oh and here.
<span id="tookies">
<<link "//She reaches for the pouch she has underneath her clothes and hands it to you.//">>
<<replace "#tookies">>
<<set $money += 10>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:darksalmon">Alariel:</span> I was going to give you this today anyway.
<span style="color:darksalmon">Alariel:</span> Happy birthday $playerName.
<span style="color:darksalmon">Alariel:</span> Now let me finish please.
<span style="color:darksalmon">Alariel:</span> You can have the shower after me.
<span style="color:darksalmon">Alariel:</span> And $playerName. I recommend a cold one.
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update13.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> And let's keep this between us ok?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:cadetblue;">$playerName:</span> Thanks Alariel.
<span style="color:darksalmon">Alariel:</span> Thank the Moon!
//She heads back in.//
//After she is done I go in.//
//As I let the water pour over me, the events of the conversation rush through my mind.//
//Naugthy magazines?//
//Adult?//
//Arousal?//
//Hard?//
//What has the world come to?//
//It has to be one of the weirdest days of my life.//
//Anyway. I should go and grab Maedhro with me.//
//I promised him we would go to school together.//
//I should hurry.//
<<set $mascLevel1nakedconfrontface1 to false>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Bathroom][$mainStory to 1, $alarielStory to 1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//What is going on ?!⛓️">>
<<replace "#choice-1-1-1-1">>
<<set $mascLevel1nakedconfrontface1 to false>>\
<<set $mascLevel1nakedconfrontface2 to true>>\
<<set $alarielDomSub -->>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> What the heck is going on!!
<img src="Images/Rework065update/Rework065update21.jpg" width=500 />
<span style="color:darksalmon">Alariel:</span> (shocked) $playerName!
<span style="color:darksalmon">Alariel:</span> Calm down.
<span style="color:cadetblue;">$playerName:</span> How can I calm down ?!
<span style="color:darksalmon">Alariel:</span> Please.
//You feel her touch your shoulders.//
//She has a worried look.//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> I'm... sorry.
//I should't have scared her like that.//
<span style="color:darksalmon">Alariel:</span> It's ok.
<span id="watcha">
<<link "//She pauses and let's you calm down.//">>
<<replace "#watcha">>
<<set $mascLevel1nakedseriousface1 to true>>\
<<set $mascLevel1nakedconfrontface2 to false>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:darksalmon">Alariel:</span> Ok.
<span style="color:darksalmon">Alariel:</span> So.
<span style="color:darksalmon">Alariel:</span> Basically you are an adult now.
<span style="color:cadetblue;">$playerName:</span> I am?
<span style="color:darksalmon">Alariel:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> Inledya must have talked to you about that?
//You shake your head.//
<img src="Images/Rework065update/Rework065update19.jpg" width=500 />
<span style="color:darksalmon">Alariel:</span> Well she talked to me about it way before I turned 18.
<span style="color:darksalmon">Alariel:</span> So she must have just forgotten.
<span style="color:darksalmon">Alariel:</span> Anyway.
<span style="color:darksalmon">Alariel:</span> I also learned about that last year in the academy in the Comparative Sentient Studies class.
<span style="color:darksalmon">Alariel:</span> So elves experience puberty between 18-21.
<span style="color:darksalmon">Alariel:</span> Meaning that erection that you got- (she pauses)
//(Glimps down for a second)//
<span style="color:darksalmon">Alariel:</span> //Still have// marks the start of your puberty.
<span style="color:cadetblue;">$playerName:</span> ....
<span style="color:darksalmon">Alariel:</span> And adulthood.
<span style="color:darksalmon">Alariel:</span> Humans have them separated from one another but that's not important.
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:cadetblue;">$playerName:</span> (to yourself) I am an adult?
<span style="color:darksalmon">Alariel:</span> So yeah. That's why all this is happening to you.
<span style="color:cadetblue;">$playerName:</span> I see.
//I don't.//
<span style="color:darksalmon">Alariel:</span> So now you just need to get rid of that?
<span style="color:cadetblue;">$playerName:</span> Get rid of it ??
<img src="Images/Rework065update/Rework065update11.png" height=500 />
<span style="color:darksalmon">Alariel:</span> Haha. Not like that.
<span style="color:darksalmon">Alariel:</span> You just need to rub- I mean stroke it.
<span style="color:darksalmon">Alariel:</span> (quickly adds) Not now! Later. When you are alone.
<span style="color:darksalmon">Alariel:</span> And just think about things that arouse you while you do it.
<span id ="choice-1-1-1-1-1">
<<link "//Keep listening to her// 🎯">>
<<replace "#choice-1-1-1-1-1">>
<<set $mascLevel1nakedseriousface1 to false>>\
<<set $mascLevel1nakedconfrontface1 to true>>\
<<set $technique ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Like what?
<span style="color:darksalmon">Alariel:</span> Umm.
<span style="color:darksalmon">Alariel:</span> Like I said just think about what arouses you.
<span style="color:cadetblue;">$playerName:</span>...
<img src="Images/Rework065update/Rework065update12.png" height=500 />
<span style="color:darksalmon">Alariel:</span> Look.
<span style="color:darksalmon">Alariel:</span> I'm not the one to have this discussion with you.
<span style="color:darksalmon">Alariel:</span> Just...
//She looks at you seeing how clueless you are.//
<img src="Images/Rework065update/Rework065update22.jpg" width=500 />
<span style="color:darksalmon">Alariel:</span> Oh you know what.
<span style="color:darksalmon">Alariel:</span> Go buy some "naughty magazines" in the market and then you will figure it out.
<span style="color:darksalmon">Alariel:</span> Oh and here.
<span id="tooking">
<<link "//She reaches for the pouch she has underneath her clothes and hands it to you.//">>
<<replace "#tooking">>
<<set $money += 10>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She reaches for the pouch she has underneath her clothes and hands it to you.//
<span style="color:darksalmon">Alariel:</span> I was going to give you this today anyway.
<span style="color:darksalmon">Alariel:</span> Happy birthday $playerName.
<span style="color:darksalmon">Alariel:</span> Now let me finish please.
<span style="color:darksalmon">Alariel:</span> You can have the shower after me.
<span style="color:darksalmon">Alariel:</span> And I recommend a cold one.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Thanks Alariel.
<img src="Images/Rework065update/Rework065update13.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> And let's keep this between us ok?
<span style="color:darksalmon">Alariel:</span> Ok.
//She heads back in.//
//After she is done I go in.//
//As I let the water pour over me, the events of the conversation rush through my mind.//
//Naugthy magazines?//
//Adult?//
//Arousal?//
//Hard?//
//What has the world come to?//
//It has to be one of the weirdest days of my life.//
//Anyway. I should go and grab Maedhro with me.//
//I promised him we would go to academy together on our first day.//
//I should hurry.//
<<set $mascLevel1nakedconfrontface1 to false>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Bathroom][$mainStory to 1, $alarielStory to 1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Arouse me? Like what would (glimpse down at her breast) 💜//">>
<<replace "#choice-1-1-1-1-1">>\
<<set $mascLevel1nakedseriousface1 to false>>\
<<set $mascLevel1nakedconfrontface1 to true>>\
<<set $alarielCorruption ++>>\
//As you take a look at her breasts you feel your manhood growing even harder.//
<img src="Images/Rework065update/Rework065update20.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> And each person is different (her words become blurred)
//I can't take my eyes off of her!//
<span style="color:darksalmon">Alariel:</span> $playerName?
<span style="color:cadetblue;">$playerName:</span> (stares)
<span style="color:darksalmon">Alariel:</span> $playerName?
//She looks down.//
<span style="color:darksalmon">Alariel:</span> What the...
//She snaps her fingers.//
<span style="color:darksalmon">Alariel:</span> Hey.
//You come back to reality.//
<span style="color:cadetblue;">$playerName:</span> Sorry.
//What just happened?!//
<span style="color:darksalmon">Alariel:</span> ...
//She looks at you seeing how clueless you are.//
<span style="color:darksalmon">Alariel:</span> You shouldn't stare me like that.
<span style="color:darksalmon">Alariel:</span> Look. I realize now that... that...
<span style="color:darksalmon">Alariel:</span> I'm not the one to have this discussion with you.
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update22.jpg" width=500 />
<span style="color:darksalmon">Alariel:</span> Oh. You know what?
<span style="color:darksalmon">Alariel:</span> Go buy some "naughty magazines" in the market ok?
<span style="color:darksalmon">Alariel:</span> Oh and here.
<span id="tookies">
<<link "//She reaches for the pouch she has underneath her clothes and hands it to you.//">>
<<replace "#tookies">>
<<set $money += 10>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:darksalmon">Alariel:</span> I was going to give you this today anyway.
<span style="color:darksalmon">Alariel:</span> Happy birthday $playerName.
<span style="color:darksalmon">Alariel:</span> Now let me finish please.
<span style="color:darksalmon">Alariel:</span> You can have the shower after me.
<span style="color:darksalmon">Alariel:</span> And $playerName. I recommend a cold one.
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update13.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> And let's keep this between us ok?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:cadetblue;">$playerName:</span> Thanks Alariel.
<span style="color:darksalmon">Alariel:</span> Thank the Moon!
//She heads back in.//
//After she is done I go in.//
//As I let the water pour over me, the events of the conversation rush through my mind.//
//Naugthy magazines?//
//Adult?//
//Arousal?//
//Hard?//
//What has the world come to?//
//It has to be one of the weirdest days of my life.//
//Anyway. I should go and grab Maedhro with me.//
//I promised him we would go to school together.//
//I should hurry.//
<<set $mascLevel1nakedconfrontface1 to false>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Bathroom][$mainStory to 1, $alarielStory to 1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>/* Used for the navbar in cheats */
<<set $charCategory to "main">>
<<set $charPage to 1>>
/* Always set the current version, even on loaded games */
<<set $currentVersion to "0.66">>
/* Initialize validCodes if it doesn't exist */
<<if not def $validCodes>>
<<set $validCodes to {}>>
<</if>>
/* Set the valid codes */
<<set $validCodes["0.66"] to "Maedhroo">>
<<set $validCodes["0.67"] to "Cheatss">>
/* Only initialize these variables if they haven't been set yet */
<<if not def $initDone>>
<<set $initDone to true>>
<<set $cheatAccess to false>>
<<set $usedCheatVersion to "">>
<</if>>
/* Define the validation widget */
<<widget "validateCheatAccess">>
<<if $cheatAccess and $usedCheatVersion neq $currentVersion>>
<<set $cheatAccess to false>>
<</if>>
<</widget>>
/*Saving state before refreshing the page for side bar */
<<if not $initialized>>
<<set $initialized to true>>
<<set $mascC to false>>
<<set $femC to false>>
<<set $openEyesimageMasc to false>>
<<set $openEyesimageFem to false>>
<<set $defaultLevel1static to false>>
<<set $mascDefaultLevel1 to false>>
<<set $femDefaultLevel1 to false>>
<<set $mascLevel1defaultface1 to false>>
<<set $currentCharacterImage to "">>
<</if>>
<<script>>
// Create a global function
setup.checkScreenWidth = function() {
let screenWidth = window.innerWidth;
console.log("Screen width:", screenWidth);
if (screenWidth < 800) {
State.variables.dissablemap = false;
// Force close UI bar
$("#ui-bar").addClass("closed");
$("html").removeClass("ui-bar-open");
$("#story").removeClass("ui-bar-open");
$("#ui-bar-toggle").removeClass("open");
console.log("Mobile mode activated");
} else {
State.variables.dissablemap = true;
console.log("Desktop mode activated");
}
};
// Check on startup
$(document).one(':storyready', function (ev) {
setup.checkScreenWidth();
});
// Check on resize
$(window).on('resize', function() {
setup.checkScreenWidth();
});
<</script>>
/*Feaver Meter*/
<<newmeter 'fever'>>
<<colors "#8B0000" "#E6E6FA" "#333333">>
<<sizing '100%' '20px'>>
<<animation 1500ms>>
<</newmeter>>
/*MC Meters */
<<newmeter 'corruption'>><<colors '#bd59de' '#9e0dcf' '#333333'>><<sizing '100%' '20px'>><<animation 500ms>><</newmeter>>
<<newmeter 'intelligence'>><<colors '#6db7ff' '#1e90ff' '#333333'>><<sizing '100%' '20px'>><<animation 500ms>><</newmeter>>
<<newmeter 'charisma'>><<colors '#8fe38f' '#3dcf3d' '#333333'>><<sizing '100%' '20px'>><<animation 500ms>><</newmeter>>
<<newmeter 'strength'>><<colors '#4c4c94' '#0d0d6e' '#333333'>><<sizing '100%' '20px'>><<animation 500ms>><</newmeter>>
<<newmeter 'confidence'>><<colors '#ff6666' '#ff3333' '#333333'>><<sizing '100%' '20px'>><<animation 500ms>><</newmeter>>
<<newmeter 'technique'>><<colors '#ffffa6' '#ffff59' '#333333'>><<sizing '100%' '20px'>><<animation 500ms>><</newmeter>>
/* Alariel Meters */
<<newmeter 'alarielRel'>><<colors '#ff4dff' '#ff99ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'alarielCorruption'>><<colors '#800080' '#d580d5' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'alarielHandjob'>><<colors '#4d7fff' '#99b3ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'alarielBlowjob'>><<colors '#ff4d4d' '#ff9999' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'alarielSex'>><<colors '#ff944d' '#ffcc99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'alarielAnal'>><<colors '#4dff4d' '#99ff99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'alarielKink'>><<colors '#ffd700' '#fff7cc' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
/* Inledya Meters */
<<newmeter 'inledyaRel'>><<colors '#ff4dff' '#ff99ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'inledyaCorruption'>><<colors '#800080' '#d580d5' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'inledyaHandjob'>><<colors '#4d7fff' '#99b3ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'inledyaBlowjob'>><<colors '#ff4d4d' '#ff9999' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'inledyaSex'>><<colors '#ff944d' '#ffcc99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'inledyaAnal'>><<colors '#4dff4d' '#99ff99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'inledyaKink'>><<colors '#ffd700' '#fff7cc' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
/* Maedhro Meters */
<<newmeter 'maedhroRel'>><<colors '#ff4dff' '#ff99ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'maedhroCorruption'>><<colors '#800080' '#d580d5' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'maedhroHandjob'>><<colors '#4d7fff' '#99b3ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'maedhroBlowjob'>><<colors '#ff4d4d' '#ff9999' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'maedhroSex'>><<colors '#ff944d' '#ffcc99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'maedhroAnal'>><<colors '#4dff4d' '#99ff99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'maedhroKink'>><<colors '#ffd700' '#fff7cc' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
/* Philippa Meters */
<<newmeter 'philippaRel'>><<colors '#ff4dff' '#ff99ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'philippaCorruption'>><<colors '#800080' '#d580d5' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'philippaHandjob'>><<colors '#4d7fff' '#99b3ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'philippaBlowjob'>><<colors '#ff4d4d' '#ff9999' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'philippaSex'>><<colors '#ff944d' '#ffcc99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'philippaAnal'>><<colors '#4dff4d' '#99ff99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'philippaKink'>><<colors '#ffd700' '#fff7cc' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
/* Cecily Meters */
<<newmeter 'cecilyRel'>><<colors '#ff4dff' '#ff99ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'cecilyCorruption'>><<colors '#800080' '#d580d5' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'cecilyHandjob'>><<colors '#4d7fff' '#99b3ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'cecilyBlowjob'>><<colors '#ff4d4d' '#ff9999' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'cecilySex'>><<colors '#ff944d' '#ffcc99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'cecilyAnal'>><<colors '#4dff4d' '#99ff99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'cecilyKink'>><<colors '#ffd700' '#fff7cc' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
/* Thalia Meters */
<<newmeter 'thaliaRel'>><<colors '#ff4dff' '#ff99ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'thaliaCorruption'>><<colors '#800080' '#d580d5' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'thaliaHandjob'>><<colors '#4d7fff' '#99b3ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'thaliaBlowjob'>><<colors '#ff4d4d' '#ff9999' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'thaliaSex'>><<colors '#ff944d' '#ffcc99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'thaliaAnal'>><<colors '#4dff4d' '#99ff99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'thaliaKink'>><<colors '#ffd700' '#fff7cc' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
/* Rowena Meters */
<<newmeter 'rowenaRel'>><<colors '#ff4dff' '#ff99ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'rowenaCorruption'>><<colors '#800080' '#d580d5' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'rowenaHandjob'>><<colors '#4d7fff' '#99b3ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'rowenaBlowjob'>><<colors '#ff4d4d' '#ff9999' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'rowenaSex'>><<colors '#ff944d' '#ffcc99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'rowenaAnal'>><<colors '#4dff4d' '#99ff99' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'rowenaKink'>><<colors '#ffd700' '#fff7cc' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
/* Zog Meters (note: only has Relationship, Corruption, and Kink) */
<<newmeter 'zogRel'>><<colors '#ff4dff' '#ff99ff' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'zogCorruption'>><<colors '#800080' '#d580d5' '#333333'>><<sizing '100%' '20px'>><</newmeter>>
<<newmeter 'zogKink'>><<colors '#ffd700' '#fff7cc' '#333333'>><<sizing '100%' '20px'>><</newmeter>><<set $money = 10>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">>\<</replace>>\
<</timed>>
//(Tutorial: Your personal stats appear on the right side (on the left side for mobile users) : //
😈[Corruption]
🧠[Intelligence]
✨[Charisma]
💪[Strength]
🎭[Confidence]
🎯[Technique]
//NPC stats are in your notebook (check left sidebar "Open Notebook")://
❤️[Relationship]
💜[Corruption]
👋[Handjob]
👄[Blowjob]
🌟[Sex Skill]
⭐[Anal Skill]
🎀[Kink]
🔱[Dominance]
⛓️ [Submission]
//Stats change based on your choices. Improving these stats will unlock additional scenes and dialogues.//
//Important story decisions will be clearly marked. //
//Ps. Character quests can now be tracked. Check notebook. Oh and number keys can be used to make choices and "W" and "S" keys can be used for scrolling.
You can view this sheet again in the notebook.// )
<<set $inledyaStory to 1>>
[[I should go to the bathroom|Kitchen]]//Main Character stats: //
😈[Corruption]
🧠[Intelligence]
✨[Charisma]
💪[Strength]
🎭[Confidence]
🎯[Technique]
//NPC stats://
❤️[Relationship]
💜[Corruption]
👋[Handjob]
👄[Blowjob]
🌟[Sex Skill]
⭐[Anal Skill]
🎀[Kink]
🔱[Dominance]
⛓️ [Submission]
<<return>><<set $maedhroTrapContent = false>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I open Maedhrooms bedroom door.//
<img src="Images/Rework065update/Rework065update23.png" height=500 />
//I see him sitting on the side of the bed in deep thought.//
//He hasn't noticed you yet.//
<span id="Choice1">
<<link "//Stay quiet and observe //🧠">>
<<replace "#Choice1">>
<<set $intelligence++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Maedhro is sitting on the edge of his bed, lost in thought. He doesn't notice you as he continues to contemplate whatever it is that's weighing on his mind.//
<span style="color:chartreuse;">Maedhro: </span> (to himself) I can do this.
<span style="color:chartreuse;">Maedhro: </span> They wont bother me anymore.
<span style="color:chartreuse;">Maedhro: </span> Right?
//He glances towards the door and sees you.//
<span style="color:chartreuse;">Maedhro: </span> $playerName!
<span style="color:chartreuse;">Maedhro: </span> I was just about to come to see if you are ready.
<span style="color:cadetblue;">$playerName:</span> Yeah I am as ready as I-
<span id="huggy">
<<link "//Suddenly//">>
<<replace"#huggy">>
<<shake 1.5s>>
<img src="Images/Maedhro/hugging-maedhro.png" height=500 />
<</shake>>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//He jumps up and gives you a hug.//
<span style="color:chartreuse;">Maedhro: </span> Happy birthday $playerName!!
...
..
.
<span style="color:cadetblue;">$playerName:</span> Maedhro..
<span style="color:chartreuse;">Maedhro: </span> Yeah?
//He still hasn't broken the hug.//
//(Tutorial: Choices between asterisks (**) are story-changing decisions that will set characters on unique paths.)//
<span id="lego">
<<link"//*Tell him to stop// 🎭 //(straight and/or sharing and/or netori)*//">>
<<replace "#lego">>
<<set $confidence++>>\
<<set $maedhroDeg++>>\
<<set $deg++>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Maedhro that's enough.
<span style="color:chartreuse;">Maedhro: </span> Oh?
//He lets go.//
<span style="color:chartreuse;">Maedhro: </span> Sorry.
<span style="color:chartreuse;">Maedhro: </span> Here.
<span id="coinies">
<<link "//He takes your hand.//">>
<<replace "#coinies">>
<<set $money += 5>>\
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//And places few coins in it.//
<span style="color:chartreuse;">Maedhro: </span> I had a present prepared but..
//He realizes that he didn't want to tell you that.//
<img src="Images/Rework065update/Rework065update27.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> I.. I lost it.
<span style="color:cadetblue;">$playerName:</span> Lost it?
<span style="color:chartreuse;">Maedhro: </span> (nervous laughter) Yeah.. silly me.
//I don't want to press him on it.//
//Let's just drop it and head out.//
<span style="color:cadetblue;">$playerName:</span> We should get going.
<span style="color:chartreuse;">Maedhro: </span> Yeah we should.
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
[[Continue|Maedhro's room][$maedhroStory to 1]]
<</replace>>
<</link>>
<</replace>>
<</link>> | \
<<link"//*Wait for him to stop// ❤️ //(trap or female transformation, romance, love)*//">>
<<replace "#lego">>
<<set $maedhroRel++>>\
<<set $maedhroSub++>>\
<<set $romance++>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You wait a bit until he breaks the hug.//
//He finally does.//
<span style="color:chartreuse;">Maedhro: </span> Oh.
<span id="gift">
<<link "//He takes your hand.//">>
<<replace "#gift">>
<<set $money += 5>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//And places few coins in it.//
<span style="color:chartreuse;">Maedhro: </span> Sorry I lost the present- (he realizes he shouldn't have said it)
<span style="color:cadetblue;">$playerName:</span> You lost it?
<img src="Images/Rework065update/Rework065update26.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> (nervous laughter) Yeah.. Silly me.
//I don't want to press him on it.//
//Let's just drop it and head out.//
<span style="color:cadetblue;">$playerName:</span> We should get going.
<span style="color:chartreuse;">Maedhro: </span> Yeah we should.
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
[[Continue|Maedhro's room][$maedhroStory to 1]]
<</replace>>
<</link>>
<</replace>>
<</link>>| \
<<link"//*Hug him back// 💜 //(trap or female transformation, power play, )*//">>
<<replace "#lego">>
<<set $maedhroCorruption++>>\
<<set $maedhroDom++>>\
<<set $lust++>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update24.png" height=500 />
//I decide to hug him back.//
//He seems to really need it.//
//He holds onto you for a moment.//
//He breaks the hug.//
<span style="color:chartreuse;">Maedhro: </span> Oh. Here.
<span id="iscoins">
<<link "//He takes your hand.//">>
<<replace "#iscoins">>
<<set $money += 5>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//And places few coins in it.//
<span style="color:cadetblue;">$playerName:</span> What's this?
<span style="color:chartreuse;">Maedhro: </span> Your birthday present.
<span style="color:cadetblue;">$playerName:</span> Thanks.
<span style="color:chartreuse;">Maedhro: </span> I had a whole present for you but (he realizes he shouldn't have said it)
<span style="color:cadetblue;">$playerName:</span> Had?
<span style="color:chartreuse;">Maedhro: </span> Yeah I kinda-
<span style="color:chartreuse;">Maedhro: </span> Lost it (nervous laughter)
<img src="Images/Rework065update/Rework065update25.jpg" height=500 />
<span style="color:chartreuse;">Maedhro: </span> Silly me.
//He seems to be not wanting to talk about it.//
//Let's just drop it and head out.//
<span style="color:cadetblue;">$playerName:</span> We should get going.
<span style="color:chartreuse;">Maedhro: </span> Yeah we should.
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
[[Continue|Maedhro's room][$maedhroStory to 1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Call him out// ✨">>
<<replace "#Choice1">>
<<set $charisma++>>\
<<set $setm$scLevel1defaultface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Today is going to be great. You ready?
//Hearing you say that instantly lifts his spirits.//
<span style="color:chartreuse;">Maedhro: </span> $playerName!
<span style="color:chartreuse;">Maedhro: </span> Hey!
//He rushes up from his bed.//
<span style="color:chartreuse;">Maedhro: </span> I was just about to come see if you were ready.
<span style="color:cadetblue;">$playerName:</span> Yeah. Let's get going-
<span id="huggy">
<<link "//Suddenly//">>
<<replace"#huggy">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 1.5s>>
<img src="Images/Maedhro/hugging-maedhro.png" height=500 />
<</shake>>
//He hugs you.//
<span style="color:chartreuse;">Maedhro: </span> Happy Birthday $playerName!!
...
..
.
<span style="color:cadetblue;">$playerName:</span> Maedhro..
//He still hasn't broken the hug.//
//(Tutorial: Choices between asterisks (**) are story-changing decisions that will set characters on unique paths.)//
<span id="lego">
<<link"//*Tell him to stop// 🎭 //(straight and/or sharing and/or netori)*//">>
<<replace "#lego">>
<<set $confidence++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<set $maedhroDeg++>>\
<<set $deg++>>\
<span style="color:cadetblue;">$playerName:</span> Maedhro that's enough.
<span style="color:chartreuse;">Maedhro: </span> Oh?
//He lets go.//
<span style="color:chartreuse;">Maedhro: </span> Sorry.
<span style="color:chartreuse;">Maedhro: </span> Here.
<span id="coinies">
<<link "//He takes your hand.//">>
<<replace "#coinies">>
<<set $money += 5>>\
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//And places few coins in it.//
<span style="color:chartreuse;">Maedhro: </span> I had a present prepared but..
//He realizes that he didn't want to tell you that.//
<img src="Images/Rework065update/Rework065update27.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> I.. I lost it.
<span style="color:cadetblue;">$playerName:</span> Lost it?
<span style="color:chartreuse;">Maedhro: </span> (nervous laughter) Yeah.. silly me.
//I don't want to press him on it.//
//Let's just drop it and head out.//
<span style="color:cadetblue;">$playerName:</span> We should get going.
<span style="color:chartreuse;">Maedhro: </span> Yeah we should.
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
[[Continue|Maedhro's room][$maedhroStory to 1]]
<</replace>>
<</link>>
<</replace>>
<</link>> | \
<<link"//*Wait for him to stop// ❤️ //(trap or female transformation, romance, love)*//">>
<<replace "#lego">>
<<set $maedhroRel++>>\
<<set $maedhroSub++>>\
<<set $romance++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You wait a bit until he breaks the hug.//
//He finally does.//
<span style="color:chartreuse;">Maedhro: </span> Oh.
<span id="gift">
<<link "//He takes your hand.//">>
<<replace "#gift">>
<<set $money += 5>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//And places few coins in it.//
<span style="color:chartreuse;">Maedhro: </span> Sorry I lost the present- (he realizes he shouldn't have said it)
<span style="color:cadetblue;">$playerName:</span> You lost it?
<img src="Images/Rework065update/Rework065update26.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> (nervous laughter) Yeah.. Silly me.
//I don't want to press him on it.//
//Let's just drop it and head out.//
<span style="color:cadetblue;">$playerName:</span> We should get going.
<span style="color:chartreuse;">Maedhro: </span> Yeah we should.
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
[[Continue|Maedhro's room][$maedhroStory to 1]]
<</replace>>
<</link>>
<</replace>>
<</link>> | \
<<link"//*Hug him back// 💜 //(trap or female transformation, power play)*//">>
<<replace "#lego">>
<<set $maedhroCorruption++>>
<<set $maedhroDom++>>\
<<set $lust++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update24.png" height=500 />
//I decide to hug him back.//
//He seems to really need it.//
//He holds onto you for a moment.//
//He breaks the hug.//
<span style="color:chartreuse;">Maedhro: </span> Oh. Here.
<span id="iscoins">
<<link "//He takes your hand.//">>
<<replace "#iscoins">>
<<set $money +=5>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//And places few coins in it.//
<span style="color:cadetblue;">$playerName:</span> What's this?
<span style="color:chartreuse;">Maedhro: </span> Your birthday present.
<span style="color:cadetblue;">$playerName:</span> Thanks.
<span style="color:chartreuse;">Maedhro: </span> I had a whole present for you but (he realizes he shouldn't have said it)
<span style="color:cadetblue;">$playerName:</span> Had?
<span style="color:chartreuse;">Maedhro: </span> Yeah I kinda-
<span style="color:chartreuse;">Maedhro: </span> Lost it (nervous laughter)
<img src="Images/Rework065update/Rework065update25.jpg" height=500 />
<span style="color:chartreuse;">Maedhro: </span> Silly me.
//He seems to be not wanting to talk about it.//
//Let's just drop it and head out.//
<span style="color:cadetblue;">$playerName:</span> We should get going.
<span style="color:chartreuse;">Maedhro: </span> Yeah we should.
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
[[Continue|Maedhro's room][$maedhroStory to 1]]
<</replace>>
<</link>>
<</replace>>
<</link>> | \
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I open Maedhrooms bedroom door.//
<img src="Images/Rework065update/Rework065update23.png" height=500 />
//I see him sitting on the side of the bed in deep thought.//
//He hasn't noticed you yet.//
<span id="Choice1">
<<link "//Stay quiet and observe //🧠">>
<<replace "#Choice1">>
<<set $intelligence++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Maedhro is sitting on the edge of his bed, lost in thought. He doesn't notice you as he continues to contemplate whatever it is that's weighing on his mind.//
<span style="color:chartreuse;">Maedhro: </span> (to himself) I can do this.
<span style="color:chartreuse;">Maedhro: </span> They wont bother me anymore.
<span style="color:chartreuse;">Maedhro: </span> Right?
//He glances towards the door and sees you.//
<span style="color:chartreuse;">Maedhro: </span> $playerName!
<span style="color:chartreuse;">Maedhro: </span> I was just about to come to see if you are ready.
<span style="color:cadetblue;">$playerName:</span> Yeah I am as ready as I-
<span id="huggy">
<<link "//Suddenly//">>
<<replace"#huggy">>
<<shake 1.5s>>
<img src="Images/Maedhro/hugging-maedhro.png" height=500 />
<</shake>>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//He jumps up and gives you a hug.//
<span style="color:chartreuse;">Maedhro: </span> Happy birthday $playerName!!
...
..
.
<span style="color:cadetblue;">$playerName:</span> Maedhro..
<span style="color:chartreuse;">Maedhro: </span> Yeah?
//He still hasn't broken the hug.//
//(Tutorial: Choices between asterisks (**) are story-changing decisions that will set characters on unique paths.)//
<span id="lego">
<<link"//*Tell him to stop// 🎭 //(NTR romance or NTR sub, transformation)*//">>
<<replace "#lego">>
<<set $confidence++>>\
<<set $maedhroSub++>>\
<<set $lust++>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Maedhro that's enough.
<span style="color:chartreuse;">Maedhro: </span> Oh?
//He lets go.//
<span style="color:chartreuse;">Maedhro: </span> Sorry.
<span style="color:chartreuse;">Maedhro: </span> Here.
<span id="coinies">
<<link "//He takes your hand.//">>
<<replace "#coinies">>
<<set $money +=5>>\
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//And places few coins in it.//
<span style="color:chartreuse;">Maedhro: </span> I had a present prepared but..
//He realizes that he didn't want to tell you that.//
<img src="Images/Rework065update/Rework065update27.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> I.. I lost it.
<span style="color:cadetblue;">$playerName:</span> Lost it?
<span style="color:chartreuse;">Maedhro: </span> (nervous laughter) Yeah.. silly me.
//I don't want to press him on it.//
//Let's just drop it and head out.//
<span style="color:cadetblue;">$playerName:</span> We should get going.
<span style="color:chartreuse;">Maedhro: </span> Yeah we should.
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
[[Continue|Maedhro's room][$maedhroStory to 1]]
<</replace>>
<</link>>
<</replace>>
<</link>> | \
<<link"//*Wait for him to stop// ❤️// (transformation, romance, love)*//">>
<<replace "#lego">>
<<set $maedhroRel++>>\
<<set $maedhroDom++>>\
<<set $romance++>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You wait a bit until he breaks the hug.//
//He finally does.//
<span style="color:chartreuse;">Maedhro: </span> Oh.
<span id="gift">
<<link "//He takes your hand.//">>
<<replace "#gift">>
<<set $money +=5>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//And places few coins in it.//
<span style="color:chartreuse;">Maedhro: </span> Sorry I lost the present- (he realizes he shouldn't have said it)
<span style="color:cadetblue;">$playerName:</span> You lost it?
<img src="Images/Rework065update/Rework065update26.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> (nervous laughter) Yeah.. Silly me.
//I don't want to press him on it.//
//Let's just drop it and head out.//
<span style="color:cadetblue;">$playerName:</span> We should get going.
<span style="color:chartreuse;">Maedhro: </span> Yeah we should.
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
[[Continue|Maedhro's room][$maedhroStory to 1]]
<</replace>>
<</link>>
<</replace>>
<</link>>| \
<<link"//*Hug him back// 💜// (transformation, power play dom or sub))*//">>
<<replace "#lego">>
<<set $maedhroCorruption++>>\
<<set $maedhroDeg++>>\
<<set $deg++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update24.png" height=500 />
//I decide to hug him back.//
//He seems to really need it.//
//He holds onto you for a moment.//
//He breaks the hug.//
<span style="color:chartreuse;">Maedhro: </span> Oh. Here.
<span id="iscoins">
<<link "//He takes your hand.//">>
<<replace "#iscoins">>
<<set $money+= 5>>\
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//And places few coins in it.//
<span style="color:cadetblue;">$playerName:</span> What's this?
<span style="color:chartreuse;">Maedhro: </span> Your birthday present.
<span style="color:cadetblue;">$playerName:</span> Thanks.
<span style="color:chartreuse;">Maedhro: </span> I had a whole present for you but (he realizes he shouldn't have said it)
<span style="color:cadetblue;">$playerName:</span> Had?
<span style="color:chartreuse;">Maedhro: </span> Yeah I kinda-
<span style="color:chartreuse;">Maedhro: </span> Lost it (nervous laughter)
<img src="Images/Rework065update/Rework065update25.jpg" height=500 />
<span style="color:chartreuse;">Maedhro: </span> Silly me.
//He seems to be not wanting to talk about it.//
//Let's just drop it and head out.//
<span style="color:cadetblue;">$playerName:</span> We should get going.
<span style="color:chartreuse;">Maedhro: </span> Yeah we should.
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
[[Continue|Maedhro's room][$maedhroStory to 1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Call him out// ✨">>
<<replace "#Choice1">>
<<set $charisma++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Today is going to be great. You ready?
//Hearing you say that instantly lifts his spirits.//
<span style="color:chartreuse;">Maedhro: </span> $playerName!
<span style="color:chartreuse;">Maedhro: </span> Hey!
//He rushes up from his bed.//
<span style="color:chartreuse;">Maedhro: </span> I was just about to come see if you were ready.
<span style="color:cadetblue;">$playerName:</span> Yeah. Let's get going-
<span id="huggy">
<<link "//Suddenly//">>
<<replace"#huggy">>
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 1.5s>>
<img src="Images/Maedhro/hugging-maedhro.png" height=500 />
<</shake>>
//He hugs you.//
<span style="color:chartreuse;">Maedhro: </span> Happy Birthday $playerName!!
...
..
.
<span style="color:cadetblue;">$playerName:</span> Maedhro..
//He still hasn't broken the hug.//
//(Tutorial: Choices between asterisks (**) are story-changing decisions that will set characters on unique paths.)//
<span id="lego">
<<link"//*Tell him to stop// 🎭 //(NTR romance or NTR sub, transformation)*//">>
<<replace "#lego">>
<<set $confidence++>>\
<<set $maedhroSub++>>\
<<set $lust++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1dom to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Maedhro that's enough.
<span style="color:chartreuse;">Maedhro: </span> Oh?
//He lets go.//
<span style="color:chartreuse;">Maedhro: </span> Sorry.
<span style="color:chartreuse;">Maedhro: </span> Here.
<span id="coinies">
<<link "//He takes your hand.//">>
<<replace "#coinies">>
<<set $money += 5>>\
<<set $mascLevel1softsmileface1dom to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//And places few coins in it.//
<span style="color:chartreuse;">Maedhro: </span> I had a present prepared but..
//He realizes that he didn't want to tell you that.//
<img src="Images/Rework065update/Rework065update27.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> I.. I lost it.
<span style="color:cadetblue;">$playerName:</span> Lost it?
<span style="color:chartreuse;">Maedhro: </span> (nervous laughter) Yeah.. silly me.
//I don't want to press him on it.//
//Let's just drop it and head out.//
<span style="color:cadetblue;">$playerName:</span> We should get going.
<span style="color:chartreuse;">Maedhro: </span> Yeah we should.
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
[[Continue|Maedhro's room][$maedhroStory to 1]]
<</replace>>
<</link>>
<</replace>>
<</link>> | \
<<link"//*Wait for him to stop// ❤️ //(transformation, romance, love)*//">>
<<replace "#lego">>
<<set $maedhroRel++>>\
<<set $maedhroDom++>>\
<<set $romance++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You wait a bit until he breaks the hug.//
//He finally does.//
<span style="color:chartreuse;">Maedhro: </span> Oh.
<span id="gift">
<<link "//He takes your hand.//">>
<<replace "#gift">>
<<set $money += 5>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//And places few coins in it.//
<span style="color:chartreuse;">Maedhro: </span> Sorry I lost the present- (he realizes he shouldn't have said it)
<span style="color:cadetblue;">$playerName:</span> You lost it?
<img src="Images/Rework065update/Rework065update26.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> (nervous laughter) Yeah.. Silly me.
//I don't want to press him on it.//
//Let's just drop it and head out.//
<span style="color:cadetblue;">$playerName:</span> We should get going.
<span style="color:chartreuse;">Maedhro: </span> Yeah we should.
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
[[Continue|Maedhro's room][$maedhroStory to 1]]
<</replace>>
<</link>>
<</replace>>
<</link>> | \
<<link"//*Hug him back// 💜 //(transformation, power play)*//">>
<<replace "#lego">>
<<set $maedhroCorruption++>>\
<<set $maedhroDeg++>>\
<<set $deg++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update24.png" height=500 />
//I decide to hug him back.//
//He seems to really need it.//
//He holds onto you for a moment.//
//He breaks the hug.//
<span style="color:chartreuse;">Maedhro: </span> Oh. Here.
<span id="iscoins">
<<link "//He takes your hand.//">>
<<replace "#iscoins">>
<<set $money += 5>>\
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//And places few coins in it.//
<span style="color:cadetblue;">$playerName:</span> What's this?
<span style="color:chartreuse;">Maedhro: </span> Your birthday present.
<span style="color:cadetblue;">$playerName:</span> Thanks.
<span style="color:chartreuse;">Maedhro: </span> I had a whole present for you but (he realizes he shouldn't have said it)
<span style="color:cadetblue;">$playerName:</span> Had?
<span style="color:chartreuse;">Maedhro: </span> Yeah I kinda-
<span style="color:chartreuse;">Maedhro: </span> Lost it (nervous laughter)
<img src="Images/Rework065update/Rework065update25.jpg" height=500 />
<span style="color:chartreuse;">Maedhro: </span> Silly me.
//He seems to be not wanting to talk about it.//
//Let's just drop it and head out.//
<span style="color:cadetblue;">$playerName:</span> We should get going.
<span style="color:chartreuse;">Maedhro: </span> Yeah we should.
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
[[Continue|Maedhro's room][$maedhroStory to 1]]
<</replace>>
<</link>>
<</replace>>
<</link>> | \
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</if>>\<<set $currentLocation = "Academy Hallway">>
<<if $time neq "Night">>\
<<if $herbologyStory lt 1>>\
<div class="description-box-academy-hallway-intro">
//You are Academy's main hallway. The hallway is full of new students.//
</div>
<<set document.body.style.backgroundImage = "url('Images/Locations/AcademyHallwayDay1.png')">>
<<elseif $herbologyStory gte 1>>\
<div class="description-box-academy-hallway-intro">\
<<if $time is "Early Morning">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/AcademyHallwayMorning.png')">>
//You are Academy's main hallway. The hallway is full of new students.//
<<elseif $time is "Morning" or $time is "Early Afternoon" or $time is "Late Afternoon">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/AcademyHallwayMorningv2.png')">>
//You are Academy's main hallway. The hallway is full of new students.//
<<elseif $time is "Afternoon">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/AcademyHallwayMorning.png')">>
//You are Academy's main hallway. The hallway is full of new students.//
<<elseif $time is "Evening" or $time is "Late Evening">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/AcademyHallwayDefault.jpg')">>
//You are Academy's main hallway. It's getting late.//
<<elseif $time is "Night">>\
//You are Academy's main hallway. I't night. I should head home.//
<<set document.body.style.backgroundImage = "url('Images/Locations/academy-hallway-night.jpg')">>
<</if>>
</div>
<</if>>
<</if>>
<<if $time is "Night">>\
//You are Academy's main hallway. I't night. I should head home.//
<<set document.body.style.backgroundImage = "url('Images/Locations/academy-hallway-night.jpg')">>
<</if>>
<div class="description-box-academy-hallway">\
Interactions:
<<if $herbologyStory lt 1>>\
<<if $exploreHallwayDay1 lt 3>>\
I have <<if $exploreHallwayDay1 is 0>>1 hour<<elseif $exploreHallwayDay1 is 1>>40 minutes<<elseif $exploreHallwayDay1 is 2>>20minutes<</if>> to explore.
<<else>>
[[I should go to class|Herbology Story 1]]
<</if>>\
<<if $notVisitedPrince is true>>\
[[Did the principal just walk into that classroom 😈🧠]]
<</if>>
<<if $notVisitedOrianna is true>>\
[[Oh there's Orianna ✨🧠]]
<</if>>
<<if $notVisitedElfDay1 is true>>\
[[There is a fellow elf standing over there 🎭]]
<</if>>\
\
<<elseif $herbologyStory is 1 and $dayOneFuckForAmmends is false>>
[[Event: What a first day. I should head-. Wait. What's this I hear?|Day1ClassroomFuck]]
\
<<elseif $herbologyStory is 1 and $dayOneFuckForAmmends is true and $daynumber lte 1>>
<span style="color:coral;">//Ok. I really should get back<span style="font-weight:bold;"> home.</span>//</span>
\
<<else>>\
<<if $daynumber gte 2 and $time neq "Night">>\
[[Pass time ⏰|LVL0AcademyHallwayEv]]
<<else>>\
<span style="color:coral;">//It's late. I should head<span style="font-weight:bold;"> home</span>//.</span>
<</if>>\
<<if $phillipaStory gte 4 and $thaliaStory is 0 and $time neq "Night">>\
[[Event: What's this?|ThaliaStory1]]
<</if>>\
<<if $femC is true>>\
<<if $thaliaStory is 1 and $thaliaRel gte 10 and $lust gte $romance and $lust gte $deg>>\
[[Event: Looks like Thalia is happy|ThaliaStory2FEMSUB]]
<</if>>\
<<if $thaliaStory is 1 and $thaliaRel gte 10 and $deg gte $romance and $deg gte $lust>>\
[[Event: Looks like Thalia is happy|ThaliaStory2FEMDEG]]
<</if>>\
<<if $thaliaStory is 1 and $thaliaRel gte 10 and $romance gte $lust and $romance gte $deg>>\
[[Event: Looks like Thalia is happy|ThaliaStory2ROMSUB]]
<</if>>\
<<if $thaliaStory is 2 >>\
[[Event: Thalia waves at you|ThaliaStory3FEMS]]
<</if>>\
<<if $thaliaStory is 3 and $thaliaRel gte 20 and $thaliaDeg gt $thaliaSub and $thaliaDeg gt $thaliaDom>>\
[[Event: Thalia walks towards you|ThaliaStory3.5FEMDEG]]
<</if>>\
<<if $thaliaStory is 3 and $thaliaRel gte 20 and $thaliaSub gt $thaliaDeg and $thaliaSub gt $thaliaDom>>\
[[Event: Thalia walks towards you|ThaliaStory3.5FEMSUB/NTR]]
<</if>>\
<<if $thaliaStory is 3 and $thaliaRel gte 20 and $thaliaDom gt $thaliaSub and $thaliaDom gt $thaliaDeg>>\
[[Event: Thalia walks towards you|ThaliaStory3.5FEMROM]]
<</if>>\
<<if $thaliaStory is 4 and $thaliaDeg gt $thaliaSub and $thaliaDeg gt $thaliaDom and $time is "Early Morning">>\
[[Event: There's Thalia.|ThaliaStory4FEMDEG]]
<</if>>\
<<if $thaliaStory is 4 and $thaliaSub gt $thaliaDeg and $thaliaSub gt $thaliaDom and $time is "Early Morning">>\
[[Event: Who is Thalia talking to?|ThaliaStory4FEMSUB/NTR]]
<</if>>\
<<if $thaliaStory is 4 and $thaliaDom gt $thaliaSub and $thaliaDom gt $thaliaDeg and $time is "Early Morning">>\
[[Event: Who is Thalia talking to?|ThaliaStory4FEMROM]]
<</if>>\
<<if $thaliaStory is 6 and $thaliaDom gte $thaliaSub and $thaliaDom gte $thaliaDeg and $time neq "Night">>
[[Event: Thalia is in the Hallway|ThaliaStory7FEMROM]]
<</if>>\
<<if $thaliaStory is 6 and $thaliaDeg gte $thaliaSub and $thaliaDeg gte $thaliaDom and $time neq "Night">>\
[[Event: Thalia is in the Hallway|ThaliaStory7FEMDEG]]
<</if>>\
<<if $thaliaStory is 6 and $thaliaSub gte $thaliaDom and $thaliaSub gte $thaliaDeg and $time neq "Night">>
[[Event: Thalia is in the Hallway|ThaliaStory7FEMNTR]]
<</if>>\
\
\
\
\
<<elseif $mascC is true>>\
<<if $thaliaStory is 1 and $thaliaRel gte 10 and $lust gt $romance>>\
[[Event: Looks like Thalia is happy|ThaliaStory2MASCDOM]]
<</if>>\
<<if $thaliaStory is 1 and $thaliaRel gte 10 and $romance gt $lust>>\
[[Event: Looks like Thalia is happy|ThaliaStory2MASCROM]]
<</if>>\
<<if $thaliaStory is 2 >>\
[[Event: Thalia waves at you|ThaliaStory3MASCROM]]
<</if>>\
<<if $thaliaStory is 3 and $thaliaRel gte 20 and $thaliaDom gt $thaliaSub and $thaliaDom gt $thaliaDeg>>\
[[Event: Thalia walks towards you|ThaliaStory3.5MASCDOM]]
<</if>>\
<<if $thaliaStory is 3 and $thaliaRel gte 20 and $thaliaSub gt $thaliaDom and $thaliaSub gt $thaliaDeg>>\
[[Event: I should go see what Thalia is up to|ThaliaStory3.5MASCROM]]
<</if>>\
<<if $thaliaStory is 4 and $thaliaDom gt $thaliaSub and $thaliaDom gt $thaliaDeg and $time is "Early Morning">>\
[[Event: Who is Thalia talking to?|ThaliaStory4MASCDOM]]
<</if>>\
<<if $thaliaStory is 4 and $thaliaSub gt $thaliaDom and $thaliaSub gt $thaliaDeg and $time is "Early Morning">>\
[[Event: Who is Thalia talking to?|ThaliaStory4MASCROM]]
<</if>>\
<<if $thaliaStory is 6 and $thaliaDom gte $thaliaSub and $thaliaDom gte $thaliaDeg and $time neq "Night">>
[[Event: Thalia is in the Hallway|ThaliaStory7MASCDOM]]
<</if>>\
<<if $thaliaStory is 6 and $thaliaDeg gte $thaliaSub and $thaliaDeg gte $thaliaDom and $time neq "Night">>
[[Event: Thalia is in the Hallway|ThaliaStory7MASCDICK]]
<</if>>\
<<if $thaliaStory is 6 and $thaliaSub gte $thaliaDom and $thaliaSub gte $thaliaDeg and $time neq "Night">>
[[Event: Thalia is in the Hallway|ThaliaStory7MASCROM]]
<</if>>\
<</if>>\
<</if>>
</div>
<div class="navigation-box">\
<<if $herbologyStory lt 1>>\
<span style="color:coral;">//I have some time to explore. <span style="font-weight:bold;"></span><<if $incestOn>><<else>><</if>>
<<else>>\
<<if $thaliaStory gte 1 and $time neq "Night">>\
Interactions:
[[Donate for the war effort]]
<</if>>\
Go to:
<<if $time neq "Night">>\
<<if $time neq "Evening">>\
[[Herbology class|Herbology classroom]] | \
<</if>>\
<<if $daynumber gte 2>>\
[[Library|Library]] | \
<<if $maedhroStory gte 6>> \
[[Gym|Academy Gym]] | \
<</if>>\
<</if>>\
<<if $done is true>>\
[[Bathroom|School Bathroom]] | \
<</if>>\
<</if>>\
<<if $dayOneFuckForAmmends is true>>\
[[Go back outside|Academy]]\
<</if>>\
<</if>>
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-academy-hallway-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-academy-hallway {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-hallway-intro,
.description-box-academy-hallway,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<set $exploreTime = 0>>\
<<set $seeingBoysInTheAcademyStory1 to true>>\
<<set $seeingThaliaInTheAcademyStory1 to true>>\
<<set $seeingOriannaInTheAcademyStory1 to true>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//You, Alariel and Maedhro reach the entrance of the academy.//
<img src="Images/Rework065update/Rework065update47.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (Out of breath).. oueh...
<span style="color:chartreuse;">Maedhro:</span> Did we make it?
//There are hundreds of other students around.//
//It's so busy.//
//A lot of them are wearing uniforms.//
<img src="Images/Rework065update/Rework065update48.png" height=500 />
<span style="color:darksalmon">Alariel:</span> So. Here we are.
<span style="color:chartreuse;">Maedhro:</span> Wow it's so cool.
<span id="mid">
<<link "//You see a girl walking towards you.//">>
<<replace "#mid">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update41.jpg" height=500 />
<span style="color:#ffc14d;">Girl:</span> Well hello there!
<span style="color:#ffc14d;">Girl:</span> Are you new first years?
<span style="color:#ffc14d;">Girl:</span> (looks at Alariel) (surprisingly) Alariel?
<span style="color:darksalmon">Alariel:</span> (dismissively) Hi.
<span style="color:#ffc14d;">Girl:</span> Oh my godess, how are you?
<span style="color:darksalmon">Alariel:</span> Great.
//You sense that Alariel is not happy to see her.//
//Who is this girl?//
<span style="color:#ffc14d;">Girl:</span> And who's this?
//She looks at Maedhro and you.//
<span style="color:chartreuse;">Maedhro:</span> I'm.. I'm Maedhro.
<span style="color:#ffc14d;">Girl:</span> Hey Maedhro.
//She then looks at you.//
<span id="choice1">
<<link "//Introduce yourself// ✨">>
<<replace "#choice1">>
<<set $charisma++>>\
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> My name is $playerName.
<img src="Images/Rework065update/Rework065update42.jpg" height=500 />
<span style="color:#ffc14d;">Girl:</span> Nice to meet you $playerName.
<span style="color:#ffc14d;">Girl:</span> I'm Orianna. I'm a second year just like Alariel.
<span style="color:#ffc14d;">Orianna:</span> I'm going to make sure you first years are welcomed and informed.
<span style="color:#ffc14d;">Orianna:</span> So if you have any questions just ask and I'll do my best to help you.
<span style="color:chartreuse;">Maedhro:</span> That's so kind of you.
<span style="color:#ffc14d;">Orianna:</span> Don't worry about it.
<span style="color:chartreuse;">Maedhro:</span> Isn't the speech starting soon?
<span style="color:#ffc14d;">Orianna:</span> Initially it was scheduled to start in 10 minutes.
<span style="color:#ffc14d;">Orianna:</span> But since there was the queens speech it is delayed and will start in an hour.
<img src="Images/Rework065update/Rework065update49.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> That's perfect.
<span style="color:#ffc14d;">Orianna:</span> Hehe.
<span id="alarielWhy">
<<link "//Alariel turns towards you and Maedhro.//">>
<<replace "#alarielWhy">>
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:darksalmon">Alariel:</span> I'm going to grab my books.
//And she just walks off.//
<span style="color:#ffc14d;">Orianna:</span> Oh? (cutely) Bye.
//What's gotten into her?//
//So far what I can assume is that she doesn't like Orianna.//
//Why?//
//She seems nice.//
<span style="color:#ffc14d;">Orianna:</span> So since you have some time before the speech feel free to look around.
<span style="color:#ffc14d;">Orianna:</span> What majors are you guys thinking of pursuing?
<span style="color:chartreuse;">Maedhro:</span> Something to do with magic.
<span style="color:#ffc14d;">Orianna:</span> (Cute laughter) So you are rich then?
<span style="color:chartreuse;">Maedhro:</span> Rich?
<img src="Images/Rework065update/Rework065update46.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Magic studies are really costly.
<span style="color:#ffc14d;">Orianna:</span> Usually privileged kids are the ones who go down that path.
<span style="color:chartreuse;">Maedhro:</span> Oh...
<span style="color:#ffc14d;">Orianna:</span> Hehe.. Don't worry about it. I'm sure there are other subjects you could choose from.
<span style="color:#ffc14d;">Orianna:</span> Oh. Looks like these first years are lost.
<span style="color:#ffc14d;">Orianna:</span> I'm going to check on them.
<span style="color:#ffc14d;">Orianna:</span> Nice meeting you Maedhro.
<span id="Ula">
<<link "//And as she starts walking away she looks into your eyes.//">>
<<replace "#Ula">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update43.png" height=500 />
<span style="color:#ffc14d;">Orianna:</span> $playerName.
[[Continue|FirstDayAcademyLookAround][$firstDay to 2]]
<</replace>>
<</link>>
<</replace>>
<</link>>
<</replace>>
<</link>> | \
<<link "//Be vague like Alariel// ❤️">>
<<replace "#choice1">>
<<set $alarielRel++>>\
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I decide not to answer her and be vague like Alariel.//
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update44.jpg" height=500 />
<span style="color:#ffc14d;">Girl:</span> ...
<span style="color:#ffc14d;">Girl:</span> Well I'm Orianna. I'm a second year just like Alariel.
<span style="color:#ffc14d;">Orianna:</span> I'm going to make sure you first years are welcomed and informed.
<span style="color:#ffc14d;">Orianna:</span> So if you have any questions just ask and I'll do my best to help you.
<span style="color:chartreuse;">Maedhro:</span> That's so kind of you.
<span style="color:#ffc14d;">Orianna:</span> Don't worry about it.
<span style="color:chartreuse;">Maedhro:</span> Isn't the speech starting soon?
<span style="color:#ffc14d;">Orianna:</span> Initially it was scheduled to start in 10 minutes.
<span style="color:#ffc14d;">Orianna:</span> But since there was the queens speech it is delayed and will start in an hour.
<img src="Images/Rework065update/Rework065update49.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> That's perfect.
<span style="color:#ffc14d;">Orianna:</span> Hehe.
<span style="color:#ffc14d;">Orianna:</span> So since you have some time before the speech feel free to look around.
<span style="color:#ffc14d;">Orianna:</span> What majors are you guys thinking of pursuing?
<span style="color:chartreuse;">Maedhro:</span> Something to do with magic.
<img src="Images/Rework065update/Rework065update45.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> (Cute laughter) So you are rich then?
<span style="color:chartreuse;">Maedhro:</span> Rich?
<span style="color:#ffc14d;">Orianna:</span> Magic studies are really costly.
<span style="color:#ffc14d;">Orianna:</span> Usually privileged kids are the ones who go down that path.
<span style="color:chartreuse;">Maedhro:</span> Oh...
<span style="color:#ffc14d;">Orianna:</span> Hehe.. Don't worry about it. I'm sure there are other subjects you could choose from.
<span style="color:#ffc14d;">Orianna:</span> Oh. Looks like these first years are lost.
<span style="color:#ffc14d;">Orianna:</span> I'm going to check on them.
<span style="color:#ffc14d;">Orianna:</span> Nice meeting you Maedhro.
<span id="gh">
<<link "//And as she starts walking away she looks into your eyes.//">>
<<replace "#gh">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update43.png" height=500 />
<span style="color:#ffc14d;">Orianna:</span> $playerName.
<span style="color:darksalmon">Alariel:</span> (tsk)..
//Alariel turns towards you and Maedhro.//
<span style="color:darksalmon">Alariel:</span> I'm going to grab my books.
//And she just walks off.//
<img src="Images/Rework065update/Rework065update50.jpg" height=500 />
//What's gotten into her?//
//So far what I can assume is that she doesn't like Orianna.//
//Why?//
//She seems nice.//
[[Continue|FirstDayAcademyLookAround][$firstDay to 2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I step outside and see Alariel standing on the street.//
<img src="Images/Rework065update/Rework065update28.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> It's about time you showed up.
<span style="color:darksalmon">Alariel:</span> Come on. We don't have much time left.
//We start making our way towards the academy.//
<span id="this1">
<<link "//We manage to take only a few steps when suddenly-//">>
<<replace "#this1">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>> <img src="Images/Rework065update/Rework065update29.png" width=500 /><<else>> <img src="Images/Rework065update/Rework065update30.webp" width=500 /><</if>>
<span style="color:darksalmon">Alariel:</span> What was that?
<span style="color:chartreuse;">Maedhro: </span> Was that a dragon?
<span style="color:darksalmon">Alariel:</span> It was!
<span style="color:chartreuse;">Maedhro: </span> It flew towards the apartment plaza!
//You hear people coming in a swarm from other side of the street.//
//They are all running towards the plaza.//
//You hear guards shouting from behind them.//
<span style="color:CornflowerBlue;">Guard: </span> Twoards the plaza everyone! MOVE!
<span id="go1">
<<link "//We don't have a choice but to join the flow of the crowd.//">>
<<replace "#go1">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>> <img src="Images/Rework065update/Rework065update30.png" width=500 /><<else>> <img src="Images/Rework065update/Rework065update31.webp" width=500 /><</if>>
//Soon the streets become overly crowded with people trying to get towards the plaza.//
<span style="color:Brown;">Citizen: </span>Did you see the princess with her dragon?
<span style="color:Chocolate;">Citizen: </span> Yeah. It was amazing!
//Princess! She's back?//
//Last we saw her was at least few years back and that was only on the royal parade.//
//I didn't think she would come back anytime soon.//
//Does this mean the war is over?//
<span style="color:DarkCyan;">Guard: </span> MOVE! MOVE! TO THE PLAZA!
//I can barely move through the crowds.//
<span id="u">
<<link "//Eventually we make our way into the plaza.//">>
<<replace "#u">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update32.png" width=500 />
//The entire apartment plaza is crowded.//
//In the middle there is a stage set up.//
<span id= "uw">
<<link "//Squint your eyes//">>
<<replace "#uw">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update33.png" width=500 />
//Princess is on the stage next to her dragon with full armor on.//
//Next to her are the queen and the king.//
//Everyone is cheering.//
//Cheering for the princess.//
<span style="color:pink;">Citizen: </span> Did she just came from a battle?
<span style="color:red;">Citizen: </span> Wohooo!!!
<span style="color:chartreuse;">Maedhro: </span> Wow. She looks so cool in her armor.
//She really does.//
<span style="color:DarkGoldenRod;">Citizen: </span> (you hear from your left) Hey watch it!
<span style="color:Crimson;">Citizen: </span> Ow!
<span style="color:DarkKhaki;">Citizen: </span> Hey!
<span id="wohoo">
<<link "//Turn left to see what's going on!//">>
<<replace "#wohoo">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update34.png" width=500 />
//As you turn left a hooded figure walks through you knocking you to the ground.//
<span style="color:chartreuse;">Maedhro: </span> $playerName!
//Maedhro and Alariel rush to your aid.//
<span style="color:darksalmon">Alariel:</span> $playerName you ok?
//You look up and see the hooded figure looking down at you.//
//I cant see his face.//
//For a moment it feels like he is staring straight through you.//
//He turns and heads towards the direction where you all came from.//
<span style="color:chartreuse;">Maedhro: </span> Get up $playerName.
//Maedhro helps you to get up.//
<span style="color:darksalmon">Alariel:</span> What a jerk.
<span id="queen">
<<link "//As you get up you look towards the stage.//">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<replace "#queen">>
<img src="Images/Rework065update/Rework065update35.png" width=500 />
//The queen raises her hands to signal to the crowd to stay silent.//
[[Continue|Day1Story1ep2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:DarkOrchid">Queen:</span> Welcome my people.
<span style="color:DarkOrchid">Queen:</span> We have killed one of the commanders of the Elf Kingdom.
<img src="Images/Rework065update/Rework065update37.png" width=500 />
<span style="color:DarkOrchid">Queen:</span> Commander Kiltek has been slayed by my daughter. Your Princess Sheleen!
//The whole crowd cheers.//
<span style="color:GreenYellow;">Citizen: </span> (you hear to your right) They managed to kill the legendary Kiltek?
<span style="color:LightCoral;">Citizen: </span> One of the best if not the best swordsman //and// tactician in the continent.
<span style="color:LightSteelBlue;">Elf Citizen: </span> (to himself) Those separatists give all of us elves a bad name.
//The Queen raises her hand to signal the crowd to stop.//
<span style="color:DarkOrchid">Queen:</span> However the war is not yet over.
//Crowd: ...//
<span style="color:DarkOrchid">Queen:</span> The other spineless commander, Venyan, still leads the elven forces.
<span style="color:DarkOrchid">Queen:</span> (looks at the crowd, commanding their attention) ...
<span style="color:DarkOrchid">Queen:</span> My children and their dragons are the key to our victory.
<span style="color:DarkOrchid">Queen:</span> But to end this war, we need both supplies and soldiers.
<span style="color:DarkOrchid">Queen:</span> So I ask you.
<span style="color:DarkOrchid">Queen:</span> Whether you are a human, an orc, a dwarf...
<span style="color:DarkOrchid">Queen:</span> or one of our loyal elven citizens.
<span id="une">
<<link "// (she gestures to one of the elves on the stage) //">>
<<replace "#une">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update40.jpg" width=500 />
<span style="color:Plum;">Elf Child:</span> That's Commander Kiri! He led the attack at Pinnerwood Forest!
<span style="color:LightCoral;">Parent:</span> Hehe... indeed.
<span style="color:DarkOrchid">Queen:</span> (voice raises) As people of our Nation.
<span style="color:DarkOrchid">Queen:</span> (voice raises even more) As people who are proud citizens of Klimmore.
<span style="color:DarkOrchid">Queen:</span> (from top of her lungs) Will you stand together as one people to defeat those who would divide us?
<span style="color:DarkOrchid">Queen:</span> (from top of her lungs) Will you join us in bringing the evil Elven Kingdom to its knees?
<img src="Images/Rework065update/Rework065update38.png" width=500 />
//The crowd is silent.//
//Breathtaken from the speech.//
//Everyone is waiting.//
//It's so quiet that you can hear your own breathing.//
//You feel a sense of dread.//
//The whole crowd suddenly burst into cheers.//
<span id="due">
<<link "//The whole crowd is cheering for the queen and the princess.//">>
<<replace "#due">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:chartreuse;">Maedhro:</span> Does this mean the war is finally going to end soon?
<img src="Images/Rework065update/Rework065update39.png" width=500 />
<span style="color:darksalmon">Alariel:</span> Who knows.
//She looks back at Maedhro.//
<span style="color:darksalmon">Alariel:</span> But let's hope so.
//The queen waves his goodbye and the princess gets on her dragon and they fly off.//
//As the crowd starts thinning the three of you can continue making your way towards the academy.//
<<set $mascLevel1softsmileface1 to false>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<</if>>\
[[Continue|Streets][$firstDay to 1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<if $exploreTime is 0>>\
<<set $mascLevel1defaultface1 to true>>\
<<set $mascLevel1blushface1 to false>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:chartreuse;">Maedhro:</span> Should we head inside?
<span style="color:cadetblue;">$playerName:</span> We'll have some time before the speech starts.
<span style="color:cadetblue;">$playerName:</span> I'd like to look around.
<span style="color:chartreuse;">Maedhro:</span> Oh. Ok.
<span style="color:chartreuse;">Maedhro:</span> I'll just stay here.
//He sits down on the bench.//
//Maedhro has always been shy.//
//Especially around strangers.//
//He did talk to Orianna which was surprising.//
//But I can't imagine him wanting to look around with me.//
//No need to be pushy.//
<img src="Images/Rework065update/Rework065update59.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Ok. I'll meet you back here ok?
<span style="color:chartreuse;">Maedhro:</span> Sure.
//Now...//
//Where should I go.//
<<if $exploreTime is 0>>
I have one hour to explore.<<elseif $exploreTime is 1>>I have 40 minutes to explore<<elseif $exploreTime is 2>>I have about 20 minutes to explore<<elseif $exploreTime is 3>>
[[Wait what's this|SigningUpClasses]]
<</if>>
<<elseif $exploreTime gt 0>>
//Now...//
//Where should I go next?//
<<if $exploreTime is 0>>I have one hour to explore.<<elseif $exploreTime is 1>>I have 40 minutes to explore<<elseif $exploreTime is 2>>I have about 20 minutes to explore<<elseif $exploreTime is 3>>
[[Wait what's this|SigningUpClasses]]
<</if>>
<</if>>
<<if $exploreTime lt 3>>
<<if $seeingBoysInTheAcademyStory1 is true>>
[[To my right I see boys in a circle making crazy noises and laughing. 😈🎯]]
<</if>>\
<<if $seeingThaliaInTheAcademyStory1 is true>>
[[To my left I see a girl with the green hair handing out pamphlets🎭💪]]
<</if>>\
<<if $seeingOriannaInTheAcademyStory1>>
[[Infront of me I see Orianna. She just finished talking to some first years ✨🧠]]
<</if>>
<</if>>
//I make my back to Maedhro.//
<<set $firstDay ++>>
<span style="color:cadetblue;">$playerName:</span> Ok. I'm ready to go in.
<img src="Images/Rework065update/Rework065update81.png" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Finally.
//As we start making our way inside, we see a stand that has been put up before it.//
<span style="color:#00cccc;">Girl:</span> Sign up! Sign up!
<span style="color:#00cccc;">Girl:</span> Sign up for your major!
<span style="color:chartreuse;">Maedhro:</span> Come on $playerName.
//He tugs my arm.//
//We make our way closer to the girl.//
<img src="Images/Rework065update/Rework065update82.png" width=500 />
<span style="color:#00cccc;">Girl:</span> Hey!
<span style="color:#00cccc;">Girl:</span> Have you signed up yet!
<span style="color:chartreuse;">Maedhro:</span> No.
<span style="color:#00cccc;">Girl:</span> Here's a list of available majors.
//He starts reading the list.//
<span style="color:chartreuse;">Maedhro:</span> Oh wow. There are so many.
<span style="color:#00cccc;">Girl:</span> Yep.
<span style="color:#00cccc;">Girl:</span> There certainly are.
<span style="color:chartreuse;">Maedhro:</span> Can we fill it out later?
<span style="color:#00cccc;">Girl:</span> Yes you could.
<span style="color:#00cccc;">Girl:</span> After the speech there is an hour brake.
<span style="color:#00cccc;">Girl:</span> But there will be a line.
<span style="color:#00cccc;">Girl:</span> So it's best if you do it now.
<img src="Images/Rework065update/Rework065update83.jpg" width=500 />
<span style="color:#00cccc;">Girl:</span> You still have 10 minutes.
<span style="color:#00cccc;">Girl:</span> (addresses long row of people that have gathered in a line behind you) Come back after the speech!
<span style="color:chartreuse;">Maedhro:</span>How many can I pick?
<span style="color:#00cccc;">Girl:</span> Oh!
<span style="color:#00cccc;">Girl:</span> Hehe. Just one.
<span style="color:chartreuse;">Maedhro:</span> One?
<span style="color:#00cccc;">Girl:</span> Yes.
<span style="color:#00cccc;">Girl:</span> The school system is set up so that if you excel in your chosen subject, you can add another one.
<span style="color:#00cccc;">Girl:</span> Then if you excel in both of these subjects, you can add another one, and so on and so on.
<span style="color:#00cccc;">Girl:</span> And if you don't feel like the subject is for you, then you switch to a different one.
<span style="color:#00cccc;">Girl:</span> So basically, you could do anything, try out all 596 subjects, focus and excel only in one of the subjects, become a master at it, or be well versed in a few different subjects.
<span style="color:#00cccc;">Girl:</span> I think you get the picture.
<span style="color:chartreuse;">Maedhro:</span> 596??
<span style="color:#00cccc;">Girl:</span> Yeah.
<span style="color:#00cccc;">Girl:</span> Oh. And as you can see they are listed by their cost from cheapest to most expensive.
//Maedhro quickly checks the last pages to see how much the magic classes cost.//
<span style="color:chartreuse;">Maedhro:</span> Magic classes are so expensive. How could anyone afford it?
<img src="Images/Rework065update/Rework065update85.jpg" width=500 />
<span style="color:#00cccc;">Girl:</span> You like magic huh?
<span style="color:#00cccc;">Girl:</span> There is a way to get a massive discount. It's like 90 % or something if you are top of your major.
<span style="color:chartreuse;">Maedhro:</span> So if I were to pick "Magical beasts and creatures..." and-
<span style="color:#00cccc;">Girl:</span> And be top of your class you would get the discount.
<span style="color:chartreuse;">Maedhro:</span> Ok. I'll pick this then, "Mythical Physiology & Morphology".
<span style="color:#00cccc;">Girl:</span> Sure. Name?
<span style="color:chartreuse;">Maedhro:</span> Maedhro.
//Ok it's my time to pick.//
//I take the list and quickly glance at the majors.//
//So many to choose from.//
//I can feel my palms sweating.//
//It's a lot of pressure to pick just one.//
//I need to think carefully.//
//For some reason in this moment my home town flashes before my eyes.//
//The memories of the forest, the stream, the animals, and the flowers, herbs.//
//What's this?//
//I see where my thumb rests on the paper, and it's right on a subject called
"Herbology."//
//Fate?//
<span style="color:cadetblue;">$playerName:</span> Herbology.
<span style="color:#00cccc;">Girl:</span> Herbology? Sure.
<span style="color:#00cccc;">Girl:</span> Name.
<span style="color:cadetblue;">$playerName:</span> $playerName.
<span style="color:#00cccc;">Girl:</span> Alright.
<img src="Images/Rework065update/Rework065update84.jpg" width=500 />
<span style="color:#00cccc;">Girl:</span> Head in.
<span style="color:#00cccc;">Girl:</span> The speech is close to starting.
//I head inside with Maedhro and follow the crowd into the main hall.//
[[Continue|TheSpeech]]<<set $seeingBoysInTheAcademyStory1 to false>>\
<<set $exploreTime ++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I decided to go and have a look at what all the commotion was about.//
<<set $didNotSeeLeroyVideo to false>>
<img src="Images/Rework065update/Rework065update60.png" height=500 />
<span style="color:#944dff;">Student 1:</span> I can't belive it's her.
<span style="color:#944dff;">Student 1:</span> She did that last year?
<span style="color:#e6ac00;">Student 2:</span> Yeah. At the send-off party.
<span style="color:#4d4dff;">Student 3:</span> Look at her go.
//I get more and more curious on what's going on.//
//I finally manage to squeeze myself in the circle.//
<span id="bump">
<<link "//As I do I bump into a student.//">>
<<replace "#bump">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#e6ac00;">Student 2:</span> What the?
//He turns around.//
//My godess he's tall.//
<span style="color:cadetblue;">$playerName:</span> Sorry.
<img src="Images/Rework065update/Rework065update61.jpg" height=500 />
<span style="color:#e6ac00;">Student 2:</span> ...
<span style="color:cadetblue;">$playerName:</span> I just wanted to see what's going on.
<span style="color:#e6ac00;">Student 2:</span> All good.
<span style="color:#e6ac00;">Student 2:</span> You also a new year?
<span id="nod">
<<link "//You nod.//">>
<<replace "#nod">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#e6ac00;">Student 2:</span> What is your name?
<span style="color:cadetblue;">$playerName:</span> $playerName.
//You glance down and see his holding a... rune-link???//
//These things are so expensive!//
//How did he get his hands on one of these?//
<span style="color:#e6ac00;">Student 2:</span> Name's Leroy.
<img src="Images/Rework065update/Rework065update62.jpg" height=500 />
<span style="color:#e6ac00;">Leroy:</span> I'm a fifth year.
//He looks at you and sees the curiosity on your face.//
<span style="color:#e6ac00;">Leroy:</span> You want to have a look?
//He's obviously showing some memory or playing a game.//
//Should I have a look?//
<span id="voyeur">
<<link "//Sure why not// 😈">>
<<replace "#voyeur">>
<<set $corruption++>>\
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update51.jpg" height=500 /><<else>><img src="Images/Rework065update/Rework065update56.webp" width=500 /><</if>>
//He shows the screen of his rune-link to you.//
//What's this?//
<span style="color:#66cc66;">Girl:</span> (surlp) (slurp) (slurp)
//She is...//
//Putting a penis into her mouth?//
//Why?//
<img src="Images/Rework065update/Rework065update52.jpg" height=500 />
<span style="color:#66cc66;">Girl:</span> Ahhh.. It's so good. (slurp) (slurp) (ghhkkgg)
//Why is she doing this?//
//Does she like doing it?//
//Sliding it inside her mouth.//
//Making loud slurping noises.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update53.jpg" height=500 /><<else>><img src="Images/Rework065update/Rework065update57.webp" width=500 /><</if>>
//Her eyes roll back.//
<span style="color:#66cc66;">Girl:</span> It tastes so good. Gimme more!
<span style="color:#e6ac00;">Leroy:</span> Pretty crazy, right $playerName!
<span id="wow">
<<link "//Continue watching to get a better understatement 🎯//">>
<<replace "#wow">>
<<set $technique++>>\
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#e6ac00;">Leroy in the memory footage: </span>If that's what you want.
//He grabs her head and starts thrusting his manhood deep into her mouth.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update54.jpg" height=500 /><<else>><img src="Images/Rework065update/Rework065update58.webp" width=500 /><</if>>
<span style="color:#66cc66;">Girl:</span> Ghh.. Ghh... Ghhkkk...
<span style="color:#4d4dff;">Student 3:</span> She also deepthroating?
<span style="color:#4d4dff;">Student 3:</span> Damn.. What a nasty slut.
//Deepthroating?//
<img src="Images/Rework065update/Rework065update55.jpg" height=500 />
//Slut?//
<span style="color:#e6ac00;">Leroy:</span> Alright funs over.
//He closes the rune-link.//
<span style="color:#944dff;">Student 1:</span> What?! Why did you close it?
<span style="color:#4d4dff;">Student 3:</span> Show us more.
<span style="color:#e6ac00;">Leroy:</span> I'll send it to you for cash.
<span style="color:#4d4dff;">Student 3:</span> Fuck... Next time then.
<span style="color:#944dff;">Student 1:</span> Damnit.
//The students leave.//
//You just stand there puzzled.//
//What did I just witness?//
<span style="color:#e6ac00;">Leroy:</span> So. You enjoyed the show, huh?
<span style="color:cadetblue;">$playerName:</span> (confused) What?
<span style="color:#e6ac00;">Leroy:</span> Heh.
<span style="color:#e6ac00;">Leroy:</span> Klimmore Academy is the place man.
<span style="color:#e6ac00;">Leroy:</span> There are so many opportunities to get some.
<span style="color:#e6ac00;">Leroy:</span> Don't worry.
<span style="color:#e6ac00;">Leroy:</span> You'll find your share.
<span style="color:#e6ac00;">Leroy:</span> Anyway.
<img src="Images/Rework065update/Rework065update63.jpg" height=500 />
<span style="color:#e6ac00;">Leroy:</span> Cya round.
<span style="color:cadetblue;">$playerName:</span> Bye.
//That was something.//
//Even though I don't fully understand.//
//Something in me has a massive curiosity about exploring this.//
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
[[Continue|FirstDayAcademyLookAround]]
<</replace>>
<</link>> | \
<<link "//I have seen enough//">>
<<replace "#wow">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#e6ac00;">Leroy in the memory footage: </span>If that's what you want.
//I've seen enough.//
//It feels strange to look at that for some reason.//
//I'm getting the same breathing problem as before.//
//My heart is beating faster.//
<span style="color:cadetblue;">$playerName:</span> I'm good.
<span style="color:#e6ac00;">Leroy:</span> Alright, funs over.
//He closes and puts his rune-link away.//
<span style="color:#944dff;">Student 1:</span> What?! Why did you close it?
<span style="color:#4d4dff;">Student 3:</span> Show us more.
<span style="color:#e6ac00;">Leroy:</span> I'll send it to you for cash.
<span style="color:#4d4dff;">Student 3:</span> Fuck... Tomorrow then.
<span style="color:#944dff;">Student 1:</span> Damnit.
//The students leave.//
//I just stand there puzzled.//
//What did I just witness?//
<span style="color:#e6ac00;">Leroy:</span> So. You enjoyed the show, huh?
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:#e6ac00;">Leroy:</span> Heh.
<span style="color:#e6ac00;">Leroy:</span> Klimmore Academy is the place, man.
<span style="color:#e6ac00;">Leroy:</span> There are so many opportunities to get some.
<span style="color:#e6ac00;">Leroy:</span> Don't worry.
<span style="color:#e6ac00;">Leroy:</span> You'll find your share.
<span style="color:#e6ac00;">Leroy:</span> Anyway.
<img src="Images/Rework065update/Rework065update63.jpg" height=500 />
<span style="color:#e6ac00;">Leroy:</span> Cya round.
<span style="color:cadetblue;">$playerName:</span> Bye.
//That was something.//
//I can't believe someone would pay money to watch a woman doing that.//
//Anyway.//
//I better head back to Maedhro.//
[[Continue|FirstDayAcademyLookAround]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//No thanks. I actually need to get going. //">>
<<replace "#voyeur">>
<<set $mascLevel1defaultface1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//No thanks.//
<<set $didNotSeeLeroyVideo to true>>
<span style="color:cadetblue;">$playerName:</span> I think I'll pass.
<span style="color:#e6ac00;">Leroy:</span> Hehe.
<span style="color:cadetblue;">$playerName:</span> Thanks anyway.
<span style="color:#e6ac00;">Leroy:</span> Well then.
<span style="color:#e6ac00;">Leroy:</span> Cya round $playerName.
//As you walk back towards Maedhro, you hear them continue their shouting and laughing.//
[[Continue|FirstDayAcademyLookAround]]
<</replace>>
<</link>>
<</replace>>
<</link>>
<</replace>>
<</link>>
</span>
<<set $seeingThaliaInTheAcademyStory1 to false>>\
<<set $exploreTime ++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//As I make my way to the right, I notice a girl with green hair.//
<img src="Images/Rework065update/Rework065update65.png" width=500 />
//She seems like she's giving out some kind of pamphlets.//
//Maybe it's something important?//
//I decide to go and see what's going on.//
//As I walk up to her, the girl notices me and smiles.//
<span style="color:PaleGreen;">Girl:</span> Hello!
<span style="color:PaleGreen;">Girl:</span> Did you come here to support the war effort?
<span id="princess">
<<link "//I look at the pamphlet.//">>
<<replace "#princess">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update64.png" width=500 />
//On it is a picture of Princess Sheleen on the dragon.//
//War effort?//
<span style="color:PaleGreen;">Girl:</span> Any coin is welcomed!
//I don't have much coins.//
//But the cause seems important.//
<span id="give">
<<link "//Give her 5 coins//">>
<<replace "#give">>
<<set $money -= 5>>\
<<set $gaveCoinToThaliaDay1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Sure.
//You give her five coins.//
<span style="color:cadetblue;">$playerName:</span> It's not much-
<img src="Images/Rework065update/Rework065update66.jpg" width=500 />
<span style="color:PaleGreen;">Girl:</span> Stop it.
<span style="color:PaleGreen;">Girl:</span> In current war times five coins goes a long way.
<span style="color:PaleGreen;">Girl:</span> Thank you very much.
<span style="color:PaleGreen;">Girl:</span> You a first year?
<<set $mascLevel1defaultface1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
[[I nod.|day1thaliaPart2]]
<</replace>>
<</link>> | \
<<link "//I'm really sorry, I don't have any to spare currently.//">>
<<replace "#give">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I'm really sorry I'm-
<img src="Images/Rework065update/Rework065update67.jpg" width=500 />
<span style="color:PaleGreen;">Girl:</span> Hehe. No worries.
//She seems genuine.//
//Not annoyed nor upset.//
<span style="color:PaleGreen;">Girl:</span> You a first year?
<<set $mascLevel1defaultface1 to true>>\
<<set $mascLevel1panicface1 to false>>\
[[I nod.|day1thaliaPart2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $seeingOriannaInTheAcademyStory1 to false>>\
<<set $exploreTime ++>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//As you walk towards her she notices you.//
<img src="Images/Rework065update/Rework065update76.jpg" width=500 />
<span style="color:#ffc14d;">Orianna:</span> ...
//She waves at you.//
<span style="color:#ffc14d;">Orianna:</span> Hey.
//She is wearing a beret?//
<span style="color:cadetblue;">$playerName:</span> Hi.
<span style="color:#ffc14d;">Orianna:</span> You have questions?
<span style="color:cadetblue;">$playerName:</span> No.
<span style="color:#ffc14d;">Orianna:</span> ...
<span style="color:cadetblue;">$playerName:</span> I just came over to say hi.
<span style="color:#ffc14d;">Orianna:</span> Oh.
<span style="color:#ffc14d;">Orianna:</span> Hi!
<span style="color:cadetblue;">$playerName:</span> Hehe.
<span id="choice">
<<link "//So you are making new years feel welcomed. Well, it worked.// ✨">>
<<replace "#choice">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<set $charisma++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> So you are making new years feel welcomed.
<span style="color:cadetblue;">$playerName:</span> Well, it worked.
<img src="Images/Rework065update/Rework065update77.jpg" width=500 />
<span style="color:#ffc14d;">Orianna:</span> Hehe.
<span style="color:#ffc14d;">Orianna:</span> Thank you for saying that....
<span style="color:#ffc14d;">Orianna:</span> I'm sorry what was your name again?
<span style="color:cadetblue;">$playerName:</span> $playerName.
<span style="color:#ffc14d;">Orianna:</span> $playerName.
<span style="color:#ffc14d;">Orianna:</span> Most of the new students haven't complimented me.
<span style="color:#ffc14d;">Orianna:</span> But then again...
<span style="color:#ffc14d;">Orianna:</span> It is their first day here.
<span style="color:#ffc14d;">Orianna:</span> Their heads are probably filled with so many things.
<img src="Images/Rework065update/Rework065update78.jpg" width=500 />
<span style="color:#ffc14d;">Orianna:</span> Oh. I'm ranting.
<span style="color:cadetblue;">$playerName:</span> I don't mind.
<span style="color:#ffc14d;">Orianna:</span> (soft smile)
<span style="color:#ffc14d;">Orianna:</span> Oh!
<span style="color:#ffc14d;">Orianna:</span> New students.
<span style="color:#ffc14d;">Orianna:</span> I need to...
<span style="color:cadetblue;">$playerName:</span> Of course.
<img src="Images/Rework065update/Rework065update75.jpg" width=500 />
<span style="color:#ffc14d;">Orianna:</span> Maybe after the speech we can talk some more.
<span style="color:cadetblue;">$playerName:</span> Yeah. Sure.
//I wave goodbye and go to meet up with Maedhro.//
<<set $mascLevel1defaultface1 to true>>\
<<set $mascLevel1blushface1 to false>>\
[[Continue|FirstDayAcademyLookAround]]
<</replace>>
<</link>> | \
<<link "//So you and Alariel are friends 🧠//">>
<<replace "#choice">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<set $intelligence++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span>So you and Alariel are friends then?
<img src="Images/Rework065update/Rework065update79.jpg" width=500 />
<span style="color:#ffc14d;">Orianna:</span> Yes!
//Really?//
//Alariel seemed like she really didn't like her.//
//Something about it is not adding up.//
<span style="color:#ffc14d;">Orianna:</span> We sat next to each other in class in our first year.
<span style="color:#ffc14d;">Orianna:</span> Now that I think of it she did become more distant during the end of the year.
<span style="color:#ffc14d;">Orianna:</span> But I didn't want to bring it up and risk pushing her away even more.
<span style="color:#ffc14d;">Orianna:</span> Anyway.
<span style="color:#ffc14d;">Orianna:</span> Sorry I rambled on a bit.
<span style="color:cadetblue;">$playerName:</span> That's ok.
<img src="Images/Rework065update/Rework065update80.jpg" width=500 />
<span style="color:#ffc14d;">Orianna:</span> Oh! (she notices new years in the distance)
<span style="color:#ffc14d;">Orianna:</span> I should-
<span style="color:cadetblue;">$playerName:</span> Of course. Of course.
<span style="color:#ffc14d;">Orianna:</span> See you later... emmm
<span style="color:cadetblue;">$playerName:</span> $playerName.
<span style="color:#ffc14d;">Orianna:</span> $playerName.
<span style="color:#ffc14d;">Orianna:</span> Sorry. So many new names today.
<img src="Images/Rework065update/Rework065update74.jpg" width=500 />
<span style="color:#ffc14d;">Orianna:</span> See you later $playerName.
//She leaves.//
//I should head back to Maedhro.//
<<set $mascLevel1defaultface1 to true>>\
<<set $mascLevel1curiousface1 to false>>\
[[Continue|FirstDayAcademyLookAround]]
<</replace>>
<</link>>
</span>
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:PaleGreen;">Girl:</span> You excited?
//I nod.//
<img src="Images/Rework065update/Rework065update68.jpg" width=500 />
<span style="color:PaleGreen;">Girl:</span> Hehe.
<span style="color:cadetblue;">$playerName:</span> ...
//Why is it so hard all of a sudden to come up with anything?//
//What to do?//
//What to do?//
<span id="whatToDo">
<<link "//Introduce myself // 🎭">>
<<replace "#whatToDo">>
<<set $confidence++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:PaleGreen;">Girl:</span> I'm Thalia.
<span style="color:PaleGreen;">Thalia:</span> Nice to meet you, $playerName.
//She has such a soft touch.//
<span style="color:cadetblue;">$playerName:</span> What year are you?
<span style="color:PaleGreen;">Thalia:</span> Third year.
<span style="color:cadetblue;">$playerName:</span> And what are you studying?
<span style="color:PaleGreen;">Thalia:</span> Diplomacy and Law.
<span style="color:cadetblue;">$playerName:</span> Oh, cool.
<img src="Images/Rework065update/Rework065update69.jpg" width=500 />
<span style="color:PaleGreen;">Thalia:</span> Mhm.
<span style="color:PaleGreen;">Thalia:</span> It is.
<span style="color:PaleGreen;">Thalia:</span> And you $playerName?
<span style="color:cadetblue;">$playerName:</span> Oh.
<span style="color:cadetblue;">$playerName:</span> I'm not sure, jet.
<span style="color:PaleGreen;">Thalia:</span> Well-
<<if $gaveCoinToThaliaDay1 is true>>
<span style="color:Pink;">Girl:</span> Thalia. We should get going.
<<else>>
<span style="color:Pink;">Girl:</span> Thalia. Why are you talking to him? We need to talk to people who would actually support us. (sighs) Anyway... We should get going.
<</if>>
<span style="color:PaleGreen;">Thalia:</span> Oh.
//She turns back towards you.//
<img src="Images/Rework065update/Rework065update70.jpg" width=500 />
<span style="color:PaleGreen;">Thalia:</span> Nice talking to you, $playerName.
<span style="color:PaleGreen;">Thalia:</span> Catch you later, ok?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:PaleGreen;">Thalia:</span> Bye!
//She leaves.//
<<set $mascLevel1defaultface1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
[[Continue|FirstDayAcademyLookAround]]
<</replace>>
<</link>> | \
<<link "//I notice that one of the girls handing out pamphlets is closing boxes. (Offer help) //💪">>
<<replace "#whatToDo">>
<<set $strength++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> You need any help with those boxes (you point at the boxes).
//The green haired girl looks at the boxes and the girl who is packing them.//
<span style="color:PaleGreen;">Girl:</span> We are finishing?
<span style="color:Pink;">Girl:</span> Yep.
<span style="color:PaleGreen;">Girl:</span> Sure. I'll lead the way.
<<if $gaveCoinToThaliaDay1 is true>>
<span style="color:Pink;">Girl:</span> You can take these. (she takes some herself and walks off).
<<else>>
<span style="color:Pink;">Girl:</span> At least there is something that came out of the conversation. Take these. (she takes some herself and walks off).
<</if>>
//You go to pick up the boxes and start walking as the green haired girl walks next you leading the way.//
//She looks at you and smiles.//
<img src="Images/Rework065update/Rework065update71.jpg" width=500 />
<span style="color:PaleGreen;">Girl:</span> My name is Thalia.
//I smile back.//
<span style="color:cadetblue;">$playerName:</span> I'm $playerName.
<span style="color:PaleGreen;">Thalia:</span> Nice to meet you, $playerName.
<span style="color:cadetblue;">$playerName:</span> Where are we going?
<span style="color:PaleGreen;">Thalia:</span> There's a small office room next to the hall where we keep our supplies.
<span style="color:PaleGreen;">Thalia:</span> Is it heavy?
<span style="color:cadetblue;">$playerName:</span> No. It's (who thought a paper box could be this heavy) not.
<span style="color:PaleGreen;">Thalia:</span> You sure?
<img src="Images/Rework065update/Rework065update72.jpg" width=500 />
<span style="color:PaleGreen;">Thalia:</span> They look pretty heavy.
<span style="color:cadetblue;">$playerName:</span> No-no. It's (how far is this room?) fine.
<span style="color:PaleGreen;">Thalia:</span> Here.
//You place the boxes in the room.//
<span style="color:PaleGreen;">Thalia:</span> Thank you, $playerName.
<span style="color:PaleGreen;">Thalia:</span>I need to go. But..
<img src="Images/Rework065update/Rework065update73.jpg" width=500 />
<span style="color:PaleGreen;">Thalia:</span> I'll see you around.
//She leaves.//
//I should head back to Maedhro.//
<<set $mascLevel1defaultface1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
[[Continue|FirstDayAcademyLookAround]]
<</replace>>
<</link>>
</span>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<set $maedhroNotebookDay1fix = 1>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//Maedhro and I make it into the hall.//
<img src="Images/Rework065update/Rework065update86.png" width=500 />
//It's crowded.//
//There are students standing up against the walls.//
//In the center there are chairs that are full.//
//A stage has been set up.//
//There are a few guards.//
//A couple of officials.//
<span id="alariel">
<<link "//And to the side there are teachers and-//">>
<<replace "#alariel">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1bitsadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update87.png" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Look. There's Alariel.
//We make our way through the crowds and reach her.//
<span style="color:darksalmon">Alariel:</span> Took you guys long enough.
<span style="color:cadetblue;">$playerName:</span> We thought you were going to come back outside.
<span style="color:darksalmon">Alariel:</span> So what subjects did you pick?
//She is deflecting. //
//What could have Orianna done to you?//
//She seems so nice.//
<span style="color:chartreuse;">Maedhro:</span>"Mythical Physiology & Morphology".
<span style="color:cadetblue;">$playerName:</span> "Herbology"
<span style="color:darksalmon">Alariel:</span> Huh.
<span style="color:darksalmon">Alariel:</span> Interesting.
<span style="color:cadetblue;">$playerName:</span> How did you get this spot in the middle of the room?
<span style="color:darksalmon">Alariel:</span> I was here an hour ago, duh.
//Of course... Stupid question.//
<span id="sitDown">
<<link "//You sit down next to Alariel.//">>
<<replace "#sitDown">>
<<set $mascLevel1bitsadface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update88.jpg" width=500 />
<span style="color:darksalmon">Alariel:</span> Herbology huh?
<span style="color:darksalmon">Alariel:</span> To be honest I thought about taking it last year but decided on "Biology of sentient creatures" instead.
<span style="color:chartreuse;">Maedhro:</span> Isn't biology boring?
<span style="color:darksalmon">Alariel:</span> It's not, you dummy.
<span style="color:darksalmon">Alariel:</span> There are so many different races.
<span style="color:darksalmon">Alariel:</span> You can study each one's unique features and biology.
<span style="color:chartreuse;">Maedhro:</span> That sounds boring.
<span style="color:chartreuse;">Maedhro:</span> I'll be right back.
//Maedhro leaves.//
<span style="color:darksalmon">Alariel:</span> Ugh.
<span id="thalia">
<<link "//You look over and you see Thalia sitting far to the right.//">>
<<replace "#thalia">>
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update89.png" width=500 />
<span style="color:cadetblue;">$playerName:</span> Thalia.
<span style="color:darksalmon">Alariel:</span> Thalia?
<span style="color:darksalmon">Alariel:</span> You know Thalia?
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:darksalmon">Alariel:</span> Hmm..
<<if $didNotSeeLeroyVideo is false>>
//You look more to the right and-//
<span style="color:cadetblue;">$playerName:</span> Is that...?
<span style="color:darksalmon">Alariel:</span> What?
//I recognize that girl, with short black hair and green eyes.//
<span id="flash">
<<link "//The image of her sucking a penis flashes before my eyes.//">>
<<replace "#flash">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update52.jpg" width=500 />
<span style="color:darksalmon">Alariel:</span> Who? Her?
<span style="color:darksalmon">Alariel:</span> (looks back at you) Why are you blushing?
<span style="color:darksalmon">Alariel:</span> What?
<span id="choice">
<<link "//Tell her about the video// 💜😈">>
<<replace "#choice">>
<<set $alarielCorruption++>>\
<<set $corruption++>>\
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> When Leroy showed his rune-link to us, a girl was doing... she was doing... deepthroat, I think it's called to his manhood.
<img src="Images/Rework065update/Rework065update90.png" width=500 />
<span style="color:darksalmon">Alariel:</span> What?!
<span style="color:cadetblue;">$playerName:</span> Yeah, It's her.
<span style="color:darksalmon">Alariel:</span> You talked to Leroy and he showed you her giving a blowjob?
<span style="color:darksalmon">Alariel:</span> What?
<span style="color:cadetblue;">$playerName:</span> Yeah. It was so weird. When I saw that, I got the same feeling that I got in the bathroom-
<span style="color:darksalmon">Alariel:</span> Shushh (she covers your mouth.)
<span style="color:darksalmon">Alariel:</span> You don't talk about that ever.
<span style="color:darksalmon">Alariel:</span> You hear me?
<span style="color:darksalmon">Alariel:</span> Never ever ever.
//I nod.//
//She removes her hand.//
<span style="color:chartreuse;">Maedhro:</span> Hey. What did I miss.
<img src="Images/Rework065update/Rework065update91.png" width=500 />
<span style="color:darksalmon">Alariel:</span> (quickly) Nothing!
//Trumpets start playing and everyone goes silent.//
//The principle, the vice-principal and a teacher walks on the stage.//
<span id="dumbledorequestionmark">
<<link "//The principle, a man is in his...//">>
<<replace "#dumbledorequestionmark">>
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update91.jpg" width=500 /><<else>><img src="Images/Rework065update/Rework065update92.webp" width=500 /><</if>>
//Hundredths?//
//Thousands?//
//He looks so old.//
//He raises his hands and begins his speech.//
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
[[Continue|TheSpeechPart2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Make something up (I'll like her)// ❤️✨">>
<<replace "#choice">>
<<set $charisma++>>\
<<set $alarielRel++>>\
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Is it ok to say what I saw in the rune-link to her?//
//I don't know if she would react like she reacted this morning.//
//Think.//
//Think.//
<span style="color:cadetblue;">$playerName:</span> I like her.
<img src="Images/Rework065update/Rework065update93.jpg" width=500 />
<span style="color:darksalmon">Alariel:</span> What?
//Why did I say that?//
<span style="color:darksalmon">Alariel:</span>(confused) You like her.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> What's her name?
<span style="color:cadetblue;">$playerName:</span> I don't know.
<span style="color:darksalmon">Alariel:</span> You don't know.
<span style="color:cadetblue;">$playerName:</span> Does one have to know a name to like a person?
<span style="color:darksalmon">Alariel:</span> I guess not.
//She smiles at me.//
<span style="color:chartreuse;">Maedhro:</span> Hey.
<img src="Images/Rework065update/Rework065update91.png" width=500 />
<span style="color:chartreuse;">Maedhro:</span> What did I miss?
<span style="color:darksalmon">Alariel:</span> Nothing.
//Trumpets start playing and everyone goes quiet.//
//The principle, the vice-principal and a teacher walks on the stage.//
<span id="dumbledorequestionmark">
<<link "//The principle, a man is in his...//">>
<<replace "#dumbledorequestionmark">>
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update91.jpg" width=500 /><<else>><img src="Images/Rework065update/Rework065update92.webp" width=500 /><</if>>
//The principle, a man is in his...//
//Hundredths?//
//Thousands?//
//He looks so old.//
//He raises his hands and begins his speech.//
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
[[Continue|TheSpeechPart2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<else>>
<span style="color:chartreuse;">Maedhro:</span> Hey.
<img src="Images/Rework065update/Rework065update91.png" width=500 />
<span style="color:chartreuse;">Maedhro:</span>What did I miss.
<span style="color:darksalmon">Alariel:</span> Nothing.
//Trumpets start playing and everyone goes quiet.//
//The principle, the vice-principal and a teacher walks on the stage.//
//The principle, a man is in his...//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update91.jpg" width=500 /><<else>><img src="Images/Rework065update/Rework065update92.webp" width=500 /><</if>>
//Hundredths?//
//Thousands?//
//He looks so old.//
//He raises his hands and begins his speech.//
[[Continue|TheSpeechPart2]]
<</if>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $exploreHallwayDay1 = 0>>
<<set $notVisitedPrince to true>>\
<<set $notVisitedOrianna to true>>\
<<set $notVisitedElfDay1 to true>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:#4da6ff;">Principal:</span> Welcome first years.
<<set $firstDay ++>>
<span style="color:#4da6ff;">Principal:</span> Today, marks the beginning of a new academic year.
<span style="color:#4da6ff;">Principal:</span> It also marks a time for great change.
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update94.png" width=500 /> <<else>><img src="Images/Rework065update/Rework065update95.webp" width=500 /> <</if>>
<span style="color:#4da6ff;">Principal:</span> For years, Klimmore Academy has trained the brightest young minds of our world.
<span style="color:#4da6ff;">Principal:</span> But it was never more important for us to do so than now.
<span style="color:#4da6ff;">Principal:</span> We, as a nation, find ourselves engaged in the most difficult war we have faced in centuries.
<span style="color:#4da6ff;">Principal:</span> This war has divided our country and has taken a great toll on all of us.
<span style="color:#4da6ff;">Principal:</span> But don't let your primary focus be on the war.
<span style="color:#4da6ff;">Principal:</span> Instead, allow yourself to focus on what matters.
<span style="color:#4da6ff;">Principal:</span> Allow yourself to learn.
<span style="color:#4da6ff;">Principal:</span> Allow yourself to expand your mind and explore the mysteries of this world.
<span style="color:#4da6ff;">Principal:</span> Above all else, allow yourself to become the best version of yourself.
//You hear giggling behind you.//
<span style="color:#804000;">Boy:</span> What are you doing?
<span style="color:#ff4dff;">Girl:</span> What? This is exciting, don't you think?
<span style="color:#804000;">Boy:</span> Here?
<span style="color:#ff4dff;">Girl:</span> Mhm..
<span id="whatThe">
<<link "//What is going on back there?// 😈💜">>
<<replace "#whatThe">>
<<set $corruption++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You take peek behind you and see.//
<img src="Images/Rework065update/Rework065update95.png" width=500 />
<span style="color:#ff4dff;">Girl:</span> Hmm?
<span style="color:#ff4dff;">Girl:</span> You close?
<span style="color:#804000;">Boy:</span> Fuck...
//What is she doing?//
<span style="color:#804000;">Boy:</span> So close...
<span id="tellSomeone">
<<link "//Tell Alariel //💜">>
<<replace "#tellSomeone">>
<<set $alarielCorruption++>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Psst.
<span style="color:cadetblue;">$playerName:</span> Alariel.
<img src="Images/Rework065update/Rework065update97.jpg" width=500 />
<span style="color:darksalmon">Alariel:</span> Hmm?
<span style="color:cadetblue;">$playerName:</span> What are they doing?
<span style="color:darksalmon">Alariel:</span> Who?
//You look at her and then slowly lean in and whisper.//
<span style="color:cadetblue;">$playerName:</span> Behind us.
<span style="color:darksalmon">Alariel:</span> ...
//You both look behind.//
<img src="Images/Rework065update/Rework065update96.png" width=500 />
<span style="color:darksalmon">Alariel:</span> (blushes) And quickly looks forward.
<span style="color:darksalmon">Alariel:</span> They are just...
<span style="color:darksalmon">Alariel:</span> Just focus on the speech ok?
<span style="color:cadetblue;">$playerName:</span> Ok.
//Behind you hear the-//
<span style="color:#804000;">Boy:</span> (grunts)
<img src="Images/Rework065update/Rework065update98.png" width=500 />
<span style="color:#ff4dff;">Girl:</span> My handjobs are the best don't ever forget that.
//Handjobs?//
<span style="color:#4da6ff;">Principal:</span> And that is why it's more important than ever that we all get along.
<span style="color:#4da6ff;">Principal:</span> Thank you.
<span style="color:#4da6ff;">Principal:</span> Now go find your classrooms and settle in for a new school year.
//He and the others leave the stage.//
//Everyone stands up.//
<span style="color:chartreuse;">Maedhro:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> See you later then.
<img src="Images/Rework065update/Rework065update99.jpg" width=500 />
<span style="color:darksalmon">Alariel:</span> (blushing still)
<span style="color:darksalmon">Alariel:</span> Yep. See you later. (leaves in a hurry)
//They both make their way to their respective classrooms.//
//What am I going to do?//
//Where is my class?//
//I have no idea.//
//Maybe I'll go explore the academy more.//
//I'll have about an hour to figure it out.//
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
[[Academy Hallway]]
<</replace>>
<</link>> | \
<<link "//Tell Maedhro 💜">>
<<replace "#tellSomeone">>
<<set $maedhroCorruption++>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Psst.
<span style="color:cadetblue;">$playerName:</span> Maedhro.
<span style="color:chartreuse;">Maedhro:</span> Hm?
<span style="color:cadetblue;">$playerName:</span> What are they doing?
<span style="color:chartreuse;">Maedhro:</span> Who?
//You look at her and then slowly lean in and whisper.//
<span style="color:cadetblue;">$playerName:</span> Behind us.
<span style="color:chartreuse;">Maedhro:</span> Hmm?
//You both look behind you.//
<img src="Images/Rework065update/Rework065update96.png" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Are they doing what I think they are doing?
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:chartreuse;">Maedhro:</span> (blushing) She is giving him a handjob?
<span style="color:cadetblue;">$playerName:</span> Handjob?
<span style="color:chartreuse;">Maedhro:</span> Don't look.
<span style="color:chartreuse;">Maedhro:</span> They might notice us.
<span style="color:#4da6ff;">Principal:</span> And that is why it's more important than ever that we all get along.
<span style="color:#4da6ff;">Principal:</span> Thank you.
<span style="color:#4da6ff;">Principal:</span> Now go find your classrooms and settle in for a new school year.
//He and the others leave the stage.//
//Everyone stands up.//
<span style="color:darksalmon">Alariel:</span> See you later then.
<img src="Images/Rework065update/Rework065update100.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> (blushing) Yep. See you later (leaves quickly).
//What am I going to do?//
//Where is my class?//
//I have no idea.//
//Maybe I'll go explore the academy more.//
//I'll have about an hour to figure it out.//
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
[[Academy Hallway]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Pay attention to the speech.// 🧠🎭">>
<<replace "#whatThe">>
<<set $intelligence++>>\
<<set $confidence++>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Let's just pay attention.//
<span style="color:#4da6ff;">Principal:</span> The challenges we face today will require innovative solutions tomorrow.
<span style="color:#4da6ff;">Principal:</span> Each of you sitting here represents hope for our future.
<span style="color:#4da6ff;">Principal:</span> In these halls, you will forge friendships that may last a lifetime.
<span style="color:#4da6ff;">Principal:</span> You will face challenges that will test your resolve and determination.
<span style="color:#4da6ff;">Principal:</span> But remember, you are not alone in this journey.
<img src="Images/Rework065update/Rework065update101.jpg" width=500 />
<span style="color:#4da6ff;">Principal:</span> Your professors, your fellow students, and our entire staff are here to support you.
<span style="color:#4da6ff;">Principal:</span> Despite our different backgrounds and beliefs, we are all united in our pursuit of knowledge.
<span style="color:#4da6ff;">Principal:</span> This unity, this coming together of diverse minds and perspectives, is what makes our academy strong.
<span style="color:#4da6ff;">Principal:</span> And that is why it's more important than ever that we all get along.
<span style="color:#4da6ff;">Principal:</span>Thank you.
<span style="color:#4da6ff;">Principal:</span> Now go find your classrooms and settle in for a new school year.
//He and the others leave the stage.//
//Everyone stands up.//
<span style="color:darksalmon">Alariel:</span> See you later then.
<span style="color:chartreuse;">Maedhro:</span> Yep. See you later.
//What am I going to do?//
//Where are my classes?//
//I have no idea.//
//Maybe I'll go explore the academy more.//
//I'll have about an hour to figure it out.//
[[Academy Hallway]]
<</replace>>
<</link>>
</span><<set $notVisitedPrince to false>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//Was that the principle?//
//Maybe I could ask a few questions.//
//I make my way toward the classroom.//
<span id="madMan">
<<link "//As I am about to open the door I notice it's slightly open already.//">>
<<replace "#madMan">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#4da6ff;">Principal:</span> Those fucking mongrels.
<span style="color:#ff80ff;">Girl:</span>(slurp) (slurp)
<span style="color:#4da6ff;">Principal:</span> Keep sucking girls.
<span style="color:#b3ccff;">Girl:</span> (slurp) (slurp)
<span style="color:#4da6ff;">Principal:</span> Fucking assholes.
<span id="choices">
<<link "//Listen in more// 🧠">>
<<replace "#choices">>
<<set $intelligence++>>\
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I stand in front of the door and push my ear closer to hear the conversation.//
<img src="Images/Rework065update/Rework065update102.jpg" width=500 />
<span style="color:#ff80ff;">Girl:</span> (slurp) (slurp)
<span style="color:#4da6ff;">Principal:</span> You think this is a coincidence?
<span style="color:#b3ccff;">Girl:</span> Mhhh.. (slurp) (slurp)
<span style="color:#4da6ff;">Principal:</span> Putting up that charade in the plaza...
<span style="color:#ff80ff;">Girl:</span> You mean the Queen (slurp) and the Princess?
<span style="color:#4da6ff;">Principal:</span> (scoffs) Scum, all of them.
<span style="color:#4da6ff;">Principal:</span> Trying to sway the youth with their war propaganda.
<span style="color:#4da6ff;">Principal:</span> Like there was any truth in it.
<span style="color:#b3ccff;">Girl:</span> Mhhh.. (slurp) (slurp)
<span style="color:#4da6ff;">Principal:</span> Perfect day to do so too - first school day of the year.
<span style="color:#4da6ff;">Principal:</span> That nonsense... (sighs) I guess we'll know at the end of the week how many young minds join that damned war.
<span style="color:#b3ccff;">Girl:</span> Mhhh.. (slurp) (slurp)
<span style="color:#4da6ff;">Principal:</span> And how much income we'll lose because of that.
<span style="color:#4da6ff;">Principal:</span> ...
<span style="color:#ff80ff;">Girl:</span> The speech weren't that convincing (slurp) (slurp).
<span style="color:#4da6ff;">Principal:</span> (bitter laugh) No?
<span style="color:#4da6ff;">Principal:</span>Did you see how many students were practically swooning when the Princess talked about "magical unity"
<span style="color:#4da6ff;">Principal:</span>and "defending our realm" and saying that they slayed Killtek... If even that were true...?
<span style="color:#b3ccff;">Girl:</span> I was not convinced (slurp) at all sir.
<span style="color:#4da6ff;">Principal:</span> (//slams something on desk//) Scum.
<img src="Images/Rework065update/Rework065update103.jpg" width=500 />
<span style="color:#4da6ff;">Principal:</span> I should wipe them all out.
<span style="color:#4da6ff;">Principal:</span> Remind them all who they are messing with.
<span style="color:#b3ccff;">Girl:</span> (quietly) But the Queen has dragons...
//An awkward silence falls over the room//
<span style="color:#4da6ff;">Principal:</span> Those dragons couldn't do //anything// to me. I could easily wipe them all out of this world.
<span style="color:#b3ccff;">Girl:</span> So why don't you?
<span style="color:#4da6ff;">Principal:</span> (softly) They're family. No matter how much they anger me.
<span style="color:#b3ccff;">Girl:</span> Family (slurp)?
<span style="color:#4da6ff;">Principal:</span> (doesn't answer)
<span style="color:#b3ccff;"> Girl:</span> You could always start a new one (slurp) (slurp)...
<span style="color:#4da6ff;">Principal:</span> ...
<span style="color:#4da6ff;">Principal:</span> Make me cum and leave.
<span style="color:#b3ccff;">Girl:</span> (sounds scared) Yes, sir!
<span style="color:#b3ccff;">Girl:</span> (fast slurp) (fast slurp)
<span style="color:#ff80ff;">Girl:</span> (slurp)
//I should leave...//
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
[[Continue|Academy Hallway][$exploreHallwayDay1 ++]]
<</replace>>
<</link>> | \
<<link "//Open the door to see what's going on inside.// 😈🧠">>
<<replace "#choices">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<set $corruption ++>>\
<<set $intelligence ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I slowly push the door open and peek inside.//
//I see two girls on their knees, and the principal is sitting at his desk.//
//They're....//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update104.jpg" width=500 /><<else>><img src="Images/Rework065update/Rework065update110.webp" width=500 /><</if>>
//Sucking his manhood.//
<span style="color:#b3ccff;">Girl:</span> (slurp) (slurp)
<span style="color:#4da6ff;">Principal:</span> You think this is a coincidence?
<span style="color:#ff80ff;">Girl:</span> Mhhh.. (slurp) (slurp)
<span style="color:#4da6ff;">Principal:</span> Putting up that charade in the plaza...
<img src="Images/Rework065update/Rework065update105.jpg" width=500 />
<span style="color:#b3ccff;">Girl:</span> You mean the Queen (slurp) and the Princess?
<span style="color:#4da6ff;">Principal:</span> (scoffs) Scum, all of them.
<span style="color:#4da6ff;">Principal:</span> Trying to sway the youth with their war propaganda.
<span style="color:#4da6ff;">Principal:</span> Like there was any truth in it.
<span style="color:#ff80ff;">Girl:</span> Mhhh.. (slurp) (slurp)
<span style="color:#4da6ff;">Principal:</span> Perfect day to do so too - first school day of the year.
<span style="color:#4da6ff;">Principal:</span> That nonsense... (sighs) I guess we'll know at the end of the week how many young minds join that damned war.
<span style="color:#ff80ff;">Girl:</span> Mhhh.. (slurp) (slurp)
<img src="Images/Rework065update/Rework065update106.jpg" width=500 />
<span style="color:#4da6ff;">Principal:</span> And how much income we'll lose because of that.
<span style="color:#4da6ff;">Principal:</span> ...
<span style="color:#b3ccff;">Girl:</span> The speeches weren't that convincing (slurp) (slurp).
<span style="color:#4da6ff;">Principal:</span> (bitter laugh) No?
<span style="color:#4da6ff;">Principal:</span>Did you see how many students were practically swooning when the Princess talked about "magical unity"
<span style="color:#4da6ff;">Principal:</span>and "defending our realm" and saying that they slayed Killtek... If even that were true...?
<span style="color:#ff80ff;">Girl:</span> I was not convinced (slurp) at all sir.
//Principal slams a book on the desk.//
<span style="color:#4da6ff;">Principal:</span>Scum! I should wipe them all out.
<span style="color:#4da6ff;">Principal:</span> Remind them all who they are messing with.
<img src="Images/Rework065update/Rework065update107.jpg" width=500 />
<span style="color:#b3ccff;">Girl:</span> *quietly* But the Queen has dragons...
//An awkward silence falls over the room//
<span style="color:#4da6ff;">Principal:</span> Those dragons couldn't do //anything// to me. I could easily wipe them all out of this world.
<span style="color:#b3ccff;">Girl:</span> So why don't you?
<span style="color:#4da6ff;">Principal:</span> (softly) They're family. No matter how much they anger me.
<span style="color:#b3ccff;">Girl:</span> Family (slurp)?
<span style="color:#4da6ff;">Principal:</span> (doesn't answer)
<img src="Images/Rework065update/Rework065update108.jpg" width=500 />
<span style="color:#b3ccff;">Girl:</span> You could always start a new one (slurp) (slurp)...
<span style="color:#4da6ff;">Principal:</span> ...
//The principal tilts his head. Not saying a word.//
<span style="color:#4da6ff;">Principal:</span> Make me cum and leave.
<span style="color:#b3ccff;">Girl:</span> (sounds scared) Yes, sir!
<span style="color:#b3ccff;">Girl:</span> (fast slurp) (fast slurp)
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update109.jpg" width=500 /><<else>><img src="Images/Rework065update/Rework065update111.webp" width=500 /><</if>>
<span style="color:#ff80ff;">Girl:</span> (slurp)
//I should leave...//
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
[[Continue|Academy Hallway][$exploreHallwayDay1 ++]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $notVisitedOrianna to false>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I look over and see Orianna talking to a few first years.//
//I should ask her where Herbology class is.//
//She waves at me.//
//And starts walking twoards me.//
<img src="Images/Rework065update/Rework065update112.png" width=500 />
<span style="color:cadetblue;">$playerName:</span> Hi.
<span style="color:#ffc14d;">Orianna:</span> Hello, $playerName.
<span id="directions">
<<link "//Ask about the classroom //🧠 ">>
<<replace "#directions">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<set $intelligence++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I have no clue where I'm supposed to be going.
<span style="color:#ffc14d;">Orianna:</span> Hehe.
<span style="color:#ffc14d;">Orianna:</span> What class did you pick?
<span style="color:cadetblue;">$playerName:</span> Herbology.
<span style="color:#ffc14d;">Orianna:</span> Oh.
<img src="Images/Rework065update/Rework065update113.png" width=500 />
<span style="color:#ffc14d;">Orianna:</span> Well it's not far at all from here.
//She points her finger.//
<span style="color:#ffc14d;">Orianna:</span> See the double doors over there?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:#ffc14d;">Orianna:</span> You should find your classroom through them.
<span style="color:#ffc14d;">Orianna:</span> It's the second door on the left.
<span style="color:cadetblue;">$playerName:</span> Wow. Thanks.
<span style="color:#ffc14d;">Orianna:</span> Sure thing.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ffc14d;">Orianna:</span> ...
//Should I say something?//
<img src="Images/Rework065update/Rework065update114.jpg" width=500 />
//Usually, I don't mind long pauses.//
//But I can't help but feel that this is awkward.//
//Strange...//
<span id="choices">
<<link "//Did you like the Principal's speech? // ✨">>
<<replace "#choices">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<set $charisma++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Did you like the principal's speech?
<span style="color:#ffc14d;">Orianna:</span> Of course.
<span style="color:#ffc14d;">Orianna:</span> He's such a powerful and great man.
<span style="color:cadetblue;">$playerName:</span> He is?
<span style="color:#ffc14d;">Orianna:</span> Hehe.
<span style="color:#ffc14d;">Orianna:</span> Yes, he is.
<img src="Images/Rework065update/Rework065update117.png" width=500 />
<span style="color:#ff33ff;">Girl:</span> Orianna.
//A group of girls approach us.//
<span style="color:#ff33ff;">Girl:</span> Class is about to start.
<span style="color:#ff33ff;">Girl:</span> Don't forget to take notes.
<span style="color:#ffc14d;">Orianna:</span> Yes, Patricia!
<span id="whollyMolly">
<<link "//One of the girls whispers something in Patricia's ear.//">>
<<replace "#whollyMolly">>
<img src="Images/Rework065update/Rework065update115.jpg" width=500 />
<span style="color:#ff33ff;">Patricia:</span> Shut it, Lillian!
<span style="color:#ff33ff;">Patricia:</span> As if.
<span style="color:#ff33ff;">Patricia:</span> Let's go.
//The girls leave.//
<span style="color:#ffc14d;">Orianna:</span> Well. See you later $playerName!
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> See ya.
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
[[Continue|Academy Hallway][$exploreHallwayDay1 ++]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Thank her for all the help she's given you. ✨//">>
<<replace "#choices">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<set $charisma++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Thank you Orianna.
<span style="color:#ffc14d;">Orianna:</span> ...
<span style="color:cadetblue;">$playerName:</span> You've been giving me so much help today.
<span style="color:#ffc14d;">Orianna:</span> Of course!
//She smiles at you.//
<span style="color:#ffc14d;">Orianna:</span> Anytime!
//You notice a group of girls walking toward us.//
<img src="Images/Rework065update/Rework065update116.jpg" width=500 />
<span style="color:#ff33ff;">Girl:</span> Orianna!
//The girl says as they approach.//
<span style="color:#ff33ff;">Girl:</span> Class is about to start.
<span style="color:#ff33ff;">Girl:</span> Don't forget to take notes.
<span style="color:#ffc14d;">Orianna:</span> Yes, Patricia!
<span id="whollyMolly">
<<link "//One of the girls whispers something in Patricia's ear.//">>
<<replace "#whollyMolly">>
<img src="Images/Rework065update/Rework065update115.jpg" width=500 />
<span style="color:#ff33ff;">Patricia:</span> Shut it, Lillian!
<span style="color:#ff33ff;">Patricia:</span> As if.
<span style="color:#ff33ff;">Patricia:</span> Let's go.
//The girls leave.//
<span style="color:#ffc14d;">Orianna:</span> Well. See you later $playerName!
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> See ya.
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
[[Continue|Academy Hallway][$exploreHallwayDay1 ++]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $notVisitedElfDay1 to false>>\
<<set $dayOneFuckForAmmends to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//There is a fellow elf standing over there.//
//I didn't know there were this many elves attending the academy.//
//At the principal's speech, I saw at least a couple of hundred.//
//I move closer to the elf to have a chat.//
//As I get closer I see a student rushing from the other side of the hallway towards the elf.//
<img src="Images/Rework065update/Rework065update118.png" width=500 />
<span id="whatThe">
<<link "//What the..?//">>
<<replace "#whatThe">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//He goes straight toward the elf and punches him in the stomach making the elf fall to the ground.//
<img src="Images/Rework065update/Rework065update119.png" width=500 />
<span style="color:#1ac6ff;">Student:</span> Talk to her again, you piece of shit!
<span style="color:#1ac6ff;">Student:</span> I'm going to fucking kill you, you elf scum!
<span style="color:#1ac6ff;">Student:</span> Come on.
//The student kicks the elf.//
//Kicking him over and over.//
<span id="choice">
<<link "//Intervene //🎭">>
<<replace "#choice">>
<<set $confidence++>>\
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Hey! Stop it!
//The student doesn't pay any attention to you and continues kicking the elf violently.//
//You try to push him off the elf.//
//You barely make him budge.//
<span style="color:#1ac6ff;">Student:</span> What the?
//He knocks you to the ground with one powerful strike.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update121.png" width=500 /><<else>><img src="Images/Rework065update/Rework065update120.webp" width=500 /><</if>>
//He immediately returns to kicking the elf.//
<span style="color:cadetblue;">$playerName:</span> Ow!
//Your head spins from the impact.//
<span style="color:pink;">Girl:</span> Stop it!
<span style="color:pink;">Girl:</span> He was just talking to me!
<span id="eyesShut">
<<link "//Your vision blurs, eyes closing briefly.//">>
<<replace "#eyesShut">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//When you open your eyes, you see Leroy pulling the student away from the elf.//
<img src="Images/Rework065update/Rework065update122.jpg" width=500 />
<span style="color:#e6ac00;">Leroy:</span> Stop it.
//Leroy pushes him firmly.//
<span style="color:#e6ac00;">Leroy:</span> Cool down.
//The student tries to lunge back toward the elf.//
//Leroy pushes him back again, standing like a wall between them.//
<span style="color:#e6ac00;">Leroy:</span> I said go cool down.
//The girl rushes to the student's side.//
<img src="Images/Rework065update/Rework065update123.png" width=500 />
<span style="color:pink;">Girl:</span> Let's just go.
<span style="color:pink;">Girl:</span> Please.
<span style="color:#1ac6ff;">Student:</span> ...
<span style="color:pink;">Girl:</span> Please.
<span style="color:pink;">Girl:</span> After class ok?
<span style="color:pink;">Girl:</span> After class...
<span style="color:#1ac6ff;">Student:</span> Fine.
//They leave together, the girl guiding the student away.//
//Leroy reaches down to help the elf up, but the elf slaps his hand away angrily.//
//The elf scrambles to his feet and rushes away down the hallway.//
//Leroy turns to you and offers his hand.//
//You take it gratefully.//
//He pulls you up with steady strength.//
<img src="Images/Rework065update/Rework065update124.jpg" width=500 />
<span style="color:#e6ac00;">Leroy:</span> You ok, $playerName?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> Thanks.
//Students in the background: That's Leroy.//
//Students in the background: He's friends with that guy?//
<span style="color:#e6ac00;">Leroy:</span> I should head to class.
<span style="color:#e6ac00;">Leroy:</span> See ya.
<span style="color:cadetblue;">$playerName:</span> Yeah. Bye.
[[Continue|Academy Hallway][$exploreHallwayDay1 ++]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I can't do anything against that. Just look at the size of that student. //🧠">>
<<replace "#choice">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<set $intelligence++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
// I mean I would help but there's literally nothing that I can do.//
//The student is massive and is probably going to kick the crap out of me if I try to get in the way.//
//The elf starts to crawl as he is being hit.//
//He is crawling and soon he has crawled right in front of you.//
//The student looks at you.//
<span style="color:#1ac6ff;">Student:</span> What?
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update121.png" width=500 /><<else>><img src="Images/Rework065update/Rework065update120.webp" width=500 /><</if>>
<span style="color:#1ac6ff;">Student:</span> You going to do something?
//And he hits you.//
//Knocking you out with one clean strike.//
//As consciousness fades, distant voices echo...//
<span style="color:pink;">Girl:</span> Oh my godess! Stop!
<span id="Leroy">
<<link "//When you open your eyes.//">>
<<replace "#Leroy">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You see Leroy pulling the student away from the elf.//
<span style="color:#e6ac00;">Leroy:</span> Stop it.
//Leroy pushes him firmly.//
<span style="color:#e6ac00;">Leroy:</span> Cool down.
//The student tries to lunge back toward the elf.//
//Leroy pushes him back again, standing like a wall between them.//
<span style="color:#e6ac00;">Leroy:</span> I said go cool down.
//The girl rushes to the student's side.//
<img src="Images/Rework065update/Rework065update123.png" width=500 />
<span style="color:pink;">Girl:</span> Let's just go.
<span style="color:pink;">Girl:</span> Please.
<span style="color:#1ac6ff;">Student:</span> ...
<span style="color:pink;">Girl:</span> Please.
<span style="color:pink;">Girl:</span> After class ok?
<span style="color:pink;">Girl:</span>After class...
<span style="color:#1ac6ff;">Student:</span> Fine.
//They leave together, the girl guiding the student away.//
//Leroy reaches down to help the elf up, but the elf slaps his hand away angrily.//
//The elf scrambles to his feet and rushes away down the hallway.//
//Leroy turns to you and offers his hand.//
//You take it gratefully.//
//He pulls you up with steady strength.//
<img src="Images/Rework065update/Rework065update124.jpg" width=500 />
<span style="color:#e6ac00;">Leroy:</span> You ok, $playerName?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> Thanks.
//Students in the background: That's Leroy.//
//Students in the background: He's friends with that guy?//
<span style="color:#e6ac00;">Leroy:</span> I should head to class.
<span style="color:#e6ac00;">Leroy:</span> See ya.
<span style="color:cadetblue;">$playerName:</span> Yeah. Bye.
[[Continue|Academy Hallway][$exploreHallwayDay1 ++]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<set $herbologyDay1Group = 0>>\
<<set $firstDayMaeris to true>>\
<<set $firstDayFreya to true>>\
<<set $firstDayRosalind to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//You enter the Herbology classroom, a room filled with the pleasant aroma of various plants and herbs.//
<<set $firstDay++>>
//Wooden shelves are lined with potted plants, and sunlight streams through the windows, creating a warm and inviting atmosphere.//
//Students are seated at wooden desks, whispering with anticipation.//
//This is it, my first Herbology class. I hope it goes well.//
<span id="boomBitch">
<<link "//At the front of the room, a middle-aged woman stands beside a table filled with herbs, her posture exuding confidence.//">>
<<replace "#boomBitch">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Philippa/Phillipa.png" width=500/>
//Her orange eyes, observe the room with a mix of dread and authority.//
//That must be the professor.//
//The teacher claps her hands together, capturing the students' attention.//
<<if $onlyImages is true>><img src="Images/Philippa/clap-hands.png" width=500/><<else>><img src="Images/Philippa/clap-hands.gif"/><</if>>
<span style="color:orangered;">Philippa:</span> Good morning, class! I am Professor Philippa, your instructor for Herbology.
<span style="color:orangered;">Philippa:</span> Welcome to a world of wonders where we'll explore the secrets of plants and herbs.//
//She paces in front of the table. Her faint smile slowly fades.//
<span style="color:orangered;">Philippa:</span> I'd like to get to know each of you better. Let's start with you, shall we?
<span style="color:orangered;">Philippa:</span> What's your name, elf?
<span id="turnsToMe">
<<link "//She turns twoards me//">>
<<replace "#turnsToMe">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:green;">$playerName:</span> I'm $playerName.
<span style="color:orangered;">Philippa:</span> Lovely to meet you, playerName...
<span style="color:orangered;">Philippa:</span> It seems that every year more of your kind are admitted to this Academy. Isn't that right $playerName?
//What's that supposed to mean.//
<span id="youTalkingToMe">
<<link"//Keep silent //🧠">>
<<replace "#youTalkingToMe">>
<<set $intelligence++>>\
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She walks a few paces to the right.//
<span style="color:orangered;">Philippa:</span> And what's your name, Dear?
<img src="Images/Rework065update/Rework065update125.jpg" height=500 />
<span style="color:#1ad1ff;">Cassandra:</span> Cassandra.
<span style="color:orangered;">Philippa:</span> Interesting hair color. Natural?
<span style="color:#1ad1ff;">Cassandra:</span> Yes, Professor.
<span style="color:orangered;">Philippa:</span> Hmm.
<<replacelink "//She moves to the next student.//">>//She moves to the next student.//
<img src="Images/Rework065update/Rework065update126.png" height=500 />
<span style="color:orangered;">Philippa:</span> And you are?
<span style="color:#b35900;">Thaddeus:</span> Thaddeus, ma'am.
<span style="color:orangered;">Philippa:</span> Such a proper posture. I expect you'll do well in my class.
<span style="color:#b35900;">Thaddeus:</span> I hope to prove myself worthy, Professor.
<span style="color:orangered;">Philippa:</span> We shall see.
<<replacelink "//Her eyes fall on the next student.//">>//Her eyes fall on the next student.//
<img src="Images/Rework065update/Rework065update127.png" height=500 />
<span style="color:orangered;">Philippa:</span> Ah, you must be from the Northern lands.
<span style="color:dimgray;">Kaelian: </span> Kaelian. Yes, Professor.
<span style="color:orangered;">Philippa:</span> (soft smile)... glad to have you.
<<replacelink "//She continues down the row.//">>//She continues down the row.//
<img src="Images/Rework065update/Rework065update128.png" height=500 />
<span style="color:orangered;">Philippa:</span> Another elf. Your name?
<span style="color:#33ff77;">Lyra:</span> Lyra, Professor.
<span style="color:orangered;">Philippa:</span> Interesting. I was right. The admission standards have become quite... flexible these days.
<span style="color:#33ff77;">Lyra:</span> (remains silent)
<<replacelink "//Moving along, she pauses at the next desk.//">>//Moving along, she pauses at the next desk.//
<img src="Images/Rework065update/Rework065update129.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> (she pauses waiting for the girl to speak).
<span style="color:salmon;">Cecily:</span> You know my name...
<span style="color:orangered;">Philippa:</span> But the others don't.
<span style="color:salmon;">Cecily:</span> I'm Cecily.
//(she avoids her gaze from the professor.)//
<<replacelink "//Philippa turns to the next student.//">>//Philippa turns to the next student.//
<img src="Images/Rework065update/Rework065update130.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> And you, with the fancy hairstyle?
<span style="color:#e6ffe6;">Roland:</span> Roland, Professor.
<span style="color:orangered;">Philippa:</span> Bold choice. I like it.
<<replacelink "//She approaches another student.//">>//She approaches another student.//
<img src="Images/Rework065update/Rework065update131.png" height=500 />
<span style="color:orangered;">Philippa:</span> Those dreadlocks must have taken some time.
<span style="color:#d9d9d9;">Tempest:</span> Tempest. And yes, they did.
<span style="color:orangered;">Philippa:</span> Dedication. Good quality in a student.
<<replacelink "//Her gaze lands on another elf.//">>//Her gaze lands on another elf.//
<img src="Images/Rework065update/Rework065update132.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> And you are?
<span style="color:#66ff66;">Maeris:</span> Maeris, Professor.
<span style="color:orangered;">Philippa:</span> Another elf. How... quaint. I trust you'll keep up with the curriculum?
//Maeris straightens herself//
<span style="color:#66ff66;">Maeris:</span> I-I will!
<<replacelink "//She continues her rounds.//">>//She continues her rounds.//
<img src="Images/Rework065update/Rework065update133.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> And your name?
<span style="color:#3366ff;">Dominik:</span> Dominik.
<span style="color:orangered;">Philippa:</span> That braid work... Western district, yes?
<span style="color:#3366ff;">Dominik:</span> Yes, Professor.
<<replacelink "//Moving to the next student.//">>//Moving to the next student.//
<img src="Images/Rework065update/Rework065update134.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> And you dear?
<span style="color:#809fff;">Valerie:</span> Valerie.
<span style="color:orangered;">Philippa:</span> Valerie... Named after the legendary battle-mage, I presume?
<span style="color:#809fff;">Valerie:</span> Yes, Professor. My grandmother knew her.
<span style="color:orangered;">Philippa:</span> How fascinating.
<<replacelink "//She pauses at another desk.//">>//She pauses at another desk.//
<img src="Images/Rework065update/Rework065update135.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Those curls are lovely.
<span style="color:#994d00;">Rosalind:</span> I'm Rosalind. They're a bit unruly sometimes.
<span style="color:orangered;">Philippa:</span> Nature rarely needs taming, dear.
<<replacelink "//Her attention shifts again.//">>//Her attention shifts again.//
<img src="Images/Rework065update/Rework065update136.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> And you are?
<span style="color:#ff66ff;">Freya:</span> Freya. I want to become a mage.
<span style="color:orangered;">Philippa:</span> Mage?
<span style="color:#ff66ff;">Freya:</span> Hoping to be.
<span style="color:orangered;">Philippa:</span> Trying to get the top of the class then?
<span style="color:#ff66ff;">Freya:</span> Yes.
<span style="color:orangered;">Philippa:</span> (smiles)Aiming for that tuition discount, are we?
//Freya straightens up and with determined face nods to the professor.//
<span style="color:orangered;">Philippa:</span> Ambitious. Though you should know, herbology is not an easy road to that.
<span style="color:#ff66ff;">Freya:</span> I'm prepared to do what it takes.
<span style="color:orangered;">Philippa:</span> We'll see about that. Good luck.
<<replacelink "//She approaches the next student.//">>//She approaches the next student.//
<img src="Images/Rework065update/Rework065update137.png" height=500 />
<span style="color:orangered;">Philippa:</span> That crown braid is quite intricate.
<span style="color:#ffb3ff;">Meridia:</span> Thank you, Professor. I'm Meridia.
<span style="color:orangered;">Philippa:</span> Did you do it yourself?
<span style="color:#ffb3ff;">Meridia:</span> My sister helped.
<span style="color:orangered;">Philippa:</span> It looks great on you dear.
<span style="color:orangered;">Philippa:</span> So.
<span style="color:orangered;">Philippa:</span> Now that introductions are done let's start.
<span style="color:orangered;">Philippa:</span> First. Find yourself a study partner.
[[Continue|Herbology Story 2]]
<</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>>
<</replace>>
<</link>> | \
<<link "//Answer back //🎭">>
<<replace "#youTalkingToMe">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<set $confidence ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:green;">$playerName:</span> What d-
<span style="color:orangered;">Philippa:</span> Pup-pup-pup-pup-pup.
<span style="color:orangered;">Philippa:</span> Now is not the time.
//She walks a few paces to the right.//
<span style="color:orangered;">Philippa:</span> And what's your name, Dear?
<img src="Images/Rework065update/Rework065update125.jpg" height=500 />
<span style="color:#1ad1ff;">Cassandra:</span> Cassandra.
<span style="color:orangered;">Philippa:</span> Interesting hair color. Natural?
<span style="color:#1ad1ff;">Cassandra:</span> Yes, Professor.
<span style="color:orangered;">Philippa:</span> Hmm.
<<replacelink "//She moves to the next student.//">>//She moves to the next student.//
<img src="Images/Rework065update/Rework065update126.png" height=500 />
<span style="color:orangered;">Philippa:</span> And you are?
<span style="color:#b35900;">Thaddeus:</span> Thaddeus, ma'am.
<span style="color:orangered;">Philippa:</span> Such a proper posture. I expect you'll do well in my class.
<span style="color:#b35900;">Thaddeus:</span> I hope to prove myself worthy, Professor.
<span style="color:orangered;">Philippa:</span> We shall see.
<<replacelink "//Her eyes fall on the next student.//">>//Her eyes fall on the next student.//
<img src="Images/Rework065update/Rework065update127.png" height=500 />
<span style="color:orangered;">Philippa:</span> Ah, you must be from the Northern lands.
<span style="color:dimgray;">Kaelian: </span> Kaelian. Yes, Professor.
<span style="color:orangered;">Philippa:</span> (soft smile)... glad to have you.
<<replacelink "//She continues down the row.//">>//She continues down the row.//
<img src="Images/Rework065update/Rework065update128.png" height=500 />
<span style="color:orangered;">Philippa:</span> Another elf. Your name?
<span style="color:#33ff77;">Lyra:</span> Lyra, Professor.
<span style="color:orangered;">Philippa:</span> Interesting. I was right. The admission standards have become quite... flexible these days.
<span style="color:#33ff77;">Lyra:</span> (remains silent)
<<replacelink "//Moving along, she pauses at the next desk.//">>//Moving along, she pauses at the next desk.//
<img src="Images/Rework065update/Rework065update129.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> (she pauses waiting for the girl to speak).
<span style="color:salmon;">Cecily:</span> You know my name...
<span style="color:orangered;">Philippa:</span> But the others don't.
<span style="color:salmon;">Cecily:</span> I'm Cecily.
//(she avoids her gaze from the professor.)//
<<replacelink "//Philippa turns to the next student.//">>//Philippa turns to the next student.//
<img src="Images/Rework065update/Rework065update130.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> And you, with the fancy hairstyle?
<span style="color:#e6ffe6;">Roland:</span> Roland, Professor.
<span style="color:orangered;">Philippa:</span> Bold choice. I like it.
<<replacelink "//She approaches another student.//">>//She approaches another student.//
<img src="Images/Rework065update/Rework065update131.png" height=500 />
<span style="color:orangered;">Philippa:</span> Those dreadlocks must have taken some time.
<span style="color:#d9d9d9;">Tempest:</span> Tempest. And yes, they did.
<span style="color:orangered;">Philippa:</span> Dedication. Good quality in a student.
<<replacelink "//Her gaze lands on another elf.//">>//Her gaze lands on another elf.//
<img src="Images/Rework065update/Rework065update132.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> And you are?
<span style="color:#66ff66;">Maeris:</span> Maeris, Professor.
<span style="color:orangered;">Philippa:</span> Another elf. How... quaint. I trust you'll keep up with the curriculum?
//Maeris straightens herself//
<span style="color:#66ff66;">Maeris:</span> I-I will!
<<replacelink "//She continues her rounds.//">>//She continues her rounds.//
<img src="Images/Rework065update/Rework065update133.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> And your name?
<span style="color:#3366ff;">Dominik:</span> Dominik.
<span style="color:orangered;">Philippa:</span> That braid work... Western district, yes?
<span style="color:#3366ff;">Dominik:</span> Yes, Professor.
<<replacelink "//Moving to the next student.//">>//Moving to the next student.//
<img src="Images/Rework065update/Rework065update134.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> And you dear?
<span style="color:#809fff;">Valerie:</span> Valerie.
<span style="color:orangered;">Philippa:</span> Valerie... Named after the legendary battle-mage, I presume?
<span style="color:#809fff;">Valerie:</span> Yes, Professor. My grandmother knew her.
<span style="color:orangered;">Philippa:</span> How fascinating.
<<replacelink "//She pauses at another desk.//">>//She pauses at another desk.//
<img src="Images/Rework065update/Rework065update135.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Those curls are lovely.
<span style="color:#994d00;">Rosalind:</span> I'm Rosalind. They're a bit unruly sometimes.
<span style="color:orangered;">Philippa:</span> Nature rarely needs taming, dear.
<<replacelink "//Her attention shifts again.//">>//Her attention shifts again.//
<img src="Images/Rework065update/Rework065update136.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> And you are?
<span style="color:#ff66ff;">Freya:</span> Freya. I want to become a mage.
<span style="color:orangered;">Philippa:</span> Mage?
<span style="color:#ff66ff;">Freya:</span> Hoping to be.
<span style="color:orangered;">Philippa:</span> Trying to get the top of the class then?
<span style="color:#ff66ff;">Freya:</span> Yes.
<span style="color:orangered;">Philippa:</span> (smiles)Aiming for that tuition discount, are we?
//Freya straightens up and with determined face nods to the professor.//
<span style="color:orangered;">Philippa:</span> Ambitious. Though you should know, herbology is not an easy road to that.
<span style="color:#ff66ff;">Freya:</span> I'm prepared to do what it takes.
<span style="color:orangered;">Philippa:</span> We'll see about that. Good luck.
<<replacelink "//She approaches the next student.//">>//She approaches the next student.//
<img src="Images/Rework065update/Rework065update137.png" height=500 />
<span style="color:orangered;">Philippa:</span> That crown braid is quite intricate.
<span style="color:#ffb3ff;">Meridia:</span> Thank you, Professor. I'm Meridia.
<span style="color:orangered;">Philippa:</span> Did you do it yourself?
<span style="color:#ffb3ff;">Meridia:</span> My sister helped.
<span style="color:orangered;">Philippa:</span> It looks great on you dear.
<span style="color:orangered;">Philippa:</span> So.
<span style="color:orangered;">Philippa:</span> Now that introductions are done let's start.
<span style="color:orangered;">Philippa:</span> First. Find yourself a study partner.
[[Continue|Herbology Story 2]]
<</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>//Study partner?//
//Ok.//
//Darn it. Looks like the boys have grouped up with each other.//
//Who should I ask?//
<<if $herbologyDay1Group lt 3>>
<<if $firstDayMaeris is true>> [[Talk to Maeris a fellow elf]]<</if>> | <<if $firstDayFreya is true>>[[Freya seems interesting]]<</if>> | <<if $firstDayRosalind is true>>[[Maybe Rosalind?]]<</if>>
<<else>>
[[What the...?|Herbology Story 3]]
<</if>><<set $firstDayMaeris to false>>\
//I make my way towards Maeris.//
<img src="Images/Rework065update/Rework065update139.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:#66ff66;">Maeris:</span> Hey.
<span style="color:green;">$playerName:</span> Would you like to team up together?
<span style="color:#66ff66;">Maeris:</span> Um.. Sorry I teamed up with Lyra.
<span style="color:cadetblue;">$playerName:</span> No worries.
//Ok.//
//Only two elves have already teamed up together.//
//That's fine.//
[[Continue|Herbology Story 2][$herbologyDay1Group++]]
<<set $firstDayFreya to false>>\
<span style="color:cadetblue;">$playerName:</span> Hi.
<img src="Images/Rework065update/Rework065update140.jpg" height=500 />
<span style="color:#ff66ff;">Freya:</span> ...
<span style="color:cadetblue;">$playerName:</span> (gulp)...
<span style="color:cadetblue;">$playerName:</span> Wou-
<span style="color:#ff66ff;">Freya:</span> No.
<span style="color:cadetblue;">$playerName:</span> ...
//She just looks at me waiting to leave.//
<span style="color:cadetblue;">$playerName:</span> (to myself) Ok.
//I turn around.//
[[Continue|Herbology Story 2][$herbologyDay1Group++]]
<<set $firstDayRosalind to false>>\
<span style="color:cadetblue;">$playerName:</span> Hey.
<img src="Images/Rework065update/Rework065update138.jpg" height=500 />
<span style="color:#994d00;">Rosalind:</span> Hey.
<span style="color:#994d00;">Rosalind:</span> I already teamed up with someone.
<span style="color:cadetblue;">$playerName:</span> Oh.
<span style="color:cadetblue;">$playerName:</span> No worries.
//Oh.//
//Darn.//
[[Continue|Herbology Story 2][$herbologyDay1Group++]]
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//There are fifteen of us.//
//Am I really going to be the one left out?//
//Surely there's-//
//You feel a few taps on your shoulder.//
<<if $femC is true>>
<span style="color:salmon;">Girl:</span> Heya girly! Let's team up.
//Girly?//
<<else>>
<span style="color:salmon;">Girl:</span> Heya! Let's team up.
<</if>>\
<span id="turnAround">
<<link "//I turn around and see a red-haired, red-eyed girl looking at me.//">>
<<replace "#turnAround">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Cecily/Cecily.jpg" width=500/>
<<if $femC is true>><span style="color:salmon;">Girl:</span> Oh? You're a boy. Sorry.
<span style="color:salmon;">Girl:</span>...<<else>><span style="color:salmon;">Girl:</span>...<</if>>
//She is waiting for the answer.//
<span style="color:cadetblue;">$playerName:</span> Yes! Let's!
//That was too loud.//
<span style="color:cadetblue;">$playerName:</span> I mean. Yes. Sure.
<span style="color:salmon;">Girl:</span> Hahaha.
<span style="color:salmon;">Girl:</span> Let's take that table.
<span style="color:cadetblue;">$playerName:</span> Yeah.
//We head to a desk and sit down.//
<span id="look">
<<link "//Philippa quickly glances over the class.//">>
<<replace "#look">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Philippa/phillipa2.jpg" width=500/>
<span style="color:orangered;">Philippa:</span> Seems like there's only fifteen of you.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> I should confirm if this is the correct number.
<span style="color:orangered;">Philippa:</span> I'll go and check with the principal about the official class list for first years
//She leaves the room.//
//I'll look towards the girl sitting next to me.//
//She notices you looking at her.//
<span style="color:salmon;">Girl:</span> (curious) Hmm?
<span style="color:cadetblue;">$playerName:</span> I'm $playerName.
<span style="color:salmon;">Girl:</span> I know.
<span style="color:salmon;">Girl:</span> You told that to the whole class remember.
//Oh.//
//She giggles.//
<span id="tilt">
<<link "//She tilts her head//">>
<<replace "#tilt">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Cecily/cecilydegintro1story1.png" width=500/>
<span style="color:salmon;">Girl:</span> Do you remember my name?
//(Tutorial: See a stat icon with () around it? That means you'll only get that stat point if you pick the correct answer!)//
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<if $mascC is true>>
[[Tempest(❤️)]] | [[Cecily (❤️)]] | [[Valerie (❤️)]]
<<elseif $femC is true>>
[[Tempest (❤️) |IsabellaFems]] | [[Cecily (❤️) |CecilyFems]] | [[Valerie (❤️) |ValerieFems]]
<</if>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<set $dayOneFuckForAmmends to false>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> Tempest?
<img src="Images/Rework065update/Rework065update141.png" height=500 />
<span style="color:salmon;">Girl:</span> hehe.. No, it's not Tempest.
<span style="color:salmon;">Cecily:</span> I'm Cecily.
<span style="color:cadetblue;">$playerName:</span> Oh... Sorry.
<span style="color:salmon;">Cecily:</span> It's fine.
...
..
.
<span style="color:cadetblue;">$playerName:</span> The professor seems nice.
<span style="color:salmon;">Cecily:</span> (doubtfully) Really?
<span style="color:salmon;">Cecily:</span> It seems like she is //nice// only towards certain people.
//She is right.//
//I've always experienced this - humans looking down on me whenever I venture outside.//
//I hoped the academy would be different.//
//But Cecily is right.//
//The professor clearly holds prejudice against elves.//
//Cecily notices you in a deep thought.//
<img src="Images/Rework065update/Rework065update142.png" height=500 />
<span style="color:salmon;">Cecily:</span> What are you thinking?
<span style="color:cadetblue;">$playerName:</span> That she is a.. is a...
<span id="amI">
<<link "**//Racist cunt!//(Netori and/or Manipulation and/or Sharing)⛓️**">>
<<replace "#amI">>
<<set $cecilyDomSub -=1>>\
<<set $cecilyDeg++>>\
<<set $deg++>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//I have never uttered profanity before.//
//Am I really going to...?//
//Here it goes.//
<span style="color:cadetblue;">$playerName:</span> She's a racist cunt!
//I feel much lighter after saying that.//
<span style="color:salmon;">Cecily:</span> ...
<span id="smile1">
<<link "//She smiles a little.//">>
<<replace "#smile1">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update143.png" height=500 />
<span style="color:salmon;">Cecily:</span> Yes, she is-
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update144.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "**//Bitch!//💜(Alpha and/or Domination and/or Harem)">>
<<replace "#amI">>
<<set $cecilyCorruption++>>\
<<set $cecilyDom++>>\
<<set $lust++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//I have never uttered profanity before.//
//Am I really going to...?//
//Here it goes.//
<span style="color:cadetblue;">$playerName:</span> She's a bitch!
//I feel much lighter after saying that.//
<span style="color:salmon;">Cecily:</span> ...
<span id="smile">
<<link "//She smiles a little.//">>
<<replace "#smile">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:salmon;">Cecily:</span> Yes, she is-
<img src="Images/Rework065update/Rework065update143.png" height=500 />
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update145.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "**//I'm not going to say that.//❤️(Romance and Love)**">>
<<replace "#amI">>
<<set $cecilyRel++>>\
<<set $cecilySub++>>\
<<set $romance ++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//No need to stoop that low.//
<span style="color:cadetblue;">$playerName:</span> (sighs)
<span style="color:salmon;">Cecily:</span> ...
<span id="smile">
<<link "//She smiles a little.//">>
<<replace "#smile">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update143.png" height=500 />
<span style="color:salmon;">Cecily:</span> I know...-
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update146.png" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<set $dayOneFuckForAmmends to false>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> Valerie?
<img src="Images/Rework065update/Rework065update141.png" height=500 />
<span style="color:salmon;">Girl:</span> hehe.. No, it's not Valerie.
<span style="color:salmon;">Cecily:</span> I'm Cecily.
<span style="color:cadetblue;">$playerName:</span> Oh... Sorry.
<span style="color:salmon;">Cecily:</span> It's fine.
...
..
.
<span style="color:cadetblue;">$playerName:</span> The professor seems nice.
<span style="color:salmon;">Cecily:</span> (doubtfully) Really?
<span style="color:salmon;">Cecily:</span> It seems like she is //nice// only towards certain people.
//She is right.//
//I've always experienced this - humans looking down on me whenever I venture outside.//
//I hoped the academy would be different.//
//But Cecily is right.//
//The professor clearly holds prejudice against elves.//
//Cecily notices you in a deep thought.//
<img src="Images/Rework065update/Rework065update142.png" height=500 />
<span style="color:salmon;">Cecily:</span> What are you thinking?
<span style="color:cadetblue;">$playerName:</span> That she is a.. is a...
<span id="amI">
<<link "**//Racist cunt!//(Netori and/or Manipulation and/or Sharing)⛓️**">>
<<replace "#amI">>
<<set $cecilyDomSub -=1>>\
<<set $cecilyDeg++>>\
<<set $deg++>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//I have never uttered profanity before.//
//Am I really going to...?//
//Here it goes.//
<span style="color:cadetblue;">$playerName:</span> She's a racist cunt!
//I feel much lighter after saying that.//
<span style="color:salmon;">Cecily:</span> ...
<span id="smile1">
<<link "//She smiles a little.//">>
<<replace "#smile1">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update143.png" height=500 />
<span style="color:salmon;">Cecily:</span> Yes, she is-
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update144.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "**//Bitch!//💜(Alpha and/or Domination and/or Harem)">>
<<replace "#amI">>
<<set $cecilyCorruption++>>\
<<set $cecilyDom++>>\
<<set $lust++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//I have never uttered profanity before.//
//Am I really going to...?//
//Here it goes.//
<span style="color:cadetblue;">$playerName:</span> She's a bitch!
//I feel much lighter after saying that.//
<span style="color:salmon;">Cecily:</span> ...
<span id="smile">
<<link "//She smiles a little.//">>
<<replace "#smile">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:salmon;">Cecily:</span> Yes, she is-
<img src="Images/Rework065update/Rework065update143.png" height=500 />
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update145.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "**//I'm not going to say that.//❤️(Romance and Love)**">>
<<replace "#amI">>
<<set $cecilyRel++>>\
<<set $cecilySub++>>\
<<set $romance++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//No need to stoop that low.//
<span style="color:cadetblue;">$playerName:</span> (sighs)
<span style="color:salmon;">Cecily:</span> ...
<span id="smile">
<<link "//She smiles a little.//">>
<<replace "#smile">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update143.png" height=500 />
<span style="color:salmon;">Cecily:</span> I know...-
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update146.png" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<set $dayOneFuckForAmmends to false>>\
<<timed 100ms>>\
<<set $cecilyRel++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> Cecily?
<img src="Images/Rework065update/Rework065update149.png" height=500 />
<span style="color:salmon;">Cecily:</span> (smile) You remembered.
<span style="color:cadetblue;">$playerName:</span> (smile)
<span style="color:salmon;">Cecily:</span> ...
...
..
.
<span style="color:cadetblue;">$playerName:</span> The professor seems nice.
<span style="color:salmon;">Cecily:</span> (doubtfully) Really?
<span style="color:salmon;">Cecily:</span> It seems like she is //nice// only towards certain people.
//She is right.//
//I've always experienced this - humans looking down on me whenever I venture outside.//
//I hoped the academy would be different.//
//But Cecily is right.//
//The professor clearly holds prejudice against elves.//
//Cecily notices you in a deep thought.//
<img src="Images/Rework065update/Rework065update142.png" height=500 />
<span style="color:salmon;">Cecily:</span> What are you thinking?
<span style="color:cadetblue;">$playerName:</span> That she is a.. is a...
<span id="amI">
<<link "**//Racist cunt!//(Netori and/or Manipulation and/or Sharing)⛓️**">>
<<replace "#amI">>
<<set $cecilyDomSub -=1>>\
<<set $cecilyDeg++>>\
<<set $deg ++>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//I have never uttered profanity before.//
//Am I really going to...?//
//Here it goes.//
<span style="color:cadetblue;">$playerName:</span> She's a racist cunt!
//I feel much lighter after saying that.//
<span style="color:salmon;">Cecily:</span> ...
<span id="smile1">
<<link "//She smiles a little.//">>
<<replace "#smile1">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update143.png" height=500 />
<span style="color:salmon;">Cecily:</span> Yes, she is-
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update144.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "**//Bitch!//💜(Alpha and/or Domination and/or Harem)">>
<<replace "#amI">>
<<set $cecilyCorruption++>>\
<<set $cecilyDom++>>\
<<set $lust++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//I have never uttered profanity before.//
//Am I really going to...?//
//Here it goes.//
<span style="color:cadetblue;">$playerName:</span> She's a bitch!
//I feel much lighter after saying that.//
<span style="color:salmon;">Cecily:</span> ...
<span id="smile">
<<link "//She smiles a little.//">>
<<replace "#smile">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:salmon;">Cecily:</span> Yes, she is-
<img src="Images/Rework065update/Rework065update143.png" height=500 />
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update145.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "**//I'm not going to say that.//❤️(Romance and Love)**">>
<<replace "#amI">>
<<set $cecilyRel++>>\
<<set $cecilySub++>>\
<<set $romance++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//No need to stoop that low.//
<span style="color:cadetblue;">$playerName:</span> (sighs)
<span style="color:salmon;">Cecily:</span> ...
<span id="smile">
<<link "//She smiles a little.//">>
<<replace "#smile">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update143.png" height=500 />
<span style="color:salmon;">Cecily:</span> I know...-
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update146.png" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<set $dayOneFuckForAmmends to false>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> Isabella?
<img src="Images/Rework065update/Rework065update141.png" height=500 />
<span style="color:salmon;">Girl:</span> hehe.. No, it's not Isabella.
<span style="color:salmon;">Cecily:</span> I'm Cecily.
<span style="color:cadetblue;">$playerName:</span> Oh... Sorry.
<span style="color:salmon;">Cecily:</span> It's fine.
...
..
.
<span style="color:cadetblue;">$playerName:</span> The professor seems nice.
<span style="color:salmon;">Cecily:</span> (doubtfully) Really?
<span style="color:salmon;">Cecily:</span> It seems like she is //nice// only towards certain people.
//She is right.//
//I've always experienced this - humans looking down on me whenever I venture outside.//
//I hoped the academy would be different.//
//But Cecily is right.//
//The professor clearly holds prejudice against elves.//
//Cecily notices you in a deep thought.//
<img src="Images/Rework065update/Rework065update142.png" height=500 />
<span style="color:salmon;">Cecily:</span> What are you thinking?
<span style="color:cadetblue;">$playerName:</span> That she is a.. is a...
<span id="amI">
<<link "**//Racist cunt!//(NTR route, either dom or sub)⛓️**">>
<<replace "#amI">>
<<set $cecilyDomSub =-1>>\
<<set $cecilySub++>>\
<<set $lust++>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//I have never uttered profanity before.//
//Am I really going to...?//
//Here it goes.//
<span style="color:cadetblue;">$playerName:</span> She's a racist cunt!
//I feel much lighter after saying that.//
<span style="color:salmon;">Cecily:</span> ...
<span id="smile1">
<<link "//She smiles a little.//">>
<<replace "#smile1">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update143.png" height=500 />
<span style="color:salmon;">Cecily:</span> Yes, she is-
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update144.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "**//Bitch!//💜(Submission Route, either dom or sub,)">>
<<replace "#amI">>
<<set $cecilyCorruption++>>\
<<set $cecilyDeg++>>\
<<set $deg++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//I have never uttered profanity before.//
//Am I really going to...?//
//Here it goes.//
<span style="color:cadetblue;">$playerName:</span> She's a bitch!
//I feel much lighter after saying that.//
<span style="color:salmon;">Cecily:</span> ...
<span id="smile">
<<link "//She smiles a little.//">>
<<replace "#smile">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:salmon;">Cecily:</span> Yes, she is-
<img src="Images/Rework065update/Rework065update143.png" height=500 />
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update145.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "**//I'm not going to say that.//❤️(Romance, Love)**">>
<<replace "#amI">>
<<set $cecilyRel++>>\
<<set $cecilyDom++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//No need to stoop that low.//
<span style="color:cadetblue;">$playerName:</span> (sighs)
<span style="color:salmon;">Cecily:</span> ...
<span id="smile">
<<link "//She smiles a little.//">>
<<replace "#smile">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update143.png" height=500 />
<span style="color:salmon;">Cecily:</span> I know...-
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update146.png" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<set $dayOneFuckForAmmends to false>>\
<<timed 100ms>>\
<<set $cecilyRel++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> Cecily?
<img src="Images/Rework065update/Rework065update149.png" height=500 />
<span style="color:salmon;">Cecily:</span> (soft smile) Hey you remembered.
<span style="color:cadetblue;">$playerName:</span> (smile)
<span style="color:salmon;">Cecily:</span> ...
...
..
.
<span style="color:cadetblue;">$playerName:</span> The professor seems nice.
<span style="color:salmon;">Cecily:</span> (doubtfully) Really?
<span style="color:salmon;">Cecily:</span> It seems like she is //nice// only towards certain people.
//She is right.//
//I've always experienced this - humans looking down on me whenever I venture outside.//
//I hoped the academy would be different.//
//But Cecily is right.//
//The professor clearly holds prejudice against elves.//
//Cecily notices you in a deep thought.//
<img src="Images/Rework065update/Rework065update142.png" height=500 />
<span style="color:salmon;">Cecily:</span> What are you thinking?
<span style="color:cadetblue;">$playerName:</span> That she is a.. is a...
<span id="amI">
<<link "**//Racist cunt!//(NTR route, either dom or sub)⛓️**">>
<<replace "#amI">>
<<set $cecilyDomSub -=1>>\
<<set $cecilySub++>>\
<<set $lust>>3=\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//I have never uttered profanity before.//
//Am I really going to...?//
//Here it goes.//
<span style="color:cadetblue;">$playerName:</span> She's a racist cunt!
//I feel much lighter after saying that.//
<span style="color:salmon;">Cecily:</span> ...
<span id="smile1">
<<link "//She smiles a little.//">>
<<replace "#smile1">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update143.png" height=500 />
<span style="color:salmon;">Cecily:</span> Yes, she is-
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update144.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "**//Bitch!//💜(Submission Route, either dom or sub,)">>
<<replace "#amI">>
<<set $cecilyCorruption++>>\
<<set $cecilyDeg++>>\
<<set $deg++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//I have never uttered profanity before.//
//Am I really going to...?//
//Here it goes.//
<span style="color:cadetblue;">$playerName:</span> She's a bitch!
//I feel much lighter after saying that.//
<span style="color:salmon;">Cecily:</span> ...
<span id="smile">
<<link "//She smiles a little.//">>
<<replace "#smile">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:salmon;">Cecily:</span> Yes, she is-
<img src="Images/Rework065update/Rework065update143.png" height=500 />
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update145.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "**//I'm not going to say that.//❤️(Romance, Love)**">>
<<replace "#amI">>
<<set $cecilyRel++>>\
<<set $cecilyDom++>>\
<<set $romance++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//No need to stoop that low.//
<span style="color:cadetblue;">$playerName:</span> (sighs)
<span style="color:salmon;">Cecily:</span> ...
<span id="smile">
<<link "//She smiles a little.//">>
<<replace "#smile">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update143.png" height=500 />
<span style="color:salmon;">Cecily:</span> I know...-
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update146.png" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<set $dayOneFuckForAmmends to false>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> Valerie?
<img src="Images/Rework065update/Rework065update141.png" height=500 />
<span style="color:salmon;">Girl:</span> hehe.. No, it's not Valerie.
<span style="color:salmon;">Cecily:</span> I'm Cecily.
<span style="color:cadetblue;">$playerName:</span> Oh... Sorry.
<span style="color:salmon;">Cecily:</span> It's fine.
...
..
.
<span style="color:cadetblue;">$playerName:</span> The professor seems nice.
<span style="color:salmon;">Cecily:</span> (doubtfully) Really?
<span style="color:salmon;">Cecily:</span> It seems like she is //nice// only towards certain people.
//She is right.//
//I've always experienced this - humans looking down on me whenever I venture outside.//
//I hoped the academy would be different.//
//But Cecily is right.//
//The professor clearly holds prejudice against elves.//
//Cecily notices you in a deep thought.//
<img src="Images/Rework065update/Rework065update142.png" height=500 />
<span style="color:salmon;">Cecily:</span> What are you thinking?
<span style="color:cadetblue;">$playerName:</span> That she is a.. is a...
<span id="amI">
<<link "**//Racist cunt!//(NTR route, either dom or sub)⛓️**">>
<<replace "#amI">>
<<set $cecilyDomSub -=1>>\
<<set $cecilySub++>>\
<<set $lust++>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//I have never uttered profanity before.//
//Am I really going to...?//
//Here it goes.//
<span style="color:cadetblue;">$playerName:</span> She's a racist cunt!
//I feel much lighter after saying that.//
<span style="color:salmon;">Cecily:</span> ...
<span id="smile1">
<<link "//She smiles a little.//">>
<<replace "#smile1">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update143.png" height=500 />
<span style="color:salmon;">Cecily:</span> Yes, she is-
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update144.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "**//Bitch!//💜(Submission Route, either dom or sub,)">>
<<replace "#amI">>
<<set $cecilyCorruption++>>\
<<set $cecilyDeg++>>\
<<set $deg++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//I have never uttered profanity before.//
//Am I really going to...?//
//Here it goes.//
<span style="color:cadetblue;">$playerName:</span> She's a bitch!
//I feel much lighter after saying that.//
<span style="color:salmon;">Cecily:</span> ...
<span id="smile">
<<link "//She smiles a little.//">>
<<replace "#smile">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:salmon;">Cecily:</span> Yes, she is-
<img src="Images/Rework065update/Rework065update143.png" height=500 />
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update145.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "**//I'm not going to say that.//❤️(Romance, Love)**">>
<<replace "#amI">>
<<set $cecilyRel++>>\
<<set $cecilyDom++>>\
<<set $romance++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Am I going to say it?//
//No need to stoop that low.//
<span style="color:cadetblue;">$playerName:</span> (sighs)
<span style="color:salmon;">Cecily:</span> ...
<span id="smile">
<<link "//She smiles a little.//">>
<<replace "#smile">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update143.png" height=500 />
<span style="color:salmon;">Cecily:</span> I know...-
//We wait in silence until Philippa returns.//
<span style="color:orangered;">Philippa:</span> Alright class, sorry for the delay.
<span style="color:orangered;">Philippa:</span> It seems there really is going to be only fifteen of you.
<span style="color:orangered;">Philippa:</span> Usually there is at least 30.
<span style="color:orangered;">Philippa:</span> Hmm...
<span style="color:orangered;">Philippa:</span> Anyways. Let's begin.
<span style="color:orangered;">Philippa:</span> I picked the first books that you need to go through from the library.
<img src="Images/Rework065update/Rework065update147.png" height=500 />
<span style="color:orangered;">Philippa:</span> They are at the back on the table.
<span style="color:orangered;">Philippa:</span> Between each book is a card.
<span style="color:orangered;">Philippa:</span> Don't lose that card.
<span style="color:orangered;">Philippa:</span> That allows you to get access to the herbology section in the library.
<span style="color:orangered;">Philippa:</span> Next books that you pick you'll do on your own.
<span style="color:orangered;">Philippa:</span> There is no handholding.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Go get the books and open chapter 1 "Difference between herbs, plants, shrubs and flowers".
//I go to the back to take the book.//
//The whole class we just read all in silence.//
//After some time...//
<img src="Images/Rework065update/Rework065update148.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok class dismissed.
<span style="color:orangered;">Philippa:</span> Before we get into the practicality of herbology we need to understand the theory.
<span style="color:orangered;">Philippa:</span> So read the book.
<span style="color:orangered;">Philippa:</span> There are references on the book what books should you get next.
<span style="color:orangered;">Philippa:</span> You have until end of the week to finish this one.
<span style="color:orangered;">Philippa:</span> Good day.
//She leaves the class.//
//Only a week??!!//
//It's 500 pages of terminology!//
<img src="Images/Rework065update/Rework065update146.png" height=500 />
<span style="color:salmon;">Cecily:</span> See you, $playerName.
//Students leave the class.//
//I should get going.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Continue|Academy Hallway][$herbologyStory++, $time to "Evening"]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $dayOneFuckForAmmends to true>>\
<<set $firstday = 3>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//It's evening already.//
<<set $firstDay++>>
//I should head back home.//
<<replacelink "//As I start walking towards the main entrance I hear something.//">>//As I start walking towards the main entrance I hear something.//
<span style="color:pink;">Girl:</span> Ah. Ah. Ah. AH.
//Is someone in pain?//
//I rush towards the door.//
<span style="color:pink;">Girl:</span> Fuck me.
<span style="color:pink;">Girl:</span> Yes! Yes! More!
//Fuck me?//
<span id="choice">
<<link "//Open the door and peek inside //😈">>
<<replace "#choice">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<</if>>\
<<set $corruption++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You open the door and peek inside.//
//Inside the classroom I see blonde headed boy and a dark headed girl bent on the table.//
<<if $onlyImages is true>>
<img src="Images/Rework065update/Rework065update150.jpg" height=500 /><<else>><img src="Images/Rework065update/Rework065update151.webp" height=500 />
<</if>>
<span style="color:#1ac6ff;">Student:</span> Take that you slut!
//He is moving his hips?//
//Wait!//
//It's the student who attacked me in the hallway.//
//And that girl who helped breaking the fight up.//
<span style="color:#1ac6ff;">Student:</span> I really wanted to fuck that elf up who talked to you.
<span style="color:pink;">Girl:</span> Ah. Ah. Ah.. So did I.. Fuck.
<span style="color:#1ac6ff;">Student:</span> Why the fuck did you stop me then?
<span style="color:pink;">Girl:</span> I saw Leroy coming.
<<if $onlyImages is true>>
<img src="Images/Rework065update/Rework065update152.png" height=500 /><<else>><img src="Images/Rework065update/Rework065update153.webp" height=500 />
<</if>>
<span style="color:#1ac6ff;">Student:</span> Leroy?
//He stops.//
<span style="color:pink;">Girl:</span> Yes. I want to be on his good side.
<span style="color:pink;">Girl:</span> He's rich, isn't he?
<span style="color:#1ac6ff;">Student:</span> So?
<span style="color:#1ac6ff;">Student:</span> I have money.
<span style="color:pink;">Girl:</span> Not like him.
<span style="color:#1ac6ff;">Student:</span> ...
//He pushes the girls head down to the table and resumes moving his hips.//
<<if $onlyImages is true>>
<img src="Images/Rework065update/Rework065update154.jpg" height=500 /><<else>><img src="Images/Rework065update/Rework065update155.webp" height=500 />
<</if>>
<span style="color:#1ac6ff;">Student:</span> Fuck you.
<span style="color:pink;">Girl:</span> Yes.
<span style="color:pink;">Girl:</span> Fuck me.
<span style="color:#1ac6ff;">Student:</span> Fucking slut.
//I'm not entirely sure what I just watched.//
//But I feel my cheeks burning.//
//And a certain stiffness between my legs.//
//Not again.//
//I need to go.//
<<if $mascC is true>>\
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Academy Hallway]]
<</replace>>
<</link>> | \
<<link "//I shouldn't open the door but I should make sure that she's alright (listen in)//🧠">>
<<replace "#choice">>
<<set $intelligence++>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I press my ear to the door.//
<img src="Images/Rework065update/Rework065update102.jpg" width=500 />
<span style="color:pink;">Girl:</span> Ah. Ah. Ah. AH.
//What's going on?//
//Maybe she's hurt?//
//Should I help her?//
<span style="color:pink;">Girl:</span> Yes! MORE!
//More? So she's ok?//
<span style="color:#1ac6ff;">Student:</span> Take that you slut!
//Wait!//
//It's the student who attacked me in the hallway.//
//I recognize his voice.//
//And that girl who helped breaking the fight up.//
<span style="color:pink;">Girl:</span> Ah. Ah. Ah...
<span style="color:#1ac6ff;">Student:</span> I really wanted to fuck that elf up who talked to you.
<span style="color:pink;">Girl:</span> Ah. Ah. Ah.. So did I.. Fuck.
<span style="color:#1ac6ff;">Student:</span> Why the fuck did you stop me then?
<span style="color:pink;">Girl:</span> I saw Leroy coming.
<span style="color:#1ac6ff;">Student:</span> Leroy?
//You hear the stopping of the table squeaking.//
<span style="color:pink;">Girl:</span> Yes. I want to be on his good side.
<span style="color:pink;">Girl:</span> He's rich, isn't he?
<span style="color:#1ac6ff;">Student:</span> So?
<span style="color:#1ac6ff;">Student:</span> I have money.
<span style="color:pink;">Girl:</span>Not like him.
<span style="color:#1ac6ff;">Student:</span> ...
//Table squeaking continues.//
<span style="color:#1ac6ff;">Student:</span> Fuck you.
<span style="color:pink;">Girl:</span> Yes.
<span style="color:pink;">Girl:</span> Fuck me.
<span style="color:#1ac6ff;">Student:</span> Fucking slut.
//I'm not entirely sure what I just heard.//
//But I feel my cheeks burning.//
//And a certain stiffness between my legs.//
//Not again.//
//I need to go.//
<<if $mascC is true>>\
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Academy Hallway]]
<</replace>>
<</link>>
</span>
<</replacelink>><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I finally make my way back to the appartment.//
//I toss my backback onto the bed and sit next to it.//
//Today has been long.//
//I'm still trying to process everything.//
//So many things happened today.//
//It's a lot.//
//I just feel so drained.//
//I feel like I want to talk to somebody to lift my mood.//
//When I came inside the apartment, I didn't see Maedhros shoes.//
//It looks like he's having an even longer class than I did.//
//Which leaves me with two options.//
[[Go talk to Alariel|AlarielStory2]] | [[Go talk to Inledya|InledyaStoryrem2]]
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I decide to go and talk to Alariel.//
//I am making my way towards her bedroom.//
<<replacelink "//I open the door and-//">>//I open the door and-//
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update156.png" height=500 />
<span style="color:darksalmon">Alariel:</span> For Lunas' sake $playerName!!
//She has just taken off her school uniform and is now standing topless.//
<span style="color:cadetblue;">$playerName:</span> ...
//I'm completely speechless.//
<span id="choice">
<<link "//I can't take my eyes off for some reason// 😈💜">>
<<replace "#choice">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<set $corruption++>>\
<<set $alarielCorruption++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//My gaze is glued on her breasts.//
<<if $mascC is true>>
<img src="Images/Rework065update/Rework065update159.jpg" height=500 />
<<else>><img src="Images/Rework065update/Rework065update157.jpg" height=500 />
<</if>>
//They are slightly bigger than my hands.//
<span style="color:darksalmon">Alariel:</span> $playerName!
<span style="color:cadetblue;">$playerName:</span> ...
//She puts a hand over her breasts, her cheeks blushing.//
<span style="color:darksalmon">Alariel:</span> You- You-
<span style="color:darksalmon">Alariel:</span> You pervert!!
//She throws a pillow at me.//
<img src="Images/Rework065update/Rework065update160.png" height=500 />
//I catch the pillow.//
...
//With my head.//
//The pillow rests on my head blocking the view.//
<span style="color:cadetblue;">$playerName:</span> (under the pillow) I'm sorry.
<span style="color:darksalmon">Alariel:</span> Pervert.
//She grabs her other pillow and starts hitting me with it.//
<span style="color:darksalmon">Alariel:</span> Get out, you perv!
//It's clear to me that there is nothing I could say to calm her down.//
//So I just walk out of the room.//
<<if $daynumber lte 1>>
//Well...//
//I guess I'll go and talk to Inledya instead.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Go talk to Inledya|InledyaStoryrem2][$alarielStory++]]
<<else>>
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>\
[[Continue|My Bedroom][$alarielStory ++]]
<</if>>
<</replace>>
<</link>> | \
<<link "//Force myself to look away// 🧠❤️">>
<<replace "#choice">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<set $intelligence++>>\
<<set $alarielRel++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I force my eyes to look away from her.//
<<if $mascC is true>>
<img src="Images/Rework065update/Rework065update159.jpg" height=500 />
<<else>><img src="Images/Rework065update/Rework065update157.jpg" height=500 />
<</if>>
//She puts a hand over her breasts, her cheeks blushing.//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> You-
//She takes a pillow and covers her breasts.//
<span style="color:darksalmon">Alariel:</span> You-
<span style="color:darksalmon">Alariel:</span> $playerName...
//She's embarrassed and angry.//
//And it's clearly all my fault.//
<img src="Images/Rework065update/Rework065update158.png" height=500 />
<span style="color:darksalmon">Alariel:</span> (disbelief) How?
<span style="color:darksalmon">Alariel:</span> (to herself) This cant be a coincidence.
<span style="color:darksalmon">Alariel:</span> No getting out of this this time $playerName.
<span style="color:darksalmon">Alariel:</span> Get out!
<span style="color:cadetblue;">$playerName:</span> Alariel, It was an accident.
<span style="color:darksalmon">Alariel:</span> Heard it once already $playerName.
<span style="color:darksalmon">Alariel:</span> Inledya!
<span style="color:cadetblue;">$playerName:</span> What? No.
<span style="color:cadetblue;">$playerName:</span> Belive me-
<span style="color:darksalmon">Alariel:</span> Inledya!
//Darn it. I better leave.//
//You quickly exit her room.//
<<if $daynumber lte 1>>
//Twice on the same day.//
//I get why she wouldn't want to talk to me.//
//Well...//
//I guess I'll go and talk to Inledya instead.//
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>
[[Go talk to Inledya|InledyaStoryrem2][$alarielStory++]]
<<else>>
<<if $mascC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>\
[[Continue|My Bedroom][$alarielStory ++]]
<</if>>
<</replace>>
<</link>>
</span>
<</replacelink>><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<set $getTheMeat to false>>
<<set $getTheVegetables to false>>
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I walk towards the kitchen.//
//Inside I find Inledya chopping vegetables.//
<span style="color:coral;">Inledya:</span> $playerName.
<<replacelink "//She looks up with a warm smile.//">>//She looks up with a warm smile.//
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update161.jpg" height=500 />
<span style="color:coral;">Inledya:</span> How was your first day?
<span style="color:cadetblue;">$playerName:</span> Good.
//She continues chopping, still smiling.//
<span style="color:coral;">Inledya:</span> Actually, I need a favor.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> I ordered some meat from the butcher earlier.
<span style="color:coral;">Inledya:</span> But when I went to pick it up, he wasn't there.
<span style="color:coral;">Inledya:</span> Would you mind running to the market to get the meat instead?
<span style="color:coral;">Inledya:</span> Here's the money for it.
<<replacelink "//Ughh... Really? I'm tired as hell.//">>//Ughh... Really? I'm tired as hell.//
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Do I have to?
<span style="color:cadetblue;">$playerName:</span> I'm kinda...
<img src="Images/Rework065update/Rework065update162.png" height=500 />
<span style="color:coral;">Inledya:</span> (gives you a knowing smirk)
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:coral;">Inledya:</span>I heard you're an adult now.
<<replacelink "//She knows??//">>//She knows??//
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> Alariel told me when she returned from school.
<span style="color:coral;">Inledya:</span> About what happened this morning.
<span style="color:coral;">Inledya:</span>When you went to her door asking what was happening to you.
<<replacelink "//Oh thank the goddess she lied.//">>//Oh thank the goddess she lied.//
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1bitsadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> You could have just come to me, you know?
<span style="color:coral;">Inledya:</span> Anyway, being an adult means having responsibilities.
<span style="color:coral;">Inledya:</span> Like helping around the household.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Tell you what.
<span style="color:coral;">Inledya:</span> I'll even pay you for the trouble.
<span style="color:cadetblue;">$playerName:</span> Really??
<span style="color:coral;">Inledya:</span> Heh.
<span style="color:coral;">Inledya:</span> So can I count on you to handle the groceries from now on?
<<replacelink "//I nod.//">>//I nod.//
<<set $mascLevel1bitsadface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update163.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Perfect.
<span style="color:coral;">Inledya:</span> Here's the shopping list as well then.
[[Make my way to the market|IneldyaStoryrem2.1]]
<</replacelink>><</replacelink>><</replacelink>><</replacelink>><</replacelink>><<if $mascC is true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//Ok I made it to the market.//
<<set $firstDay++>>
<img src="Images/Rework065update/Rework065update164.jpg" height=500 />
//So I need to://
<<if $getTheMeat is false>>
[[Get the Meat]] |\
<</if>>\
<<if $getTheVegetables is false>>\
[[Get some vegetables that are on the shopping list.]]
<</if>> \
<<if $getTheMeat is true and $getTheVegetables is true>>
[[Event: What's this?|FirstHandjob]]
<</if>><<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $getTheMeat to true>>\
//Butcher.
Somewhere there has to be a butcher.//
<span id= "butcher">
<<link "//I stroll around the market until eventually I see the butcher.//">>
<<replace "#butcher">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I go to the line that has formed.
A few minutes pass.
Eventually it's my turn.//
<span style="color:cadetblue;">$playerName:</span> Hello!
<img src="Images/Rework065update/Rework065update165.jpg" height=500 />
<span style="color:#ff3300;">Butcher:</span> Well hello there!
<span style="color:#ff3300;">Butcher:</span> How can I help?
<span style="color:#ff3300;">Butcher:</span> What are you looking for?
<span style="color:#ff3300;">Butcher:</span> Pork, beef or maybe even something more exotic like griffin?
<span style="color:cadetblue;">$playerName:</span> Actually I uh...
<span style="color:cadetblue;">$playerName:</span> Inledya sent me.
<span style="color:cadetblue;">$playerName:</span> She said she had an-
<span style="color:#ff3300;">Butcher:</span> Order ready. Yes. Yes.
<span style="color:#ff3300;">Butcher:</span> Here you go.
//He hands you the meat.//
//You pay up and make your leave.//
[[Continue|IneldyaStoryrem2.1]]
<</replace>>
<</link>>
</span><<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $getTheVegetables to true>>\
//Ok vegetables.//
//Vegetables.//
<span id="list">
<<link "//Let's see what is on the shopping list.//">>
<<replace "#list">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Cabbage//
//Cucumber
Radish
Onion
Bell pepper
Eggplant
Pumpkin
Carrot
Broccoli
Kale
Tomato
Corn
Lettuce
Peas
Spinach
Mushroom
Potato
Turnip
My goddess this list just keeps going and going.
I'm not even half way through.
I just put the list back into my pocket and start searching for the nearest vegetable stand.
A few minutes later.//
<span id="greet">
<<link "//There's one!//">>
<<replace "#greet">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Hey!
//You greet the woman.//
<img src="Images/Rework065update/Rework065update166.jpg" height=500 />
<span style="color:#99cc00;">Vegetable saleswoman:</span> Greetings.
<span style="color:#99cc00;">Vegetable saleswoman:</span> You here to buy some vegetables?
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> Just a second.
//I pull out the list and hand it over. //
<span style="color:#99cc00;">Vegetable saleswoman:</span> Hmm.
<span style="color:#99cc00;">Vegetable saleswoman:</span> Let me see.
<span style="color:#99cc00;">Vegetable saleswoman:</span> Ok.
//She goes to the back to his carrage.//
<span id="nope">
<<link "//Well this is going to take some time-//">>
<<replace "#nope">>
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//As soon as I finish the thought the saleswoman comes back.//
<img src="Images/Rework065update/Rework065update167.png" height=500 />
<span style="color:#99cc00;">Vegetable saleswoman:</span> Here!
//She hands me a paper bag.//
//What??//
//That was quick.//
<span style="color:#99cc00;">Vegetable saleswoman:</span> (tilts her head) Anything else?
<span style="color:cadetblue;">$playerName:</span> No-no. That's all.
//I'm just shocked.//
//I see a line forming behind me.//
//Time to move on.//
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
[[Continue|IneldyaStoryrem2.1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//As I start to leave I notice a sign.//
//"Naughty magazines"//
//Naughty magazines?//
//That's what Alariel said for me to get in the morning.//
<span id="purple">
<<link "//I walk up to the stand.//">>
<<replace "#purple">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update168.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Umm...
//The sales woman has her back turned to you.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> (humming a tune)
<span style="color:DarkMagenta;">Magazine saleswoman:</span>Now where did I put that?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> (continues humming)
<span style="color:cadetblue;">$playerName:</span> Hello?
<span id="isItRoewna">
<<link "//Magazine saleswoman turns around.//">>
<<replace "#isItRoewna">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update169.png" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Oh hello!
<span style="color:cadetblue;">$playerName:</span> I'm looking for a naughty magazine.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hehehe. (soothing and warming tone) Of course you are.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Want any recomendations?
<span style="color:cadetblue;">$playerName:</span> S-sure.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Ok. What was the latest one you saw?
<span style="color:cadetblue;">$playerName:</span> I umm...
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Oh?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> This your first time dear?
<span style="color:cadetblue;">$playerName:</span> (nods)
<span style="color:DarkMagenta;">Magazine saleswoman:</span> I'm guessing you had "The Day" yes?
<span id="nod">
<<link "//I nod.//">>
<<replace "#nod">>
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Is it today?
<img src="Images/Rework065update/Rework065update170.jpg" height=500 />
//I nod again.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Then for your very first one I would reccomend this one for you.
//She picks up a magazine and hands it to you.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> That's going to be 20 gold.
<span id="what">
<<link "//20 GOLD!!!!!!//">>
<<replace "#what">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I could live for a month with 20 gold.//
<span style="color:cadetblue;">$playerName:</span> Oh. I uhhh...
<span style="color:cadetblue;">$playerName:</span> I think. I am going to pass.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hmm...
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Since it's "The Day" for you.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> And I like you.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> ...
<span style="color:DarkMagenta;">Magazine saleswoman:</span> 10 gold.
<img src="Images/Rework065update/Rework065update171.png" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> You wont get a better price than that.
//Wow.//
//Should I?//
<span id="yes">
<<link "//Heck it.//">>
<<replace "#yes">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Well?
<<set $money -= 10>>
//I nod and pick out the coins from my pouch.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> You do know what to do right ... (pauses to get your name)?
<span style="color:cadetblue;">$playerName:</span> $playerName. I actually don't.
<span style="color:cadetblue;">$playerName:</span> My <<if $incestOn is true>>sister<<else>> step-sister<</if>> just told me to get it and then figure it out.
<img src="Images/Rework065update/Rework065update172.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> (concerned) Oh boy....
<span style="color:DarkMagenta;">Magazine saleswoman:</span> (she pauses and looks at you cutely thinking about how to proceed).
<span id="worried">
<<link "//Should I be worried.//">>
<<replace "#worried">>
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:DarkMagenta;">Magazine saleswoman:</span> You take the magazine.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Open it.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> And then stroke your dick?
<span style="color:cadetblue;">$playerName:</span> Dick?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Your manhood.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> And then you just keep skimming through.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Stroking and such.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> But not too hard.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Or you might hurt yourself.
<span style="color:cadetblue;">$playerName:</span> So many steps. It sounds complicated. I uhh...
//She keeps looking at you seeing what else can she say.//
<img src="Images/Rework065update/Rework065update173.png" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> (cute frustration sigh) Ok.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Go and sit in my carrage.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> I'm just going to pack things up and come there ok?
<span style="color:cadetblue;">$playerName:</span> O-ok.
<span id = "go">
<<link "//I go and sit down in the carrage.//">>
<<replace "#go">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//As I look outside I see the saleswoman packing up.//
//A few minutes later.//
//The magazine saleswoman climbs into the cart with you.//
//She lights the lantern and closes the blinds.//
<img src="Images/Rework065update/Rework065update174.png" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Let's get to it shall we dear?
<span style="color:cadetblue;">$playerName:</span> (gulp)...
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hehehe. Relax dear.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Now get your dick out.
<span style="color:cadetblue;">$playerName:</span> My dic- Manhood. Ok.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Yes.
<span id="fine">
<<link "//You stand up and drop your pants.//">>
<<replace "#fine">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Now sit down next to me.
//You sit next to her.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> And now open up your magazine.
<span id= "open">
<<link "//You open up the magazine.//">>
<<replace "#open">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update175.jpg" height=500 />
//She takes her hand and wraps it around my manh- ughhh... dick.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Now just start stroking like this (she starts slowly moving her hand).
<span style="color:DarkMagenta;">Magazine saleswoman:</span> (soothing voice) Getting it nice and hard.
//Ahhh...//
//I feel really good.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Good. Keep looking at the images.
<img src="Images/Rework065update/Rework065update176.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Imagine them doing this to you.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Imagine how good it would feel.
<span style="color:cadetblue;">$playerName:</span> Ahhh... it feels so nice.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> (cute laughter)...
<span style="color:DarkMagenta;">Magazine saleswoman:</span> And then you could change the speed to fast (she moves her hand faster)
<<if $onlyImages is true>>
<img src="Images/Rework065update/Rework065update177.jpg" height=500 />
<<else>>
<img src="Images/Rework065update/Rework065update183.webp" width=500 />
<</if>>
<span style="color:cadetblue;">$playerName:</span> Mhhh....
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Or slow (she moves her hand slowly with a harder grip).
<img src="Images/Rework065update/Rework065update178.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Ahhhhh...
<span id="really">
<<link "//I start to feel really good.//">>
<<replace "#really">>
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//What's happening?//
//What's happening??//
<span style="color:cadetblue;">$playerName:</span> What's...
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hehe... and then you relese... (she speeds up her handmovement)..
<img src="Images/Rework065update/Rework065update179.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Your cum.
<span style="color:cadetblue;">$playerName:</span> Ahhhh!!
<span id="cum">
<<link "//I shoot my load all over her hand.//">>
<<replace "#cum">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hehe.
<img src="Images/Rework065update/Rework065update180.png" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> And that's how you get a release $playerName.
<span id="rec">
<<link "//I do my best to recover myself.//">>
<<replace "#rec">>
<<set $mascLevel1cummingface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Wow. That felt so good!
<span style="color:DarkMagenta;">Magazine saleswoman:</span> I bet.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Now. I should head back home.
<span style="color:cadetblue;">$playerName:</span> Yeah. Me too.
//You pull your pants up.//
//And step outside.//
<img src="Images/Rework065update/Rework065update181.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> $playerName. I would appriciate if this would stay between us.
<span style="color:cadetblue;">$playerName:</span> Of course thank you.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Goodbye.
<span style="color:cadetblue;">$playerName:</span> Bye.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hehe.
//I start to make my way back home.//
//Wow.//
//That felt so fricking good.//
//Darn it.//
//I forgot to ask what her name is.//
<span id="home">
<<link "//As I get home I bring grocaries straight to Inledya.//">>
<<replace "#home">>
<img src="Images/Rework065update/Rework065update182.jpg" height=500 />
//She looks at you and notices something.//
<span style="color:coral;">Inledya:</span> You ok?
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:coral;">Inledya:</span> You seem....
<span style="color:cadetblue;">$playerName:</span> Hmm?
<span style="color:coral;">Inledya:</span> Nevermind.
<span style="color:coral;">Inledya:</span> Thank you.
//I make way to my bedroom.//
//What a 1st day!//
//I can't be more excited for what more my first school year is going to bring!//
<<set $mascLevel1blushface1 to false>>\
[[Continue|LastTutorial]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
//(Tutorial: Congratulations, you've completed the introduction! You can now freely explore the map. Characters move to different locations throughout the day - check your notebook to find where they are.
Some interactions are marked with ⏰ - these will advance time when you choose them. (You can also pass time pressing Q or clicking on the button that will appear on the left when you wake up)
Each skill/stat has a level cap (for both npc's and main character). Once you max out a skill/stat for it's current level, go to sleep to trigger a dream that will let you progress to the next level.
Your adventure awaits - enjoy exploring!)//
[[Go to sleep][$inledyaStory++, $mainStory ++]]<<set $regulardreamset = [1,2,3]>>\
<<set $regulardreamchoice = $regulardreamset.random()>>\
//Just a regular, normal guy's dream.//
<<if $philippaStory lte 1>>
<<if $regulardreamchoice is 1>>
<<if $onlyImages is true>><img src="Images/MainCharacter/regulardremre1.png" width=500/><<else>><img src="Images/MainCharacter/dream-nothingyet1.gif"/> <</if>>
<<elseif $regulardreamchoice is 2>>
<<if $onlyImages is true>><img src="Images/MainCharacter/regulardremre2.png" width=500/><<else>><img src="Images/MainCharacter/dream-nothingyet2.gif"/><</if>>
<<elseif $regulardreamchoice is 3>>
<<if $onlyImages is true>><img src="Images/MainCharacter/regulardremre3.png" width=500/><<else>><img src="Images/MainCharacter/dream-nothingyet3.gif"/><</if>>
<</if>>
<<else>>
<<set $corruption ++>>\
<<set $domdreamset = [1,2,3,4]>>\
<<set $domdreamchoice = $domdreamset.random()>>\
<<if $domdreamchoice eq 1>>\
//You dream about a girl's beautiful bottom getting slapped. I wonder what it would feel like to slap a girl's ass.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update686.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-1.gif"/> <</if>>
<</if>>
<<if $domdreamchoice eq 2>>\
//You dream about a girl playing with her tits. I want to have a girl like that in front of me.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update683.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-2.gif"/><</if>>
<</if>>
<<if $domdreamchoice eq 3>>\
//You dream about a girl playing with her tits. What I would give to play with a pair of tits like that.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update684.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-3.gif"/><</if>>
<</if>>
<<if $domdreamchoice eq 4>>\
//You dream about a girl playing with her tits. They are so nice and perky, I wonder what they would feel like to the touch.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update685.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-4.gif"/><</if>>
<</if>>
<</if>>
<<link "Continue">>
<<if $mascLevel1sleepingface1 is true and $mascC is true>>
<<set $mascLevel1sleepingface1 to false>>
<<set $mascDefaultLevel1 to true>>
<<elseif $mascLevel1sleepingface1 is true and $femC is true>>
<<set $mascLevel1sleepingface1 to false>>
<<set $femDefaultLevel1 to true>>
<<elseif $mascLevel2sleepingface1 is true and $femC is true>>
<<set $mascLevel2sleepingface1 to false>>
<<set $femDefaultLevel2 to true>>
<<elseif $mascLevel2sleepingface1 is true and $mascC is true>>
<<set $mascDefaultLevel2 to true>>
<<set $mascLevel2sleepingface1 to false>>
<</if>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>><<nobr>>
<<if $mascLevel1sleepingface1 is true>>
<<set $mascLevel1sleepingface1 to false>>
<<set $mascLevel1scaredface1 to true>>
<</if>>
<<if $mascLevel2sleepingface1 is true>>
<<set $mascLevel2sleepingface1 to false>>
<<set $mascLevel2notsureface1 to true>>
<</if>>
<<timed 100ms>>
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
<</timed>>
<<set $question1level1zarina to false>>
<<set $question2level1zarina to false>>
<<set $question3level1zarina to false>>
<</nobr>>
//There is Lava and rocks everywhere?//
<img src="Images/Rework065update/Rework065update486.jpg" height=500 />
//Is this a dream?//
//No.//
//This is not a dream.//
//Everything feels so...//
//So real.//
<span id="what">
<<link "//How is-//">>
<<replace "#what">>
<<shake 2s>>
<span style="color:#ff1a1a;">Unknown:</span> Hmm... What's this?
<</shake>>
<span id ="turn">
<<link "//Turn around.//">>
<<replace "#turn">>
<<if $mascLevel1scaredface1 is true>>\
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<</if>>\
<<if $mascLevel2notsureface1 is true>>\
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
<img src="Images/Rework065update/Rework065update487.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> AHHHH!!!
//What the heck is that?!//
//Is that an elf?//
//No...//
//Her skin is red.//
//And...//
//It has horns!//
//It's a deamon!//
//A DEAMON!!!//
<span id="1">
<<link "//It's time to panic! Beg for mercy!//">>
<<replace "#1">>
<<if $mascLevel1panicface1 is true>>\
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<</if>>\
<<if $mascLevel2scaredface1 is true>>\
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Please don't kill me.
<img src="Images/Rework065update/Rework065update488.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span> ...
<span style="color:cadetblue;">$playerName:</span> I...
<span style="color:cadetblue;">$playerName:</span> please...
<span style="color:#ff1a1a;">Demon:</span> Am I really that scary with the horns?
<span id="snap">
<<link "//She snaps her fingers and her horns disappear from her head.//">>
<<replace "#snap">>
<<if $mascLevel1scaredface1 is true>>\
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<if $mascLevel2scaredface2 is true>>\
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
<img src="Images/Rework065update/Rework065update491.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span> How about now?
//What?//
//...//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Demon:</span> Hello!
<span style="color:#ff1a1a;">Demon:</span> Is it better?
//What is going on?//
//She is not trying to kill me?//
<span style="color:cadetblue;">$playerName:</span> Emm.. Yes.
<span style="color:#ff1a1a;">Demon:</span> (to herself) It's always the horns...
<span style="color:#ff1a1a;">Demon:</span> ...
<img src="Images/Rework065update/Rework065update492.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span> You are weird.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Where am I?
<span style="color:#ff1a1a;">Demon:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Demon:</span> ...
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:#ff1a1a;">Demon:</span> You come burst into a place where I come to clear my mind off things.
<span style="color:#ff1a1a;">Demon:</span> Scream at me like a little girl.
<span style="color:#ff1a1a;">Demon:</span> And then ask me where you are.
<span style="color:#ff1a1a;">Demon:</span> Some of you plane walkers are so weird.
<img src="Images/Rework065update/Rework065update493.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span> Dont go to visit realms if you don't know how it works.
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:#ff1a1a;">Demon:</span> See what I mean.
<span style="color:#ff1a1a;">Demon:</span> You went to sleep in your world and woke up here, without a clue where you are, who I am, what is what, who is who, or where is where...
<span style="color:#ff1a1a;">Demon:</span> It's like a coin toss every time I meet a Plane Walker. They either know exactly what's what and who is who and are completely dead inside, or they have no clue what's going on and act like little babies.
<span style="color:#ff1a1a;">Demon:</span> I'm sorry.
<span style="color:#ff1a1a;">Demon:</span> I am having a bad day.
<span style="color:#ff1a1a;">Demon:</span> And I am taking it out on you.
<span style="color:#ff1a1a;">Demon:</span> Let us try that again.
<img src="Images/Rework065update/Rework065update494.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> My name is Zarina.
<span style="color:#ff1a1a;">Zarina:</span> I am not going to eat you.
<span style="color:#ff1a1a;">Zarina:</span> Boil you.
<span style="color:#ff1a1a;">Zarina:</span> Turn your insides out.
<span style="color:#ff1a1a;">Zarina:</span> Burn you.
<span style="color:#ff1a1a;">Zarina:</span> (to herself) What else have they said.
<span style="color:#ff1a1a;">Zarina:</span> Oh!
<span style="color:#ff1a1a;">Zarina:</span> Take your limbs off.
<span style="color:#ff1a1a;">Zarina:</span>Turn you into a cockroach.
<span style="color:#ff1a1a;">Zarina:</span> Blah blah blah blah.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Zarina:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update495.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> Ok. I'm done. I'll be nice now.
[[Continue|DreamsPART2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Just turn to stone! I'm a rock. I'm a rock. You don't see me.//">>
<<replace "#1">>
<<if $mascLevel1panicface1 is true>>\
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<</if>>\
<<if $mascLevel2scaredface1 is true>>\
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I froze in place.//
<span style="color:#ff1a1a;">Demon:</span> ...
//She can't see me.//
<img src="Images/Rework065update/Rework065update489.png" height=500 />
//She can't see me.//
<span style="color:#ff1a1a;">Demon:</span> ...
//She is just staring straight at me.//
<span style="color:#ff1a1a;">Demon:</span>You know I can see you right?
//Oh no!//
//I'm going to die!//
<span style="color:#ff1a1a;">Demon:</span> You really that scared of me?
<span id="snap">
<<link "//The deamon snaps her fingers and horns disappear from her head.//">>
<<replace "#snap">>
<<if $mascLevel1scaredface1 is true>>\
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<if $mascLevel2scaredface2 is true>>\
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update490.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span> How about now?
//What?//
//...//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Demon:</span> Hello!
<span style="color:#ff1a1a;">Demon:</span> Is it better?
//What is going on?//
//She is not trying to kill me?//
<span style="color:cadetblue;">$playerName:</span> Emm.. Yes.
<img src="Images/Rework065update/Rework065update492.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span>(to herself) It's always the horns...
<span style="color:#ff1a1a;">Demon:</span> ...
<span style="color:#ff1a1a;">Demon:</span> You are weird.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Where am I?
<span style="color:#ff1a1a;">Demon:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Demon:</span> ...
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:#ff1a1a;">Demon:</span> You come burst into a place where I come to clear my mind off things.
<span style="color:#ff1a1a;">Demon:</span> Scream at me like a little girl.
<span style="color:#ff1a1a;">Demon:</span> And then ask me where you are.
<span style="color:#ff1a1a;">Demon:</span> Some of you plane walkers are so weird.
<img src="Images/Rework065update/Rework065update493.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span> Don't go to visit realms if you don't know how it works.
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:#ff1a1a;">Demon:</span> See what I mean.
<span style="color:#ff1a1a;">Demon:</span> You went to sleep in your world and woke up here, without a clue where you are, who I am, what is what, who is who, or where is where...
<span style="color:#ff1a1a;">Demon:</span> It's like a coin toss every time I meet a Plane Walker. They either know exactly what's what and who is who and are completely dead inside, or they have no clue what's going on and act like little babies.
<span style="color:#ff1a1a;">Demon:</span> I'm sorry.
<span style="color:#ff1a1a;">Demon:</span> I am having a bad day.
<span style="color:#ff1a1a;">Demon:</span> And I am taking it out on you.
<span style="color:#ff1a1a;">Demon:</span> Let us try that again.
<img src="Images/Rework065update/Rework065update494.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> My name is Zarina.
<span style="color:#ff1a1a;">Zarina:</span> I am not going to eat you.
<span style="color:#ff1a1a;">Zarina:</span> Boil you.
<span style="color:#ff1a1a;">Zarina:</span> Turn your insides out.
<span style="color:#ff1a1a;">Zarina:</span> Burn you.
<span style="color:#ff1a1a;">Zarina:</span> (to herself) What else have they said.
<span style="color:#ff1a1a;">Zarina:</span> Oh!
<span style="color:#ff1a1a;">Zarina:</span> Take your limbs off.
<span style="color:#ff1a1a;">Zarina:</span>Turn you into a cockroach.
<span style="color:#ff1a1a;">Zarina:</span> Blah blah blah blah.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Zarina:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update495.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> Ok. I'm done. I'll be nice now.
[[Continue|DreamsPART2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $corruptionLevel2check to true>>\
<<set $regulardreamset = [1,2,3]>>\
<<set $regulardreamchoice = $regulardreamset.random()>>\
<<set $corruption ++>>\
<<set $domdreamset = [1,2,3,4]>>\
<<set $domdreamchoice = $domdreamset.random()>>\
<<if $domdreamchoice is 1>>\
//You dream about a girl's beautiful bottom getting slapped. I wonder what it would feel like to slap a girl's ass.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update686.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-1.gif"/> <</if>>
<<elseif $domdreamchoice is 2>>\
//You dream about a girl playing with her tits. I want to have a girl like that in front of me.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update683.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-2.gif"/><</if>>
<<elseif $domdreamchoice is 3>>\
//You dream about a girl playing with her tits. What I would give to play with a pair of tits like that.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update684.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-3.gif"/><</if>>
<<elseif $domdreamchoice is 4>>\
//You dream about a girl playing with her tits. They are so nice and perky, I wonder what they would feel like to the touch.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update685.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-4.gif"/><</if>>
<</if>>
<<link "Continue">>
<<if $mascLevel1sleepingface1 is true and $mascC is true>>
<<set $mascLevel1sleepingface1 to false>>
<<set $mascDefaultLevel1 to true>>
<<elseif $mascLevel1sleepingface1 is true and $femC is true>>
<<set $mascLevel1sleepingface1 to false>>
<<set $femDefaultLevel1 to true>>
<<elseif $mascLevel2sleepingface1 is true and $femC is true>>
<<set $mascLevel2sleepingface1 to false>>
<<set $femDefaultLevel2 to true>>
<<elseif $mascLevel2sleepingface1 is true and $mascC is true>>
<<set $mascDefaultLevel2 to true>>
<<set $mascLevel2sleepingface1 to false>>
<</if>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>><<set $corruptionLevel3check to true>>\
<<set $corruptionLevel4check to true>>\
<<set $corruptionLevel5check to true>>\<<set $intQ1 = false>>\
<<set $intQ2 = false>>\
<<set $intQ3 = false>>\
<<set $boughtThirdMag to true>>\
//I close my eyes and drift into a deep sleep.//
//...//
//..//
//.//
<span id ="open">
<<link "//And when I open my eyes-//">>
<<replace "#open">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate23.jpg" height=500 />
<span style="color:#99e6e6;">Unknown:</span> Oh.
<span style="color:#99e6e6;">Unknown:</span> Hello.
//It's a a pale elf woman with white skin and teal eyes. Her skin sparkles like thousands of stars.//
<span style="color:cadetblue;">$playerName:</span> Hello.
//I seem to be in somekind of Castle or-//
//The woman walks closer to me.//
//She snaps her fingers in front of me, touches my forehead with her finger, and closes her eyes.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate24.jpg" height=500 />
<span style="color:#99e6e6;">Unknown:</span> (very calm voice) Plane walker.
<span style="color:#99e6e6;">Unknown:</span> (very calm voice) Elf.
<span style="color:#99e6e6;">Unknown:</span> (very calm voice) From Imeria.
<span style="color:#99e6e6;">Unknown:</span> (very calm voice) $playerName.
<span style="color:cadetblue;">$playerName:</span> Y... Yes?
<span style="color:#99e6e6;">Unknown:</span> Oh sorry.
//Who is-//
<span id="removes">
<<link "//She removes her finger.//">>
<<replace "#removes">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate22.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> My name is Seraphina.
[[Continue|IntelLvl0Event]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $intelligenceLevel2check to true>>
<<set $intelligenceLevel3check to true>>
<<set $intelligenceLevel4check to true>>
<<set $intelligenceLevel5check to true>><<set $charismaLVL1Q1 to false>>\
<<set $charismaLVL1Q2 to false>>\
<<set $charismaLVL1Q3 to false>>\
<<set $boughtThirdMag to true>>\
//I close my eyes and drift into a deep sleep.//
//...//
//..//
//.//
<span style="color:#99eb29;">Unknown:</span> It'll be fun-
<span style="color:#99eb29;">Unknown:</span> Leave us girls.
<span id="open">
<<link "//Open eyes//">>
<<replace "#open">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate44.jpg" height=500 />
//And when I open my eyes-//
<span style="color:#99eb29;">Unknown:</span> Well. Well. Well.
<span style="color:#99eb29;">Unknown:</span> Talk about timing.
//I see a beautiful blonde girl with short blonde hair and green eyes looking at me.//
<span style="color:cadetblue;">$playerName:</span> Hello?
<span style="color:cadetblue;">$playerName:</span> I'm $playerName.
<span style="color:#99eb29;">Unknown:</span> (quickly) Hello $playerName.
//What is this place?//
//Seems like I am in front of some kind of huge...//
<img src="Images/Rework065fixupdate/Rework065Fixupdate46.jpg" height=500 />
<span style="color:#99eb29;">Unknown:</span> You wondering where you are? (she looks at me looking around).
<span style="color:#99eb29;">Unknown:</span> It's an amphitheater.
<span style="color:#99eb29;">Unknown:</span> You never seen one?
//I hear crowds of cheers coming from inside the giant structure.//
//ROAR!!!!!!!//
<span style="color:#99eb29;">Aurora:</span> And I am Aurora.
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<goto "CharismaLVL1talkC">>\
<</link>>
<</replace>>
<</link>>
</span><<set $charismaLevel2check to true>>
<<set $charismaLevel3check to true>>
<<set $charismaLevel4check to true>>
<<set $charismaLevel5check to true>><<set $whereStrength1 to false>>\
<<set $soStrength1 to false>>\
<<set $lastStrength1 to false>>\
<<set $boughtThirdMag to true>>\
//I drift into a deep sleep.//
.....
...
..
<span id="openeyes">
<<link "//And when I open my eyes-//">>
<<replace "#openeyes">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate1.jpg" height=500 />
//A world of endless clouds and mountains surrounds me.//
<span style="color:cadetblue;">$playerName:</span> HUH???
//Where am I?//
//This must be another realm that Zarina mentioned.//
//Wow....//
//Just look at those mountains...//
<span style="color:#1a99cc;">Unknown:</span> Who the hell are you?
<span id="turnAround">
<<link "//I turn around and-//">>
<<replace "#turnAround">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate2.jpg" height=500 />
//It's a tall blue-skinned muscular humanlike woman!//
<span style="color:cadetblue;">$playerName:</span> ...
//Holy shit!//
<span style="color:#1a99cc;">Unknown:</span> You another assassin?
//She is reaching for her sword.//
<span style="color:#1a99cc;">Unknown:</span> Speak or I'll slice you in half.
<span style="color:cadetblue;">$playerName:</span> No. No!
<span style="color:cadetblue;">$playerName:</span> I'm not an assassin.
<span style="color:cadetblue;">$playerName:</span> Emmm..
<span style="color:cadetblue;">$playerName:</span> Plane walker! Plane walker!
<span style="color:cadetblue;">$playerName:</span> I'm a plane walker.
<span style="color:cadetblue;">$playerName:</span> Zarina... emm.. another world... emmm.. Tests... Luna...
//I try to think of things to say to calm her down.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate3.jpg" height=500 />
<span style="color:#1a99cc;">Unknown:</span> Oh....
<span style="color:#1a99cc;">Unknown:</span> Another one?
<span style="color:#1a99cc;">Unknown:</span> Well...
//She takes her hand off her sword.//
<span style="color:#1a99cc;">Unknown:</span> Welcome!
<span style="color:#1a99cc;">Isolde:</span> My name is Isolde.
<span id="thankfix">
<<link "//Thank Luna...//">>
<<replace "#thankfix">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I thought I was done for.//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#1a99cc;">Isolde:</span> Well...
<span style="color:cadetblue;">$playerName:</span> Sorry.
<span style="color:cadetblue;">$playerName:</span> I'm $playerName.
<span style="color:#1a99cc;">Isolde:</span> Welcome. $playerName.
[[Continue|PassStrengthDoms1 Intro1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>//I close my eyes.//
//...//
//..//
//.//
//I feel my body drifting.//
//What's that?//
//Is that a gust of wind going against my face?//
<span id="inner1">
<<link "//I open my eyes and-//">>
<<replace "#inner1">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time251.png" height=500 />
//Isolde is laying down and is in middle of doing bench presses with her tits out.//
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:#1a99cc;">Isolde:</span> Oh?
<span style="color:#1a99cc;">Isolde:</span> Give me a minute.
//She just continues doing them.//
<span id="inner2">
<<link "//Well this is awkward.//">>
<<replace "#inner2">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
<span style="color:#1a99cc;">Isolde:</span> For what?
<span style="color:cadetblue;">$playerName:</span> Your...emm
<span style="color:cadetblue;">$playerName:</span> Your...
<img src="Images/Rework066time/Rework066time251.png" height=500 />
<span style="color:#1a99cc;">Isolde:</span> ...
<span style="color:cadetblue;">$playerName:</span> emm...
<span style="color:#1a99cc;">Isolde:</span> What are you saying ?!?
<span style="color:cadetblue;">$playerName:</span> Your tits are out! Sorry for intruding!
<span style="color:#1a99cc;">Isolde:</span> Oh.
<span id="inner3">
<<link "//She drops the weights and sit's up.//">>
<<replace "#inner3">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time252.png" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Don't be.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#1a99cc;">Isolde:</span> Pass me that bucket of water.
//I walk over and grab the bucket.//
<span style="color:cadetblue;">$playerName:</span> This?
<span style="color:#1a99cc;">Isolde:</span> Yes.
<span id="inner4">
<<link "//I pass her the bucket and she splashes water on herself.//">>
<<replace "#inner4">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time253.jpg" height=500 />
//Now her tits are wet.//
<span style="color:cadetblue;">$playerName:</span> (gulp).
<span style="color:#1a99cc;">Isolde:</span> You ok there?
<span style="color:cadetblue;">$playerName:</span> Me?
<span style="color:cadetblue;">$playerName:</span> Yeah. Yeah.
<span style="color:cadetblue;">$playerName:</span> Mhm.
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:#1a99cc;">Isolde:</span> ...
<span style="color:#1a99cc;">Isolde:</span> Ok.
<span style="color:#1a99cc;">Isolde:</span> You seem stronger $playerName.
<span style="color:#1a99cc;">Isolde:</span> Is that why you have come?
<span style="color:#1a99cc;">Isolde:</span> Cause you think you can take the next test?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:#1a99cc;">Isolde:</span> Very well.
<span style="color:#1a99cc;">Isolde:</span> Your test is going to be....(she thinks as she is looking around).
<img src="Images/Rework066time/Rework066time254.png" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Bring me those two weight plates.
//She points behind me were there is another barbell with weight plates on them.//
<span style="color:cadetblue;">$playerName:</span> Really?
<span style="color:cadetblue;">$playerName:</span> That's the test?
<span style="color:#1a99cc;">Isolde:</span> Yeah.
//That sounds easy.//
<span style="color:cadetblue;">$playerName:</span> Alright.
<span id="inner5">
<<link "//I walk over and start removing the plates from the barbell.//">>
<<replace "#inner5">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 2s>>\
//What the fuck?//
//It's so heavy!!//
//I can't.//
//I can't lift them!//
<</shake>>\
<span id="inner6">
<<link "//I look back at Isolde.//">>
<<replace "#inner6">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time255.png" height=500 />
//She is just looking at me, observing my struggles.//
<span style="color:cadetblue;">$playerName:</span> It's too heavy.
<span style="color:#1a99cc;">Isolde:</span> Do you give up?
<span style="color:cadetblue;">$playerName:</span> What? No!
<span style="color:cadetblue;">$playerName:</span> No.
<span style="color:#1a99cc;">Isolde:</span> Ok.
<span style="color:#1a99cc;">Isolde:</span> There's no time limit.
<span style="color:#1a99cc;">Isolde:</span> So you can take your time.
//Take my time?//
//I can't lift them.//
//There is just no way.//
//I keep trying to lift them and every time I try my muscles get more and more tired.//
//Eventually I am sweating and the plates are still not off the bar.//
//Not mentioning I have to carry them over to her.//
<img src="Images/Rework066time/Rework066time256.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Tired?
<span style="color:cadetblue;">$playerName:</span> No!
<span style="color:cadetblue;">$playerName:</span> Just taking a breather.
<span style="color:cadetblue;">$playerName:</span> Don't worry.
<span style="color:cadetblue;">$playerName:</span> I'll get it.
<span style="color:#1a99cc;">Isolde:</span> Ok.
//Once again I give my everything into lifting the weight plate.//
//But to no avail.//
<span style="color:cadetblue;">$playerName:</span> This is ridiculous.
<span style="color:cadetblue;">$playerName:</span> They are too heavy.
<span style="color:#1a99cc;">Isolde:</span> ... (smirks)
<span id="inner7">
<<link "//I keep trying.//">>
<<replace "#inner7">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span id="inner8">
<<link "//And trying.//">>
<<replace "#inner8">>
<span id="inner9">
<<link "//And trying.//">>
<<replace "#inner9">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> (panting)
//I have no clue how long I have been at it.//
//Fuck!//
//...//
<img src="Images/Rework066time/Rework066time257.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> You know...
<span style="color:#1a99cc;">Isolde:</span> I like you $playerName.
<span style="color:#1a99cc;">Isolde:</span> Looking at your struggles.
<span style="color:#1a99cc;">Isolde:</span> And your committedness.
<span style="color:#1a99cc;">Isolde:</span> So here's a hint.
<span style="color:#1a99cc;">Isolde:</span> Ones strength isn't measured on strength.
<span style="color:cadetblue;">$playerName:</span> What does that mean?
<span style="color:#1a99cc;">Isolde:</span> Heh.
<span style="color:#1a99cc;">Isolde:</span> Strength is ones will combined with strength.
<span style="color:cadetblue;">$playerName:</span> You are telling me I haven't been determined enough?
<span style="color:#1a99cc;">Isolde:</span> ...
<span style="color:cadetblue;">$playerName:</span> I have!
<span style="color:#1a99cc;">Isolde:</span> Maybe. Maybe not.
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework066time/Rework066time259.png" height=500 />
//I look back at the barbell.//
//So will is as important as strength.//
//I will lift them!//
//I will get pass this!//
//I will win!//
//I crouch down and put all of my strength and mind power into lifting them up.//
<span style="color:cadetblue;">$playerName:</span> HHHAAAAAAAAA!
//And slowly, I feel the weight plates rising from the bar.//
<span style="color:cadetblue;">$playerName:</span> GGHHHHHHAA!
//It's so fucking heavy!//
//But I am doing it!//
//I am lifting them up!//
//The weight plates are off the bar.//
//Now carrying them over to Isolde.//
<span style="color:cadetblue;">$playerName:</span> RRRAAAAAAA
//I carry both of them over to her and drop them on the ground.//
<span style="color:cadetblue;">$playerName:</span> (pant)
<img src="Images/Rework066time/Rework066time258.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Very well done.
<span style="color:cadetblue;">$playerName:</span> ... (pants)
<span style="color:#1a99cc;">Isolde:</span> Good job $playerName!
//Fuck!//
<span style="color:#1a99cc;">Isolde:</span> Let's get you back home.
//She opens a portal and I fall through it.//
//Waking up in my bedroom.//
//I did it.//
//I fucking did it.//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $strengthLevel2check to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>//I close my eyes and fall asleep.//
//...//
//..//
//.//
<span id="outer1">
<<link "//I can feel my body floating.//">>
<<replace "#outer1">>
<span style="color:#1a99cc;">Isolde:</span> Well. Well. Well.
<span style="color:#1a99cc;">Isolde:</span> Still alive?
//Wha...//
<span id="outer2">
<<link "//I open my eyes.//">>
<<replace "#outer2">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time228.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> ...
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:cadetblue;">$playerName:</span> Nice seeing you again.
<span style="color:#1a99cc;">Isolde:</span> Hmm.
<span style="color:cadetblue;">$playerName:</span> You still bitter about me beating you last time?
<span style="color:#1a99cc;">Isolde:</span> ...
<span id="outer3">
<<link "//Her expression changes to being more angry as seconds pass.//">>
<<replace "#outer3">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time229.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#1a99cc;">Isolde:</span> ...
<span style="color:cadetblue;">$playerName:</span> (gulp).
<span style="color:#1a99cc;">Isolde:</span> Of course not.
<span id="outer4">
<<link "//She smiles.//">>
<<replace "#outer4">>
<img src="Images/Rework066time/Rework066time230.png" height=500 />
//That's terrifying.//
<span style="color:cadetblue;">$playerName:</span> So...
<span style="color:cadetblue;">$playerName:</span> Am I ready for another test.
<span style="color:#1a99cc;">Isolde:</span> You are indeed.
<span style="color:#1a99cc;">Isolde:</span> You ready to get started?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span id="outer5">
<<link "//Isolde steps closer and raises her hand above my hand.//">>
<<replace "#outer5">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time231.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> W-what are you-
<span style="color:#1a99cc;">Isolde:</span> Shh!
<span style="color:#1a99cc;">Isolde:</span> Let me concentrate.
<span style="color:#1a99cc;">Isolde:</span> I am trying to see what the next test should be.
<span id="outer6">
<<link "//She closes her eyes and after every few seconds tilts her head a little bit.//">>
<<replace "#outer6">>
<img src="Images/Rework066time/Rework066time232.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Umm..
<span style="color:#1a99cc;">Isolde:</span> I said shhh.
<span style="color:cadetblue;">$playerName:</span> (gulp).
//I wonder what she can feel.//
<span id="choice1">
<<link "//***She feels my desire to protect others! (romance)***//">>
<<replace "#choice1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#1a99cc;">Isolde:</span> Hmm...
<span style="color:#1a99cc;">Isolde:</span> That's intresting.
<span style="color:#007acc;">unknown:</span> Mom! Mom!
<span style="color:#1a99cc;">Isolde:</span> Not now Gaya.
//We both turn towards Gaya.//
<img src="Images/Rework066time/Rework066time233.png" height=500 />
<span style="color:#007acc;">Gaya:</span> They caught the-
<span style="color:#007acc;">Gaya:</span> Who's this?
<span style="color:#1a99cc;">Isolde:</span> Plane walker.
<span style="color:#1a99cc;">Isolde:</span> What did they catch?
<span style="color:#007acc;">Gaya:</span> The one who tried to assassinate you mom.
<span style="color:#1a99cc;">Isolde:</span> Really?
<span style="color:#007acc;">Gaya:</span> Your personal guard are interrogating him.
<span style="color:#007acc;">Gaya:</span> But I think they'll kill him in the process.
<span style="color:#1a99cc;">Isolde:</span> What!?
<img src="Images/Rework066time/Rework066time239.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> I want him alive.
<span style="color:#007acc;">Gaya:</span> That's what I told them but they didn't listen.
<span style="color:#1a99cc;">Isolde:</span> For Luna's sake.
<span style="color:#1a99cc;">Isolde:</span> You have to be more assertive Gaya.
<span style="color:#007acc;">Gaya:</span> I really tried mom.
<span style="color:#1a99cc;">Isolde:</span> Not good enough.
//She sighs.//
//She is clearly frustrated.//
<span id="innerChoice1">
<<link "//At least she came to you immediately. (romance both)//">>
<<replace "#innerChoice1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> At least she came to you immediately.
<span style="color:#1a99cc;">Isolde:</span> ...
<span style="color:#1a99cc;">Isolde:</span> I guess.
<span style="color:#1a99cc;">Isolde:</span> Gaya.
<span style="color:#1a99cc;">Isolde:</span> Take over the test with $playerName here.
<img src="Images/Rework066time/Rework066time234.jpg" height=500 />
<span style="color:#007acc;">Gaya:</span> W-what?
<span style="color:#1a99cc;">Isolde:</span> I'll go and put a stop to the interrogation before they kill him.
<span style="color:#007acc;">Gaya:</span> But. But. But. I don't. What do I? What-
<span style="color:#1a99cc;">Isolde:</span> Second task for him is wrestling.
<span style="color:#007acc;">Gaya:</span> W-what?
//Isolde starts walking away.//
<span style="color:#1a99cc;">Isolde:</span> Don't forget to change your strength level to be equal to his.
//And she walks off.//
<img src="Images/Rework066time/Rework066time235.jpg" height=500 />
<span style="color:#007acc;">Gaya:</span> (to herself) Ok. And she's gone.
//She turns towards me.//
<span style="color:#007acc;">Gaya:</span> ...
//Looks straight into my eyes and-//
//Turns back around.//
//...//
//She seems really nervous.//
//She sighs and turns back to me.//
<span style="color:#007acc;">Gaya:</span> Ok. Hey.
<span style="color:#007acc;">Gaya:</span> $playerName.
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:#007acc;">Gaya:</span> Let's get this over with.
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:#007acc;">Gaya:</span> So uh...
<img src="Images/Rework066time/Rework066time236.jpg" height=500 />
<span style="color:#007acc;">Gaya:</span> The rules here for wrestling are that you have to put other person on the ground and keep them in one place for 1 minute.
//1 minute???//
//That sounds exhausting as hell.//
<span style="color:#007acc;">Gaya:</span> Do you have the same rules in your world?
<span style="color:cadetblue;">$playerName:</span> No. It's usually few seconds.
<span style="color:#007acc;">Gaya:</span> Few seconds???
<span style="color:#007acc;">Gaya:</span> That's not real.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#007acc;">Gaya:</span> Ok. Get ready well do it here.
<span style="color:cadetblue;">$playerName:</span> On the stony ground?
<span style="color:#007acc;">Gaya:</span> Yeah. (she starts taking off her mantel and heavy clothes)
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework066time/Rework066time237.png" height=500 />
<span style="color:#007acc;">Gaya:</span> Ok. I'm ready?
<span style="color:#007acc;">Gaya:</span> You?
<span style="color:cadetblue;">$playerName:</span> Yeah.
//She raises her arms and so do I.//
<span style="color:#007acc;">Gaya:</span> Thanks by the way.
<span style="color:#007acc;">Gaya:</span> You didn't have to say anything but you did.
<span style="color:#007acc;">Gaya:</span> Ok.
<span style="color:#007acc;">Gaya:</span> On three.
<img src="Images/Rework066time/Rework066time238.png" height=500 />
<span style="color:#007acc;">Gaya:</span> One.
<span style="color:#007acc;">Gaya:</span> Two.
<span style="color:cadetblue;">$playerName:</span> (gulp).
<span style="color:#007acc;">Gaya:</span> THREE!
<span id="inner1">
<<link "//She lunches forth and immediately manages to put me down.//">>
<<replace "#inner1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 2s>>\
<span style="color:cadetblue;">$playerName:</span> Ahhh...
//Fuck.//
//Fuck.//
//I'm on my back.//
//I try to wriggle out of her grip.//
//Mhhh...//
//She is so strong!//
//I keep wriggling...//
//I manage to get loose but as soon as I do she turn around and and locks my upper body in place with his legs and with her hands she is holding my legs in place.//
<img src="Images/Rework066time/Rework066time240.png" width=500 />
<span style="color:#007acc;">Gaya:</span> 30 seconds!
<</shake>>\
<span id="inner2">
<<link "//FUCK!!//">>
<<replace "#inner2">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I'm completely trapped!//
//29!//
//28!//
//27!//
//26!//
//FUCK!//
//What do I do!//
//20!//
//19!//
//I can't... mhhh..//
//I can't move.//
//15!//
//14!//
//Am I going to die?//
//I don't want to.//
//Fuck!//
//FUCK!!!//
//7!//
//6!//
<span id="inner3">
<<link "//An idea pops into my head.//">>
<<replace "#inner3">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I saw this position in a magazine that I bought!//
//69 I think it was called.//
//I need to go for it!//
<span style="color:#007acc;">Gaya:</span> 3!
<span style="color:#007acc;">Gaya:</span> 2!
<span id="inner4">
<<link "//I lunge forth with my head and mouth and-//">>
<<replace "#inner4">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time241.png" width=500 />
<span style="color:#007acc;">Gaya:</span> W-WHAT ARE YOU DOING!?
<span style="color:#007acc;">Gaya:</span> Ahhh!
//Her body goes numb and I manage to turn her on her back.//
<span style="color:#007acc;">Gaya:</span> Ahhhh...
<span style="color:#007acc;">Gaya:</span> Mmm..
//That's it!//
<span id="inner5">
<<link "//She's on her back!//">>
<<replace "#inner5">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time242.jpg" height=500 /> <<else>><img src="Images/Rework066time/Rework066time243.webp" width=500 /><</if>>
//And her body seems to stay numb and fragile as I keep licking.//
//1 minute $playerName. I got this.//
//Just keep going.//
//40!//
<span style="color:#007acc;">Gaya:</span> Ahhhh!
//...//
//..//
<span id="inner6">
<<link "//20!//">>
<<replace "#inner6">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time244.png" width=500 /> <<else>><img src="Images/Rework066time/Rework066time245.webp" width=500 /><</if>>
<span style="color:#007acc;">Gaya:</span> Mhhhh!!
//5!//
//4!//
//3!//
//2!//
//1!//
<span id="inner7">
<<link "//And I get off of her!//">>
<<replace "#inner7">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time246.jpg" width=500 />
<span style="color:#007acc;">Gaya:</span> What! Why did you stop?
<span style="color:cadetblue;">$playerName:</span> What!?
<span style="color:#007acc;">Gaya:</span> (blushes) Nothing.
//I offer her a hand to get her up.//
<span style="color:#007acc;">Gaya:</span> (blushing)...
<span style="color:cadetblue;">$playerName:</span> ...
<span id="inner8">
<<link "//We hear footsteps approaching.//">>
<<replace "#inner8">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time247.jpg" width=500 />
<span style="color:#007acc;">Gaya:</span> Mom!
<span style="color:#007acc;">Gaya:</span> You're back already?
//She puts her overwear back on.//
<span style="color:#1a99cc;">Isolde:</span> Yeah. As I went down another guard came and told me he died during the interrogation.
<span style="color:#1a99cc;">Isolde:</span> Did you already complete the task?
<span style="color:#007acc;">Gaya:</span> (quickly) Yeah!
<span style="color:#007acc;">Gaya:</span> H-he passed.
//Isolde tilts her head to the side.//
<span style="color:#1a99cc;">Isolde:</span> Really?
//She places her hand over Gaya.//
<span style="color:#1a99cc;">Isolde:</span> You are telling me he won even though you didn't lower your power level at all?
<span style="color:#007acc;">Gaya:</span> Uh....
//So that's why I immediately fell down.//
<span style="color:#007acc;">Gaya:</span> ...
<span style="color:#1a99cc;">Isolde:</span> How?
<img src="Images/Rework066time/Rework066time248.jpg" width=500 />
<span style="color:#007acc;">Gaya:</span> I.. He just did..
<span style="color:#1a99cc;">Isolde:</span> Hmmm..
//Isolde looks at me impressed.//
<span style="color:#1a99cc;">Isolde:</span> Well.. Well...
<span style="color:#1a99cc;">Isolde:</span> How did you do it $playerName?
<span id="inner9">
<<link "//Shit!//">>
<<replace "#inner9">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Emm.. I.. It's a secret.
<span style="color:#1a99cc;">Isolde:</span> Hmm..
<span style="color:#1a99cc;">Isolde:</span> Fine.
<span style="color:#1a99cc;">Isolde:</span> Let's get you back home.
//She opens a portal I wake up back in my room.//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $isoldeDaughter = true>>\
<<set $strengthLevel3check to true>>\
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Stay silent (Isolde romance only).//">>
<<replace "#innerChoice1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#1a99cc;">Isolde:</span> Go back and tell them their queen commands it.
<span style="color:#007acc;">Gaya:</span> Mom they wont listen.
<span style="color:#1a99cc;">Isolde:</span> Then go and make them!
<span style="color:#007acc;">Gaya:</span> Yes mom.
//She turns around and heads back.//
<img src="Images/Rework066time/Rework066time249.jpg" width=500 />
<span style="color:#1a99cc;">Isolde:</span> Pfhhh.
<span style="color:#1a99cc;">Isolde:</span> I hate to be tough on her.
<span style="color:#1a99cc;">Isolde:</span> ...
<span style="color:#1a99cc;">Isolde:</span> Anyway.
<span style="color:#1a99cc;">Isolde:</span> Your task is to win a wrestling match against me.
<span style="color:cadetblue;">$playerName:</span> a wrestling match?
<span style="color:#1a99cc;">Isolde:</span> Yes.
<span style="color:#1a99cc;">Isolde:</span> You have to put your opponent on their back for 1 minute.
//1 minute???//
<span style="color:#1a99cc;">Isolde:</span> Don't you have the same rules in your world?
<span style="color:cadetblue;">$playerName:</span> No. Usually it's few seconds.
<span style="color:#1a99cc;">Isolde:</span> That doesn't make any sense.
<span style="color:#1a99cc;">Isolde:</span> Ok. Get ready we'll do it here.
<span style="color:cadetblue;">$playerName:</span> On the stony ground?
<img src="Images/Rework066time/Rework066time250" width=500 />
<span style="color:#1a99cc;">Isolde:</span> Yeah. (she starts taking off her heavy clothes)
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#1a99cc;">Isolde:</span> Ok. I'm ready.
//She raises her arms and so do I.//
<span style="color:#1a99cc;">Isolde:</span> On three.
<span style="color:#1a99cc;">Isolde:</span> One.
<span style="color:#1a99cc;">Isolde:</span> Two.
<img src="Images/Rework066time/Rework066time251" width=500 />
<span style="color:#1a99cc;">Isolde:</span> THREE!
//She comes over to me.//
//She locks my arm with hers and then grabs my other arm and turns me around.//
//Her chest is pressing against my back.//
//She wraps her legs around mine and starts pushing her body downwards.//
<span style="color:cadetblue;">$playerName:</span> Aaahh...
//Next thing I know I am on my back with her holding my arms in place with her legs and with her hands she is holding my legs.//
//What the fuck ?!//
<span id="so1">
<<link "//I am completely trapped.//">>
<<replace "#so1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time252" width=500 />
//I try to break free but it's no use.//
<span style="color:#1a99cc;">Isolde:</span> 30 seconds!
//Oh.//
//Fucking.//
//Fuck!//
//I keep trying to wriggle.//
//But nothing happens.//
//10!//
//Shit!//
//I can't do anything.//
//I can't-//
<span id="so2">
<<link "//Suddenly an idea pops into my head.//">>
<<replace "#so2">>
//I have seen a similar position in a magazine that I bought!//
//69 I think it was called.//
//I don't have choice.//
//There is nothing else that I could possibly do.//
//I might as well just go for it.//
<span id="so3">
<<link "//I lunge forth with head and-//">>
<<replace "#so3">>
<<set $mascLevel2scaredface2 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time253" width=500 />
<span style="color:#1a99cc;">Isolde:</span> W-what are you doing!?
<span style="color:#1a99cc;">Isolde:</span> Ahhh!
//Her body goes numb and I manage to turn her on her back.//
//We are in the same position but now she is the one who's on her back and I am the one in top.//
//This is really working.//
//Her body keeps staying numb as keep licking.//
<span id="so4">
<<link "//Just 1 minute!//">>
<<replace "#so4">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time254" width=500 />
<span style="color:#1a99cc;">Isolde:</span> Mhhh!!!
<span style="color:#1a99cc;">Isolde:</span> Stop this $playerName!!
//...//
//..//
//30!//
<span style="color:#1a99cc;">Isolde:</span> Mhhh!!!
<span id="so5">
<<link "//20!//">>
<<replace "#so5">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time255" width=500 />
<span style="color:#1a99cc;">Isolde:</span> Ahhhh!!!
//10!//
//Fuck this is working.//
//I'm going to do this.//
//3!//
//2!//
//1!//
//And time!//
<span id="so6">
<<link "//I quickly get off of her.//">>
<<replace "#so6">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time256" width=500 />
<span style="color:#1a99cc;">Isolde:</span> Why did you...
<span style="color:cadetblue;">$playerName:</span> What?
//She looks to the side.//
<span style="color:#1a99cc;">Isolde:</span> (blushing) ... Nothing
<span style="color:cadetblue;">$playerName:</span> So.. Did I pass?
<span style="color:#1a99cc;">Isolde:</span> (blushing) You did.
//She gets up.//
<span style="color:cadetblue;">$playerName:</span> So.. uhhh-
//She quickly conjures a portal and-//
<span style="color:cadetblue;">$playerName:</span> Shit.
//I fall and wake up in my bedroom.//
//...//
//I guess she is upset that she lost to me again.//
//But I managed to pass.//
//That was a close one.//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $isoldeDaughter = true>>\
<<set $strengthLevel3check to true>>\
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//***She feels my desire to dominate my enemies (dominance)***//">>
<<replace "#choice1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</replace>>
<</link>> | \
<<link "//***She sees darkness to avenge and be ruthless towards anyone in my path (netori)***//">>
<<replace "#choice1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
//I fall asleep...//
//...//
//..//
//.//
<span id="start">
<<link "//And when I open my eyes-//">>
<<replace "#start">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate60.png" height=500 />
//I can see a beautiful dark-skinned woman with long black hair and red dress.//
//She is standing before the mirror.//
//Looks like she is getting ready for-//
<span style="color:#eb145c;">Unknown:</span> You going to introduce yourself or what?
<span id="lookOver">
<<link "//She looks over her shoulder.//">>
<<replace "#lookOver">>
<img src="Images/Rework065fixupdate/Rework065Fixupdate61.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> I'm $playerName.
<span style="color:#eb145c;">Unknown:</span> $playerName?
<span style="color:#eb145c;">Unknown:</span> What an unusual name.
//She tilts her head and laughs.//
<span style="color:#eb145c;">Unknown:</span> What are you doing here $playerName?
<span style="color:cadetblue;">$playerName:</span> Umm...
<span style="color:#eb145c;">Unknown:</span> Are you a virgin (pauses)... $playerName?
<span style="color:cadetblue;">$playerName:</span> (blushes).
<span style="color:#eb145c;">Unknown:</span> (giggle)
<span style="color:#eb145c;">Unknown:</span> That's cute.
<span style="color:#eb145c;">Unknown:</span> So you were about to tell me what you are doing here $playerName.
<span style="color:cadetblue;">$playerName:</span> I was sleeping-
<span style="color:#eb145c;">Unknown:</span> (boldly interrupts) Sleeping?
<span style="color:cadetblue;">$playerName:</span> (nods)
<img src="Images/Rework065fixupdate/Rework065Fixupdate62.jpg" height=500 />
<span style="color:#eb145c;">Unknown:</span> And then?
<span style="color:cadetblue;">$playerName:</span> I suddenly came here.
<span style="color:#eb145c;">Unknown:</span> Huh....
<span style="color:#eb145c;">Unknown:</span> A plane walker.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#eb145c;">Unknown:</span> I guess it's only fair then for me to introduce myself then.
<span style="color:#eb145c;">Nyxis:</span> I am Nyxis.
<span style="color:cadetblue;">$playerName:</span> Nyxis.
<<link "Continue">>
<<set $ConfQ1 to false>>
<<set $ConfQ2 to false>>
<<set $ConfQ3 to false>>
<<set $boughtThirdMag to true>>\
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<goto"PassConfidenceLVL1">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $TechLvl0Q1 to false>>\
<<set $TechLvl0Q2 to false>>\
<<set $TechLvl0Q3 to false>>\
//I fall asleep...//
//...//
//....//
//...//
<span id="open">
<<link "//When I open my eyes-//">>
<<replace "#open">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>><<shake 2s>>\
<span style="color:#70708f;">Guard:</span> Size the intruder!
<span style="color:#70708f;">Guard:</span> Princess Elyria!!!
<</shake>>
<span id="queen">
<<link "//I see a beautiful elf girl with blonde hair and... //">>
<<replace "#queen">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate79.jpg" height=500 />
//Sparkly golden eyes ?!?//
//Lookin at me with hesitation and worry.//
//I hear the thuds of the guards footsteps coming closer and closer.//
//Swords in their hands, getting ready to strike me down.//
//As they reach the striking distance, the princess, I assume, raises her hand.//
<span style="color:#ffbd00;">Elyria:</span> Stop!
<span id="yes">
<<link "//She is looking at me with an odd expression.//">>
<<replace "#yes">>
<img src="Images/Rework065fixupdate/Rework065Fixupdate80.jpg" height=500 />
<span style="color:#ffbd00;">Elyria:</span> Who are you?
<span style="color:cadetblue;">$playerName:</span> I'm-
<span style="color:#70708f;">Guard:</span> It's not a safe, princess!
<span style="color:#70708f;">Guard:</span> Let me strike him down.
<span style="color:#ffbd00;">Elyria:</span> No.
<span style="color:#70708f;">Guard:</span> But-
<span style="color:#ffbd00;">Elyria:</span> (The princess fixes the guard with an intense stare.)
//The effect is immediate - he drops to his knees, pressing his face against the floor.//
<span style="color:#70708f;">Guard:</span> I apologize, princess!!!
<img src="Images/Rework065fixupdate/Rework065Fixupdate81.jpg" height=500 />
<span style="color:#ffbd00;">Elyria:</span> Leave us.
<span style="color:#70708f;">Guard:</span> Yes, princess.
//The guards leave to a viewing distance but don't leave the room.//
<<link "Continue">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<goto "TechniqueLVL0">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<nobr>>
<<if $mascLevel1sleepingface1 is true>>
<<set $mascLevel1sleepingface1 to false>>
<<set $mascLevel1scaredface1 to true>>
<</if>>
<<if $mascLevel2sleepingface1 is true>>
<<set $mascLevel2sleepingface1 to false>>
<<set $mascLevel2notsureface1 to true>>
<</if>>
<<timed 100ms>>
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
<</timed>>
<<set $question1level1zarina to false>>
<<set $question2level1zarina to false>>
<<set $question3level1zarina to false>>
<</nobr>>
//There is Lava and rocks everywhere?//
<img src="Images/Rework065update/Rework065update486.jpg" height=500 />
//Is this a dream?//
//No.//
//This is not a dream.//
//Everything feels so...//
//So real.//
<span id="what">
<<link "//How is-//">>
<<replace "#what">>
<<shake 2s>>
<span style="color:#ff1a1a;">Unknown:</span> Hmm... What's this?
<</shake>>
<span id ="turn">
<<link "//Turn around.//">>
<<replace "#turn">>
<<if $mascLevel1scaredface1 is true>>\
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<</if>>\
<<if $mascLevel2notsureface1 is true>>\
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update487.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> AHHHH!!!
//What the heck is that?!//
//Is that an elf?//
//No...//
//Her skin is red.//
//And...//
//It has horns!//
//It's a deamon!//
//A DEAMON!!!//
<span id="1">
<<link "//It's time to panic! Beg for mercy!//">>
<<replace "#1">>
<<if $mascLevel1panicface1 is true>>\
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<</if>>\
<<if $mascLevel2scaredface1 is true>>\
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Please don't kill me.
<img src="Images/Rework065update/Rework065update488.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span> ...
<span style="color:cadetblue;">$playerName:</span> I...
<span style="color:cadetblue;">$playerName:</span> please...
<span style="color:#ff1a1a;">Demon:</span> Am I really that scary with the horns?
<span id="snap">
<<link "//She snaps her fingers and her horns disappear from her head.//">>
<<replace "#snap">>
<<if $mascLevel1scaredface1 is true>>\
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<if $mascLevel2scaredface2 is true>>\
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
<img src="Images/Rework065update/Rework065update491.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span> How about now?
//What?//
//...//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Demon:</span> Hello!
<span style="color:#ff1a1a;">Demon:</span> Is it better?
//What is going on?//
//She is not trying to kill me?//
<span style="color:cadetblue;">$playerName:</span> Emm.. Yes.
<span style="color:#ff1a1a;">Demon:</span> (to herself) It's always the horns...
<span style="color:#ff1a1a;">Demon:</span> ...
<img src="Images/Rework065update/Rework065update492.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span> You are weird.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Where am I?
<span style="color:#ff1a1a;">Demon:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Demon:</span> ...
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:#ff1a1a;">Demon:</span> You come burst into a place where I come to clear my mind off things.
<span style="color:#ff1a1a;">Demon:</span> Scream at me like a little girl.
<span style="color:#ff1a1a;">Demon:</span> And then ask me where you are.
<span style="color:#ff1a1a;">Demon:</span> Some of you plane walkers are so weird.
<img src="Images/Rework065update/Rework065update493.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span> Dont go to visit realms if you don't know how it works.
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:#ff1a1a;">Demon:</span> See what I mean.
<span style="color:#ff1a1a;">Demon:</span> You went to sleep in your world and woke up here, without a clue where you are, who I am, what is what, who is who, or where is where...
<span style="color:#ff1a1a;">Demon:</span> It's like a coin toss every time I meet a Plane Walker. They either know exactly what's what and who is who and are completely dead inside, or they have no clue what's going on and act like little babies.
<span style="color:#ff1a1a;">Demon:</span> I'm sorry.
<span style="color:#ff1a1a;">Demon:</span> I am having a bad day.
<span style="color:#ff1a1a;">Demon:</span> And I am taking it out on you.
<span style="color:#ff1a1a;">Demon:</span> Let us try that again.
<img src="Images/Rework065update/Rework065update494.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> My name is Zarina.
<span style="color:#ff1a1a;">Zarina:</span> I am not going to eat you.
<span style="color:#ff1a1a;">Zarina:</span> Boil you.
<span style="color:#ff1a1a;">Zarina:</span> Turn your insides out.
<span style="color:#ff1a1a;">Zarina:</span> Burn you.
<span style="color:#ff1a1a;">Zarina:</span> (to herself) What else have they said.
<span style="color:#ff1a1a;">Zarina:</span> Oh!
<span style="color:#ff1a1a;">Zarina:</span> Take your limbs off.
<span style="color:#ff1a1a;">Zarina:</span>Turn you into a cockroach.
<span style="color:#ff1a1a;">Zarina:</span> Blah blah blah blah.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Zarina:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update495.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> Ok. I'm done. I'll be nice now.
[[Continue|DreamsPART2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Just turn to stone! I'm a rock. I'm a rock. You don't see me.//">>
<<replace "#1">>
<<if $mascLevel1panicface1 is true>>\
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<</if>>\
<<if $mascLevel2scaredface1 is true>>\
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I froze in place.//
<span style="color:#ff1a1a;">Demon:</span> ...
//She can't see me.//
<img src="Images/Rework065update/Rework065update489.png" height=500 />
//She can't see me.//
<span style="color:#ff1a1a;">Demon:</span> ...
//She is just staring straight at me.//
<span style="color:#ff1a1a;">Demon:</span>You know I can see you right?
//Oh no!//
//I'm going to die!//
<span style="color:#ff1a1a;">Demon:</span> You really that scared of me?
<span id="snap">
<<link "//The deamon snaps her fingers and horns disappear from her head.//">>
<<replace "#snap">>
<<if $mascLevel1scaredface1 is true>>\
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<if $mascLevel2scaredface2 is true>>\
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update490.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span> How about now?
//What?//
//...//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Demon:</span> Hello!
<span style="color:#ff1a1a;">Demon:</span> Is it better?
//What is going on?//
//She is not trying to kill me?//
<span style="color:cadetblue;">$playerName:</span> Emm.. Yes.
<img src="Images/Rework065update/Rework065update492.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span>(to herself) It's always the horns...
<span style="color:#ff1a1a;">Demon:</span> ...
<span style="color:#ff1a1a;">Demon:</span> You are weird.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Where am I?
<span style="color:#ff1a1a;">Demon:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Demon:</span> ...
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:#ff1a1a;">Demon:</span> You come burst into a place where I come to clear my mind off things.
<span style="color:#ff1a1a;">Demon:</span> Scream at me like a little girl.
<span style="color:#ff1a1a;">Demon:</span> And then ask me where you are.
<span style="color:#ff1a1a;">Demon:</span> Some of you plane walkers are so weird.
<img src="Images/Rework065update/Rework065update493.jpg" height=500 />
<span style="color:#ff1a1a;">Demon:</span> Don't go to visit realms if you don't know how it works.
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:#ff1a1a;">Demon:</span> See what I mean.
<span style="color:#ff1a1a;">Demon:</span> You went to sleep in your world and woke up here, without a clue where you are, who I am, what is what, who is who, or where is where...
<span style="color:#ff1a1a;">Demon:</span> It's like a coin toss every time I meet a Plane Walker. They either know exactly what's what and who is who and are completely dead inside, or they have no clue what's going on and act like little babies.
<span style="color:#ff1a1a;">Demon:</span> I'm sorry.
<span style="color:#ff1a1a;">Demon:</span> I am having a bad day.
<span style="color:#ff1a1a;">Demon:</span> And I am taking it out on you.
<span style="color:#ff1a1a;">Demon:</span> Let us try that again.
<img src="Images/Rework065update/Rework065update494.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> My name is Zarina.
<span style="color:#ff1a1a;">Zarina:</span> I am not going to eat you.
<span style="color:#ff1a1a;">Zarina:</span> Boil you.
<span style="color:#ff1a1a;">Zarina:</span> Turn your insides out.
<span style="color:#ff1a1a;">Zarina:</span> Burn you.
<span style="color:#ff1a1a;">Zarina:</span> (to herself) What else have they said.
<span style="color:#ff1a1a;">Zarina:</span> Oh!
<span style="color:#ff1a1a;">Zarina:</span> Take your limbs off.
<span style="color:#ff1a1a;">Zarina:</span>Turn you into a cockroach.
<span style="color:#ff1a1a;">Zarina:</span> Blah blah blah blah.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Zarina:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update495.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> Ok. I'm done. I'll be nice now.
[[Continue|DreamsPART2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $regulardreamset = [1,2,3]>>\
<<set $regulardreamchoice = $regulardreamset.random()>>\
//Just a regular, normal guy's dream.//
<<if $philippaStory lte 1>>
<<if $regulardreamchoice is 1>>
<<if $onlyImages is true>><img src="Images/MainCharacter/regulardremre1.png" width=500/><<else>><img src="Images/MainCharacter/dream-nothingyet1.gif"/> <</if>>
<<elseif $regulardreamchoice is 2>>
<<if $onlyImages is true>><img src="Images/MainCharacter/regulardremre2.png" width=500/><<else>><img src="Images/MainCharacter/dream-nothingyet2.gif"/><</if>>
<<elseif $regulardreamchoice is 3>>
<<if $onlyImages is true>><img src="Images/MainCharacter/regulardremre3.png" width=500/><<else>><img src="Images/MainCharacter/dream-nothingyet3.gif"/><</if>>
<</if>>
<<else>>
<<set $corruption ++>>\
<<set $femdreamset = [1,2,3,4]>>\
<<set $femdreamchoice = $femdreamset.random()>>\
//Ever since I got the feaver, I have started seing strange dreams.//
<<if $femdreamchoice eq 1>>\
//You dream about a girl's beautiful bottom. I wonder what it feels like to get slaped like that.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update686.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-1.gif"/> <</if>>
<</if>>\
\
<<if $femdreamchoice eq 2>>\
//You dream about a girl playing with her tits. It would be nice to have such huge breasts, I think.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update683.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-2.gif"/><</if>>
<</if>>
\
<<if $femdreamchoice eq 3>>\
//You dream about a girl playing with her tits. You wonder what exactly arouses you about that. Is it having tits or seeing her have them?//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update684.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-3.gif"/><</if>>
<</if>>
<<if $femdreamchoice eq 4>>\
//You dream about a girl playing with her tits. I wonder how it would feel to have tits? Are they heavy?//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update685.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-4.gif"/><</if>>
<</if>>
<</if>>
<<link "Continue">>
<<if $mascLevel1sleepingface1 is true and $mascC is true>>
<<set $mascLevel1sleepingface1 to false>>
<<set $mascDefaultLevel1 to true>>
<<elseif $mascLevel1sleepingface1 is true and $femC is true>>
<<set $mascLevel1sleepingface1 to false>>
<<set $femDefaultLevel1 to true>>
<<elseif $mascLevel2sleepingface1 is true and $femC is true>>
<<set $mascLevel2sleepingface1 to false>>
<<set $femDefaultLevel2 to true>>
<<elseif $mascLevel2sleepingface1 is true and $mascC is true>>
<<set $mascDefaultLevel2 to true>>
<<set $mascLevel2sleepingface1 to false>>
<</if>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>><<set $regulardreamset = [1,2,3]>>\
<<set $regulardreamchoice = $regulardreamset.random()>>\
<<set $corruption ++>>\
<<set $femdreamset = [1,2,3,4]>>\
<<set $femdreamchoice = $femdreamset.random()>>\
//Ever since I got the feaver, I have started seing strange dreams.//
<<if $femdreamchoice is 1>>\
//You dream about a girl's beautiful bottom. I wonder what it feels like to get slaped like that.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update686.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-1.gif"/> <</if>>
<<elseif $femdreamchoice is 2>>\
//You dream about a girl playing with her tits. It would be nice to have such huge breasts, I think.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update683.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-2.gif"/><</if>>
<<elseif $femdreamchoice is 3>>\
//You dream about a girl playing with her tits. You wonder what exactly arouses you about that. Is it having tits or seeing her have them?//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update684.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-3.gif"/><</if>>
<<elseif $femdreamchoice eq 4>>\
//You dream about a girl playing with her tits. I wonder how it would feel to have tits? Are they heavy?//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update685.jpg" height=500 /> <<else>><img src="Images/MainCharacter/Dream-dom-4.gif"/><</if>>
<</if>>
<<link "Continue">>
<<if $mascLevel1sleepingface1 is true and $mascC is true>>
<<set $mascLevel1sleepingface1 to false>>
<<set $mascDefaultLevel1 to true>>
<<elseif $mascLevel1sleepingface1 is true and $femC is true>>
<<set $mascLevel1sleepingface1 to false>>
<<set $femDefaultLevel1 to true>>
<<elseif $mascLevel2sleepingface1 is true and $femC is true>>
<<set $mascLevel2sleepingface1 to false>>
<<set $femDefaultLevel2 to true>>
<<elseif $mascLevel2sleepingface1 is true and $mascC is true>>
<<set $mascDefaultLevel2 to true>>
<<set $mascLevel2sleepingface1 to false>>
<</if>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>><<set $intQ1 = false>>\
<<set $intQ2 = false>>\
<<set $intQ3 = false>>\
<<set $boughtThirdMag to true>>\
//I close my eyes and drift into a deep sleep.//
//...//
//..//
//.//
<span id ="open">
<<link "//And when I open my eyes-//">>
<<replace "#open">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate23.jpg" height=500 />
<span style="color:#99e6e6;">Unknown:</span> Oh.
<span style="color:#99e6e6;">Unknown:</span> Hello.
//It's a a pale elf woman with white skin and teal eyes. Her skin sparkles like thousands of stars.//
<span style="color:cadetblue;">$playerName:</span> Hello.
//I seem to be in somekind of Castle or-//
//The woman walks closer to me.//
//She snaps her fingers in front of me, touches my forehead with her finger, and closes her eyes.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate24.jpg" height=500 />
<span style="color:#99e6e6;">Unknown:</span> (very calm voice) Plane walker.
<span style="color:#99e6e6;">Unknown:</span> (very calm voice) Elf.
<span style="color:#99e6e6;">Unknown:</span> (very calm voice) From Imeria.
<span style="color:#99e6e6;">Unknown:</span> (very calm voice) $playerName.
<span style="color:cadetblue;">$playerName:</span> Y... Yes?
<span style="color:#99e6e6;">Unknown:</span> Oh sorry.
//Who is-//
<span id="removes">
<<link "//She removes her finger.//">>
<<replace "#removes">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate22.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> My name is Seraphina.
[[Continue|IntelLvl0Event]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $charismaLVL1Q1 to false>>\
<<set $charismaLVL1Q2 to false>>\
<<set $charismaLVL1Q3 to false>>\
<<set $boughtThirdMag to true>>\
//I close my eyes and drift into a deep sleep.//
//...//
//..//
//.//
<span style="color:#99eb29;">Unknown:</span> It'll be fun-
<span style="color:#99eb29;">Unknown:</span> Leave us girls.
<span id="open">
<<link "//Open eyes//">>
<<replace "#open">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate44.jpg" height=500 />
//And when I open my eyes-//
<span style="color:#99eb29;">Unknown:</span> Well. Well. Well.
<span style="color:#99eb29;">Unknown:</span> Talk about timing.
//I see a beautiful blonde girl with short blonde hair and green eyes looking at me.//
<span style="color:cadetblue;">$playerName:</span> Hello?
<span style="color:cadetblue;">$playerName:</span> I'm $playerName.
<span style="color:#99eb29;">Unknown:</span> (quickly) Hello $playerName.
//What is this place?//
//Seems like I am in front of some kind of huge...//
<img src="Images/Rework065fixupdate/Rework065Fixupdate46.jpg" height=500 />
<span style="color:#99eb29;">Unknown:</span> You wondering where you are? (she looks at me looking around).
<span style="color:#99eb29;">Unknown:</span> It's an amphitheater.
<span style="color:#99eb29;">Unknown:</span> You never seen one?
//I hear crowds of cheers coming from inside the giant structure.//
//ROAR!!!!!!!//
<span style="color:#99eb29;">Aurora:</span> And I am Aurora.
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<goto "CharismaLVL1talkC">>\
<</link>>
<</replace>>
<</link>>
</span><<set $whereStrength1 to false>>\
<<set $soStrength1 to false>>\
<<set $lastStrength1 to false>>\
<<set $boughtThirdMag to true>>\
//I drift into a deep sleep.//
.....
...
..
<span id="openeyes">
<<link "//And when I open my eyes-//">>
<<replace "#openeyes">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate1.jpg" height=500 />
//A world of endless clouds and mountains surrounds me.//
<span style="color:cadetblue;">$playerName:</span> HUH???
//Where am I?//
//This must be another realm that Zarina mentioned.//
//Wow....//
//Just look at those mountains...//
<span style="color:#1a99cc;">Unknown:</span> Who the hell are you?
<span id="turnAround">
<<link "//I turn around and-//">>
<<replace "#turnAround">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate2.jpg" height=500 />
//It's a tall blue-skinned muscular humanlike woman!//
<span style="color:cadetblue;">$playerName:</span> ...
//Holy shit!//
<span style="color:#1a99cc;">Unknown:</span> You another assassin?
//She is reaching for her sword.//
<span style="color:#1a99cc;">Unknown:</span> Speak or I'll slice you in half.
<span style="color:cadetblue;">$playerName:</span> No. No!
<span style="color:cadetblue;">$playerName:</span> I'm not an assassin.
<span style="color:cadetblue;">$playerName:</span> Emmm..
<span style="color:cadetblue;">$playerName:</span> Plane walker! Plane walker!
<span style="color:cadetblue;">$playerName:</span> I'm a plane walker.
<span style="color:cadetblue;">$playerName:</span> Zarina... emm.. another world... emmm.. Tests... Luna...
//I try to think of things to say to calm her down.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate3.jpg" height=500 />
<span style="color:#1a99cc;">Unknown:</span> Oh....
<span style="color:#1a99cc;">Unknown:</span> Another one?
<span style="color:#1a99cc;">Unknown:</span> Well...
//She takes her hand off her sword.//
<span style="color:#1a99cc;">Unknown:</span> Welcome!
<span style="color:#1a99cc;">Isolde:</span> My name is Isolde.
<span id="thankfix">
<<link "//Thank Luna...//">>
<<replace "#thankfix">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I thought I was done for.//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#1a99cc;">Isolde:</span> Well...
<span style="color:cadetblue;">$playerName:</span> Sorry.
<span style="color:cadetblue;">$playerName:</span> I'm $playerName.
<span style="color:#1a99cc;">Isolde:</span> Welcome. $playerName.
[[Continue|PassStrengthDoms1 Intro1Fem]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>//I close my eyes.//
//...//
//..//
//.//
//I feel my body drifting.//
//What's that?//
//Is that a gust of wind going against my face?//
<span id="inner1">
<<link "//I open my eyes and-//">>
<<replace "#inner1">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time251.png" height=500 />
//Isolde is laying down and is in middle of doing bench presses with her tits out.//
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:#1a99cc;">Isolde:</span> Oh?
<span style="color:#1a99cc;">Isolde:</span> Give me a minute.
//She just continues doing them.//
<span id="inner2">
<<link "//Well this is awkward.//">>
<<replace "#inner2">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
<span style="color:#1a99cc;">Isolde:</span> For what?
<span style="color:cadetblue;">$playerName:</span> Your...emm
<span style="color:cadetblue;">$playerName:</span> Your...
<img src="Images/Rework066time/Rework066time251.png" height=500 />
<span style="color:#1a99cc;">Isolde:</span> ...
<span style="color:cadetblue;">$playerName:</span> emm...
<span style="color:#1a99cc;">Isolde:</span> What are you saying ?!?
<span style="color:cadetblue;">$playerName:</span> Your tits are out! Sorry for intruding!
<span style="color:#1a99cc;">Isolde:</span> Oh.
<span id="inner3">
<<link "//She drops the weights and sit's up.//">>
<<replace "#inner3">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time252.png" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Don't be.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#1a99cc;">Isolde:</span> Pass me that bucket of water.
//I walk over and grab the bucket.//
<span style="color:cadetblue;">$playerName:</span> This?
<span style="color:#1a99cc;">Isolde:</span> Yes.
<span id="inner4">
<<link "//I pass her the bucket and she splashes water on herself.//">>
<<replace "#inner4">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time253.jpg" height=500 />
//Now her tits are wet.//
<span style="color:cadetblue;">$playerName:</span> (gulp).
<span style="color:#1a99cc;">Isolde:</span> You ok there?
<span style="color:cadetblue;">$playerName:</span> Me?
<span style="color:cadetblue;">$playerName:</span> Yeah. Yeah.
<span style="color:cadetblue;">$playerName:</span> Mhm.
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:#1a99cc;">Isolde:</span> ...
<span style="color:#1a99cc;">Isolde:</span> Ok.
<span style="color:#1a99cc;">Isolde:</span> You seem stronger $playerName.
<span style="color:#1a99cc;">Isolde:</span> Is that why you have come?
<span style="color:#1a99cc;">Isolde:</span> Cause you think you can take the next test?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:#1a99cc;">Isolde:</span> Very well.
<span style="color:#1a99cc;">Isolde:</span> Your test is going to be....(she thinks as she is looking around).
<img src="Images/Rework066time/Rework066time254.png" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Bring me those two weight plates.
//She points behind me were there is another barbell with weight plates on them.//
<span style="color:cadetblue;">$playerName:</span> Really?
<span style="color:cadetblue;">$playerName:</span> That's the test?
<span style="color:#1a99cc;">Isolde:</span> Yeah.
//That sounds easy.//
<span style="color:cadetblue;">$playerName:</span> Alright.
<span id="inner5">
<<link "//I walk over and start removing the plates from the barbell.//">>
<<replace "#inner5">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 2s>>\
//What the fuck?//
//It's so heavy!!//
//I can't.//
//I can't lift them!//
<</shake>>\
<span id="inner6">
<<link "//I look back at Isolde.//">>
<<replace "#inner6">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time255.png" height=500 />
//She is just looking at me, observing my struggles.//
<span style="color:cadetblue;">$playerName:</span> It's too heavy.
<span style="color:#1a99cc;">Isolde:</span> Do you give up?
<span style="color:cadetblue;">$playerName:</span> What? No!
<span style="color:cadetblue;">$playerName:</span> No.
<span style="color:#1a99cc;">Isolde:</span> Ok.
<span style="color:#1a99cc;">Isolde:</span> There's no time limit.
<span style="color:#1a99cc;">Isolde:</span> So you can take your time.
//Take my time?//
//I can't lift them.//
//There is just no way.//
//I keep trying to lift them and every time I try my muscles get more and more tired.//
//Eventually I am sweating and the plates are still not off the bar.//
//Not mentioning I have to carry them over to her.//
<img src="Images/Rework066time/Rework066time256.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Tired?
<span style="color:cadetblue;">$playerName:</span> No!
<span style="color:cadetblue;">$playerName:</span> Just taking a breather.
<span style="color:cadetblue;">$playerName:</span> Don't worry.
<span style="color:cadetblue;">$playerName:</span> I'll get it.
<span style="color:#1a99cc;">Isolde:</span> Ok.
//Once again I give my everything into lifting the weight plate.//
//But to no avail.//
<span style="color:cadetblue;">$playerName:</span> This is ridiculous.
<span style="color:cadetblue;">$playerName:</span> They are too heavy.
<span style="color:#1a99cc;">Isolde:</span> ... (smirks)
<span id="inner7">
<<link "//I keep trying.//">>
<<replace "#inner7">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span id="inner8">
<<link "//And trying.//">>
<<replace "#inner8">>
<span id="inner9">
<<link "//And trying.//">>
<<replace "#inner9">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> (panting)
//I have no clue how long I have been at it.//
//Fuck!//
//...//
<img src="Images/Rework066time/Rework066time257.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> You know...
<span style="color:#1a99cc;">Isolde:</span> I like you $playerName.
<span style="color:#1a99cc;">Isolde:</span> Looking at your struggles.
<span style="color:#1a99cc;">Isolde:</span> And your committedness.
<span style="color:#1a99cc;">Isolde:</span> So here's a hint.
<span style="color:#1a99cc;">Isolde:</span> Ones strength isn't measured on strength.
<span style="color:cadetblue;">$playerName:</span> What does that mean?
<span style="color:#1a99cc;">Isolde:</span> Heh.
<span style="color:#1a99cc;">Isolde:</span> Strength is ones will combined with strength.
<span style="color:cadetblue;">$playerName:</span> You are telling me I haven't been determined enough?
<span style="color:#1a99cc;">Isolde:</span> ...
<span style="color:cadetblue;">$playerName:</span> I have!
<span style="color:#1a99cc;">Isolde:</span> Maybe. Maybe not.
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework066time/Rework066time259.png" height=500 />
//I look back at the barbell.//
//So will is as important as strength.//
//I will lift them!//
//I will get pass this!//
//I will win!//
//I crouch down and put all of my strength and mind power into lifting them up.//
<span style="color:cadetblue;">$playerName:</span> HHHAAAAAAAAA!
//And slowly, I feel the weight plates rising from the bar.//
<span style="color:cadetblue;">$playerName:</span> GGHHHHHHAA!
//It's so fucking heavy!//
//But I am doing it!//
//I am lifting them up!//
//The weight plates are off the bar.//
//Now carrying them over to Isolde.//
<span style="color:cadetblue;">$playerName:</span> RRRAAAAAAA
//I carry both of them over to her and drop them on the ground.//
<span style="color:cadetblue;">$playerName:</span> (pant)
<img src="Images/Rework066time/Rework066time258.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Very well done.
<span style="color:cadetblue;">$playerName:</span> ... (pants)
<span style="color:#1a99cc;">Isolde:</span> Good job $playerName!
//Fuck!//
<span style="color:#1a99cc;">Isolde:</span> Let's get you back home.
//She opens a portal and I fall through it.//
//Waking up in my bedroom.//
//I did it.//
//I fucking did it.//
<<link "Continue">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $strengthLevel2check to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>//I fall asleep...//
//...//
//..//
//.//
<span id="start">
<<link "//And when I open my eyes-//">>
<<replace "#start">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate60.png" height=500 />
//I can see a beautiful dark-skinned woman with long black hair and red dress.//
//She is standing before the mirror.//
//Looks like she is getting ready for-//
<span style="color:#eb145c;">Unknown:</span> You going to introduce yourself or what?
<span id="lookOver">
<<link "//She looks over her shoulder.//">>
<<replace "#lookOver">>
<img src="Images/Rework065fixupdate/Rework065Fixupdate61.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> I'm $playerName.
<span style="color:#eb145c;">Unknown:</span> $playerName?
<span style="color:#eb145c;">Unknown:</span> What an unusual name.
//She tilts her head and laughs.//
<span style="color:#eb145c;">Unknown:</span> What are you doing here $playerName?
<span style="color:cadetblue;">$playerName:</span> Umm...
<span style="color:#eb145c;">Unknown:</span> Are you a virgin (pauses)... $playerName?
<span style="color:cadetblue;">$playerName:</span> (blushes).
<span style="color:#eb145c;">Unknown:</span> (giggle)
<span style="color:#eb145c;">Unknown:</span> That's cute.
<span style="color:#eb145c;">Unknown:</span> So you were about to tell me what you are doing here $playerName.
<span style="color:cadetblue;">$playerName:</span> I was sleeping-
<span style="color:#eb145c;">Unknown:</span> (boldly interrupts) Sleeping?
<span style="color:cadetblue;">$playerName:</span> (nods)
<img src="Images/Rework065fixupdate/Rework065Fixupdate62.jpg" height=500 />
<span style="color:#eb145c;">Unknown:</span> And then?
<span style="color:cadetblue;">$playerName:</span> I suddenly came here.
<span style="color:#eb145c;">Unknown:</span> Huh....
<span style="color:#eb145c;">Unknown:</span> A plane walker.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#eb145c;">Unknown:</span> I guess it's only fair then for me to introduce myself then.
<span style="color:#eb145c;">Nyxis:</span> I am Nyxis.
<span style="color:cadetblue;">$playerName:</span> Nyxis.
<<link "Continue">>
<<set $ConfQ1 to false>>
<<set $ConfQ2 to false>>
<<set $ConfQ3 to false>>
<<set $boughtThirdMag to true>>\
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<goto"PassConfidenceLVL1">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $TechLvl0Q1 to false>>\
<<set $TechLvl0Q2 to false>>\
<<set $TechLvl0Q3 to false>>\
//I fall asleep...//
//...//
//....//
//...//
<span id="open">
<<link "//When I open my eyes-//">>
<<replace "#open">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>><<shake 2s>>\
<span style="color:#70708f;">Guard:</span> Size the intruder!
<span style="color:#70708f;">Guard:</span> Princess Elyria!!!
<</shake>>
<span id="queen">
<<link "//I see a beautiful elf girl with blonde hair and... //">>
<<replace "#queen">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate79.jpg" height=500 />
//Sparkly golden eyes ?!?//
//Lookin at me with hesitation and worry.//
//I hear the thuds of the guards footsteps coming closer and closer.//
//Swords in their hands, getting ready to strike me down.//
//As they reach the striking distance, the princess, I assume, raises her hand.//
<span style="color:#ffbd00;">Elyria:</span> Stop!
<span id="yes">
<<link "//She is looking at me with an odd expression.//">>
<<replace "#yes">>
<img src="Images/Rework065fixupdate/Rework065Fixupdate80.jpg" height=500 />
<span style="color:#ffbd00;">Elyria:</span> Who are you?
<span style="color:cadetblue;">$playerName:</span> I'm-
<span style="color:#70708f;">Guard:</span> It's not a safe, princess!
<span style="color:#70708f;">Guard:</span> Let me strike him down.
<span style="color:#ffbd00;">Elyria:</span> No.
<span style="color:#70708f;">Guard:</span> But-
<span style="color:#ffbd00;">Elyria:</span> (The princess fixes the guard with an intense stare.)
//The effect is immediate - he drops to his knees, pressing his face against the floor.//
<span style="color:#70708f;">Guard:</span> I apologize, princess!!!
<img src="Images/Rework065fixupdate/Rework065Fixupdate81.jpg" height=500 />
<span style="color:#ffbd00;">Elyria:</span> Leave us.
<span style="color:#70708f;">Guard:</span> Yes, princess.
//The guards leave to a viewing distance but don't leave the room.//
<<link "Continue">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<goto "TechniqueLVL0">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>><<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>><</timed>>\
//I wake up, put on a pair of underwear, and head to the bathroom.//
//When I go inside, I see Inledya in a towel.//
<span id="in">
<<link "//Inledya is standing in front of a mirror, talking to herself.//">>
<<replace "#in">>
<img src="Images/Rework065update/Rework065update184.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Oh well, thank you.
<span style="color:coral;">Inledya:</span> But that was a while ago.
<span style="color:coral;">Inledya:</span> Yes. I would love to.
//Making all kinds of hand movements and expressions.//
<span id="led">
<<link "//Then she notices you.//">>
<<replace "#led">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
<span style="color:coral;">Inledya:</span> $playerName.
<span style="color:coral;">Inledya:</span> Good morning.
<span style="color:cadetblue;">$playerName:</span> Morning.
<span style="color:cadetblue;">$playerName:</span> What were you doing?
<span style="color:coral;">Inledya:</span> (chuckles) Practising.
<span style="color:cadetblue;">$playerName:</span> Practicing?
<span style="color:cadetblue;">$playerName:</span> Practicing what?
<span style="color:coral;">Inledya:</span> Just my tone and mannerisms.
<span style="color:coral;">Inledya:</span> You must have done this yourself, too, right?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Stop looking at me like a crazy person $playerName.
<span style="color:cadetblue;">$playerName:</span> ...
<span id="choice">
<<link "//Show interest (Does it help?)//❤️">>
<<replace "#choice">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<set $inledyaRel ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update185.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> (clears his throat)
<span style="color:cadetblue;">$playerName:</span> Why exactly do you have to practice those?
<span style="color:cadetblue;">$playerName:</span> Aren't they like-
<span style="color:cadetblue;">$playerName:</span> Automatic?
<span style="color:coral;">Inledya:</span> No, they're not.
<span style="color:coral;">Inledya:</span> You have to practice them to be more charismatic and charming.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Oh.
<span style="color:cadetblue;">$playerName:</span> And it works?
<span style="color:coral;">Inledya:</span> Hehe...
<span style="color:coral;">Inledya:</span> You have a mirror in your room, no?
<img src="Images/Rework065update/Rework065update186.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Why don't you let me know after practicing yourself?
<span style="color:cadetblue;">$playerName:</span> Emm.
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:coral;">Inledya:</span> Hehe.
<span style="color:coral;">Inledya:</span> Ok. You wanted to shower, correct?
<span style="color:cadetblue;">$playerName:</span> Yes.
//She takes her clothes from the counter and walks past you.//
//As she walks towards you-//
<span id="look">
<<link "//Have a closer look// 😈💜(-❤️) ">>
<<replace "#look">>
<<set $corruption ++>>\
<<set $inledyaCorruption += 1>>\
<<set $inledyaRel -= 1>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You take a closer look at the wet towel wrapped around her body as she starts walking.//
<img src="Images/Rework065update/Rework065update187.jpg" height=500 />
//As she's passing by-//
//She takes a quick look at you and notices you looking at her.//
//She doesn't say anything, but she certainly wasn't pleased.//
//Inledya leaves the bathroom leaving me to have my shower.//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1blushface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1blushface1 to false>>\
<</if>>
[[Continue|My Bedroom][$inledyaStory to 3, $time to advanceTime($time)]]
<</replace>>
<</link>> | \
<<link "//Don't //🧠❤️">>
<<replace "#look">>
<<set $intelligence ++>>\
<<set $inledyaRel++>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You wait patiently for her to leave the bathroom.//
//As she is next to you.//
<img src="Images/Rework065update/Rework065update188.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Really, try it.
<span style="color:coral;">Inledya:</span> It helps.
<span style="color:cadetblue;">$playerName:</span> O-Ok..
<span style="color:coral;">Inledya:</span> (soft smile)
//And she closes the door.//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1blushface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1blushface1 to false>>\
<</if>>
[[Continue|My Bedroom][$inledyaStory to 3, $time to advanceTime($time)]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Keep staring at her in your confusion.//⛓️">>
<<replace "#choice">>
<<set $inledyaDomSub -->>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update189.jpg" height=500 />
<span style="color:coral;">Inledya:</span> (cute frustration) Stop staring at me like that!
<span style="color:coral;">Inledya:</span> Plenty of people do this in front of their mirror.
<span style="color:coral;">Inledya:</span> You should do it too.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> (cute frustration) Ughhh.
//She pauses for a moment and changes the subject.//
<span style="color:coral;">Inledya:</span> You came here to shower, yes?
<span style="color:cadetblue;">$playerName:</span> Yep.
//Inledya takes her clothes from the counter and walks past you.//
//As she walks towards you-//
<span id="look">
<<link "//Have a closer look// 😈💜(-❤️) ">>
<<replace "#look">>
<<set $corruption ++>>\
<<set $inledyaCorruption ++>>\
<<set $inledyaRel -->>\
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You take a closer look at the wet towel wrapped around her body as she starts walking.//
//As she's passing by-//
//She takes a quick look at you and notices you looking at her.//
<img src="Images/Rework065update/Rework065update190.jpg" height=500 />
//She doesn't say anything, but she certainly wasn't pleased.//
//Inledya leaves the bathroom leaving me to have my shower.//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1blushface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1blushface1 to false>>\
<</if>>
[[Continue|My Bedroom][$inledyaStory to 3, $time to advanceTime($time)]]
<</replace>>
<</link>> | \
<<link "//Don't //🧠❤️">>
<<replace "#look">>
<<set $intelligence ++>>\
<<set $inledyaRel++>>\
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<done>><<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>><</done>>\
//You wait patiently for her to leave the bathroom.//
//As she is next to you.//
<span style="color:coral;">Inledya:</span> Really, try it.
<span style="color:coral;">Inledya:</span> It helps.
<img src="Images/Rework065update/Rework065update188.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> U-Ok..
<span style="color:coral;">Inledya:</span> (soft smile)
//And she closes the door.//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1blushface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1blushface1 to false>>\
<</if>>
[[Continue|My Bedroom][$inledyaStory to 3, $time to advanceTime($time)]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $practiceCharismaToday to true>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
\
\
\
<<set $charisma ++>>\
<<set $confidence ++>>\
<<set $charismaLvl1training = [1,2,3]>>\
<<set $charismaTrainLvl1 = $charismaLvl1training.random()>>\
<<if $charismaTrainLvl1 is 1>>\
//I stand in front of the mirror and start talking and changing expressions.//
<span style="color:cadetblue;">$playerName:</span> Hello?
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> Oh? My name?
<span style="color:cadetblue;">$playerName:</span> It's $playerName.
<img src="Images/Rework065update/Rework065update229.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Nice to meet you.
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> That's right.
<span style="color:cadetblue;">$playerName:</span> Thank you very much.
<span style="color:cadetblue;">$playerName:</span> No, I should be the one thanking you.
<span style="color:cadetblue;">$playerName:</span> Haha, yes.
<span style="color:cadetblue;">$playerName:</span> Of course.
<span style="color:cadetblue;">$playerName:</span> Goodbye.
//Not sure if it helped at all but we'll see.//
<<elseif $charismaTrainLvl1 is 2>>\
//I stand in front of the mirror and try talking a lot.//
<span style="color:cadetblue;">$playerName:</span> Hi?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:cadetblue;">$playerName:</span> What?
<img src="Images/Rework065update/Rework065update230.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Oh, ok.
<span style="color:cadetblue;">$playerName:</span> Hahaha.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> Of course.
<span style="color:cadetblue;">$playerName:</span> No, it's fine.
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:cadetblue;">$playerName:</span> I would love to do the homework
<span style="color:cadetblue;">$playerName:</span> Hahaha.
<span style="color:cadetblue;">$playerName:</span> Bye.
//It feelt strange but Inlydia did say that it helps.//
<<elseif $charismaTrainLvl1 is 3>>\
//I stand in front of the mirror and try talking and making different gestures.//
<span style="color:cadetblue;">$playerName:</span> Hi!
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:cadetblue;">$playerName:</span> What's up?
<span style="color:cadetblue;">$playerName:</span> No, I can't.
<span style="color:cadetblue;">$playerName:</span> No.
<img src="Images/Rework065update/Rework065update231.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Oh?
<span style="color:cadetblue;">$playerName:</span> Hahaha.
<span style="color:cadetblue;">$playerName:</span> That's awesome!
<span style="color:cadetblue;">$playerName:</span> Of course.
<span style="color:cadetblue;">$playerName:</span> I like that too.
<span style="color:cadetblue;">$playerName:</span> We should hang out sometime.
<span style="color:cadetblue;">$playerName:</span> Bye.
//I can't help but wonder if this is really helping me.//
<</if>>
<<link "Continue">>
<<if $mascC is true>>
<<set $mascDefaultLevel1 to true>>
<<set $mascLevel1softsmileface1 to false>>
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>
<<set $mascLevel1softsmileface1 to false>>
<</if>>
<<goto "My Bedroom">>
<</link>>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $inledyaRel +=2>>\
<<set $cleanedThisWeek to true>>\
//I decide to clean my room. I take the mop from the closet and begin cleaning. //
<<if $onlyImages is true>> <img src="Images/Rework065update/Rework065update224.png" height=500 /> <<else>> <img src="Images/MainCharacter/cleaning-bedroom2.gif" width=400/><</if>>
//As I clean the room, I hear footsteps approaching.//
<span style="color:coral;">Inledya:</span> Well look at you $playerName.
<span style="color:coral;">Inledya:</span> The floor is so clean that it shines.
<span style="color:coral;">Inledya:</span> You even got the dust and dirt in the corners.
<img src="Images/Rework065update/Rework065update226.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Very well done.
//She comes closer and gives you a hug.//
//Pressing your face against her breasts, you feel the warmth.//
<span style="color:coral;">Inledya:</span> Good boy.
<span id="yes">
<<link "//After some time passes, she breaks the hug.//">>\
<<replace "#yes">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>> <img src="Images/Rework065update/Rework065update225.png" height=500 /> <<else>> <img src="Images/Rework065update/Rework065update226.webp" height=500 /><</if>>
<span style="color:coral;">Inledya:</span> You deserve to masturbate now $playerName.
<span style="color:coral;">Inledya:</span> Take out your manhood and stroke that.
<span style="color:coral;">Inledya:</span> Stroke that till it shoots out all that cum.
<span style="color:coral;">Inledya:</span> Do it $playerName.
<span style="color:coral;">Inledya:</span>Do it! Mhhhh.
<span id="what">
<<link "//Inledya....//">>
<<replace "#what">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update227.jpg" height=500 />
<span style="color:coral;">Inledya:</span> (mubles)
<span style="color:coral;">Inledya:</span> playerName?
<span style="color:cadetblue;">$playerName:</span> (blushes) Yeah?
<span style="color:coral;">Inledya:</span> I said potatoes or rice?
<span style="color:cadetblue;">$playerName:</span> Uh, rice?
<span style="color:coral;">Inledya:</span> Ok.
<span style="color:coral;">Inledya:</span> It'll be ready in a bit.
<span style="color:cadetblue;">$playerName:</span> Thanks Auntie.
//She leaves the room.//
//It happened again...//
//My mind just wandered off on its own.//
//And once again, the thought of her...//
//This is so wrong, isn't it?//
//But I can't stop thinking about her.//
//Stop it!//
//Get my self together.//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<</if>>\
[[Continue|My Bedroom][$time to advanceTime($time)]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1excersisingface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1excersisingface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $excerscidedBedroomToday to true>>\
<<set $strength ++>>\
//I get down on the floor and start doing pushups.//
//Only ten.//
//I can do it.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update228.png" height=500 /> <<else>><img src="Images/MainCharacter/workout3.gif"/><</if>>
//One...//
//Two...//
//...//
//Ten...//
<span id="pumpIt">
<<link "//Ok time to go//">>
<<if $mascC is true>>
<<set $mascDefaultLevel1 to true>>
<<set $mascLevel1excersisingface1 to false>>
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>
<<set $mascLevel1excersisingface1 to false>>
<</if>>
<<goto "My Bedroom">>
<</link>> | \
<<link "//I can do ten more ⏰💪//">>
<<replace "#pumpIt">>
//Just ten more.//
//I got this.//
//One...//
//Two...//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update228.png" height=500 /> <<else>><img src="Images/MainCharacter/workout3.gif"/><</if>>
//...//
//Ten...//
//Huh...//
//Hope it pays off.//
<<link "Ok time to go">>
<<if $mascC is true>>
<<set $mascDefaultLevel1 to true>>
<<set $mascLevel1excersisingface1 to false>>
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>
<<set $mascLevel1excersisingface1 to false>>
<</if>>
<<set $strength ++>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1sleepingface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1sleepingface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I feel so tired.//
<<if $onlyImages is true>> <img src="Images/Rework065update/Rework065update224.png" height=500 /> <<else>> <img src="Images/MainCharacter/character-bedroom-nap.gif"/> <</if>>
//I head and lay down on my bed.//
//And I fall asleep.//
//When I open my eyes I feel a bit more energetic.//
<<link "Continue">>
<<if $mascC is true>>
<<set $mascDefaultLevel1 to true>>
<<set $mascLevel1sleepingface1 to false>>
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>
<<set $mascLevel1sleepingface1 to false>>
<</if>>
<<set $time to advanceTime($time)>>
<<script>>reduceFever();<</script>>
<<goto "My Bedroom">>
<</link>><<set $cleanedThisWeek = false>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<</if>>\
<<timed 100ms>><<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>><</timed>>
//I make my way into the living room and I see Inledya cleaning the floor.//
<img src="Images/Rework065update/Rework065update191.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Morning $playerName.
<span style="color:cadetblue;">$playerName:</span> Morning.
<span style="color:cadetblue;">$playerName:</span> What happened?
<span style="color:coral;">Inledya:</span> The floor was sticky.
<span style="color:coral;">Inledya:</span> Maedhro spilled something on it yesterday and he didn't tell anyone.
<span style="color:cadetblue;">$playerName:</span> How do you know it was Maedhro?
//She doesn't reply.//
<span id="look">
<<link "//Instead, she gives you a who else it could have been look.//">>
<<replace "#look">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Instead, she gives you a "who else it could have been" look.//
<img src="Images/Rework065update/Rework065update192.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Right.
<span style="color:coral;">Inledya:</span> Well?
<span style="color:cadetblue;">$playerName:</span> Well, what?
<span style="color:coral;">Inledya:</span> Do you want to help or are you going to keep standing there and stare at me?
<span id="choice">
<<link "//Sure...//❤️">>
<<replace "#choice">>
<<set $inledyaRel ++>>\
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:coral;">Inledya:</span> (cute laugh)
<img src="Images/Rework065update/Rework065update193.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Then pick up a rag from the kitchen and come help.
<span style="color:coral;">Inledya:</span> (to herself) Gosh it's so sticky.
//You go and grab a rag from the kitchen make it wet and come back to help her.//
//You get down on your knees and start rubbing the floor being opposite to inledya.//
//As you are rubbing you-//
<span id="choice2">
<<link "//Check out her cleavage// 😈💜">>
<<replace "#choice2">>
<<set $corruption ++>>\
<<set $inledyaCorruption ++>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update194.jpg" height=500 />
//I see Inledyas breasts swinging side to side as she is rubbing the floor.//
//Wow...//
<span id="whatThe">
<<link "//It's kinda hypnotizing.//">>
<<replace "#whatThe">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> Yes.
<span style="color:coral;">Inledya:</span> You like my breasts $playerName?
<span style="color:coral;">Inledya:</span> Want to squeeze them?
<img src="Images/Rework065update/Rework065update195.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Want to masturbate to my pretty titties?
<span style="color:cadetblue;">$playerName:</span> I do.
<span id ="real">
<<link "//Suddenly, you hear Inledyas voice change.//">>
<<replace "#real">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update196.png" height=500 />
<span style="color:coral;">Inledya:</span> Do what?
//Oh...//
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:cadetblue;">$playerName:</span> Nothing.
//Shit. I should look at her face when talking to her.//
//I look up.//
//She blushes slightly.//
<img src="Images/Rework065update/Rework065update197.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Ok. Thank you $playerName.
//She stands up.//
<span style="color:coral;">Inledya:</span> Also, you are an adult now.
<span style="color:coral;">Inledya:</span> So please keep your room clean ok?
<span style="color:coral;">Inledya:</span> Just clean it once a week ok?
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:coral;">Inledya:</span> Ok. Thank you.
//She walks off.//
//You stay on the ground looking at the spot she was just on, reminiscing on her bouncing breasts.//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<</if>>
[[Continue|Living Room][$inledyaStory to 4, $time to advanceTime($time)]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Don't. And focus on rubbing //❤️">>
<<replace "#choice2">>
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<set $inledyaRel ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You focus on rubbing, but then she asks.//
<span style="color:coral;">Inledya:</span> Was the first day of the academy good?
<img src="Images/Rework065update/Rework065update198.jpg" height=500 />
//To which I raze my gaze and can't help but to look at her cleavage.//
<span style="color:cadetblue;">$playerName:</span> I'm sorry what?
<span style="color:coral;">Inledya:</span> I said.
<span id="hypno">
<<link "//Darn her breasts are so hypnotizing//">>
<<replace "#hypno">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> Do you like my breasts $playerName?
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update199.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Want to squeeze them?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Want to masturbate to my pretty titties?
<span style="color:cadetblue;">$playerName:</span> Ohh... I do.
<span id ="real">
<<link "//Suddenly, you hear Inledyas voice change.//">>
<<replace "#real">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update196.png" height=500 />
<span style="color:coral;">Inledya:</span> I do? What?
//Oh...//
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:cadetblue;">$playerName:</span> Sorry. It was good. Great.
//Shit. I should look at her face when talking to her.//
//I look up.//
//She blushes slightly.//
<img src="Images/Rework065update/Rework065update197.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Ok. Thank you $playerName for the help.
//She stands up.//
<span style="color:coral;">Inledya:</span> Oh. And also, you are an adult now.
<span style="color:coral;">Inledya:</span> So please keep your room clean ok?
<span style="color:coral;">Inledya:</span> Just clean it once a week ok?
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:coral;">Inledya:</span> Ok. Thank you.
//She walks off.//
//You stay on the ground looking at the spot she was just on, reminiscing on her bouncing breasts.//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<</if>>
[[Continue|Living Room][$inledyaStory to 4, $time to advanceTime($time)]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I'd rather stare //⛓️">>
<<replace "#choice">>
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<set $inledyaDomSub -->>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
<span style="color:cadetblue;">$playerName:</span> I'd rather stare.
<span style="color:coral;">Inledya:</span> Tsk..
//She takes the rag and throws it at you.//
//You see the rag coming for your head and you catch it in air.//
<span id="choice3">
<<link "//Throw the rag back at her// ⛓️">>
<<replace "#choice3">>
<<set $inledyaDomSub -->>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You throw the wet rag back at her.//
//She is not ready to catch it so it lands straight on her face.//
<img src="Images/Rework065update/Rework065update201.png" height=500 />
<span style="color:coral;">Inledya:</span> ...
//She takes the rag off and looks at you.//
<span style="color:coral;">Inledya:</span> Ah!
//The rag falls off her face after staying there for a couple of seconds.//
<span style="color:coral;">Inledya:</span> ...
<span style="color:cadetblue;">$playerName:</span> Fine! Fine.
//You'll go to the kitchen to get another rag to rub the floor.//
//You get down on your knees and start rubbing the floor being opposite to inledya.//
//As you are rubbing you-//
<span id="choice2">
<<link "//Check out her cleavage// 😈💜">>
<<replace "#choice2">>
<<set $corruption ++>>\
<<set $inledyaCorruption ++>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update202.jpg" height=500 />
//I see Inledyas breasts swinging side to side as she is rubbing the floor.//
//Wow...//
<span id="whatThe">
<<link "//It's kinda hypnotizing.//">>
<<replace "#whatThe">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> Yes.
<span style="color:coral;">Inledya:</span> You like my breasts $playerName?
<span style="color:coral;">Inledya:</span> Want to squeeze them?
<img src="Images/Rework065update/Rework065update203.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Want to masturbate to my pretty titties?
<span style="color:cadetblue;">$playerName:</span> I do.
<span id ="real">
<<link "//Suddenly, you hear Inledyas voice change.//">>
<<replace "#real">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update196.png" height=500 />
<span style="color:coral;">Inledya:</span> Do what?
//Oh...//
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:cadetblue;">$playerName:</span> Nothing.
//Shit. I should look at her face when talking to her.//
//I look up.//
//She blushes slightly.//
<img src="Images/Rework065update/Rework065update197.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Ok. Thank you $playerName.
//She stands up.//
<span style="color:coral;">Inledya:</span> Also, you are an adult now.
<span style="color:coral;">Inledya:</span> So please keep your room clean ok?
<span style="color:coral;">Inledya:</span> Just clean it once a week ok?
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:coral;">Inledya:</span> Ok. Thank you.
//She walks off.//
//You stay on the ground looking at the spot she was just on, reminiscing on her bouncing breasts.//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<</if>>
[[Continue|Living Room][$inledyaStory to 4, $time to advanceTime($time)]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Don't. And focus on rubbing //❤️">>
<<replace "#choice2">>
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<set $inledyaRel ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You focus on rubbing, but then she asks.//
<img src="Images/Rework065update/Rework065update205.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Was the first day of the academy good?
//To which I raze my gaze and can't help but to look at her cleavage.//
<span style="color:cadetblue;">$playerName:</span> I'm sorry what?
<span style="color:coral;">Inledya:</span> I said.
<span id="hypno">
<<link "//Darn her breasts are so hypnotizing//">>
<<replace "#hypno">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> Do you like my breasts $playerName?
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update206.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Want to squeeze them?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Want to masturbate to my pretty titties?
<span style="color:cadetblue;">$playerName:</span> Ohh... I do.
<span id ="real">
<<link "//Suddenly, you hear Inledyas voice change.//">>
<<replace "#real">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update196.png" height=500 />
<span style="color:coral;">Inledya:</span> I do? What?
//Oh...//
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:cadetblue;">$playerName:</span> Sorry. It was good. Great.
//Shit. I should look at her face when talking to her.//
//I look up.//
//She blushes slightly.//
<img src="Images/Rework065update/Rework065update197.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Ok. Thank you $playerName for the help.
//She stands up.//
<span style="color:coral;">Inledya:</span> Oh. And also, you are an adult now.
<span style="color:coral;">Inledya:</span> So please keep your room clean ok?
<span style="color:coral;">Inledya:</span> Just clean it once a week ok?
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:coral;">Inledya:</span> Ok. Thank you.
//She walks off.//
//You stay on the ground looking at the spot she was just on, reminiscing on her bouncing breasts.//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<</if>>
[[Continue|Living Room][$inledyaStory to 4, $time to advanceTime($time)]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Fine... I'll help //❤️">>
<<replace "#choice3">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<set $inledyaRel ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Fine.
<span style="color:cadetblue;">$playerName:</span> I'll help.
//You get down to start rubbing the floor to which Inledya takes the rug from your hands.//
<span style="color:cadetblue;">$playerName:</span> Wha...
<img src="Images/Rework065update/Rework065update208.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Go get your own rag.
//Darn it, now I have to get up, walk to the kitchen, and comeback.//
<span style="color:cadetblue;">$playerName:</span> Ughhh...
<span style="color:coral;">Inledya:</span> Hehe.
//You'll go to the kitchen to get another rag to rub the floor.//
//You get down on your knees and start rubbing the floor being opposite to inledya.//
//As you are rubbing you-//
<span id="choice2">
<<link "//Check out her cleavage// 😈💜">>
<<replace "#choice2">>
<<set $corruption ++>>\
<<set $inledyaCorruption ++>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update205.jpg" height=500 />
//I see Inledyas breasts swinging side to side as she is rubbing the floor.//
//Wow...//
<span id="whatThe">
<<link "//It's kinda hypnotizing.//">>
<<replace "#whatThe">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> Yes.
<span style="color:coral;">Inledya:</span> You like my breasts $playerName?
<span style="color:coral;">Inledya:</span> Want to squeeze them?
<img src="Images/Rework065update/Rework065update203.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Want to masturbate to my pretty titties?
<span style="color:cadetblue;">$playerName:</span> I do.
<span id ="real">
<<link "//Suddenly, you hear Inledyas voice change.//">>
<<replace "#real">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update196.png" height=500 />
<span style="color:coral;">Inledya:</span> Do what?
//Oh...//
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:cadetblue;">$playerName:</span> Nothing.
//Shit. I should look at her face when talking to her.//
//I look up.//
//She blushes slightly.//
<img src="Images/Rework065update/Rework065update197.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Ok. Thank you $playerName.
//She stands up.//
<span style="color:coral;">Inledya:</span> Also, you are an adult now.
<span style="color:coral;">Inledya:</span> So please keep your room clean ok?
<span style="color:coral;">Inledya:</span> Just clean it once a week ok?
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:coral;">Inledya:</span> Ok. Thank you.
//She walks off.//
//You stay on the ground looking at the spot she was just on, reminiscing on her bouncing breasts.//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<</if>>
[[Continue|Living Room][$inledyaStory to 4, $time to advanceTime($time)]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Don't. And focus on rubbing //❤️">>
<<replace "#choice2">>
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<set $inledyaRel ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You focus on rubbing, but then she asks.//
<img src="Images/Rework065update/Rework065update202.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Was the first day of the academy good?
//To which I raze my gaze and can't help but to look at her cleavage.//
<span style="color:cadetblue;">$playerName:</span> I'm sorry what?
<span style="color:coral;">Inledya:</span> I said.
<span id="hypno">
<<link "//Darn her breasts are so hypnotizing//">>
<<replace "#hypno">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> Do you like my breasts $playerName?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Want to squeeze them?
<img src="Images/Rework065update/Rework065update199.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Want to masturbate to my pretty titties?
<span style="color:cadetblue;">$playerName:</span> Ohh... I do.
<span id ="real">
<<link "//Suddenly, you hear Inledyas voice change.//">>
<<replace "#real">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update196.png" height=500 />
<span style="color:coral;">Inledya:</span> I do? What?
//Oh...//
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:cadetblue;">$playerName:</span> Sorry. It was good. Great.
//Shit. I should look at her face when talking to her.//
//I look up.//
//She blushes slightly.//
<img src="Images/Rework065update/Rework065update197.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Ok. Thank you $playerName for the help.
//She stands up.//
<span style="color:coral;">Inledya:</span> Oh. And also, you are an adult now.
<span style="color:coral;">Inledya:</span> So please keep your room clean ok?
<span style="color:coral;">Inledya:</span> Just clean it once a week ok?
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:coral;">Inledya:</span> Ok. Thank you.
//She walks off.//
//You stay on the ground looking at the spot she was just on, reminiscing on her bouncing breasts.//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1scaredface1 to false>>\
<</if>>
[[Continue|Living Room][$inledyaStory to 4, $time to advanceTime($time)]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>><<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>><</timed>>\
//I wake up and hear screaming coming from the bathroom.//
//I walk towards the noise and I find Maedhro screaming and yelling.//
<img src="Images/Rework065update/Rework065update210.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> (yawn) What's wrong, Maedhro?
//He is holding his jaw with both of his hands.//
<span style="color:chartreuse;">Maedhro: </span> AHHHHH!!!
<span style="color:cadetblue;">$playerName:</span> What's wrong?
<span id="why">
<<link "//He turns towards me and drops his hands, revealing his jaw.//">>
<<replace "#why">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update211.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> What the...
//His jaw looks soo smooth and clean.//
//Too smooth...//
<span style="color:cadetblue;">$playerName:</span> Did you shave your jaw??
<span style="color:chartreuse;">Maedhro: </span> YES!
//I hear footsteps approaching the bathroom.//
<span style="color:coral;">Inledya:</span> What's going on?
<span id="inledya">
<<link "//Inledya comes into the bathroom with her morning robe on.//">>
<<replace "#inledya">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update212.jpg" height=500 />
<span style="color:coral;">Inledya:</span> (gasps) What did you do to your face, Maedhro?
<span style="color:cadetblue;">$playerName:</span> He shaved it.
<span style="color:coral;">Inledya:</span> What!?
<span style="color:coral;">Inledya:</span> With what?
//Maedhro picks up the razor.//
<span style="color:chartreuse;">Maedhro: </span> With this.
//Inledya face palms her face.//
<span style="color:coral;">Inledya:</span> With that!!
<span style="color:chartreuse;">Maedhro: </span> Yes.
<span style="color:chartreuse;">Maedhro: </span> What's wrong with using that??
<span style="color:coral;">Inledya:</span> It's meant for women Maedhro.
<img src="Images/Rework065update/Rework065update219.jpg" height=500 />
<span style="color:coral;">Inledya:</span> I bought it from the market the other day.
<span style="color:coral;">Inledya:</span> It's enchanted with magic that makes the skin really smooth.
<span style="color:coral;">Inledya:</span> It's only to be used to shave legs for women.
<span style="color:chartreuse;">Maedhro: </span> W-what?
<span id="choice">
<<link "//Laugh at Maedhro //⛓️">>
<<replace "#choice">>
<<set $maedhroDomSub -->>\
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1laughingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Pffttt...
<span style="color:cadetblue;">$playerName:</span> Hahahaha!!!
<img src="Images/Rework065update/Rework065update213.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> It's not funny.
<span style="color:chartreuse;">Maedhro: </span> I wanted to shave my facial hair.
<span style="color:coral;">Inledya:</span> Maedhro...
<span style="color:cadetblue;">$playerName:</span> Hehe.
<span style="color:cadetblue;">$playerName:</span> You didn't even need to shave your facial hair in the first place.
<span style="color:chartreuse;">Maedhro: </span> Stop it it's not funny.
<span style="color:chartreuse;">Maedhro: </span> My face looks almost like a girls now.
<span style="color:cadetblue;">$playerName:</span> Hahaha.
//Inledya slaps you on the head.//
<span style="color:coral;">Inledya:</span> Stop it $playerName.
<span style="color:coral;">Inledya:</span> It's going to be fine, Maedhro.
<span style="color:coral;">Inledya:</span> The effect lasts only a couple of months.
<span style="color:chartreuse;">Maedhro: </span> Couple of months!!
<span style="color:cadetblue;">$playerName:</span> Hahahaha
<img src="Images/Rework065update/Rework065update214.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> STOP LAUGHING.
<span style="color:coral;">Inledya:</span> That's enough $playerName.
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> Sorry.
<span style="color:chartreuse;">Maedhro: </span> How long exactly?
<span style="color:coral;">Inledya:</span> Up to six months.
<span style="color:chartreuse;">Maedhro: </span> SIX MONTHS??
<span style="color:cadetblue;">$playerName:</span> HAHAHAHA
<img src="Images/Rework065update/Rework065update215.jpg" height=500 />
<span style="color:coral;">Inledya:</span> $playerName just leave.
<span style="color:cadetblue;">$playerName:</span> Ok-ok.
//You make your way out of the bathroom.//
//Oh, Maedhro.//
//How can these things only happen to you?//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1laughingface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1laughingface1 to false>>\
<</if>>\
[[Continue|My Bedroom][$maedhroStory to 2]]
<</replace>>
<</link>> | \
<<link "//Comfort Maedhro //❤️">>
<<replace "#choice">>
<<set $maedhroRel ++>>\
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Oh boy....
<span style="color:chartreuse;">Maedhro: </span> ...
<span style="color:chartreuse;">Maedhro: </span> I just wanted to shave my facial hair.
<span style="color:chartreuse;">Maedhro: </span> My face looks almost like a girls now.
<img src="Images/Rework065update/Rework065update216.png" height=500 />
<span style="color:coral;">Inledya:</span> Maedhro...
<span style="color:cadetblue;">$playerName:</span> It's going to be fine Maedhro.
<span style="color:cadetblue;">$playerName:</span> I'm sure it's going to be for only a week...
//You look at Inledya and she is not saying anything.//
<img src="Images/Rework065update/Rework065update220.jpg" height=500 />
<span style="color:chartreuse;">Maedhro: </span> Inledya?
<span style="color:coral;">Inledya:</span> (evasive) It's a couple of months..
<span style="color:chartreuse;">Maedhro: </span> Couple of months?
<span style="color:chartreuse;">Maedhro: </span> What's that supposed to mean?
<span style="color:chartreuse;">Maedhro: </span> How long exactly?
<span style="color:coral;">Inledya:</span> (sighs)....
<span style="color:coral;">Inledya:</span> Up to six months.
<img src="Images/Rework065update/Rework065update217.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> SIX MONTHS!!
<span style="color:cadetblue;">$playerName:</span> Don't worry, Maedhro.
<span style="color:cadetblue;">$playerName:</span> It's going to be fine in the end.
<span style="color:chartreuse;">Maedhro: </span> Shut up!
<span style="color:chartreuse;">Maedhro: </span> I want to die.
<span style="color:coral;">Inledya:</span> Oh, come here, you big baby.
//As Inledya embraces Maedhro.//
<img src="Images/Rework065update/Rework065update218.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> Why is it always me....
//Well, it looks like Inledya got it covered.//
//I should make my leave.//
//It's a good question, though.//
//It's always Maedhro who gets himself into these situations.//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
[[Continue|My Bedroom][$maedhroStory to 2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $excerscidedWithMaedhro to false>>\
<<set $excerscidedBedroomToday to false>>\
//As I walk in the hallway, I hear noises coming from Maedhro's bedroom.//
//What the heck is going on?//
<span id="workout">
<<link "//I open the door and the sight makes me freeze.//">>
<<replace "#workout">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update221.png" height=500 />
//Maedhro is exercising in his room.//
<span style="color:chartreuse;">Maedhro: </span> Th-th-th-threee....
<span style="color:chartreuse;">Maedhro: </span> Fo-fo-fo-four...
<span style="color:chartreuse;">Maedhro: </span> Fi-fi-five...
//And he collapses onto the floor.//
<span style="color:cadetblue;">$playerName:</span> What are you doing?
<span id="not">
<<link "//He notices you.//">>\
<<replace "#not">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1bitsadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update222.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> $playerName!
<span style="color:chartreuse;">Maedhro: </span> What does it look like?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro: </span> I'm working out.
<span style="color:cadetblue;">$playerName:</span> Yeah, but why here?
<span style="color:cadetblue;">$playerName:</span> There's a gym in the academy.
<span style="color:chartreuse;">Maedhro: </span> ...
<span style="color:chartreuse;">Maedhro: </span> (evasive) I don't want to work out there.
<span style="color:cadetblue;">$playerName:</span> ...
//Once again, he seems to be evasive.//
<span id="why">
<<link "//I shouldn't let him get away with it this time.//">>
<<replace "#why">>
<<set $mascLevel1bitsadface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Why?
<span style="color:chartreuse;">Maedhro: </span> Be-Because.
<span style="color:chartreuse;">Maedhro: </span> Look at me, $playerName.
<span style="color:chartreuse;">Maedhro: </span> If I were to work out there, everyone would just laugh at me.
<span style="color:chartreuse;">Maedhro: </span> I could barely do 5 pushups.
<span style="color:chartreuse;">Maedhro: </span> It would be embarrassing.
<span style="color:chartreuse;">Maedhro: </span> I'll just keep working out here.
<span style="color:chartreuse;">Maedhro: </span> Until I'm ready to workout anywhere else.
//He looks down, embarrassed of what he had just said to you.//
<img src="Images/Rework065update/Rework065update223.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> At least you are working out.
<span style="color:cadetblue;">$playerName:</span> Unlike me.
//He looks up at you.//
//An idea pops into his head.//
<span style="color:chartreuse;">Maedhro: </span> Want to workout with me then?
<span id="sse">
<<link "//Why not.//">>
<<replace "#sse">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Yeah sure.
//You get next to him and you both do pushups.//
//After some time.//
<span style="color:chartreuse;">Maedhro: </span> That was great.
<span style="color:chartreuse;">Maedhro: </span> I think I beat my own record.
//I'm panting hard.//
<span style="color:cadetblue;">$playerName:</span> Huh...
<span style="color:cadetblue;">$playerName:</span> Great...
<img src="Images/Rework065update/Rework065update224.jpg" height=500 />
<span style="color:chartreuse;">Maedhro: </span> We should keep doing this.
<span style="color:cadetblue;">$playerName:</span> Sure...
<span style="color:cadetblue;">$playerName:</span> Yeah...
<span style="color:cadetblue;">$playerName:</span> (panting) Maybe we should...
<span style="color:chartreuse;">Maedhro: </span> Great!
<span style="color:chartreuse;">Maedhro: </span> I'll go and have a quick shower.
//He leaves.//
//You know what? Maybe working out isn't such a bad idea after all. I should keep at it. I could workout in my room or with Maedhro when I find the time.//
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<</if>>\
[[Continue|My Bedroom][$maedhroStory to 3]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I go to see Maedhro.//
//As I open the door.//
<span style="color:chartreuse;">Maedhro: </span> F-f-f-f-f-f-five.
//And he collapses onto the floor.//
<img src="Images/Rework065update/Rework065update711.jpg" height=500 />
<span style="color:chartreuse;">Maedhro: </span> (pants)... (pants)...
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:chartreuse;">Maedhro: </span> Hey $playerName!
<span style="color:chartreuse;">Maedhro: </span> Want to join in?
<span id="choice">
<<link "//Sure //💪❤️⏰">>
<<replace "#choice">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1excersisingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Sure
<span style="color:cadetblue;">$playerName:</span> I'll join.
<span style="color:chartreuse;">Maedhro: </span> Really?!
<span style="color:chartreuse;">Maedhro: </span> I knew you would say yes.
<span style="color:chartreuse;">Maedhro: </span> Here.
<span style="color:chartreuse;">Maedhro: </span> We'll do pushups ok?
<span style="color:cadetblue;">$playerName:</span> Sure.
//I sit next to him on the ground and we start doing pushups.//
<img src="Images/Rework065update/Rework065update712.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> One!
<span style="color:chartreuse;">Maedhro: </span> One!
<span style="color:cadetblue;">$playerName:</span> Two!
<span style="color:chartreuse;">Maedhro: </span> T-two!
//After the workout.//
<span style="color:chartreuse;">Maedhro: </span> Thanks so much $playerName.
<span style="color:chartreuse;">Maedhro: </span> It's so much better if you join in.
<span style="color:chartreuse;">Maedhro: </span> We should totally work out together again.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> Definetely.
<span style="color:cadetblue;">$playerName:</span> See ya.
<img src="Images/Rework065update/Rework065update713.jpg" height=500 />
<span style="color:chartreuse;">Maedhro: </span> Bye!
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1excersisingface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1excersisingface1 to false>>\
<</if>>\
<<set $excerscidedWithMaedhro to true>>\
<<set $maedhroRel ++>>\
<<set $strength ++>>\
<<set $time to advanceTime($time)>>
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Actually something came up. But keep going Maedhro // ❤️">>
<<replace "#choice">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Emm...
<span style="color:cadetblue;">$playerName:</span> I can't right now.
<span style="color:chartreuse;">Maedhro: </span> Oh.
<span style="color:cadetblue;">$playerName:</span>But keep up the good work ok!
<span style="color:cadetblue;">$playerName:</span> I belive in you!
<img src="Images/Rework065update/Rework065update714.jpg" height=500 />
<span style="color:chartreuse;">Maedhro: </span>Thanks.
<span style="color:chartreuse;">Maedhro: </span> See you later then.
<span style="color:cadetblue;">$playerName:</span> Yeah see ya.
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<</if>>\
<<set $excerscidedWithMaedhro to true>>\
<<set $maedhroRel ++>>\
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>>
</span><<nobr>>
<<if $mascC is true and $mainStory lt 4>>
<<if $mascLevel1blushface1 is true>>
<<set $mascLevel1blushface1 to false>>
<<set $mascLevel1cummingface1 to true>>
<<elseif $mascLevel2blushface1 is true and $mainStory gte 4>>
<<set $mascLevel2blushface1 to false>>
<<set $mascLevel2cummingface1 to true>>
<</if>>
<<elseif $femC is true>>
<<if $mascLevel1blushface1 is true>>
<<set $mascLevel1blushface1 to false>>
<<set $mascLevel1cummingface1 to true>>
<</if>>
<<if $mascLevel2blushface1 is true>>
<<set $mascLevel2blushface1 to false>>
<<set $mascLevel2cummingface1 to true>>
<</if>>
<</if>>
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
<</timed>>
<<set $readPornComicToday to true>>
<<set $pornMagLvl1 ++>>
<<set $corruption ++>>
<</nobr>>
<<set $level1cat = [1,2,3]>>\
<<set $choice = $level1cat.random()>>\
<<if $choice is 1>>\
//I sit on the bed and take my dick out.//
//I start stroking myself while I read.//
//The girl on the page is so cute.//
<img src="Images/Rework065update/Rework065update232.jpg" height=500 />
//With her loose orange hair.//
//And her medium chest.//
//Mmm...//
//So cute.//
//Her purple eyes...//
//Ahhh...//
<img src="Images/Rework065update/Rework065update233.jpg" height=500 />
//Out on the woods....//
//Mhhhh....//
//She looks straight at me.//
//With her inviting eyes.//
//Ahhhh//
//I cant.//
<img src="Images/Rework065update/Rework065update234.jpg" height=500 />
//Now her breasts are fully visible.//
//Ahhhh...//
//Mmmm//
//I can't take this anymore.//
<img src="Images/Rework065update/Rework065update235.jpg" height=500 />
//I start jerking faster.//
//My legs tremble.//
//My hand moves faster.//
//And then it happens.//
//I cum.//
//Ahhh//
//It was so good.//
//The feeling of release.//
//Mhhh...//
//I need a moment to gather myself.//
<<elseif $choice is 2>>\
//I sit on the bed and take my dick out.//
//I start stroking myself while I read.//
//This girl looks so hot.//
<img src="Images/Rework065update/Rework065update236.jpg" height=500 />
//With her blonde hair that goes red at the ends.//
//Ahhh//
//That pose looks so hot.//
//Mmmm//
//I look at the next image.//
<img src="Images/Rework065update/Rework065update237.jpg" height=500 />
//Now she only has sexy panties on and a short t-shirt.//
//Ahhh//
//Does she have a bra underneath that?//
//Looks like she dosne't.//
//I look at the next image of her and now she has no top on her at all.//
<img src="Images/Rework065update/Rework065update238.jpg" height=500 />
//Just her panties//
//Ahhh...//
//Mmmm//
//This is too much.//
//I can't take it anymore.//
//I jerk myself faster.//
//Ahhh...//
<img src="Images/Rework065update/Rework065update239.jpg" height=500 />
//Yes.//
//I can't stop.//
//My legs tremble.//
//My hand moves fast.//
//And then it happens.//
//Ahhh..//
//Cumming!//
//It feels so good.//
//Mmmm...//
<<elseif $choice is 3>>\
//I sit on the bed and take my dick out.//
//I start stroking myself while reading.//
//What is this?//
//I look at the page.//
<img src="Images/Rework065update/Rework065update240.jpg" height=500 />
//A young girl with brown hair is lying on her bed.//
//She looks so beatiful//
//Her yellow eyes.//
//Mhhhh//
//I look at the next page.//
<img src="Images/Rework065update/Rework065update241.jpg" height=500 />
//She is now on the bed on all fours.//
//Just looking straight at me.//
//Mhhh//
//I turn the page.//
//Now her tits are on display//
<img src="Images/Rework065update/Rework065update242.jpg" height=500 />
//Ahhh//
//Everything looks so beautiful.//
//Her face.//
//Her lips.//
//Her white panties//
//Her pink nipples.//
//Mmm//
//I can't take it anymore.//
//My hand starts moving faster.//
//I have no control over it.//
//It moves so fast.//
//Oh no//
<img src="Images/Rework065update/Rework065update243.jpg" height=500 />
//I'm going to cum.//
//It's too much//
//My legs shake//
//Ahhhhh....//
<</if>>
<<link "Continue">>
<<if $mascC is true>>
<<if $mainStory lt 4>>
<<set $mascDefaultLevel1 to true>>
<<elseif $mainStory gte 4>>
<<set $mascDefaultLevel2 to true>>
<</if>>
<<set $mascLevel2cummingface1 to false>>
<<elseif $femC is true>>
<<if $mainStory lt 4>>
<<set $mascDefaultLevel1 to true>>
<<elseif $mainStory gte 4>>
<<set $mascDefaultLevel2 to true>>
<</if>>
<<set $mascLevel2cummingface1 to false>>
<</if>>
<<set $time to advanceTime($time)>>
<<script>>reduceFever();<</script>>
<<goto "My Bedroom">>
<</link>><<set $currentLocation = "Herbology classroom">>
<<if $day is "Monday">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/herbiology-classroom-early-morning.jpg')">>\
<<elseif $day is "Tuesday">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/herbiology-classroom-morning.jpg')">>\
<<elseif $day is "Wednesday">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/herbiology-classroom-afternoon.jpg')">>\
<<elseif $day is "Thursday">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/herbiology-classroom-morning.jpg')">>\
<<elseif $day is "Friday">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/herbiology-classroom-early-morning.jpg')">>\
<</if>>\
<div class="description-box-herbology-intro">\
You are in your Herbology classroom.
<<if $time eq "Early Morning">>\
//The room is gently bathed in the soft morning light, creating a cozy and inviting atmosphere.//
<<elseif $time eq "Morning">>\
//As the morning sun streams through the window, the room is filled with a gentle, comforting warmth.//
<<elseif $time eq "Afternoon">>\
//Herbology is in the early morning, morning and afternoon.//
<<elseif $time eq "Evening">>\
//Herbology is in the early morning, morning and afternoon.//
<<else>>\
//It's night, and the room is illuminated by the silvery light of the moon, enveloping it in a serene and peaceful aura.//
<</if>>\
</div>
<div class="description-box-herbology">\
Interactions:
<<if $beenInHerbologyClassToday is false>>\
<<if $beforeClassInteractionToday is false>>\
[[There are some people in the class|BeforeClassLvl0]]
<</if>>
[[Start the class ⏰|HerbologyClass]]
<<elseif $beenInHerbologyClassToday is true and $afterClassInteractionToday is false and $time neq "Night">>
[[Class has ended there are some people in the class still|AfterClassLvl0]]
<</if>>\
<<if $afterClassInteractionToday is true>>\
<span style="color:coral;">//Classroom is empty. I should <span style="font-weight:bold;">head out</span>//.</span>
<</if>>\
<<if $cecilyStory is 9 and $phillipaStory gte 7>>\
Event: [[Where is Cecily?|CecilyStory9]]
<</if>>\
</div>\
<div class="navigation-box">
Go to:
[[Hallway|Academy Hallway]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-herbology-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-herbology {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-herbology-intro,
.description-box-herbology,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<set $currentLocation = "Library">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/library.jpg')">>
<div class="description-box-academy-library-intro">
//You are in the library.
So this is the biggest library in whole of Imeria. No wonder people want to come study at this academy.//
</div>
<div class="description-box-library">\
Interactions:
[[Spend time in the library ⏰|LVL0LibraryInteractions]]
[[Librarian's Desk]]
[[Go to Private Study Hall 1|Private Study Hall 1]]
[[Go to Private Study Hall 2|Private Study Hall 2]]
[[Go to Private Study Hall 3|Private Study Hall 3]]
<<if $mascC is true and $time is "Evening" and $cecilyStory is 5>>\
[[Event:Cecily helps out in the library|Cecily story 5 masc routes]]
<<elseif $mascC is true and $time is "Evening" and $cecilyStory is 7>>\
[[Event: Did she find something that could help?|Cecily story 7 masc routes]]
<<elseif $femC is true and $time is "Evening" and $cecilyStory is 5>>\
[[Event:Cecily helps out in the library|Cecily story 5 fem routes]]
<<elseif $femC is true and $time is "Evening" and $cecilyStory is 7>>\
[[Event: Did she find something that could help?|Cecily story 7 fem routes]]
<</if>>\
<<if $mascC is true and $time is "Evening" and $alarielStory is 5>>\
[[Event: Alariel in the library|Alariel Story5 mascs]]
<<elseif $femC is true and $time is "Evening" and $alarielStory is 5>>\
[[Event: Alariel in the library|Alariel Story5 fems]]
<</if>>\
<<if $mascC is true and $cecilyStory gte 8 and $rowenaStory is 0>>\
[[Event: Rowena seems bored|Rowena Story 0 MASCS]]
<</if>>\
<<if $femC is true and $cecilyStory gte 8 and $rowenaStory is 0>>\
[[Event: Rowena seems bored|Rowena Story 0 FEMS]]
<</if>>\
<<if $femC is true>>\
<<if $rowenaStory is 1 and $rowenaRel gte 8 and $time is "Morning">>\
[[Event: Where is Rowena?|RowenaStory2FEMS]]
<</if>>\
<<elseif $mascC is true>>\
<<if $rowenaStory is 1 and $rowenaRel gte 8 and $time is "Morning">>\
[[Event: Where is Rowena?|RowenaStory2MASCS]]
<</if>>\
<</if>>\
<<if $time is "Evening" and ($day is "Monday" or $day is "Tuesday" or $day is "Wednesday") and $cecilyStory gte 6>>\
<<if $femC is true>>\
<<if $cecilySub gt $cecilyDom>>\
[[Cecily helps out|Cecily SubFem BJ]] | \
<<elseif $cecilyDom gte $cecilySub>>\
[[Cecily helps out|Cecily RomFem]] | \
<</if>>\
<<elseif $mascC is true>>\
<<if $cecilyDom gt $cecilySub>>\
[[Cecily helps out|Cecily MascDom route]] | \
<<elseif $cecilySub gte $cecilyDom>>\
[[Cecily helps out|Cecily MascRom route]] | \
<</if>>\
<</if>>\
<</if>>\
<<if $mascC is true and $rowenaStory gte 1>>\
[[Talk to Rowena|Talking to Rowena MASCS]] | \
<</if>>\
<<if $mascC is true and $rowenaStory gte 2 and $rowenaSub gte $rowenaDom and $rowenaSub gte $rowenaDeg>>\
[[Rowena BJ|BJ Rowena MASCROM]] | \
<</if>>\
<<if $mascC is true and $rowenaStory gte 2 and $rowenaDom gte $rowenaSub and $rowenaDom gte $rowenaDeg>>\
[[Rowena BJ|BJ Rowena MASCDOM]] | \
<</if>>\
<<if $femC is true and $rowenaStory gte 1>>\
[[Read some Porn Comics|Reading Porn Comics FEMS]] | \
<</if>>\
<<if $femC is true and $rowenaStory gte 2 and $rowenaDom gt $rowenaSub and $rowenaDom gt $rowenaDeg>>\
[[Rowena BJ|Rowena BJ FEMROM]] | \
<</if>>\
<<if $femC is true and $rowenaStory gte 2 and $rowenaDeg gt $rowenaDom and $rowenaDeg gt $rowenaSub>> \
[[Rowena BJ|Rowena Using you FEMDEG]] | \
<</if>>\
<<if $femC is true and $rowenaStory gte 2 and $rowenaSub gt $rowenaDom and $rowenaSub gt $rowenaDeg>>\
[[Spying on Rowena (BJ)|Rowena Blowing SUBNTR]] | \
<</if>>
</div>
<div class="navigation-box">
Go back to:
[[Academy Hallway]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-academy-library-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-library {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-library-intro,
.description-box-library,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style>
<<set $pornMaglvl1 = 0>>
<<set $pornMagLvl2 = 0 >>
<<set $porncomic = 0>>
[[Go back|Academy Hallway]]<<set $beenInHerbologyClassToday to true>>\
//Philippa walks in front of the class and faces us.//
<span style="color:orangered;">Philippa:</span> Good morning everyone.
<span style="color:orangered;">Philippa:</span> Let's start.
<<if $philippaStory is 0>>
[[Event: Philippa adresses the class|PhilippaStory1]]
<<else>>
<<if $cecilyRelLevel1check is true and $cecilyStory is 0>>
[[Event: Cecily seems off?|cecilyStory1]]
<</if>>
<<if $day neq "Friday">>
[[Pay attention in class 🧠⏰]] | [[Talk to Cecily ❤️⏰]]
<<elseif $day is "Friday" and $philippaStory gte 1>>
[[Today is a test❤️ (❤️❤️❤️)]]
<</if>>\
<</if>>\<<set $time to advanceTime($time)>>\
<<set $intelligence ++>>\
<<set $lectures = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]>>\
<<set $setlecture = $lectures.random()>>\
<<if $setlecture is 1>>\
//I sit up and focus on the lesson.//
<span style="color:orangered;">Philippa:</span> The first rule of herbology is.
<span style="color:orangered;">Philippa:</span> To never.
<span style="color:orangered;">Philippa:</span> Under any circumstance.
<span style="color:orangered;">Philippa:</span> Mix herbs if you cannot identify them with absolute certainty.
<img src="Images/Rework065update/Rework065update244.jpg" width=500 />
<span style="color:orangered;">Philippa:</span> I cannot stress this enough. Even <span style="font-weight: bold">common herbs can become deadly</span>.
<span style="color:orangered;">Philippa:</span> Everyone following?
<span style="color:orangered;">Philippa:</span> What's the first rule of herbology?
Class: To never mix herbs together if you don't know what they are.
<span style="color:orangered;">Philippa:</span> Good.
<span style="color:orangered;">Philippa:</span> Today we will talk about Gerynaly.
<span style="color:orangered;">Philippa:</span> It's a type of herb that can grow anywhere.
<span style="color:orangered;">Philippa:</span> In the wilds, forests, cities.
<span style="color:orangered;">Philippa:</span> (continues the lecture on Gerynaly)
<<elseif $setlecture is 2>>\
//I sit up and focus on the lesson.//
<span style="color:orangered;">Philippa:</span> Today, we are going to talk about Lipta.
<img src="Images/Rework065update/Rework065update245.png" width=500 />
<span style="color:orangered;">Philippa:</span> What is Lipta?
Classroom: ...
<span style="color:orangered;">Philippa:</span> ...
<span style="color:orangered;">Philippa:</span> Extra credit goes to whoever finds the answer.
//(Cecily immediately raises her hand)//
<span style="color:orangered;">Philippa:</span> Go ahead.
<img src="Images/Rework065update/Rework065update258.png" width=500 />
<span style="color:salmon;">Cecily:</span> Lipta is <span style="font-weight: bold">known as the 'Dream Touch' herb.</span> It induces sleep, but unlike traditional sleeping potions, it only works through direct skin contact.
<span style="color:orangered;">Philippa:</span> Where on the skin?
<span style="color:salmon;">Cecily:</span> Thinnest part's.
<span style="color:orangered;">Philippa:</span> Which are?
<span style="color:salmon;">Cecily:</span> Face or genitalia.
<span style="color:orangered;">Philippa:</span> Correct.
<span style="color:orangered;">Philippa:</span> Now another thing about Lipta is (she continues the lecture about Lipta).
<<elseif $setlecture is 3>>\
//I sit up and focus on the lesson.//
<img src="Images/Rework065update/Rework065update246.png" width=500 />
<span style="color:orangered;">Philippa:</span> As established, when mixing a herb, its properties can vary depending on what other herbs you mix it.
<span style="color:orangered;">Philippa:</span> Which plant is considered the most versatile when it comes to absorbing and transforming properties?
<span style="color:salmon;">Cecily:</span> (quietly to you) Roses.
<span style="color:orangered;">Philippa:</span>Anyone?
<img src="Images/Rework065update/Rework065update259.jpg" width=500 />
<span style="color:#ff66ff;">Freya:</span> Roses.
<span style="color:orangered;">Philippa:</span> Correct Freya.
<span style="color:orangered;">Philippa:</span> <span style="font-weight: bold">Roses are extremely tolerant.</span> Not only where they can grow but also what effects they can imbed onto themselves.
<span style="color:orangered;">Philippa:</span> Now.
<span style="color:orangered;">Philippa:</span> Roses are also (she continues the lecture about roses).
<<elseif $setlecture is 4>>\
//I sit up and focus on the lesson.//
<img src="Images/Rework065update/Rework065update247.jpg" width=500 />
<span style="color:orangered;">Philippa:</span> Let's talk about Wolfsbane.
<span style="color:orangered;">Philippa:</span> Why must this plant always be harvested at midnight?
<span style="color:#ff66ff;">Freya:</span> Because that's when its poison is weakest?
<span style="color:orangered;">Philippa:</span> Incorrect.
<img src="Images/Rework065update/Rework065update260.png" width=500 />
<span style="color:#66ff66;">Maeris:</span> Because at midnight, <span style="font-weight: bold">Wolfsbane reveals its true color - silver - </span>which tells us which parts are safe to handle.
<span style="color:orangered;">Philippa:</span> Yes exactly.
<span style="color:orangered;">Philippa:</span> The silver glow also indicates...
//(The lecture continues about Wolfsbane's properties)//
<<elseif $setlecture is 5>>\
//I sit up and focus on the lesson.//
<img src="Images/Rework065update/Rework065update248.png" width=500 />
<span style="color:orangered;">Philippa:</span> The Clock Flower - what's its defining characteristic?
//(Several hands raise)//
<span style="color:orangered;">Philippa:</span> Maeris?
<span style="color:#66ff66;">Maeris:</span> Its petals only open at specific hours?
<span style="color:orangered;">Philippa:</span> More specifics. Isabella?
<img src="Images/Rework065update/Rework065update261.jpg" width=500 />
<span style="color:#cc6600;">Isabella:</span> <span style="font-weight: bold">Depending on the hour the Clock Flower properties change.</span> Like in the morning hour it could have poisonous effects while in the night it could have positive healing effects.
<span style="color:orangered;">Philippa:</span> Precisely. So how can we make distinctions (she continues the lecture)...
<<elseif $setlecture is 6>>\
//I sit up and focus on the lesson.//
<img src="Images/Rework065update/Rework065update249.png" width=500 />
<span style="color:orangered;">Philippa:</span> Let's review drying techniques for Dittany.
<span style="color:orangered;">Philippa:</span> Why must Dittany be hung upside down to dry?
<span style="color:#ff66ff;">Freya:</span> So the healing properties concentrate in the leaves?
<span style="color:orangered;">Philippa:</span> Exactly. What else?
<img src="Images/Rework065update/Rework065update262.jpg" width=500 />
<span style="color:#809fff;">Valerie:</span> It <span style="font-weight: bold">prevents mold from forming in the stems</span>.
<span style="color:orangered;">Philippa:</span> Good. Now about storage conditions... (continues lecture)
<<elseif $setlecture is 7>>\
//I sit up and focus on the lesson.//
<img src="Images/Rework065update/Rework065update250.png" width=500 />
<span style="color:orangered;">Philippa:</span> We need to discuss proper labeling for plants when growing them in greenhouse.
<span style="color:orangered;">Philippa:</span> Why must we always use permanent ink on labels?
<span style="color:#809fff;">Valerie:</span> Regular ink fades and could lead to misidentification.
<span style="color:orangered;">Philippa:</span> Exactly. And what else should always be on the label?
<img src="Images/Rework065update/Rework065update263.jpg" width=500 />
<span style="color:#809fff;">Valerie:</span> <span style="font-weight: bold">Date of harvest and exposure to moonlight sunlight ratio</span>.
<span style="color:orangered;">Philippa:</span> Correct. Let's practice proper labeling... (continues demonstration)
<<elseif $setlecture is 8>>\
//I sit up and focus on the lesson.//
<img src="Images/Rework065update/Rework065update251.png" width=500 />
<span style="color:orangered;">Philippa:</span> Today's topic is soil drainage.
<span style="color:orangered;">Philippa:</span> Why do we add pebbles at the bottom of each pot?
<span style="color:#994d00;">Rosalind:</span> To help water drain out?
<span style="color:orangered;">Philippa:</span> That's part of it.
<img src="Images/Rework065update/Rework065update264.png" width=500 />
<span style="color:#994d00;">Rosalind:</span> <span style="font-weight: bold">The pebbles prevent root rot and stop the magical properties from leaking into the ground below</span>.
<span style="color:orangered;">Philippa:</span> Correct. Now about pebble selection... (continues lecture)
<<elseif $setlecture is 9>>\
//I sit up and focus on the lesson.//
<img src="Images/Rework065update/Rework065update252.png" width=500 />
<span style="color:orangered;">Philippa:</span> Let's talk about pruning magical herbs.
<span style="color:orangered;">Philippa:</span> When should you never prune Screechsnaps?
<span style="color:#d9d9d9;">Tempest:</span> During winter?
<span style="color:orangered;">Philippa:</span> ...
<img src="Images/Rework065update/Rework065update265.jpg" width=500 />
<span style="color:#d9d9d9;">Tempest:</span><span style="font-weight: bold"> Mid-December to mid-January.</span>
<span style="color:orangered;">Philippa:</span> Exactly. Details matter Tempest.
//She continues the lecture.//
<<elseif $setlecture is 10>>\
//I sit up and focus on the lesson.//
<img src="Images/Rework065update/Rework065update253.jpg" width=500 />
<span style="color:orangered;">Philippa:</span> Today we're covering basic fertilizer safety.
<span style="color:orangered;">Philippa:</span> Why must dragon manure be aged before use?
<span style="color:#d9d9d9;">Tempest:</span> So it's not too strong?
<span style="color:orangered;">Philippa:</span> More specific. Tempest?
<img src="Images/Rework065update/Rework065update266.jpg" width=500 />
<span style="color:#d9d9d9;">Tempest:</span> <span style="font-weight: bold">Fresh dragon manure still contains magical fire elements that can heat up the plants roots</span>.
<span style="color:orangered;">Philippa:</span> Correct. The aging process... (continues lecture)
<<elseif $setlecture is 11>>\
//I sit up and focus on the lesson.//
<img src="Images/Rework065update/Rework065update254.png" width=500 />
<span style="color:orangered;">Philippa:</span> Today we're discussing temperature control.
<span style="color:orangered;">Philippa:</span> Why do we never use warming charms directly on plants?
<span style="color:#ffb3ff;">Meridia:</span> Because the magical heat can interfere with the plant's own properties?
<img src="Images/Rework065update/Rework065update267.png" width=500 />
<span style="color:orangered;">Philippa:</span> Correct. Instead, for whatever reason, when the need is to use magic always heat at least a meter away and allow the plant's natural energy to flow through and maintain itself.
<span style="color:orangered;">Philippa:</span> But there are other reasons as well such as (she continues giving the lecture)
<<elseif $setlecture is 12>>\
//I sit up and focus on the lesson.//
<span style="color:orangered;">Philippa:</span> Today's topic is root systems.
<span style="color:orangered;">Philippa:</span> Why must we keep Venomous Tentacula roots separate from other plants?
<span style="color:#ffb3ff;">Meridia:</span> They're poisonous?
<span style="color:orangered;">Philippa:</span> Be more specific.
<img src="Images/Rework065update/Rework065update268.png" width=500 />
<span style="color:#ffb3ff;">Meridia:</span> Their roots <span style="font-weight: bold">actively seek out and strangle other plant roots </span>, stealing their magical properties.
<span style="color:orangered;">Philippa:</span> Exactly. This is why we use special containment... (continues lecture)
<<elseif $setlecture is 13>>\
//I sit up and focus on the lesson.//
<img src="Images/Rework065update/Rework065update255.png" width=500 />
<span style="color:orangered;">Philippa:</span> Let's discuss Asphodel properties.
<span style="color:orangered;">Philippa:</span> Why must Asphodel always be harvested with silver tools?
<span style="color:#ff66ff;">Freya:</span> Because it reacts badly to iron?
<span style="color:orangered;">Philippa:</span> ...
<img src="Images/Rework065update/Rework065update269.jpg" width=500 />
<span style="color:#ff66ff;">Freya:</span> <span style="font-weight: bold">Iron tools cause the roots to release a defensive toxin that ruins their sleeping properties.</span>
<span style="color:orangered;">Philippa:</span> Correct. Now about proper harvesting techniques... (continues lecture)
<<elseif $setlecture is 14>>\
//I sit up and focus on the lesson.//
<img src="Images/Rework065update/Rework065update256.png" width=500 />
<span style="color:orangered;">Philippa:</span> Let's talk about Knotgrass.
<span style="color:orangered;">Philippa:</span> Why must Knotgrass be planted in straight lines?
<span style="color:#3366ff;">Dominik:</span> Because of how it grows?
<span style="color:orangered;">Philippa:</span> More specific.
<img src="Images/Rework065update/Rework065update270.png" width=500 />
<span style="color:#3366ff;">Dominik:</span> If planted randomly, the <span style="font-weight: bold"> knots will tangle and create unpredictable transformation effects</span>.
<span style="color:orangered;">Philippa:</span> Correct. The spacing between plants... (continues lecture)
<<elseif $setlecture is 15>>\
//I sit up and focus on the lesson.//
<img src="Images/Rework065update/Rework065update257.png" width=500 />
<span style="color:orangered;">Philippa:</span> Today we're discussing Belladonna.
<span style="color:orangered;">Philippa:</span> Why do we plant Belladonna in clay pots specifically?
<span style="color:#3366ff;">Dominik:</span> To contain the poison?
<span style="color:orangered;">Philippa:</span> Yes, and?
<img src="Images/Rework065update/Rework065update271.png" width=500 />
<span style="color:#3366ff;">Dominik:</span> <span style="font-weight: bold">Clay neutralizes any toxins that might leak through the roots into other soil</span>.
<span style="color:orangered;">Philippa:</span> Exactly. About it's maintenance... (continues lecture)
<</if>>
<<if $philippaRelLevel1check is true and $philippaStory is 1 and $inledyaStory is 6 and $cecilyStory is 1 and $maedhroStory is 3 and $alarielStory is 3>>\
[[Event: Something is wrong?|PhillipaStory2]]
<<else>>\
[[Finish class|Herbology classroom]] | [[Talk to proffessor after class|Talk to Philippa LVL 0]]
<</if>>\<<timed 100ms>>\
<<set $cecilyRel ++>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $introscenes = [1,2,3]>>\
<<set $choice = $introscenes.random()>>\
<<if $choice is 1>>\
//As Philippa is talking in front of the classroom you turn to Cecily.//
<span style="color:cadetblue;">$playerName:</span> So what do you like to do in your free time?
<img src="Images/Rework065update/Rework065update278.png" height=500 />
<span style="color:salmon;">Cecily:</span> Huh?
<span style="color:salmon;">Cecily:</span> Me?
<span style="color:salmon;">Cecily:</span> I like hanging out alone.
<span style="color:salmon;">Cecily:</span> Whether to just take a walk or sit down at a bench for hours at a time.
<span style="color:salmon;">Cecily:</span> Just being alone has a certain charm.
<span style="color:cadetblue;">$playerName:</span> That's ummm... cool.
<span style="color:salmon;">Cecily:</span> What were you actually going to say?
<span style="color:salmon;">Cecily:</span> Wierd?
<span style="color:cadetblue;">$playerName:</span> No. No-
<img src="Images/Cecily/cecily-talk-inclass1.jpg" width=500/>
<span style="color:salmon;">Cecily:</span> I am weird.
<span style="color:salmon;">Cecily:</span> And I don't care.
<span style="color:salmon;">Cecily:</span> (soft smile)
<span style="color:cadetblue;">$playerName:</span> (soft smile)
//You both turn your heads toward Philippa, who is giving the lecture.//
<<elseif $choice is 2>>\
//As Philippa is giving the lecture you glance at Cecily.//
//She notices you looking.//
//She waves. Slowly and comically.//
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Cecily/cecily-talk-inclass2.jpg" height=500/>
<span style="color:salmon;">Cecily:</span> Hehe. What?
<span style="color:cadetblue;">$playerName:</span> Nothing.
<span style="color:salmon;">Cecily:</span> Nothing?
<span style="color:cadetblue;">$playerName:</span> Just thinking.
<span style="color:salmon;">Cecily:</span> About what?
<span style="color:cadetblue;">$playerName:</span> Nothing.
<span style="color:salmon;">Cecily:</span> Hehe.
<span style="color:salmon;">Cecily:</span> Fine.
<img src="Images/Cecily/cecily-talk-inclass3.jpg" height=500/>
<span style="color:salmon;">Cecily:</span> (mysteriously) Keep your secrets.
//Both of you turn your attention back towards Philippa.//
<<elseif $choice is 3>>\
//As Philippa is giving a lecture you take a look toward Cecily.//
//As you look you notice she has been looking at you.//
//For how long has she looked at me?//
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update279.png" height=500 />
<span style="color:salmon;">Cecily:</span> (soft smile)
<span style="color:salmon;">Cecily:</span> So tell me about yourself $playerName.
<span style="color:cadetblue;">$playerName:</span> Me?
<span style="color:salmon;">Cecily:</span> No the other $playerName in the classroom.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:salmon;">Cecily:</span> Hehe.
<span style="color:cadetblue;">$playerName:</span> There isn't much to tell.
<span style="color:cadetblue;">$playerName:</span> I just turned 18. And ummm...
<span style="color:cadetblue;">$playerName:</span> I just want to find my place I guess.
<span style="color:salmon;">Cecily:</span> Hmmm...
<span style="color:salmon;">Cecily:</span> Me too.
<img src="Images/Rework065update/Rework065update280.png" height=500 />
<span style="color:salmon;">Cecily:</span> (soft smile)
//You turn your attention back towards Philippa.//
<</if>>
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
<<goto "Herbology classroom">>
<<set $time to advanceTime($time)>>
<</link>><<if $philippaRel lt 5>>\
<<set $afterClassLvl0 = [1,2]>>\
<<set $lvl0afterclass = $afterClassLvl0.random()>>\
<<if $lvl0afterclass is 1>>\
//You approach the teacher. She appears to be engrossed in a book. As you get closer, it's evident that she's deeply focused on her reading. When you're just a few feet away from her, you begin to speak, but before you can say anything, she interrupts.//
<img src="Images/Philippa/phillipa-talkclass-dislike.jpg"/>
<span style="color:orangered;">Philippa:</span> Don't bother. Class dismissed.
<span style="color:cadetblue;">$playerName:</span> But I just wanted to...
//She raises her hand and points her finger, emphasizing her point.//
<span style="color:orangered;">Philippa:</span> Didn't you get the hint? Not now, elf.
//Why? What did I do to deserve this treatment? Well, I'll aim to be at the top of the class, and then let's see if she still doesn't want to talk to me.//
//I should go.//
<<elseif $lvl0afterclass is 2>>\
//You approach the teacher. She appears to be working with some plants on her desk. As you get closer, it's evident that she's deeply focused. Before you can even say anything, she interrupts.//
<span style="color:orangered;">Philippa:</span> Don't bother, I'm busy.
<span style="color:cadetblue;">$playerName:</span> But I just wanted to...
//She raises her hand and points her finger, emphasizing her point.//
<span style="color:orangered;">Philippa:</span> I'm busy.
<img src="Images/Rework065update/Rework065update283.png" height=500 />
<span style="color:orangered;">Philippa:</span> Shoo.
<span style="color:cadetblue;">$playerName:</span> But I...
//She doesn't even look up.//
//Fine....//
<</if>>\
[[Leave|Academy Hallway]]
<<elseif $philippaRel gte 5 and $philippaStory lt 2>>\
//Philippa looks at me.//
<span style="color:orangered;">Philippa:</span> Not know $playerName.
<span style="color:cadetblue;">$playerName:</span>...
<span style="color:orangered;">Philippa:</span>We'll talk later.
<span style="color:orangered;">Philippa:</span>Just... Not now.
//At least she didn't insult me.//
<img src="Images/Philippa/Phillipa-talk-event-story1trigger.jpg"/>
[[Leave|Academy Hallway]]
<<elseif $philippaRel gte 5 and $philippaStory gte 2>>\
//Philippa looks at me.//
<span style="color:orangered;">Philippa:</span> $playerName.
<span style="color:cadetblue;">$playerName:</span>Professor.
<span style="color:orangered;">Philippa:</span>You need something.
<img src="Images/Philippa/Phillipa-talk-event-story1trigger.jpg"/>
<<if $philippaStory is 2>>
[[Event: Talk to Philippa|PhillipaStory3]]
<<else>>
[[Leave|Herbology classroom]]
<</if>>\
<</if>>
\
\
\
\
\
\
\
\
<<if $done is true>>
<<if $philippaStory is 3>>\
[[Event: Talk to Philippa|Phillipa Story 4]]
<</if>>\
<<if $philippaStory is 4 and $thaliaStory gte 1 and $cecilyStory gte 8>>\
[[Event: Talk to Philippa|Philippa Story 5]]
<</if>>\
<<if $mascC is true>>\
<<if $philippaStory is 5 and $cecilyStory gte 9 and $philippaDom gt $philippaSub and $philippaDom gt $philippaDeg>>\
[[Event: Talk to Philippa|Philippa Story 5MASCDOM]]
<</if>>\
<<if $philippaStory is 5 and $cecilyStory gte 9 and $philippaSub gt $philippaDom and $philippaSub gt $philippaDeg>>\
[[Event: Talk to Philippa|Philippa Story 5MASCROM]]
<</if>>\
<<if $philippaStory is 6 and $time is "Early Morning">>\
[[Event: She said something about the cure|Philippa Story 6MASCS]]
<</if>>\
\
\
\
<<elseif $femC is true>>\
<<if $philippaStory is 5 and $cecilyStory gte 9 and $philippaDom gt $philippaSub and $philippaDom gt $philippaDeg>>\
[[Event: Talk to Philippa|Philippa Story 5FEMROM]]
<</if>>\
<<if $philippaStory is 5 and $cecilyStory gte 9 and $philippaSub gt $philippaDom and $philippaSub gt $philippaDeg>>\
[[Event: Talk to Philippa|Philippa Story 5FEMNTR/SUB]]
<</if>>\
<<if $philippaStory is 5 and $cecilyStory gte 9 and $philippaDeg gt $philippaSub and $philippaDeg gt $philippaDom>>\
[[Event: Talk to Philippa|Philippa Story 5FEMDEG]]
<</if>>\
<<if $philippaStory is 6 and $time is "Early Morning">>\
[[Event: She said something about the cure|Philippa Story 6FEMS]]
<</if>>\
\
\
\
<</if>>\
<</if>>
<<nobr>>
<<if !$testInitialized>>
<<set $testInitialized = true>>
<<set $selectedQuestions = []>>
<<set $currentQuestion = 0>>
<<set $score = 0>>
<<set $philippaRel++>>
<<set $time to "Evening">>
<<set _allQuestions = [
{
question: "What is the first and most crucial rule of herbology?",
correct: "Never mix herbs if you cannot identify them with absolute certainty",
wrong1: "Never harvest herbs during a full moon",
wrong2: "Never mix more than three herbs together"
},
{
question: "What is special about Lipta (Dream Touch herb)?",
correct: "It only works through direct skin contact on thin areas like face or genitalia",
wrong1: "It only works when consumed with warm water",
wrong2: "It only works when mixed with rose petals"
},
{
question: "What makes roses special in herbology?",
correct: "Roses are extremely tolerant and can imbed various effects onto themselves",
wrong1: "Roses can only be used in love potions",
wrong2: "Roses must be harvested at midnight to maintain their properties"
},
{
question: "Why must Wolfsbane be harvested at midnight?",
correct: "Wolfsbane reveals its true silver color at midnight, showing which parts are safe to handle",
wrong1: "Wolfsbane is most potent at midnight",
wrong2: "Wolfsbane's poison is weakest at midnight"
},
{
question: "What's unique about the Clock Flower?",
correct: "Its properties change depending on the hour, from poisonous in morning to healing at night",
wrong1: "Its petals only open at specific hours",
wrong2: "It can be used to tell time accurately"
},
{
question: "Why must Dittany be hung upside down to dry?",
correct: "It prevents mold from forming in the stems",
wrong1: "It makes the leaves more potent",
wrong2: "It preserves the flower's color"
},
{
question: "What must always be included on greenhouse plant labels?",
correct: "Date of harvest and exposure to moonlight sunlight ratio",
wrong1: "Plant name and water schedule",
wrong2: "Soil type and fertilizer used"
},
{
question: "Why do we add pebbles at the bottom of herb pots?",
correct: "The pebbles prevent root rot and stop magical properties from leaking into the ground",
wrong1: "Pebbles help with water drainage only",
wrong2: "Pebbles provide essential minerals"
},
{
question: "When should you never prune Screechsnaps?",
correct: "Mid-December to mid-January",
wrong1: "During winter",
wrong2: "During full moons"
},
{
question: "Why must dragon manure be aged before use?",
correct: "Fresh dragon manure contains magical fire elements that can heat up plant roots",
wrong1: "Fresh dragon manure is too acidic",
wrong2: "Fresh dragon manure attracts dangerous creatures"
},
{
question: "Why shouldn't warming charms be used directly on plants?",
correct: "Magical heat can interfere with the plant's own properties",
wrong1: "It can cause the plants to wilt",
wrong2: "It makes the soil too dry"
},
{
question: "Why must Venomous Tentacula roots be kept separate?",
correct: "Their roots actively seek out and strangle other plant roots, stealing magical properties",
wrong1: "They spread poison through the soil",
wrong2: "They grow too large when near other plants"
},
{
question: "Why must Asphodel be harvested with silver tools?",
correct: "Iron tools cause the roots to release a defensive toxin that ruins their sleeping properties",
wrong1: "Silver tools are sharper",
wrong2: "Silver preserves the magical properties better"
},
{
question: "Why must Knotgrass be planted in straight lines?",
correct: "If planted randomly, the knots will tangle and create unpredictable transformation effects",
wrong1: "It makes harvesting easier",
wrong2: "It helps control their growth rate"
},
{
question: "Why are clay pots specifically used for Belladonna?",
correct: "Clay neutralizes any toxins that might leak through the roots into other soil",
wrong1: "Clay keeps the soil at the right temperature",
wrong2: "Clay provides essential minerals for growth"
}
]>>
<<for _i = 0; _i < 3; _i++>>
<<set _randomIndex = random(0, _allQuestions.length - 1)>>
<<set $selectedQuestions.push(_allQuestions[_randomIndex])>>
<<set _allQuestions.splice(_randomIndex, 1)>>
<</for>>
<</if>>
<h2>Question <<print $currentQuestion + 1>> of 3</h2>
<<print $selectedQuestions[$currentQuestion].question>>
<br><br>
<<set _options = [
$selectedQuestions[$currentQuestion].correct,
$selectedQuestions[$currentQuestion].wrong1,
$selectedQuestions[$currentQuestion].wrong2
].sort(() => Math.random() - 0.5)>>
<<for _option range _options>>
<div style="margin: 10px 0;">
<<radiobutton "$answer" _option>>
<<if $intelligenceLevel3check && _option is $selectedQuestions[$currentQuestion].correct>>
<span style="color: green;"><<print _option>></span>
<<elseif $intelligenceLevel2check && $currentQuestion is 0 && _option is $selectedQuestions[$currentQuestion].correct>>
<span style="color: green;"><<print _option>></span>
<<elseif $intelligenceLevel2check && $currentQuestion isnot 0 && _option is $selectedQuestions[$currentQuestion].wrong1>>
<span style="color: red;"><<print _option>></span>
<<elseif $intelligenceLevel1check && _option is $selectedQuestions[$currentQuestion].wrong1>>
<span style="color: red;"><<print _option>></span>
<<else>>
<<print _option>>
<</if>>
</div>
<</for>>
<<button "Submit">>
<<if $answer is $selectedQuestions[$currentQuestion].correct>>
<<set $philippaRel++>>
<<set $score++>>
<</if>>
<<set $currentQuestion++>>
<<if $currentQuestion < 3>>
<<goto "Today is a test❤️ (❤️❤️❤️)">>
<<else>>
<<set $testInitialized = false>>
<<goto "Test Results">>
<</if>>
<</button>>
<</nobr>><<nobr>>
<h2>Test Complete!</h2>
You got <<print $score>> out of 3 questions correct!
<<if $score is 3>>
Excellent work! Professor Philippa will be pleased.
<<elseif $score is 2>>
Good effort! You've shown a solid understanding.
<<else>>
You might want to review your notes before the next test.
<</if>>
<br>
[[Return to Academy|Academy Hallway]]
<</nobr>>//Philippa waits for the whole class to take their seats.//
//Once everyone is settled, a tense silence fills the room.//
<img src="Images/Rework065update/Rework065update281.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> I need to make something crystal clear from the start.
<span style="color:orangered;">Philippa:</span> Every single Friday, without exception, there will be a test.
//The students exchange nervous glances, the room growing even quieter.//
<span style="color:orangered;">Philippa:</span> This course is not for the faint of heart.
<span style="color:orangered;">Philippa:</span> As the most renowned Herbologist on the Continent, I have standards to maintain.
<span style="color:orangered;">Philippa:</span> Which means I will only invest my time in students who prove themselves worthy.
<span style="color:orangered;">Philippa:</span> So if you can't handle the pressure...
<span style="color:orangered;">Philippa:</span> If you doubt your abilities even slightly...
<span style="color:orangered;">Philippa:</span> The door is right there.
<span style="color:orangered;">Philippa:</span> Let me tell you something - every student who has passed my course...
<span style="color:orangered;">Philippa:</span> Has gone on to revolutionize the field of herbology.
<img src="Images/Rework065update/Rework065update282.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Don't belive me?
<span style="color:orangered;">Philippa:</span> Open any book listing the most influential herbologists of our time.
<span style="color:orangered;">Philippa:</span> My name sits at the very top.
<span style="color:orangered;">Philippa:</span> So remember this.
<span style="color:orangered;">Philippa:</span> Every Friday.
<span style="color:orangered;">Philippa:</span> Tests.
<span style="color:orangered;">Philippa:</span> Now....
<span style="color:orangered;">Philippa:</span> Let's start, shall we?
[[Continue|Pay attention in class 🧠⏰][$philippaStory to 1]]<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> Proffessor do you have time?
<img src="Images/Philippa/phillipastory2talk1.jpg" height=500/>
<span style="color:orangered;">Philippa:</span> Ah. $playerName.
<span style="color:orangered;">Philippa:</span> Yes.
<span style="color:orangered;">Philippa:</span> I have been meaning to talk to you.
<span style="color:orangered;">Philippa:</span> Sit down.
//I sit down.//
<span style="color:orangered;">Philippa:</span> So I researched about Cocktrace feaver.
//Oh good.//
<span id="1">
<<link "//That means everything is going to be-//">>
<<replace "#1">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:orangered;">Philippa:</span> And what I found is that there is no cure.
<span style="color:orangered;">Philippa:</span> Meaning. That our mind will start slowly slipping away towards lust.
<span style="color:orangered;">Philippa:</span> Until there is no other thought in our mind.
<span style="color:cadetblue;">$playerName:</span> (gulp)...
<span style="color:orangered;">Philippa:</span> Lucky for us.
<span style="color:orangered;">Philippa:</span> I am the best Herbologyst there is.
<span style="color:orangered;">Philippa:</span> Meaning.
<span id="2">
<<link "//She puts a vial on the table.//">>
<<replace "#2">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Philippa/philippaextra6.jpg" height=500/>
<span style="color:orangered;">Philippa:</span> I've just created a cure for this Cockatrice Fever.
<span style="color:cadetblue;">$playerName:</span> (smile)
<span style="color:cadetblue;">$playerName:</span> Wow, that's amazing, professor.
<span style="color:orangered;">Philippa:</span> There is a catch.
<span style="color:orangered;">Philippa:</span> I don't know if it works or not.
<span style="color:cadetblue;">$playerName:</span> Umm... so...
<span id="3">
<<link "//She takes a long pause.//">>
<<replace "#3">>
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Philippa/phillipastory2talk2.jpg" height=500/>
<span style="color:orangered;">Philippa:</span> I need a test subject.
<span style="color:cadetblue;">$playerName:</span> ....
<span style="color:cadetblue;">$playerName:</span> Me?
<span style="color:orangered;">Philippa:</span> Who else?
<span style="color:cadetblue;">$playerName:</span> Why not try it yourself?
<span style="color:orangered;">Philippa:</span> I can't. (she leans forward)
<span style="color:cadetblue;">$playerName:</span> But-
<span style="color:orangered;">Philippa:</span> Think about it logically. If something goes wrong with the cure, who would be left to fix it?
//She gestures to her research papers scattered across the desk.//
<span style="color:orangered;">Philippa:</span> I'm the only one who understands the complexity of this fever well enough to create an antidote.
<span style="color:orangered;">Philippa:</span> If I take it and something goes wrong... (she shakes her head).
<span style="color:orangered;">Philippa:</span> There would be no one left who could develop another cure.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:orangered;">Philippa:</span> I know it's a lot to ask. (her voice softens) But if you take it, and if something goes wrong, I'll be here.
<span style="color:orangered;">Philippa:</span> I'll be able to study the effects, adjust the formula, and try again until we get it right.
<span style="color:orangered;">Philippa:</span> The alternative... (she glances at the vial and pauses)
<span style="color:orangered;">Philippa:</span> The alternative is that we both eventually succumb to the fever.
<span style="color:orangered;">Philippa:</span>And die mindlessly.
<span style="color:orangered;">Philippa:</span>Getting put somewhere into the dungeons to keep everyone else safe from us.
//I look at the vial with uncertainty.//
//What choice do I have????//
//This is....//
//Fucked!!!//
<span style="color:cadetblue;">$playerName:</span> Fine.
<span id="5">
<<link "//I take the vial.//">>
<<replace "#5">>
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update373.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Take it before going to sleep.
<span style="color:orangered;">Philippa:</span> Take a glass. Put half of the vial in a glass and mix it with water.
<span style="color:orangered;">Philippa:</span> That way you have about 10 minutes to go to bed.
<span style="color:orangered;">Philippa:</span> If you forget to take water you will collapse to sleep instantly on the spot.
<span style="color:orangered;">Philippa:</span> Is everything clear?
//I nod.//
<span style="color:orangered;">Philippa:</span> Ok. After you take it, meet me here after class and we'll talk about the effects.
//I nod again and start making my way home.//
<span id="6">
<<link "//As I leave the classroom I feel something happening to me.//">>
<<replace "#6">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//My mind is getting fuzzy, and I feel my dick getting erect.//
//What's going on?//
//This sensation is unlike anything that I have felt before.//
//Ahhhh...//
//I need to...//
<span style="color:darksalmon">Alariel:</span> Hey, $playerName?
<span id="7">
<<link "//I turn around.//">>
<<replace "#7">>
<img src="Images/Philippa/alariel-phillipa-story2.jpg"/>
<span style="color:darksalmon">Alariel:</span> You know what-
<span style="color:darksalmon">Alariel:</span> (worried) Hey...
<span style="color:darksalmon">Alariel:</span> What's wrong? You seem a bit off.
<span style="color:cadetblue;">$playerName:</span> I'm fine.
<span style="color:darksalmon">Alariel:</span> You sure.
<span style="color:darksalmon">Alariel:</span> You look pale.
//I need to go. I need to go.//
//I NEED TO GO!//
<span style="color:cadetblue;">$playerName:</span> I'll talk to you later ok?
<span style="color:darksalmon">Alariel:</span> (worried) Yeah... ok....
//I rush out of the academy.//
//Mhhh....//
//Naughty Magazines.//
//NAUGHTY MAGAZINES!//
//Why can't I think straight??//
//Naughty magazines!
//Now!!!//
//Mhhh...//
//Instead of walking towards home my legs start walking towards the market.//
//What's going on??//
//No.//
//No!//
//My body has stopped listening to my commands and is acting on its own.//
<span id="8">
<<link "//I make it to the market place.//">>
<<replace "#8">>
//Naughty magazines. Naughty magazines. Naughty magazines.//
//Mhhh... I can't...//
//Control it.//
//I am looking where the saleswoman is usually.//
//Naughty magazines. Naughty magazines. Naughty magazines.//
//Oh.//
//She's there!//
//I rush towards her.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Oh, $playerName.
<img src="Images/Rework065update/Rework065update374.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hello.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> You ok?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> You look a bit pale.
//Naughty! Naughty! Naughty! //
//TAKE! TAKE! TAKE!//
<<if $mascC is true>>\
<span id="9">
<<link "//***Take //📕// magazine (Romance, Love)***//">>
<<replace "#9">>
<<set $mascRomanceMag3 to true>>\
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Without any control, I grab a magazine from her stand.//
<img src="Images/Rework065update/Rework065update371.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hey!!!
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
<span style="color:cadetblue;">$playerName:</span> I pay it back.
<span style="color:cadetblue;">$playerName:</span> Please?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> ....
//She looks to the right towards the guard that is patrolling the market place.//
//She looks back at you.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> But that one is different, it's one of the most expensive ones. So here let me give you-
//I can't. I need to leave now!!!//
//I leave in a hurry.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> this instead...
//Too late. I'm already gone with the magazine that I took.//
<span style="color:cadetblue;">$playerName:</span> Thank you.
<img src="Images/Rework065update/Rework065update372.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> ....
[[Continue|PhilippaStory3.1]]
<</replace>>
<</link>> | \
<<link "//***Take //📘// magazine (Domination, Power Play, Alpha)***//">>
<<replace "#9">>
<<set $mascDominationMag3 to true>>\
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Without any control, I grab a magazine from her stand.//
<img src="Images/Rework065update/Rework065update371.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hey!!!
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
<span style="color:cadetblue;">$playerName:</span> I pay it back.
<span style="color:cadetblue;">$playerName:</span> Please?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> ....
//She looks to the right towards the guard that is patrolling the market place.//
//She looks back at you.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> But that one is different, it's one of the most expensive ones. So here let me give you-
//I can't. I need to leave now!!!//
//I leave in a hurry.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> this instead.
//Too late. I'm already gone with the magazine that I took.//
<span style="color:cadetblue;">$playerName:</span> Thank you.
<img src="Images/Rework065update/Rework065update372.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> ....
[[Continue|PhilippaStory3.1]]
<</replace>>
<</link>> | \
<<link "//***Take// 📓// magazine (Netori, Sharing, Manipulation)***//">>
<<replace "#9">>
<<set $mascNetoriMag3 to true>>\
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Without any control, I grab a magazine from her stand.//
<img src="Images/Rework065update/Rework065update371.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hey!!!
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
<span style="color:cadetblue;">$playerName:</span> I pay it back.
<span style="color:cadetblue;">$playerName:</span> Please?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> ....
//She looks to the right towards the guard that is patrolling the market place.//
//She looks back at you.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> But that one is different, it's one of the most expensive ones. So here let me give you-
//I can't. I need to leave now!!!//
//I leave in a hurry.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> this instead.
//Too late. I'm already gone with the magazine that I took.//
<span style="color:cadetblue;">$playerName:</span> Thank you.
<img src="Images/Rework065update/Rework065update372.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> ....
[[Continue|PhilippaStory3.1]]
<</replace>>
<</link>>
</span>
<<elseif $femC is true>>\
<span id="9">
<<link "//***Take //📕// magazine (Romance, Love)***//">>
<<replace "#9">>
<<set $femRomanceMag3 to true>>\
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Without any control, I grab a magazine from her stand.//
<img src="Images/Rework065update/Rework065update371.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hey!!!
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
<span style="color:cadetblue;">$playerName:</span> I pay it back.
<span style="color:cadetblue;">$playerName:</span> Please?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> ....
//She looks to the right towards the guard that is patrolling the market place.//
//She looks back at you.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> But that one is different, it's one of the most expensive ones. So here let me give you-
//I can't. I need to leave now!!!//
//I leave in a hurry.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> this instead.
//Too late. I'm already gone with the magazine that I took.//
<span style="color:cadetblue;">$playerName:</span> Thank you.
<img src="Images/Rework065update/Rework065update372.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> ....
[[Continue|PhilippaStory3.1]]
<</replace>>
<</link>> | \
<<link "//***Take// 📘 //magazine (Sissification, Power Play Dom or Sub)***//">>
<<replace "#9">>
<<set $femDominationMag3 to true>>\
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Without any control, I grab a magazine from her stand.//
<img src="Images/Rework065update/Rework065update371.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hey!!!
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
<span style="color:cadetblue;">$playerName:</span> I pay it back.
<span style="color:cadetblue;">$playerName:</span> Please?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> ....
//She looks to the right towards the guard that is patrolling the market place.//
//She looks back at you.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> But that one is different, it's one of the most expensive ones. So here let me give you-
//I can't. I need to leave now!!!//
//I leave in a hurry.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> this instead.
//Too late. I'm already gone with the magazine that I took.//
<span style="color:cadetblue;">$playerName:</span> Thank you.
<img src="Images/Rework065update/Rework065update372.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> ....
[[Continue|PhilippaStory3.1]]
<</replace>>
<</link>> | \
<<link "//***Take// 📓 //magazine (NTR, Cuckold)***//">>
<<replace "#9">>
<<set $femNTRMag3 to true>>\
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Without any control, I grab a magazine from her stand.//
<img src="Images/Rework065update/Rework065update371.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hey!!!
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
<span style="color:cadetblue;">$playerName:</span> I pay it back.
<span style="color:cadetblue;">$playerName:</span> Please?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> ....
//She looks to the right towards the guard that is patrolling the market place.//
//She looks back at you.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> But that one is different, it's one of the most expensive ones. So here let me give you-
//I can't. I need to leave now!!!//
//I leave in a hurry.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> this instead.
//Too late. I'm already gone with the magazine that I took.//
<span style="color:cadetblue;">$playerName:</span> Thank you.
<img src="Images/Rework065update/Rework065update372.jpg" height=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> ....
[[Continue|PhilippaStory3.1]]
<</replace>>
<</link>>
</span>
<</if>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $cecilyRelLevel1check to true>>\
//I close my eyes and fall asleep.//
//There's a lake in front of me.//
<img src="Images/Rework065update/Rework065update284.jpg" height=500 />
//I can see Cecily sitting on the lake shore.//
//She is looking out onto the water.//
//I slowly approach her.//
//I sit next to her.//
<span id="dream">
<<link "//She notices me and smiles.//">>
<<replace "#dream">>
<img src="Images/Rework065update/Rework065update285.png" height=500 />
<span style="color:salmon;">Cecily:</span> What are you doing here?
<span style="color:cadetblue;">$playerName:</span> I'm not sure...
<span style="color:salmon;">Cecily:</span> Come.
<span style="color:salmon;">Cecily:</span> Sit with me.
//You sit next to her.//
//We look at the water.//
//The sun is setting.//
//The sky is orange.//
<span id="dream1">
<<link "//The air is fresh.//">>
<<replace "#dream1">>
<img src="Images/Rework065update/Rework065update286.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> Isn't this beautiful?
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:salmon;">Cecily:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:salmon;">Cecily:</span> I like your company $playerName.
<span style="color:salmon;">Cecily:</span> I-
<span id="hear">
<<link "//I hear-//">>
<<replace "#hear">>
<img src="Images/Rework065update/Rework065update287.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Wakey wakey $playerName.
<span style="color:cadetblue;">$playerName:</span> Wha...?
<span style="color:coral;">Inledya:</span> You are going to be late.
//Ughhhh....//
//Such a nice dream.//
//Cecily....//
//I think we have grown a bit closer.//
<<link "Continue">>
<<if $mascC is true>>
<<if $mainStory lt 4>>
<<set $mascDefaultLevel1 to true>>
<<else>>
<<set $mascDefaultLevel2 to true>>
<</if>>
<<set $mascLevel1sleepingface1 to false>>
<<elseif $femC is true>>
<<if $mainStory lt 4>>
<<set $femDefaultLevel1 to true>>
<<else>>
<<set $femDefaultLevel2 to true>>
<</if>>
<<set $mascLevel1sleepingface1 to false>>
<</if>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $alarielRelLevel1check to true>>\
//I close my eyes and fall asleep.//
//There's a waterfall in front of me.//
<img src="Images/Rework065update/Rework065update288.jpg" height=500 />
//I can see Alariel sitting under it.//
//She sees me and waves.//
<span id="dream">
<<link "//I slowly approach her.//">>
<<replace "#dream">>
<img src="Images/Rework065update/Rework065update289.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> Hey $playerName.
<span style="color:darksalmon">Alariel:</span> I thought you weren't going to show up.
<span style="color:cadetblue;">$playerName:</span> Of course I was.
//Alariel gets up and hugs me.//
<span style="color:darksalmon">Alariel:</span> Thank you for coming.
//She lets go and smiles.//
<span id="water">
<<link "//She then runs and jumps into the pool.//">>
<<replace "#water">>
<img src="Images/Rework065update/Rework065update290.jpg" height=500 />
//The water splashes all around her.//
<span style="color:darksalmon">Alariel:</span> Ahhh...
<span style="color:darksalmon">Alariel:</span>(cute laughter)
<span style="color:darksalmon">Alariel:</span> Come on $playerName!!
//Heh...//
//I take a few steps back.//
//I run and then jump twoards the water.//
<span id="wake">
<<link "//As I am in mid air-//">>
<<replace "#wake">>
<img src="Images/Rework065update/Rework065update291.jpg" height=500 />
<span style="color:coral;">Inledya:</span> $playerName!!!
<span style="color:coral;">Inledya:</span> You are still in bed ?!
<span style="color:cadetblue;">$playerName:</span>Not now....
<span style="color:coral;">Inledya:</span> Come on.
<span style="color:coral;">Inledya:</span> Up you get.
//Ughhhhhh....//
//But the dream felt so real.//
//Have I grown closer to her?//
<<link "Continue">>
<<if $mascC is true>>
<<if $mainStory lt 4>>
<<set $mascDefaultLevel1 to true>>
<<else>>
<<set $mascDefaultLevel2 to true>>
<</if>>
<<set $mascLevel1sleepingface1 to false>>
<<elseif $femC is true>>
<<if $mainStory lt 4>>
<<set $femDefaultLevel1 to true>>
<<else>>
<<set $femDefaultLevel2 to true>>
<</if>>
<<set $mascLevel1sleepingface1 to false>>
<</if>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $inledyaRelLevel1check to true>>\
//I close my eyes and fall asleep.//
<img src="Images/Rework065update/Rework065update292.jpg" height=500 />
//I'm walking in the woods.//
//The ground is covered in green leaves.//
//A warm breeze brushes my skin.//
<span id="there">
<<link "//I see Inledya walking barefoot towards me.//">>
<<replace "#there">>
<img src="Images/Rework065update/Rework065update293.png" height=500 />
//She is wearing a white summer dress.//
//She waves and smiles.//
//I walk up to her.//
<span style="color:coral;">Inledya:</span>Hey, $playerName.
//She hugs me tightly.//
<span style="color:cadetblue;">$playerName:</span> Good morning.
<img src="Images/Rework065update/Rework065update294.jpg" height=500 />
<span style="color:coral;">Inledya:</span> When did you get so handsome?
//She tuches my cheeks and kisses my forehead.//
<span style="color:cadetblue;">$playerName:</span> Heh...
<span style="color:cadetblue;">$playerName:</span> I'm not sure.
<span style="color:coral;">Inledya:</span> I want a hug $playerName.
//You lean in to give her a hug in her inviting arms.//
<span id="wake">
<<link "//As I lean in-//">>
<<replace "#wake">>
<img src="Images/Rework065update/Rework065update295.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> $playerName you up?
<span style="color:darksalmon">Alariel:</span> $playerName!!
<span style="color:cadetblue;">$playerName:</span> What ?!
<span style="color:darksalmon">Alariel:</span> Breakfast is getting cold.
//Ughhhhh....//
//Such a nice dream.//
//I feel like I have gotten a bit closer to her.//
<<link "Continue">>
<<if $mascC is true>>
<<if $mainStory lt 4>>
<<set $mascDefaultLevel1 to true>>
<<else>>
<<set $mascDefaultLevel2 to true>>
<</if>>
<<set $mascLevel1sleepingface1 to false>>
<<elseif $femC is true>>
<<if $mainStory lt 4>>
<<set $femDefaultLevel1 to true>>
<<else>>
<<set $femDefaultLevel2 to true>>
<</if>>
<<set $mascLevel1sleepingface1 to false>>
<</if>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $philippaRelLevel1check to true>>\
//I close my eyes and fall asleep.//
//There's a garden in front of me.//
//And right in the middle of it is a fountain.//
<img src="Images/Rework065update/Rework065update296.png" height=500 />
//Philippa is sitting on the bench next to the fountain.//
//She sees me and waves.//
<span id= "apologie">
<<link "//I slowly approach her.//">>
<<replace "#apologie">>
<span style="color:orangered;">Philippa:</span> Good morning, $playerName.
<span style="color:cadetblue;">$playerName:</span> Hello professor.
<img src="Images/Rework065update/Rework065update297.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> How is my most talented student doing?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:orangered;">Philippa:</span> I'm sorry about being rude to you in class.
<span style="color:orangered;">Philippa:</span> Will you forgive me?
<span id="cute">
<<link "//She looks at you with pleading eyes.//">>
<<replace "#cute">>
<img src="Images/Rework065update/Rework065update298.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:orangered;">Philippa:</span> ...
<span style="color:cadetblue;">$playerName:</span> I....
<span id="wake">
<<link "//You hear-//">>
<<replace "#wake">>
<span style="color:coral;">Inledya:</span> Wake up $playerName!
//What?!//
<span style="color:coral;">Inledya:</span> Up, now.
<span style="color:coral;">Inledya:</span> Come on!
//You feel Inledya pulling your leg.//
<img src="Images/Rework065update/Rework065update299.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Don't make me bring water.
<span style="color:coral;">Inledya:</span> Fine. Water it is-
<span style="color:cadetblue;">$playerName:</span> I'm up! I'm up!
<span style="color:coral;">Inledya:</span> Hehe.
<span style="color:coral;">Inledya:</span> Breakfast is ready.
//Ughhhh....//
//It's hard to imagine getting closer to Philippa, but maybe it is possible.//
<<link "Continue">>
<<if $mascC is true>>
<<if $mainStory lt 4>>
<<set $mascDefaultLevel1 to true>>
<<else>>
<<set $mascDefaultLevel2 to true>>
<</if>>
<<set $mascLevel1sleepingface1 to false>>
<<elseif $femC is true>>
<<if $mainStory lt 4>>
<<set $femDefaultLevel1 to true>>
<<else>>
<<set $femDefaultLevel2 to true>>
<</if>>
<<set $mascLevel1sleepingface1 to false>>
<</if>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>\
<</link>>\
</span>\
<</replace>>\
<</link>>\
</span>\
<</replace>>\
<</link>>\
</span>\<<timed 100ms>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//The class starts, and Philippa explains today's practical lesson. We need to identify three unknown plants placed in front of us.//
<img src="Images/Rework065update/Rework065update300.jpg" height=500 />
//As time passes, I'm unable to identify the plant I'm examining.//
<span style="color:cadetblue;">$playerName:</span> Cecily?
<span style="color:cadetblue;">$playerName:</span> What do you think?
<span style="color:salmon;">Cecily:</span> ...
<span style="color:salmon;">Cecily:</span> ...
<img src="Images/Rework065update/Rework065update301.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Cecily?
<span style="color:salmon;">Cecily:</span> Hmmm?
<span id="cecily">
<<link "//She looks at me as if she has no clue I called out her name just a second ago.//">>
<<replace "#cecily">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update302.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> I was just wondering-
<span style="color:salmon;">Cecily:</span> It's Wolfsbane.
...
..
.
<span style="color:salmon;">Cecily:</span> You were wondering what?
<span style="color:cadetblue;">$playerName:</span> No, I thought you didn't hear me the first time, so I was going to ask you again.
<span style="color:salmon;">Cecily:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:salmon;">Cecily:</span> ...
<span style="color:salmon;">Cecily:</span> Ok.
//She's acting weird. I have noticed in previous classes as well that she is kinda slow to react.//
<span id="zone">
<<link "//Even now, she is just looking at the plants on the table as if she is completely zoned out.//">>
<<replace "#zone">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1bitsadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update303.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Cecily?
<span style="color:cadetblue;">$playerName:</span> You ok?
<span style="color:salmon;">Cecily:</span> ...
<span style="color:salmon;">Cecily:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
//She just now reacts and looks up at you.//
//She nods, but from her face, I read that she is fully confused about what's currently happening around her.//
<span style="color:salmon;">Cecily:</span> I'm going to be right back.
//She gets up and leaves the classroom.//
//...//
//I don't know why, but I am worried.//
//I continue trying to figure out what the other two plants are.//
//About an hour later, the door opens, and Cecily walks back inside.//
//As she gets next to you, you notice that her face is slightly wet.//
//She must have washed her face.//
<span style="color:salmon;">Cecily:</span> (to herself) Oh?
//She takes some kind of pill in the palm of her hand and swallows it.//
<span id="snitch">
<<link "//She noticed that you were looking.//">>
<<replace "#snitch">>
<<set $mascLevel1bitsadface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update304.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> You going to snitch on me?
<span style="color:cadetblue;">$playerName:</span> Snitch?
//Why? Are those pills illegal or something?//
<span style="color:cadetblue;">$playerName:</span> No, I'm not going to snitch.
//She smirks.//
<span style="color:salmon;">Cecily:</span> Hehe.
<span style="color:salmon;">Cecily:</span> You are funny.
<span style="color:cadetblue;">$playerName:</span> Ok.
<span style="color:salmon;">Cecily:</span> Hehe.
...
..
.
//Those pills have to be some kind of drug. Inledya has constantly been warning me about drugs when I was growing up. The way Cecily acts is very similar to what Inledya had told me.//
//But what do I know?//
//I might be wrong.//
//I better just continue focusing on the task.//
//Another half hour in, and I don't know what kind of a plant this is that I am looking at.//
<span style="color:cadetblue;">$playerName:</span> Cecily, do you (I look over towards her)...
<span id="out">
<<link "//She is just standing, just like before, zoned out.//">>
<<replace "#out">>
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update305.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:salmon;">Cecily:</span> What?
//Again, her response time is so slow.//
<span style="color:cadetblue;">$playerName:</span> What is this second plant called?
<span style="color:salmon;">Cecily:</span> Carnellyaner.
<span style="color:cadetblue;">$playerName:</span> Oh... Ok.
//I write that down.//
<span style="color:salmon;">Cecily:</span> Are we friends $playerName?
<span style="color:cadetblue;">$playerName:</span> Friends?
<span style="color:cadetblue;">$playerName:</span> Yeah, sure.
<span style="color:cadetblue;">$playerName:</span> We are.
<span style="color:salmon;">Cecily:</span> (soft smile)
<span style="color:salmon;">Cecily:</span>...
<span style="color:cadetblue;">$playerName:</span> Can I ask you something, Cecily?
<span style="color:salmon;">Cecily:</span> Hmm?
<span style="color:salmon;">Cecily:</span> Sure.
<span style="color:cadetblue;">$playerName:</span> Are you on drugs?
<span style="color:salmon;">Cecily:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
//Was that too straightforward of me to ask?//
<span style="color:salmon;">Cecily:</span> ...
<span style="color:salmon;">Cecily:</span> ...
<img src="Images/Rework065update/Rework065update306.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> Yeah?
<span style="color:salmon;">Cecily:</span> Why?
<span style="color:salmon;">Cecily:</span> You want some?
<span style="color:cadetblue;">$playerName:</span> No.
<span style="color:salmon;">Cecily:</span> Oh?
<span style="color:salmon;">Cecily:</span> Are you going to tell my <<if $incestOn>>mom<<else>>step-mom<</if>>?
<span style="color:cadetblue;">$playerName:</span> Your <<if $incestOn>>mom<<else>>step-mom<</if>>?
<span style="color:cadetblue;">$playerName:</span> I don't know your <<if $incestOn>>mom<<else>>step-mom<</if>>.
<span style="color:salmon;">Cecily:</span> ...
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:salmon;">Cecily:</span> She is literally standing right there (she points at Philippa).
<span id="whada">
<<link "//Wait, what?//">>
<<replace "#whada">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Wait, what?
<span style="color:cadetblue;">$playerName:</span> Philippa, is your <<if $incestOn>>mom<<else>>step-mom<</if>>?
<span style="color:salmon;">Cecily:</span> ...
//What?//
//How did I not see this before?//
//Now that I am looking closer, I see that they look very alike.//
<span style="color:salmon;">Cecily:</span>...
<span style="color:salmon;">Cecily:</span> Can you give me a hug?
<span style="color:cadetblue;">$playerName:</span> A hug?
<img src="Images/Rework065update/Rework065update307.jpg" height=500 />
<span style="color:salmon;">Cecily:</span> Mhm...
//Her eyes are dilating.//
//Right here?//
//Emm....//
//Sure.//
<span style="color:cadetblue;">$playerName:</span> Sure.
<span id="huggy">
<<link "//You lean in and give her a hug.//">>
<<replace "#huggy">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//You feel her tense body relax.//
<span style="color:salmon;">Cecily:</span> Hehe.
//She pulls away.//
<span style="color:salmon;">Cecily:</span> Sorry.
<span style="color:cadetblue;">$playerName:</span> For what?
<span style="color:salmon;">Cecily:</span> I don't know.
<span id="class">
<<link "// Suddenly, Philippa talks.//">>
<<replace "#class">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update308.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Ok, class is over.
<span style="color:orangered;">Philippa:</span> Hand over your answers.
<span style="color:cadetblue;">$playerName:</span> Shit.
<span style="color:salmon;">Cecily:</span> What?
<span style="color:cadetblue;">$playerName:</span> We only have 2.
<span style="color:salmon;">Cecily:</span> Third is Kernic.
<span style="color:cadetblue;">$playerName:</span> Yeah? With a k.
<span style="color:salmon;">Cecily:</span> C.
<span style="color:cadetblue;">$playerName:</span> Ok.
<span style="color:salmon;">Cecily:</span> See you later $playerName.
//She left the class as I stood in line to give away the answer sheet.//
//Looking back now, I can't believe I missed the signs – both her being high in class and her being Philippa's <<if $incestOn>>daughter<<else>>step-daughter<</if>>. The resemblance is obvious now that I see it. //
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1panicface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1panicface1 to false>>\
<</if>>\
<<goto "Academy Hallway">>
<<set $time to "Evening">>
<<set $cecilyStory to 1>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<widget "debugFaceStates">>
/* Level 1 Face States */
<<print "mascDefaultLevel1: " + $mascDefaultLevel1>>
<<print "mascLevel1defaultface1: " + $mascLevel1defaultface1>>
<<print "mascLevel1blushface1: " + $mascLevel1blushface1>>
<<print "mascLevel1curiousface1: " + $mascLevel1curiousface1>>
<<print "mascLevel1bitsadface1: " + $mascLevel1bitsadface1>>
<<print "mascLevel1softsmileface1: " + $mascLevel1softsmileface1>>
<<print "mascLevel1nakedseriousface1: " + $mascLevel1nakedseriousface1>>
<<print "mascLevel1nakedshockface1: " + $mascLevel1nakedshockface1>>
<<print "mascLevel1nakedconfrontface1: " + $mascLevel1nakedconfrontface1>>
<<print "mascLevel1nakedconfrontface2: " + $mascLevel1nakedconfrontface2>>
<<print "mascLevel1semiseriousface1: " + $mascLevel1semiseriousface1>>
<<print "mascLevel1curioussadface1: " + $mascLevel1curioussadface1>>
<<print "mascLevel1panicface1: " + $mascLevel1panicface1>>
<<print "mascLevel1scaredface1: " + $mascLevel1scaredface1>>
<<print "mascLevel1blushcontainembaraceface1: " + $mascLevel1blushcontainembaraceface1>>
<<print "mascLevel1angryface1: " + $mascLevel1angryface1>>
<<print "mascLevel1blushharderface1: " + $mascLevel1blushharderface1>>
<<print "mascLevel1cummingface1: " + $mascLevel1cummingface1>>
<<print "mascLevel1laughingface1: " + $mascLevel1laughingface1>>
<<print "mascLevel1sleepingface1: " + $mascLevel1sleepingface1>>
<<print "mascLevel1excersisingface1: " + $mascLevel1excersisingface1>>
<</widget>><<timed 100ms>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<set $tookLevel1magFromMe to true>>\
<<set $tookLevel2magFromMe to false>>\
<<set $talkedAboutLvl2Mag = 0>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I have some time to masturbate.//
<<set $pornMaglvl3 = 0>>
//I go and close my door.//
//Then take out the naughty magazine and start reading it.//
<img src="Images/Rework065update/Rework065update310.jpg" height=300 /> <img src="Images/Rework065update/Rework065update311.jpg" height=300 />
//My penis grows instantly.//
//As I start masturbating.//
<span id="ups">
<<link "//The door opens.//">>
<<replace "#ups">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update312.png" height=500 />
<span style="color:coral;">Inledya:</span> $playerName your clothes-
//She looks at you and freezes.//
<span style="color:coral;">Inledya:</span> What are you doing?
<span style="color:cadetblue;">$playerName:</span> Ahhh...
<span style="color:cadetblue;">$playerName:</span> Nothing.
<span style="color:coral;">Inledya:</span> Where you...
<span style="color:coral;">Inledya:</span> What's that?
<span style="color:coral;">Inledya:</span> Give me that!
<span id="noo">
<<link "//She comes and takes the magazine.//">>
<<replace "#noo">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update313.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Pull your pants up!
//As you are pulling your pants up she takes a look at the magazine and flips the pages.//
<span style="color:coral;">Inledya:</span> These are not allowed $playerName.
<span style="color:coral;">Inledya:</span> Not in my house.
<span style="color:coral;">Inledya:</span> Is that clear?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> $playerName?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> Is that clear?
<span style="color:cadetblue;">$playerName:</span> Yes.
<img src="Images/Rework065update/Rework065update309.png" height=500 />
<span style="color:coral;">Inledya:</span> Good.
<span id="idea">
<<link "//She turns around and takes the magazine with her.//">>
<<replace "#idea">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> ...
//Damn.//
//...//
//She's not going to give that back, is she?//
//...//
//An idea comes to mind.//
//I could get a new one right?//
//From the market.//
//The saleswoman is surely there.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
<</if>>\
<<goto "My Bedroom">>
<<set $boughtSecondMag to false>>\
<<set $inledyaStory to 5>>\
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $currentLocation = "Market">>
<<if $time eq "Night">>
<<set document.body.style.backgroundImage = "url('Images/Locations/market-night.jpg')">>\
<<else>>
<<set document.body.style.backgroundImage = "url('Images/Locations/market-morning.jpg')">>\
<</if>>
<div class="description-box-market-intro">
You are in the market district.
<<if $time eq "Early Morning">>
The market is just stirring to life in the early morning light. Merchants quietly unpack crates and arrange their wares. The smell of fresh bread drifts from the bakery, and early traders haggle in hushed voices over the day's first deliveries of produce.
<<elseif $time eq "Morning">>
The market bustles with mid-morning energy. Colorful awnings flutter in the breeze as shoppers weave between stalls filled with fresh produce, textiles, and crafted goods. The air rings with merchant calls and the clinking of coins.
<<elseif $time eq "Afternoon">>
Peak afternoon brings organized chaos to the market. Shoppers crowd around popular stalls, examining goods in the bright sunlight. The air is thick with the mingled aromas of spices, cooked meats, and fresh fruits. Merchants' voices compete with the general din of commerce.
<<elseif $time eq "Evening">>
As evening approaches, merchants begin discounting their remaining wares. The market's energy shifts from commerce to socializing. Food vendors do brisk business as workers stop for dinner, and the cooling air carries the scent of grilled meats and mulled wine.
<<else>>
Night transforms the market into a different world. Most stalls are closed and shrouded, but a few vendors still serve late customers by lamplight. The usual daytime clamor is replaced by quiet conversation and occasional bursts of laughter from those heading to or from nearby taverns.
<</if>>
</div>
<div class="description-box-market">\
Interactions:
<<if $inledyaStory is 5 and $boughtSecondMag is false and $time is "Night">>\
[[Event: There's the saleswoman!|BuyingMag2]]
<</if>>\
<<if $daynumber gte 2 and $time neq "Night">>\
[[Pass time ⏰|LVL0MarketInteractions]]
<</if>>\
[[Potion Stand 🧪]]
<<if $alarielStory gt 2>>\
[[Book Stand 📚]]
<</if>>\
</div>
<div class="navigation-box">
Go back to:
[[Town Square]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-market-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-market {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-market-intro,
.description-box-market,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<if $talkedAboutLvl2Mag gte 1>>\
<span style="color:DarkMagenta;">Magazine saleswoman:</span>Hey $playerName!
<<set $pornMaglvl2 = 0>>
<img src="Images/Rework065update/Rework065update316.png" width=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> You came to buy the magazine?
<span id="end">
<<if $money gte 20>>
<<link "//Sure. Here.//">>
<<replace "#end">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I take out my pouch and count out 20 gold.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Here you go.
<span style="color:cadetblue;">$playerName:</span> Thanks.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Enioy!
<img src="Images/Rework065update/Rework065update323.png" width=500 />
<span style="color:cadetblue;">$playerName:</span> I will!
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hehe.
//Excited, I make my way home.//
//Can't wait to check this one out!//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1softsmileface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<</if>>\
<<set $time to "Night">>\
<<set $boughtSecondMag to true>>\
<<set $money -=20>>\
<<goto "My Bedroom">>\
<</link>>
<</replace>>
<</link>>
<</if>>
<<link "//I don't have enough... //">>
<<replace "#end">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
<span style="color:cadetblue;">$playerName:</span> I don't have enough.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hm?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> It's ok.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> I am usually here at night anyways.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> I'll put this one for the side.
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:cadetblue;">$playerName:</span> Thanks.
<img src="Images/Rework065update/Rework065update322.png" width=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Have a great day, $playerName.
//I should earn some coins and come back.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1curioussadface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
<</if>>\
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<<else>>
<<set $talkedAboutLvl2Mag ++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//It's getting late.//
//I don't understand.//
<img src="Images/Rework065update/Rework065update314.jpg" width=500 />
//She was here the last time.//
//Well...//
//I guess not.//
//As I start to make my way back home, I see the saleswoman.//
//She has set up her stand in a completely other side of the plaza.//
<span id="heyThere">
<<link "//I make my way toward her.//">>
<<replace "#heyThere">>
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update315.png" width=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Oh, $playerName.
<span style="color:cadetblue;">$playerName:</span> Hello!
<span style="color:DarkMagenta;">Magazine saleswoman:</span> You happy with your purchase?
<span style="color:cadetblue;">$playerName:</span> Yeah...
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hehe...
<span style="color:DarkMagenta;">Magazine saleswoman:</span> So what brings you here?
<span style="color:cadetblue;">$playerName:</span> I want to buy another.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Another one already?
<img src="Images/Rework065update/Rework065update317.png" width=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Don't you like the one you have?
<span style="color:cadetblue;">$playerName:</span> I do.
<span style="color:cadetblue;">$playerName:</span> It's just...
<span id="choice">
<<link "//Lie//✨">>
<<replace "#choice">>
<<set $charisma ++>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I lost it.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Lost it?
<span style="color:cadetblue;">$playerName:</span> Yeah...
<span style="color:DarkMagenta;">Magazine saleswoman:</span> That's a bummer.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<img src="Images/Rework065update/Rework065update318.png" width=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> So you want a new one, yes?
<span style="color:cadetblue;">$playerName:</span> (fast nods)
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hehe.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> This one here.
//She takes out a completely different magazine.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> It's a bit more explicit.
<span style="color:cadetblue;">$playerName:</span> explicit?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> How much does it cost?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> 20 gold.
//20 GOLD!//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> I know it's a lot.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> But I really can't bring myself to sell these magazines for anything less.
<span style="color:DarkMagenta;">Magazine saleswoman:</span>I already did that once for you and...
<span style="color:DarkMagenta;">Magazine saleswoman:</span> I'm sorry. But I do want to make money.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> I get it.
<span id="end">
<<if $money gte 20>>
<<link "//Sure. Here.//">>
<<replace "#end">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I take out my pouch and count out 20 gold.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Here you go.
<span style="color:cadetblue;">$playerName:</span> Thanks.
<img src="Images/Rework065update/Rework065update319.png" width=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Enioy!
<span style="color:cadetblue;">$playerName:</span> I will!
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hehe.
//Excited, I make my way home.//
//Can't wait to check this one out!//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1softsmileface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<</if>>\
<<set $time to "Night">>
<<set $boughtSecondMag to true>>
<<set $money -= 20>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
<</if>>
<<link "//I don't have enough... //">>
<<replace "#end">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
<span style="color:cadetblue;">$playerName:</span> I don't have enough.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hm?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> It's ok.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> I am usually here at night anyways.
<img src="Images/Rework065update/Rework065update320.png" width=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> I'll put this one for the side.
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:cadetblue;">$playerName:</span> Thanks.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Have a great day, $playerName.
//I should earn some coins and come back.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1curioussadface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
<</if>>\
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
<</replace>>
<</link>> | \
<<link "//Tell the truth //🎭">>
<<replace "#choice">>
<<set $confidence ++>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> My <<if $incestOn is true>>aunt<<else>>step-aunt<</if>> found it and took it.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Oh my...
<span style="color:cadetblue;">$playerName:</span> Yeah...
<span style="color:DarkMagenta;">Magazine saleswoman:</span> That's a bummer.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<img src="Images/Rework065update/Rework065update318.png" width=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> So you want a new one, yes?
<span style="color:cadetblue;">$playerName:</span> (fast nods)
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hehe.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> This one here.
//She takes out a completely different magazine.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> It's a bit more explicit.
<span style="color:cadetblue;">$playerName:</span> explicit?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> How much does it cost?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> 20 gold.
//20 GOLD!//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> I know it's a lot.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> But I really can't bring myself to sell these magazines for anything less.
<span style="color:DarkMagenta;">Magazine saleswoman:</span>I already did that once for you and...
<span style="color:DarkMagenta;">Magazine saleswoman:</span> I'm sorry. But I do want to make money.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> I get it.
<span id="end">
<<if $money gte 20>>
<<link "//Sure. Here.//">>
<<replace "#end">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I take out my pouch and count out 20 gold.//
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Here you go.
<span style="color:cadetblue;">$playerName:</span> Thanks.
<img src="Images/Rework065update/Rework065update322.png" width=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Enioy!
<span style="color:cadetblue;">$playerName:</span> I will!
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hehe.
//Excited, I make my way home.//
//Can't wait to check this one out!//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1softsmileface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<</if>>\
<<set $time to "Night">>
<<set $boughtSecondMag to true>>
<<set $money -= 20>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
<</if>>
<<link "//I don't have enough... //">>
<<replace "#end">>
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
<span style="color:cadetblue;">$playerName:</span> I don't have enough.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Hm?
<span style="color:DarkMagenta;">Magazine saleswoman:</span> It's ok.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> I am usually here at night anyways.
<span style="color:DarkMagenta;">Magazine saleswoman:</span> I'll put this one for the side.
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:cadetblue;">$playerName:</span> Thanks.
<img src="Images/Rework065update/Rework065update323.png" width=500 />
<span style="color:DarkMagenta;">Magazine saleswoman:</span> Have a great day, $playerName.
//I should earn some coins and come back.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1curioussadface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
<</if>>\
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</if>>\<<nobr>>
<<if $mascC is true>>
<<if $mascLevel1blushface1 is true>>
<<set $mascLevel1blushface1 to false>>
<<set $mascLevel1blushharderface1 to true>>
<</if>>
<<if $mascLevel2blushface1 is true>>
<<set $mascLevel2blushface1 to false>>
<<set $mascLevel2cummingface1 to true>>
<</if>>
<<elseif $femC is true>>
<<if $mascLevel1blushface1 is true>>
<<set $mascLevel1blushface1 to false>>
<<set $mascLevel1blushharderface1 to true>>
<</if>>
<<if $mascLevel2blushface1 is true>>
<<set $mascLevel2blushface1 to false>>
<<set $mascLevel2cummingface1 to true>>
<</if>>
<</if>>
<<set $readPornComicToday to true>>
<<set $pornMagLvl2 ++>>
<<set $corruption ++>>
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
<</timed>>
<</nobr>>
<<set $scenes = [1,2,3]>>\
<<set $choice = $scenes.random()>>\
<<if $choice is 1>>\
//I sit on the bed and take my dick out.//
//I start stroking myself while reading.//
<img src="Images/Rework065update/Rework065update324.jpg" height=500 />
//Wow orange haired girl with green eyes pops up.//
//She looks so beautiful.//
//Her chest.//
//Ahhh.//
<img src="Images/Rework065update/Rework065update325.jpg" height=500 />
//I start stroking myself faster.//
//Mmmm.//
//That's good.//
//Now all that's left are her panties.//
<img src="Images/Rework065update/Rework065update326.jpg" height=500 />
//Mhhhh...//
//Those titties.//
//Perfect...//
//Titties.//
//Ahhh...//
<img src="Images/Rework065update/Rework065update327.jpg" height=500 />
//Wait?//
<span id="what">
<<link "//What's this?//">>
<<replace "#what">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update328.jpg" height=500 />
//There are images of her sucking dick.//
//Mhhhhh...//
//Ahhh...//
//I can't stop imagining her doing those things to me.//
<img src="Images/Rework065update/Rework065update329.jpg" height=500 />
//Her green eyes piercing straight through me.//
//Her head between my legs.//
//Ah//
//Ahhh...//
<img src="Images/Rework065update/Rework065update330.jpg" height=500 />
//Yes.//
//Yes.//
//Yessss//
//Ahhh//
//It's too much.//
<img src="Images/Rework065update/Rework065update331.jpg" height=500 />
//My legs shake.//
//I'm going to cum.//
//And I do.//
//Mhhh//
//So good.//
//So amazing.//
//I need a moment.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascLevel1blushface1 to true>>\
<<set $mascLevel1cummingface1 to false>>\
<<elseif $femC is true>>\
<<set $mascLevel1blushface1 to true>>\
<<set $mascLevel1cummingface1 to false>>\
<</if>>\
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<<elseif $choice is 2>>\
//Oh, my goddess.//
<img src="Images/Rework065update/Rework065update332.jpg" height=500 />
//There are two girls standing next to each other posing.//
//They look so beautiful and cute.//
//Mhhh...//
//Now they are wearing a sexy nightgown.//
<img src="Images/Rework065update/Rework065update333.jpg" height=500 />
//Wow.//
//Their bodies are perfect.//
//They start to undress each other.//
<img src="Images/Rework065update/Rework065update334.jpg" height=500 />
//Ahhh...//
//Ahhh...//
//Mmmh//
//They seem to be moaning as they touch eachother.//
//So hot.//
<img src="Images/Rework065update/Rework065update335.jpg" height=500 />
//Mmm//
//So sexy.//
<span id="what">
<<link "//What's this?//">>
<<replace "#what">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update336.jpg" height=500 />
//They both start giving a blowjob.//
//Wow.//
//I can't stop looking.//
//It's so hot.//
<img src="Images/Rework065update/Rework065update337.jpg" height=500 />
//How amazing it would feel if they would do that to me.//
//If their lips were on my-//
//Ahhh//
//It's too much.//
<img src="Images/Rework065update/Rework065update338.jpg" height=500 />
//They look so hot!//
//Yes//
//Yes//
//Ahhh//
//Mmmm//
//Oh//
<img src="Images/Rework065update/Rework065update339.png" height=500 />
//I can't hold back.//
//Ahhh//
//Cumming//
//Ahh!!!//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascLevel1blushface1 to true>>\
<<set $mascLevel1cummingface1 to false>>\
<<elseif $femC is true>>\
<<set $mascLevel1blushface1 to true>>\
<<set $mascLevel1cummingface1 to false>>\
<</if>>\
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<<elseif $choice is 3>>\
//Wow!//
<img src="Images/Rework065update/Rework065update340.jpg" height=500 />
//There is a girl with desaturated teal hair and perfect blue eyes.//
//Mhhhh...//
//Wow, she is so cute.//
//Now that she took off her clothes she is on the bed with only panties on.//
<img src="Images/Rework065update/Rework065update341.jpg" height=500 />
//Mmmm//
//She is posing and look straight at me.//
//Those blue eyes.//
//Wow//
<img src="Images/Rework065update/Rework065update342.jpg" height=500 />
//She looks so good.//
<span id="what">
<<link "//What's this?//">>
<<replace "#what">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update343.jpg" height=500 />
//She is laying down now and..//
//Ahhh//
//And is getting fucked in her pussy.//
//Wow//
//She is so cute//
<img src="Images/Rework065update/Rework065update344.jpg" height=500 />
//Ahhh.//
//Mmmm//
//Fuck//
//I can't control myself//
<img src="Images/Rework065update/Rework065update345.jpg" height=500 />
//I start jerking myself harder//
//Ahhh//
//She is so beautiful//
//Oh//
<img src="Images/Rework065update/Rework065update346.jpg" height=500 />
//It still feels like she is looking straight at me//
//Ahhh//
//Those blue eyes//
//Mmmm//
<img src="Images/Rework065update/Rework065update347.jpg" height=500 />
//Ahh//
//So close//
//Yes//
//It's too much.//
//I cum so hard for her.//
<img src="Images/Rework065update/Rework065update348.jpg" height=500 />
//Ahhh!!!//
//Fuck//
//That was amazing.//
//Wow (panting)//
<<link "Continue">>
<<if $mascC is true>>
<<if $mainStory lt 4>>
<<set $mascDefaultLevel1 to true>>
<<elseif $mainStory gte 4>>
<<set $mascDefaultLevel2 to true>>
<</if>>
<<set $mascLevel2cummingface1 to false>>
<<elseif $femC is true>>
<<if $mainStory lt 4>>
<<set $mascDefaultLevel1 to true>>
<<elseif $mainStory gte 4>>
<<set $mascDefaultLevel2 to true>>
<</if>>
<<set $mascLevel2cummingface1 to false>>
<</if>>
<<set $time to advanceTime($time)>>
<<script>>reduceFever();<</script>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</if>><<timed 100ms>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//Ok I have some time for myself.//
//The new magazine has turned out to be better than I have ever hoped for.//
<span id="choice">
<<link "//Let me just check and make sure what Inledya is up to before I use the naughty magazine. //🧠">>
<<replace "#choice">>
<<set $intelligence ++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Better safe than sorry.//
//I quickly step out of my room and peek into the living room.//
//She's not here...//
//I then go and peek into the kitchen.//
//There she is.//
<img src="Images/Rework065update/Rework065update349.jpg" height=500 />
//Looks like she is cooking.//
//Perfect!//
//I quietly make my way back to my room.//
//Once inside.//
//I close the door.//
//Then close the curtains.//
[[Continue|InledyaStory5.1]]
<</replace>>
<</link>> | \
<<link "//Heck it! I want to check out the new naughty magazine right away //😈">>
<<replace "#choice">>
<<set $intelligence ++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Screw it.//
//She is bound to do something at this time.//
//She won't come and catch me masturbating.//
//Right?//
//...//
//I close the door.//
[[Continue|InledyaStory5.1]]
<</replace>>
<</link>>
</span>
<<timed 100ms>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I open the drawer and take out the new naughty magazine.//
<img src="Images/Rework065update/Rework065update350.jpg" height=500 />
//Oh godess, she looks so hot.//
//Mhhhh....//
<span id="really">
<<link "//Suddenly the most unexpected thing happens-//">>
<<replace "#really">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The door opens and in comes Alariel.//
<span style="color:darksalmon">Alariel:</span> Hey $playerName did you-
<img src="Images/Rework065update/Rework065update352.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> AHHHH!!!
<span style="color:cadetblue;">$playerName:</span> ... (panic)
<span style="color:coral;">Inledya:</span> (from the kitchen) Alariel what's wrong?
<span style="color:darksalmon">Alariel:</span> Nothing.
<span style="color:darksalmon">Alariel:</span> I'm..
<span style="color:darksalmon">Alariel:</span> It's-
//Inledya has made her way and is now in front of the door.//
<span id="angry">
<<link "//She looks into the room and sees what's happening.//">>
<<replace "#angry">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update353.jpg" height=500 />
<span style="color:coral;">Inledya:</span> $playerName, what are you doing ?!?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> (turns to Alariel) I need to talk to $playerName.
//Alariel leaves, but before she does, she looks at you almost with a regretting expression on her face.//
//Inledya closes the door and looks at you.//
<span style="color:coral;">Inledya:</span> I thought we talked about this!
//She comes closer to you and snatches to magazine out of your hands.//
<span style="color:coral;">Inledya:</span> (looking at the magazine)
<span style="color:cadetblue;">$playerName:</span> I'm-
<span style="color:coral;">Inledya:</span> Not only that! Now you are looking at this?!
//She displays an image of girl getting fucked.//
<img src="Images/Rework065update/Rework065update351.jpg" height=500 />
<span style="color:coral;">Inledya:</span> I... I can't belive it!
//I just keep looking at the floor.//
//What else can I do?//
<span style="color:coral;">Inledya:</span> Look at me!
<span id="chin">
<<link "//She grabs my chin, lifting it up.//">>
<<replace "#chin">>
<img src="Images/Rework065update/Rework065update354.png" height=500 />
<span style="color:coral;">Inledya:</span> This is not allowed in my house!
<span style="color:coral;">Inledya:</span> Never again!
<span style="color:coral;">Inledya:</span> Promise me!
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:coral;">Inledya:</span> ...
<span style="color:cadetblue;">$playerName:</span> I promise.
<span style="color:coral;">Inledya:</span> Ok.
<span style="color:coral;">Inledya:</span> ...
//Before leaving she looks to the side clearly not happy about how she treated you.//
<img src="Images/Rework065update/Rework065update355.jpg" height=500 />
<span id="gg">
<<link "//She leaves and closes the door.//">>
<<replace "#gg">>
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 5s>>
//DARN IT!//
//...//
//This sucks!//
//Now that I verbally promised her I have to keep my word.//
//AHHH!!!!//
//FUCK!!!//
<</shake>>
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1angryface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1angryface1 to false>>\
<</if>>\
<<set $tookLevel2magFromMe to true>>\
<<set $pornMaglvl3 = 0>>\
<<set $inledyaStory to 6>>\
<<set $time to advanceTime($time)>>\
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $currentLocation = "Private Study Hall 1">>\
<<if $daynumber gte 8 and $time is "Morning">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/libraryStudyHall1Alariel.png')">>\
<<else>>\
<<set document.body.style.backgroundImage = "url('Images/Locations/libraryStudyHall1.jpg')">>
<</if>>\
<div class="description-box-academy-library-intro">\
//I am at Study hall 1.//
</div>
<div class="description-box-library">\
Interactions
<<if $time is "Morning">>\
<<if $alarielStory is 2>>\
[[Event: There's Alariel!|AlarielStory3]]
<<else>>\
[[Study with Alariel (🔱❤️) (🧠❤️) ⏰|AlarielStudyLvl1]]
<</if>>\
<<else>>\
//Hmmm.... It's empty.//
<</if>>\
</div>
<div class="navigation-box">
Go back to:
[[Library]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-academy-library-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-library {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-library-intro,
.description-box-library,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<set $currentLocation = "Private Study Hall 2">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/libraryStudyHall2.jpg')">>
<div class="description-box-academy-library-intro">\
//I am at Study hall 2.//
</div>
<div class="description-box-library">\
Interactions:
//Hmmm.... It's empty.//
</div>
<div class="navigation-box">
Go back to:
[[Library]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-academy-library-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-library {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-library-intro,
.description-box-library,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<set $currentLocation = "Private Study Hall 3">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/libraryStudyHall3.jpg')">>
<div class="description-box-academy-library-intro">\
//I am at Study hall 3.//
</div>
<div class="description-box-library">\
Interactions:
//Hmmm.... It's empty.//
</div>
<div class="navigation-box">
Go back to:
[[Library]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-academy-library-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-library {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-library-intro,
.description-box-library,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<set $currentLocation = "Librarian's Desk">>\
<<if $rowenaStory is 1>>\
<<set document.body.style.backgroundImage = "url('Images/Locations/libraryReceptionRowena.png')">>\
<<else>>\
<<set document.body.style.backgroundImage = "url('Images/Locations/libraryReceptionempty.png')">>
<</if>>\
<div class="description-box-academy-library-intro">\
//I am at Librarian's Desk.//
</div>
<div class="description-box-library">\
Interactions:
//Hmmm.... It's empty. I wonder where the librarian is?//
</div>
<div class="navigation-box">
Go back to:
[[Library]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-academy-library-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-library {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-library-intro,
.description-box-library,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//As I walk into the Academy library, exploring it, I walk into one of the study halls and see Alariel sitting behind one of the tables.//
<img src="Images/Rework065update/Rework065update360.jpg" height=500 />
//I walk closer to her to see what she's up to.//
//As I get closer to her, her ear twitches.//
<span id="there">
<<link "//She looks around and then locks eyes with me.//">>
<<replace "#there">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update357.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> $playerName?
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:darksalmon">Alariel:</span> Hey.
<span style="color:cadetblue;">$playerName:</span> What are you up to?
<span style="color:darksalmon">Alariel:</span> Just passing time.
<span style="color:darksalmon">Alariel:</span> Reading.
<span style="color:cadetblue;">$playerName:</span> About biology?
<span style="color:darksalmon">Alariel:</span> No.
<span style="color:darksalmon">Alariel:</span> Fashion.
<span style="color:cadetblue;">$playerName:</span> Fashion?
<span style="color:darksalmon">Alariel:</span> Mhm.
<span style="color:darksalmon">Alariel:</span> See.
//She raises her magazine and shows you an image.//
<img src="Images/Rework065update/Rework065update358.jpg" height=500 />
//Wow...//
//Her design its....//
<span id="choice">
<<link "//Focus on her breasts //💜">>
<<replace "#choice">>
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Wow...//
//Those breasts look so amazing.//
<span id="yespls">
<<link "//It's hard not to imagine how they would look without dress.//">>
<<replace "#yespls">>
<img src="Images/Rework065update/Rework065update359.png" height=500 />
//Actully it's not.//
//Mhhh..//
<span style="color:darksalmon">Alariel:</span> ...
//I come back to reality and look back her.//
//I can't help but to blush.//
<span style="color:cadetblue;">$playerName:</span> (blush)...
<img src="Images/Rework065update/Rework065update362.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> I knew it!
//She hits your head with the magazine.//
<span style="color:darksalmon">Alariel:</span> You perv.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> ...
...
..
.
<span style="color:cadetblue;">$playerName:</span> Can I sit with you?
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:darksalmon">Alariel:</span> Sure.
//You sit next to her.//
<span style="color:cadetblue;">$playerName:</span> So why are you checking out that fashion magazine?
<span style="color:cadetblue;">$playerName:</span> Isn't biology your subject?
<span style="color:darksalmon">Alariel:</span> So does that mean I can't learn more about fashion or any other subjects?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> Heh.
<img src="Images/Rework065update/Rework065update364.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> I want to know about all sorts of things.
<span style="color:darksalmon">Alariel:</span> So why not?
<span style="color:cadetblue;">$playerName:</span> (soft smile)
<span style="color:darksalmon">Alariel:</span> I encourage you to do the same.
<span style="color:darksalmon">Alariel:</span> Explore more.
<span style="color:darksalmon">Alariel:</span> Read more.
<span style="color:cadetblue;">$playerName:</span> Hmmmm....
<span style="color:cadetblue;">$playerName:</span> Maybe I should...
<span style="color:darksalmon">Alariel:</span> Mhm.
<span style="color:cadetblue;">$playerName:</span> But then again...
<span style="color:darksalmon">Alariel:</span> Then again, what?
<span style="color:cadetblue;">$playerName:</span> Herbology is hard.
<span id="looking">
<<link "//She gives me a look//">>
<<replace "#looking">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:darksalmon">Alariel:</span> You saying biology for all sentient creatures is not?
<span style="color:cadetblue;">$playerName:</span> N-no.
<span style="color:darksalmon">Alariel:</span> I'm not saying to take super complicated, hard subjects.
<span style="color:darksalmon">Alariel:</span> There are plenty of books and magazines on the market for all kinds of interesting topics.
<span style="color:darksalmon">Alariel:</span> Why not buy one that might actually interest you and give it a shot?
<span style="color:cadetblue;">$playerName:</span> Maybe you're right.
<span style="color:darksalmon">Alariel:</span> (smirks)
<span style="color:darksalmon">Alariel:</span> Of course I'm right!
//I should get some interesting books or magazines from the market if I have time. Educating myself on various topics can't hurt.//
[[Continue|AlarielStory3.1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Say something about the design //❤️">>
<<replace "#choice">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I like the red color cape.
<span style="color:cadetblue;">$playerName:</span> It matches her cheeks.
<img src="Images/Rework065update/Rework065update361.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> I know, right?
//She smiles, pleased by your observation.//
<span style="color:cadetblue;">$playerName:</span> So why are you checking out that fashion magazine?
<span style="color:cadetblue;">$playerName:</span> Isn't biology your subject?
<span style="color:darksalmon">Alariel:</span> So does that mean I can't learn more about fashion or any other subjects?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> Heh.
<span style="color:darksalmon">Alariel:</span> I want to know about all sorts of things.
<span style="color:darksalmon">Alariel:</span> So why not?
<span style="color:cadetblue;">$playerName:</span> (soft smile)
<span style="color:darksalmon">Alariel:</span> I encourage you to do the same.
<span style="color:darksalmon">Alariel:</span> Explore more.
<span style="color:darksalmon">Alariel:</span> Read more.
<span style="color:cadetblue;">$playerName:</span> Hmmmm....
<span style="color:cadetblue;">$playerName:</span> Maybe I should...
<span style="color:darksalmon">Alariel:</span> Mhm.
<span style="color:cadetblue;">$playerName:</span> But then again...
<span style="color:darksalmon">Alariel:</span> Then again, what?
<span style="color:cadetblue;">$playerName:</span> Herbology is hard.
<span style="color:darksalmon">Alariel:</span> You saying biology for all sentient creatures is not?
<span style="color:cadetblue;">$playerName:</span> N-no.
<span style="color:darksalmon">Alariel:</span> I'm not saying to take super complicated, hard subjects.
<img src="Images/Rework065update/Rework065update365.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> There are plenty of books and magazines on the market for all kinds of interesting topics.
<span style="color:darksalmon">Alariel:</span> Why not buy one that might actually interest you and give it a shot?
<span style="color:cadetblue;">$playerName:</span> Maybe you're right.
<span style="color:darksalmon">Alariel:</span> (smirks)
<span style="color:darksalmon">Alariel:</span> Of course I'm right!
//I should get some interesting books or magazines from the market if I have time. Educating myself on various topics can't hurt.//
[[Continue|AlarielStory3.1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><span style="color:#ffc14d;">Orianna:</span> Hahaha
<img src="Images/Rework065update/Rework065update366.png" height=500 />
<span style="color:#ffc14d;">Orianna:</span> I know, right?
//Alariel checks behind her sees Orianna and continues reading.//
//Her face turns to stone.//
<span id="question">
<<link "//Orianna takes a book from the shelf and then leaves with her group.//">>
<<replace "#question">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> You ok?
<span style="color:darksalmon">Alariel:</span> Me?
<span style="color:darksalmon">Alariel:</span> Yeah.
<img src="Images/Rework065update/Rework065update356.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:cadetblue;">$playerName:</span> Soo....
<span style="color:cadetblue;">$playerName:</span> What's up between you and Orianna?
<span style="color:darksalmon">Alariel:</span> Nothing.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> She's...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> You know.
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:darksalmon">Alariel:</span> I just don't get along with her.
<span style="color:cadetblue;">$playerName:</span> Why?
<span style="color:darksalmon">Alariel:</span> ...
//Fine. Fine.//
//If she doesn't want to talk about it, I won't press her.//
<span id="will">
<<link "//I just take out my herbology book and start reading it in silence.//">>
<<replace "#will">>
<img src="Images/Rework065update/Rework065update367.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> We were friends.
<span style="color:darksalmon">Alariel:</span> But then she started hanging out with Patricia and the rest of them.
<span style="color:darksalmon">Alariel:</span> She got into their circle and just...
<span style="color:cadetblue;">$playerName:</span> Became like them?
<span style="color:darksalmon">Alariel:</span> Pretty much.
<span style="color:cadetblue;">$playerName:</span> I see.
//She gets quiet.//
<span id="im">
<<link "//I feel like there is more to this story than just that.//">>
<<replace "#im">>
<img src="Images/Rework065update/Rework065update368.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> You are leaving something out.
<span style="color:darksalmon">Alariel:</span> (soft sigh)
<span style="color:darksalmon">Alariel:</span> I kinda envy her.
<span style="color:cadetblue;">$playerName:</span> Envy?
<span style="color:darksalmon">Alariel:</span> Now that she's friends with all of them, she gets to do all these things.
<span style="color:darksalmon">Alariel:</span> All the fancy parties and events.
<span style="color:darksalmon">Alariel:</span> All the attention.
<span style="color:darksalmon">Alariel:</span> I don't know...
<span style="color:darksalmon">Alariel:</span> I want that.
<span style="color:darksalmon">Alariel:</span> To live and try out all these things.
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:darksalmon">Alariel:</span> I don't know.
//She gets up and packs her things.//
<img src="Images/Rework065update/Rework065update363.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> I'll catch you later ok?
//I nod.//
//She leaves.//
//Interesting. //
//Well... I better get going myself.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1curiousface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1curiousface1 to false>>\
<</if>>\
<<set $time to advanceTime($time)>>\
<<set $alarielStory to 3>>\
<<goto "Academy Hallway">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//As Philippa is giving the lecture-//
<img src="Images/Rework065update/Rework065update369.png" height=500 />
<span style="color:#ffb3ff;">Meridia:</span> Emmm... Proffessor?
<span style="color:orangered;">Philippa:</span> Yes?
<span style="color:#ffb3ff;">Meridia:</span> What's this?
//You look over and see Merida holding a plant in her hands.//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ffb3ff;">Meridia:</span> It looks weird.
//Philippa walks closer to Merida to inspect the plant.//
//She takes the plant and looks at it closely.//
<span id="1">
<<link "//Suddenly her eyes go big.//">>
<<replace "#1">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Philippa/phillipa-story2.jpg"/>
<span style="color:orangered;">Philippa:</span> (to herself) How did this get here?!
<span style="color:orangered;">Philippa:</span> (to herself) Can it really be //Verdant Veil//?
<span style="color:cadetblue;">$playerName:</span> It can't be the "Verdant Veil."
<span id="2">
<<link "//She stops speaking-//">>
<<replace "#2">>
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Philippa/philippaextra1.jpg" height=500/>
//Looking directly at you. Shit, why did I interrupt her.//
<span style="color:cadetblue;">$playerName:</span> Ummm... I mean, if it were the "Verdant Veil," it wouldn't make sense because of the rapid wilting pattern; it would make sense if it were just a color change.
<span style="color:orangered;">Philippa:</span> Everyone out.
<span style="color:orangered;">Philippa:</span> Class dismissed.
<span style="color:orangered;">Philippa:</span> (points at me) You stay.
//She crosses her arms and leans against the wall.//
<span style="color:orangered;">Philippa:</span> Explain.
<span style="color:cadetblue;">$playerName:</span> The "Verdant Veil" is a potent toxin extracted from the leaves of the Verdant Viper plant.
<span style="color:cadetblue;">$playerName:</span>So there wouldn't be any patterns. Like those leafs have.
<span style="color:orangered;">Philippa:</span> Continue.
<span style="color:cadetblue;">$playerName:</span> I think it might actually be something else.
<span style="color:orangered;">Philippa:</span> Like?
<span style="color:cadetblue;">$playerName:</span> I read about a similar wilting pattern caused by the "Spectral Thorn."
//She calms down. Now that she sees you actually know what you are talking about.//
<span style="color:orangered;">Philippa:</span> Good guess, but it can't be.
<span style="color:cadetblue;">$playerName:</span>...
//She uncrosses her arms and paces around the room.//
<span style="color:orangered;">Philippa:</span> There's no way someone could have access to the "Spectral Thorn." They are extremely rare, hard to find, and expensive.
<span style="color:orangered;">Philippa:</span> Hmmm... first we need to make sure the other plants aren't affected.
<span id="3">
<<link "//She turns around and points to me.//">>
<<replace "#3">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Philippa/philippastory2-1.jpg" height=500/>
<span style="color:orangered;">Philippa:</span> Do you know what "Lactavicus cream" is?
<span style="color:cadetblue;">$playerName:</span> No.
<span style="color:orangered;">Philippa:</span> Alright. Let me put it simply. Go to the backroom, where all the lab supplies are kept. You'll see a small vial with a pinkish-white substance. Bring it to me.
//You enter the backroom and start searching for the vial.//
//Hmmm... It's not anywhere on the bottom self, nor anywhere on the middle self.
//Wait!//
//I think I see it on the top. //
//You grab the veil.//
<span style="color:cadetblue;">$playerName:</span> It's slimy...?
<span style="color:orangered;">Philippa:</span> (laud) what was that? It's been 15 minutes already?
<span id="4">
<<link "//You walk back to the classroom, where the professor is checking the other plants.//">>
<<replace "#4">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Philippa/philippaextra2.jpg" height=500/>
<span style="color:orangered;">Philippa:</span> What was that earlier?
<span style="color:cadetblue;">$playerName:</span> It was nothing.
<span style="color:orangered;">Philippa:</span> No, what did you say?
<span style="color:cadetblue;">$playerName:</span>It was slimy... the vial.
<span style="color:orangered;">Philippa:</span> Slimy, why would it be slimy?
<span id="5">
<<link "//You suddenly start to feel losing consciousness.//">>
<<replace "#5">>
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1sleepingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>> <<else>><img src="Images/Philippa/imdone.gif" height=300/><</if>>
<span style="color:cadetblue;">$playerName:</span> Phillipa...I...
<span id="darkness">
<<link "//Darkness//">>
<<replace "#darkness">>
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1sleepingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Darkness//
//Am I.....//
//Dead?//
<span style="color:orangered;">Philippa:</span> Wake up!
<span style="color:orangered;">Philippa:</span>$playerName!
<span style="color:orangered;">Philippa:</span>$playerName!!!
<span id="6">
<<link "//Mhhhh.... What's.... NO!!!! WAKE UP!!!!//">>
<<replace "#6">>
<<set $mascLevel1sleepingface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I quickly sit up.//
//And I slowly begin to regain consciousness. The room is spinning.//
<img src="Images/Philippa/philippaextra3.jpg" width=500/>
<span style="color:orangered;">Philippa:</span> Thank Luna it worked.
<span style="color:cadetblue;">$playerName:</span> What worked?
<span style="color:orangered;">Philippa:</span> The antidote, what else?
//Antidote?//
<span style="color:cadetblue;">$playerName:</span> But I don't remember.
<span style="color:orangered;">Philippa:</span> The slime $playerName.
<span style="color:orangered;">Philippa:</span> Someone planned all of this.
<span style="color:orangered;">Philippa:</span> Someone knew I would try to use "Lactavicus cream" on the plant to heal it.
<span style="color:orangered;">Philippa:</span>Whoever did this meant to... meant to kill me!
<span style="color:orangered;">Philippa:</span> .... But it might be even worse than death. Now that we survived this.
<span id="what">
<<link "//I'm confused//">>
<<replace "#what">>
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> What's going on Phillipa?
<span style="color:orangered;">Philippa:</span>The slime that covered the "Lactavicus Cream" vial is a highly potent poison.
<span style="color:cadetblue;">$playerName:</span> Oh Luna....
<span style="color:orangered;">Philippa:</span> I managed to give myself the antidote.
<span style="color:orangered;">Philippa:</span> And it appears I got to you just in time.
<span style="color:cadetblue;">$playerName:</span> Sooo... we're good?
<span style="color:orangered;">Philippa:</span> No $playerName. The slime is called the "Toxic Slime Draught." If no antidote is applied within 10-20 minutes, death is imminent.
<span style="color:orangered;">Philippa:</span> But if antidote is used to avoid death then there are some long-term side effects.
<span style="color:cadetblue;">$playerName:</span> Side effects?
<span style="color:orangered;">Philippa:</span> Horniness, increased libido, pain tolerance...
<span style="color:cadetblue;">$playerName:</span> That soun-
<span id="7">
<<link "//She gives you a serious look//">>
<<replace "#7">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Philippa/philippaextra4.jpg" height=500/>
<span style="color:orangered;">Philippa:</span> You don't understand $playerName. It changes people, it starts off slow and gets worse and worse with time until-
<span style="color:cadetblue;">$playerName:</span>...
<span style="color:cadetblue;">$playerName:</span> Are you sure it is what you claim it to be?
<span style="color:orangered;">Philippa:</span> Yes.. When you fell down and were unconscious you were hard as a rock down there. It's one of the symptoms of "Toxic Slime Draught".
<span style="color:orangered;">Philippa:</span> And you said slimy and to top it all off the antidote worked... So there is also that...
<span style="color:orangered;">Philippa:</span>Since we survived the "Toxic Slime Draught" we now have a illness called "Cockatrice Fever".
//Cockatrice Fever!?//
<span style="color:orangered;">Philippa:</span> It's called feaver but it's not contagious.
<span style="color:orangered;">Philippa:</span> Look $playerName, we need to keep what just happened between the two of us, okay?
<span style="color:cadetblue;">$playerName:</span> Why?
<span style="color:orangered;">Philippa:</span> Think about it $playerName.
<span style="color:orangered;">Philippa:</span> What do you think would happen to us if people knew we have Cockatrice Fever?
<span style="color:cadetblue;">$playerName:</span> ....
<span style="color:orangered;">Philippa:</span> I need some time to think.
<img src="Images/Rework065update/Rework065update370.jpg" height=500 />
<span style="color:orangered;">Philippa:</span>Come by tomorrow after class ok?
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
<<set $time to "Evening">>
<<set $philippaStory to 2>>
<<set $mainStory to 3>>\
<<goto "Academy Hallway">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>//I make it back home.//
//Just few more steps.//
<<replacelink "//I open the door and as soon as I step inside-//">>//I open the door and as soon as I step inside-//
<<set $mascLevel1cummingface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I feel fine.//
//What?//
//It's gone.//
//I feel back in control.//
//Thank the goddess.//
//This was scary.//
//I should take the potion Philippa gave me immediately.//
//I don't want to experience whatever that was ever again.//
//Go to the bathroom.//
//I make my way to the bathroom and take a glass.//
<<replacelink "//I open the the vial. Mmm, it smells so sweet. Like a sweet syrup.//">>//I open the the vial. Mmm, it smells so sweet. Like a sweet syrup.//
<img src="Images/Philippa/story2blackvial.jpg" height=500/>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Ok Philippa said half the vial and mix it with water so that I don't immediately pass out.//
//I pour half the vial into the glass then mix it with water and-//
<span style="color:cadetblue;">$playerName:</span> Here goes...(gulp,gulp)...
<<replacelink "//I go and lay down on the bed and wait for the sleep to kick in.//">>//I go and lay down on the bed and wait for the sleep to kick in.//
//...//
//..//
//.//
<<replacelink "//I wait...//">>//I wait...//
//....//
//...//
//..//
//.//
<<replacelink "//And wait...//">>//And wait...//
//...//
//..//
//.//
//It's getting kinda boring.//
//Oh. I know.//
//I could check out that new magazine.//
<<if $does is true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<</if>>
<<if $mascRomanceMag3 is true>>
[[Continue|mascRomanceMag3story]]
<<elseif $mascDominationMag3 is true>>
[[Continue|mascDominationMag3story]]
<<elseif $mascNetoriMag3 is true>>
[[Continue|mascNetoriMag3story]]
<<elseif $femRomanceMag3 is true>>
[[Continue|femRomanceMag3story]]
<<elseif $femDominationMag3 is true>>
[[Continue|femDominationMag3story]]
<<elseif $femNTRMag3 is true>>
[[Continue|femNTRMag3story]]
<</if>>
<</replacelink>>
<</replacelink>>
<</replacelink>>
<</replacelink>>
<</replacelink>><<timed 100ms>>\
<<set $mascLevel1cummingface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I take out the magazine, open it and-//
<img src="Images/Rework065update/Rework065update375.png" height=500 />
//What's this?//
//It's just empty pages?//
//Wait!//
//Something is happening?//
<span id="cool">
<<link "//As I continue to focus on the pages, words start appearing.//">>
<<replace "#cool">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update376.png" height=500 />
//Wow.//
//So cool.//
//As you ride through the forest you hear-//
<span style="color:#ff3333;">Woman:</span> (screaming) HELP!!!
<span style="color:#ff3333;">Woman:</span> Help me!!!
//What's this?//
//There are options appearing on the page?//
//How will it know which one I'll choose?//
<span id="choice">
<<link "//Go and have a look on horseback//">>
<<replace "#choice">>
//Oh. Does the magazine hear my thoughts?! That's so cool.//
//I'll go and have a look on the horse.//
//As you get closer you see a girl in a ripped red dress on the ground.//
<img src="Images/Rework065update/Rework065update382.jpg" height=500 />
//Next to her stands a knight.//
<span style="color:#00ccff;">Knight:</span> I will kill you, you whore!
<span style="color:cadetblue;">Main Character:</span> Stop this at once!
<span style="color:#00ccff;">Knight:</span> Huh?
//The knight looks over.//
<img src="Images/Rework065update/Rework065update383.png" height=500 />
<span style="color:#00ccff;">Knight:</span> Another elf!
<span style="color:#00ccff;">Knight:</span> I'll fucking skin you alive.
<span id= "choice2">
<<link "//Charge forth on your horse//">>
<<replace "#choice2">>
<span style="color:cadetblue;">Main Character:</span> (Charging) AHHHHHHH
<span style="color:#00ccff;">Knight:</span> Fight fairly you-
//Too late.//
<img src="Images/Rework065update/Rework065update384.png" height=500 />
//You trampled the knight.//
//He's dead.//
//You hop down from your horse.//
<span style="color:cadetblue;">Main Character:</span> Are you alright?
//The girl stands up.//
<span style="color:#ff3333;">Woman:</span> Yes.
<img src="Images/Rework065update/Rework065update385.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Thanks for saving me noble knight.
<span style="color:#ff3333;">Woman:</span> How could I ever repay you?
<span style="color:#ff3333;">Woman:</span> (Smile)
<span style="color:cadetblue;">Main Character:</span> No need.
<span style="color:cadetblue;">Main Character:</span> Making sure you are safe is enough for me.
//She grabs the main characters hand.//
//And kisses him on the mouth.//
<img src="Images/Rework065update/Rework065update386.jpg" height=500 />
//**The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...**//
<span style="color:#ff3333;">Woman:</span> I insist.
<span style="color:cadetblue;">Main Character:</span> (blushing)
<span style="color:cadetblue;">Main Character:</span> Insist?
//She drops her red dress onto the floor.//
<img src="Images/Rework065update/Rework065update387.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> I want you inside me noble knight.
<span style="color:cadetblue;">Main Character:</span> (Blushing)
<span style="color:#ff3333;">Woman:</span> Here let me get these off.
//She helps to take off the armor and-//
//Once the heavy armor is off she pulls your pants down.//
//Her eyes go big.//
//She stares at your cock.//
<span style="color:#ff3333;">Woman:</span> (drool)
<span style="color:#ff3333;">Woman:</span> You're...
<span style="color:cadetblue;">Main Character:</span> Is something wrong?
<img src="Images/Rework065update/Rework065update390.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> You're so big
<span id="choice3">
<<link "//Comfort her and guide her head//">>
<<replace "#choice3">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Main Character:</span> Don't worry.
<span style="color:cadetblue;">Main Character:</span> I'll go slow.
//You slowly move her head towards the tip.//
<span style="color:cadetblue;">Main Character:</span> Here, open your mouth.
<img src="Images/Rework065update/Rework065update391.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Mmmh...
<span style="color:#ff3333;">Woman:</span> A-ahhhh...
<span style="color:cadetblue;">Main Character:</span> There we go.
//She slowly starts moving her head back and forth.//
//Fuck this is so hot!//
//She is constantly keeping eye contact as she is slowly moving her mouth up and down.//
<img src="Images/Rework065update/Rework065update392.jpg" height=500 />
//Her mouth feels so good.//
<span style="color:cadetblue;">Main Character:</span> That's it.
<span style="color:cadetblue;">Main Character:</span> Fuck, just like that.
<span style="color:cadetblue;">Main Character:</span> Good girl.
//She picks up the pace.//
//Her hands are caressing your balls and shaft.//
<span style="color:cadetblue;">Main Character:</span> Ahhhh...
<img src="Images/Rework065update/Rework065update393.jpg" height=500 />
//This magazine is so hot. AHHHHH!!!!!//
[[Continue|mascRomanceMag3story2]]
<</replace>>
<</link>> | \
<<link "//Pleasure her with your mouth.//">>
<<replace "#choice3">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Main Character:</span> You are so beautiful.
<span style="color:cadetblue;">Main Character:</span> Why don't you lie down on your back and let me take care of you.
<span style="color:#ff3333;">Woman:</span> W-what?
//She does as you tell her to.//
//You lift up her legs and spread them apart.//
<img src="Images/Rework065update/Rework065update399.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> Mhhhh
//You lick her pussy.//
<span style="color:#ff3333;">Woman:</span> (Moan)
//Her legs wrap around you.//
<span style="color:#ff3333;">Woman:</span> AHhhh
//This feels so good.//
<img src="Images/Rework065update/Rework065update400.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ohhhh!!!
//She is holding onto her breasts and moaning.//
<span style="color:#ff3333;">Woman:</span> You are amazing!
//She is squirming and twitching as you continue licking her pussy.//
<span style="color:cadetblue;">Main Character:</span> (smile)
<span style="color:#ff3333;">Woman:</span> You are...
<span style="color:#ff3333;">Woman:</span> AGGGHHHHH!!!
//She cums making the cutest expression that you have ever seen.//
<img src="Images/Rework065update/Rework065update401.jpg" height=500 />
//I can't...//
//Mhhhh...//
//This magazine is so hot. AHHHHH!!!!!//
[[Continue|mascRomanceMag3story2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Draw your sword and dismount//">>
<<replace "#choice2">>
<span style="color:#00ccff;">Knight:</span> You'll die you fucking whore.
//You jump down from the horse.//
<span style="color:#00ccff;">Knight:</span> Let's see what you are made of.
<img src="Images/Rework065update/Rework065update402.png" height=500 />
<span style="color:cadetblue;">Main Character:</span> Fine by me.
<span style="color:cadetblue;">Main Character:</span> I'll cut you down.
//The knight charges at you.//
//You block his initial strike and immediately counter him with your own.//
//Instantly cutting his throat open from side to side.//
<img src="Images/Rework065update/Rework065update403.png" height=500 />
//Blood splashes everywhere.//
<span style="color:#00ccff;">Knight:</span> Fuck....
//He tries to keep himself from falling.//
<span style="color:#00ccff;">Knight:</span> Fuck...
//He falls and hits the ground.//
//Dead.//
<span style="color:cadetblue;">Main Character:</span> Are you alright?
<span style="color:#ff3333;">Woman:</span> Yes.
<span style="color:#ff3333;">Woman:</span> Thanks for saving me, you brave and noble knight.
<span style="color:#ff3333;">Woman:</span> How could I ever repay you?
<img src="Images/Rework065update/Rework065update385.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (Smile)
<span style="color:cadetblue;">Main Character:</span> No need.
<span style="color:cadetblue;">Main Character:</span> Making sure you are safe is enough for me.
//She grabs the main characters hand.//
//And kisses him on the mouth.//
<img src="Images/Rework065update/Rework065update386.jpg" height=500 />
//**The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...**//
<span style="color:#ff3333;">Woman:</span> I insist.
<span style="color:cadetblue;">Main Character:</span> (blushing)
<span style="color:cadetblue;">Main Character:</span> Insist?
//She drops her red dress onto the floor.//
<img src="Images/Rework065update/Rework065update388.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> I want you inside me noble knight.
<span style="color:cadetblue;">Main Character:</span> (Blushing)
<span style="color:#ff3333;">Woman:</span> Here let me get these off.
//She helps to take off the armor and-//
//Once the heavy armor is off she pulls your pants down.//
//Her eyes go big.//
//She stares at your cock.//
<img src="Images/Rework065update/Rework065update390.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (drool)
<span style="color:#ff3333;">Woman:</span> You're...
<span style="color:cadetblue;">Main Character:</span> Is something wrong?
<span style="color:#ff3333;">Woman:</span> You're so big!
<span id="choice3">
<<link "//Comfort her and guide her head//">>
<<replace "#choice3">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Main Character:</span> Don't worry.
<span style="color:cadetblue;">Main Character:</span> I'll go slow.
//You slowly move her head towards the tip.//
<span style="color:cadetblue;">Main Character:</span> Here, open your mouth.
<img src="Images/Rework065update/Rework065update394.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Mmmh...
<span style="color:#ff3333;">Woman:</span> A-ahhhh...
<span style="color:cadetblue;">Main Character:</span> There we go.
//She slowly starts moving her head back and forth.//
//Fuck this is so hot!//
<img src="Images/Rework065update/Rework065update395.jpg" height=500 />
//She is constantly keeping eye contact as she is slowly moving her mouth up and down.//
//Her mouth feels so good.//
<span style="color:cadetblue;">Main Character:</span> That's it.
<span style="color:cadetblue;">Main Character:</span> Fuck, just like that.
<span style="color:cadetblue;">Main Character:</span> Good girl.
//She picks up the pace.//
//Her hands are caressing your balls and shaft.//
<span style="color:cadetblue;">Main Character:</span> Ahhhh...
<img src="Images/Rework065update/Rework065update396.jpg" height=500 />
//This magazine is so hot. AHHHHH!!!!!//
[[Continue|mascRomanceMag3story2]]
<</replace>>
<</link>> | \
<<link "//Pleasure her with your mouth.//">>
<<replace "#choice3">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Main Character:</span> You are so beautiful.
<span style="color:cadetblue;">Main Character:</span> Why don't you lie down on your back and let me take care of you.
<span style="color:#ff3333;">Woman:</span> W-what?
//She does as you tell her to.//
//You lift up her legs and spread them apart.//
<img src="Images/Rework065update/Rework065update404.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> Mhhhh
//You lick her pussy.//
<span style="color:#ff3333;">Woman:</span> (Moan)
//Her legs wrap around you.//
<span style="color:#ff3333;">Woman:</span> AHhhh
//This feels so good.//
<img src="Images/Rework065update/Rework065update405.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ohhhh!!!
//She is holding onto her breasts and moaning.//
<span style="color:#ff3333;">Woman:</span> You are amazing!
//She is squirming and twitching as you continue licking her pussy.//
<span style="color:cadetblue;">Main Character:</span> (smile)
<span style="color:#ff3333;">Woman:</span> You are...
<span style="color:#ff3333;">Woman:</span> AGGGHHHHH!!!
//She cums making the cutest expression that you have ever seen.//
<img src="Images/Rework065update/Rework065update406.jpg" height=500 />
//I can't...//
//Mhhhh...//
//This magazine is so hot. AHHHHH!!!!!//
[[Continue|mascRomanceMag3story2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Go and have a look on foot//">>
<<replace"#choice">>
//You dismount on proceed to go towards the screams on foot.//
<img src="Images/Rework065update/Rework065update380.png" height=500 />
//Oh. Does the magazine hear my thoughts?! That's so cool.//
//As you get closer you see a girl in a red dress.//
//Next to her stands a knight.//
<img src="Images/Rework065update/Rework065update397.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> I will kill you, you whore!
<span style="color:cadetblue;">Main Character:</span> Stop this at once!
<span style="color:#00ccff;">Knight:</span> Huh?
//The knight looks over.//
<span style="color:#00ccff;">Knight:</span> Another elf!
<img src="Images/Rework065update/Rework065update383.png" height=500 />
<span style="color:#00ccff;">Knight:</span> I'll fucking skin you alive.
<span id="tt">
<<link "//Fight the Knight//">>
<<replace "#tt">>
//The knight charges at you.//
//You block his initial strike and immediately counter him with your own.//
//Instantly cutting his throat open from side to side.//
<img src="Images/Rework065update/Rework065update403.png" height=500 />
//Blood splashes everywhere.//
<span style="color:#00ccff;">Knight:</span> Fuck....
//He tries to keep himself from falling.//
<span style="color:#00ccff;">Knight:</span> Fuck...
//He falls and hits the ground.//
//Dead.//
<span style="color:cadetblue;">Main Character:</span> Are you alright?
<span style="color:#ff3333;">Woman:</span> Yes.
<span style="color:#ff3333;">Woman:</span> Thanks for saving me, you brave and noble knight.
<span style="color:#ff3333;">Woman:</span> How could I ever repay you?
<img src="Images/Rework065update/Rework065update385.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (Smile)
<span style="color:cadetblue;">Main Character:</span> No need.
<span style="color:cadetblue;">Main Character:</span> Making sure you are safe is enough for me.
//She grabs the main characters hand.//
//And kisses him on the mouth.//
<img src="Images/Rework065update/Rework065update386.jpg" height=500 />
//**The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...**//
<span style="color:#ff3333;">Woman:</span> I insist.
<span style="color:cadetblue;">Main Character:</span> (blushing)
<span style="color:cadetblue;">Main Character:</span> Insist?
//She drops her red dress onto the floor.//
<img src="Images/Rework065update/Rework065update388.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> I want you inside me noble knight.
<span style="color:cadetblue;">Main Character:</span> (Blushing)
<span style="color:#ff3333;">Woman:</span> Here let me get these off.
//She helps to take off the armor and-//
//Once the heavy armor is off she pulls your pants down.//
//Her eyes go big.//
//She stares at your cock.//
<img src="Images/Rework065update/Rework065update390.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (drool)
<span style="color:#ff3333;">Woman:</span> You're...
<span style="color:cadetblue;">Main Character:</span> Is something wrong?
<span style="color:#ff3333;">Woman:</span> You're so big!
<span id="choice3">
<<link "//Comfort her and guide her head//">>
<<replace "#choice3">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Main Character:</span> Don't worry.
<span style="color:cadetblue;">Main Character:</span> I'll go slow.
//You slowly move her head towards the tip.//
<span style="color:cadetblue;">Main Character:</span> Here, open your mouth.
<img src="Images/Rework065update/Rework065update398.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Mmmh...
<span style="color:#ff3333;">Woman:</span> A-ahhhh...
<span style="color:cadetblue;">Main Character:</span> There we go.
//She slowly starts moving her head back and forth.//
//Fuck this is so hot!//
//She is constantly keeping eye contact as she is slowly moving her mouth up and down.//
<img src="Images/Rework065update/Rework065update393.jpg" height=500 />
//Her mouth feels so good.//
<span style="color:cadetblue;">Main Character:</span> That's it.
<span style="color:cadetblue;">Main Character:</span> Fuck, just like that.
<span style="color:cadetblue;">Main Character:</span> Good girl.
//She picks up the pace.//
//Her hands are caressing your balls and shaft.//
<span style="color:cadetblue;">Main Character:</span> Ahhhh...
<img src="Images/Rework065update/Rework065update394.jpg" height=500 />
//This magazine is so hot. AHHHHH!!!!!//
[[Continue|mascRomanceMag3story2]]
<</replace>>
<</link>> | \
<<link "//Pleasure her with your mouth.//">>
<<replace "#choice3">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Main Character:</span> You are so beautiful.
<span style="color:cadetblue;">Main Character:</span> Why don't you lie down on your back and let me take care of you.
<span style="color:#ff3333;">Woman:</span> W-what?
//She does as you tell her to.//
//You lift up her legs and spread them apart.//
<img src="Images/Rework065update/Rework065update399.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> Mhhhh
//You lick her pussy.//
<span style="color:#ff3333;">Woman:</span> (Moan)
//Her legs wrap around you.//
<span style="color:#ff3333;">Woman:</span> AHhhh
//This feels so good.//
<span style="color:#ff3333;">Woman:</span> Ohhhh!!!
//She is holding onto her breasts and moaning.//
<span style="color:#ff3333;">Woman:</span> You are amazing!
//She is squirming and twitching as you continue licking her pussy.//
<img src="Images/Rework065update/Rework065update405.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> (smile)
<span style="color:#ff3333;">Woman:</span> You are...
<span style="color:#ff3333;">Woman:</span> AGGGHHHHH!!!
//She cums making the cutest expression that you have ever seen.//
//I can't...//
//Mhhhh...//
<img src="Images/Rework065update/Rework065update406.jpg" height=500 />
//This magazine is so hot. AHHHHH!!!!!//
[[Continue|mascRomanceMag3story2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<timed 100ms>>\
<<set $mascLevel1cummingface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I take out the magazine, open it and-//
//What's this?//
//It's just empty pages?//
//Wait!//
//Something is happening?//
<span id="cool">
<<link "//As I continue to focus on the pages, words start appearing.//">>
<<replace "#cool">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Wow.//
//So cool.//
//As you ride through the forest you hear-//
<img src="Images/Rework065update/Rework065update377.png" height=500 />
//As you ride through the forest you hear-//
<span style="color:#ff3333;">Woman:</span> (screaming) HELP!!!
<span style="color:#ff3333;">Woman:</span> Help me!!!
//What's this?//
//There are options appearing on the page?//
//How will it know which one I'll choose?//
<span id= "1">
<<link "//Go and have a look on horseback//">>
<<replace "#1">>
//Oh. Does the magazine hear my thoughts?! That's so cool.//
//I'll go and have a look on the horse.//
//As you get closer you see a girl in a ripped red dress on the ground.//
<img src="Images/Rework065update/Rework065update421.jpg" height=500 />
//Next to her stands a knight.//
<span style="color:#00ccff;">Knight:</span> I will kill you, you whore!
<span style="color:cadetblue;">Main Character:</span> There you are!
<span style="color:#00ccff;">Knight:</span> Huh?
//The knight looks over.//
<img src="Images/Rework065update/Rework065update383.png" height=500 />
<span style="color:#00ccff;">Knight:</span> Another elf!
<span style="color:#00ccff;">Knight:</span> I'll fucking skin you alive.
<span id="2">
<<link "//Charge forth on your horse//">>
<<replace "#2">>
<span style="color:cadetblue;">Main Character:</span> (Charging) AHHHHHHH
<span style="color:#00ccff;">Knight:</span> Fight fairly you-
//Too late.//
//You trampled the knight.//
<img src="Images/Rework065update/Rework065update384.png" height=500 />
//He's dead.//
//You hop down from your horse.//
<span style="color:cadetblue;">Main Character:</span> ...
//The girl stands up.//
<img src="Images/Rework065update/Rework065update423.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Thanks for saving me noble knight.
<span style="color:#ff3333;">Woman:</span> How could I ever repay you?
<span style="color:#ff3333;">Woman:</span> (Smile)
//Without a word the main character rips the clothes off of the woman's body.//
<img src="Images/Rework065update/Rework065update425.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh?
<span style="color:#ff3333;">Woman:</span> (blushes)
//The main Character drops his armor, and as soon as it drops to the ground, the woman lashes forward and kisses the main character.//
//The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...//
<img src="Images/Rework065update/Rework065update427.jpg" height=500 />
//The woman breaks the kiss and gets down on her knees.//
<span id="sex">
<<link "//Let her suck it//">>
<<replace "#sex">>
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She takes the tip in her mouth and begins sucking it.//
<img src="Images/Rework065update/Rework065update428.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (slurp) (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> (moans) (slurp) (slurp) (slurp)
//Her lips run over the head of the penis.//
<span style="color:#ff3333;">Woman:</span> (moan) (slurp) (moans)
<img src="Images/Rework065update/Rework065update429.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> (growls)
//The woman stops sucking and licks the underside of the penis, running her tongue from the base to the head, and then takes the tip back in her mouth.//
//She takes the entire shaft in her mouth, giving her best to swallow it all the way to the base.//
<span style="color:#ff3333;">Woman:</span> (Slurp) (slurps)
<span style="color:#ff3333;">Woman:</span> (suck) (slurp)
<span style="color:#ff3333;">Woman:</span> MMMM.
<img src="Images/Rework065update/Rework065update430.jpg" height=500 />
//Fuck this magazine is the best!!!!//
[[Continue|mascDominationMag3story2]]
<</replace>>
<</link>> | \
<<link "//Fuck her face.//">>
<<replace "#sex">>
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The main character grabs her by her hair, forcing her down on his penis.//
<span style="color:#ff3333;">Woman:</span> (cough) (cough)
//The woman has tears in her eyes.//
<img src="Images/Rework065update/Rework065update433.jpg" height=500 />
//She struggles but the main character continues to fuck her face.//
<span style="color:#ff3333;">Woman:</span> (gurgle) (cough)
<span style="color:cadetblue;">Main Character:</span> (grunt) (growls)
<span style="color:#ff3333;">Woman:</span> Mhhh.. Gkhh.. Gkhhh...
<img src="Images/Rework065update/Rework065update432.jpg" height=500 />
//The woman can't take the thrusts and coughs, but the main character doesn't let her go, continuing the rough and merciless face fucking.//
//She coughs again and the main character takes his penis out.//
<span style="color:#ff3333;">Woman:</span> Cough (cough) Cough Cough Cough
//Without a word the girl takes it back into her mouth.//
<span style="color:#ff3333;">Woman:</span> Cough
<span style="color:cadetblue;">Main Character:</span> (grunts)
<span style="color:cadetblue;">Main Character:</span> Fuck yes...
<img src="Images/Rework065update/Rework065update431.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> Swallow it all...
//Fuck this magazine is the best!!!!//
[[Continue|mascDominationMag3story2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Draw your sword and dismount//">>
<<replace "#2">>
//The knight charges at you.//
//You block his initial strike and immediately counter him with your own.//
//Instantly cutting his throat open from side to side.//
<img src="Images/Rework065update/Rework065update403.png" height=500 />
//Blood splashes everywhere.//
<span style="color:#00ccff;">Knight:</span> Fuck....
//He tries to keep himself from falling.//
<span style="color:#00ccff;">Knight:</span> Fuck...
//He falls and hits the ground.//
//Dead.//
<span style="color:cadetblue;">Main Character:</span> ...
//The girl stands up.//
<img src="Images/Rework065update/Rework065update424.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Thanks for saving me noble knight.
<span style="color:#ff3333;">Woman:</span> How could I ever repay you?
<span style="color:#ff3333;">Woman:</span> (Smile)
//Without a word the main character rips the clothes off of the woman's body.//
<img src="Images/Rework065update/Rework065update425.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh?
<span style="color:#ff3333;">Woman:</span> (blushes)
//The main Character drops his armor, and as soon as it drops to the ground, the
woman lashes forward and kisses the main character.//
//The magic surges through my mind, their kiss becoming fragments of my own
memory... as if the book is weaving their story into my very thoughts... like it's really me in there...//
<img src="Images/Rework065update/Rework065update427.jpg" height=500 />
//The woman breaks the kiss and gets down on her knees.//
<span id="sex">
<<link "//Let her suck it//">>
<<replace "#sex">>
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She takes the tip in her mouth and begins sucking it.//
<img src="Images/Rework065update/Rework065update428.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (slurp) (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> (moans) (slurp) (slurp) (slurp)
//Her lips run over the head of the penis.//
<span style="color:#ff3333;">Woman:</span> (moan) (slurp) (moans)
<img src="Images/Rework065update/Rework065update429.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> (growls)
//The woman stops sucking and licks the underside of the penis, running her tongue from the base to the head, and then takes the tip back in her mouth.//
//She takes the entire shaft in her mouth, giving her best to swallow it all the way to the base.//
<span style="color:#ff3333;">Woman:</span> (Slurp) (slurps)
<span style="color:#ff3333;">Woman:</span> (suck) (slurp)
<span style="color:#ff3333;">Woman:</span> MMMM.
<img src="Images/Rework065update/Rework065update430.jpg" height=500 />
//Fuck this magazine is the best!!!!//
[[Continue|mascDominationMag3story2]]
<</replace>>
<</link>> | \
<<link "//Fuck her face.//">>
<<replace "#sex">>
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The main character grabs her by her hair, forcing her down on his penis.//
<span style="color:#ff3333;">Woman:</span> (cough) (cough)
//The woman has tears in her eyes.//
<img src="Images/Rework065update/Rework065update433.jpg" height=500 />
//She struggles but the main character continues to fuck her face.//
<span style="color:#ff3333;">Woman:</span> (gurgle) (cough)
<span style="color:cadetblue;">Main Character:</span> (grunt) (growls)
<span style="color:#ff3333;">Woman:</span> Mhhh.. Gkhh.. Gkhhh...
<img src="Images/Rework065update/Rework065update432.jpg" height=500 />
//The woman can't take the thrusts and coughs, but the main character doesn't let her go, continuing the rough and merciless face fucking.//
//She coughs again and the main character takes his penis out.//
<span style="color:#ff3333;">Woman:</span> Cough (cough) Cough Cough Cough
//Without a word the girl takes it back into her mouth.//
<span style="color:#ff3333;">Woman:</span> Cough
<span style="color:cadetblue;">Main Character:</span> (grunts)
<span style="color:cadetblue;">Main Character:</span> Fuck yes...
<img src="Images/Rework065update/Rework065update431.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> Swallow it all...
//Fuck this magazine is the best!!!!//
[[Continue|mascDominationMag3story2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Go and have a look on foot.//">>
<<replace "#1">>
//You dismount on proceed to go towards the screams on foot.//
<img src="Images/Rework065update/Rework065update381.png" height=500 />
//Oh. Does the magazine hear my thoughts?! That's so cool.//
//As you get closer you see a girl in a red dress.//
//Next to her stands a knight.//
<img src="Images/Rework065update/Rework065update422.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> I will kill you, you whore!
<span style="color:cadetblue;">Main Character:</span> You!
<span style="color:#00ccff;">Knight:</span> Huh?
//The knight looks over.//
<span style="color:#00ccff;">Knight:</span> Another elf!
<img src="Images/Rework065update/Rework065update383.png" height=500 />
<span style="color:#00ccff;">Knight:</span> I'll fucking skin you alive.
<span id="brave">
<<link "//Fight the knight.//">>
<<replace "#brave">>
//The knight charges at you.//
//You block his initial strike and immediately counter him with your own.//
//Instantly cutting his throat open from side to side.//
<img src="Images/Rework065update/Rework065update403.png" height=500 />
//Blood splashes everywhere.//
<span style="color:#00ccff;">Knight:</span> Fuck....
//He tries to keep himself from falling.//
<span style="color:#00ccff;">Knight:</span> Fuck...
//He falls and hits the ground.//
//Dead.//
<span style="color:cadetblue;">Main Character:</span> ...
//The girl stands up.//
<img src="Images/Rework065update/Rework065update423.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Thanks for saving me noble knight.
<span style="color:#ff3333;">Woman:</span> How could I ever repay you?
<span style="color:#ff3333;">Woman:</span> (Smile)
//Without a word the main character rips the clothes off of the woman's body.//
<img src="Images/Rework065update/Rework065update426.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh?
<span style="color:#ff3333;">Woman:</span> (blushes)
//The main Character drops his armor, and as soon as it drops to the ground, the woman lashes forward and kisses the main character.//
//The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...//
<img src="Images/Rework065update/Rework065update427.jpg" height=500 />
//The woman breaks the kiss and gets down on her knees.//
<span id="sex">
<<link "//Let her suck it//">>
<<replace "#sex">>
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She takes the tip in her mouth and begins sucking it.//
<img src="Images/Rework065update/Rework065update428.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (slurp) (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> (moans) (slurp) (slurp) (slurp)
//Her lips run over the head of the penis.//
<span style="color:#ff3333;">Woman:</span> (moan) (slurp) (moans)
<img src="Images/Rework065update/Rework065update429.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> (growls)
//The woman stops sucking and licks the underside of the penis, running her tongue from the base to the head, and then takes the tip back in her mouth.//
//She takes the entire shaft in her mouth, giving her best to swallow it all the way to the base.//
<span style="color:#ff3333;">Woman:</span> (Slurp) (slurps)
<span style="color:#ff3333;">Woman:</span> (suck) (slurp)
<span style="color:#ff3333;">Woman:</span> MMMM.
<img src="Images/Rework065update/Rework065update430.jpg" height=500 />
//Fuck this magazine is the best!!!!//
[[Continue|mascDominationMag3story2]]
<</replace>>
<</link>> | \
<<link "//Fuck her face.//">>
<<replace "#sex">>
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The main character grabs her by her hair, forcing her down on his penis.//
<span style="color:#ff3333;">Woman:</span> (cough) (cough)
//The woman has tears in her eyes.//
<img src="Images/Rework065update/Rework065update433.jpg" height=500 />
//She struggles but the main character continues to fuck her face.//
<span style="color:#ff3333;">Woman:</span> (gurgle) (cough)
<span style="color:cadetblue;">Main Character:</span> (grunt) (growls)
<span style="color:#ff3333;">Woman:</span> Mhhh.. Gkhh.. Gkhhh...
<img src="Images/Rework065update/Rework065update432.jpg" height=500 />
//The woman can't take the thrusts and coughs, but the main character doesn't let her go, continuing the rough and merciless face fucking.//
//She coughs again and the main character takes his penis out.//
<span style="color:#ff3333;">Woman:</span> Cough (cough) Cough Cough Cough
//Without a word the girl takes it back into her mouth.//
<span style="color:#ff3333;">Woman:</span> Cough
<span style="color:cadetblue;">Main Character:</span> (grunts)
<span style="color:cadetblue;">Main Character:</span> Fuck yes...
<img src="Images/Rework065update/Rework065update431.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> Swallow it all...
//Fuck this magazine is the best!!!!//
[[Continue|mascDominationMag3story2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<timed 100ms>>\
<<set $mascLevel1cummingface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I take out the magazine, open it and-//
<img src="Images/Rework065update/Rework065update375.png" height=500 />
//What's this?//
//It's just empty pages?//
//Wait!//
//Something is happening?//
<span id="cool">
<<link "//As I continue to focus on the pages, words start appearing.//">>
<<replace "#cool">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Wow.//
//So cool.//
<img src="Images/Rework065update/Rework065update378.png" height=500 />
//As you ride through the forest you hear-//
<span style="color:#ff3333;">Woman:</span> (lauging)
<span style="color:#ff3333;">Woman:</span> Hahaha...
<span style="color:#ff3333;">Woman:</span> I know husband.
//What's this?//
//There are options appearing on the page?//
//How will it know which one I'll choose?//
<span id="1">
<<link "//Go and have a look on horseback//">>
<<replace "#1">>
//The Main character goes forth towards the noises on horseback.//
<img src="Images/Rework065update/Rework065update379.png" height=500 />
//Oh wow.//
//Does the magazine hear my thoughts?! That's so cool.//
//As you get closer you see the couple.//
//The knight and a woman both see you and react in fear.//
<span style="color:#00ccff;">Knight:</span> You!
<img src="Images/Rework065update/Rework065update443.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> No!
<span style="color:#00ccff;">Knight:</span> I was just following orders!
//The knight takes out his sword.//
<span id="choice">
<<link "//Charge forth on horseback//">>
<<replace "#choice">>
<span style="color:cadetblue;">Main Character:</span> (Charging) AHHHHHHH
<span style="color:#00ccff;">Knight:</span> Fight fairly you-
//Too late.//
<img src="Images/Rework065update/Rework065update384.png" height=500 />
//You trample the knight.//
//He's screaming in agony.//
//You hop down from your horse.//
//As I start to give the finishing blow the woman pleads for mercy.//
<img src="Images/Rework065update/Rework065update445.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please!!
<span style="color:#ff3333;">Woman:</span> Spear my husband!
<span style="color:#ff3333;">Woman:</span> I'll do anything!!
<span style="color:#ff3333;">Woman:</span> Please!!
//The woman undresses herself.//
<img src="Images/Rework065update/Rework065update446.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please...
//The woman leans forward and kisses the main character's lips.//
//The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...//
<span id="choice2">
<<link "//Let her give you a blowjob//">>
<<replace "#choice2">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I nod at the woman.//
//The woman gets down on her knees and begins sucking my dick.//
<img src="Images/Rework065update/Rework065update449.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (sulrp) (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> Oh my! (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> It's so big and (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> and delicious! (slurp)
//The husband unable to move has no choice but to watch as his wife sucks a your dick.//
<img src="Images/Rework065update/Rework065update450.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh... (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> (addresses his husband) Don't look at me like that.
<span style="color:#ff3333;">Woman:</span> (slurp) (slurp) I'm doing this to (slurp) (slurp)
<img src="Images/Rework065update/Rework065update451.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> To save your life. (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span>Mhhh... (slurp).. Mhh..
<span style="color:#ff3333;">Woman:</span>(slurp) (slurp)
<span style="color:#ff3333;">Woman:</span>So good... (slurp) (blushing) (slurp)
<img src="Images/Rework065update/Rework065update452.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (address you) I need this inside me?
<span style="color:#ff3333;">Woman:</span> Will you fuck me?
//She looks up with pleading eyes.//
[[Continue|mascNetoriMag3story2]]
<</replace>>
<</link>> | \
<<link "//Fuck her face//">>
<<replace "#choice2">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I nod.//
//She gets down on her knees, opens her mouth and waits.//
//As I drop my pants her face goes wide.//
<span style="color:#ff3333;">Woman:</span> How is it so big?
//You grab her face and start thrusting your cock deep into her throat.//
<img src="Images/Rework065update/Rework065update461.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh!!
<span style="color:#ff3333;">Woman:</span> Mhm-!
<span style="color:#ff3333;">Woman:</span> Guk!!!
//The husband watches in horror as his wife gags on your dick.//
<img src="Images/Rework065update/Rework065update462.jpg" height=500 />
//She taps on the legs to have a breather.//
//As you let go of her head she gasps for air.//
<span style="color:#ff3333;">Woman:</span> (crazed) Oh my goddess, it's so good (cougs).
<span style="color:#00ccff;">Knight:</span> What?
<span style="color:#ff3333;">Woman:</span> (turns towards husband) I'm sorry husband, he is too much for me to resist.
<span style="color:#ff3333;">Woman:</span> (addressed towards you) I love your cock.
<img src="Images/Rework065update/Rework065update463.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ghghkkk..!
<span style="color:#ff3333;">Woman:</span> Ugg-!
<span style="color:#ff3333;">Woman:</span> Glckk!!
//She continues letting you face fuck her as you please.//
<img src="Images/Rework065update/Rework065update464.jpg" height=500 />
//Her hands slide down and begin playing with herself.//
//The knight is shocked at his wife's behaviour.//
//Eventually she takes your cock out of her mouth and with pleading eyes looks at you.//
<span style="color:#ff3333;">Woman:</span> Will you fuck me?
[[Continue|mascNetoriMag3story2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Dismount and fight//">>
<<replace "#choice">>
//You proceed forward on foot.//
//As you get forward towards the noise you eventually see a knight and woman talking to each other.//
//The knight looks over and sees you.//
<span style="color:#00ccff;">Knight:</span> You!
<img src="Images/Rework065update/Rework065update443.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> No, please!
<span style="color:#00ccff;">Knight:</span> I was just following orders!
//The knight unsheathes his sword.//
//He lunges forth trying to stab you.//
<img src="Images/Rework065update/Rework065update444.png" height=500 />
//I block the attack, disarm him and cut his leg so that he falls to the ground.//
//As I start to give the finishing blow the woman pleads for mercy.//
<img src="Images/Rework065update/Rework065update445.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please!!
<span style="color:#ff3333;">Woman:</span> Spear my husband!
<span style="color:#ff3333;">Woman:</span> I'll do anything!!
<span style="color:#ff3333;">Woman:</span> Please!!
//The woman undresses herself.//
<img src="Images/Rework065update/Rework065update447.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please...
//The woman leans forward and kisses the main character's lips.//
//The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...//
<span id="choice2">
<<link "//Let her give you a blowjob//">>
<<replace "#choice2">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I nod at the woman.//
//The woman gets down on her knees and begins sucking my dick.//
<img src="Images/Rework065update/Rework065update453.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (sulrp) (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> Oh my! (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> It's so big and (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> and delicious! (slurp)
//The husband unable to move has no choice but to watch as his wife sucks a your dick.//
<img src="Images/Rework065update/Rework065update454.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh... (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> (addresses his husband) Don't look at me like that.
<span style="color:#ff3333;">Woman:</span> (slurp) (slurp) I'm doing this to (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> To save your life. (slurp) (slurp)
<img src="Images/Rework065update/Rework065update455.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span>Mhhh... (slurp).. Mhh..
<span style="color:#ff3333;">Woman:</span>(slurp) (slurp)
<span style="color:#ff3333;">Woman:</span>So good... (slurp) (blushing) (slurp)
<span style="color:#ff3333;">Woman:</span> (address you) I need this inside me?
<img src="Images/Rework065update/Rework065update456.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Will you fuck me?
//She looks up with pleading eyes.//
[[Continue|mascNetoriMag3story2]]
<</replace>>
<</link>> | \
<<link "//Fuck her face//">>
<<replace "#choice2">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I nod.//
//She gets down on her knees, opens her mouth and waits.//
//As I drop my pants her face goes wide.//
<span style="color:#ff3333;">Woman:</span> How is it so big?
//You grab her face and start thrusting your cock deep into her throat.//
<img src="Images/Rework065update/Rework065update465.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh!!
<span style="color:#ff3333;">Woman:</span> Mhm-!
<span style="color:#ff3333;">Woman:</span> Guk!!!
//The husband watches in horror as his wife gags on your dick.//
<img src="Images/Rework065update/Rework065update466.jpg" height=500 />
//She taps on the legs to have a breather.//
//As you let go of her head she gasps for air.//
<span style="color:#ff3333;">Woman:</span> (crazed) Oh my goddess, it's so good (cougs).
<span style="color:#00ccff;">Knight:</span> What?
<span style="color:#ff3333;">Woman:</span> (turns towards husband) I'm sorry husband, he is too much for me to resist.
<span style="color:#ff3333;">Woman:</span> (addressed towards you) I love your cock.
<img src="Images/Rework065update/Rework065update467.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ghghkkk..!
<span style="color:#ff3333;">Woman:</span> Ugg-!
<span style="color:#ff3333;">Woman:</span> Glckk!!
//She continues letting you face fuck her as you please.//
<img src="Images/Rework065update/Rework065update468.jpg" height=500 />
//Her hands slide down and begin playing with herself.//
//The knight is shocked at his wife's behaviour.//
//Eventually she takes your cock out of her mouth and with pleading eyes looks at you.//
<span style="color:#ff3333;">Woman:</span> Will you fuck me?
[[Continue|mascNetoriMag3story2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Proceed on foot instead//">>
<<replace "#1">>
//You proceed forward on foot.//
<img src="Images/Rework065update/Rework065update381.png" height=500 />
//As you get forward towards the noise you eventually see a knight and woman talking to each other.//
//The knight looks over and sees you.//
<span style="color:#00ccff;">Knight:</span> You!
<img src="Images/Rework065update/Rework065update443.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> No, please!
<span style="color:#00ccff;">Knight:</span> I was just following orders!
//The knight unsheathes his sword.//
//He lunges forth trying to stab you.//
<img src="Images/Rework065update/Rework065update444.png" height=500 />
//I block the attack, disarm him and cut his leg so that he falls to the ground.//
//As I start to give the finishing blow the woman pleads for mercy.//
<img src="Images/Rework065update/Rework065update445.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please!!
<span style="color:#ff3333;">Woman:</span> Spear my husband!
<span style="color:#ff3333;">Woman:</span> I'll do anything!!
<span style="color:#ff3333;">Woman:</span> Please!!
//The woman undresses herself.//
<img src="Images/Rework065update/Rework065update448.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please...
//The woman leans forward and kisses the main character's lips.//
//The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...//
<span id="choice2">
<<link "//Let her give you a blowjob//">>
<<replace "#choice2">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I nod at the woman.//
//The woman gets down on her knees and begins sucking my dick.//
<img src="Images/Rework065update/Rework065update457.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (sulrp) (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> Oh my! (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> It's so big and (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> and delicious! (slurp)
//The husband unable to move has no choice but to watch as his wife sucks a your dick.//
<img src="Images/Rework065update/Rework065update458.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh... (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> (addresses his husband) Don't look at me like that.
<span style="color:#ff3333;">Woman:</span> (slurp) (slurp) I'm doing this to (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> To save your life. (slurp) (slurp)
<img src="Images/Rework065update/Rework065update459.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span>Mhhh... (slurp).. Mhh..
<span style="color:#ff3333;">Woman:</span>(slurp) (slurp)
<span style="color:#ff3333;">Woman:</span>So good... (slurp) (blushing) (slurp)
<span style="color:#ff3333;">Woman:</span> (address you) I need this inside me?
<img src="Images/Rework065update/Rework065update460.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Will you fuck me?
//She looks up with pleading eyes.//
[[Continue|mascNetoriMag3story2]]
<</replace>>
<</link>> | \
<<link "//Fuck her face//">>
<<replace "#choice2">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I nod.//
//She gets down on her knees, opens her mouth and waits.//
//As I drop my pants her face goes wide.//
<span style="color:#ff3333;">Woman:</span> How is it so big?
//You grab her face and start thrusting your cock deep into her throat.//
<img src="Images/Rework065update/Rework065update469.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh!!
<span style="color:#ff3333;">Woman:</span> Mhm-!
<span style="color:#ff3333;">Woman:</span> Guk!!!
//The husband watches in horror as his wife gags on your dick.//
<img src="Images/Rework065update/Rework065update470.jpg" height=500 />
//She taps on the legs to have a breather.//
//As you let go of her head she gasps for air.//
<span style="color:#ff3333;">Woman:</span> (crazed) Oh my goddess, it's so good (cougs).
<span style="color:#00ccff;">Knight:</span> What?
<span style="color:#ff3333;">Woman:</span> (turns towards husband) I'm sorry husband, he is too much for me to resist.
<span style="color:#ff3333;">Woman:</span> (addressed towards you) I love your cock.
<img src="Images/Rework065update/Rework065update471.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ghghkkk..!
<span style="color:#ff3333;">Woman:</span> Ugg-!
<span style="color:#ff3333;">Woman:</span> Glckk!!
//She continues letting you face fuck her as you please.//
//Her hands slide down and begin playing with herself.//
//The knight is shocked at his wife's behaviour.//
//Eventually she takes your cock out of her mouth and with pleading eyes looks at you.//
<span style="color:#ff3333;">Woman:</span> Will you fuck me?
[[Continue|mascNetoriMag3story2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<timed 100ms>>\
<<set $mascLevel1cummingface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I take out the magazine, open it and-//
<img src="Images/Rework065update/Rework065update375.png" height=500 />
//What's this?//
//It's just empty pages?//
//Wait!//
//Something is happening?//
<span id="cools">
<<link "//As I continue to focus on the pages, words start appearing.//">>
<<replace "#cools">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Wow.//
//So cool.//
<img src="Images/Rework065update/Rework065update496.jpg" height=500 />
//I see a short-haired girl.//
//And she is in the forest.//
<span style="color:#00ccff;">Knight:</span> Where are you hiding?
<span style="color:#00ccff;">Knight:</span> Very funny.
<span style="color:#00ccff;">Knight:</span> I guess it is the tradition for the wife to run away during the wedding.
//What's this?//
//There are options appearing on the page?//
//How will it know which one I'll choose?//
<span id="1">
<<link "//Stay hidden//">>
<<replace "#1">>
//By focusing on the choice new text appears.//
//Wow.//
//That's so cool.//
<img src="Images/Rework065update/Rework065update497.jpg" height=500 />
//I guess I try to to stay hidden.//
//...//
//..//
//.//
//And-//
<img src="Images/Rework065update/Rework065update499.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Boom. Found you.
<span style="color:#00ccff;">Knight:</span> Hehe.
<span id="kiss">
<<link "//He leans in and kisses the girl.//">>
<<replace "#kiss">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update501.jpg" height=500 />
//The magic surges through my mind, their kiss becoming fragments of my own memory... what is this... it feels like it's really me in there... getting kissed...mhhh...//
<span id="wer">
<<link "//Get down on your knees and please him//">>
<<replace "#wer">>
//The girl gets down to her knees and takes the knights dick into her mouth.//
<img src="Images/Rework065update/Rework065update502.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Mmmm (slupr) (slurp)
<span style="color:#00ccff;">Knight:</span> Ahh
<span style="color:#00ccff;">Knight:</span> You love that dick don't you?
<span style="color:cadetblue;">Girl:</span> (slurp) (slurp) (slurp)
<img src="Images/Rework065update/Rework065update503.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Yes.
<span style="color:cadetblue;">Girl:</span> Mhhh.. (slurp) (slurp)
<span style="color:cadetblue;">Girl:</span> You like it dear?
<span style="color:#00ccff;">Knight:</span> Of course I like it.
<img src="Images/Rework065update/Rework065update504.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> (slurp) mghhh...
<span style="color:#00ccff;">Knight:</span> Mhmmm
<span style="color:cadetblue;">Girl:</span> I like pleasing you.
<span style="color:cadetblue;">Girl:</span> Mghhh.. mghhh...
<span style="color:#00ccff;">Knight:</span> Ughh...
<img src="Images/Rework065update/Rework065update505.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> I'm ready.
<span style="color:#00ccff;">Knight:</span> Heh.
<span style="color:#00ccff;">Knight:</span> Let's get those clothes off then (smiles).
[[Continue|femRomanceMag3story2]]
<</replace>>
<</link>> | \
<<link "//Wait for him to get down on his knees to please you.//">>
<<replace "#wer">>
//The man pulls the womans dress up.//
//And get's down on her knees.//
<img src="Images/Rework065update/Rework065update510.jpg" height=500 />
//He is about to pull down the panties.//
//Oh she's going to lick her pussy this is so hot.//
//As he pulls down the girl panties-//
//Small erect penis appears.//
<span id="sto">
<<link "//WHAT ?!?//">>
<<replace "#sto">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//What is this. As I am about to put away the magazine.//
<img src="Images/Rework065update/Rework065update512.png" height=500 />
//The man takes the girls penis into her mouth.//
<span id="mouth">
<<link "//MHHHHHHH!!!!!!//">>
<<replace "#mouth">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update515.png" height=500 />
<span style="color:#00ccff;">Knight:</span> You like that baby?
<span style="color:#00ccff;">Knight:</span> (slurp) (slurp)
<span style="color:cadetblue;">Girl:</span> Ye-ye-yes!
<span style="color:#00ccff;">Knight:</span> Mhhmmm
<img src="Images/Rework065update/Rework065update513.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Ooohh...
<span style="color:#00ccff;">Knight:</span> Mhmmmm
<span style="color:#00ccff;">Knight:</span> You want more?
<span style="color:cadetblue;">Girl:</span> Please.
<span style="color:cadetblue;">Girl:</span> Yes. Suck that clitty.
<img src="Images/Rework065update/Rework065update514.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Don't stop.
<span style="color:cadetblue;">Girl:</span> Please.
<span style="color:cadetblue;">Girl:</span> Ooooohh!
<span style="color:cadetblue;">Girl:</span> Ooooh.
<span style="color:cadetblue;">Girl:</span> You are amazing with that mouth dear!
<img src="Images/Rework065update/Rework065update515.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Ahhhh!
//The man takes her pen- clitty out of his mouth and stands up.//
<span style="color:#00ccff;">Knight:</span> You ready for my dick?
<span style="color:cadetblue;">Girl:</span> (fast nods).
[[Continue|femRomanceMag3story2revealed]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Reveal yourself//">>
<<replace "#1">>
//By focusing on the choice new text appears.//
//Wow.//
//That's so cool.//
<img src="Images/Rework065update/Rework065update498.jpg" height=500 />
//I step out.//
<span style="color:#00ccff;">Knight:</span> There you are.
<span style="color:cadetblue;">Girl:</span> ...
<span style="color:cadetblue;">Girl:</span> (blushes)
<img src="Images/Rework065update/Rework065update500.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> You look beautiful.
<span id="kiss">
<<link "//He leans in and kisses the girl.//">>
<<replace "#kiss">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The magic surges through my mind, their kiss becoming fragments of my own memory... what is this... it feels like it's really me in there... getting kissed...mhhh...//
<img src="Images/Rework065update/Rework065update501.jpg" height=500 />
<span id="wer">
<<link "//Get down on your knees and please him//">>
<<replace "#wer">>
//The girl gets down to her knees and takes the knights dick into her mouth.//
<img src="Images/Rework065update/Rework065update506.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Mmmm (slupr) (slurp)
<span style="color:#00ccff;">Knight:</span> Ahh
<span style="color:#00ccff;">Knight:</span> You love that dick don't you?
<span style="color:cadetblue;">Girl:</span> (slurp) (slurp) (slurp)
<img src="Images/Rework065update/Rework065update507.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Yes.
<span style="color:cadetblue;">Girl:</span> Mhhh.. (slurp) (slurp)
<span style="color:cadetblue;">Girl:</span> You like it dear?
<span style="color:#00ccff;">Knight:</span> Of course I like it.
<img src="Images/Rework065update/Rework065update508.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> (slurp) mghhh...
<span style="color:#00ccff;">Knight:</span> Mhmmm
<span style="color:cadetblue;">Girl:</span> I like pleasing you.
<span style="color:cadetblue;">Girl:</span> Mghhh.. mghhh...
<img src="Images/Rework065update/Rework065update509.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Ughh...
<span style="color:cadetblue;">Girl:</span> I'm ready.
<span style="color:#00ccff;">Knight:</span> Heh.
<span style="color:#00ccff;">Knight:</span> Let's get those clothes off then (smiles).
[[Continue|femRomanceMag3story2]]
<</replace>>
<</link>> | \
<<link "//Wait for him to get down on his knees to please you.//">>
<<replace "#wer">>
//The man pulls the womans dress up.//
<img src="Images/Rework065update/Rework065update511.jpg" height=500 />
//And get's down on her knees.//
//He is about to pull down the panties.//
//Oh she's going to lick her pussy this is so hot.//
//As he pulls down the girl panties-//
//Small erect penis appears.//
<span id="sto">
<<link "//WHAT ?!?//">>
<<replace "#sto">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//What is this. As I am about to put away the magazine.//
//The man takes the girls penis into her mouth.//
<span id="mouth">
<<link "//MHHHHHHH!!!!!!//">>
<<replace "#mouth">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update512.png" height=500 />
<span style="color:#00ccff;">Knight:</span> You like that baby?
<span style="color:#00ccff;">Knight:</span> (slurp) (slurp)
<span style="color:cadetblue;">Girl:</span> Ye-ye-yes!
<span style="color:#00ccff;">Knight:</span> Mhhmmm
<img src="Images/Rework065update/Rework065update513.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Ooohh...
<span style="color:#00ccff;">Knight:</span> Mhmmmm
<span style="color:#00ccff;">Knight:</span> You want more?
<span style="color:cadetblue;">Girl:</span> Please.
<img src="Images/Rework065update/Rework065update514.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Yes. Suck that clitty.
<span style="color:cadetblue;">Girl:</span> Don't stop.
<span style="color:cadetblue;">Girl:</span> Please.
<span style="color:cadetblue;">Girl:</span> Ooooohh!
<span style="color:cadetblue;">Girl:</span> Ooooh.
<img src="Images/Rework065update/Rework065update515.png" height=500 />
<span style="color:cadetblue;">Girl:</span> You are amazing with that mouth dear!
<span style="color:cadetblue;">Girl:</span> Ahhhh!
//The man takes her pen- clitty out of his mouth and stands up.//
<span style="color:#00ccff;">Knight:</span> You ready for my dick?
<span style="color:cadetblue;">Girl:</span> (fast nods).
[[Continue|femRomanceMag3story2revealed]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<timed 100ms>>\
<<set $mascLevel1cummingface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I take out the magazine, open it and-//
<img src="Images/Rework065update/Rework065update375.png" height=500 />
//What's this?//
//It's just empty pages?//
//Wait!//
//Something is happening?//
<span id="cools">
<<link "//As I continue to focus on the pages, words start appearing.//">>
<<replace "#cools">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Wow.//
//So cool.//
<img src="Images/Rework065update/Rework065update532.jpg" height=500 />
//I see a short-haired girl.//
//Naked in the forest.//
<span style="color:#00ccff;">Knight:</span>(from distance) Where are you hiding you trap?
<span style="color:#00ccff;">Knight:</span> Very funny.
<span style="color:#00ccff;">Knight:</span> I' going to find you!
//What is happening?!?//
//The girl looks down.//
<img src="Images/Rework065update/Rework065update533.jpg" height=500 />
//She has a penis?//
//What's this?//
//There are options appearing on the page?//
//How will it know which one I'll choose?//
<span id="choice">
<<link "//Resist and fight (Dom Content)//">>
<<replace "#choice">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1angryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//By focusing on the choice new text appears.//
//Wow.//
//That's so cool.//
//The girl comes out from hiding, and she reaches her hand out, trying to conjure a spell.//
<img src="Images/Rework065update/Rework065update534.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Found you.
<span style="color:#00ccff;">Knight:</span> I will fuck you to death bitch.
<span style="color:#00ccff;">Knight:</span> You are the only one left.
<span style="color:#00ccff;">Knight:</span> It's too late for you to do anything.
<span style="color:#00ccff;">Knight:</span> Give up.
//As the knight steps closer to the girl, a magic beam forms on her palm.//
<img src="Images/Rework065update/Rework065update535.jpg" height=500 />
//With it, he blasts the knight away so hard that the knight loses consciousness and all of his belongings.//
//He's completely knocked out and naked.//
<span style="color:cadetblue;">Girl:</span> I'll show you!
//The girl goes over and shoves his dick into his mouth.//
//As she starts moving her hips the knight comes back to consciousness.//
<img src="Images/Rework065update/Rework065update536.png" height=500 />
<span style="color:#00ccff;">Knight:</span> Umm...
<span style="color:#00ccff;">Knight:</span> G-get your... mghhh
<span style="color:#00ccff;">Knight:</span> M-mmmm...
//The magic surges through my mind, the feeling of her getting sucked off becoming fragments of my own memory... what is this... it feels like it's really me in there... getting sucked off...mhhh...//
<img src="Images/Rework065update/Rework065update537.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Who's a bitch now!
<span style="color:cadetblue;">Girl:</span> Suck that clitty like you mean it!
//The knight tries to break free but it's useless, she has his arms restrained and is face-fucking him.//
<span style="color:cadetblue;">Girl:</span> You like that don't you, you big cocksucker.
<img src="Images/Rework065update/Rework065update538.png" width=500 />
<span style="color:#00ccff;">Knight:</span> Mmgm-
//The girl pulls his hair as she starts pumping faster.//
//She can feel his throat contracting, struggling to handle her cock.//
<span style="color:cadetblue;">Girl:</span> That's right bitch!
<span style="color:#00ccff;">Knight:</span> Mghh.. Mghh... Mghh...
<span id="choice1">
<<link "//Keep fucking his face and cum down his throat//">>
<<replace "#choice1">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Girl:</span> How does that taste?
<img src="Images/Rework065update/Rework065update539.png" height=500 />
<span style="color:#00ccff;">Knight:</span> You taste disgusting.
<span style="color:cadetblue;">Girl:</span> Oh, yeah?
//She starts thrusting faster and harder.//
<span style="color:#00ccff;">Knight:</span> (slurp) (slurp) (slurp)
<span style="color:cadetblue;">Girl:</span> Ahhh, ah, yes, yessss.
<span style="color:cadetblue;">Girl:</span> You know, I'm starting to think you actually like this.
<span style="color:#00ccff;">Knight:</span> (slurp) Never.
<img src="Images/Rework065update/Rework065update541.png" height=500 />
<span style="color:#00ccff;">Knight:</span> Mghh.. Mghhh.. Mghhh..
<span style="color:cadetblue;">Girl:</span> Do you like being a good little cock-sucking slut?
<span style="color:#00ccff;">Knight:</span> No.. I d-
<span style="color:cadetblue;">Girl:</span> Do you want me to fuck your face till you pass out?
<span style="color:cadetblue;">Girl:</span> Isn't that what you wanted to do to me?
//She keeps thrusting.//
<img src="Images/Rework065update/Rework065update540.png" height=500 />
<span style="color:#00ccff;">Knight:</span>(blushes) mghh.. mghh. mghh.
<span style="color:cadetblue;">Girl:</span> Good boy.
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update542.png" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2Fems]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Fuck his ass//">>
<<replace "#choice1">>
<<set $mascLevel1angryface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The girl turns the knight around and sticks his ass in the air.//
<span style="color:#00ccff;">Knight:</span> Get the fuck away from me.
//She spanks his ass.//
<span style="color:#00ccff;">Knight:</span> Ah!
//And immediately after the slap pushes her dick inside his asshole.//
<span style="color:#00ccff;">Knight:</span> Ugh!!!
<img src="Images/Rework065update/Rework065update543.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> What are you going to do, bitch?
<span style="color:#00ccff;">Knight:</span> Stop, get off me.
//She starts thrusting slowly but each thrust has some real power behind it.//
//She's not going easy on him.//
<img src="Images/Rework065update/Rework065update544.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> AHHH!!
<span style="color:#00ccff;">Knight:</span> N-No...
<span style="color:cadetblue;">Girl:</span> What was that?
<span style="color:cadetblue;">Girl:</span> Hmmm?
<img src="Images/Rework065update/Rework065update545.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> You bitch, you like this don't you?
//She pushes him deeper into the ground.//
<span style="color:cadetblue;">Girl:</span> Huh?
<span style="color:#00ccff;">Knight:</span> N-
<img src="Images/Rework065update/Rework065update546.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Speak!
<span style="color:#00ccff;">Knight:</span> NO... I D-
//She spanks his ass again and then shoves her dick further into his asshole.//
<span style="color:#00ccff;">Knight:</span> AHHHHH!
<img src="Images/Rework065update/Rework065update547.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> FUCKK!!!!
<span style="color:cadetblue;">Girl:</span> That's right!
<span style="color:cadetblue;">Girl:</span> Take!
<span style="color:cadetblue;">Girl:</span> My!
<img src="Images/Rework065update/Rework065update548.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Cock!!
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update549.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2Fems]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I.. I can't do anything against him (Sub content)//">>
<<replace "#choice">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//By focusing on the choice new text appears.//
//Wow.//
//That's so cool.//
//The girl comes out from hiding. //
<span style="color:cadetblue;">Girl:</span> Please!
<img src="Images/Rework065update/Rework065update550.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Don't kill me.
<span style="color:#00ccff;">Knight:</span> Shut up.
<span style="color:#00ccff;">Knight:</span> You're a filthy sissy, deserving only...
<span id="crazy">
<<link "//Knight lowers his pants and shoves his dick deep into the girls mouth.//">>
<<replace "#crazy">>
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#00ccff;">Knight:</span> To be fucked like this.
<img src="Images/Rework065update/Rework065update551.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Mgghhhh
//The magic surges through my mind, the thrill of her experience becoming fragments of my own memory... what is this... it feels like it's really me in there... mhhhh...//
<span style="color:#00ccff;">Knight:</span> That's right slut!
<span style="color:#00ccff;">Knight:</span> Suck that dick!
<img src="Images/Rework065update/Rework065update552.jpg" height=500 />
//As the knight keeps face-fucking the girl, her resistance crumbles, she gives in to the pleasure, her whole body is shaking...//
<span style="color:cadetblue;">Girl:</span> mghh... mmghhh...
<span style="color:cadetblue;">Girl:</span> Mghh.. (slurp).. Mghh...
<span style="color:cadetblue;">Girl:</span> (slurp) (slurp) (slurp)
//The knight hold her head down.//
<img src="Images/Rework065update/Rework065update553.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Look at me you bitch.
<span style="color:cadetblue;">Girl:</span> ...
<span style="color:cadetblue;">Girl:</span> Mghhhhhh...
<span style="color:#00ccff;">Knight:</span> That's a good whore.
<span style="color:#00ccff;">Knight:</span> What should I do?
<span id="choice3">
<<link "//The knight decides to finish in her mouth//">>
<<replace "#choice3">>
<span style="color:#00ccff;">Knight:</span> Your mouth does feel pretty good.
//He starts thrusting.//
<img src="Images/Rework065update/Rework065update554.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Mghhh.... Mghhhh...
//With each thrust getting a bit more intense.//
<span style="color:cadetblue;">Girl:</span> Mgh. Mghh. Mgh. Mgh.
<span style="color:#00ccff;">Knight:</span> Mhhh...
<span style="color:#00ccff;">Knight:</span> Your mouth was made for this slut!
<img src="Images/Rework065update/Rework065update555.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Fuck...
<span style="color:cadetblue;">Girl:</span> Mghh.... mghhh...
<span style="color:#00ccff;">Knight:</span> That's right!
<span style="color:#00ccff;">Knight:</span> Take it!
<img src="Images/Rework065update/Rework065update556.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Take it!
<span style="color:#00ccff;">Knight:</span> TAKE IT!
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update557.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span>Mppffffhhhh!!
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2Fems]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//The knight decides to fuck her ass as well//">>
<<replace "#choice3">>
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#00ccff;">Knight:</span> You deserve everything you're about to get, and you'll enjoy every second of it.
//He takes his cock out of her mouth.//
<span style="color:cadetblue;">Girl:</span> ...
//He turn her around.//
<span style="color:#00ccff;">Knight:</span> Stick your ass out.
<img src="Images/Rework065update/Rework065update558.jpg" height=500 />
//He sticks his dick inside her asshole.//
<span style="color:cadetblue;">Girl:</span> Ahhh...
<span style="color:#00ccff;">Knight:</span> That's right!
<span style="color:#00ccff;">Knight:</span> Fuck your boy pussy is tight!
//He starts thrusting.//
<img src="Images/Rework065update/Rework065update559.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Mmmhhh...
<span style="color:cadetblue;">Girl:</span> Ahhhh...
<span style="color:cadetblue;">Girl:</span> AHHHHHH
<span style="color:cadetblue;">Girl:</span> AHHHHHH
<img src="Images/Rework065update/Rework065update560.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> AHHHHH
//Each thrust is like a thunder inside her, and the pleasure is unbearable.//
//She feels his hand grabbing her hair, pulling her back, making her take it.//
<span style="color:#00ccff;">Knight:</span> This is what you deserve, to be a hole for me to cum in.
<img src="Images/Rework065update/Rework065update561.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Ahhh!
<span style="color:cadetblue;">Girl:</span> Ahhh!
<span style="color:cadetblue;">Girl:</span> F-Fuck...
<span style="color:cadetblue;">Girl:</span> Ahhhhh
<img src="Images/Rework065update/Rework065update562.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> You want my load.
<span style="color:#00ccff;">Knight:</span> Say it, slut!
<span style="color:#00ccff;">Knight:</span> Say what you are.
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<span style="color:cadetblue;">Girl:</span>I'm a slut!!!
<img src="Images/Rework065update/Rework065update563.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2Fems]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<timed 100ms>>\
<<set $mascLevel1cummingface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<set $mascLevel1curioussadface1 to false>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I take out the magazine, open it and-//
<img src="Images/Rework065update/Rework065update375.png" height=500 />
//What's this?//
//It's just empty pages?//
//Wait!//
//Something is happening?//
<span id="cools">
<<link "//As I continue to focus on the pages, words start appearing.//">>
<<replace "#cools">>
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Wow.//
//So cool.//
<img src="Images/Rework065update/Rework065update532.jpg" height=500 />
//I see a short-haired girl.//
//Naked in the forest.//
<span style="color:#00ccff;">Knight:</span>(from distance) Where are you hiding you trap?
<span style="color:#00ccff;">Knight:</span> I' going to find you!
//What is happening?!?//
//The girl looks down.//
<img src="Images/Rework065update/Rework065update564.jpg" height=500 />
//She has a penis?//
<span id ="hi">
<<link "//Another blonde girl in red dress appers.//">>
<<replace "#hi">>
<<set $mascLevel1semiseriousface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update565.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> What are you doing? You need to hide?
<span style="color:cadetblue;">Girl:</span>What?
<span style="color:#ff3333;">Girl:</span> He's going to kill you if he finds you.
<span id="magic">
<<link "//She leans in and kisses the girl.//">>
<<replace "#magic">>
<img src="Images/Rework065update/Rework065update566.png" height=500 />
//The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...getting kissed by that blonde girl...//
<span style="color:#ff3333;">Girl:</span> go!
//You start to run towards the woods but as soon as you take the first step-//
<span style="color:#00ccff;">Knight:</span> I see you!
//He is walking closer.//
<img src="Images/Rework065update/Rework065update383.png" height=500 />
<span style="color:#00ccff;">Knight:</span> I shall take your head!
//As he gets closer, the girl stands between you.//
<span style="color:#ff3333;">Girl:</span> If you kill her, I will kill myself.
<span style="color:#00ccff;">Knight:</span> ...
<span style="color:#00ccff;">Knight:</span> I went to war for you!
<span style="color:#00ccff;">Knight:</span> And now that I come back I find you in a bed with a man.
<span style="color:#00ccff;">Knight:</span> And not even a man!
<span style="color:#00ccff;">Knight:</span> Some sissy wimp.
<img src="Images/Rework065update/Rework065update567.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Stop that!!
<span style="color:#00ccff;">Knight:</span> Our parents arranged us to marry.
<span style="color:#00ccff;">Knight:</span> But you ruined it.
<span style="color:#00ccff;">Knight:</span> Ruined it!!
<span style="color:#00ccff;">Knight:</span> I shall take what was promised to me.
<span id="rip">
<<link "//The knight rips her clothes off.//">>
<<replace "#rip">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update568.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> ...
<span style="color:#ff3333;">Girl:</span> I don't love you.
<span style="color:#ff3333;">Girl:</span> And I don't want to have sex with you.
<span style="color:#00ccff;">Knight:</span> Why? You would enjoy my dick.
<span style="color:#00ccff;">Knight:</span> And you would want more of it.
<span style="color:#ff3333;">Girl:</span> No I won't.
<span style="color:#00ccff;">Knight:</span> ...
//The knight thinks for a moment and answers.//
<span style="color:#00ccff;">Knight:</span> (announcing voice) An excellent proposal.
<img src="Images/Rework065update/Rework065update569.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> What?
<span style="color:#00ccff;">Knight:</span> (announcing voice) I shall fuck you. And if you enjoy my cock you will be mine.
<span style="color:#ff3333;">Girl:</span> And if I don't you will not harm us in any way and leave for good forever.
<span style="color:#00ccff;">Knight:</span>(announcing voice) Agreed!
//The girl turns to look at you.//
<img src="Images/Rework065update/Rework065update570.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Don't worry (kisses)...
<span style="color:#ff3333;">Girl:</span> I won't let him hurt you.
<span style="color:cadetblue;">Girl:</span> (whisper) I love you...
<span style="color:#ff3333;">Girl:</span> (soft smile)
//What's this?//
//There are options appearing on the page?//
//How will it know which one I'll choose?//
<span id="choice1">
<<link "//Watch (romance NTR)//">>
<<replace "#choice1">>
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//By focusing on the choice new text appears.//
//Wow. Does the book hear my thoughts?//
//That's so cool.//
<img src="Images/Rework065update/Rework065update572.jpg" height=500 />
//The girl walks towards the knight.//
<span style="color:#ff3333;">Girl:</span> Well?
<span style="color:#ff3333;">Girl:</span> Let's get this over with.
<span style="color:#00ccff;">Knight:</span> I can't wait to make you mine.
//He takes his armor off and then as he is pulling down his pants.//
//His huge dick pops out.//
<img src="Images/Rework065update/Rework065update573.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> W-w-w-what the fuck is that?
<span style="color:#00ccff;">Knight:</span> My dick.
<span style="color:#00ccff;">Knight:</span> Come on!
<span style="color:#00ccff;">Knight:</span> It doesn't get hard on it's own.
//The girl hesitates.//
//The knight is stroking his shaft.//
<span style="color:#00ccff;">Knight:</span> Get down on your knees already and suck my dick.
//The girl get's down on her knees and the knight starts face fucking her.//
<img src="Images/Rework065update/Rework065update575.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> ghkhhh...
<span style="color:#ff3333;">Girl:</span> ghkhhh... ghkhhh... ghkhhh...
<span style="color:#00ccff;">Knight:</span> Mhhh!
<span style="color:#00ccff;">Knight:</span> Fuck!
<img src="Images/Rework065update/Rework065update576.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> ghkhhh...ghkhhh... mhhh.. ghkhhh...
<span style="color:#00ccff;">Knight:</span> Mmm!
//The knight just keeps going and going.//
//Maintaining the speed.//
<span style="color:#00ccff;">Knight:</span> Ughhh!
<img src="Images/Rework065update/Rework065update577.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> ghkhhh... ghkhhh... ghkhhh...
<span style="color:#ff3333;">Girl:</span>Ghkghh... ghkhkghhh..
<span style="color:#00ccff;">Knight:</span> You are going to make me cum.
<img src="Images/Rework065update/Rework065update578.jpg" height=500 />
//Thank godess he is not going to fuck my girlfriend-//
//But the girl hearing that quickly pushes the knight with all her might away.//
<span style="color:#ff3333;">Girl:</span> NO!
//NO?//
<span style="color:#00ccff;">Knight:</span> ?
<span style="color:cadetblue;">Girl:</span> ?
<img src="Images/Rework065update/Rework065update580.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> (blushes)... I.. I mean...
<span style="color:#ff3333;">Girl:</span> D-deal was that you had to fuck me right?
<span style="color:#ff3333;">Girl:</span> (awkward convincing voice) It doesn't count if you cum from just a blowjob.
//What???//
//Is she really thinking about upholding the deal, or does she just want to feel his cock inside her?//
//No... No...//
//I'm sure she wants to just uphold the deal.//
//Right?//
[[Continue|femNTRMag3story2]]
<</replace>>
<</link>> | \
<<link "//Watch(humiliation NTR)//">>
<<replace "#choice1">>
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//By focusing on the choice new text appears.//
//Wow. Does the book hear my thoughts?//
//That's so cool.//
<img src="Images/Rework065update/Rework065update571.jpg" height=500 />
//The girl walks towards the knight.//
<span style="color:#ff3333;">Girl:</span> Well?
<span style="color:#ff3333;">Girl:</span> Let's get this over with.
<span style="color:#00ccff;">Knight:</span> I can't wait to make you mine.
//He takes his armor off and then as he is pulling down his pants.//
//His huge dick pops out.//
<img src="Images/Rework065update/Rework065update574.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> W-w-w-what the fuck is that?
<span style="color:#ff3333;">Girl:</span> It's so much bigger!
<span style="color:#00ccff;">Knight:</span> Hmm?
<span style="color:#ff3333;">Girl:</span> Nothing.
<span style="color:#ff3333;">Girl:</span> (blushes) Let's just get this over with.
<span style="color:#00ccff;">Knight:</span> (grins) Let's...
//The girl get's down on her knees and begins sucking him off.//
<img src="Images/Rework065update/Rework065update581.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> (slurp) (slurp) (slurp)
<span style="color:#ff3333;">Girl:</span> Mhh... It tastes so good.
<span style="color:#ff3333;">Girl:</span> (slurp) (slurp) (slurp)
<span style="color:#00ccff;">Knight:</span> Mhhh...
//The girl starts going faster and faster.//
<img src="Images/Rework065update/Rework065update582.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> (fast slurp) (fast slurp)
//It's like she has gone crazy for the taste of his dick.//
//I don't like this.//
//I don't like how much she is enjoying sucking him off.//
<img src="Images/Rework065update/Rework065update583.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Wow...
<span style="color:#00ccff;">Knight:</span> Someones eager.
<span style="color:#ff3333;">Girl:</span> (fast slurp) (fast slurp) (fast slurp)
<span style="color:#00ccff;">Knight:</span> Mhhh...
<span style="color:#00ccff;">Knight:</span> Fuck.
<img src="Images/Rework065update/Rework065update584.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> I'm going to cum.
//Hearing that the girl quickly takes his cock out of her mouth and starts jerking it off.//
<span style="color:#ff3333;">Girl:</span> NOO!
<img src="Images/Rework065update/Rework065update579.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Deal was that you had to fuck me, right?
<span style="color:cadetblue;">Girl:</span> ?
<span style="color:#00ccff;">Knight:</span> ?
<span style="color:#ff3333;">Girl:</span> ...
<span style="color:#ff3333;">Girl:</span> (blushes)... I..I mean..
//Is she...//
//Does she really want his dick?//
//No... no...//
//She just wants to uphold the deal.//
//Yeah. That must be it.//
[[Continue|femNTRMag3story2Hum]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<timed 100ms>>\
<<set $mascLevel1cummingface1 to false>>\
<<set $mascLevel1sleepingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $day to advanceDay($day)>>\
<<set $time to "Early Morning">>\
<<set $maedhroisatrap = false>>\
...
..
.
<span id="peace">
<<link "//It's so peaceful.//">>
<<replace "#peace">>
<<set $mascLevel1sleepingface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 2s>>
<span style="color:chartreuse;">Maedhro</span> Aaaaaahhhhhh.
<span style="color:cadetblue;">$playerName:</span> Ummm...
//You open your eyes. What in Luna's name is going on?//
<span style="color:chartreuse;">Maedhro</span> Aaaaaahhhhh.
//You quickly get up from your bed and head towards the noise.//
<span style="color:chartreuse;">Maedhro</span> Whyyy?
//As you get closer you notice that the voice is coming from behind the bathroom door.//
<</shake>>
<<replacelink "//You open the door and see Maedhro.//">>//You open the door and see Maedhro.//
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:chartreuse;">Maedhro</span> $playerName.. I.. I..
<span style="color:cadetblue;">$playerName:</span> Maedhro? Is that you?
[[**Maedhro is huge ?! ♂️ (Netori and/or Sharing)**|Maedhro Netori 1]]
[[**Maedhro is now a girl ♀️ (straight, alpha, domination)**|Maedhro Straight 1]]
[[**Maedhro has breasts now ⚧️ (trap, domination or romance)**|Maedhro Trap]]
<</replacelink>>
<</replace>>
<</link>>
</span><<timed 100ms>>\
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//She gets up. //
<img src="Images/Rework065update/Rework065update407.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Can you fuck me now, noble knight?
<span style="color:#ff3333;">Woman:</span> I want you inside me.
<span style="color:cadetblue;">Main Character:</span> As you wish.
<span id="1">
<<link "//Doggy Style//">>
<<replace "#1">>
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She goes on her knees, lifts her ass up and looks back at you.//
<img src="Images/Rework065update/Rework065update408.jpg" height=500 />
//Fuck.//
<span style="color:cadetblue;">Main Character:</span> You're so hot.
//You slowly enter her.//
<span style="color:#ff3333;">Woman:</span> You're...
<span style="color:#ff3333;">Woman:</span> AHhhh...
<img src="Images/Rework065update/Rework065update409.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> You ok?
<span style="color:#ff3333;">Woman:</span> Yes!
<span style="color:#ff3333;">Woman:</span> Make love to me, noble knight.
//Fuck!//
<img src="Images/Rework065update/Rework065update410.jpg" height=500 />
//This is the hottest thing I have ever seen!!//
<span id="cum">
<<link "//I'm!!!!!//">>
<<replace "#cum">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#ff3333;">Woman:</span> I'm CUMMMING!!!
//As the girl in the story cums, so do you.//
<img src="Images/Rework065update/Rework065update411.jpg" height=500 />
//I can't help but to fall asleep...//
//...//
[[Continue|PhilippaStory3.2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Missionary//">>
<<replace "#1">>
//She lies on her back.//
<img src="Images/Rework065update/Rework065update412.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please.
<span style="color:#ff3333;">Woman:</span> Take me in your arms, noble knight.
<span style="color:#ff3333;">Woman:</span> I need you inside me.
<span style="color:cadetblue;">Main Character:</span> As you wish.
<span style="color:cadetblue;">Main Character:</span> Mmmm
//You slowly enter her.//
<img src="Images/Rework065update/Rework065update413.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (Moan)
//She is biting her lower lip as you slowly start thrusting in and out of her.//
<span style="color:#ff3333;">Woman:</span> Ohhhh
//This is amazing.//
<span style="color:#ff3333;">Woman:</span> Yes, yes, YES!!
<img src="Images/Rework065update/Rework065update414.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Keep going noble knight.
//Fuck!//
//This is the hottest thing I have ever seen!!//
<span id="cum">
<<link "//I'm!!!!!//">>
<<replace "#cum">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#ff3333;">Woman:</span> I'm CUMMMING!!!
//As the girl in the story cums, so do you.//
<img src="Images/Rework065update/Rework065update415.jpg" height=500 />
//I can't help but to fall asleep...//
//...//
[[Continue|PhilippaStory3.2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $maedhroGirl = true>>\
<<set $maedhroMascNetori = false>>\
<<set $maedhroDeg to 0>>\
<span style="color:cadetblue;">$playerName:</span> Wha... Mae..How?
<img src="Images/Philippa/story2maedhrobathroom.jpg" height=500/>
<span style="color:chartreuse;">Maedhro:</span> $playerName? You look.. different?
<<replacelink "//I look at the bathroom mirror on the wall.//">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update416.jpg" height=500 />
//I see I have grown a bit in size.//
//My arms are more muscular?//
//And...And.. I feel something between my legs.//
//I pull my pants down.//
<span style="color:chartreuse;">Maedhro:</span>Holy Luna?!?! That... That is-
<span style="color:chartreuse;">Maedhro</span> and <span style="color:cadetblue;">$playerName:</span>MONSTEROUS!!
//You see Maedhro starts to panic. She also pulls down his pants.//
<img src="Images/Philippa/philipastory2maedstraight.jpg"/>
<span style="color:chartreuse;">Maedhro:</span>Ahhhh.
<span style="color:chartreuse;">Maedhro:</span>It's gone!
<span style="color:chartreuse;">Maedhro:</span>What is going on?
<img src="Images/Rework065update/Rework065update418.jpg" height=500 />
//Ohhh noo. The potion.//
[[Continue|Philippa Story 2.5 trap route]]
<</replacelink>>\<<set $maedhroisatrap = true>>\
<<set $maedhroMascNetori = false>>\
<<set $maedhroDeg to 0>>\
<span style="color:cadetblue;">$playerName:</span> Wha... Mae..How?
<img src="Images/Philippa/story2maedhrobathroom.jpg" height=500/>
<span style="color:chartreuse;">Maedhro:</span> $playerName? You look.. different?
<<replacelink "//I look at the bathroom mirror on the wall.//">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update416.jpg" height=500 />
//I see I have grown a bit in size.//
//My arms are more muscular?//
//And...And.. I feel something between my legs.//
//I pull my pants down.//
<span style="color:chartreuse;">Maedhro:</span>Holy Luna?!?! That... That is-
<span style="color:chartreuse;">Maedhro</span> and <span style="color:cadetblue;">$playerName:</span>MONSTEROUS!!
//You see Maedhro starts to panic. She also pulls down his pants.//
<span style="color:chartreuse;">Maedhro:</span>Ahhhh.
<span style="color:chartreuse;">Maedhro:</span>It's smaller!
<span style="color:chartreuse;">Maedhro:</span>What is going on?
<img src="Images/Rework065update/Rework065update419.png" height=500 />
//Ohhh noo. The potion.//
[[Continue|Philippa Story 2.5 trap route]]
<</replacelink>>\<<timed 100ms>>\
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//You hear two sets of footsteps coming from the hallway.//
<span style="color:cadetblue;">$playerName:</span> We are bus-
<<replacelink "//Before you could finish your sentence the door opens. You see Alariel and Inledya standing there frozen.//">>//Before you could finish your sentence the door opens. You see Alariel and Inledya standing there frozen.//
<img src="Images/Philippa/phillipastory3masctrapinledyacomesin.jpg" height=500/>
<span style="color:coral;">Inledya:</span>W-what is going on here?
<span style="color:darksalmon">Alariel:</span>Yeah Maedhro why do you look like a girl and.. ahhhhh why is that so big $playerName?
<span style="color:cadetblue;">$playerName:</span>...
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:coral;">Inledya:</span> Ok. Both of you get dressed. We'll talk about this in the kitchen.
[[Continue|Phillipa Story 2.6MaedhroTraporGirl]]
<</replacelink>><<timed 100ms>>\
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//You and Maedhro go to the kitchen.//
<span style="color:coral;">Inledya:</span>Okay, what is going on?
<span style="color:cadetblue;">$playerName:</span> I think this has to do with the potion that my proffessor gave me.
<<replacelink "//Alariel leans in//">>//Alariel leans in//
<img src="Images/Philippa/philippaextra8.jpg" height=500/>
<span style="color:darksalmon">Alariel:</span> Potion? What potion?
<span style="color:chartreuse;">Maedhro:</span> The one I took in the bathroom?
<span style="color:cadetblue;">$playerName:</span> My herbology professor gave me a potion and said that it would help me with the Cockatrice Fever.
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:coral;">Inledya:</span> Cockatrice Fever?
<span style="color:coral;">Inledya:</span> What are you talking about?
<span style="color:darksalmon">Alariel:</span>Yeah what's that?
<<replacelink "//You start to explain to them the whole story.//">>//You start to explain to them the whole story.//
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
...
..
.
<span style="color:cadetblue;">$playerName:</span> -and then you guys walked in and saw me and Maedhro in the bathroom.
<<replacelink "//After hearing all that Inledya is lost for words.//">>//After hearing all that Inledya is lost for words.//
<img src="Images/Philippa/story2inledya.jpg" height=500/>
<span style="color:coral;">Inledya:</span> That's... That's....$playerName.
<span style="color:cadetblue;">$playerName:</span> Yeah...
<span style="color:coral;">Inledya:</span> I guess you better talk to Philippa then.
<span style="color:coral;">Inledya:</span>Was that her name, Philippa?
<span style="color:cadetblue;">$playerName:</span> Yeah.. I'll look into it.
<<replacelink "//Maedhro just sits in complete silence.//">>//Maedhro just sits in complete silence.//
<img src="Images/Rework065update/Rework065update420.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I need to think...
//He gets up and leaves.//
//What a mess...//
[[Continue|Endofv0.65][$mainStory to 4]]
<</replacelink>>
<</replacelink>>
<</replacelink>>
<</replacelink>><<timed 100ms>>\
<<set $mascLevel1cummingface1 to false>>\
<<set $mascLevel1sleepingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $day to advanceDay($day)>>\
<<set $time to "Early Morning">>\
<<set $maedhroisatrap = false>>\
...
..
.
<span id="peace">
<<link "//It's so peaceful.//">>
<<replace "#peace">>
<<set $mascLevel1sleepingface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 2s>>
<span style="color:chartreuse;">Maedhro</span> Aaaaaahhhhhh.
<span style="color:cadetblue;">$playerName:</span> Ummm...
//You open your eyes. What in Luna's name is going on?//
<span style="color:chartreuse;">Maedhro</span> Aaaaaahhhhh.
//You quickly get up from your bed and head towards the noise.//
<span style="color:chartreuse;">Maedhro</span> Whyyy?
//As you get closer you notice that the voice is coming from behind the bathroom door.//
<</shake>>
<<replacelink "//You open the door and see Maedhro.//">>//You open the door and see Maedhro.//
<<set $mascLevel1panicface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:chartreuse;">Maedhro</span> $playerName.. I.. I..
<span style="color:cadetblue;">$playerName:</span> Maedhro? Is that you?
[[**Maedhro has breasts now ⚧️ (trap, domination or romance)**|Phillipa Story 2.4 Fems]]
<</replacelink>>
<</replace>>
<</link>>
</span><<set $maedhroisatrap = true>>\
<<set $maedhroMascNetori = false>>\
<span style="color:cadetblue;">$playerName:</span> Wha... Mae..How?
<img src="Images/Philippa/story2maedhrobathroom.jpg" height=500/>
<span style="color:chartreuse;">Maedhro:</span> $playerName? You look.. different?
<<replacelink "//I look at the bathroom mirror on the wall.//">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update531.jpg" height=500 />
//I see I that I have become a bit smaller in size.//
//My arms are skinnier... but softer.//
//And...And.. I feel something between my legs.//
//I pull my pants down.//
<span style="color:cadetblue;">$playerName:</span>It's smaller!!
//You see Maedhro starts to panic. She also pulls down his pants.//
<span style="color:chartreuse;">Maedhro:</span>Ahhhh.
<span style="color:chartreuse;">Maedhro:</span>It's smaller!
<span style="color:chartreuse;">Maedhro:</span>What is going on?
<img src="Images/Rework065update/Rework065update419.png" height=500 />
//Ohhh noo. The potion.//
[[Continue|Phillipa Story 2.5]]
<</replacelink>>\<<timed 100ms>>\
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//You hear two sets of footsteps coming from the hallway.//
<span style="color:cadetblue;">$playerName:</span> We are bus-
<<replacelink "//Before you could finish your sentence the door opens. You see Alariel and Inledya standing there frozen.//">>//Before you could finish your sentence the door opens. You see Alariel and Inledya standing there frozen.//
<img src="Images/Philippa/phillipastory3masctrapinledyacomesin.jpg" height=500/>
<span style="color:coral;">Inledya:</span>W-what is going on here?
<span style="color:darksalmon">Alariel:</span>Yeah why do you guys look like girls?
<span style="color:cadetblue;">$playerName:</span>...
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:coral;">Inledya:</span> Ok. Both of you get dressed. We'll talk about this in the kitchen.
[[Continue|Phillipa Story 2.6fems]]
<</replacelink>><<set $feverValue = 0>>\
<<set $lastTime = $time>>\
<<set $mascDefaultLevel1 to false>>\
<<set $femDefaultLevel1 to false>>\
(Tutorial: A new feature has been introduced - the Fever Bar on your right. This meter gradually fills as time progresses. In future updates, when the meter is full, it will trigger special scenes based on your location and story progression. While the core mechanics are now in place, the related scenes will be implemented in upcoming updates.)
//NB: Level 0 stat dreams are now available (max out a stat and go to sleep at night)//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel2 to true>>\
<<set $mascLevel2notsureface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel2 to true>>\
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
<<set $boughtThirdMag to true>>\
<<set $tookLevel3magFromMe to false>>\
<<set $philippaStory to 3>>
<<set $mainStory to 4>>\
<<goto "Kitchen">>
<</link>><span style="color:cadetblue;">$playerName:</span> Wha... Mae..How?
<<set $maedhroMascNetori = true>>\
<img src="Images/Rework065update/Rework065update417.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> $playerName? You look.. different?
<<replacelink "//I look at the bathroom mirror on the wall.//">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update416.jpg" height=500 />
//I see I have grown a bit in size.//
//My arms are more muscular?//
//And...And.. I feel something between my legs.//
//I pull my pants down.//
<span style="color:chartreuse;">Maedhro:</span>Holy Luna?!?! That... That is-
<span style="color:chartreuse;">Maedhro</span> and <span style="color:cadetblue;">$playerName:</span>MONSTEROUS!!
//You see Maedhro starts to panic. He also pulls down his pants.//
<span style="color:chartreuse;">Maedhro:</span>Ahhhh.
<span style="color:chartreuse;">Maedhro:</span>It's huge!
<span style="color:chartreuse;">Maedhro:</span>What is going on?
//Ohhh noo. The potion.//
[[Continue|Philippa Story 2.5netoriroute]]
<</replacelink>>\<<timed 100ms>>\
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>
//You hear two sets of footsteps coming from the hallway.//
<span style="color:cadetblue;">$playerName:</span> We are bus-
<<replacelink "//Before you could finish your sentence the door opens. You see Alariel and Inledya standing there frozen.//">>//Before you could finish your sentence the door opens. You see Alariel and Inledya standing there frozen.//
<img src="Images/Philippa/phillipastory3masctrapinledyacomesin.jpg" height=500/>
<span style="color:coral;">Inledya:</span>W-what is going on here?
<span style="color:darksalmon">Alariel:</span>Yeah why do you guys look so big?
<span style="color:cadetblue;">$playerName:</span>...
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:coral;">Inledya:</span> Ok. Both of you in the kitchen.
[[Continue|Phillipa Story 2.6]]
<</replacelink>><<timed 100ms>>\
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//You and Maedhro go to the kitchen.//
<span style="color:coral;">Inledya:</span>Okay, what is going on?
<span style="color:cadetblue;">$playerName:</span> I think this has to do with the potion that my proffessor gave me.
<<replacelink "//Alariel leans in//">>//Alariel leans in//
<img src="Images/Philippa/philippaextra8.jpg" height=500/>
<span style="color:darksalmon">Alariel:</span> Potion? What potion?
<span style="color:chartreuse;">Maedhro:</span> The one I took in the bathroom?
<span style="color:cadetblue;">$playerName:</span> My herbology professor gave me a potion and said that it would help me with the Cockatrice Fever.
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:coral;">Inledya:</span> Cockatrice Fever?
<span style="color:coral;">Inledya:</span> What are you talking about?
<span style="color:darksalmon">Alariel:</span>Yeah what's that?
<<replacelink "//You start to explain to them the whole story.//">>//You start to explain to them the whole story.//
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
...
..
.
<span style="color:cadetblue;">$playerName:</span> -and then you guys walked in and saw me and Maedhro in the bathroom.
<<replacelink "//After hearing all that Inledya is lost for words.//">>//After hearing all that Inledya is lost for words.//
<img src="Images/Philippa/story2inledya.jpg" height=500/>
<span style="color:coral;">Inledya:</span> That's... That's....$playerName.
<span style="color:cadetblue;">$playerName:</span> Yeah...
<span style="color:coral;">Inledya:</span> I guess you better talk to Philippa then.
<span style="color:coral;">Inledya:</span>Was that her name, Philippa?
<span style="color:cadetblue;">$playerName:</span> Yeah.. I'll look into it.
<<replacelink "//Maedhro start's crying.//">>//Maedhro start's crying.//
<img src="Images/Philippa/philippaextra9.jpg" height=500/>
<span style="color:chartreuse;">Maedhro:</span> I didn't want this...
//He gets up and leaves.//
//Alright time to start figuring out what to do next.//
[[Continue|Endofv0.65][$mainStory to 4]]
<</replacelink>>
<</replacelink>>
<</replacelink>>
<</replacelink>><<timed 100ms>>\
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//You and Maedhro go to the kitchen.//
<span style="color:coral;">Inledya:</span>Okay, what is going on?
<span style="color:cadetblue;">$playerName:</span> I think this has to do with the potion that my proffessor gave me.
<<replacelink "//Alariel leans in//">>//Alariel leans in//
<img src="Images/Philippa/philippaextra8.jpg" height=500/>
<span style="color:darksalmon">Alariel:</span> Potion? What potion?
<span style="color:chartreuse;">Maedhro:</span> The one I took in the bathroom?
<span style="color:cadetblue;">$playerName:</span> My herbology professor gave me a potion and said that it would help me with the Cockatrice Fever.
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:coral;">Inledya:</span> Cockatrice Fever?
<span style="color:coral;">Inledya:</span> What are you talking about?
<span style="color:darksalmon">Alariel:</span>Yeah what's that?
<<replacelink "//You start to explain to them the whole story.//">>//You start to explain to them the whole story.//
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
...
..
.
<span style="color:cadetblue;">$playerName:</span> -and then you guys walked in and saw me and Maedhro in the bathroom.
<<replacelink "//After hearing all that Inledya is lost for words.//">>//After hearing all that Inledya is lost for words.//
<img src="Images/Philippa/story2inledya.jpg" height=500/>
<span style="color:coral;">Inledya:</span> That's... That's....$playerName.
<span style="color:cadetblue;">$playerName:</span> Yeah...
<span style="color:coral;">Inledya:</span> I guess you better talk to Philippa then.
<span style="color:coral;">Inledya:</span>Was that her name, Philippa?
<span style="color:cadetblue;">$playerName:</span> Yeah.. I'll look into it.
<<replacelink "//Maedhro start's crying.//">>//Maedhro start's crying.//
<img src="Images/Philippa/philippaextra9.jpg" height=500/>
<span style="color:chartreuse;">Maedhro:</span> I didn't want this...
//He gets up and leaves.//
//Alright time to start figuring out what to do next.//
[[Continue|Endofv0.65][$mainStory to 4]]
<</replacelink>>
<</replacelink>>
<</replacelink>>
<</replacelink>><<timed 100ms>>\
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//The girl takes the dick out of her mouth.//
<img src="Images/Rework065update/Rework065update434.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (bluses) Where do you want me?
<span id="choice">
<<link "//Doggy style//">>
<<replace "#choice">>
<span style="color:cadetblue;">Main Character:</span> (grunts)
//The main character positions himself behind the woman, grabbing her ass with his hand.//
//The main character inserts his cock inside her and she lets out a soft moan.//
<img src="Images/Rework065update/Rework065update435.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Oh yes, right there.
<span style="color:cadetblue;">Main Character:</span> (grunts)
<span style="color:#ff3333;">Woman:</span> Oh! Faster!
<span style="color:#ff3333;">Woman:</span> Ahhh!
<img src="Images/Rework065update/Rework065update436.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> AHHH!!!
<span style="color:#ff3333;">Woman:</span> Oooh yeaaaaah.
<span style="color:cadetblue;">Main Character:</span> (grunts).
<span style="color:#ff3333;">Woman:</span> Ahhh.
<span style="color:cadetblue;">Main Character:</span> (moans)
<img src="Images/Rework065update/Rework065update437.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Take me!
<span style="color:cadetblue;">Main Character:</span> (grunts)
<span style="color:#ff3333;">Woman:</span> Take me!!!!
//Fuck I'm...//
//I'm...//
//CUMMING!!//
<img src="Images/Rework065update/Rework065update438.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2]]
<</replace>>
<</link>> | \
<<link "//Prone sex//">>
<<replace "#choice">>
//The man pushes the woman onto the floor and climbs on top of her.//
//He pushes his cock inside her.//
<span style="color:#ff3333;">Woman:</span> Ahh!!
<span style="color:cadetblue;">Main Character:</span> (grunts)...
<img src="Images/Rework065update/Rework065update439.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Yes!!
<span style="color:#ff3333;">Woman:</span> Don't stop!!!
<span style="color:cadetblue;">Main Character:</span> (grunt) (grunts)
<span style="color:#ff3333;">Woman:</span> Faster!!!
<span style="color:#ff3333;">Woman:</span> Give me all of it!!!!
<img src="Images/Rework065update/Rework065update440.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> AHHH
<span style="color:cadetblue;">Main Character:</span> (groan)
<span style="color:#ff3333;">Woman:</span> Faster!!!
<span style="color:#ff3333;">Woman:</span> FASTER!!!!
<span style="color:cadetblue;">Main Character:</span> (grunts) (grunts)
<span style="color:#ff3333;">Woman:</span> Yes!
<span style="color:#ff3333;">Woman:</span> Take me!
<img src="Images/Rework065update/Rework065update441.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> YES!
<span style="color:#ff3333;">Woman:</span> YES! YES!
//Aghhhh!!!//
//Fuck...//
//I'm...//
//Cumming.//
<span style="color:#ff3333;">Woman:</span> CUM IN ME!!!
<img src="Images/Rework065update/Rework065update442.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2]]
<</replace>>
<</link>>
</span><<timed 100ms>>\
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//The woman stands up.//
<img src="Images/Rework065update/Rework065update473.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> How..
<span style="color:#ff3333;">Woman:</span> How do you want me?
<span style="color:#00ccff;">Knight:</span> No!
<span style="color:#00ccff;">Knight:</span> Stop that!
<span style="color:#ff3333;">Woman:</span> (looks straight at you with a cute but lustful look)
<span style="color:#ff3333;">Woman:</span> ...
<span id="choice">
<<link "//Doggy Style//">>
<<replace "#choice">>
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I motion her to get on her hands and knees.//
//She does as I say.//
//She sticks her ass up and turns her head around to look at me.//
<img src="Images/Rework065update/Rework065update474.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> I've never done it like this before.
<span style="color:#ff3333;">Woman:</span> ....
//Just as the character is about to push it in she says.//
<span style="color:#ff3333;">Woman:</span> My pussy is really tight.
<span style="color:#ff3333;">Woman:</span> Please be-
//You push in and start fucking her hard.//
<img src="Images/Rework065update/Rework065update485.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhhhh!!!!!
<span style="color:#ff3333;">Woman:</span> It's so big!
<span style="color:#ff3333;">Woman:</span> Fuck!!
<span style="color:#ff3333;">Woman:</span> You are amazing!
<img src="Images/Rework065update/Rework065update484.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> AHHH!!!
<span style="color:#ff3333;">Woman:</span> I'm cumming already!
<span style="color:#ff3333;">Woman:</span> AHHHH!!!
<span style="color:#ff3333;">Woman:</span> Keep fucking!
<img src="Images/Rework065update/Rework065update483.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> AAAH!!!!
<span style="color:#ff3333;">Woman:</span> Fuuuck!!!!
//I'm so close!//
<span id="cum">
<<link "//I'm!!!!!//">>
<<replace "#cum">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update482.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Prone Sex//">>
<<replace "#choice">>
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I motion for her to lay down on her stomach.//
<img src="Images/Rework065update/Rework065update475.jpg" height=500 />
//She does as I say and lays there waiting.//
//As you are about to put your dick in she says.//
<span style="color:#ff3333;">Woman:</span> My pussy is really tight so please-
//You push it in and begin fucking her hard.//
<img src="Images/Rework065update/Rework065update476.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhhhh!!!!!
<span style="color:#ff3333;">Woman:</span> OMG IT'S SO BIG!!
<span style="color:#ff3333;">Woman:</span> Ahhhh....
<span style="color:#ff3333;">Woman:</span> AHHHHHHH!!!
<img src="Images/Rework065update/Rework065update477.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> AHHHHH.....
<span style="color:#ff3333;">Woman:</span> OH FUCK YESSS!!!
<span style="color:#ff3333;">Woman:</span> KEEP FUCKING ME!!!!
<span style="color:#ff3333;">Woman:</span> YOU ARE SOO GOOD!!!!
<img src="Images/Rework065update/Rework065update478.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> I CAN'T...
<span style="color:#ff3333;">Woman:</span> I'M CUMMING!!
//You keep fucking her.//
<span style="color:#ff3333;">Woman:</span> (pleasure scream) FUck!
<img src="Images/Rework065update/Rework065update479.jpg" height=500 />
//You continue fucking her.//
<span style="color:#ff3333;">Woman:</span> AHHH!!!!!
<span style="color:#ff3333;">Woman:</span> YES!
<span style="color:#ff3333;">Woman:</span> YES!
<span style="color:#ff3333;">Woman:</span> CUM!
<img src="Images/Rework065update/Rework065update480.jpg" height=500 />
//Fuck...//
//I'm so close!//
<span id="cum">
<<link "//I'm!!!!!//">>
<<replace "#cum">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update481.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><span style="color:#ff1a1a;">Zarina:</span> I see you have questions.
<img src="Images/Rework065update/Rework065update607.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> Ask away?
<<if $question1level1zarina is false>>\
[[You said I'm a plane walker?]] | \
<</if>>\
<<if $question2level1zarina is false>> \
[[Are you a demon?]] | \
<</if>>\
<<if $question3level1zarina is false>>\
[[Why am I here?]]
<</if>>\
<<if $question1level1zarina is true and $question2level1zarina is true and $question3level1zarina is true>>
[[Zarina Raises her Hand]]
<</if>><<timed 100ms>>\
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//Teasingly the girl takes off her dress and...//
<img src="Images/Rework065update/Rework065update516.jpg" height=500 />
//Wait what's this?//
//She has a penis?//
<span style="color:cadetblue;">Girl:</span> I'm ready!
<span style="color:cadetblue;">Girl:</span> Do you want to...
<span id="choice">
<<link "//Doggy Style//">>
<<replace "#choice">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Girl:</span> Fuck me from behind?
<span style="color:#00ccff;">Knight:</span> (blushes)
<span style="color:cadetblue;">Girl:</span> Hehe.
<img src="Images/Rework065update/Rework065update517.jpg" height=500 />
//The girl gets on all fours.//
<span style="color:cadetblue;">Girl:</span> My boy pussy is ready ! (smiles)
//Boy pussy?//
//The knight slowly inserts his dick into the her ass.//
<span id="pleasure">
<<link "//Pleasure takes control//">>
<<replace "#pleasure">>
<img src="Images/Rework065update/Rework065update519.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Mhhhh!
<span style="color:#00ccff;">Knight:</span> Ahhh...
<span style="color:#00ccff;">Knight:</span> Fuck.
<span style="color:#00ccff;">Knight:</span> You are so tight.
<img src="Images/Rework065update/Rework065update520.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Ahhh!
<span style="color:cadetblue;">Girl:</span> Mhh!
<span style="color:cadetblue;">Girl:</span> Fuck me dear!
<span style="color:#00ccff;">Knight:</span> Your wish is my command.
<img src="Images/Rework065update/Rework065update521.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Mhhhm.
<span style="color:cadetblue;">Girl:</span> (moans)
<span style="color:cadetblue;">Girl:</span> Ahhh
<span style="color:cadetblue;">Girl:</span> Ooooooohhh...
<img src="Images/Rework065update/Rework065update522.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Fuck my boypussy!
<span style="color:cadetblue;">Girl:</span> Oooh
<span style="color:cadetblue;">Girl:</span> You are amazing.
<span style="color:#00ccff;">Knight:</span> Oh I'm almost there!
<img src="Images/Rework065update/Rework065update523.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> AAAAAAHHHHHH!!!!!!
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update524.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2Fems]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Missionary//">>
<<replace "#choice">>
<<set $mascLevel1scaredface1 to false>>\
<<set $mascLevel1blushharderface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#00ccff;">Knight:</span> Lay on your back baby.
<img src="Images/Rework065update/Rework065update518.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Sure.
//They kiss.//
//And the knight inserts his dick into her ass.//
<span id="pleasure">
<<link "//Pleasure takes control//">>
<<replace "#pleasure">>
<img src="Images/Rework065update/Rework065update525.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> AAhh..
<span style="color:#00ccff;">Knight:</span> Fuck you feel amazing.
<span style="color:cadetblue;">Girl:</span> Ahh..
<span style="color:cadetblue;">Girl:</span> Please.
<img src="Images/Rework065update/Rework065update526.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> My boy pussy wants your cock!
//Boy pussy?//
<span style="color:#00ccff;">Knight:</span> Oh yes. (grunts)
<span style="color:#00ccff;">Knight:</span> Take this.
<span style="color:cadetblue;">Girl:</span> Aaah!
<span style="color:#00ccff;">Knight:</span> AAhh!
<img src="Images/Rework065update/Rework065update527.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> You are so tight.
<span style="color:#00ccff;">Knight:</span> Your ass feels amazing.
<span style="color:#00ccff;">Knight:</span> You are squeezing my cock!
<span style="color:cadetblue;">Girl:</span> Aaaaaaaaah!
<span style="color:cadetblue;">Girl:</span> Yes!!
<img src="Images/Rework065update/Rework065update528.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Aaaaaaaaah!
<span style="color:cadetblue;">Girl:</span> Fuc-
<span style="color:cadetblue;">Girl:</span> Ahh
<span style="color:cadetblue;">Girl:</span> Ahh
<img src="Images/Rework065update/Rework065update529.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Ahh
<span style="color:cadetblue;">Girl:</span> Oh.
<span style="color:cadetblue;">Girl:</span> I'm...
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update530.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2Fems]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
//Teasingly the girl takes off her dress and...//
<img src="Images/Rework065update/Rework065update516.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> I'm ready!
<span style="color:cadetblue;">Girl:</span> Do you want to...
<span id="choice">
<<link "//Doggy Style//">>
<<replace "#choice">>
<span style="color:cadetblue;">Girl:</span> Fuck me from behind?
<span style="color:#00ccff;">Knight:</span> (blushes)
<span style="color:cadetblue;">Girl:</span> Hehe.
<img src="Images/Rework065update/Rework065update517.jpg" height=500 />
//The girl gets on all fours.//
<span style="color:cadetblue;">Girl:</span> My boy pussy is ready ! (smiles)
//Boy pussy?//
//The knight slowly inserts his dick into the her ass.//
<span id="pleasure">
<<link "//Pleasure takes control//">>
<<replace "#pleasure">>
<img src="Images/Rework065update/Rework065update519.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Mhhhh!
<span style="color:#00ccff;">Knight:</span> Ahhh...
<span style="color:#00ccff;">Knight:</span> Fuck.
<span style="color:#00ccff;">Knight:</span> You are so tight.
<img src="Images/Rework065update/Rework065update520.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Ahhh!
<span style="color:cadetblue;">Girl:</span> Mhh!
<span style="color:cadetblue;">Girl:</span> Fuck me dear!
<span style="color:#00ccff;">Knight:</span> Your wish is my command.
<img src="Images/Rework065update/Rework065update521.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Mhhhm.
<span style="color:cadetblue;">Girl:</span> (moans)
<span style="color:cadetblue;">Girl:</span> Ahhh
<span style="color:cadetblue;">Girl:</span> Ooooooohhh...
<img src="Images/Rework065update/Rework065update522.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Fuck my boypussy!
<span style="color:cadetblue;">Girl:</span> Oooh
<span style="color:cadetblue;">Girl:</span> You are amazing.
<span style="color:#00ccff;">Knight:</span> Oh I'm almost there!
<img src="Images/Rework065update/Rework065update523.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> AAAAAAHHHHHH!!!!!!
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update524.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2Fems]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Missionary//">>
<<replace "#choice">>
<span style="color:#00ccff;">Knight:</span> Lay on your back baby.
<img src="Images/Rework065update/Rework065update518.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Sure.
//They kiss.//
//And the knight inserts his dick into her ass.//
<span id="pleasure">
<<link "//Pleasure takes control//">>
<<replace "#pleasure">>
<img src="Images/Rework065update/Rework065update525.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> AAhh..
<span style="color:#00ccff;">Knight:</span> Fuck you feel amazing.
<span style="color:cadetblue;">Girl:</span> Ahh..
<span style="color:cadetblue;">Girl:</span> Please.
<img src="Images/Rework065update/Rework065update526.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> My boy pussy wants your cock!
//Boy pussy?//
<span style="color:#00ccff;">Knight:</span> Oh yes. (grunts)
<span style="color:#00ccff;">Knight:</span> Take this.
<span style="color:cadetblue;">Girl:</span> Aaah!
<span style="color:#00ccff;">Knight:</span> AAhh!
<img src="Images/Rework065update/Rework065update527.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> You are so tight.
<span style="color:#00ccff;">Knight:</span> Your ass feels amazing.
<span style="color:#00ccff;">Knight:</span> You are squeezing my cock!
<span style="color:cadetblue;">Girl:</span> Aaaaaaaaah!
<span style="color:cadetblue;">Girl:</span> Yes!!
<img src="Images/Rework065update/Rework065update528.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Aaaaaaaaah!
<span style="color:cadetblue;">Girl:</span> Fuc-
<span style="color:cadetblue;">Girl:</span> Ahh
<span style="color:cadetblue;">Girl:</span> Ahh
<img src="Images/Rework065update/Rework065update529.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Ahh
<span style="color:cadetblue;">Girl:</span> Oh.
<span style="color:cadetblue;">Girl:</span> I'm...
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update530.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2Fems]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<span style="color:#00ccff;">Knight:</span> Well?
<span style="color:#00ccff;">Knight:</span> How do you want it?
<img src="Images/Rework065update/Rework065update579.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Ummm...
//She looks towards me with the pleading eyes.//
//What?//
//She wants me to make the choice?//
<span id="choice">
<<link "//Doggy Style//">>
<<replace "#choice">>
<span style="color:#ff3333;">Girl:</span> Ok (soft smile).
//The knight goes behind her.//
//Gets his huge cock ready and//
<img src="Images/Rework065update/Rework065update585.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> AHHHH!!!!
<span style="color:#ff3333;">Girl:</span> It's so big!
//The knight laughs.//
//He then grabs her waist and starts moving his dick back and forth.//
<img src="Images/Rework065update/Rework065update586.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> OH MY....
<span style="color:#ff3333;">Girl:</span> UGHHHH!!!
<span style="color:#ff3333;">Girl:</span> IT'S SO BIG!!
//She keeps yelling.//
<img src="Images/Rework065update/Rework065update603.jpg" height=500 />
//And the knight keeps fucking.//
//And I'm just...//
//Supposed to watch this?//
//Mhhhh....//
//It's so...//
<img src="Images/Rework065update/Rework065update604.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Ughh!!! FUCK!
<span style="color:#ff3333;">Girl:</span> Fuuucckk!!
<span style="color:#ff3333;">Girl:</span> UUHHHHH!!!
//Hot!//
//She is getting pounded hard.//
//Like REALLY hard.//
<img src="Images/Rework065update/Rework065update605.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> AAGGGHHH!!!!
<span style="color:#ff3333;">Girl:</span> FFFFFUCK!!!
<span id="cumming">
<<link "//I'm...//">>
<<replace "#cumming">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update606.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2Fems]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Cowgirl//">>
<<replace "#choice">>
<span style="color:#ff3333;">Girl:</span> Ok (soft smile).
//The knight lays down on the grass.//
//And she gets on top.//
//And then.//
<img src="Images/Rework065update/Rework065update587.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> FUCK!
//She slides his cock inside her.//
<span style="color:#ff3333;">Girl:</span> S-S-S-SO GOOOOOD!!!
//The knight laughs.//
//Then the girl grabs his hands and holds them over his head.//
//She starts going up and down.//
//Up and down.//
<img src="Images/Rework065update/Rework065update588.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> AHhhh!!!
//Going faster.//
<span style="color:#ff3333;">Girl:</span> Fuck!!
//And faster.//
<span style="color:#ff3333;">Girl:</span> Oh goddess!!!
//Her ass jiggling as she is riding him.//
<img src="Images/Rework065update/Rework065update589.jpg" height=500 />
//Her breasts bouncing up and down.//
//Her whole body rocking.//
//This is ....//
//....//
//So hot.//
<img src="Images/Rework065update/Rework065update590.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> UGGGGGGGGGGGGGGGHHHH!!
<span id="cumming">
<<link "//I'm...//">>
<<replace "#cumming">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update591.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2Fems]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<span style="color:#00ccff;">Knight:</span> Well?
<span style="color:#00ccff;">Knight:</span> How do you want it?
<span style="color:#ff3333;">Girl:</span> Ummm...
<img src="Images/Rework065update/Rework065update580.jpg" height=500 />
//She thinks and picks//
<span id="choice">
<<link "//Doggy style//">>
<<replace "#choice">>
<span style="color:#ff3333;">Girl:</span> Fuck me from behind.
//The knight goes behind her.//
//Gets his huge cock ready to insert and-//
<img src="Images/Rework065update/Rework065update602.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Fuck!
<span style="color:#ff3333;">Girl:</span> You are so much bigger!
<span style="color:#ff3333;">Girl:</span> FUCK!
//The knight laughs.//
//He then grabs her waist and starts moving his dick back and forth.//
<img src="Images/Rework065update/Rework065update601.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> OH MY....
<span style="color:#ff3333;">Girl:</span> UGHHHH!!!
//It's like he is destroying her.//
//With each thrust.//
//He is pushing more of his dick in her.//
//And her body just takes it.//
<img src="Images/Rework065update/Rework065update600.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> FFFFUCK!!!
<span style="color:#ff3333;">Girl:</span> YES!!
//She is really enjoying it.//
//Why is...//
<img src="Images/Rework065update/Rework065update599.jpg" height=500 />
//Why am I getting turned on?//
//This is my girlfriend.//
//Being fucked by someone else.//
//I should...//
<img src="Images/Rework065update/Rework065update598.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Deeper! Deeper! Deeper!
//Ughhhh...//
//This is so hot.//
//Watching her be fucked by this monster cock.//
//His body towering over her.//
<img src="Images/Rework065update/Rework065update596.jpg" height=500 />
//Her face on the grass.//
//And her moans.//
//Mhhhh....//
//My dick is twitching.//
//I...//
<span id="cumming">
<<link "//I'm...//">>
<<replace "#cumming">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update597.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2Fems]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Cowgirl//">>
<<replace "#choice">>
<span style="color:#ff3333;">Girl:</span> I want to ride that cock!
//The knight lays down on the grass.//
//And she gets on top.//
<img src="Images/Rework065update/Rework065update592.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Fffuckk!
<span style="color:#ff3333;">Girl:</span> It's so much bigger than yours!
//She slides his cock inside her.//
//The knight is smiling.//
<img src="Images/Rework065update/Rework065update593.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> It's soo good!
//She is slowly rocking.//
//Going back and forth.//
//Back and forth.//
<span style="color:#ff3333;">Girl:</span> Soooo good!
<img src="Images/Rework065update/Rework065update594.jpg" height=500 />
//Back and forth.//
//Back and forth.//
//She starts going faster.//
//And faster.//
<img src="Images/Rework065update/Rework065update595.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> AH! AH! AH!
//Mhhhh....//
//This is so hot!//
//My dick is twitching.//
//I...//
<span id="cumming">
<<link "//I'm...//">>
<<replace "#cumming">>
<<set $mascLevel1blushharderface1 to false>>\
<<set $mascLevel1cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update591.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
[[Continue|PhilippaStory3.2Fems]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $question1level1zarina to true>>\
<span style="color:cadetblue;">$playerName:</span> A Plane Walker?
<img src="Images/Rework065update/Rework065update612.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> Hmm?
<span style="color:cadetblue;">$playerName:</span> What does that mean?
<span style="color:#ff1a1a;">Zarina:</span> Beings who have perfect balance or, rather, harmony in their soul.
<span style="color:#ff1a1a;">Zarina:</span> And having that allows them to travel between the different realms.
<span style="color:#ff1a1a;">Zarina:</span> And yes. You have that.
<span style="color:cadetblue;">$playerName:</span> Wow...
<span style="color:cadetblue;">$playerName:</span> How...
<span style="color:cadetblue;">$playerName:</span> How many plane walkers are there?
<span style="color:#ff1a1a;">Zarina:</span> I don't know...
<span style="color:#ff1a1a;">Zarina:</span> But it's in the thousands.
<img src="Images/Rework065update/Rework065update613.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> Why?
<span style="color:#ff1a1a;">Zarina:</span> You thought you were unique or something?
<span style="color:cadetblue;">$playerName:</span> ...
<span id="ww">
<<link "//Yes//">>
<<replace "#ww">>
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:#ff1a1a;">Zarina:</span> Well.
<span style="color:#ff1a1a;">Zarina:</span> Not that unique.
[[Continue|DreamsPART2]]
<</replace>>
<</link>> | \
<<link "//No, I was just curious.//">>
<<replace "#ww">>
<span style="color:cadetblue;">$playerName:</span> No, I was just curious.
<span style="color:#ff1a1a;">Zarina:</span> Sure..
<span style="color:cadetblue;">$playerName:</span> ...
[[Continue|DreamsPART2]]
<</replace>>
<</link>>
</span><<set $question2level1zarina to true>>\
<span style="color:cadetblue;">$playerName:</span> Are you a demon?
<img src="Images/Rework065update/Rework065update608.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> A Demon?!
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Zarina:</span> No I am not a Demon.
<span style="color:#ff1a1a;">Zarina:</span> Though many mistake me for one.
<span style="color:#ff1a1a;">Zarina:</span> Especially first meeting me.
<span style="color:#ff1a1a;">Zarina:</span> Be honest. It's the horns, right?
<span style="color:cadetblue;">$playerName:</span> I think so...
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:#ff1a1a;">Zarina:</span> Hmm.
<span style="color:cadetblue;">$playerName:</span> So. So what are you then?
<span style="color:#ff1a1a;">Zarina:</span> Hmm... where are you from?
<span style="color:cadetblue;">$playerName:</span> Em... Imeria.
<img src="Images/Rework065update/Rework065update609.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> Imeria?
<span style="color:#ff1a1a;">Zarina:</span> I think I am regarded as an angel there.
<span style="color:#ff1a1a;">Zarina:</span> Or was it spirit?
<span style="color:#ff1a1a;">Zarina:</span> Or was it just a divine messenger?
<span style="color:#ff1a1a;">Zarina:</span> I can't remember what we said there who we were.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Zarina:</span> Oh I know.
<span style="color:#ff1a1a;">Zarina:</span> You guys follow the goddess Luna right?
<span style="color:cadetblue;">$playerName:</span> Yes. We do...
<span style="color:#ff1a1a;">Zarina:</span> Ok. What did she have six of?
<span style="color:cadetblue;">$playerName:</span> She had six angels to whom she gave a domain to watch over and govern.
<span style="color:#ff1a1a;">Zarina:</span> There.
<img src="Images/Rework065update/Rework065update610.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> An angel, then, is what I am.
<span style="color:cadetblue;">$playerName:</span> ...
[[Continue|DreamsPART2]]<<set $question3level1zarina to true>>\
<span style="color:cadetblue;">$playerName:</span> But why am I here?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff1a1a;">Zarina:</span> For a test.
<span style="color:cadetblue;">$playerName:</span> Test?
<img src="Images/Rework065update/Rework065update611.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> Mhm.
<span style="color:cadetblue;">$playerName:</span> What test?
<span style="color:#ff1a1a;">Zarina:</span> We can get into it if you're ready.
<span style="color:#ff1a1a;">Zarina:</span> But do you have any other questions?
//....//
[[Continue|DreamsPART2]]<span style="color:#ff1a1a;">Zarina:</span> Ok.
<img src="Images/Rework065update/Rework065update614.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> Time for a test.
<span style="color:cadetblue;">$playerName:</span> What test?
<span style="color:#ff1a1a;">Zarina:</span> You already asked that?
<span style="color:cadetblue;">$playerName:</span> Why do I need to do a test?
<span style="color:#ff1a1a;">Zarina:</span> ...
<span style="color:#ff1a1a;">Zarina:</span> Fine.
<span style="color:#ff1a1a;">Zarina:</span> But I will only tell you this once!
<span style="color:#ff1a1a;">Zarina:</span> So better pay attention.
<span style="color:#ff1a1a;">Zarina:</span>// In the beginning, there was only Goddess Luna. With divine power and infinite wisdom, she crafted countless universes, each unique and teeming with life. But Luna was not content to merely observe her creations from afar. Driven by curiosity and love for her work, she chose to experience each world firsthand.
Taking mortal form, Luna walked among her creations. Yet in every world she visited, she found herself betrayed, persecuted, or destroyed. She was burned at stakes, drowned in oceans, crucified on crosses – her mortal forms suffering countless deaths at the hands of those she had created.
These experiences left Luna devastated but not defeated. Instead of abandoning her creations, she envisioned one final world – a sanctuary where only the most worthy souls could dwell, creating a harmonious and peaceful society. However, her love for all her worlds remained, for even in the darkest realms, she had encountered beings who showed her kindness.
Thus, Luna established the Six Virtues: Corruption, Intelligence, Charisma, Strength, Confidence, and Technique. Only those whose souls achieved perfect harmony across all six traits would be worthy to enter her sacred realm. To help identify these exceptional souls, Luna created six divine angels, each bestowed with the power to judge one of the virtues.
To each angel, she granted not only the knowledge to judge their respective virtue but also a realm of their own, ensuring they would never grow weary of their eternal duty. Through generations, this system was passed down, with children of the original angels inheriting their sacred responsibilities.
And so it came to be that I inherited my mother's duty – to judge Corruption in the souls of those who seek entry into Luna's sanctuary. Now, as you stand before me, it is time for your first test, to determine if you possess the corruption required to enter the realm of perfect peace.//
<img src="Images/Rework065update/Rework065update615.jpg" height=500 />
<span style="color:#ff1a1a;">Zarina:</span> (out of breath) There...
//She gathers her breath.//
<span style="color:#ff1a1a;">Zarina:</span> Now. First test is a kiss.
<span style="color:cadetblue;">$playerName:</span> A kiss?
<span style="color:cadetblue;">$playerName:</span> Sound easy.
<span style="color:#ff1a1a;">Zarina:</span> Well. I like your confidence.
<span style="color:#ff1a1a;">Zarina:</span> I think like half of the plane walkers who take the first test die on the spot.
<span style="color:cadetblue;">$playerName:</span> What?!
<span style="color:#ff1a1a;">Zarina:</span> Yeah.
<span style="color:#ff1a1a;">Zarina:</span> But it's nice to know that you are so confident.
<img src="Images/Rework065update/Rework065update616.png" height=500 />
//I don't have any time to react. Zarina teleports in front of me and kisses me deeply.//
//Her tongue darts into my mouth and wraps around mine.//
//After a moment of bliss, she breaks a kiss.//
<span style="color:#ff1a1a;">Zarina:</span> There.
<span style="color:#ff1a1a;">Zarina:</span> You didn't vaporize into ash.
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:#ff1a1a;">Zarina:</span> That's a good sign.
<span style="color:cadetblue;">$playerName:</span> Was that it?
<span style="color:#ff1a1a;">Zarina:</span> For your first one, yes.
<span style="color:#ff1a1a;">Zarina:</span> There are more.
<span style="color:#ff1a1a;">Zarina:</span> But you need to let the corruption part of your soul to grow a bit before the next one.
<span style="color:#ff1a1a;">Zarina:</span> I guess I see you next time (wink).
<span style="color:#ff1a1a;">Zarina:</span> And say hi to others from me.
<span style="color:cadetblue;">$playerName:</span> Others?
//She conjures a spell and I fall into a portal.//
<span style="color:cadetblue;">$playerName:</span> AHHHHHH!!!!!
<span id="morning">
<<link "//The door opens.//">>
<<replace "#morning">>
<<if $mascLevel1defaultface1 is true>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1scaredface1 to true>>\
<</if>>\
<<if $mascLevel2notsureface1 is true>>\
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update617.jpg" height=500 />
<span style="color:coral;">Inledya:</span> You ok?
<span style="color:coral;">Inledya:</span> What happened?
<span style="color:cadetblue;">$playerName:</span> I'm alive (pants).
<span style="color:coral;">Inledya:</span> Bad dream huh?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Yeah...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Bad dream...
<<link "Continue">>
<<if $mainStory lt 4 and $mascC is true>>
<<if $mascLevel1scaredface1 is true>>
<<set $mascLevel1scaredface1 to false>>
<<set $mascDefaultLevel1 to true>>
<</if>>
<<elseif $mainStory lt 4 and $femC is true>>
<<if $mascLevel1scaredface1 is true>>
<<set $mascLevel1scaredface1 to false>>
<<set $femDefaultLevel1 to true>>
<</if>>
<<elseif $mainStory gte 4 and $mascC is true>>
<<if $mascLevel2scaredface2 is true>>
<<set $mascLevel2scaredface2 to false>>
<<set $mascDefaultLevel2 to true>>
<</if>>
<<elseif $mainStory gte 4 and $femC is true>>
<<if $mascLevel2scaredface2 is true>>
<<set $mascLevel2scaredface2 to false>>
<<set $femDefaultLevel2 to true>>
<</if>>
<</if>>
<<set $corruptionLevel1check to true>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span><<set $talkToAlarielBedroomAlariel to true>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I make my way towards her bedroom. I knock on her door.//
<span style="color:darksalmon">Alariel:</span> Come in!
<span style="color:cadetblue;">$playerName:</span> Hey!
<span style="color:darksalmon">Alariel:</span> So.
<img src="Images/Rework065update/Rework065update618.png" height=500 />
<span style="color:darksalmon">Alariel:</span> What's up?
<span style="color:cadetblue;">$playerName:</span> I just got bored.
<span style="color:cadetblue;">$playerName:</span> Came to see what you were up to.
<span style="color:darksalmon">Alariel:</span> Just making a bracelet.
<span style="color:cadetblue;">$playerName:</span> Who's it for?
<span style="color:darksalmon">Alariel:</span> Noone.
<span style="color:darksalmon">Alariel:</span> Just doing it to out of boredom.
<span style="color:darksalmon">Alariel:</span> Want to do it with me?
<span id="variation1">
<<link "//Sure// 🎯❤️⏰">>
<<replace "#variation1">>
<<set $technique++>>\
<<set $alarielRel++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:darksalmon">Alariel:</span> Great!
//She moves the chair to make some room. I sit on her bed.//
<span style="color:cadetblue;">$playerName:</span> I don't know how.
<span style="color:darksalmon">Alariel:</span> It's not difficult.
//She hands me a piece of thread.//
<img src="Images/Rework065update/Rework065update619.png" height=500 />
<span style="color:darksalmon">Alariel:</span> Just watch me do it.
<span style="color:cadetblue;">$playerName:</span> Okay.
//You make bracelets with Alariel.//
<<link "Continue">>
<<set $talkToAlarielBedroomAlariel to true>>\
<<if $mascC is true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>\
<<set $time to advanceTime($time)>>\
<<goto "Alariel's room">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Making bracelets... no thanks //🎭⛓️">>
<<replace "#variation1">>
<<set $confidence++>>\
<<if $alarielDomSub gt 1>>\
<<set $alarielDomSub-->>\
<</if>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascLevel1semiseriousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> What?!?
<span style="color:cadetblue;">$playerName:</span> Bracelet's girly and stuff.
<span style="color:darksalmon">Alariel:</span> Oh, c'mon!
<span style="color:darksalmon">Alariel:</span> It'll be fun.
<span style="color:cadetblue;">$playerName:</span> No!
<span style="color:cadetblue;">$playerName:</span> I will not.
<span style="color:darksalmon">Alariel:</span> But reall-
<span style="color:cadetblue;">$playerName:</span> Shush.
<img src="Images/Rework065update/Rework065update620.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> Did you just shush me?
//I nod.//
<span style="color:darksalmon">Alariel:</span> I can't belive-
<span style="color:cadetblue;">$playerName:</span> Shush
<span style="color:darksalmon">Alariel:</span> ....
<span style="color:cadetblue;">$playerName:</span> Hahaha.
<span style="color:cadetblue;">$playerName:</span> Sorry. Sorry.
<span style="color:cadetblue;">$playerName:</span> Just joking around.
<span style="color:darksalmon">Alariel:</span> Dummy.
<span style="color:darksalmon">Alariel:</span> (smirks)
<<link "Continue">>
<<if $mascC is true>>\
<<set $talkToAlarielBedroomAlariel to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>\
<<goto "Alariel's room">>
<</link>>
<</replace>>
<</link>><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:cadetblue;">$playerName:</span> Mind if I join?
<img src="Images/Rework065update/Rework065update621.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> So does that mean that you do mind so you're saying no or...
<span style="color:darksalmon">Alariel:</span> No.
<span id="choice">
<<link "//I'm so confused// 🔱❤️">>
<<replace "#choice">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curioussadface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I'm so confused.//
//Does she want me to leave or is she giving me permission to-//
<span style="color:darksalmon">Alariel:</span> Why are you standing like a doofus?
<span style="color:cadetblue;">$playerName:</span> I'm confused. Can I stay then?
<span style="color:darksalmon">Alariel:</span> Yes.
<span style="color:darksalmon">Alariel:</span> I said that multiple times.
<span style="color:darksalmon">Alariel:</span> Just sit down already.
//I sit down.//
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update622.png" height=500 />
<span style="color:darksalmon">Alariel:</span> (smiles)..
<span style="color:darksalmon">Alariel:</span> Doofus.
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascLevel1curioussadface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1curioussadface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>\
<<set $time to advanceTime($time)>>\
<<goto "Private Study Hall 1">>
<</link>>
<</replace>>
<</link>>
<</repalce>>
<</link>> | \
<<link "//Just sit down and study with her// 🧠❤️">>
<<replace "#choice">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I sit down next to her.//
<span style="color:cadetblue;">$playerName:</span> So. What's this book about?
<span style="color:darksalmon">Alariel:</span> This?
<span style="color:darksalmon">Alariel:</span> This is the history of the academy.
<span style="color:darksalmon">Alariel:</span> And all its notable members.
<img src="Images/Rework065update/Rework065update623.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> It's a really interesting read.
<span style="color:cadetblue;">$playerName:</span> Really?
<span style="color:darksalmon">Alariel:</span> Mhm.
<span style="color:darksalmon">Alariel:</span> Professor Stonefrickels for example was not only a scholar but he also led multiple expeditions to the far north and discovered all 13 species of desert bears.
<span style="color:cadetblue;">$playerName:</span> That's cool.
<span style="color:darksalmon">Alariel:</span> Mhm.
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $mascDefaultLevel1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<set $femDefaultLevel1 to true>>\
<</if>>\
<<set $time to advanceTime($time)>>\
<<goto "Private Study Hall 1">>
<</link>>
<</replace>>
<</link>>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I walk into the kitchen.//
<span style="color:cadetblue;">$playerName:</span> Good morning!
<span style="color:coral;">Inledya:</span> Morning $playerName.
//She's drinking her morning coffee.//
<img src="Images/Rework065update/Rework065update635.png" height=500 />
//I look down at the table and notice 8 empty coffee cups.//
<span style="color:cadetblue;">$playerName:</span> Woah!
<span style="color:coral;">Inledya:</span> What is it?
<span id="Morning">
<<link "//Make fun of her coffee addiction// ❤️🔱">>
<<replace "#Morning">>
<<set $inledyaRel++>>\
<<if $inledyaDomSub lt 100>>\
<<set $inledyaDomSub ++>>\
<</if>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Wow, at this rate, your heart must be beating so fast that you're technically in tomorrow already!
<span style="color:coral;">Inledya:</span> What?
<span style="color:cadetblue;">$playerName:</span> I bet you can see how many coffees future Inledya has through time now.
<span style="color:coral;">Inledya:</span> Stop it!
<span style="color:coral;">Inledya:</span> Just leave me and my addiction alone.
//She takes a sip from her cup.//
<span style="color:cadetblue;">$playerName:</span> You could-
//She stands up and presses your lips shut.//
<img src="Images/Rework065update/Rework065update636.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Shuhs now!
//...//
<span style="color:coral;">Inledya:</span> That's a good boy.
//She takes a sip and leaves the kitchen.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<</if>>\
<<set $inledyaTalkedInKitchen to true>>\
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Show concern for her health //❤️⛓️">>
<<replace "#Morning">>
<<set $inledyaRel++>>\
<<if $inledyaDomSub gt 1>>\
<<set $inledyaDomSub -->>\
<</if>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Is that really good for you?
<span style="color:cadetblue;">$playerName:</span> All that caffeine must be bad for your health.
<span style="color:coral;">Inledya:</span> Oh.
<span style="color:coral;">Inledya:</span> Don't worry.
//She takes a sip from her cup.//
<span style="color:coral;">Inledya:</span> My body has long gotten used to it.
<span style="color:coral;">Inledya:</span> It helps me focus in the mornings.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:coral;">Inledya:</span> What was that?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> I didn't say anything.
<span style="color:coral;">Inledya:</span> ...
//You go towards her and give her a hug.//
<span style="color:cadetblue;">$playerName:</span> You really should drink less coffee Inledya.
<img src="Images/Rework065update/Rework065update637.jpg" height=500 />
<span style="color:coral;">Inledya:</span> ...
//She takes a sip.//
<span style="color:cadetblue;">$playerName:</span> Whatever.
<span style="color:cadetblue;">$playerName:</span> See you later ok.
<span style="color:coral;">Inledya:</span> Bye!
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<</if>>\
<<set $inledyaTalkedInKitchen to true>>\
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>>
</span>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I make my way to the kitchen to get something to eat.//
//As I turn the corner I see Maedhro sitting at the table, eating his breakfast.//
//He's dressed in his academy uniform, looking at some kind of magazine.//
<img src="Images/Rework065update/Rework065update715.png" height=500 />
<span style="color:chartreuse;">Maedhro: </span> Oh, good morning $playerName.
<span style="color:cadetblue;">$playerName:</span> Good morning Maedhro.
<span style="color:cadetblue;">$playerName:</span> What's this?
<span style="color:chartreuse;">Maedhro: </span> N-nothing.
<span style="color:chartreuse;">Maedhro: </span> Alariel must have left it here, so I uhhh... I thought to read it.
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework065update/Rework065update716.jpg" height=500 />
//As I look at the magazine I notice it's some kind of fashion magazine with a woman posing seductively.//
<span style="color:chartreuse;">Maedhro: </span> (blushes, as you look at the page)
<span id="choice">
<<link "//Be cool about it// ❤️🔱">>
<<replace "#choice">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> She looks pretty.
<span style="color:chartreuse;">Maedhro: </span> I know right!
<span style="color:chartreuse;">Maedhro: </span> I mean, yeah.
<img src="Images/Rework065update/Rework065update717.jpg" height=500 />
<span style="color:chartreuse;">Maedhro: </span> What do you like mostly about her?
<span style="color:cadetblue;">$playerName:</span> Well...
<span style="color:cadetblue;">$playerName:</span> I think her (boobs) face.
<span style="color:chartreuse;">Maedhro: </span> Face?
<span style="color:chartreuse;">Maedhro: </span> Hmm..
<span style="color:cadetblue;">$playerName:</span> You?
<span style="color:chartreuse;">Maedhro: </span> I like the dress.
<span style="color:chartreuse;">Maedhro: </span> And those earings I-
//Alariel comes into the kitchen.//
<img src="Images/Rework065update/Rework065update718.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> You still here (yawns).
<span style="color:darksalmon">Alariel:</span> When are you leaving for the academy.
<span style="color:chartreuse;">Maedhro: </span> Oh!
<span style="color:chartreuse;">Maedhro: </span> We need to get going $playerName.
<span style="color:cadetblue;">$playerName:</span> Yeah.
//You and Maedhro both make your way towards the academy//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<</if>>\
<<if $maedhroDomSub lt 100>>
<<set $maedhroDomSub ++>>
<</if>>
<<set $maedhroRel ++>>\
<<set $time to advanceTime($time)>>
<<goto "Academy">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Joke around //🎭⛓️">>
<<replace "#choice">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1laughingface1 to true>>\
<<set $confidence ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Nice tits.
<span style="color:chartreuse;">Maedhro: </span> Wha-
<img src="Images/Rework065update/Rework065update719.jpg" height=500 />
<span style="color:chartreuse;">Maedhro: </span> (blushes)
<span style="color:cadetblue;">$playerName:</span> Hahaha.
<span style="color:cadetblue;">$playerName:</span> Your face. Hahaha.
<span style="color:chartreuse;">Maedhro: </span> Stop that.
<span style="color:cadetblue;">$playerName:</span> Hey. If you want to look boobs in the morning you shouldn't do that in the kitchen.
<span style="color:chartreuse;">Maedhro: </span> What?!
<span style="color:chartreuse;">Maedhro: </span> I wasn't!
<span style="color:chartreuse;">Maedhro: </span> Stop that!
<span style="color:cadetblue;">$playerName:</span> Hahaha.
<span style="color:cadetblue;">$playerName:</span> Ok. Ok.
<span style="color:cadetblue;">$playerName:</span> You ready to get going?
<span style="color:chartreuse;">Maedhro: </span> ...
<span style="color:chartreuse;">Maedhro: </span> Yeah...
<span style="color:cadetblue;">$playerName:</span> Leave the mag ok? You wouldn't want-
<img src="Images/Rework065update/Rework065update720.jpg" height=500 />
<span style="color:chartreuse;">Maedhro: </span> $playerName!!!!
<span style="color:cadetblue;">$playerName:</span> Hahah. Fine fine.
<span style="color:cadetblue;">$playerName:</span> Let's go.
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1laughingface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1laughingface1 to false>>\
<</if>>\
<<if $maedhroDomSub gt 1>>
<<set $maedhroDomSub -->>
<</if>>
<<set $time to advanceTime($time)>>
<<goto "Academy">>
<</link>>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> Morning.
<img src="Images/Rework065update/Rework065update624.png" height=500 />
<span style="color:darksalmon">Alariel:</span> Morning, sleepyhead.
<span style="color:cadetblue;">$playerName:</span> ...
//I'm hungry.//
//Alariel is eating a sandwich. And there is another on the table.//
<span id="choice">
<<link "//Take the sandwich //⛓️🎯">>
<<replace "#choice">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushcontainembaraceface1 to true>>\
<<set $alarielDomSub ++>> \
<<set $technique ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I just can't help myself. The sandwich looks too good.//
//I quickly grab it.//
<span style="color:darksalmon">Alariel:</span> HEY!
//I quickly stuff it in my mouth.//
<span style="color:darksalmon">Alariel:</span> UGH.
//She punches me on my arm.//
<span style="color:cadetblue;">$playerName:</span> Whaws youw wrolem?!
//She punches me on my arm again.//
<img src="Images/Rework065update/Rework065update625.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> You could've asked!
<span style="color:cadetblue;">$playerName:</span> Could've you let me?
<span style="color:darksalmon">Alariel:</span> I don't need this.
//She get's up.//
<span style="color:darksalmon">Alariel:</span> Let's go.
<<link "Go to Academy togeher">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1blushcontainembaraceface1 to false>>\
<</if>>\
<<goto "Academy">>
<<set $time to advanceTime($time)>>\
<</link>>
<</replace>>
<</link>> | \
<<link "//Ask if you could take it//❤️✨">>
<<replace "#choice">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<set $alarielRel ++>>\
<<set $charisma++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I can't just steal it.//
<span style="color:cadetblue;">$playerName:</span> Alariel, is it okay if I have the other one?
<span style="color:darksalmon">Alariel:</span> Mmm.
<img src="Images/Rework065update/Rework065update626.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> Nope.
//Knew it.//
//...//
//She looks at me for a moment.//
<span style="color:darksalmon">Alariel:</span> Fine. Fine.
//She pushes the plate with the sandwich on it towards me.//
<span style="color:darksalmon">Alariel:</span> There.
<span style="color:cadetblue;">$playerName:</span> Thanks Alariel.
<span style="color:cadetblue;">$playerName:</span> You're the best.
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:cadetblue;">$playerName:</span> Mhhh.. Those are so darn good.
<img src="Images/Rework065update/Rework065update627.png" height=500 />
<span style="color:darksalmon">Alariel:</span> (smirks)
<span style="color:darksalmon">Alariel:</span>Let's go $playerName.
<<link "Go to Academy togeher">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<</if>>\
<<set $time to advanceTime($time)>>\
<<goto "Academy">>
<</link>>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:coral;">Inledya:</span> Oh hey $playerName!
<span style="color:cadetblue;">$playerName:</span> Hey Inledya.
<img src="Images/Rework065update/Rework065update628.jpg" height=500 />
<span style="color:coral;">Inledya:</span> You up for a market run?
<span id="choice1">
<<link "//Sure //(💰)(❤️)💪⏰">>
<<replace "#choice1">>
<<set $strength ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> Great!
<span style="color:coral;">Inledya:</span> Here's the list.
//She hands you a list of food and supplies.//
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:cadetblue;">$playerName:</span> I'll be back in a moment.
<img src="Images/Rework065update/Rework065update629.png" height=500 />
<span style="color:coral;">Inledya:</span> See ya.
<span id="went">
<<link "//You leave for the market to get everything on the list.//">>
<<replace "#went">>
...
..
.
//Ok this should be everything.//
//I take the heavy bags and make my way back home.//
<span id="back">
<<link "//As you come back Inledya is waiting for you.//">>
<<replace "#back">>
<span style="color:cadetblue;">$playerName:</span> Groceries are here.
<img src="Images/Rework065update/Rework065update632.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Wonderful!
//She takes out her pouch of gold to pay you.//
<span id="choice2">
<<link"//Thanks Inledya// 💰">>
<<replace "#choice2">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<set $money +=2>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She takes out her pouch of gold and pays you.//
<span style="color:cadetblue;">$playerName:</span> Thanks.
//I put the gold in my pocket.//
<span style="color:coral;">Inledya:</span> You earned it.
<span style="color:coral;">Inledya:</span> (smiles)
<span style="color:cadetblue;">$playerName:</span> Need anything else?
<span style="color:coral;">Inledya:</span> Hmm.
<span style="color:coral;">Inledya:</span> Don't think so.
<span style="color:coral;">Inledya:</span> Oh.
<img src="Images/Rework065update/Rework065update631.png" height=500 />
<span style="color:coral;">Inledya:</span> Would you put the bags on the counter actually?
<span style="color:cadetblue;">$playerName:</span> Sure.
//I put the bags on the counter.//
<span style="color:coral;">Inledya:</span> Thanks.
//She starts cooking as I take my leave.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<</if>>\
<<goto "My Bedroom">>\
<<set $time to advanceTime($time)>>\
<</link>>
<</replace>>
<</link>> | \
<<link"//You know what. No need to pay me //❤️">>
<<replace "#choice2">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<set $inledyaRel ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Keep it.
//She pauses.//
<img src="Images/Rework065update/Rework065update633.jpg" height=500 />
<span style="color:coral;">Inledya:</span> You sure?
<span style="color:cadetblue;">$playerName:</span> I'm sure.
<span style="color:cadetblue;">$playerName:</span> You're the best and all that.
<span style="color:coral;">Inledya:</span> Oh.
//She leans in and gives a warm hug.//
<img src="Images/Rework065update/Rework065update634.png" height=500 />
<span style="color:coral;">Inledya:</span> Alrighty.
<span style="color:coral;">Inledya:</span> I'd better start cooking.
<span style="color:coral;">Inledya:</span> Thanks again $playerName.
<span style="color:cadetblue;">$playerName:</span> (soft smile).
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1blushface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1blushface1 to false>>\
<</if>>\
<<goto "My Bedroom">>\
<<set $time to advanceTime($time)>>\
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Actually now I think about it something came up.">>
<<replace "#choice1">>
<span style="color:cadetblue;">$playerName:</span> Actually something came up.
<span style="color:coral;">Inledya:</span> Oh.
<span style="color:coral;">Inledya:</span> Ok.
<span style="color:coral;">Inledya:</span> Well.
<img src="Images/Rework065update/Rework065update630.jpg" height=500 />
<span style="color:coral;">Inledya:</span> I'll figure it out.
<span style="color:cadetblue;">$playerName:</span> Are you sure?
<span style="color:coral;">Inledya:</span> Yeah. Yeah.
<span style="color:coral;">Inledya:</span> It's fine.
<span style="color:coral;">Inledya:</span> (soft smile)
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
<<goto "Living Room">>\
<</link>>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $scenescollection = [1,2,3,4,5]>>\
<<set $scene = $scenescollection.random()>>\
<<if $scene is 1>>\
//I decide to just walk on the streets.//
//Nothing special is happening.//
<img src="Images/Rework065update/Rework065update638.jpg" height=500 />
//I'm not sure why but I feel like I should just go back home.//
<<elseif $scene is 2>>\
//While I'm walking the street, suddenl-//
<img src="Images/Rework065update/Rework065update639.jpg" height=500 />
//A woman bumps into me.//
//She drops her purse.//
<span style="color:#d279a6">Woman:</span> Oh. I'm sorry.
//Seems like she's an elf.//
//I grab the purse and hand it back over.//
<img src="Images/Rework065update/Rework065update640.png" height=500 />
//As I hand it over I notice that there is some white liquid on her face.//
//She takes the purse and continues running.//
<span style="color:#d279a6">Woman:</span> (to herself) I'm going to be late.
<span style="color:#d279a6">Woman:</span> (to herself) I'm going to be late.
//Hmmm...//
<<elseif $scene is 3>>\
//I continue walking down the street.//
//Suddenly, I see guards walking on the street.//
//They must be patrolling.//
<img src="Images/Rework065update/Rework065update641.png" height=500 />
//My goddess they look menacing.//
//As they are walking past you.//
//One of them turns their gaze towards you.//
<span style="color:#999966;">Guard:</span>If you want to keep your eyeballs look a away boy.
<span style="color:cadetblue;">$playerName:</span> (gulp)
//I quickly look away.//
<<elseif $scene is 4>>\
//You notice a small gathering of elven children huddled together.//
<img src="Images/Rework065update/Rework065update642.png" height=500 />
<span style="color:#0099ff">Kid 1:</span> I'm going to join the war.
<span style="color:#0099ff">Kid 1:</span> I'm not afraid.
<span style="color:#cc9900">Kid 2:</span> Are you crazy? Fighting against our own kind?
<span style="color:#0099ff">Kid 1:</span> No, this is our home now.
<span style="color:#66ffcc">Kid 3:</span> They wouldn't take you anyway.
<span style="color:#ff99ff">Kid 4:</span> Yeah. You're too young.
<span style="color:#0099ff">Kid 1:</span> They will.
<span style="color:#0099ff">Kid 1:</span> I heard the humans are recruiting elven children to carry supplies and help healers. They'll train us to be useful.
<span style="color:#cc9900">Kid 2:</span> Stop, you don't understand what-
//The children notice your presence and scatter away quickly, like frightened deer.//
//You approach the wall they were gathered around. Propaganda posters plaster every surface://
<img src="Images/Rework065update/Rework065update643.jpg" height=500 />
//"Loyal elves serve humanity!"
"Elven kingdom is our enemy."
"Prove your worth - join the war effor.t"
"Join up for the war!"
Hmm...//
<<elseif $scene is 5>>\
//You see a group of young men coming out of the apartment.//
<img src="Images/Rework065update/Rework065update644.png" height=500 />
<span style="color:#0099cc">Man 1:</span> Hahaha.
<span style="color:#3333ff">Man 2:</span> Hahaha.
<span style="color:#00b33c">Man 3:</span> What a great fuck she was.
<span style="color:#00cc99">Man 4:</span> Yeah.
<span style="color:#00cc99">Man 4:</span> Can you belive it?
<span style="color:#00cc99">Man 4:</span> Mom and daughter both.
<span style="color:#00b33c">Man 3:</span> Hahaha.
<span style="color:#3333ff">Man 2:</span> Hahaha.
<span style="color:#3333ff">Man 2:</span> Elven district man. It's something else.
...
..
.
//You notice a naked woman running out of the same building.//
<img src="Images/Rework065update/Rework065update645.jpg" height=500 />
<span style="color:#ff471a">Woman:</span> You forgot to pay sir!
//One of them turns around and walks towards the woman.//
<span style="color:#00b33c">Man 3:</span> What are you doing?
<span style="color:#00b33c">Man 3:</span> Don't.
<span style="color:#00b33c">Man 3:</span> Keep the money.
<span style="color:#00cc99">Man 4:</span> Nah... I want to have another go with her sometime.
//He hands the money over to the woman.//
<span style="color:#00cc99">Man 4:</span> This will do.
<span style="color:#ff471a">Woman:</span>(greatfully) Thank you sir!
<span style="color:#0099cc">Man 1:</span> Hey! Let's get going. I'm hungry.
<span style="color:#3333ff">Man 2:</span> Hahaha. I wonder why. Hahaha.
<</if>>
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
<<set $time to advanceTime($time)>>
<<goto "Streets">>
<</link>><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $sceneselection = [1,2,3,4,5]>>\
<<set $scene = $sceneselection.random()>>\
<<if $scene is 1>>\
//As I am standing in the academy hallway.//
//A girl bumps into me.//
//We both drop our books.//
//She quickly gets on her knees and grabs her book.//
<img src="Images/Rework065update/Rework065update646.jpg" height=500 />
//She doesn't even notice that I've dropped my book.//
//She quickly stands up and rushes towards the bathroom.//
//I bend down and pick up my book.//
//Hmmm...//
//There's a note.//
//"Meet me in the bathroom. I'll fuck your brains out."//
//Hmmm...//
//They're...//
//Oh...//
//In the bathroom?//
//Really?//
//Intresting.//
<<elseif $scene is 2>>\
//While I am walking on the hallways.//
//I notice a group of girls talking to each other.//
<img src="Images/Rework065update/Rework065update647.jpg" height=500 />
<span style="color:#ffffcc;">Girl 1:</span> I wish I had a boyfriend.
<span style="color:#ff9966;">Girl 3:</span> Why?
<span style="color:#ffffcc;">Girl 1:</span> To-to...
<span style="color:#ff9966;">Girl 3:</span> To what? Spill it out.
<span style="color:#ffff66;">Girl 2:</span> She's clearly a virgin.
<span style="color:#ffff66;">Girl 2:</span> Ain't that right?
<span style="color:#ffffcc;">Girl 1:</span> (blushes) ...
<span style="color:#ffff66;">Girl 2:</span> Awww....
<span style="color:#ffff66;">Girl 2:</span> I'll find you someone ok?
<img src="Images/Rework065update/Rework065update648.jpg" height=500 />
<span style="color:#ffff66;">Girl 2:</span> What's your type?
<span style="color:#ffffcc;">Girl 1:</span> I like elves. I think they look.... hot.
<span style="color:#ffff66;">Girl 2:</span> Elves?
<span style="color:#ffff66;">Girl 2:</span> Got it.
<<elseif $scene is 3>>\
//You see a group of girls talking to each other.//
<span style="color:#f0b3ff;">Girl 1:</span> The principal himself offered me a job.
<span style="color:#b3d9ff;">Girl 2:</span> REALLY???
<span style="color:#b3d9ff;">Girl 2:</span> What job?
<img src="Images/Rework065update/Rework065update649.jpg" height=500 />
<span style="color:#f0b3ff;">Girl 1:</span> I don't know jet.
<span style="color:#f0b3ff;">Girl 1:</span> Not sure if I should accept or not.
<span style="color:#b3d9ff;">Girl 2:</span> You crazy ?!?
<span style="color:#b3d9ff;">Girl 2:</span> He's the most powerful man of all time.
<span style="color:#aaff80;">Girl 3:</span> She's got a point.
<span style="color:#aaff80;">Girl 3:</span> You should definitely take it.
<span style="color:#f0b3ff;">Girl 1:</span> O-ok.
<<elseif $scene is 4>>\
//Two people in a row have bumped into me.//
<span style="color:#ffaa00;">Student 1:</span> Oh sorry dude.
<span style="color:#99ccff;">Student 2:</span> Hahahaha. You totally just bumped into him.
<img src="Images/Rework065update/Rework065update650.png" height=500 />
<span style="color:#ffaa00;">Student 1:</span> Hahaha
<span style="color:#99ccff;">Student 2:</span> Hahaha
//I look at their eyes and they seem dialated//
//Hmmm...//
//I think they are high.//
//I should stay away.//
//I slowly step away from them.//
<span style="color:#ffaa00;">Student 1:</span> Oh yeah. Nice talking to you man.
<span style="color:#ffaa00;">Student 1:</span> Hahaha
<span style="color:#99ccff;">Student 2:</span> Hahahhaa
...
..
//Wierd.//
<<elseif $scene is 5>>\
//You're walking on the hallways of the academy.//
//I notice a group of boys walking in my direction.//
<span style="color:#cc00ff;">Boy 1:</span> Dude, did you see her?
<span style="color:#00ff55;">Boy 2:</span> What about her?
<span style="color:#cc00ff;">Boy 1:</span> Her ass man.
<span style="color:#cc00ff;">Boy 1:</span> Oh Luna I want to fuck her so bad.
//He notices you standing there.//
<img src="Images/Rework065update/Rework065update651.jpg" height=500 />
<span style="color:#cc00ff;">Boy 1:</span> What the hell are you staring at faggot?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#00ff55;">Boy 2:</span> Come on bro, let's not fight.
//They leave.//
<</if>>
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
<<set $time to advanceTime($time)>>
<<goto "Academy Hallway">>
<</link>><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $scenesch = [1,2,3,4,5]>>\
<<set $choice = $scenesch.random()>>\
<<if $choice is 1>>
//While I am walking through the academy library.//
//A girl wearing glasses catches my attention.//
<img src="Images/Rework065update/Rework065update652.jpg" height=500 />
//She has her long black hair tied up in a bun.//
//I can't help but admire her.//
//Her body is slim and fit.//
//She has a cute round face and a button nose.//
//She looks smart.//
//And beautiful.//
//And-//
<img src="Images/Rework065update/Rework065update653.png" height=500 />
//She just shows me a middle finger.//
//Ok...//
//I guess I shall take my leave then.//
<<elseif $choice is 2>>
//While I am walking through the academy library.//
//I hear some whispers coming from behind the bookshelf.//
//I walk closer and take a peek.//
<img src="Images/Rework065update/Rework065update654.jpg" height=500 />
<span style="color:#ff0066;">Girl 1:</span> Mhhh...
<span style="color:#ff4d94;">Girl 2:</span> You like that?
<span style="color:#ff0066;">Girl 1:</span> Ahhh
//A couple is making out.//
//What?//
<span style="color:#ff0066;">Girl 1:</span> Mhhh... Fuck.
//They are both girls?//
//She is rubbing her girlfriend's private parts and kissing her neck.//
<img src="Images/Rework065update/Rework065update655.jpg" height=500 />
//I better go.//
//Don't want to get caught.//
<<elseif $choice is 3>>
//I take a look around the library.//
//There are a few students hanging out in this section.//
<img src="Images/Rework065update/Rework065update657.jpg" height=500 />
<span style="color:#ff66ff;">Girl 1:</span> I fucking hate it!
<span style="color:#ff66ff;">Girl 1:</span> I can't fucking understand written in here.
<span style="color:#99ffcc;">Girl 2:</span> Don't worry.
<span style="color:#99ffcc;">Girl 2:</span> You just need to focus.
<span style="color:#ff66ff;">Girl 1:</span> Focus ?!?
//She throws her book at her.//
<span style="color:#99ffcc;">Girl 2:</span> Ouw.
<span style="color:#99ffcc;">Girl 2:</span> What the fuck!
<img src="Images/Rework065update/Rework065update656.png" height=500 />
//In response she jumps on her, and it turns into a fight.//
<<elseif $choice is 4>>
//As I am walking between the bookshelves a girl approaches me.//
<img src="Images/Rework065update/Rework065update659.jpg" height=500 />
<span style="color:#cc99ff;">Girl 1:</span> (crazed voice) Do you know Engla LionBrest?
<span style="color:cadetblue;">$playerName:</span> Emmm...
<span style="color:cadetblue;">$playerName:</span> No.
<span style="color:#cc99ff;">Girl 1:</span> (crazed voice) She is the most amazing woman ever.
<span style="color:#cc99ff;">Girl 1:</span> (crazed voice) Want to know about her?
<span style="color:cadetblue;">$playerName:</span> Umm..
<span style="color:cadetblue;">$playerName:</span> No. I'm good.
<span style="color:cadetblue;">$playerName:</span> Thanks.
<span style="color:#cc99ff;">Girl 1:</span> Mwuhaha...
<span style="color:#cc99ff;">Girl 1:</span> Sure let me-
<span style="color:#cc99ff;">Girl 1:</span> Wait. You don't?
<span style="color:cadetblue;">$playerName:</span> Yeah.. I'm going to be late.
<img src="Images/Rework065update/Rework065update658.jpg" height=500 />
<span style="color:#cc99ff;">Girl 1:</span> ...
//As I try to get past her.//
//She doesn't step aside and just stays in place like a statue.//
<span style="color:cadetblue;">$playerName:</span> Emm...
//You squize between her and the bookshelf.//
//As you get out from the bookshelf.//
<span style="color:cadetblue;">$playerName:</span> Excuse me.
<span style="color:cadetblue;">$playerName:</span> Phew...
//I finally got out.//
//That was strange.//
//Really strange.//
<<elseif $choice is 5>>
//While I am walking between the bookshelves, a woman catches my attention.//
<span style="color:#ffcc00;">Girl 1:</span> Can you believe it?
<span style="color:#ff6600;">Girl 2:</span> No way.
<span style="color:#ffcc00;">Girl 1:</span> Yes way.
<span style="color:#ff6600;">Girl 2:</span> That's a lot of money.
<span style="color:#ffcc00;">Girl 1:</span> And he has it all stored away somewhere.
<img src="Images/Rework065update/Rework065update660.png" height=500 />
<span style="color:#ffcc00;">Girl 1:</span> I can't wait to get my hands on it.
<span style="color:#ff6600;">Girl 2:</span> You really going to blackmail your dad?
<span style="color:#ffcc00;">Girl 1:</span> Yup.
<span style="color:#ffcc00;">Girl 1:</span> He deserves it.
<span style="color:#ff6600;">Girl 2:</span> Wow. You crazy, girl.
<span style="color:#ffcc00;">Girl 1:</span>Haha
<span style="color:cadetblue;">$playerName:</span> ...
//Hmmm...//
<</if>>
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
<<set $time to advanceTime($time)>>
<<goto "Academy Hallway">>
<</link>><<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $scenesch = [1,2,3,4,5]>>\
<<set $scene = $scenesch.random()>>\
<<if $scene is 1>>\
//As you are walking at the edge of the plaza, you notice a girl wearing a pink jacket.//
//She's leaning on a wall.//
//She is holding a cigarette.//
<img src="Images/Rework065update/Rework065update669.png" height=500 />
<span style="color:#ff66ff;">Girl:</span> Hey there cutie.
<span style="color:cadetblue;">$playerName:</span> Hi.
<span style="color:#ff66ff;">Girl:</span> Wanna buy a girl some food?
<span id="food">
<<link "//Emm. Ok//">>
<<replace "#food">>
<<set $money -->>\
<span style="color:cadetblue;">$playerName:</span> Sure.
//She grabs you by the arm.//
<span style="color:#ff66ff;">Girl:</span> You are such a gentleman.
//You two go to the nearest stand to buy some food.//
//As you are eating, you can't stop looking at her.//
<img src="Images/Rework065update/Rework065update670.png" height=500 />
<span style="color:#ff66ff;">Girl:</span> Something wrong cutie?
<span style="color:cadetblue;">$playerName:</span> No. I don't think so.
<span style="color:#ff66ff;">Girl:</span> Hehe.
<span style="color:#ff66ff;">Girl:</span> So, do you have a girlfriend?
<span style="color:cadetblue;">$playerName:</span> No.
<span style="color:#ff66ff;">Girl:</span> Would you like one?
<span style="color:cadetblue;">$playerName:</span> I don't know.
<span style="color:#ff66ff;">Girl:</span> Hehe.
//She leans closer and starts stroking your cheek.//
<img src="Images/Rework065update/Rework065update671.png" height=500 />
<span style="color:#ff66ff;">Girl:</span> Don't worry.
<span style="color:#ff66ff;">Girl:</span> You'll get one soon.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ff66ff;">Girl:</span> (she takes another bite of her food)
<span style="color:cadetblue;">$playerName:</span> Oh. I totally forgot.
<span style="color:cadetblue;">$playerName:</span> I need to get going.
<span style="color:cadetblue;">$playerName:</span> I'll talk to you some other time.
//You stand up and take your leave.//
<span style="color:#ff66ff;">Girl:</span> Wait. So you don't want to-
//You are already too far away to hear her.//
<span style="color:#ff66ff;">Girl:</span> Hehe...
<span style="color:#ff66ff;">Girl:</span> Fine.
<span style="color:#ff66ff;">Girl:</span> Maybe next time.
<</replace>>
<</link>> | \
<<link "//I need to be somewhere else//">>
<<replace "#food">>
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
<span style="color:cadetblue;">$playerName:</span>I have to..
<span style="color:#ff66ff;">Girl:</span>Hehe.. No worries cutie.
<</replace>>
<</link>>
</span>
<<elseif $scene is 2>>\
//You notice a young elf boy walking through the crowd.//
//His face is dirty and his clothes are torn.//
<span style="color:#3366ff;">Boy 1:</span> Excuse me.
<img src="Images/Rework065update/Rework065update672.png" height=500 />
<span style="color:#3366ff;">Boy 1:</span> Sorry mister.
//He bumps into you and keeps going.//
//He is not alone.//
//He is with a group of kids.//
//The group looks poor and hungry.//
//They have a sign that says "Please help. We need food".//
//As they walk past you the guards approach them.//
//The guards take the sign from the elf boy and then push him.//
<span style="color:#996633;">Guard 1:</span> Get lost beggars.
<span style="color:#996633;">Guard 1:</span> Or we'll have to make you.
//The guard holding the sign breaks it in half with his knee.//
<img src="Images/Rework065update/Rework065update674.jpg" height=500 />
<span style="color:#3366ff;">Boy 1:</span> But we have nothing to eat.
<span style="color:#996633;">Guard 1:</span> That's not our problem.
<span style="color:#996633;">Guard 1:</span> Now get lost.
<span style="color:#996633;">Guard 1:</span> It's a public market place.
//He unseaths his sword.//
//But another guard steps in.//
<span style="color:#999966;">Guard 2:</span> Stop this.
<span style="color:#999966;">Guard 2:</span> Look at where we are.
<span style="color:#999966;">Guard 2:</span> You use that sword and all those people are going to see.
//He seaths his sword.//
<img src="Images/Rework065update/Rework065update673.jpg" height=500 />
<span style="color:#999966;">Guard 2:</span> Get lost.
//He points at the group.//
<span style="color:#999966;">Guard 2:</span> All of you.
//The group scatters away.//
<<elseif $scene is 3>>\
//You are walking in the marketplace.//
//You are about to pass the guard post.//
//The guards are just sitting on their chairs, drinking wine and eating food.//
//They don't pay much attention to the people passing by.//
<span style="color:#999966;">Guard 1:</span> I'm going to go and take a piss.
<span style="color:#c2c2a3;">Guard 2:</span> Alright.
<span style="color:#666633;">Guard 3:</span> I need to take a piss aswell.
//Two of the guards leave.//
//The guard who stayed waves his hand to you.//
//You go closer to him.//
<img src="Images/Rework065update/Rework065update675.jpg" height=500 />
<span style="color:#c2c2a3;">Guard 2:</span> Here.
//He hands you some bread.//
<span style="color:#c2c2a3;">Guard 2:</span> Take it.
<span style="color:#c2c2a3;">Guard 2:</span> Go give that to that girl over there.
//He points to a girl that is sitting on a bench.//
<img src="Images/Rework065update/Rework065update676.png" height=500 />
//The girl has rags for clothing and is playing with her feet as she is sitting.//
<span style="color:#c2c2a3;">Guard 2:</span> Go on take it.
<span style="color:#c2c2a3;">Guard 2:</span> Before others get back.
//You take the bread and head towards the girl.//
//So there are guards who are kind?//
//Didn't see that one coming.//
<<elseif $scene is 4>>\
//While you are walking around the market.//
//A woman in very rich clothing catches your eye.//
<img src="Images/Rework065update/Rework065update677.png" height=500 />
//She's standing in front of a shoe stand.//
//It looks like she is arguing with the merchant.//
//You make your way closer to hear the conversation.//
<span style="color:#ffcc99;">Woman:</span> (suprised) What?
<span style="color:#ffcc99;">Woman:</span> 8 gold?
<span style="color:#ffcc99;">Woman:</span> It's a robbery?
<span style="color:#ccff66;">Merchant:</span> It's the best quality you can get.
<img src="Images/Rework065update/Rework065update678.jpg" height=500 />
<span style="color:#ffcc99;">Woman:</span> Don't lie to me elf.
<span style="color:#ffcc99;">Woman:</span> As if in the elf's district market has the best quality of anything.
//She takes a step closer.//
<span style="color:#ffcc99;">Woman:</span> 4 gold?
<span style="color:#ccff66;">Merchant:</span> 4 !?!
<span style="color:#ccff66;">Merchant:</span> But that's-
<span style="color:#ffcc99;">Woman:</span> Or I could call that guard over and tell her that you are trying to cheat a noble lady.
<span style="color:#ffcc99;">Woman:</span> Want to see how that'll end up for you?
<span style="color:#ffcc99;">Woman:</span> (turns a bit towards a guard in the distance)
<span style="color:#ffcc99;">Woman:</span> (singing like voice) Oooohhh Guuaaaard.
<span style="color:#ccff66;">Merchant:</span> Fine. Fine.
<span style="color:#ccff66;">Merchant:</span> 4 gold.
<img src="Images/Rework065update/Rework065update679.jpg" height=500 />
<span style="color:#ffcc99;">Woman:</span> That's what I thought.
<span style="color:#ffcc99;">Woman:</span> I knew you were trying to cheat me all along.
<<elseif $scene is 5>>\
//You are walking around the market and you see a guard beating a man.//
<img src="Images/Rework065update/Rework065update680.png" height=500 />
<span style="color:#b2b266;">Guard:</span> Why did you do it?
<span style="color:#804000;">Man:</span> Hahaha... oeh...
<span style="color:#804000;">Man:</span> He was asking for it.
<span style="color:#b2b266;">Guard:</span> Asking for it?! (continues the beating)
<span style="color:#b2b266;">Guard:</span> He was just a kid.
<img src="Images/Rework065update/Rework065update681.png" height=500 />
//The man tries to answer as he is being beaten.//
<span style="color:#804000;">Man:</span> Who gives a (coughs blood)...
<span style="color:#804000;">Man:</span> fuck about an elf huh?
<span style="color:#804000;">Man:</span> I lost 2 of my kids in a war.
<span style="color:#804000;">Man:</span> Figting against that scum.
//He bearly get's up.//
//When he does he address the crowd that has come to watch the show.//
<span style="color:#804000;">Man:</span> Is this how Klimmore treats it's citizens?
<img src="Images/Rework065update/Rework065update682.jpg" height=500 />
<span style="color:#804000;">Man:</span> You protect that scum and send our children to fight them.
<span style="color:#804000;">Man:</span> You fucking coward.
<span style="color:#804000;">Man:</span> You fucking pice of-
//The guard cuts the man's head off with a clean sweep.//
//The guard turns around.//
<span style="color:#b2b266;">Guard:</span> Get back to your business people.
//Holy Luna !?!//
//That was insane!//
<</if>>\
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
<<set $time to advanceTime($time)>>
<<goto "Market">>
<</link>>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $scenesch = [1,2,3,4,5]>>\
<<set $scene = $scenesch.random()>>\
<<if $scene is 1>>\
//As you are walking through the city square you notice a large group of people gathering.//
//You see the crowd gathering to listen to someone speaking.//
<img src="Images/Rework065update/Rework065update661.png" height=500 />
//The person seems to be standing on the stage where the queen's speech was held.//
//You decide to get closer and listen to what the person is saying.//
<span style="color:#0099cc;">Preacher:</span> We must join the war effort.
<span style="color:#0099cc;">Preacher:</span> For our freedom!
<span style="color:#0099cc;">Preacher:</span> For our well being!
<span style="color:#0099cc;">Preacher:</span> It is our duty to stop them.
<span style="color:#0099cc;">Preacher:</span> We need to prove that we are the good elves.
<img src="Images/Rework065update/Rework065update662.jpg" height=500 />
<span style="color:#0099cc;">Preacher:</span> Who will join me?
//Several people raise their hands and start chanting.//
<<elseif $scene is 2>>\
//You walk on the town square and-//
//Whoa?//
//A beautiful girl walks is walking towards you.//
//My goddess, she looks stunning.//
//As she is walking the wind blows so strongly that it's lifting her skirt.//
//She is standing right in front of you trying her best to keep the dress from flying up.//
<img src="Images/Rework065update/Rework065update663.jpg" height=500 />
<span style="color:#ff99ff;">Girl:</span> Ahhh ?!
<span style="color:#ff99ff;">Girl:</span> No!
//When the wind dies down she looks at you just standing in place.//
<span style="color:cadetblue;">$playerName:</span> (blushes)
<span style="color:#ff99ff;">Girl:</span> (blushes)
//She quickly turns around and runs away.//
//...//
<<elseif $scene is 3>>\
//You are walking on the town square when you hear two women talking to each other.//
<span style="color:#ff0066;">Woman 1:</span> Oh my Luna do you know what happened?
<img src="Images/Rework065update/Rework065update664.jpg" height=500 />
<span style="color:#ff3300;">Woman 2:</span> No, what happened?
<span style="color:#ff0066;">Woman 1:</span> I got a letter from my husband.
<span style="color:#ff0066;">Woman 1:</span> He said he's doing well and that he can't wait to get back home.
<span style="color:#ff3300;">Woman 2:</span> Aww....
<span style="color:#ff3300;">Woman 2:</span> That's so sweet.
<span style="color:#ff0066;">Woman 1:</span> Yes...
<span style="color:#ff0066;">Woman 1:</span> (tears up)
<span style="color:#ff3300;">Woman 2:</span> What's wrong?
<span style="color:#ff0066;">Woman 1:</span> I'm just so happy.
<span style="color:#ff0066;">Woman 1:</span> It's been months since I last heard of him.
//The woman gives her a hug.//
<span style="color:#ff3300;">Woman 2:</span> He will come back soon.
<img src="Images/Rework065update/Rework065update665.jpg" height=500 />
<span style="color:#ff3300;">Woman 2:</span> He'll be fine.
<span style="color:#ff0066;">Woman 1:</span> Thank you.
<<elseif $scene is 4>>\
//As you are walking on the streets, you get pumped into by a shirtless elf man.//
//You both fall to the ground.//
<img src="Images/Rework065update/Rework065update666.jpg" height=500 />
<span style="color:#009999;">Elf:</span> You ok?
<span style="color:cadetblue;">$playerName:</span> Yeah, I'm fine.
<span style="color:#33cc33;">Man:</span> (from afar) Stop him right there.
<span style="color:#33cc33;">Man:</span> Guards!
<span style="color:#009999;">Elf:</span> I gotta get out of here.
//The elf stands up and runs away.//
<<elseif $scene is 5>>\
//As you are walking on the street.//
//A beautiful woman approaches you.//
<span style="color:#ccff33;">Woman:</span> Are you a resident of this town?
<span style="color:cadetblue;">$playerName:</span> Yes.
<img src="Images/Rework065update/Rework065update667.jpg" height=500 />
<span style="color:#ccff33;">Woman:</span> Oh.
<span style="color:#ccff33;">Woman:</span> I'm a bit lost.
<span style="color:#ccff33;">Woman:</span> Could you point me towards the market?
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:cadetblue;">$playerName:</span> Just go left.
<span style="color:cadetblue;">$playerName:</span> Keep going until the big gate.
<span style="color:cadetblue;">$playerName:</span> Then take the right path.
<span style="color:#ccff33;">Woman:</span> Ohh. (relief sigh)
<img src="Images/Rework065update/Rework065update668.jpg" height=500 />
<span style="color:#ccff33;">Woman:</span> Thank you so much.
<</if>>\
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
<<set $time to advanceTime($time)>>
<<goto "Town Square">>
<</link>>//I see a old lady selling Potions at one of the stands.//
<span style="color:#ccff66;">Old woman:</span> Good morning youngling.
<img src="Images/Rework065update/Rework065update687.png" height=500 />
//I go up to her stand.//
//You notice six different potions on the table.//
<span style="color:#ccff66;">Old woman:</span> These potions will transform you and help you unlock your true potential.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#ccff66;">Old woman:</span> 10 gold for one sip.
<span style="color:#ccff66;">Old woman:</span> What do you say?
<<if $money gte 10>>
[[Corruption Potion +5]] | [[Intelligence potion +5]] | [[Charisma Potion +5]] | [[Strength Potion +5]] | [[Confidence Potion +5]] | [[Technique Potion +5]]
<</if>>
[[It's time to leave|Market]]//I walk towards the book stand.//
<img src="Images/Rework065update/Rework065update698.jpg" width=500 />
<span style="color:#3399ff;">Woman:</span> Hello there.
//She has a warm smile and is dressed in simple but clean clothes.//
//You notice she has a stack of books on her table.//
//I look at the books.//
<span style="color:#3399ff;">Woman:</span> If you are wondering about the price it's 5 gold per book.
<<if $money gte 5>>\
<<if $bestAcademyBook is false>>\
<<link "<img src='Images/Rework065update/Rework065update694.png' height=125 />">>
<<goto "AcademyBook1">>
<</link>> \
<</if>>\
<<if $crimsonRoseBook is false>>\
<<link "<img src='Images/Rework065update/Rework065update695.png' height=125 />">>
<<goto "CrimsonBook1">>
<</link>> \
<</if>>\
<<if $latestWarBook is false>>\
<<link "<img src='Images/Rework065update/Rework065update696.png' height=125 />">>
<<goto "WarReportBook1">>
<</link>> \
<</if>>\
<<if $nightshadeEliteBook is false>>\
<<link "<img src='Images/Rework065update/Rework065update697.png' height=125 />">>
<<goto "NightShadeBook1">>
<</link>>
<</if>>\
<</if>>
[[Go back|Market]]<span style="color:cadetblue;">$playerName:</span> I'll take this purple one please.
<span style="color:#ccff66;">Old woman:</span> Ah.
<span style="color:#ccff66;">Old woman:</span> The corruption potion.
<span style="color:#ccff66;">Old woman:</span> Interesting.
<span style="color:#ccff66;">Old woman:</span> Are you sure?
<span style="color:cadetblue;">$playerName:</span> Yes.
//I reach into my pouch and hand the money over.//
<span style="color:#ccff66;">Old woman:</span> Alright.
//She scoops the potion from the cauldron with a ladle and hands it over.//
<img src="Images/Rework065update/Rework065update688.jpg" height=500 />
<span style="color:#ccff66;">Old woman:</span> Drink up!
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:#ccff66;">Old woman:</span> There...
<span style="color:#ccff66;">Old woman:</span> That's better.
<span style="color:#ccff66;">Old woman:</span> Till next time!
[[Continue|Market][$money -=10, $corruption +=5]]<span style="color:cadetblue;">$playerName:</span> I'll take this purple one please.
<span style="color:#ccff66;">Old woman:</span> Ah.
<span style="color:#ccff66;">Old woman:</span> The intelligence potion.
<span style="color:#ccff66;">Old woman:</span> Interesting.
<span style="color:#ccff66;">Old woman:</span> Are you sure?
<span style="color:cadetblue;">$playerName:</span> Yes.
//I reach into my pouch and hand the money over.//
<span style="color:#ccff66;">Old woman:</span> Alright.
//She scoops the potion from the cauldron with a ladle and hands it over.//
<img src="Images/Rework065update/Rework065update691.jpg" height=500 />
<span style="color:#ccff66;">Old woman:</span> Drink up!
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:#ccff66;">Old woman:</span> There...
<span style="color:#ccff66;">Old woman:</span> That's better.
<span style="color:#ccff66;">Old woman:</span> Till next time!
[[Continue|Market][$money -=10, $intelligence +=5]]<span style="color:cadetblue;">$playerName:</span> I'll take this purple one please.
<span style="color:#ccff66;">Old woman:</span> Ah.
<span style="color:#ccff66;">Old woman:</span> The charisma potion.
<span style="color:#ccff66;">Old woman:</span> Interesting.
<span style="color:#ccff66;">Old woman:</span> Are you sure?
<span style="color:cadetblue;">$playerName:</span> Yes.
//I reach into my pouch and hand the money over.//
<span style="color:#ccff66;">Old woman:</span> Alright.
//She scoops the potion from the cauldron with a ladle and hands it over.//
<img src="Images/Rework065update/Rework065update689.jpg" height=500 />
<span style="color:#ccff66;">Old woman:</span> Drink up!
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:#ccff66;">Old woman:</span> There...
<span style="color:#ccff66;">Old woman:</span> That's better.
<span style="color:#ccff66;">Old woman:</span> Till next time!
[[Continue|Market][$money -=10, $charisma +=5]]<span style="color:cadetblue;">$playerName:</span> I'll take this purple one please.
<span style="color:#ccff66;">Old woman:</span> Ah.
<span style="color:#ccff66;">Old woman:</span> The strength potion.
<span style="color:#ccff66;">Old woman:</span> Interesting.
<span style="color:#ccff66;">Old woman:</span> Are you sure?
<span style="color:cadetblue;">$playerName:</span> Yes.
//I reach into my pouch and hand the money over.//
<span style="color:#ccff66;">Old woman:</span> Alright.
//She scoops the potion from the cauldron with a ladle and hands it over.//
<img src="Images/Rework065update/Rework065update690.jpg" height=500 />
<span style="color:#ccff66;">Old woman:</span> Drink up!
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:#ccff66;">Old woman:</span> There...
<span style="color:#ccff66;">Old woman:</span> That's better.
<span style="color:#ccff66;">Old woman:</span> Till next time!
[[Continue|Market][$money -=10, $strength +=5]]<span style="color:cadetblue;">$playerName:</span> I'll take this purple one please.
<span style="color:#ccff66;">Old woman:</span> Ah.
<span style="color:#ccff66;">Old woman:</span> The confidence potion.
<span style="color:#ccff66;">Old woman:</span> Interesting.
<span style="color:#ccff66;">Old woman:</span> Are you sure?
<span style="color:cadetblue;">$playerName:</span> Yes.
//I reach into my pouch and hand the money over.//
<span style="color:#ccff66;">Old woman:</span> Alright.
//She scoops the potion from the cauldron with a ladle and hands it over.//
<img src="Images/Rework065update/Rework065update692.jpg" height=500 />
<span style="color:#ccff66;">Old woman:</span> Drink up!
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:#ccff66;">Old woman:</span> There...
<span style="color:#ccff66;">Old woman:</span> That's better.
<span style="color:#ccff66;">Old woman:</span> Till next time!
[[Continue|Market][$money -=10, $confidence +=5]]<span style="color:cadetblue;">$playerName:</span> I'll take this purple one please.
<span style="color:#ccff66;">Old woman:</span> Ah.
<span style="color:#ccff66;">Old woman:</span> The technique potion.
<span style="color:#ccff66;">Old woman:</span> Interesting.
<span style="color:#ccff66;">Old woman:</span> Are you sure?
<span style="color:cadetblue;">$playerName:</span> Yes.
//I reach into my pouch and hand the money over.//
<span style="color:#ccff66;">Old woman:</span> Alright.
//She scoops the potion from the cauldron with a ladle and hands it over.//
<span style="color:#ccff66;">Old woman:</span> Drink up!
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:#ccff66;">Old woman:</span> There...
<span style="color:#ccff66;">Old woman:</span> That's better.
<span style="color:#ccff66;">Old woman:</span> Till next time!
[[Continue|Market][$money -=10, $tecnique +=5]]<<set $haveABook to true>>\
<<set $bestAcademyBook to true>>\
<<set $money -= 5>>\
<span style="color:#3399ff;">Woman:</span>Uuu.
<span style="color:#3399ff;">Woman:</span>That's a good one!
<img src="Images/Rework065update/Rework065update699.jpg" width=500 />
<span style="color:#3399ff;">Woman:</span>Here.
<span style="color:cadetblue;">$playerName:</span> Thanks!
[[Can't wait to read this|Market]]<<set $haveABook to true>>\
<<set $crimsonRoseBook to true>>\
<<set $money -= 5>>\
<span style="color:#3399ff;">Woman:</span>Uuu.
<span style="color:#3399ff;">Woman:</span>That's a good one!
<img src="Images/Rework065update/Rework065update699.jpg" width=500 />
<span style="color:#3399ff;">Woman:</span>Here.
<span style="color:cadetblue;">$playerName:</span> Thanks!
[[Can't wait to read this|Market]]<<set $haveABook to true>>\
<<set $latestWarBook to true>>\
<<set $money -= 5>>\
<span style="color:#3399ff;">Woman:</span>Uuu.
<span style="color:#3399ff;">Woman:</span>That's a good one!
<img src="Images/Rework065update/Rework065update699.jpg" width=500 />
<span style="color:#3399ff;">Woman:</span>Here.
<span style="color:cadetblue;">$playerName:</span> Thanks!
[[Can't wait to read this|Market]]<<set $haveABook to true>>\
<<set $nightshadeEliteBook to true>>\
<<set $money -= 5>>\
<span style="color:#3399ff;">Woman:</span>Uuu.
<span style="color:#3399ff;">Woman:</span>That's a good one!
<img src="Images/Rework065update/Rework065update699.jpg" width=500 />
<span style="color:#3399ff;">Woman:</span>Here.
<span style="color:cadetblue;">$playerName:</span> Thanks!
[[Can't wait to read this|Market]]//Hmm...
What should I read?//
<<if $bestAcademyBook is true>>\
<<link "<img src='Images/Rework065update/Rework065update694.png' height=125 />">>
<<goto "AcademyBook1read">>
<</link>> \
<</if>>\
<<if $crimsonRoseBook is true>>\
<<link "<img src='Images/Rework065update/Rework065update695.png' height=125 />">>
<<goto "CrimsonBook1read">>
<</link>> \
<</if>>\
<<if $latestWarBook is true>>\
<<link "<img src='Images/Rework065update/Rework065update696.png' height=125 />">>
<<goto "WarReportBook1read">>
<</link>> \
<</if>>\
<<if $nightshadeEliteBook is true>>\
<<link "<img src='Images/Rework065update/Rework065update697.png' height=125 />">>
<<goto "NightShadeBook1read">>
<</link>>
<</if>>\
[[Go back|My Bedroom]]// The Klimmore Academy stands as Imeria's most prestigious educational institution. Its alumni include renowned mages, scientists, and warriors, while its faculty consists of leading experts in their respective fields.//
<img src="Images/Rework065update/Rework065update703.jpg" height=500 />
//Students at Klimmore follow a focused curriculum, initially selecting just one subject of study. Those who demonstrate exceptional performance in their chosen field may add a second subject to their studies. The academy also allows students to switch their primary subject if they find it unsuitable for them.//
<img src="Images/Rework065update/Rework065update704.png" height=500 />
//Among all disciplines, magical studies command the highest tuition fees. Consequently, most magic students come from wealthy or royal backgrounds. However, the academy offers a significant incentive: students who achieve the top rank in their magical discipline can receive a 90% reduction in tuition costs.//
<img src="Images/Rework065update/Rework065update705.jpg" height=500 />
//The principal of Klimmore Academy is considered to be the most powerful mage in the world. Not much is known about him in terms of his background. But his accomplishments cement his reputation as a true master of the magical arts. He has served as the principal of Klimmore Academy for decades now. Before that he took part in countless wars, serving both as a general and a dragon rider. But his achievements as a mage are what truly set him apart from the rest. He is the only living being who can cast all the known forbidden spells known to man.//
<<link "Continue">>
<<set $intelligence ++>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>//The Crimson Rose Society stands as Klimmore Academy's most prestigious and influential sorority. Known for their distinctive ruby pins worn at the collar, these elite female students represent a perfect blend of intelligence, ambition, and social grace. The society maintains around 200 active members, carefully selected based on academic excellence, leadership potential, and social aptitude.//
<img src="Images/Rework065update/Rework065update706.png" height=500 />
//While many members come from noble families, the society prides itself on identifying and recruiting exceptional talents regardless of background. Some of their most celebrated members rose from modest beginnings, though the majority still hails from wealthy families due to the society's membership fees and social obligations.//
<img src="Images/Rework065update/Rework065update707.jpg" height=500 />
//What makes membership particularly valuable is the coveted "Crimson Mark" - a magical seal granted upon graduation that serves as a universal mark of excellence. This seal opens doors throughout Imeria, from priority consideration at prestigious institutions to favorable treatment in noble circles.//
<<link "Continue">>
<<set $intelligence ++>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>//In the past few months, the elves have begun launching counterattacks across the entire front, using a series of tunnels built underground and connecting the elven kingdom's various territories. The tunnels are proving to be a great problem for the human army, as the elves use them to strike behind the human lines, ambushing troops and supplies.//
<img src="Images/Rework065update/Rework065update700.jpg" height=500 />
// The war has entered a lull, with both sides preparing their forces and waiting for an opportunity to break the stalemate. Both sides have suffered heavy casualties, and the fighting has become more desperate.//
<img src="Images/Rework065update/Rework065update701.jpg" height=500 />
// In the east, the elves have launched a series of attacks against the human-controlled territory, targeting the vital trade routes and supply lines. The humans have responded with a counteroffensive, attempting to retake the lost territory.//
<img src="Images/Rework065update/Rework065update702.jpg" height=500 />
// The southern front remains relatively stable, with the humans making a small push against the elven defenses. However, the fighting intensified in the southeast, with both sides engaged in a bloody and brutal battle for control of the vital resources and supply lines.//
<<link "Continue">>
<<set $intelligence ++>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>//The Nightshade Elite stands as the most formidable special operations unit within the Elven Kingdom's military forces. This legendary company of precisely one hundred warriors represents the pinnacle of elvish martial prowess, carefully selected from thousands of candidates after rigorous trials that test both physical and mental limits.//
<img src="Images/Rework065update/Rework065update708.jpg" height=500 />
//Specializing in asymmetrical warfare, the Nightshade Elite has mastered the art of guerrilla tactics, executing precision strikes from the shadows before vanishing like morning mist. Their operations range from deep reconnaissance to sabotage, from assassination of key enemy leaders to disrupting supply lines. Each member is cross-trained in multiple disciplines: arcane arts, wilderness survival, close-quarters combat, and advanced infiltration techniques.//
<img src="Images/Rework065update/Rework065update709.jpg" height=500 />
//Throughout Imeria, their very name inspires terror in their enemies and hope in their allies. They wear masks and paint their faces for intimidation. Tales speak of entire enemy battalions defeated by unseen forces, strategic fortresses falling in a single night, and high-value targets eliminated despite being surrounded by hundreds of guards. The Nightshade Elite's reputation is such that some enemies have surrendered at merely hearing rumors of their presence in the region.//
<img src="Images/Rework065update/Rework065update710.jpg" height=500 />
//While other kingdoms boast of their military might, few can match the lethal efficiency and tactical superiority of the Nightshade Elite. They represent not just military excellence but the perfect fusion of traditional elven values of patience, precision, and harmony with the brutal necessities of warfare.//
<<link "Continue">>
<<set $intelligence ++>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>><<set $beforeClassInteractionToday = true>>\
<<set $scenesforbefore = [1,2,3,4,5]>>\
<<set $scene = $scenesforbefore.random()>>\
<<if $scene is 1>>\
//I see Lyra and Maeris talking to each other.//
//I walk up to them.//
<img src="Images/Rework065update/Rework065update721.png" height=500 />
<span style="color:#33ff77;">Lyra:</span> Hey
<span style="color:#66ff66;">Maeris:</span> Hello
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:#33ff77;">Lyra:</span> Have you heard?
<span style="color:cadetblue;">$playerName:</span> Heard what?
<span style="color:#33ff77;">Lyra:</span> The queens speech.
<span style="color:#66ff66;">Maeris:</span> ...
<span style="color:cadetblue;">$playerName:</span> Emm... Yeah.
<img src="Images/Rework065update/Rework065update722.jpg" height=500 />
<span style="color:#33ff77;">Lyra:</span> It was pretty cool.
<span style="color:#66ff66;">Maeris:</span> ...
<span style="color:#33ff77;">Lyra:</span> Showing off the dragon like that.
<span style="color:#66ff66;">Maeris:</span> ...
<span style="color:#33ff77;">Lyra:</span> You are awfully quiet Maeris.
<span style="color:#33ff77;">Lyra:</span> What's wrong?
<img src="Images/Rework065update/Rework065update723.jpg" height=500 />
<span style="color:#66ff66;">Maeris:</span> My dad joined shortly after the speech.
<span style="color:#66ff66;">Maeris:</span> And-
//Her eyes start to water.//
//Lyra stands up and gives her hug.//
<span style="color:#33ff77;">Lyra:</span> I'm sorry.
<span style="color:#33ff77;">Lyra:</span> I shouldn't have.
//I look at the clock and the class is about to begin.//
//I better take my leave.//
<<elseif $scene is 2>>\
//I see Merida talking to Freya at Freyas' table.//
<img src="Images/Rework065update/Rework065update724.jpg" height=500 />
<span style="color:#ff66ff;">Freya:</span> Why do you look so fragile?
<span style="color:#ffb3ff;">Meridia:</span> Ooouu?
//She pauses and checks on herself.//
//Then looks back up.//
<span style="color:#ffb3ff;">Meridia:</span> Why do you look so manly?
<span style="color:#ff66ff;">Freya:</span> What?!
//Freya stands up and is standing still like a rock. I sense anger boiling up in her.//
<img src="Images/Rework065update/Rework065update725.jpg" height=500 />
<span style="color:#ffb3ff;">Meridia:</span> ...
<span style="color:#ffb3ff;">Meridia:</span> Oh.
<span style="color:#ffb3ff;">Meridia:</span> I'm sorry.
<span style="color:#ffb3ff;">Meridia:</span> I didn't mean to upset you.
//She just looks at her with her cute puppy eyes.//
<img src="Images/Rework065update/Rework065update726.jpg" height=500 />
<span style="color:#ff66ff;">Freya:</span> No... (clears throat)
<span style="color:#ff66ff;">Freya:</span> It's fine. (clears throat again)
<span style="color:#ffb3ff;">Meridia:</span> You ok?
<span style="color:#ff66ff;">Freya:</span> Yeah. Yeah.
<span style="color:#ff66ff;">Freya:</span> Class is about to begin so...
<span style="color:#ff66ff;">Freya:</span> We better sit down.
<span style="color:#ffb3ff;">Meridia:</span> Oh... Ok.
<<elseif $scene is 3>>\
//Valerie and Isabella are talking to eachother.//
//I walk up to them.//
<span style="color:#809fff;">Valerie:</span> So, are you coming to the party?
<img src="Images/Rework065update/Rework065update727.jpg" height=500 />
<span style="color:#cc6600;">Isabella:</span> ...
<span style="color:#cc6600;">Isabella:</span> Maybe.
<span style="color:#809fff;">Valerie:</span> Please come.
<span style="color:#809fff;">Valerie:</span> It'd be the so cool.
<span style="color:#cc6600;">Isabella:</span> ...
<span style="color:#cc6600;">Isabella:</span> But-
<span style="color:#809fff;">Valerie:</span> I know. I know.
<span style="color:#809fff;">Valerie:</span> I shouldn't pressure you.
//They both notice that you have approached them.//
<img src="Images/Rework065update/Rework065update728.jpg" height=500 />
<span style="color:#809fff;">Valerie:</span> ...
<span style="color:#cc6600;">Isabella:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
//Oh..//
//Emm...//
//I just turn around and walk away.//
<<elseif $scene is 4>>\
//As I step into the class I see Thaddeus sitting behind a table with a book open and somekind of plant on his table.//
//Hmmm...//
//I go over to see what is going on.//
<span style="color:cadetblue;">$playerName:</span> Emm.. Hello.
<img src="Images/Rework065update/Rework065update729.png" height=500 />
<span style="color:#b35900;">Thaddeus:</span> Hello. (while reading)
<span style="color:green;">$playerName:</span> What are you doing?
<span style="color:#b35900;">Thaddeus:</span> I'm trying to make sense of the Defloen plant's leaf color changes. (while reading)
<span style="color:cadetblue;">$playerName:</span> Isn't that because of the sun?
<span style="color:#b35900;">Thaddeus:</span> (looks up) The sun?
<span style="color:green;">$playerName:</span> If I remember correctly.
<span style="color:#b35900;">Thaddeus:</span> Hmmm...
<span style="color:#b35900;">Thaddeus:</span> Really?
//He takes the plant and moves over to the window where the sun is shining in.//
//He looks at the plant and it's leafs change the color.//
<span style="color:#b35900;">Thaddeus:</span> (to himself) So that's why...
<img src="Images/Rework065update/Rework065update730.jpg" height=500 />
<span style="color:#b35900;">Thaddeus:</span> Thanks emm...
<span style="color:cadetblue;">$playerName:</span> $playerName.
<span style="color:#b35900;">Thaddeus:</span> $playerName.
//He continues looking at the plant.//
//I should make my way back to my desk.//
<<elseif $scene is 5>>\
//Dominik and Roland are in front of the classroom.//
//When I step into the room they stop arguing and look at me.//
<img src="Images/Rework065update/Rework065update731.jpg" height=500 />
<span style="color:#3366ff;">Dominik:</span> Hey emm...
<span style="color:#3366ff;">Dominik:</span> $playerName.
<span style="color:#3366ff;">Dominik:</span> What do you think?
<span style="color:cadetblue;">$playerName:</span> About what?
<span style="color:#3366ff;">Dominik:</span> The amount of books and terms we have to go through in such a short amount of time.
<span style="color:#e6ffe6;">Roland:</span> ...
<span style="color:cadetblue;">$playerName:</span> Well... emm... I don't think what I think matters.
<span style="color:cadetblue;">$playerName:</span> Whether I think it's good or bad, it won't change the fact what proffessor says.
<img src="Images/Rework065update/Rework065update732.jpg" height=500 />
<span style="color:#e6ffe6;">Roland:</span> See.
<span style="color:#e6ffe6;">Roland:</span> Now stop complaining Dominik.
<span style="color:#3366ff;">Dominik:</span> ...
//I make my way towards my table.//
<</if>>
<<link "Continue">><<goto "Herbology classroom">><</link>><<set $afterClassInteractionToday to true>>\
<<set $scenesforbefore = [1,2,3,4,5]>>\
<<set $scene = $scenesforbefore.random()>>\
<<if $scene is 1>>\
//As I clean my table I notice some other students coming to the door.//
<span style="color:#336699;">Student 1:</span> Hey.
<img src="Images/Rework065update/Rework065update733.jpg" height=500 />
<span style="color:#336699;">Student 1:</span> Kaelian here?
<span style="color:cadetblue;">$playerName:</span> Emm....
<span style="color:dimgray;">Kaelian: </span> (from the other end) What did I told you.
<span style="color:dimgray;">Kaelian: </span> Not here.
<span style="color:dimgray;">Kaelian: </span> So fuck off.
<span style="color:#336699;">Student 1:</span> But I've got the...
<span style="color:#336699;">Student 1:</span> I've got it.
<span style="color:dimgray;">Kaelian: </span> So?
<span style="color:#336699;">Student 1:</span> ...
<img src="Images/Rework065update/Rework065update734.jpg" height=500 />
<span style="color:dimgray;">Kaelian: </span> (sighs)
<span style="color:dimgray;">Kaelian: </span> Gimme five minutes.
//The students at the door leave.//
//Hmmm...//
<<elseif $scene is 2>>\
//As I clean my table, I overhear Tempest and Rosalind talking to each other.//
<span style="color:#d9d9d9;">Tempest:</span> Did you understand a word that was being said in the class?
<span style="color:#994d00;">Rosalind:</span> Not really.
<img src="Images/Rework065update/Rework065update735.jpg" height=500 />
<span style="color:#d9d9d9;">Tempest:</span> It's like...
<span style="color:#d9d9d9;">Tempest:</span> I thought this class would be easy.
<span style="color:#d9d9d9;">Tempest:</span> But it seems like it's the hardest fucking thing on the planet.
<span style="color:#994d00;">Rosalind:</span> I agree.
<span style="color:#994d00;">Rosalind:</span> This class is pretty hard.
<span style="color:#d9d9d9;">Tempest:</span> You are not helping!
<span style="color:#d9d9d9;">Tempest:</span> Why did I team up with you?
<span style="color:#994d00;">Rosalind:</span> ...
<span style="color:#d9d9d9;">Tempest:</span> I'm sorry.
<span style="color:#d9d9d9;">Tempest:</span> I didn't mean that
<img src="Images/Rework065update/Rework065update736.jpg" height=500 />
<span style="color:#994d00;">Rosalind:</span> It's fine.
<span style="color:#994d00;">Rosalind:</span> We'll get this.
<span style="color:#994d00;">Rosalind:</span> You'll see.
<<elseif $scene is 3>>\
//As I clean the table and reach its edges, I see a pair of feet-//
<span style="color:cadetblue;">$playerName:</span> Oh Luna.
<span style="color:cadetblue;">$playerName:</span> You scared me.
<span style="color:#ffb3ff;">Meridia:</span> Oh?
<img src="Images/Rework065update/Rework065update737.jpg" height=500 />
<span style="color:#ffb3ff;">Meridia:</span> Do I look scary?
//She looks at herself.//
<span style="color:#ffb3ff;">Meridia:</span> I think I'm the smallest person in the class.
<span style="color:cadetblue;">$playerName:</span> No I just saw your feet under the table and didn't expect anyone to be there.
<span style="color:#ffb3ff;">Meridia:</span> Oh...
<span style="color:cadetblue;">$playerName:</span> You need something.
<span style="color:#ffb3ff;">Meridia:</span> No.
<span style="color:#ffb3ff;">Meridia:</span> Am I not allowed to stand here?
<span style="color:cadetblue;">$playerName:</span> No. No it's emm...
<span style="color:cadetblue;">$playerName:</span> You can do whatever you want.
<span style="color:#ffb3ff;">Meridia:</span> Ok.
//I continue to clean the other edges of the table.//
//...//
//As I continue she continues standing there not saying anything.//
//It's not creepy.//
//But it is kinda weird.//
//It's like she is curious or fascinated about me cleaning the table.//
//It's hard to frame it in my head.//
<span style="color:green;">$playerName:</span> Well. I'm done.
<img src="Images/Rework065update/Rework065update738.jpg" height=500 />
<span style="color:#ffb3ff;">Meridia:</span> Oh.
<span style="color:#ffb3ff;">Meridia:</span> You going?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> You too I'm guessing.
<span style="color:#ffb3ff;">Meridia:</span> Emm. No.
<span style="color:#ffb3ff;">Meridia:</span> I'm going to stay a while.
//Ok...//
//I make my leave.//
<<elseif $scene is 4>>\
//Todays lecture was tough.//
//I'll just make my way out of the classroom.//
//I can't wait to go home.//
//As I approach the door.//
//Thaddeus approaches me from behind.//
<img src="Images/Rework065update/Rework065update739.jpg" height=500 />
<span style="color:#b35900;">Thaddeus:</span> $playerName.
<span style="color:#b35900;">Thaddeus:</span> I've got a few questions.
<span style="color:#b35900;">Thaddeus:</span> Care to help me?
<span style="color:cadetblue;">$playerName:</span> Emm... Sure.
//To be honest I'm kinda tired but... sure why not.//
<span style="color:#b35900;">Thaddeus:</span> Thanks.
<span style="color:#b35900;">Thaddeus:</span> Come with me.
//We walk over to the other side of the classroom.//
<span style="color:#b35900;">Thaddeus:</span> I wrote some questions down from the lecture.
<span style="color:#b35900;">Thaddeus:</span> But it doesn't make sense to me.
//He gives me his notebook.//
//I look at the notes he took during today's lecture.//
<img src="Images/Rework065update/Rework065update740.jpg" height=500 />
<span style="color:#b35900;">Thaddeus:</span> Did you understand any of those?
<span style="color:cadetblue;">$playerName:</span> Some.
<span style="color:#b35900;">Thaddeus:</span> Oh that's good.
<span style="color:#b35900;">Thaddeus:</span> Care to explain?
//I nod.//
//I give him the answers and head out.//
<span style="color:#b35900;">Thaddeus:</span> Thanks $playerName.
<<elseif $scene is 5>>\
//As I'm about to leave the classroom the professor approaches me.//
<span style="color:orangered;">Philippa:</span> $playerName.
<span style="color:cadetblue;">$playerName:</span> Yes professor.
<img src="Images/Rework065update/Rework065update741.jpg" height=500 />
<span style="color:orangered;">Philippa:</span> Could you do me a favor?
<span style="color:cadetblue;">$playerName:</span> Emm.
<span style="color:orangered;">Philippa:</span> Would you mind staying after class and help me set the tables for tomorrow's lecture.
<span style="color:cadetblue;">$playerName:</span> Oh...
<span style="color:cadetblue;">$playerName:</span> Of course.
//This is a great opportunity for me to improve my relationship with-//
<span style="color:orangered;">Philippa:</span> Oh. Actually.
<span style="color:orangered;">Philippa:</span> I just remembered.
<span style="color:orangered;">Philippa:</span> I have a meeting today.
<span style="color:orangered;">Philippa:</span> Just form three circles with the tables.
//She leaves the classroom.//
//Well...//
//Darn it.//
<<set $time to advanceTime($time)>>\
<</if>>
<<link "Continue">><<goto "Herbology classroom">><</link>><<script>>
// This runs on the very first setup of the game
window.addEventListener('load', function() {
let screenWidth = window.innerWidth;
console.log("Initial load - Screen width:", screenWidth);
if (screenWidth < 800) {
State.variables.dissablemap = false;
// Force close UI bar immediately
$("#ui-bar").addClass("closed");
$("html").removeClass("ui-bar-open");
$("#story").removeClass("ui-bar-open");
$("#ui-bar-toggle").removeClass("open");
console.log("Mobile mode set on initial load");
} else {
State.variables.dissablemap = true;
console.log("Desktop mode set on initial load");
}
});
// Also handle resize events
$(window).on('resize', _.debounce(function() {
let screenWidth = window.innerWidth;
if (screenWidth < 800) {
State.variables.dissablemap = false;
$("#ui-bar").addClass("closed");
$("html").removeClass("ui-bar-open");
$("#story").removeClass("ui-bar-open");
$("#ui-bar-toggle").removeClass("open");
} else {
State.variables.dissablemap = true;
}
}, 250));
<</script>><img src="Images/Rework065fixupdate/Rework065Fixupdate4.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> I see curiosity in your eyes.
<span style="color:#1a99cc;">Isolde:</span> Ask away.
<<if $whereStrength1 is false>>[[Where am I?]] | <</if>><<if $soStrength1 is false>>[[So you are Isolde?]] | <</if>> <<if $lastStrength1 is false>>[[So I need to take a test is that correct?]]<</if>>
<<if $whereStrength1 is true and $soStrength1 is true and $lastStrength1 is true>>[[Ok. I'm ready!|StrengthTest1Masc]]<</if>><<timed 100ms>>\
<<set $whereStrength1 to true>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> Where am I?
<img src="Images/Rework065fixupdate/Rework065Fixupdate8.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> The Stormy Peaks.
<span style="color:cadetblue;">$playerName:</span> Stormy Peaks?
<span style="color:#1a99cc;">Isolde:</span> Yes.
<span style="color:#1a99cc;">Isolde:</span> I know.
<span style="color:#1a99cc;">Isolde:</span> Doesn't seem very stormy.
<span style="color:#1a99cc;">Isolde:</span> But soon it will.
<span style="color:#1a99cc;">Isolde:</span> Just you wait.
//I can't help but look at all of these huge cloud-breaking mountains around me.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate9.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> (notices you looking around) What?
<span style="color:cadetblue;">$playerName:</span> Nothing.
<span style="color:cadetblue;">$playerName:</span> I've just never seen anything like this before.
<span style="color:#1a99cc;">Isolde:</span> Hmm...
<<link "Continue">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<goto "PassStrengthDoms1 Intro1">>
<</link>><<timed 100ms>>\
<<set $soStrength1 to true>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> So you are Isolde?
<span style="color:#1a99cc;">Isolde:</span> Mhm.
<img src="Images/Rework065fixupdate/Rework065Fixupdate11.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Angel of strength.
<span style="color:cadetblue;">$playerName:</span> Strength?
<span style="color:cadetblue;">$playerName:</span> I mean course.
<span style="color:cadetblue;">$playerName:</span> That makes sense.
<span style="color:#1a99cc;">Isolde:</span> (She tilts her head) What's that supposed to mean?
<span style="color:cadetblue;">$playerName:</span> Nothing.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#1a99cc;">Isolde:</span> (Tilts her head more)
<span style="color:cadetblue;">$playerName:</span> You just look like you deserve your title.
<span style="color:#1a99cc;">Isolde:</span> Hah.
<span style="color:#1a99cc;">Isolde:</span> You intimidated?
<span id="Choice">
<<link"//Yes//🧠">>
<<replace"#Choice">>
<<set $intelligence ++>>\
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> (quietly) Yes.
<span style="color:#1a99cc;">Isolde:</span> PFFFTTT.
//She burst into laughter.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate10.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Ahahahaha.
<span style="color:#1a99cc;">Isolde:</span> AHAHAHAHA.
<span style="color:#1a99cc;">Isolde:</span> AHAAAHHHAAAHHAAA.
//And then instantly snaps out of her outburst.//
<span style="color:#1a99cc;">Isolde:</span> Good.
<span style="color:#1a99cc;">Isolde:</span> You should be.
<span style="color:cadetblue;">$playerName:</span> (gulp)
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<goto "PassStrengthDoms1 Intro1">>
<</link>>
<</replace>>
<</link>> | \
<<link"//No//🎭">>
<<replace"#Choice">>
<<set $confidence ++>>\
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Emmm.
<span style="color:cadetblue;">$playerName:</span> No.
<span style="color:cadetblue;">$playerName:</span> I don't think so.
//She smirks.//
<span style="color:#1a99cc;">Isolde:</span> Then I'd say you're a fool.
//She gives me a serious look.//
//Here gaze is so deadly that I can't help but to feel a litte scared.//
<span style="color:cadetblue;">$playerName:</span> ...
//She bursts out of laughter.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate10.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> HAHAHA.
<span style="color:#1a99cc;">Isolde:</span> HAAAHAAA.
//And then snaps out of her laughing.//
<span style="color:#1a99cc;">Isolde:</span> Maybe not a fool, after all.
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<goto "PassStrengthDoms1 Intro1">>
<</link>>
<</replace>>
<</link>>
</span><<timed 100ms>>\
<<set $lastStrength1 to true>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> So I need to take another test is that correct?
<img src="Images/Rework065fixupdate/Rework065Fixupdate5.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Correct.
<span style="color:#1a99cc;">Isolde:</span> I'm sure Zarina told you each of us has multiple tests that you have to pass.
<span style="color:cadetblue;">$playerName:</span> Will it put my life in danger?
<span style="color:#1a99cc;">Isolde:</span> All tests will, yes.
<span style="color:cadetblue;">$playerName:</span> But...
<span style="color:cadetblue;">$playerName:</span> What if I don't want to risk my life?
<span style="color:#1a99cc;">Isolde:</span> Then leave.
<span style="color:#1a99cc;">Isolde:</span> If you really don't want to get access to Luna's realm nor Luna's blessing, then just leave.
//Luna's blessing?//
<span style="color:cadetblue;">$playerName:</span> Luna's blessing?
<span style="color:#1a99cc;">Isolde:</span> ...
<img src="Images/Rework065fixupdate/Rework065Fixupdate6.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Zarina didn't tell you?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#1a99cc;">Isolde:</span> Luna's realm is a safe space where you can be whoever you want to be.
<span style="color:#1a99cc;">Isolde:</span> Not only that. Luna will grant you a wish.
<span style="color:#1a99cc;">Isolde:</span> Any wish.
<span style="color:#1a99cc;">Isolde:</span> And she'll make it come true.
<span style="color:cadetblue;">$playerName:</span> Any wish?
<span style="color:#1a99cc;">Isolde:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> Can you give an example?
<span style="color:#1a99cc;">Isolde:</span> (She puts her finger on her lips.) Hmm...
<span style="color:#1a99cc;">Isolde:</span> One plane walker who came through here had a sick mom with an incurable disease.
<span style="color:#1a99cc;">Isolde:</span> Once he completed the tests. Luna healed her and removed the disease from that world.
<span style="color:#1a99cc;">Isolde:</span> Another asked for infinite combat expertise.
<img src="Images/Rework065fixupdate/Rework065Fixupdate7.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Luna gave her it. Making her the best and most renowned warrior in their world.
<span style="color:#1a99cc;">Isolde:</span> Another wanted to be worshiped as a god.
<span style="color:#1a99cc;">Isolde:</span> It became true.
<span style="color:#1a99cc;">Isolde:</span> See, whatever you desire, Luna will give it to you.
//Hmm...//
//So...//
//All these tests are worth that much...//
<span style="color:cadetblue;">$playerName:</span> Then there is no way I am leaving.
<span style="color:#1a99cc;">Isolde:</span> No one ever does.
<<link "Continue">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<goto "PassStrengthDoms1 Intro1">>
<</link>>
<span style="color:cadetblue;">$playerName:</span> So...
<span style="color:cadetblue;">$playerName:</span> What is the test?
<img src="Images/Rework065fixupdate/Rework065Fixupdate12.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Arm wrestle.
<span style="color:cadetblue;">$playerName:</span> Arm wrestle?
//Is she joking?//
//Her hand is twice as big as mine?//
<span style="color:cadetblue;">$playerName:</span> But..
<span style="color:cadetblue;">$playerName:</span> Are you serious?
<span style="color:#1a99cc;">Isolde:</span> Course I am.
<span style="color:cadetblue;">$playerName:</span> And I have to beat you.
<span style="color:#1a99cc;">Isolde:</span> Exactly.
<span id="mountain">
<<link "//She punches the mountain that you are standing next to-//">>
<<replace "#mountain">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate13.jpg" height=500 />
//Carving out a table with her bare hands.//
//What the....//
//She puts the rock that is meant to be the table between the two of you.//
//I'm fucked...//
//She puts her arm on the table.//
<span style="color:#1a99cc;">Isolde:</span> Don't worry.
<span style="color:#1a99cc;">Isolde:</span> My body will adapt to your strength.
<span style="color:#1a99cc;">Isolde:</span> It'll be a fair fight.
<span style="color:cadetblue;">$playerName:</span> (Gulp)
<img src="Images/Rework065fixupdate/Rework065Fixupdate14.jpg" height=500 />
//So she is going to be exactly as strong as I am?//
//I get into a position and we start the arm wrestle.//
<span style="color:#1a99cc;">Isolde:</span>: Ready?
<span style="color:#1a99cc;">Isolde:</span> Set.
<span style="color:#1a99cc;">Isolde:</span> Go!
<span id="allMight">
<<link "//With all my might I use my strenght//">>
<<replace "#allMight">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate15.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Grrrrrr
<span style="color:cadetblue;">$playerName:</span> Grrrrr
//I can't budge her arm at all.//
//I try my best but to no avail.//
//We are in stalemate for what seems like eternity.//
//My muscles are giving up.//
//Her arm is not budging at all.//
//She is like a statue.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate16.jpg" height=500 />
//I can't...//
//I can't do this...//
//Think.//
//Think...//
//If I lose I die.//
//If I lose I die!//
//For some reason, Zarina's first test flashes through my mind.//
//When Zarina kissed me, it was so unexpected and caught me off guard.//
//I have to do something.//
<span id="fuckIt">
<<link "//Fuck it.//">>
<<replace "#fuckIt">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate17.png" width=500 />
//I lean in and kiss Isolde on the lips.//
//Isolde's eyes open wide with suprise and her arm goes down.//
//YES!!!//
<span style="color:cadetblue;">$playerName:</span> YES!!!!
<span id="didIT">
<<link "//YES!!!!//">>
<<replace "#didIT">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2screamface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//WOOOO!!!!!//
//I won.//
//I won!//
<span style="color:#1a99cc;">Isolde:</span> ...
<img src="Images/Rework065fixupdate/Rework065Fixupdate18.jpg" height=500 />
//The look on her face is priceless.//
<span style="color:cadetblue;">$playerName:</span> I did it.
<span style="color:cadetblue;">$playerName:</span> YEAHHHHHH!!!
<span style="color:cadetblue;">$playerName:</span> I won.
<span style="color:#1a99cc;">Isolde:</span> Indeed you did.
//I can sense behind that face she is not too happy about losing.//
//Isolde gets up and conjures a spell.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate19.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> The next one won't be that easy.
//And a portal opens under me.//
//I fall into it and I scream.//
<span id="home">
<<link "//Shit!//">>
<<replace "#home">>
<<set $mascLevel2screamface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate20.jpg" height=500 />
<span style="color:coral;">Inledya:</span> $playerName!
<span style="color:coral;">Inledya:</span> What happened?
<span style="color:cadetblue;">$playerName:</span> I'm alive (pants).
<span style="color:coral;">Inledya:</span> Another bad dream huh?
<span style="color:cadetblue;">$playerName:</span> Yeah
<span style="color:cadetblue;">$playerName:</span> ...
//...//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $strengthLevel1check to true>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><img src="Images/Rework065fixupdate/Rework065Fixupdate4.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> I see curiosity in your eyes.
<span style="color:#1a99cc;">Isolde:</span> Ask away.
<<if $whereStrength1 is false>>[[Where am I?|Where am I?FEM]] | <</if>><<if $soStrength1 is false>>[[So you are Isolde?|So you are Isolde?FEM]] | <</if>> <<if $lastStrength1 is false>>[[So I need to take a test is that correct?|So I need to take a test is that correct?FEM]]<</if>>
<<if $whereStrength1 is true and $soStrength1 is true and $lastStrength1 is true>>[[Ok. I'm ready!|StrengthTest1FEM]]<</if>><<timed 100ms>>\
<<set $soStrength1 to true>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> So you are Isolde?
<span style="color:#1a99cc;">Isolde:</span> Mhm.
<img src="Images/Rework065fixupdate/Rework065Fixupdate11.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Angel of strength.
<span style="color:cadetblue;">$playerName:</span> Strength?
<span style="color:cadetblue;">$playerName:</span> I mean course.
<span style="color:cadetblue;">$playerName:</span> That makes sense.
<span style="color:#1a99cc;">Isolde:</span> (She tilts her head) What's that supposed to mean?
<span style="color:cadetblue;">$playerName:</span> Nothing.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#1a99cc;">Isolde:</span> (Tilts her head more)
<span style="color:cadetblue;">$playerName:</span> You just look like you deserve your title.
<span style="color:#1a99cc;">Isolde:</span> Hah.
<span style="color:#1a99cc;">Isolde:</span> You intimidated?
<span id="Choice">
<<link"//Yes//🧠">>
<<replace"#Choice">>
<<set $intelligence ++>>\
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> (quietly) Yes.
<span style="color:#1a99cc;">Isolde:</span> PFFFTTT.
//She burst into laughter.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate10.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Ahahahaha.
<span style="color:#1a99cc;">Isolde:</span> AHAHAHAHA.
<span style="color:#1a99cc;">Isolde:</span> AHAAAHHHAAAHHAAA.
//And then instantly snaps out of her outburst.//
<span style="color:#1a99cc;">Isolde:</span> Good.
<span style="color:#1a99cc;">Isolde:</span> You should be.
<span style="color:cadetblue;">$playerName:</span> (gulp)
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<goto "PassStrengthDoms1 Intro1Fem">>
<</link>>
<</replace>>
<</link>> | \
<<link"//No//🎭">>
<<replace"#Choice">>
<<set $confidence ++>>\
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Emmm.
<span style="color:cadetblue;">$playerName:</span> No.
<span style="color:cadetblue;">$playerName:</span> I don't think so.
//She smirks.//
<span style="color:#1a99cc;">Isolde:</span> Then I'd say you're a fool.
//She gives me a serious look.//
//Here gaze is so deadly that I can't help but to feel a litte scared.//
<span style="color:cadetblue;">$playerName:</span> ...
//She bursts out of laughter.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate10.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> HAHAHA.
<span style="color:#1a99cc;">Isolde:</span> HAAAHAAA.
//And then snaps out of her laughing.//
<span style="color:#1a99cc;">Isolde:</span> Maybe not a fool, after all.
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<goto "PassStrengthDoms1 Intro1Fem">>
<</link>>
<</replace>>
<</link>>
</span><<timed 100ms>>\
<<set $whereStrength1 to true>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> Where am I?
<img src="Images/Rework065fixupdate/Rework065Fixupdate8.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> The Stormy Peaks.
<span style="color:cadetblue;">$playerName:</span> Stormy Peaks?
<span style="color:#1a99cc;">Isolde:</span> Yes.
<span style="color:#1a99cc;">Isolde:</span> I know.
<span style="color:#1a99cc;">Isolde:</span> Doesn't seem very stormy.
<span style="color:#1a99cc;">Isolde:</span> But soon it will.
<span style="color:#1a99cc;">Isolde:</span> Just you wait.
//I can't help but look at all of these huge cloud-breaking mountains around me.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate9.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> (notices you looking around) What?
<span style="color:cadetblue;">$playerName:</span> Nothing.
<span style="color:cadetblue;">$playerName:</span> I've just never seen anything like this before.
<span style="color:#1a99cc;">Isolde:</span> Hmm...
<<link "Continue">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<goto "PassStrengthDoms1 Intro1Fem">>
<</link>><<timed 100ms>>\
<<set $lastStrength1 to true>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> So I need to take another test is that correct?
<img src="Images/Rework065fixupdate/Rework065Fixupdate5.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Correct.
<span style="color:#1a99cc;">Isolde:</span> I'm sure Zarina told you each of us has multiple tests that you have to pass.
<span style="color:cadetblue;">$playerName:</span> Will it put my life in danger?
<span style="color:#1a99cc;">Isolde:</span> All tests will, yes.
<span style="color:cadetblue;">$playerName:</span> But...
<span style="color:cadetblue;">$playerName:</span> What if I don't want to risk my life?
<span style="color:#1a99cc;">Isolde:</span> Then leave.
<span style="color:#1a99cc;">Isolde:</span> If you really don't want to get access to Luna's realm nor Luna's blessing, then just leave.
//Luna's blessing?//
<span style="color:cadetblue;">$playerName:</span> Luna's blessing?
<span style="color:#1a99cc;">Isolde:</span> ...
<img src="Images/Rework065fixupdate/Rework065Fixupdate6.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Zarina didn't tell you?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#1a99cc;">Isolde:</span> Luna's realm is a safe space where you can be whoever you want to be.
<span style="color:#1a99cc;">Isolde:</span> Not only that. Luna will grant you a wish.
<span style="color:#1a99cc;">Isolde:</span> Any wish.
<span style="color:#1a99cc;">Isolde:</span> And she'll make it come true.
<span style="color:cadetblue;">$playerName:</span> Any wish?
<span style="color:#1a99cc;">Isolde:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> Can you give an example?
<span style="color:#1a99cc;">Isolde:</span> (She puts her finger on her lips.) Hmm...
<span style="color:#1a99cc;">Isolde:</span> One plane walker who came through here had a sick mom with an incurable disease.
<span style="color:#1a99cc;">Isolde:</span> Once he completed the tests. Luna healed her and removed the disease from that world.
<span style="color:#1a99cc;">Isolde:</span> Another asked for infinite combat expertise.
<img src="Images/Rework065fixupdate/Rework065Fixupdate7.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Luna gave her it. Making her the best and most renowned warrior in their world.
<span style="color:#1a99cc;">Isolde:</span> Another wanted to be worshiped as a god.
<span style="color:#1a99cc;">Isolde:</span> It became true.
<span style="color:#1a99cc;">Isolde:</span> See, whatever you desire, Luna will give it to you.
//Hmm...//
//So...//
//All these tests are worth that much...//
<span style="color:cadetblue;">$playerName:</span> Then there is no way I am leaving.
<span style="color:#1a99cc;">Isolde:</span> No one ever does.
<<link "Continue">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<goto "PassStrengthDoms1 Intro1Fem">>
<</link>>
<span style="color:cadetblue;">$playerName:</span> So...
<span style="color:cadetblue;">$playerName:</span> What is the test?
<img src="Images/Rework065fixupdate/Rework065Fixupdate12.jpg" height=500 />
<span style="color:#1a99cc;">Isolde:</span> Arm wrestle.
<span style="color:cadetblue;">$playerName:</span> Arm wrestle?
//Is she joking?//
//Her hand is twice as big as mine?//
<span style="color:cadetblue;">$playerName:</span> But..
<span style="color:cadetblue;">$playerName:</span> Are you serious?
<span style="color:#1a99cc;">Isolde:</span> Course I am.
<span style="color:cadetblue;">$playerName:</span> And I have to beat you.
<span style="color:#1a99cc;">Isolde:</span> Exactly.
<span id="mountain">
<<link "//She punches the mountain that you are standing next to-//">>
<<replace "#mountain">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate13.jpg" height=500 />
//Carving out a table with her bare hands.//
//What the....//
//She puts the rock that is meant to be the table between the two of you.//
//I'm fucked...//
//She puts her arm on the table.//
<span style="color:#1a99cc;">Isolde:</span> Don't worry.
<span style="color:#1a99cc;">Isolde:</span> My body will adapt to your strength.
<span style="color:#1a99cc;">Isolde:</span> It'll be a fair fight.
<span style="color:cadetblue;">$playerName:</span> (Gulp)
<img src="Images/Rework065fixupdate/Rework065Fixupdate14.jpg" height=500 />
//So she is going to be exactly as strong as I am?//
//I get into a position and we start the arm wrestle.//
<span style="color:#1a99cc;">Isolde:</span>: Ready?
<span style="color:#1a99cc;">Isolde:</span> Set.
<span style="color:#1a99cc;">Isolde:</span> Go!
<span id="allMight">
<<link "//With all my might I use my strenght//">>
<<replace "#allMight">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate15.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Grrrrrr
<span style="color:cadetblue;">$playerName:</span> Grrrrr
//I can't budge her arm at all.//
//I try my best but to no avail.//
//We are in stalemate for what seems like eternity.//
//My muscles are giving up.//
//Her arm is not budging at all.//
//She is like a statue.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate16.jpg" height=500 />
//I can't...//
//I can't do this...//
//Think.//
//Think...//
//If I lose I die.//
//If I lose I die!//
//For some reason, Zarina's first test flashes through my mind.//
//When Zarina kissed me, it was so unexpected and caught me off guard.//
//I have to do something.//
<span id="fuckIt">
<<link "//Fuck it.//">>
<<replace "#fuckIt">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate21.png" width=500 />
//I lean in and kiss Isolde on the lips.//
//Isolde's eyes open wide with suprise and her arm goes down.//
//YES!!!//
<span style="color:cadetblue;">$playerName:</span> YES!!!!
<span id="didIT">
<<link "//YES!!!!//">>
<<replace "#didIT">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2screamface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//WOOOO!!!!!//
//I won.//
//I won!//
<span style="color:#1a99cc;">Isolde:</span> ...
<img src="Images/Rework065fixupdate/Rework065Fixupdate18.jpg" height=500 />
//The look on her face is priceless.//
<span style="color:cadetblue;">$playerName:</span> I did it.
<span style="color:cadetblue;">$playerName:</span> YEAHHHHHH!!!
<span style="color:cadetblue;">$playerName:</span> I won.
<span style="color:#1a99cc;">Isolde:</span> Indeed you did.
//I can sense behind that face she is not too happy about losing.//
//Isolde gets up and conjures a spell.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate19.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> The next one won't be that easy.
//And a portal opens under me.//
//I fall into it and I scream.//
<span id="home">
<<link "//Shit!//">>
<<replace "#home">>
<<set $mascLevel2screamface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate20.jpg" height=500 />
<span style="color:coral;">Inledya:</span> $playerName!
<span style="color:coral;">Inledya:</span> What happened?
<span style="color:cadetblue;">$playerName:</span> I'm alive (pants).
<span style="color:coral;">Inledya:</span> Another bad dream huh?
<span style="color:cadetblue;">$playerName:</span> Yeah
<span style="color:cadetblue;">$playerName:</span> ...
//...//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $strengthLevel1check to true>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><img src="Images/Rework065fixupdate/Rework065Fixupdate25.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> Walk with me $playerName.
<<if $mascC is true>>
<<if $intQ1 is false>>[[And who are you?]] | <</if>> <<if $intQ2 is false>>[[Can you read thoughts?]]<</if>><<if $intQ3 is false>> | [[Wait for her to speak]]<</if>>
<<if $intQ1 is true and $intQ2 is true and $intQ3 is true>>[[Continue the Walk]] <</if>>
<<elseif $femC is true>>
<<if $intQ1 is false>>[[And who are you?]] | <</if>> <<if $intQ2 is false>>[[Can you read thoughts?]]<</if>><<if $intQ3 is false>> | [[Wait for her to speak]]<</if>>
<<if $intQ1 is true and $intQ2 is true and $intQ3 is true>>[[Continue the Walk|Continue the WalkFEM]] <</if>>
<</if>><<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#99e6e6;">Seraphina:</span> I'm one of Luna's angels.
<span style="color:#99e6e6;">Seraphina:</span> I am the angel of Intelligence.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Intelligence?
<img src="Images/Rework065fixupdate/Rework065Fixupdate26.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> Mhm.
<span style="color:cadetblue;">$playerName:</span> So you are like the smartest being in existence?
<span style="color:#99e6e6;">Seraphina:</span> Hehehe
<span style="color:#99e6e6;">Seraphina:</span> Not at all.
<span style="color:#99e6e6;">Seraphina:</span> That title belongs to Luna.
//Of course.//
<span id="pause">
<<link "//She takes a small pause.//">>
<<replace "#pause">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate27.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> I'd say I am still not even near to someone who could be called smart.
//What?//
//But she is the angel of intelligence...//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#99e6e6;">Seraphina:</span> Heh.
<span style="color:#99e6e6;">Seraphina:</span> The more one gains knowledge, the more one understands the vastness of it.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> That's very profound.
<span style="color:#99e6e6;">Seraphina:</span> It is, isn't it?
//We continue walking forth.//
<<link "Continue">>
<<set $intQ1 to true>>
<<goto "IntelLvl0Event">>
<</link>>
<</replace>>
<</link>>
</span><<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> So you can read thoughts?
<span style="color:#99e6e6;">Seraphina:</span> Hm?
<span style="color:#99e6e6;">Seraphina:</span> You mean like mindreading what someone else is thinking?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<img src="Images/Rework065fixupdate/Rework065Fixupdate28.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> No.
<span style="color:#99e6e6;">Seraphina:</span> It's more like if I touch someone or something, and there are questions that I have, and the person or object knows the answer to them.
<span style="color:#99e6e6;">Seraphina:</span> I can get that answer.
<span style="color:cadetblue;">$playerName:</span> Huh...
<span style="color:cadetblue;">$playerName:</span> Object?
<span style="color:#99e6e6;">Seraphina:</span> For example, this wall.
//While walking, she is touching the wall.//
<span style="color:#99e6e6;">Seraphina:</span> This stone wall on its own will hold another 3000 years.
<span style="color:#99e6e6;">Seraphina:</span> But when replacing these rocks with newer ones (she points to some stones that make up the wall)
<span style="color:#99e6e6;">Seraphina:</span>The wall will hold another 7000 years.
<img src="Images/Rework065fixupdate/Rework065Fixupdate29.png" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> Does it make more sense now?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> I think so.
//Her voice is so calming.//
//Just listening to it is making me relax.//
<span style="color:#99e6e6;">Seraphina:</span> Good.
//We continue walking.//
<<link "Continue">>
<<set $intQ2 to true>>
<<set $mascLevel2defaultface1 to true>>\
<<set $mascLevel2thinkingface1 to false>>\
<<goto "IntelLvl0Event">>
<</link>><<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#99e6e6;">Seraphina:</span> So you are from Imeria?
<span style="color:#99e6e6;">Seraphina:</span> What is it like there?
<span style="color:cadetblue;">$playerName:</span> What is it like in Imeria?
<img src="Images/Rework065fixupdate/Rework065Fixupdate30.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> Mhm.
<span style="color:cadetblue;">$playerName:</span> It's ok, I guess.
<span style="color:cadetblue;">$playerName:</span> I just started going to the academy.
<span style="color:#99e6e6;">Seraphina:</span> Mmmh.
<span style="color:cadetblue;">$playerName:</span> It's pretty ok there.
<span style="color:cadetblue;">$playerName:</span> There's a war going on that has lasted for a decade now.
<span style="color:#99e6e6;">Seraphina:</span> Mmmh.
<span style="color:#99e6e6;">Seraphina:</span> So you are a student.
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:#99e6e6;">Seraphina:</span> What do you learn there?
<span style="color:cadetblue;">$playerName:</span> Herbology.
<img src="Images/Rework065fixupdate/Rework065Fixupdate31.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> Interesting.
<span style="color:cadetblue;">$playerName:</span> Yeah.
//We continue walking through the hallway.//
<<link "Continue">>
<<set $intQ3 to true>>
<<set $mascLevel2defaultface1 to true>>\
<<set $mascLevel2notsureface1 to false>>\
<<goto "IntelLvl0Event">>
<</link>>//We reach the library.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate32.png" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> Let's start.
<span style="color:#99e6e6;">Seraphina:</span> Time for the test.
<span style="color:cadetblue;">$playerName:</span> Emmm
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:#99e6e6;">Seraphina:</span> It's simple.
<span style="color:#99e6e6;">Seraphina:</span> You will pick one book from this section.
<span style="color:#99e6e6;">Seraphina:</span> Without opening the book.
<span style="color:#99e6e6;">Seraphina:</span> While making your choice, you can only read Titles of the books.
<span style="color:#99e6e6;">Seraphina:</span> Then when you have chosen a book you say out a number.
<span style="color:#99e6e6;">Seraphina:</span> The number you say is the chapter that both you and I will read.
<span style="color:#99e6e6;">Seraphina:</span> After reading the Chapter, you will tell me the summary of the chapter.
<span style="color:#99e6e6;">Seraphina:</span> After you give your summary, I will judge you.
<img src="Images/Rework065fixupdate/Rework065Fixupdate33.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> If I think I could have done a better job of the summary, you fail the test.
<span style="color:#99e6e6;">Seraphina:</span> If not, then you pass.
<span style="color:#99e6e6;">Seraphina:</span> And to make the first test as fair as possible, I have not interacted with any of the books in this section.
<span style="color:cadetblue;">$playerName:</span> ...
//What a weird test?//
//It sounds easy but...//
//She can literally get the answers she wants from whatever she touches.//
//How am I supposed to compete with that?//
<span style="color:cadetblue;">$playerName:</span> What happens if I fail?
<span style="color:#99e6e6;">Seraphina:</span> I think you know.
//I do...//
<span style="color:#99e6e6;">Seraphina:</span> Now. Pick a book.
<span id="book">
<<link "//Ok. Ok.//">>
<<replace "#book">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate34.jpg" height=500 />
//Let's see.//
//There are so many books to choose from.//
//How do I...//
//Hmm...//
//I look through the book covers.//
//There are history, herbology, science, magic, philosophy and so on.//
//At least, I think so. It's hard to be sure about the topic from the title alone.//
//So many to choose from.//
//Hmmm....//
//Wait?//
<span id ="book1">
<<link "//What's this?//">>
<<replace "#book1">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I pick up a book.//
//This book has no Title.//
//I have noticed there are quite a few that don't have one.//
//But while holding this one in my grasp, I feel a gut feeling telling me to go with this one.//
<span style="color:cadetblue;">$playerName:</span> This one.
<span style="color:#99e6e6;">Seraphina:</span> Ok.
//Seraphina wipes her hand in the air, and a number appears.//
<span style="color:#99e6e6;">Seraphina:</span> Ok, there are 667 chapters in that book.
//What???? //
<span id="isMistake">
<<link "//So many ?!?//">>
<<replace "#isMistake">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#99e6e6;">Seraphina:</span> That's quite a lot.
<img src="Images/Rework065fixupdate/Rework065Fixupdate35.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> And your number is?
//FUCK!//
//This is bad!//
<span style="color:cadetblue;">$playerName:</span> Emmm...
<span id="choice1">
<<link "//69//">>
<<replace "#choice1">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> 69.
<span style="color:#99e6e6;">Seraphina:</span> 69?
//She snaps her fingers and page 69 opens.//
<span id="extra3">
<<link "//What's this?//">>
<<replace "#extra3">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate38.jpg" height=500 />
//There's a woman and a man pleasuring each other.//
//It's only a picture!//
//There isn't any text.//
//So, should I just give a summary of the Image?//
<span style="color:#99e6e6;">Seraphina:</span> If you are done reading then come to m-
<span style="color:cadetblue;">$playerName:</span> I'm ready!
<span style="color:#99e6e6;">Seraphina:</span> ?
//I walk closer to her and show the page to her.//
<span style="color:cadetblue;">$playerName:</span> This depicts a woman and a man pleasuring each other.
<img src="Images/Rework065fixupdate/Rework065Fixupdate39.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> (blushes)
<span style="color:cadetblue;">$playerName:</span> They both seem to enjoy the interaction.
<span style="color:cadetblue;">$playerName:</span> Very much so when looking closely at their expressions.
<span style="color:cadetblue;">$playerName:</span> It seems very intense.
<span style="color:cadetblue;">$playerName:</span> And very intimate.
<span style="color:cadetblue;">$playerName:</span> And since there are no words I would say that this being on the 69th page must be an intentional joke by the author of the book.
<span style="color:cadetblue;">$playerName:</span> Because when you turn 69 and flip it it's still-
<span style="color:#99e6e6;">Seraphina:</span> (blushing) OK!
<span style="color:#99e6e6;">Seraphina:</span> Emmm!
<span style="color:#99e6e6;">Seraphina:</span> You pass.
//Suddenly the calmness that Seraphina has had all this time has vanished.//
<span style="color:cadetblue;">$playerName:</span> Pass?
<span style="color:cadetblue;">$playerName:</span> Yes!
//She stands up quickly without saying a word and starts conjuring a spell.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate36.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Emmm?
<span style="color:cadetblue;">$playerName:</span> Seraphin-
<span id="extra5">
<<link "//I fall into a protal.//">>
<<replace "#extra5">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> AAAAAA
//I open my eyes.//
<span id="extra6">
<<link "//The door opens.//">>
<<replace "#extra6">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate37.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> You ok?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> Wierdo.
//She closes the door.//
//Wow...//
//I passed.//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $intelligenceLevel1check to true>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//420//">>
<<replace "#choice1">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> 420.
<span style="color:#99e6e6;">Seraphina:</span> 420?
//She snaps her fingers and page 420 opens.//
<span id="extra2">
<<link "//What's this//">>
<<replace "#extra2">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate40.png" height=500 />
//It's a image of people having sex while smoking.//
//Their eyes are dilated and slightly red.//
//Are they high?//
//It's only a picture!//
//There isn't any text.//
//So, should I just give a summary of the Image?//
<span style="color:#99e6e6;">Seraphina:</span> If you are done reading then come to m-
<span style="color:cadetblue;">$playerName:</span> I'm ready!
<span style="color:#99e6e6;">Seraphina:</span> ?
//I walk closer to her and show the page to her.//
<span style="color:cadetblue;">$playerName:</span> This depicts a group sex scene between a group of people who are intoxicated with some kind of drug.
<span style="color:#99e6e6;">Seraphina:</span> !!!
<span style="color:#99e6e6;">Seraphina:</span> (blushing)
<span style="color:cadetblue;">$playerName:</span> When you look closer at their faces, you can see that their pupils are dilated and their irises are red.
<span style="color:cadetblue;">$playerName:</span> They all seem to be enjoying themselves.
<span style="color:cadetblue;">$playerName:</span> I'm not sure why this is put as 420.
<span style="color:cadetblue;">$playerName:</span> Maybe the number is related to the type of drug.
<span style="color:cadetblue;">$playerName:</span> So it's-
<img src="Images/Rework065fixupdate/Rework065Fixupdate39.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> You pass!
<span style="color:cadetblue;">$playerName:</span> I pass?
<span style="color:cadetblue;">$playerName:</span> YES!
<img src="Images/Rework065fixupdate/Rework065Fixupdate36.png" height=500 />
//She stands up quickly without saying a word and starts conjuring a spell.//
<span style="color:cadetblue;">$playerName:</span> Seraphi-
<span id="extra5">
<<link "//I fall into a protal.//">>
<<replace "#extra5">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> AAAAAA
//I open my eyes.//
<span id="extra6">
<<link "//The door opens.//">>
<<replace "#extra6">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate37.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> You ok?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:darksalmon">Alariel:</span> Wierdo.
//She closes the door.//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $intelligenceLevel1check to true>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//666//">>
<<replace "#choice1">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> 666.
<span style="color:#99e6e6;">Seraphina:</span> 666?
//She snaps her fingers and page 666 opens.//
<span id="extra1">
<<link "//What's this?//">>
<<replace "#extra1">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate41.png" height=500 />
//It's a man with red skin and horns having sex with a blonde girl in school outfit in some kind of sacrificial ritual.//
//There isn't any text.//
//So, should I just give a summary of the Image?//
<span style="color:#99e6e6;">Seraphina:</span> If you are done reading then come to m-
<span style="color:cadetblue;">$playerName:</span> I'm ready!
<span style="color:#99e6e6;">Seraphina:</span> ?
//I walk closer to her and show the page to her.//
<span style="color:cadetblue;">$playerName:</span> This depicts a man who has red skin and horns in a sacrificial ritual having sex with a blonde girl in a school uniform.
<span style="color:cadetblue;">$playerName:</span> Maybe even a devil or a demon.
<span style="color:#99e6e6;">Seraphina:</span> !!!!!
<span style="color:cadetblue;">$playerName:</span> It's-
<img src="Images/Rework065fixupdate/Rework065Fixupdate39.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> You pass!
<span style="color:cadetblue;">$playerName:</span> Really?!
<span style="color:cadetblue;">$playerName:</span> I pass?!
<span style="color:cadetblue;">$playerName:</span> Yes!!!
<img src="Images/Rework065fixupdate/Rework065Fixupdate36.png" height=500 />
//She stands up quickly without saying a word and starts conjuring a spell.//
<span style="color:cadetblue;">$playerName:</span> Sera-
<span id="extra5">
<<link "//I fall into a protal.//">>
<<replace "#extra5">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> AAAAAA
//I open my eyes.//
<span id="extra6">
<<link "//The door opens.//">>
<<replace "#extra6">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate37.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> You ok?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:darksalmon">Alariel:</span> Wierdo.
//She closes the door.//
//Wow...//
//I passed.//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $intelligenceLevel1check to true>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>//We reach the library.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate32.png" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> Let's start.
<span style="color:#99e6e6;">Seraphina:</span> Time for the test.
<span style="color:cadetblue;">$playerName:</span> Emmm
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:#99e6e6;">Seraphina:</span> It's simple.
<span style="color:#99e6e6;">Seraphina:</span> You will pick one book from this section.
<span style="color:#99e6e6;">Seraphina:</span> Without opening the book.
<span style="color:#99e6e6;">Seraphina:</span> While making your choice, you can only read Titles of the books.
<span style="color:#99e6e6;">Seraphina:</span> Then when you have chosen a book you say out a number.
<span style="color:#99e6e6;">Seraphina:</span> The number you say is the chapter that both you and I will read.
<span style="color:#99e6e6;">Seraphina:</span> After reading the Chapter, you will tell me the summary of the chapter.
<span style="color:#99e6e6;">Seraphina:</span> After you give your summary, I will judge you.
<img src="Images/Rework065fixupdate/Rework065Fixupdate33.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> If I think I could have done a better job of the summary, you fail the test.
<span style="color:#99e6e6;">Seraphina:</span> If not, then you pass.
<span style="color:#99e6e6;">Seraphina:</span> And to make the first test as fair as possible, I have not interacted with any of the books in this section.
<span style="color:cadetblue;">$playerName:</span> ...
//What a weird test?//
//It sounds easy but...//
//She can literally get the answers she wants from whatever she touches.//
//How am I supposed to compete with that?//
<span style="color:cadetblue;">$playerName:</span> What happens if I fail?
<span style="color:#99e6e6;">Seraphina:</span> I think you know.
//I do...//
<span style="color:#99e6e6;">Seraphina:</span> Now. Pick a book.
<span id="book">
<<link "//Ok. Ok.//">>
<<replace "#book">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate34.jpg" height=500 />
//Let's see.//
//There are so many books to choose from.//
//How do I...//
//Hmm...//
//I look through the book covers.//
//There are history, herbology, science, magic, philosophy and so on.//
//At least, I think so. It's hard to be sure about the topic from the title alone.//
//So many to choose from.//
//Hmmm....//
//Wait?//
<span id ="book1">
<<link "//What's this?//">>
<<replace "#book1">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I pick up a book.//
//This book has no Title.//
//I have noticed there are quite a few that don't have one.//
//But while holding this one in my grasp, I feel a gut feeling telling me to go with this one.//
<span style="color:cadetblue;">$playerName:</span> This one.
<span style="color:#99e6e6;">Seraphina:</span> Ok.
//Seraphina wipes her hand in the air, and a number appears.//
<span style="color:#99e6e6;">Seraphina:</span> Ok, there are 667 chapters in that book.
//What???? //
<span id="isMistake">
<<link "//So many ?!?//">>
<<replace "#isMistake">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#99e6e6;">Seraphina:</span> That's quite a lot.
<img src="Images/Rework065fixupdate/Rework065Fixupdate35.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> And your number is?
//FUCK!//
//This is bad!//
<span style="color:cadetblue;">$playerName:</span> Emmm...
<span id="choice1">
<<link "//69//">>
<<replace "#choice1">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> 69.
<span style="color:#99e6e6;">Seraphina:</span> 69?
//She snaps her fingers and page 69 opens.//
<span id="extra3">
<<link "//What's this?//">>
<<replace "#extra3">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate38.jpg" height=500 />
//There's a woman and a man pleasuring each other.//
//It's only a picture!//
//There isn't any text.//
//So, should I just give a summary of the Image?//
<span style="color:#99e6e6;">Seraphina:</span> If you are done reading then come to m-
<span style="color:cadetblue;">$playerName:</span> I'm ready!
<span style="color:#99e6e6;">Seraphina:</span> ?
//I walk closer to her and show the page to her.//
<span style="color:cadetblue;">$playerName:</span> This depicts a woman and a man pleasuring each other.
<img src="Images/Rework065fixupdate/Rework065Fixupdate39.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> (blushes)
<span style="color:cadetblue;">$playerName:</span> They both seem to enjoy the interaction.
<span style="color:cadetblue;">$playerName:</span> Very much so when looking closely at their expressions.
<span style="color:cadetblue;">$playerName:</span> It seems very intense.
<span style="color:cadetblue;">$playerName:</span> And very intimate.
<span style="color:cadetblue;">$playerName:</span> And since there are no words I would say that this being on the 69th page must be an intentional joke by the author of the book.
<span style="color:cadetblue;">$playerName:</span> Because when you turn 69 and flip it it's still-
<span style="color:#99e6e6;">Seraphina:</span> (blushing) OK!
<span style="color:#99e6e6;">Seraphina:</span> Emmm!
<span style="color:#99e6e6;">Seraphina:</span> You pass.
//Suddenly the calmness that Seraphina has had all this time has vanished.//
<span style="color:cadetblue;">$playerName:</span> Pass?
<span style="color:cadetblue;">$playerName:</span> Yes!
//She stands up quickly without saying a word and starts conjuring a spell.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate36.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Emmm?
<span style="color:cadetblue;">$playerName:</span> Seraphin-
<span id="extra5">
<<link "//I fall into a protal.//">>
<<replace "#extra5">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> AAAAAA
//I open my eyes.//
<span id="extra6">
<<link "//The door opens.//">>
<<replace "#extra6">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate37.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> You ok?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:darksalmon">Alariel:</span> Wierdo.
//She closes the door.//
//Wow...//
//I passed.//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $intelligenceLevel1check to true>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//420//">>
<<replace "#choice1">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> 420.
<span style="color:#99e6e6;">Seraphina:</span> 420?
//She snaps her fingers and page 420 opens.//
<span id="extra2">
<<link "//What's this//">>
<<replace "#extra2">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate43.png" height=500 />
//It's a image of people having sex while smoking.//
//Their eyes are dilated and slightly red.//
//Are they high?//
//It's only a picture!//
//There isn't any text.//
//So, should I just give a summary of the Image?//
<span style="color:#99e6e6;">Seraphina:</span> If you are done reading then come to m-
<span style="color:cadetblue;">$playerName:</span> I'm ready!
<span style="color:#99e6e6;">Seraphina:</span> ?
//I walk closer to her and show the page to her.//
<span style="color:cadetblue;">$playerName:</span> This depicts a group sex scene between a group of people who are intoxicated with some kind of drug.
<span style="color:#99e6e6;">Seraphina:</span> !!!
<span style="color:#99e6e6;">Seraphina:</span> (blushing)
<span style="color:cadetblue;">$playerName:</span> When you look closer at their faces, you can see that their pupils are dilated and their irises are red.
<span style="color:cadetblue;">$playerName:</span> They all seem to be enjoying themselves.
<span style="color:cadetblue;">$playerName:</span> I'm not sure why this is put as 420.
<span style="color:cadetblue;">$playerName:</span> Maybe the number is related to the type of drug.
<span style="color:cadetblue;">$playerName:</span> So it's-
<img src="Images/Rework065fixupdate/Rework065Fixupdate39.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> You pass!
<span style="color:cadetblue;">$playerName:</span> I pass?
<span style="color:cadetblue;">$playerName:</span> YES!
<img src="Images/Rework065fixupdate/Rework065Fixupdate36.png" height=500 />
//She stands up quickly without saying a word and starts conjuring a spell.//
<span style="color:cadetblue;">$playerName:</span> Seraphi-
<span id="extra5">
<<link "//I fall into a protal.//">>
<<replace "#extra5">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> AAAAAA
//I open my eyes.//
<span id="extra6">
<<link "//The door opens.//">>
<<replace "#extra6">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate37.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> You ok?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:darksalmon">Alariel:</span> Wierdo.
//She closes the door.//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $intelligenceLevel1check to true>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//666//">>
<<replace "#choice1">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> 666.
<span style="color:#99e6e6;">Seraphina:</span> 666?
//She snaps her fingers and page 666 opens.//
<span id="extra1">
<<link "//What's this?//">>
<<replace "#extra1">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate42.jpg" height=500 />
//It's a man with red skin and horns having sex with a blonde girl in school outfit in some kind of sacrificial ritual.//
//There isn't any text.//
//So, should I just give a summary of the Image?//
<span style="color:#99e6e6;">Seraphina:</span> If you are done reading then come to m-
<span style="color:cadetblue;">$playerName:</span> I'm ready!
<span style="color:#99e6e6;">Seraphina:</span> ?
//I walk closer to her and show the page to her.//
<span style="color:cadetblue;">$playerName:</span> This depicts a man who has red skin and horns in a sacrificial ritual having sex with a blonde girl in a school uniform.
<span style="color:cadetblue;">$playerName:</span> Maybe even a devil or a demon.
<span style="color:#99e6e6;">Seraphina:</span> !!!!!
<span style="color:cadetblue;">$playerName:</span> It's-
<img src="Images/Rework065fixupdate/Rework065Fixupdate39.jpg" height=500 />
<span style="color:#99e6e6;">Seraphina:</span> You pass!
<span style="color:cadetblue;">$playerName:</span> Really?!
<span style="color:cadetblue;">$playerName:</span> I pass?!
<span style="color:cadetblue;">$playerName:</span> Yes!!!
<img src="Images/Rework065fixupdate/Rework065Fixupdate36.png" height=500 />
//She stands up quickly without saying a word and starts conjuring a spell.//
<span style="color:cadetblue;">$playerName:</span> Sera-
<span id="extra5">
<<link "//I fall into a protal.//">>
<<replace "#extra5">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> AAAAAA
//I open my eyes.//
<span id="extra6">
<<link "//The door opens.//">>
<<replace "#extra6">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate37.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> You ok?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:darksalmon">Alariel:</span> ...
<span style="color:darksalmon">Alariel:</span> Wierdo.
//She closes the door.//
//Wow...//
//I passed.//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $intelligenceLevel1check to true>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><img src="Images/Rework065fixupdate/Rework065Fixupdate45.jpg" height=500 />
<span style="color:#99eb29;">Aurora:</span> Look we don't have that much time.
<span style="color:#99eb29;">Aurora:</span> I don't want to be late for my own performance.
<<if $charismaLVL1Q1 is false>>[[Aurora right?]] |<</if>><<if $charismaLVL1Q2 is false>>[[What performance?]] | <</if>><<if $charismaLVL1Q3 is false>>[[You look stunning.]] <</if>>
<<if $charismaLVL1Q1 is true and $charismaLVL1Q2 is true and $charismaLVL1Q3 is true>>[[So the test?]] <</if>>
<span style="color:cadetblue;">$playerName:</span> It's nice to meet you.
<span style="color:cadetblue;">$playerName:</span> Aurora right?
<img src="Images/Rework065fixupdate/Rework065Fixupdate47.jpg" height=500 />
<span style="color:#99eb29;">Aurora:</span> (fast nod) Mhm.
<span style="color:#99eb29;">Aurora:</span> Angel of Charisma.
<span style="color:cadetblue;">$playerName:</span> Charisma?
<span style="color:#99eb29;">Aurora:</span> (super fast nod) Yes.
<span id="past">
<<link "//As people walk past us-//">>
<<replace "#past">>
<span style="color:#261acc;">Unknown:</span> I can't wait to see your performance today Aurora.
<span style="color:#261acc;">Unknown:</span> Yesterday was so amazing.
<span style="color:#734c66;">Unknown2:</span> Yeah. It truly was.
<span style="color:#99eb29;">Aurora:</span> (cutely) Stop it. You are making a girl blush.
//Both of them instantly blush.//
//I feel a strange sensation in my body.//
<span id="feeling">
<<link "//It's like some kind of energy that is flowing into me from somewhere.//">>
<<replace "#feeling">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate48.jpg" height=500 />
<span style="color:#99eb29;">Aurora:</span> Could you give a girl a moment.
<span style="color:#99eb29;">Aurora:</span> I need to talk to $playerName here.
//Both of them leave and make their way towards the entrance.//
<span id="dis">
<<link "//The energy sensation that I just experienced vanishes, and my head gets a bit dizzy.//">>
<<replace "#dis">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Woah... What was that?
<span style="color:#99eb29;">Aurora:</span> Oh. Sorry.
<span style="color:#99eb29;">Aurora:</span> It's still hard for me to control.
<span style="color:#99eb29;">Aurora:</span> I am taking practice with my mom to be better with my Charisma but-
<span style="color:#99eb29;">Aurora:</span> Still got a lot to work on.
<span style="color:#99eb29;">Aurora:</span> Anywho...
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $charismaLVL1Q1 to true>>
<<goto "CharismaLVL1talkC">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Wait what performance?
<span style="color:#99eb29;">Aurora:</span> Oh.
<span style="color:#99eb29;">Aurora:</span> I am a performer.
<img src="Images/Rework065fixupdate/Rework065Fixupdate49.jpg" height=500 />
<span style="color:#99eb29;">Aurora:</span> Here it's the rulers duty to appease the people.
<span style="color:#99eb29;">Aurora:</span> We entertain them in various ways.
<span style="color:#99eb29;">Aurora:</span> But that's not relevant right now.
<span style="color:cadetblue;">$playerName:</span> Oh..
<span style="color:#99eb29;">Aurora:</span> Anything else?
<<link "Continue">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $charismaLVL1Q2 to true>>
<<goto "CharismaLVL1talkC">>
<</link>><<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> You look stunning.
<span style="color:#99eb29;">Aurora:</span> Oh. My. Thank you $playerName.
<span style="color:#99eb29;">Aurora:</span> I took this dress...
<span id="dress">
<<link "//I feel some external energy flowing into me once again.//">>
<<replace "#dress">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate50.jpg" height=500 />
<span style="color:#99eb29;">Aurora:</span> (mumbel)..
<span style="color:#99eb29;">Aurora:</span> (mumble)..
//What is this?//
<span style="color:#99eb29;">Aurora:</span> (mumbel)..
<span style="color:#99eb29;">Aurora:</span> And that's why I chose this one over the other dress.
<span style="color:#99eb29;">Aurora:</span> (tilts her head).. $playerName?
<span style="color:cadetblue;">$playerName:</span> (aloof) Hmm?
<span style="color:#99eb29;">Aurora:</span> Oh?
<span id="dis">
<<link "//The external energy vanishes.//">>
<<replace "#dis">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I get dizzy.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate51.jpg" height=500 />
<span style="color:#99eb29;">Aurora:</span> I'm so sorry $playerName.
<span style="color:#99eb29;">Aurora:</span> (to herself) Darn it!
<span style="color:#99eb29;">Aurora:</span> I really am trying to control it.
<span style="color:#99eb29;">Aurora:</span> Sorry.
//...//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $charismaLVL1Q3 to true>>
<<goto "CharismaLVL1talkC">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><span style="color:#99eb29;">Aurora:</span> The test.
<img src="Images/Rework065fixupdate/Rework065Fixupdate52.jpg" height=500 />
<span style="color:#99eb29;">Aurora:</span> Let's see.
//She puts her finger under her chin and taps it with her index.//
//She seems to be thinking.//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#99eb29;">Aurora:</span> I know!
<span style="color:#99eb29;">Aurora:</span> ...
<span style="color:#99eb29;">Aurora:</span> ...
<span style="color:#99eb29;">Aurora:</span> I don't.
<span style="color:cadetblue;">$playerName:</span> Wait what?
<span style="color:#99eb29;">Aurora:</span> Look my mother just retired and gave me the position.
<img src="Images/Rework065fixupdate/Rework065Fixupdate53.jpg" height=500 />
<span style="color:#99eb29;">Aurora:</span> To be honest with you $playerName, I don't really have any idea what I am doing.
<span style="color:cadetblue;">$playerName:</span> Oh?
<span style="color:cadetblue;">$playerName:</span> That's...
<span style="color:#99eb29;">Aurora:</span> And my mind is blank because of the performance.
<span style="color:#99eb29;">Aurora:</span> And my dad is cheating on my mom and I have to deal with that as well.
<span style="color:#99eb29;">Aurora:</span> And-
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#99eb29;">Aurora:</span> Sorry.
<span style="color:#99eb29;">Aurora:</span> Oh!
<span style="color:#99eb29;">Aurora:</span> See that girl (she points to a girl that is walking towards us)
<img src="Images/Rework065fixupdate/Rework065Fixupdate58.jpg" height=500 />
<span style="color:#99eb29;">Aurora:</span> I will give you 30 seconds for you to get her name, age and...
<span style="color:#99eb29;">Aurora:</span> Set up a date with her.
<span id="crazy">
<<link "//WHAT!?!//">>
<<replace "#crazy">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> That's impossible!
<img src="Images/Rework065fixupdate/Rework065Fixupdate54.jpg" height=500 />
<span style="color:#99eb29;">Aurora:</span> ...
<span style="color:#99eb29;">Aurora:</span> I think it would take me less than 5 seconds if I were ever to try that.
<span style="color:cadetblue;">$playerName:</span> That's so unfair. You have powers.
<span style="color:#99eb29;">Aurora:</span> Hmmm...
//She tilts her head.//
//She puts her finger under her chin and taps it with her index.//
<span id="crazy1">
<<link "//She seems to be thinking.//">>
<<replace "#crazy1">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> ....
<span style="color:cadetblue;">$playerName:</span> Well?
<span style="color:#99eb29;">Aurora:</span> Fine. 3 minutes and you get to choose who'll you talk to.
//It's still an impossible tas-//
<span style="color:#99eb29;">Aurora:</span> And start!
//Fuck!//
//She started the task which means I can't back down from this now!!!//
//Fuck!//
//I'm dead aren't I...//
<span id="crazy3">
<<link "//Unless..//">>
<<replace "#crazy3">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate55.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Aurora?
<span style="color:#99eb29;">Aurora:</span> You sure you want to talk to me $playerName?
<span style="color:#99eb29;">Aurora:</span> Your time is running.
<span style="color:cadetblue;">$playerName:</span> My strategy is to get some info before I go to talk to her.
//She looks at me with confusion.//
<span style="color:cadetblue;">$playerName:</span> For example, I am thinking about going over and making a joke about how young she looks.
<span style="color:cadetblue;">$playerName:</span> So what do you think might be her age?
<span style="color:#99eb29;">Aurora:</span> By just looking at her I would say 250, maybe?
<span style="color:cadetblue;">$playerName:</span> So she is younger than you?
<span style="color:#99eb29;">Aurora:</span> Oh. No. No.
<span style="color:#99eb29;">Aurora:</span> I just turned 180.
//Ok I can still do this.//
<span style="color:cadetblue;">$playerName:</span> And what about customs here?
<span style="color:cadetblue;">$playerName:</span> Is it normal to just approach a woman and ask her out on a date?
<img src="Images/Rework065fixupdate/Rework065Fixupdate56.jpg" height=500 />
<span style="color:#99eb29;">Aurora:</span> Yes of course.
<span style="color:cadetblue;">$playerName:</span> Oh. I'm sorry. I missed that.
//She opens her mouth.//
<span style="color:cadetblue;">$playerName:</span> (fast) Would you go on a date?
<span style="color:#99eb29;">Aurora:</span> Yes of c-
<span style="color:cadetblue;">$playerName:</span> Really?
<span style="color:cadetblue;">$playerName:</span> That's great.
<span style="color:cadetblue;">$playerName:</span> It's a date then!
<span id="crazy4">
<<link "//Did it work?//">>
<<replace "#crazy4">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#99eb29;">Aurora:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#99eb29;">Aurora:</span> ...
<span style="color:#99eb29;">Aurora:</span> Your time is up.
<span style="color:cadetblue;">$playerName:</span> But I did the task.
<img src="Images/Rework065fixupdate/Rework065Fixupdate57.jpg" height=500 />
<span style="color:#99eb29;">Aurora:</span> It doesn't count.
<span style="color:cadetblue;">$playerName:</span> Hey! What do you mean?
<span style="color:cadetblue;">$playerName:</span> I know your name. Your age.
<span style="color:cadetblue;">$playerName:</span> And you accepted to go on a date with me.
<span style="color:#99eb29;">Aurora:</span> ...
<span style="color:#b04f8f;">Unknown from the entrance door:</span> Aurora we are ready to go!
<span style="color:#99eb29;">Aurora:</span> (sighs).
<span style="color:#99eb29;">Aurora:</span> Fine.
//Aurora conjures a spell and I fall through a portal.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate50.jpg" height=500 />
<span style="color:#99eb29;">Aurora:</span> You win-
<span style="color:cadetblue;">$playerName:</span> AAAAAAAA
<span id="crazy5">
<<link "//The door opens!//">>
<<replace "#crazy5">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate59.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> What is with you?
<span style="color:cadetblue;">$playerName:</span> Huh?
<span style="color:cadetblue;">$playerName:</span> Wha-
<span style="color:darksalmon">Alariel:</span> I'm trying to sleep!
//She closes the door with a thud.//
//...//
//I did it!//
//...//
<<if $mascC is true>>
<<link "Continue">>
<<set $charismaLevel1check to true>>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<<elseif $femC is true>>
<<link "Continue">>
<<set $charismaLevel1check to true>>
<<set $mascLevel2scaredface2 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</if>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<img src="Images/Rework065fixupdate/Rework065Fixupdate63.jpg" height=500 />
//She pauses and keeps gazing at me up and down.//
//I guess she is giving me an opportunity to ask questions.//
<<if $ConfQ1 is false>>[[Nixis right?]] |<</if>><<if $ConfQ3 is false>> [[So is this your house?]] |<</if>><<if $ConfQ2 is false>>[[So I am here for another test right?]]<</if>>
<<if $ConfQ1 is true and $ConfQ2 is true and $ConfQ3 is true>>[[Ok. Test time.]] <</if>><<timed 100ms>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> Nixis, was it?
<span style="color:#eb145c;">Nyxis:</span> Mhm.
<span style="color:cadetblue;">$playerName:</span> You are...
<span style="color:#eb145c;">Nyxis:</span> The Angel of Confidence.
<span style="color:#eb145c;">Nyxis:</span> Queen of the Mirror Expanse.
<span style="color:#eb145c;">Nyxis:</span> Nixis, the fourth, the one and only.
<img src="Images/Rework065fixupdate/Rework065Fixupdate64.png" height=500 />
<span style="color:#eb145c;">Nyxis:</span> And what about you, $playerName?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> I'm just a commoner in my world.
<span style="color:#eb145c;">Nyxis:</span> Hmmm
<span style="color:#eb145c;">Nyxis:</span> Just a commoner?
<span style="color:#eb145c;">Nyxis:</span> No. You are plane walker $playerName.
<span style="color:#eb145c;">Nyxis:</span> Don't belittle yourself.
<<link "Continue">>
<<set $ConfQ1 to true>>
<<set $mascLevel2curiousface1 to false>>
<<set $mascLevel2defaultface1 to true>>
<<goto "PassConfidenceLVL1">>
<</link>><span style="color:cadetblue;">$playerName:</span> I guess I am here to take a test, right?
<span style="color:#eb145c;">Nyxis:</span> Indeed.
<span style="color:cadetblue;">$playerName:</span> Emm.. How do these tests work?
<span style="color:#eb145c;">Nyxis:</span> Hmm...
<span style="color:cadetblue;">$playerName:</span> Like, do all plane walkers take the same tests?
<span style="color:#eb145c;">Nyxis:</span> No.
<img src="Images/Rework065fixupdate/Rework065Fixupdate74.jpg" height=500 />
<span style="color:#eb145c;">Nyxis:</span> Each test is different.
<span style="color:#eb145c;">Nyxis:</span> It's the angel's job to create a test that will challenge the plane walker based on their aura.
<span style="color:cadetblue;">$playerName:</span> On aura?
<span style="color:#eb145c;">Nyxis:</span> It's quite a complex process.
<span style="color:#eb145c;">Nyxis:</span> The most straightforward way to explain it is as if you have a gut feeling about something.
<span style="color:#eb145c;">Nyxis:</span> And that gut feeling comes from plane walker's aura.
<span style="color:cadetblue;">$playerName:</span> I think I understand.
//She nods.//
<<link "Continue">>
<<set $ConfQ2 to true>>
<<goto "PassConfidenceLVL1">>
<</link>><<timed 100ms>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> Where am I?
<span style="color:#eb145c;">Nyxis:</span> The Mirror Expanse.
<span style="color:cadetblue;">$playerName:</span> The what now?
<img src="Images/Rework065fixupdate/Rework065Fixupdate65.jpg" height=500 />
<span style="color:#eb145c;">Nyxis:</span> (giggles) The Mirror Expanse.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Is this your house?
<span style="color:#eb145c;">Nyxis:</span> This dump?
<span style="color:#eb145c;">Nyxis:</span> Oh goddess, no.
<span id="doorOp">
<<link "//Another door leading into the room opens and-//">>
<<replace "#doorOp">>
<img src="Images/Rework065fixupdate/Rework065Fixupdate66.jpg" height=500 />
<span style="color:#5966ff;">Woman:</span> Your grace, we are...
<span style="color:#5966ff;">Woman:</span> Oh...
<span style="color:#cc66ff">Girl:</span> ...
//Two naked women stand before us.//
<span style="color:#eb145c;">Nyxis:</span> Get back into the bathroom with your daughter and wait.
<span style="color:#5966ff;">Woman:</span> Yes your grace.
<span style="color:#5966ff;">Woman:</span> Come dear. (grabs the girls hand and they head into the bathroom).
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#eb145c;">Nyxis:</span> You going to judge me that I am into women, $playerName?
<span style="color:cadetblue;">$playerName:</span> Oh... No.
<span style="color:cadetblue;">$playerName:</span> Of course not.
<span style="color:#eb145c;">Nyxis:</span> (giggles)
<span id="blush">
<<link "//She takes her hand and tilts my head up, looking straight into my soul.//">>
<<replace "#blush">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate73.jpg" height=500 />
<span style="color:#eb145c;">Nyxis:</span> (seductivly) You sure?
<span style="color:cadetblue;">$playerName:</span> (gulp).. Y-yes.
<span style="color:#eb145c;">Nyxis:</span> Hmmm
//She takes her hand away.//
<span style="color:#eb145c;">Nyxis:</span> So where were we...
<<link "Continue">>
<<set $ConfQ3 to true>>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<goto "PassConfidenceLVL1">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><span style="color:cadetblue;">$playerName:</span> Ok.
<span style="color:cadetblue;">$playerName:</span> I think I am ready for the test.
<span style="color:#eb145c;">Nyxis:</span>Ok. So let's see.
<span style="color:#eb145c;">Nyxis:</span> Hmm...
//She seems to be thinking.//
//What is she going to do?//
//What is she going to make me do?//
<img src="Images/Rework065fixupdate/Rework065Fixupdate75.jpg" height=500 />
<span style="color:#eb145c;">Nyxis:</span> The test is simple.
<span style="color:#eb145c;">Nyxis:</span> You have to keep your composure and not show any emotions for 5 minutes.
<span style="color:#eb145c;">Nyxis:</span> You need to be stoic and confident.
<span style="color:cadetblue;">$playerName:</span> O-Ok.
<span style="color:#eb145c;">Nyxis:</span> You ready?
<span style="color:cadetblue;">$playerName:</span> I-i-I think so yes.
<span style="color:#eb145c;">Nyxis:</span> $playerName? Are you ready?
//Why is she asking me that again?//
<img src="Images/Rework065fixupdate/Rework065Fixupdate76.jpg" height=500 />
//Oh. Right. Composure. Confidence.//
<span style="color:cadetblue;">$playerName:</span> (confidently) Yes, Nixis. I am ready.
<span style="color:#eb145c;">Nyxis:</span> And start!
//...//
//..//
<span id="clothes">
<<link "//About 30 seconds has passed-//">>
<<replace "#clothes">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#eb145c;">Nyxis:</span> $playerName?
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:#eb145c;">Nyxis:</span> Remove your clothes.
//What!!//
//Wait!//
//Composure.//
<span style="color:cadetblue;">$playerName:</span> Yes Nixis!
<span style="color:#eb145c;">Nyxis:</span> I'm a queen so you should address me as your grace.
<span style="color:cadetblue;">$playerName:</span> Of course. Your grace.
//She licks her lips.//
//I got this.//
//Keep a cool head.//
<span id="mis">
<<link "//I undress myself until I am entirely naked.//">>
<<replace "#mis">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2nakeddefaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate77.jpg" height=500 />
<span style="color:#eb145c;">Nyxis:</span> Hmmm...
<span style="color:#eb145c;">Nyxis:</span> Not bad.
//Stay calm.//
//Stay calm.//
<span style="color:#eb145c;">Nyxis:</span> (looks at the bathroom door) Come out, peasants.
<span id="comeOut">
<<link "//The woman and the girl come back out from the bathroom.//">>
<<replace "#comeOut">>
<<set $masclevel2nakeddefaultface1 to false>>\
<<set $masclevel2nakeddefaultface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate67.png" height=500 />
<span style="color:#eb145c;">Nyxis:</span> What do you think of him?
<span style="color:#5966ff;">Woman:</span> Very beautiful, your grace.
<span style="color:#cc66ff">Girl:</span> Yes, very beautiful, your grace.
<span style="color:#eb145c;">Nyxis:</span> He is, isn't he?
//What is going on!!!//
//Composure! Confidence! Composure! Confidence!//
<span style="color:#eb145c;">Nyxis:</span> Come here.
//The woman starts coming over.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate68.png" height=500 />
<span style="color:#eb145c;">Nyxis:</span> Not you.
//The woman stops and the girl starts walking towards us.//
<span style="color:cadetblue;">$playerName:</span> (gulp) ...
//Composure!//
//I can do this.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate69.jpg" height=500 />
<span style="color:#eb145c;">Nyxis:</span> What do you think of his cock?
<span style="color:#cc66ff">Girl:</span> (blushes) I.. I don't know what to say?
<span style="color:#eb145c;">Nyxis:</span> You don't?
<span style="color:#eb145c;">Nyxis:</span> Why don't you have a better look then?
<span id="kneelM">
<<link "//The naked girl kneels in front of me.//">>
<<replace "#kneelM">>
<<set $masclevel2nakeddefaultface2 to false>>\
<<set $masclevel2nakeddefaultface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $mascC is true>><img src="Images/Rework065fixupdate/Rework065Fixupdate70.jpg" height=500 /><<else>><img src="Images/Rework065fixupdate/Rework065Fixupdate71.png" height=500 /> <</if>>
//Her face inches away from my cock.//
//I can feel her warm breath on my cock.//
//With each passing second, her breathing gets heavier and faster.//
<span style="color:#eb145c;">Nyxis:</span> Well?
<span style="color:#cc66ff">Girl:</span> It's very lovely, your grace.
<span style="color:#eb145c;">Nyxis:</span> Lovely?
<span style="color:#cc66ff">Girl:</span> Yes. Your grace.
<img src="Images/Rework065fixupdate/Rework065Fixupdate78.jpg" height=500 />
<span style="color:#eb145c;">Nyxis:</span> Would you want to suck it?
<span style="color:#cc66ff">Girl:</span> (blushes)...
<span style="color:#eb145c;">Nyxis:</span> (giggles)
<span style="color:#eb145c;">Nyxis:</span> Go ahead an-
<span style="color:#eb145c;">Nyxis:</span> Oh?!
<span style="color:#eb145c;">Nyxis:</span> Looks like the time is up! (gives me a smirk)
<span id="pass">
<<link "//Wait what!//">>
<<replace "#pass">>
<<set $masclevel2nakeddefaultface3 to false>>\
<<set $masclevel2nakeddefaultface4 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#eb145c;">Nyxis:</span> You passed!
//You feel the portal opening underneath you.//
<span style="color:#eb145c;">Nyxis:</span> (address the woman in the room) This got me all fired up.
<span style="color:#eb145c;">Nyxis:</span> I want to have another go. We should have time before your husband get's .....
<span style="color:cadetblue;">$playerName:</span> AAAAAAAAAAAA
<span id="opensD">
<<link "//I open my eyes-//">>
<<replace "#opensD">>
<<set $masclevel2nakeddefaultface4 to false>>\
<<set $masclevel2nakeddefaultface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The door opens.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate72.jpg" height=500 />
<span style="color:darksalmon">Alariel:</span> What the heck is wrong with y-
<span style="color:darksalmon">Alariel:</span> AHHH!!
<span style="color:darksalmon">Alariel:</span> For Luna's sake put some clothes on!
//She closes the door with a bang.//
//...//
//..//
//.//
//Wow....//
//..//
<<if $mascC is true>>
<<link "Continue">>
<<set $confidenceLevel1check to true>>
<<set $masclevel2nakeddefaultface3 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<<elseif $femC is true>>
<<link "Continue">>
<<set $confidenceLevel1check to true>>
<<set $masclevel2nakeddefaultface3 to false>>\
<<set $mascLevel2scaredface2 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</if>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><img src="Images/Rework065fixupdate/Rework065Fixupdate82.jpg" height=500 />
//The princess just stares at me.//
//Giving me an opportunity to speak.//
<<if $TechLvl0Q1 is false>>[[Introduce myself]] |<</if>><<if $TechLvl0Q2 is false>> [[Princess?]] |<</if>><<if $TechLvl0Q3 is false>> [[Thanks... for.. stepping in.]]<</if>>
<<if $TechLvl0Q1 is true and $TechLvl0Q2 is true and $TechLvl0Q3 is true>>[[Time for test]] <</if>><<timed 100ms>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> My name is $playerName.
<span style="color:cadetblue;">$playerName:</span> I am a plane walker.
<img src="Images/Rework065fixupdate/Rework065Fixupdate83.jpg" height=500 />
<span style="color:#ffbd00;">Elyria:</span> Plane walker?
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> I didn't come here on my own volition.
<span style="color:cadetblue;">$playerName:</span> I just closed my eyes and went to sleep in my world and woke up here.
<span style="color:#ffbd00;">Elyria:</span> Hmmm
<span style="color:cadetblue;">$playerName:</span> I guess I'm here to take a test.
<span style="color:#ffbd00;">Elyria:</span> Hmmm
<span id="think">
<<link "//She takes a pause to think deeply.//">>
<<replace "#think">>
<img src="Images/Rework065fixupdate/Rework065Fixupdate84.jpg" height=500 />
<span style="color:#ffbd00;">Elyria:</span> You said you're from another world?
<span style="color:cadetblue;">$playerName:</span> Yes. I am.
<span style="color:#ffbd00;">Elyria:</span> Yet you don't seem like you are from another world.
<span style="color:cadetblue;">$playerName:</span> How do you mean?
<span style="color:#ffbd00;">Elyria:</span> You look pretty similar to how we look.
//She looks me up and down.//
<span style="color:#ffbd00;">Elyria:</span> It's just interesting...
<<link "Continue">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $TechLvl0Q1 to true>>
<<goto "TechniqueLVL0">>
<</link>>
<</replace>>
<</link>>
</span><<timed 100ms>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:cadetblue;">$playerName:</span> You're a princess?
<span style="color:#ffbd00;">Elyria:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> Where exactly am I?
<span style="color:#ffbd00;">Elyria:</span> The Precision Nexus.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> You are another one of Luna's angels?
<img src="Images/Rework065fixupdate/Rework065Fixupdate85.jpg" height=500 />
<span style="color:#ffbd00;">Elyria:</span> Yes, I carry that title.
<span style="color:cadetblue;">$playerName:</span> The angel of...?
<span style="color:#ffbd00;">Elyria:</span> Technique.
<span style="color:cadetblue;">$playerName:</span> Technique?
<span style="color:#ffbd00;">Elyria:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> That's a unique one.
<span style="color:#ffbd00;">Elyria:</span> I suppose it is.
<<link "Continue">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $TechLvl0Q2 to true>>
<<goto "TechniqueLVL0">>
<</link>><span style="color:cadetblue;">$playerName:</span> Thank you for stepping in.
<span style="color:cadetblue;">$playerName:</span> I really thought I was going to be dead there for a second.
<img src="Images/Rework065fixupdate/Rework065Fixupdate86.jpg" height=500 />
<span style="color:#ffbd00;">Elyria:</span> Yes, my mothers assassination has made everyone jumpy and paranoid.
<span style="color:#ffbd00;">Elyria:</span> Not just only here in my realm but in other realms as well.
<span id="what">
<<link "//Assassination?//">>
<<replace "#what">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Assassination?
<span style="color:#ffbd00;">Elyria:</span> Yes...
<span style="color:#ffbd00;">Elyria:</span> My mother. She got assassinated 2 weeks ago.
<span style="color:cadetblue;">$playerName:</span> Oh...
<span id="sorry">
<<link "//I'm so sorry.//">>
<<replace "#sorry">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate87.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> I'm sorry for your loss.
<span style="color:#ffbd00;">Elyria:</span> It's fine.
//She doesn't seem too shaken, or she is just very good at hiding it.//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $TechLvl0Q3 to true>>
<<goto "TechniqueLVL0">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><span style="color:cadetblue;">$playerName:</span> So about the test.
<span style="color:#ffbd00;">Elyria:</span> Hmmm
<span style="color:#ffbd00;">Elyria:</span> Right...
<span style="color:#ffbd00;">Elyria:</span> The test.
<span style="color:cadetblue;">$playerName:</span> Do you have one in mind?
<span id="think1">
<<link "//She takes a moment to think.//">>
<<replace "#think1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate88.jpg" height=500 />
<span style="color:#ffbd00;">Elyria:</span> I do...
<span style="color:#ffbd00;">Elyria:</span> But before that.
//She turns to address the remaining guards who have been watching our exchange from the shadows. //
<span style="color:#ffbd00;">Elyria:</span> Leave us!
//The guards hesitate for just a moment before filing out, their footsteps fading into silence.//
<span style="color:#ffbd00;">Elyria:</span> Follow me.
//She leads me through ornate corridors to what appears to be a private living chamber.//
<span style="color:cadetblue;">$playerName:</span> ...
<span id="think2">
<<link "//She gracefully settles onto a plush sofa, then fixes me with an unexpected request.//">>
<<replace "#think2">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate89.jpg" height=500 />
<span style="color:#ffbd00;">Elyria:</span> You need to give me a foot massage?
//What?//
//That's so strange.//
//A foot massage?//
<span style="color:cadetblue;">$playerName:</span> Wait, what?
<span style="color:#ffbd00;">Elyria:</span> Look, my mind has been filled with nothing but politics and court matters ever since my mother's passing.
<span style="color:#ffbd00;">Elyria:</span> It's giving me a headache.
<span style="color:#ffbd00;">Elyria:</span> A nice relaxing foot massage would really help.
<span style="color:cadetblue;">$playerName:</span> But why me?
<span style="color:#ffbd00;">Elyria:</span> I can't get anyone else to do it.
<span style="color:#ffbd00;">Elyria:</span> They might be a spy, or if not a spy, he would eventually become one.
<span style="color:#ffbd00;">Elyria:</span> Whenever I am alone with someone, I can't let my guard down, (she closes her eyes and sighs)
<span style="color:#ffbd00;">Elyria:</span> So I have to be on constant alert in hopes that I won't be attacked.
<span style="color:#ffbd00;">Elyria:</span> What I want is to just take my mind completely off things and relax.
<span style="color:#ffbd00;">Elyria:</span> So...
<span id="think3">
<<link "//She opens her striking golden eyes.//">>
<<replace "#think3">>
<img src="Images/Rework065fixupdate/Rework065Fixupdate90.jpg" height=500 />
<span style="color:#ffbd00;">Elyria:</span> Get to it.
<span style="color:cadetblue;">$playerName:</span> Very well.
//As I kneel down on my knees, I take her feet in my hands.//
<span id="massag">
<<link "//And begin massaging them.//">>
<<replace "#massag">>
<<if $onlyImages is true>><img src="Images/Rework065fixupdate/Rework065Fixupdate91.jpg" height=500 /><<else>> <img src="Images/Rework065fixupdate/Rework065Fixupdate92.webp" width=500 /><</if>>
//I have no idea what I am doing.//
//I just keep going.//
//Her toes wiggle as I rub her arches.//
//She sighs and moans and gasps, and her legs tremble slightly.//
//But she doesn't pull her feet away.//
//Instead, she relaxes further into the couch, letting me continue.//
//And for the next several minutes, we remain in silence.//
<span id="think4">
<<link "//Then finally, she speaks again.//">>
<<replace "#think4">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate93.jpg" height=500 />
<span style="color:#ffbd00;">Elyria:</span> Enough.
<span style="color:#ffbd00;">Elyria:</span> Your massage technique is very good.
<span style="color:#ffbd00;">Elyria:</span> I'm impressed.
<span style="color:#ffbd00;">Elyria:</span> You pass!
<span style="color:cadetblue;">$playerName:</span> Oh...
<span style="color:cadetblue;">$playerName:</span> Thanks...
<span style="color:cadetblue;">$playerName:</span> Thank you, princess.
<span style="color:#ffbd00;">Elyria:</span> Please call me Elyria.
<span style="color:cadetblue;">$playerName:</span> Ok...
<span style="color:#ffbd00;">Elyria:</span> Here.
<span style="color:#ffbd00;">Elyria:</span> I'll send you back home now.
<span style="color:cadetblue;">$playerName:</span> ...
//I feel the portal opening underneath me.//
<img src="Images/Rework065fixupdate/Rework065Fixupdate94.jpg" height=500 />
<span style="color:#ffbd00;">Elyria:</span> Till we meet again $playerName.
<span style="color:cadetblue;">$playerName:</span> Till we meet again Elyria.
<span style="color:#ffbd00;">Elyria:</span>(soft smile)
<span id="think5">
<<link "//And I fall through the portal.//">>
<<replace "#think5">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 2s>>
<span style="color:cadetblue;">$playerName:</span> AAAAAAAAA<</shake>>
<span id="think6">
<<link "//The door opens.//">>
<<replace "#think6">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065fixupdate/Rework065Fixupdate95.png" height=500 />
<span style="color:coral;">Inledya:</span> $playerName?
<span style="color:cadetblue;">$playerName:</span> I'm ok Inledya.
//She keeps rubbing her eyes.//
<span style="color:cadetblue;">$playerName:</span> You can go back to sleep.
<span style="color:cadetblue;">$playerName:</span> It's ok.
<span style="color:coral;">Inledya:</span> ...
<span style="color:coral;">Inledya:</span> Are you sure, sweetheart?
<span style="color:cadetblue;">$playerName:</span> Mhm.
<span style="color:coral;">Inledya:</span> Good night, $playerName.
//She closes the door and heads off.//
<<link "Continue">>
<<set $techniqueLevel1check to true>>
<<set $mascLevel2notsureface1 to false>>\
<<if $mascC is true>>
<<set $mascDefaultLevel2 to true>>\
<<elseif $femC is true>>
<<set $femDefaultLevel2 to true>>\
<</if>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $practiceCharismaToday to true>>\
<<if $mascC is true>>\
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
\
\
\
<<set $charisma ++>>\
<<set $confidence ++>>\
<<set $charismaLvl1training = [1,2,3]>>\
<<set $charismaTrainLvl1 = $charismaLvl1training.random()>>\
<<if $charismaTrainLvl1 is 1>>\
//I stand in front of the mirror and start talking and changing expressions.//
<span style="color:cadetblue;">$playerName:</span> Hello?
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> Oh? My name?
<span style="color:cadetblue;">$playerName:</span> It's $playerName.
<img src="Images/Rework065update/Rework065update229.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Nice to meet you.
<span style="color:cadetblue;">$playerName:</span> Yes.
<span style="color:cadetblue;">$playerName:</span> That's right.
<span style="color:cadetblue;">$playerName:</span> Thank you very much.
<span style="color:cadetblue;">$playerName:</span> No, I should be the one thanking you.
<span style="color:cadetblue;">$playerName:</span> Haha, yes.
<span style="color:cadetblue;">$playerName:</span> Of course.
<span style="color:cadetblue;">$playerName:</span> Goodbye.
//Not sure if it helped at all but we'll see.//
<<elseif $charismaTrainLvl1 is 2>>\
//I stand in front of the mirror and try talking a lot.//
<span style="color:cadetblue;">$playerName:</span> Hi?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:cadetblue;">$playerName:</span> What?
<img src="Images/Rework065update/Rework065update230.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Oh, ok.
<span style="color:cadetblue;">$playerName:</span> Hahaha.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> Of course.
<span style="color:cadetblue;">$playerName:</span> No, it's fine.
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:cadetblue;">$playerName:</span> I would love to do the homework
<span style="color:cadetblue;">$playerName:</span> Hahaha.
<span style="color:cadetblue;">$playerName:</span> Bye.
//It feelt strange but Inlydia did say that it helps.//
<<elseif $charismaTrainLvl1 is 3>>\
//I stand in front of the mirror and try talking and making different gestures.//
<span style="color:cadetblue;">$playerName:</span> Hi!
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:cadetblue;">$playerName:</span> What's up?
<span style="color:cadetblue;">$playerName:</span> No, I can't.
<span style="color:cadetblue;">$playerName:</span> No.
<img src="Images/Rework065update/Rework065update231.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Oh?
<span style="color:cadetblue;">$playerName:</span> Hahaha.
<span style="color:cadetblue;">$playerName:</span> That's awesome!
<span style="color:cadetblue;">$playerName:</span> Of course.
<span style="color:cadetblue;">$playerName:</span> I like that too.
<span style="color:cadetblue;">$playerName:</span> We should hang out sometime.
<span style="color:cadetblue;">$playerName:</span> Bye.
//I can't help but wonder if this is really helping me.//
<</if>>
<<link "Continue">>
<<if $mascC is true>>
<<set $mascDefaultLevel2 to true>>
<<set $mascLevel1softsmileface1 to false>>
<<elseif $femC is true>>
<<set $femDefaultLevel2 to true>>
<<set $mascLevel1softsmileface1 to false>>
<</if>>
<<goto "My Bedroom">>
<</link>>
<<timed 100ms>>\
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $readPornComicToday to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I take out the magazine, open it and-//
//As you ride through the forest you hear-//
<span style="color:#ff3333;">Woman:</span> (screaming) HELP!!!
<span style="color:#ff3333;">Woman:</span> Help me!!!
<span id="choice">
<<link "//Go and have a look on horseback//">>
<<replace "#choice">>
//I'll go and have a look on the horse.//
//As you get closer you see a girl in a ripped red dress on the ground.//
<img src="Images/Rework065update/Rework065update382.jpg" height=500 />
//Next to her stands a knight.//
<span style="color:#00ccff;">Knight:</span> I will kill you, you whore!
<span style="color:cadetblue;">Main Character:</span> Stop this at once!
<span style="color:#00ccff;">Knight:</span> Huh?
//The knight looks over.//
<img src="Images/Rework065update/Rework065update383.png" height=500 />
<span style="color:#00ccff;">Knight:</span> Another elf!
<span style="color:#00ccff;">Knight:</span> I'll fucking skin you alive.
<span id= "choice2">
<<link "//Charge forth on your horse//">>
<<replace "#choice2">>
<span style="color:cadetblue;">Main Character:</span> (Charging) AHHHHHHH
<span style="color:#00ccff;">Knight:</span> Fight fairly you-
//Too late.//
<img src="Images/Rework065update/Rework065update384.png" height=500 />
//You trampled the knight.//
//He's dead.//
//You hop down from your horse.//
<span style="color:cadetblue;">Main Character:</span> Are you alright?
//The girl stands up.//
<span style="color:#ff3333;">Woman:</span> Yes.
<img src="Images/Rework065update/Rework065update385.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Thanks for saving me noble knight.
<span style="color:#ff3333;">Woman:</span> How could I ever repay you?
<span style="color:#ff3333;">Woman:</span> (Smile)
<span style="color:cadetblue;">Main Character:</span> No need.
<span style="color:cadetblue;">Main Character:</span> Making sure you are safe is enough for me.
//She grabs the main characters hand.//
//And kisses him on the mouth.//
<img src="Images/Rework065update/Rework065update386.jpg" height=500 />
//**The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...**//
<span style="color:#ff3333;">Woman:</span> I insist.
<span style="color:cadetblue;">Main Character:</span> (blushing)
<span style="color:cadetblue;">Main Character:</span> Insist?
//She drops her red dress onto the floor.//
<img src="Images/Rework065update/Rework065update387.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> I want you inside me noble knight.
<span style="color:cadetblue;">Main Character:</span> (Blushing)
<span style="color:#ff3333;">Woman:</span> Here let me get these off.
//She helps to take off the armor and-//
//Once the heavy armor is off she pulls your pants down.//
//Her eyes go big.//
//She stares at your cock.//
<span style="color:#ff3333;">Woman:</span> (drool)
<span style="color:#ff3333;">Woman:</span> You're...
<span style="color:cadetblue;">Main Character:</span> Is something wrong?
<img src="Images/Rework065update/Rework065update390.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> You're so big
<span id="choice3">
<<link "//Comfort her and guide her head//">>
<<replace "#choice3">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Main Character:</span> Don't worry.
<span style="color:cadetblue;">Main Character:</span> I'll go slow.
//You slowly move her head towards the tip.//
<span style="color:cadetblue;">Main Character:</span> Here, open your mouth.
<img src="Images/Rework065update/Rework065update391.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Mmmh...
<span style="color:#ff3333;">Woman:</span> A-ahhhh...
<span style="color:cadetblue;">Main Character:</span> There we go.
//She slowly starts moving her head back and forth.//
//Fuck this is so hot!//
//She is constantly keeping eye contact as she is slowly moving her mouth up and down.//
<img src="Images/Rework065update/Rework065update392.jpg" height=500 />
//Her mouth feels so good.//
<span style="color:cadetblue;">Main Character:</span> That's it.
<span style="color:cadetblue;">Main Character:</span> Fuck, just like that.
<span style="color:cadetblue;">Main Character:</span> Good girl.
//She picks up the pace.//
//Her hands are caressing your balls and shaft.//
<span style="color:cadetblue;">Main Character:</span> Ahhhh...
<img src="Images/Rework065update/Rework065update393.jpg" height=500 />
//This magazine is so hot. AHHHHH!!!!!//
[[Continue|mascRomanceMag3-var1]]
<</replace>>
<</link>> | \
<<link "//Pleasure her with your mouth.//">>
<<replace "#choice3">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Main Character:</span> You are so beautiful.
<span style="color:cadetblue;">Main Character:</span> Why don't you lie down on your back and let me take care of you.
<span style="color:#ff3333;">Woman:</span> W-what?
//She does as you tell her to.//
//You lift up her legs and spread them apart.//
<img src="Images/Rework065update/Rework065update399.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> Mhhhh
//You lick her pussy.//
<span style="color:#ff3333;">Woman:</span> (Moan)
//Her legs wrap around you.//
<span style="color:#ff3333;">Woman:</span> AHhhh
//This feels so good.//
<img src="Images/Rework065update/Rework065update400.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ohhhh!!!
//She is holding onto her breasts and moaning.//
<span style="color:#ff3333;">Woman:</span> You are amazing!
//She is squirming and twitching as you continue licking her pussy.//
<span style="color:cadetblue;">Main Character:</span> (smile)
<span style="color:#ff3333;">Woman:</span> You are...
<span style="color:#ff3333;">Woman:</span> AGGGHHHHH!!!
//She cums making the cutest expression that you have ever seen.//
<img src="Images/Rework065update/Rework065update401.jpg" height=500 />
//I can't...//
//Mhhhh...//
//This magazine is so hot. AHHHHH!!!!!//
[[Continue|mascRomanceMag3-var1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Draw your sword and dismount//">>
<<replace "#choice2">>
<span style="color:#00ccff;">Knight:</span> You'll die you fucking whore.
//You jump down from the horse.//
<span style="color:#00ccff;">Knight:</span> Let's see what you are made of.
<img src="Images/Rework065update/Rework065update402.png" height=500 />
<span style="color:cadetblue;">Main Character:</span> Fine by me.
<span style="color:cadetblue;">Main Character:</span> I'll cut you down.
//The knight charges at you.//
//You block his initial strike and immediately counter him with your own.//
//Instantly cutting his throat open from side to side.//
<img src="Images/Rework065update/Rework065update403.png" height=500 />
//Blood splashes everywhere.//
<span style="color:#00ccff;">Knight:</span> Fuck....
//He tries to keep himself from falling.//
<span style="color:#00ccff;">Knight:</span> Fuck...
//He falls and hits the ground.//
//Dead.//
<span style="color:cadetblue;">Main Character:</span> Are you alright?
<span style="color:#ff3333;">Woman:</span> Yes.
<span style="color:#ff3333;">Woman:</span> Thanks for saving me, you brave and noble knight.
<span style="color:#ff3333;">Woman:</span> How could I ever repay you?
<img src="Images/Rework065update/Rework065update385.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (Smile)
<span style="color:cadetblue;">Main Character:</span> No need.
<span style="color:cadetblue;">Main Character:</span> Making sure you are safe is enough for me.
//She grabs the main characters hand.//
//And kisses him on the mouth.//
<img src="Images/Rework065update/Rework065update386.jpg" height=500 />
//**The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...**//
<span style="color:#ff3333;">Woman:</span> I insist.
<span style="color:cadetblue;">Main Character:</span> (blushing)
<span style="color:cadetblue;">Main Character:</span> Insist?
//She drops her red dress onto the floor.//
<img src="Images/Rework065update/Rework065update388.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> I want you inside me noble knight.
<span style="color:cadetblue;">Main Character:</span> (Blushing)
<span style="color:#ff3333;">Woman:</span> Here let me get these off.
//She helps to take off the armor and-//
//Once the heavy armor is off she pulls your pants down.//
//Her eyes go big.//
//She stares at your cock.//
<img src="Images/Rework065update/Rework065update390.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (drool)
<span style="color:#ff3333;">Woman:</span> You're...
<span style="color:cadetblue;">Main Character:</span> Is something wrong?
<span style="color:#ff3333;">Woman:</span> You're so big!
<span id="choice3">
<<link "//Comfort her and guide her head//">>
<<replace "#choice3">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Main Character:</span> Don't worry.
<span style="color:cadetblue;">Main Character:</span> I'll go slow.
//You slowly move her head towards the tip.//
<span style="color:cadetblue;">Main Character:</span> Here, open your mouth.
<img src="Images/Rework065update/Rework065update394.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Mmmh...
<span style="color:#ff3333;">Woman:</span> A-ahhhh...
<span style="color:cadetblue;">Main Character:</span> There we go.
//She slowly starts moving her head back and forth.//
//Fuck this is so hot!//
<img src="Images/Rework065update/Rework065update395.jpg" height=500 />
//She is constantly keeping eye contact as she is slowly moving her mouth up and down.//
//Her mouth feels so good.//
<span style="color:cadetblue;">Main Character:</span> That's it.
<span style="color:cadetblue;">Main Character:</span> Fuck, just like that.
<span style="color:cadetblue;">Main Character:</span> Good girl.
//She picks up the pace.//
//Her hands are caressing your balls and shaft.//
<span style="color:cadetblue;">Main Character:</span> Ahhhh...
<img src="Images/Rework065update/Rework065update396.jpg" height=500 />
//This magazine is so hot. AHHHHH!!!!!//
[[Continue|mascRomanceMag3-var1]]
<</replace>>
<</link>> | \
<<link "//Pleasure her with your mouth.//">>
<<replace "#choice3">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Main Character:</span> You are so beautiful.
<span style="color:cadetblue;">Main Character:</span> Why don't you lie down on your back and let me take care of you.
<span style="color:#ff3333;">Woman:</span> W-what?
//She does as you tell her to.//
//You lift up her legs and spread them apart.//
<img src="Images/Rework065update/Rework065update404.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> Mhhhh
//You lick her pussy.//
<span style="color:#ff3333;">Woman:</span> (Moan)
//Her legs wrap around you.//
<span style="color:#ff3333;">Woman:</span> AHhhh
//This feels so good.//
<img src="Images/Rework065update/Rework065update405.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ohhhh!!!
//She is holding onto her breasts and moaning.//
<span style="color:#ff3333;">Woman:</span> You are amazing!
//She is squirming and twitching as you continue licking her pussy.//
<span style="color:cadetblue;">Main Character:</span> (smile)
<span style="color:#ff3333;">Woman:</span> You are...
<span style="color:#ff3333;">Woman:</span> AGGGHHHHH!!!
//She cums making the cutest expression that you have ever seen.//
<img src="Images/Rework065update/Rework065update406.jpg" height=500 />
//I can't...//
//Mhhhh...//
//This magazine is so hot. AHHHHH!!!!!//
[[Continue|mascRomanceMag3-var1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Go and have a look on foot//">>
<<replace"#choice">>
//You dismount on proceed to go towards the screams on foot.//
<img src="Images/Rework065update/Rework065update380.png" height=500 />
//Oh. Does the magazine hear my thoughts?! That's so cool.//
//As you get closer you see a girl in a red dress.//
//Next to her stands a knight.//
<img src="Images/Rework065update/Rework065update397.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> I will kill you, you whore!
<span style="color:cadetblue;">Main Character:</span> Stop this at once!
<span style="color:#00ccff;">Knight:</span> Huh?
//The knight looks over.//
<span style="color:#00ccff;">Knight:</span> Another elf!
<img src="Images/Rework065update/Rework065update383.png" height=500 />
<span style="color:#00ccff;">Knight:</span> I'll fucking skin you alive.
<span id="tt">
<<link "//Fight the Knight//">>
<<replace "#tt">>
//The knight charges at you.//
//You block his initial strike and immediately counter him with your own.//
//Instantly cutting his throat open from side to side.//
<img src="Images/Rework065update/Rework065update403.png" height=500 />
//Blood splashes everywhere.//
<span style="color:#00ccff;">Knight:</span> Fuck....
//He tries to keep himself from falling.//
<span style="color:#00ccff;">Knight:</span> Fuck...
//He falls and hits the ground.//
//Dead.//
<span style="color:cadetblue;">Main Character:</span> Are you alright?
<span style="color:#ff3333;">Woman:</span> Yes.
<span style="color:#ff3333;">Woman:</span> Thanks for saving me, you brave and noble knight.
<span style="color:#ff3333;">Woman:</span> How could I ever repay you?
<img src="Images/Rework065update/Rework065update385.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (Smile)
<span style="color:cadetblue;">Main Character:</span> No need.
<span style="color:cadetblue;">Main Character:</span> Making sure you are safe is enough for me.
//She grabs the main characters hand.//
//And kisses him on the mouth.//
<img src="Images/Rework065update/Rework065update386.jpg" height=500 />
//**The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...**//
<span style="color:#ff3333;">Woman:</span> I insist.
<span style="color:cadetblue;">Main Character:</span> (blushing)
<span style="color:cadetblue;">Main Character:</span> Insist?
//She drops her red dress onto the floor.//
<img src="Images/Rework065update/Rework065update388.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> I want you inside me noble knight.
<span style="color:cadetblue;">Main Character:</span> (Blushing)
<span style="color:#ff3333;">Woman:</span> Here let me get these off.
//She helps to take off the armor and-//
//Once the heavy armor is off she pulls your pants down.//
//Her eyes go big.//
//She stares at your cock.//
<img src="Images/Rework065update/Rework065update390.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (drool)
<span style="color:#ff3333;">Woman:</span> You're...
<span style="color:cadetblue;">Main Character:</span> Is something wrong?
<span style="color:#ff3333;">Woman:</span> You're so big!
<span id="choice3">
<<link "//Comfort her and guide her head//">>
<<replace "#choice3">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Main Character:</span> Don't worry.
<span style="color:cadetblue;">Main Character:</span> I'll go slow.
//You slowly move her head towards the tip.//
<span style="color:cadetblue;">Main Character:</span> Here, open your mouth.
<img src="Images/Rework065update/Rework065update398.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Mmmh...
<span style="color:#ff3333;">Woman:</span> A-ahhhh...
<span style="color:cadetblue;">Main Character:</span> There we go.
//She slowly starts moving her head back and forth.//
//Fuck this is so hot!//
//She is constantly keeping eye contact as she is slowly moving her mouth up and down.//
<img src="Images/Rework065update/Rework065update393.jpg" height=500 />
//Her mouth feels so good.//
<span style="color:cadetblue;">Main Character:</span> That's it.
<span style="color:cadetblue;">Main Character:</span> Fuck, just like that.
<span style="color:cadetblue;">Main Character:</span> Good girl.
//She picks up the pace.//
//Her hands are caressing your balls and shaft.//
<span style="color:cadetblue;">Main Character:</span> Ahhhh...
<img src="Images/Rework065update/Rework065update394.jpg" height=500 />
//This magazine is so hot. AHHHHH!!!!!//
[[Continue|mascRomanceMag3-var1]]
<</replace>>
<</link>> | \
<<link "//Pleasure her with your mouth.//">>
<<replace "#choice3">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Main Character:</span> You are so beautiful.
<span style="color:cadetblue;">Main Character:</span> Why don't you lie down on your back and let me take care of you.
<span style="color:#ff3333;">Woman:</span> W-what?
//She does as you tell her to.//
//You lift up her legs and spread them apart.//
<img src="Images/Rework065update/Rework065update399.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> Mhhhh
//You lick her pussy.//
<span style="color:#ff3333;">Woman:</span> (Moan)
//Her legs wrap around you.//
<span style="color:#ff3333;">Woman:</span> AHhhh
//This feels so good.//
<span style="color:#ff3333;">Woman:</span> Ohhhh!!!
//She is holding onto her breasts and moaning.//
<span style="color:#ff3333;">Woman:</span> You are amazing!
//She is squirming and twitching as you continue licking her pussy.//
<img src="Images/Rework065update/Rework065update405.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> (smile)
<span style="color:#ff3333;">Woman:</span> You are...
<span style="color:#ff3333;">Woman:</span> AGGGHHHHH!!!
//She cums making the cutest expression that you have ever seen.//
//I can't...//
//Mhhhh...//
<img src="Images/Rework065update/Rework065update406.jpg" height=500 />
//This magazine is so hot. AHHHHH!!!!!//
[[Continue|mascRomanceMag3-var1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<timed 100ms>>\
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $readPornComicToday to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I take out the magazine, open it and-//
//As you ride through the forest you hear-//
<img src="Images/Rework065update/Rework065update377.png" height=500 />
//As you ride through the forest you hear-//
<span style="color:#ff3333;">Woman:</span> (screaming) HELP!!!
<span style="color:#ff3333;">Woman:</span> Help me!!!
<span id= "1">
<<link "//Go and have a look on horseback//">>
<<replace "#1">>
//I'll go and have a look on the horse.//
//As you get closer you see a girl in a ripped red dress on the ground.//
<img src="Images/Rework065update/Rework065update421.jpg" height=500 />
//Next to her stands a knight.//
<span style="color:#00ccff;">Knight:</span> I will kill you, you whore!
<span style="color:cadetblue;">Main Character:</span> There you are!
<span style="color:#00ccff;">Knight:</span> Huh?
//The knight looks over.//
<img src="Images/Rework065update/Rework065update383.png" height=500 />
<span style="color:#00ccff;">Knight:</span> Another elf!
<span style="color:#00ccff;">Knight:</span> I'll fucking skin you alive.
<span id="2">
<<link "//Charge forth on your horse//">>
<<replace "#2">>
<span style="color:cadetblue;">Main Character:</span> (Charging) AHHHHHHH
<span style="color:#00ccff;">Knight:</span> Fight fairly you-
//Too late.//
//You trampled the knight.//
<img src="Images/Rework065update/Rework065update384.png" height=500 />
//He's dead.//
//You hop down from your horse.//
<span style="color:cadetblue;">Main Character:</span> ...
//The girl stands up.//
<img src="Images/Rework065update/Rework065update423.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Thanks for saving me noble knight.
<span style="color:#ff3333;">Woman:</span> How could I ever repay you?
<span style="color:#ff3333;">Woman:</span> (Smile)
//Without a word the main character rips the clothes off of the woman's body.//
<img src="Images/Rework065update/Rework065update425.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh?
<span style="color:#ff3333;">Woman:</span> (blushes)
//The main Character drops his armor, and as soon as it drops to the ground, the woman lashes forward and kisses the main character.//
//The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...//
<img src="Images/Rework065update/Rework065update427.jpg" height=500 />
//The woman breaks the kiss and gets down on her knees.//
<span id="sex">
<<link "//Let her suck it//">>
<<replace "#sex">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She takes the tip in her mouth and begins sucking it.//
<img src="Images/Rework065update/Rework065update428.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (slurp) (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> (moans) (slurp) (slurp) (slurp)
//Her lips run over the head of the penis.//
<span style="color:#ff3333;">Woman:</span> (moan) (slurp) (moans)
<img src="Images/Rework065update/Rework065update429.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> (growls)
//The woman stops sucking and licks the underside of the penis, running her tongue from the base to the head, and then takes the tip back in her mouth.//
//She takes the entire shaft in her mouth, giving her best to swallow it all the way to the base.//
<span style="color:#ff3333;">Woman:</span> (Slurp) (slurps)
<span style="color:#ff3333;">Woman:</span> (suck) (slurp)
<span style="color:#ff3333;">Woman:</span> MMMM.
<img src="Images/Rework065update/Rework065update430.jpg" height=500 />
//Fuck this magazine is the best!!!!//
[[Continue|mascDominationMag3-var1]]
<</replace>>
<</link>> | \
<<link "//Fuck her face.//">>
<<replace "#sex">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The main character grabs her by her hair, forcing her down on his penis.//
<span style="color:#ff3333;">Woman:</span> (cough) (cough)
//The woman has tears in her eyes.//
<img src="Images/Rework065update/Rework065update433.jpg" height=500 />
//She struggles but the main character continues to fuck her face.//
<span style="color:#ff3333;">Woman:</span> (gurgle) (cough)
<span style="color:cadetblue;">Main Character:</span> (grunt) (growls)
<span style="color:#ff3333;">Woman:</span> Mhhh.. Gkhh.. Gkhhh...
<img src="Images/Rework065update/Rework065update432.jpg" height=500 />
//The woman can't take the thrusts and coughs, but the main character doesn't let her go, continuing the rough and merciless face fucking.//
//She coughs again and the main character takes his penis out.//
<span style="color:#ff3333;">Woman:</span> Cough (cough) Cough Cough Cough
//Without a word the girl takes it back into her mouth.//
<span style="color:#ff3333;">Woman:</span> Cough
<span style="color:cadetblue;">Main Character:</span> (grunts)
<span style="color:cadetblue;">Main Character:</span> Fuck yes...
<img src="Images/Rework065update/Rework065update431.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> Swallow it all...
//Fuck this magazine is the best!!!!//
[[Continue|mascDominationMag3-var1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Draw your sword and dismount//">>
<<replace "#2">>
//The knight charges at you.//
//You block his initial strike and immediately counter him with your own.//
//Instantly cutting his throat open from side to side.//
<img src="Images/Rework065update/Rework065update403.png" height=500 />
//Blood splashes everywhere.//
<span style="color:#00ccff;">Knight:</span> Fuck....
//He tries to keep himself from falling.//
<span style="color:#00ccff;">Knight:</span> Fuck...
//He falls and hits the ground.//
//Dead.//
<span style="color:cadetblue;">Main Character:</span> ...
//The girl stands up.//
<img src="Images/Rework065update/Rework065update424.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Thanks for saving me noble knight.
<span style="color:#ff3333;">Woman:</span> How could I ever repay you?
<span style="color:#ff3333;">Woman:</span> (Smile)
//Without a word the main character rips the clothes off of the woman's body.//
<img src="Images/Rework065update/Rework065update425.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh?
<span style="color:#ff3333;">Woman:</span> (blushes)
//The main Character drops his armor, and as soon as it drops to the ground, the
woman lashes forward and kisses the main character.//
//The magic surges through my mind, their kiss becoming fragments of my own
memory... as if the book is weaving their story into my very thoughts... like it's really me in there...//
<img src="Images/Rework065update/Rework065update427.jpg" height=500 />
//The woman breaks the kiss and gets down on her knees.//
<span id="sex">
<<link "//Let her suck it//">>
<<replace "#sex">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She takes the tip in her mouth and begins sucking it.//
<img src="Images/Rework065update/Rework065update428.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (slurp) (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> (moans) (slurp) (slurp) (slurp)
//Her lips run over the head of the penis.//
<span style="color:#ff3333;">Woman:</span> (moan) (slurp) (moans)
<img src="Images/Rework065update/Rework065update429.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> (growls)
//The woman stops sucking and licks the underside of the penis, running her tongue from the base to the head, and then takes the tip back in her mouth.//
//She takes the entire shaft in her mouth, giving her best to swallow it all the way to the base.//
<span style="color:#ff3333;">Woman:</span> (Slurp) (slurps)
<span style="color:#ff3333;">Woman:</span> (suck) (slurp)
<span style="color:#ff3333;">Woman:</span> MMMM.
<img src="Images/Rework065update/Rework065update430.jpg" height=500 />
//Fuck this magazine is the best!!!!//
[[Continue|mascDominationMag3-var1]]
<</replace>>
<</link>> | \
<<link "//Fuck her face.//">>
<<replace "#sex">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The main character grabs her by her hair, forcing her down on his penis.//
<span style="color:#ff3333;">Woman:</span> (cough) (cough)
//The woman has tears in her eyes.//
<img src="Images/Rework065update/Rework065update433.jpg" height=500 />
//She struggles but the main character continues to fuck her face.//
<span style="color:#ff3333;">Woman:</span> (gurgle) (cough)
<span style="color:cadetblue;">Main Character:</span> (grunt) (growls)
<span style="color:#ff3333;">Woman:</span> Mhhh.. Gkhh.. Gkhhh...
<img src="Images/Rework065update/Rework065update432.jpg" height=500 />
//The woman can't take the thrusts and coughs, but the main character doesn't let her go, continuing the rough and merciless face fucking.//
//She coughs again and the main character takes his penis out.//
<span style="color:#ff3333;">Woman:</span> Cough (cough) Cough Cough Cough
//Without a word the girl takes it back into her mouth.//
<span style="color:#ff3333;">Woman:</span> Cough
<span style="color:cadetblue;">Main Character:</span> (grunts)
<span style="color:cadetblue;">Main Character:</span> Fuck yes...
<img src="Images/Rework065update/Rework065update431.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> Swallow it all...
//Fuck this magazine is the best!!!!//
[[Continue|mascDominationMag3-var1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Go and have a look on foot.//">>
<<replace "#1">>
//You dismount on proceed to go towards the screams on foot.//
<img src="Images/Rework065update/Rework065update381.png" height=500 />
//Oh. Does the magazine hear my thoughts?! That's so cool.//
//As you get closer you see a girl in a red dress.//
//Next to her stands a knight.//
<img src="Images/Rework065update/Rework065update422.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> I will kill you, you whore!
<span style="color:cadetblue;">Main Character:</span> You!
<span style="color:#00ccff;">Knight:</span> Huh?
//The knight looks over.//
<span style="color:#00ccff;">Knight:</span> Another elf!
<img src="Images/Rework065update/Rework065update383.png" height=500 />
<span style="color:#00ccff;">Knight:</span> I'll fucking skin you alive.
<span id="brave">
<<link "//Fight the knight.//">>
<<replace "#brave">>
//The knight charges at you.//
//You block his initial strike and immediately counter him with your own.//
//Instantly cutting his throat open from side to side.//
<img src="Images/Rework065update/Rework065update403.png" height=500 />
//Blood splashes everywhere.//
<span style="color:#00ccff;">Knight:</span> Fuck....
//He tries to keep himself from falling.//
<span style="color:#00ccff;">Knight:</span> Fuck...
//He falls and hits the ground.//
//Dead.//
<span style="color:cadetblue;">Main Character:</span> ...
//The girl stands up.//
<img src="Images/Rework065update/Rework065update423.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Thanks for saving me noble knight.
<span style="color:#ff3333;">Woman:</span> How could I ever repay you?
<span style="color:#ff3333;">Woman:</span> (Smile)
//Without a word the main character rips the clothes off of the woman's body.//
<img src="Images/Rework065update/Rework065update426.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh?
<span style="color:#ff3333;">Woman:</span> (blushes)
//The main Character drops his armor, and as soon as it drops to the ground, the woman lashes forward and kisses the main character.//
//The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...//
<img src="Images/Rework065update/Rework065update427.jpg" height=500 />
//The woman breaks the kiss and gets down on her knees.//
<span id="sex">
<<link "//Let her suck it//">>
<<replace "#sex">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She takes the tip in her mouth and begins sucking it.//
<img src="Images/Rework065update/Rework065update428.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (slurp) (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> (moans) (slurp) (slurp) (slurp)
//Her lips run over the head of the penis.//
<span style="color:#ff3333;">Woman:</span> (moan) (slurp) (moans)
<img src="Images/Rework065update/Rework065update429.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> (growls)
//The woman stops sucking and licks the underside of the penis, running her tongue from the base to the head, and then takes the tip back in her mouth.//
//She takes the entire shaft in her mouth, giving her best to swallow it all the way to the base.//
<span style="color:#ff3333;">Woman:</span> (Slurp) (slurps)
<span style="color:#ff3333;">Woman:</span> (suck) (slurp)
<span style="color:#ff3333;">Woman:</span> MMMM.
<img src="Images/Rework065update/Rework065update430.jpg" height=500 />
//Fuck this magazine is the best!!!!//
[[Continue|mascDominationMag3-var1]]
<</replace>>
<</link>> | \
<<link "//Fuck her face.//">>
<<replace "#sex">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The main character grabs her by her hair, forcing her down on his penis.//
<span style="color:#ff3333;">Woman:</span> (cough) (cough)
//The woman has tears in her eyes.//
<img src="Images/Rework065update/Rework065update433.jpg" height=500 />
//She struggles but the main character continues to fuck her face.//
<span style="color:#ff3333;">Woman:</span> (gurgle) (cough)
<span style="color:cadetblue;">Main Character:</span> (grunt) (growls)
<span style="color:#ff3333;">Woman:</span> Mhhh.. Gkhh.. Gkhhh...
<img src="Images/Rework065update/Rework065update432.jpg" height=500 />
//The woman can't take the thrusts and coughs, but the main character doesn't let her go, continuing the rough and merciless face fucking.//
//She coughs again and the main character takes his penis out.//
<span style="color:#ff3333;">Woman:</span> Cough (cough) Cough Cough Cough
//Without a word the girl takes it back into her mouth.//
<span style="color:#ff3333;">Woman:</span> Cough
<span style="color:cadetblue;">Main Character:</span> (grunts)
<span style="color:cadetblue;">Main Character:</span> Fuck yes...
<img src="Images/Rework065update/Rework065update431.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> Swallow it all...
//Fuck this magazine is the best!!!!//
[[Continue|mascDominationMag3-var1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<timed 100ms>>\
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $readPornComicToday to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<img src="Images/Rework065update/Rework065update378.png" height=500 />
//As you ride through the forest you hear-//
<span style="color:#ff3333;">Woman:</span> (lauging)
<span style="color:#ff3333;">Woman:</span> Hahaha...
<span style="color:#ff3333;">Woman:</span> I know husband.
<span id="1">
<<link "//Go and have a look on horseback//">>
<<replace "#1">>
//The Main character goes forth towards the noises on horseback.//
<img src="Images/Rework065update/Rework065update379.png" height=500 />
//As you get closer you see the couple.//
//The knight and a woman both see you and react in fear.//
<span style="color:#00ccff;">Knight:</span> You!
<img src="Images/Rework065update/Rework065update443.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> No!
<span style="color:#00ccff;">Knight:</span> I was just following orders!
//The knight takes out his sword.//
<span id="choice">
<<link "//Charge forth on horseback//">>
<<replace "#choice">>
<span style="color:cadetblue;">Main Character:</span> (Charging) AHHHHHHH
<span style="color:#00ccff;">Knight:</span> Fight fairly you-
//Too late.//
<img src="Images/Rework065update/Rework065update384.png" height=500 />
//You trample the knight.//
//He's screaming in agony.//
//You hop down from your horse.//
//As I start to give the finishing blow the woman pleads for mercy.//
<img src="Images/Rework065update/Rework065update445.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please!!
<span style="color:#ff3333;">Woman:</span> Spear my husband!
<span style="color:#ff3333;">Woman:</span> I'll do anything!!
<span style="color:#ff3333;">Woman:</span> Please!!
//The woman undresses herself.//
<img src="Images/Rework065update/Rework065update446.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please...
//The woman leans forward and kisses the main character's lips.//
//The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...//
<span id="choice2">
<<link "//Let her give you a blowjob//">>
<<replace "#choice2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I nod at the woman.//
//The woman gets down on her knees and begins sucking my dick.//
<img src="Images/Rework065update/Rework065update449.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (sulrp) (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> Oh my! (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> It's so big and (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> and delicious! (slurp)
//The husband unable to move has no choice but to watch as his wife sucks a your dick.//
<img src="Images/Rework065update/Rework065update450.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh... (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> (addresses his husband) Don't look at me like that.
<span style="color:#ff3333;">Woman:</span> (slurp) (slurp) I'm doing this to (slurp) (slurp)
<img src="Images/Rework065update/Rework065update451.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> To save your life. (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span>Mhhh... (slurp).. Mhh..
<span style="color:#ff3333;">Woman:</span>(slurp) (slurp)
<span style="color:#ff3333;">Woman:</span>So good... (slurp) (blushing) (slurp)
<img src="Images/Rework065update/Rework065update452.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (address you) I need this inside me?
<span style="color:#ff3333;">Woman:</span> Will you fuck me?
//She looks up with pleading eyes.//
[[Continue|mascNetoriMag3-var1]]
<</replace>>
<</link>> | \
<<link "//Fuck her face//">>
<<replace "#choice2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I nod.//
//She gets down on her knees, opens her mouth and waits.//
//As I drop my pants her face goes wide.//
<span style="color:#ff3333;">Woman:</span> How is it so big?
//You grab her face and start thrusting your cock deep into her throat.//
<img src="Images/Rework065update/Rework065update461.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh!!
<span style="color:#ff3333;">Woman:</span> Mhm-!
<span style="color:#ff3333;">Woman:</span> Guk!!!
//The husband watches in horror as his wife gags on your dick.//
<img src="Images/Rework065update/Rework065update462.jpg" height=500 />
//She taps on the legs to have a breather.//
//As you let go of her head she gasps for air.//
<span style="color:#ff3333;">Woman:</span> (crazed) Oh my goddess, it's so good (cougs).
<span style="color:#00ccff;">Knight:</span> What?
<span style="color:#ff3333;">Woman:</span> (turns towards husband) I'm sorry husband, he is too much for me to resist.
<span style="color:#ff3333;">Woman:</span> (addressed towards you) I love your cock.
<img src="Images/Rework065update/Rework065update463.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ghghkkk..!
<span style="color:#ff3333;">Woman:</span> Ugg-!
<span style="color:#ff3333;">Woman:</span> Glckk!!
//She continues letting you face fuck her as you please.//
<img src="Images/Rework065update/Rework065update464.jpg" height=500 />
//Her hands slide down and begin playing with herself.//
//The knight is shocked at his wife's behaviour.//
//Eventually she takes your cock out of her mouth and with pleading eyes looks at you.//
<span style="color:#ff3333;">Woman:</span> Will you fuck me?
[[Continue|mascNetoriMag3-var1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Dismount and fight//">>
<<replace "#choice">>
//You proceed forward on foot.//
//As you get forward towards the noise you eventually see a knight and woman talking to each other.//
//The knight looks over and sees you.//
<span style="color:#00ccff;">Knight:</span> You!
<img src="Images/Rework065update/Rework065update443.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> No, please!
<span style="color:#00ccff;">Knight:</span> I was just following orders!
//The knight unsheathes his sword.//
//He lunges forth trying to stab you.//
<img src="Images/Rework065update/Rework065update444.png" height=500 />
//I block the attack, disarm him and cut his leg so that he falls to the ground.//
//As I start to give the finishing blow the woman pleads for mercy.//
<img src="Images/Rework065update/Rework065update445.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please!!
<span style="color:#ff3333;">Woman:</span> Spear my husband!
<span style="color:#ff3333;">Woman:</span> I'll do anything!!
<span style="color:#ff3333;">Woman:</span> Please!!
//The woman undresses herself.//
<img src="Images/Rework065update/Rework065update447.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please...
//The woman leans forward and kisses the main character's lips.//
//The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...//
<span id="choice2">
<<link "//Let her give you a blowjob//">>
<<replace "#choice2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I nod at the woman.//
//The woman gets down on her knees and begins sucking my dick.//
<img src="Images/Rework065update/Rework065update453.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (sulrp) (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> Oh my! (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> It's so big and (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> and delicious! (slurp)
//The husband unable to move has no choice but to watch as his wife sucks a your dick.//
<img src="Images/Rework065update/Rework065update454.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh... (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> (addresses his husband) Don't look at me like that.
<span style="color:#ff3333;">Woman:</span> (slurp) (slurp) I'm doing this to (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> To save your life. (slurp) (slurp)
<img src="Images/Rework065update/Rework065update455.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span>Mhhh... (slurp).. Mhh..
<span style="color:#ff3333;">Woman:</span>(slurp) (slurp)
<span style="color:#ff3333;">Woman:</span>So good... (slurp) (blushing) (slurp)
<span style="color:#ff3333;">Woman:</span> (address you) I need this inside me?
<img src="Images/Rework065update/Rework065update456.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Will you fuck me?
//She looks up with pleading eyes.//
[[Continue|mascNetoriMag3-var1]]
<</replace>>
<</link>> | \
<<link "//Fuck her face//">>
<<replace "#choice2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I nod.//
//She gets down on her knees, opens her mouth and waits.//
//As I drop my pants her face goes wide.//
<span style="color:#ff3333;">Woman:</span> How is it so big?
//You grab her face and start thrusting your cock deep into her throat.//
<img src="Images/Rework065update/Rework065update465.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh!!
<span style="color:#ff3333;">Woman:</span> Mhm-!
<span style="color:#ff3333;">Woman:</span> Guk!!!
//The husband watches in horror as his wife gags on your dick.//
<img src="Images/Rework065update/Rework065update466.jpg" height=500 />
//She taps on the legs to have a breather.//
//As you let go of her head she gasps for air.//
<span style="color:#ff3333;">Woman:</span> (crazed) Oh my goddess, it's so good (cougs).
<span style="color:#00ccff;">Knight:</span> What?
<span style="color:#ff3333;">Woman:</span> (turns towards husband) I'm sorry husband, he is too much for me to resist.
<span style="color:#ff3333;">Woman:</span> (addressed towards you) I love your cock.
<img src="Images/Rework065update/Rework065update467.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ghghkkk..!
<span style="color:#ff3333;">Woman:</span> Ugg-!
<span style="color:#ff3333;">Woman:</span> Glckk!!
//She continues letting you face fuck her as you please.//
<img src="Images/Rework065update/Rework065update468.jpg" height=500 />
//Her hands slide down and begin playing with herself.//
//The knight is shocked at his wife's behaviour.//
//Eventually she takes your cock out of her mouth and with pleading eyes looks at you.//
<span style="color:#ff3333;">Woman:</span> Will you fuck me?
[[Continue|mascNetoriMag3-var1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Proceed on foot instead//">>
<<replace "#1">>
//You proceed forward on foot.//
<img src="Images/Rework065update/Rework065update381.png" height=500 />
//As you get forward towards the noise you eventually see a knight and woman talking to each other.//
//The knight looks over and sees you.//
<span style="color:#00ccff;">Knight:</span> You!
<img src="Images/Rework065update/Rework065update443.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> No, please!
<span style="color:#00ccff;">Knight:</span> I was just following orders!
//The knight unsheathes his sword.//
//He lunges forth trying to stab you.//
<img src="Images/Rework065update/Rework065update444.png" height=500 />
//I block the attack, disarm him and cut his leg so that he falls to the ground.//
//As I start to give the finishing blow the woman pleads for mercy.//
<img src="Images/Rework065update/Rework065update445.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please!!
<span style="color:#ff3333;">Woman:</span> Spear my husband!
<span style="color:#ff3333;">Woman:</span> I'll do anything!!
<span style="color:#ff3333;">Woman:</span> Please!!
//The woman undresses herself.//
<img src="Images/Rework065update/Rework065update448.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please...
//The woman leans forward and kisses the main character's lips.//
//The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...//
<span id="choice2">
<<link "//Let her give you a blowjob//">>
<<replace "#choice2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I nod at the woman.//
//The woman gets down on her knees and begins sucking my dick.//
<img src="Images/Rework065update/Rework065update457.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (sulrp) (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> Oh my! (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> It's so big and (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> and delicious! (slurp)
//The husband unable to move has no choice but to watch as his wife sucks a your dick.//
<img src="Images/Rework065update/Rework065update458.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh... (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> (addresses his husband) Don't look at me like that.
<span style="color:#ff3333;">Woman:</span> (slurp) (slurp) I'm doing this to (slurp) (slurp)
<span style="color:#ff3333;">Woman:</span> To save your life. (slurp) (slurp)
<img src="Images/Rework065update/Rework065update459.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span>Mhhh... (slurp).. Mhh..
<span style="color:#ff3333;">Woman:</span>(slurp) (slurp)
<span style="color:#ff3333;">Woman:</span>So good... (slurp) (blushing) (slurp)
<span style="color:#ff3333;">Woman:</span> (address you) I need this inside me?
<img src="Images/Rework065update/Rework065update460.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Will you fuck me?
//She looks up with pleading eyes.//
[[Continue|mascNetoriMag3-var1]]
<</replace>>
<</link>> | \
<<link "//Fuck her face//">>
<<replace "#choice2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I nod.//
//She gets down on her knees, opens her mouth and waits.//
//As I drop my pants her face goes wide.//
<span style="color:#ff3333;">Woman:</span> How is it so big?
//You grab her face and start thrusting your cock deep into her throat.//
<img src="Images/Rework065update/Rework065update469.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhh!!
<span style="color:#ff3333;">Woman:</span> Mhm-!
<span style="color:#ff3333;">Woman:</span> Guk!!!
//The husband watches in horror as his wife gags on your dick.//
<img src="Images/Rework065update/Rework065update470.jpg" height=500 />
//She taps on the legs to have a breather.//
//As you let go of her head she gasps for air.//
<span style="color:#ff3333;">Woman:</span> (crazed) Oh my goddess, it's so good (cougs).
<span style="color:#00ccff;">Knight:</span> What?
<span style="color:#ff3333;">Woman:</span> (turns towards husband) I'm sorry husband, he is too much for me to resist.
<span style="color:#ff3333;">Woman:</span> (addressed towards you) I love your cock.
<img src="Images/Rework065update/Rework065update471.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ghghkkk..!
<span style="color:#ff3333;">Woman:</span> Ugg-!
<span style="color:#ff3333;">Woman:</span> Glckk!!
//She continues letting you face fuck her as you please.//
//Her hands slide down and begin playing with herself.//
//The knight is shocked at his wife's behaviour.//
//Eventually she takes your cock out of her mouth and with pleading eyes looks at you.//
<span style="color:#ff3333;">Woman:</span> Will you fuck me?
[[Continue|mascNetoriMag3-var1]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<timed 100ms>>\
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $readPornComicToday to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I take out the magazine, open it and-//
<img src="Images/Rework065update/Rework065update496.jpg" height=500 />
//I see a short-haired girl.//
//And she is in the forest.//
<span style="color:#00ccff;">Knight:</span> Where are you hiding?
<span style="color:#00ccff;">Knight:</span> Very funny.
<span style="color:#00ccff;">Knight:</span> I guess it is the tradition for the wife to run away during the wedding.
<span id="1">
<<link "//Stay hidden//">>
<<replace "#1">>
//By focusing on the choice new text appears.//
//Wow.//
//That's so cool.//
<img src="Images/Rework065update/Rework065update497.jpg" height=500 />
//I guess I try to to stay hidden.//
//...//
//..//
//.//
//And-//
<img src="Images/Rework065update/Rework065update499.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Boom. Found you.
<span style="color:#00ccff;">Knight:</span> Hehe.
<span id="kiss">
<<link "//He leans in and kisses the girl.//">>
<<replace "#kiss">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update501.jpg" height=500 />
//The magic surges through my mind, their kiss becoming fragments of my own memory... what is this... it feels like it's really me in there... getting kissed...mhhh...//
<span id="wer">
<<link "//Get down on your knees and please him//">>
<<replace "#wer">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
//The girl gets down to her knees and takes the knights dick into her mouth.//
<img src="Images/Rework065update/Rework065update502.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Mmmm (slupr) (slurp)
<span style="color:#00ccff;">Knight:</span> Ahh
<span style="color:#00ccff;">Knight:</span> You love that dick don't you?
<span style="color:cadetblue;">Girl:</span> (slurp) (slurp) (slurp)
<img src="Images/Rework065update/Rework065update503.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Yes.
<span style="color:cadetblue;">Girl:</span> Mhhh.. (slurp) (slurp)
<span style="color:cadetblue;">Girl:</span> You like it dear?
<span style="color:#00ccff;">Knight:</span> Of course I like it.
<img src="Images/Rework065update/Rework065update504.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> (slurp) mghhh...
<span style="color:#00ccff;">Knight:</span> Mhmmm
<span style="color:cadetblue;">Girl:</span> I like pleasing you.
<span style="color:cadetblue;">Girl:</span> Mghhh.. mghhh...
<span style="color:#00ccff;">Knight:</span> Ughh...
<img src="Images/Rework065update/Rework065update505.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> I'm ready.
<span style="color:#00ccff;">Knight:</span> Heh.
<span style="color:#00ccff;">Knight:</span> Let's get those clothes off then (smiles).
[[Continue|femRomanceMag3-ver1]]
<</replace>>
<</link>> | \
<<link "//Wait for him to get down on his knees to please you.//">>
<<replace "#wer">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
//The man pulls the womans dress up.//
//And get's down on her knees.//
<img src="Images/Rework065update/Rework065update510.jpg" height=500 />
//He is about to pull down the panties.//
//Oh she's going to lick her pussy this is so hot.//
//As he pulls down the girl panties-//
//Small erect penis appears.//
<span id="sto">
<<link "//WHAT ?!?//">>
<<replace "#sto">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//What is this. As I am about to put away the magazine.//
<img src="Images/Rework065update/Rework065update512.png" height=500 />
//The man takes the girls penis into her mouth.//
<span id="mouth">
<<link "//MHHHHHHH!!!!!!//">>
<<replace "#mouth">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update515.png" height=500 />
<span style="color:#00ccff;">Knight:</span> You like that baby?
<span style="color:#00ccff;">Knight:</span> (slurp) (slurp)
<span style="color:cadetblue;">Girl:</span> Ye-ye-yes!
<span style="color:#00ccff;">Knight:</span> Mhhmmm
<img src="Images/Rework065update/Rework065update513.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Ooohh...
<span style="color:#00ccff;">Knight:</span> Mhmmmm
<span style="color:#00ccff;">Knight:</span> You want more?
<span style="color:cadetblue;">Girl:</span> Please.
<span style="color:cadetblue;">Girl:</span> Yes. Suck that clitty.
<img src="Images/Rework065update/Rework065update514.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Don't stop.
<span style="color:cadetblue;">Girl:</span> Please.
<span style="color:cadetblue;">Girl:</span> Ooooohh!
<span style="color:cadetblue;">Girl:</span> Ooooh.
<span style="color:cadetblue;">Girl:</span> You are amazing with that mouth dear!
<img src="Images/Rework065update/Rework065update515.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Ahhhh!
//The man takes her pen- clitty out of his mouth and stands up.//
<span style="color:#00ccff;">Knight:</span> You ready for my dick?
<span style="color:cadetblue;">Girl:</span> (fast nods).
[[Continue|femRomanceMag3revealed]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Reveal yourself//">>
<<replace "#1">>
//By focusing on the choice new text appears.//
//Wow.//
//That's so cool.//
<img src="Images/Rework065update/Rework065update498.jpg" height=500 />
//I step out.//
<span style="color:#00ccff;">Knight:</span> There you are.
<span style="color:cadetblue;">Girl:</span> ...
<span style="color:cadetblue;">Girl:</span> (blushes)
<img src="Images/Rework065update/Rework065update500.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> You look beautiful.
<span id="kiss">
<<link "//He leans in and kisses the girl.//">>
<<replace "#kiss">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The magic surges through my mind, their kiss becoming fragments of my own memory... what is this... it feels like it's really me in there... getting kissed...mhhh...//
<img src="Images/Rework065update/Rework065update501.jpg" height=500 />
<span id="wer">
<<link "//Get down on your knees and please him//">>
<<replace "#wer">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The girl gets down to her knees and takes the knights dick into her mouth.//
<img src="Images/Rework065update/Rework065update506.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Mmmm (slupr) (slurp)
<span style="color:#00ccff;">Knight:</span> Ahh
<span style="color:#00ccff;">Knight:</span> You love that dick don't you?
<span style="color:cadetblue;">Girl:</span> (slurp) (slurp) (slurp)
<img src="Images/Rework065update/Rework065update507.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Yes.
<span style="color:cadetblue;">Girl:</span> Mhhh.. (slurp) (slurp)
<span style="color:cadetblue;">Girl:</span> You like it dear?
<span style="color:#00ccff;">Knight:</span> Of course I like it.
<img src="Images/Rework065update/Rework065update508.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> (slurp) mghhh...
<span style="color:#00ccff;">Knight:</span> Mhmmm
<span style="color:cadetblue;">Girl:</span> I like pleasing you.
<span style="color:cadetblue;">Girl:</span> Mghhh.. mghhh...
<img src="Images/Rework065update/Rework065update509.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Ughh...
<span style="color:cadetblue;">Girl:</span> I'm ready.
<span style="color:#00ccff;">Knight:</span> Heh.
<span style="color:#00ccff;">Knight:</span> Let's get those clothes off then (smiles).
[[Continue|femRomanceMag3-ver1]]
<</replace>>
<</link>> | \
<<link "//Wait for him to get down on his knees to please you.//">>
<<replace "#wer">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The man pulls the womans dress up.//
<img src="Images/Rework065update/Rework065update511.jpg" height=500 />
//And get's down on her knees.//
//He is about to pull down the panties.//
//Oh she's going to lick her pussy this is so hot.//
//As he pulls down the girl panties-//
//Small erect penis appears.//
<span id="sto">
<<link "//WHAT ?!?//">>
<<replace "#sto">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//What is this. As I am about to put away the magazine.//
//The man takes the girls penis into her mouth.//
<span id="mouth">
<<link "//MHHHHHHH!!!!!!//">>
<<replace "#mouth">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update512.png" height=500 />
<span style="color:#00ccff;">Knight:</span> You like that baby?
<span style="color:#00ccff;">Knight:</span> (slurp) (slurp)
<span style="color:cadetblue;">Girl:</span> Ye-ye-yes!
<span style="color:#00ccff;">Knight:</span> Mhhmmm
<img src="Images/Rework065update/Rework065update513.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Ooohh...
<span style="color:#00ccff;">Knight:</span> Mhmmmm
<span style="color:#00ccff;">Knight:</span> You want more?
<span style="color:cadetblue;">Girl:</span> Please.
<img src="Images/Rework065update/Rework065update514.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Yes. Suck that clitty.
<span style="color:cadetblue;">Girl:</span> Don't stop.
<span style="color:cadetblue;">Girl:</span> Please.
<span style="color:cadetblue;">Girl:</span> Ooooohh!
<span style="color:cadetblue;">Girl:</span> Ooooh.
<img src="Images/Rework065update/Rework065update515.png" height=500 />
<span style="color:cadetblue;">Girl:</span> You are amazing with that mouth dear!
<span style="color:cadetblue;">Girl:</span> Ahhhh!
//The man takes her pen- clitty out of his mouth and stands up.//
<span style="color:#00ccff;">Knight:</span> You ready for my dick?
<span style="color:cadetblue;">Girl:</span> (fast nods).
[[Continue|femRomanceMag3revealed]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<timed 100ms>>\
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $readPornComicToday to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<img src="Images/Rework065update/Rework065update532.jpg" height=500 />
//I see a short-haired girl.//
//Naked in the forest.//
<span style="color:#00ccff;">Knight:</span>(from distance) Where are you hiding you trap?
<span style="color:#00ccff;">Knight:</span> Very funny.
<span style="color:#00ccff;">Knight:</span> I' going to find you!
//What is happening?!?//
//The girl looks down.//
<img src="Images/Rework065update/Rework065update533.jpg" height=500 />
//She has a penis?//
<span id="choice">
<<link "//Resist and fight (Dom Content)//">>
<<replace "#choice">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The girl comes out from hiding, and she reaches her hand out, trying to conjure a spell.//
<img src="Images/Rework065update/Rework065update534.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Found you.
<span style="color:#00ccff;">Knight:</span> I will fuck you to death bitch.
<span style="color:#00ccff;">Knight:</span> You are the only one left.
<span style="color:#00ccff;">Knight:</span> It's too late for you to do anything.
<span style="color:#00ccff;">Knight:</span> Give up.
//As the knight steps closer to the girl, a magic beam forms on her palm.//
<img src="Images/Rework065update/Rework065update535.jpg" height=500 />
//With it, he blasts the knight away so hard that the knight loses consciousness and all of his belongings.//
//He's completely knocked out and naked.//
<span style="color:cadetblue;">Girl:</span> I'll show you!
//The girl goes over and shoves his dick into his mouth.//
//As she starts moving her hips the knight comes back to consciousness.//
<img src="Images/Rework065update/Rework065update536.png" height=500 />
<span style="color:#00ccff;">Knight:</span> Umm...
<span style="color:#00ccff;">Knight:</span> G-get your... mghhh
<span style="color:#00ccff;">Knight:</span> M-mmmm...
//The magic surges through my mind, the feeling of her getting sucked off becoming fragments of my own memory... what is this... it feels like it's really me in there... getting sucked off...mhhh...//
<img src="Images/Rework065update/Rework065update537.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Who's a bitch now!
<span style="color:cadetblue;">Girl:</span> Suck that clitty like you mean it!
//The knight tries to break free but it's useless, she has his arms restrained and is face-fucking him.//
<span style="color:cadetblue;">Girl:</span> You like that don't you, you big cocksucker.
<img src="Images/Rework065update/Rework065update538.png" width=500 />
<span style="color:#00ccff;">Knight:</span> Mmgm-
//The girl pulls his hair as she starts pumping faster.//
//She can feel his throat contracting, struggling to handle her cock.//
<span style="color:cadetblue;">Girl:</span> That's right bitch!
<span style="color:#00ccff;">Knight:</span> Mghh.. Mghh... Mghh...
<span id="choice1">
<<link "//Keep fucking his face and cum down his throat//">>
<<replace "#choice1">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Girl:</span> How does that taste?
<img src="Images/Rework065update/Rework065update539.png" height=500 />
<span style="color:#00ccff;">Knight:</span> You taste disgusting.
<span style="color:cadetblue;">Girl:</span> Oh, yeah?
//She starts thrusting faster and harder.//
<span style="color:#00ccff;">Knight:</span> (slurp) (slurp) (slurp)
<span style="color:cadetblue;">Girl:</span> Ahhh, ah, yes, yessss.
<span style="color:cadetblue;">Girl:</span> You know, I'm starting to think you actually like this.
<span style="color:#00ccff;">Knight:</span> (slurp) Never.
<img src="Images/Rework065update/Rework065update541.png" height=500 />
<span style="color:#00ccff;">Knight:</span> Mghh.. Mghhh.. Mghhh..
<span style="color:cadetblue;">Girl:</span> Do you like being a good little cock-sucking slut?
<span style="color:#00ccff;">Knight:</span> No.. I d-
<span style="color:cadetblue;">Girl:</span> Do you want me to fuck your face till you pass out?
<span style="color:cadetblue;">Girl:</span> Isn't that what you wanted to do to me?
//She keeps thrusting.//
<img src="Images/Rework065update/Rework065update540.png" height=500 />
<span style="color:#00ccff;">Knight:</span>(blushes) mghh.. mghh. mghh.
<span style="color:cadetblue;">Girl:</span> Good boy.
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update542.png" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $mascLevel2cummingface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Fuck his ass//">>
<<replace "#choice1">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The girl turns the knight around and sticks his ass in the air.//
<span style="color:#00ccff;">Knight:</span> Get the fuck away from me.
//She spanks his ass.//
<span style="color:#00ccff;">Knight:</span> Ah!
//And immediately after the slap pushes her dick inside his asshole.//
<span style="color:#00ccff;">Knight:</span> Ugh!!!
<img src="Images/Rework065update/Rework065update543.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> What are you going to do, bitch?
<span style="color:#00ccff;">Knight:</span> Stop, get off me.
//She starts thrusting slowly but each thrust has some real power behind it.//
//She's not going easy on him.//
<img src="Images/Rework065update/Rework065update544.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> AHHH!!
<span style="color:#00ccff;">Knight:</span> N-No...
<span style="color:cadetblue;">Girl:</span> What was that?
<span style="color:cadetblue;">Girl:</span> Hmmm?
<img src="Images/Rework065update/Rework065update545.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> You bitch, you like this don't you?
//She pushes him deeper into the ground.//
<span style="color:cadetblue;">Girl:</span> Huh?
<span style="color:#00ccff;">Knight:</span> N-
<img src="Images/Rework065update/Rework065update546.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Speak!
<span style="color:#00ccff;">Knight:</span> NO... I D-
//She spanks his ass again and then shoves her dick further into his asshole.//
<span style="color:#00ccff;">Knight:</span> AHHHHH!
<img src="Images/Rework065update/Rework065update547.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> FUCKK!!!!
<span style="color:cadetblue;">Girl:</span> That's right!
<span style="color:cadetblue;">Girl:</span> Take!
<span style="color:cadetblue;">Girl:</span> My!
<img src="Images/Rework065update/Rework065update548.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Cock!!
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update549.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $mascLevel2cummingface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I.. I can't do anything against him (Sub content)//">>
<<replace "#choice">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//By focusing on the choice new text appears.//
//Wow.//
//That's so cool.//
//The girl comes out from hiding. //
<span style="color:cadetblue;">Girl:</span> Please!
<img src="Images/Rework065update/Rework065update550.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Don't kill me.
<span style="color:#00ccff;">Knight:</span> Shut up.
<span style="color:#00ccff;">Knight:</span> You're a filthy sissy, deserving only...
<span id="crazy">
<<link "//Knight lowers his pants and shoves his dick deep into the girls mouth.//">>
<<replace "#crazy">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#00ccff;">Knight:</span> To be fucked like this.
<img src="Images/Rework065update/Rework065update551.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Mgghhhh
//The magic surges through my mind, the thrill of her experience becoming fragments of my own memory... what is this... it feels like it's really me in there... mhhhh...//
<span style="color:#00ccff;">Knight:</span> That's right slut!
<span style="color:#00ccff;">Knight:</span> Suck that dick!
<img src="Images/Rework065update/Rework065update552.jpg" height=500 />
//As the knight keeps face-fucking the girl, her resistance crumbles, she gives in to the pleasure, her whole body is shaking...//
<span style="color:cadetblue;">Girl:</span> mghh... mmghhh...
<span style="color:cadetblue;">Girl:</span> Mghh.. (slurp).. Mghh...
<span style="color:cadetblue;">Girl:</span> (slurp) (slurp) (slurp)
//The knight hold her head down.//
<img src="Images/Rework065update/Rework065update553.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Look at me you bitch.
<span style="color:cadetblue;">Girl:</span> ...
<span style="color:cadetblue;">Girl:</span> Mghhhhhh...
<span style="color:#00ccff;">Knight:</span> That's a good whore.
<span style="color:#00ccff;">Knight:</span> What should I do?
<span id="choice3">
<<link "//The knight decides to finish in her mouth//">>
<<replace "#choice3">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#00ccff;">Knight:</span> Your mouth does feel pretty good.
//He starts thrusting.//
<img src="Images/Rework065update/Rework065update554.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Mghhh.... Mghhhh...
//With each thrust getting a bit more intense.//
<span style="color:cadetblue;">Girl:</span> Mgh. Mghh. Mgh. Mgh.
<span style="color:#00ccff;">Knight:</span> Mhhh...
<span style="color:#00ccff;">Knight:</span> Your mouth was made for this slut!
<img src="Images/Rework065update/Rework065update555.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Fuck...
<span style="color:cadetblue;">Girl:</span> Mghh.... mghhh...
<span style="color:#00ccff;">Knight:</span> That's right!
<span style="color:#00ccff;">Knight:</span> Take it!
<img src="Images/Rework065update/Rework065update556.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Take it!
<span style="color:#00ccff;">Knight:</span> TAKE IT!
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update557.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span>Mppffffhhhh!!
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $mascLevel2cummingface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//The knight decides to fuck her ass as well//">>
<<replace "#choice3">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#00ccff;">Knight:</span> You deserve everything you're about to get, and you'll enjoy every second of it.
//He takes his cock out of her mouth.//
<span style="color:cadetblue;">Girl:</span> ...
//He turn her around.//
<span style="color:#00ccff;">Knight:</span> Stick your ass out.
<img src="Images/Rework065update/Rework065update558.jpg" height=500 />
//He sticks his dick inside her asshole.//
<span style="color:cadetblue;">Girl:</span> Ahhh...
<span style="color:#00ccff;">Knight:</span> That's right!
<span style="color:#00ccff;">Knight:</span> Fuck your boy pussy is tight!
//He starts thrusting.//
<img src="Images/Rework065update/Rework065update559.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Mmmhhh...
<span style="color:cadetblue;">Girl:</span> Ahhhh...
<span style="color:cadetblue;">Girl:</span> AHHHHHH
<span style="color:cadetblue;">Girl:</span> AHHHHHH
<img src="Images/Rework065update/Rework065update560.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> AHHHHH
//Each thrust is like a thunder inside her, and the pleasure is unbearable.//
//She feels his hand grabbing her hair, pulling her back, making her take it.//
<span style="color:#00ccff;">Knight:</span> This is what you deserve, to be a hole for me to cum in.
<img src="Images/Rework065update/Rework065update561.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Ahhh!
<span style="color:cadetblue;">Girl:</span> Ahhh!
<span style="color:cadetblue;">Girl:</span> F-Fuck...
<span style="color:cadetblue;">Girl:</span> Ahhhhh
<img src="Images/Rework065update/Rework065update562.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> You want my load.
<span style="color:#00ccff;">Knight:</span> Say it, slut!
<span style="color:#00ccff;">Knight:</span> Say what you are.
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<span style="color:cadetblue;">Girl:</span>I'm a slut!!!
<img src="Images/Rework065update/Rework065update563.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $mascLevel2cummingface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<timed 100ms>>\
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $readPornComicToday to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I take out the magazine, open it and-//
<img src="Images/Rework065update/Rework065update532.jpg" height=500 />
//I see a short-haired girl.//
//Naked in the forest.//
<span style="color:#00ccff;">Knight:</span>(from distance) Where are you hiding you trap?
<span style="color:#00ccff;">Knight:</span> I' going to find you!
//What is happening?!?//
//The girl looks down.//
<img src="Images/Rework065update/Rework065update564.jpg" height=500 />
//She has a penis?//
<span id ="hi">
<<link "//Another blonde girl in red dress appers.//">>
<<replace "#hi">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update565.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> What are you doing? You need to hide?
<span style="color:cadetblue;">Girl:</span>What?
<span style="color:#ff3333;">Girl:</span> He's going to kill you if he finds you.
<span id="magic">
<<link "//She leans in and kisses the girl.//">>
<<replace "#magic">>
<img src="Images/Rework065update/Rework065update566.png" height=500 />
//The magic surges through my mind, their kiss becoming fragments of my own memory... as if the book is weaving their story into my very thoughts... like it's really me in there...getting kissed by that blonde girl...//
<span style="color:#ff3333;">Girl:</span> go!
//You start to run towards the woods but as soon as you take the first step-//
<span style="color:#00ccff;">Knight:</span> I see you!
//He is walking closer.//
<img src="Images/Rework065update/Rework065update383.png" height=500 />
<span style="color:#00ccff;">Knight:</span> I shall take your head!
//As he gets closer, the girl stands between you.//
<span style="color:#ff3333;">Girl:</span> If you kill her, I will kill myself.
<span style="color:#00ccff;">Knight:</span> ...
<span style="color:#00ccff;">Knight:</span> I went to war for you!
<span style="color:#00ccff;">Knight:</span> And now that I come back I find you in a bed with a man.
<span style="color:#00ccff;">Knight:</span> And not even a man!
<span style="color:#00ccff;">Knight:</span> Some sissy wimp.
<img src="Images/Rework065update/Rework065update567.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Stop that!!
<span style="color:#00ccff;">Knight:</span> Our parents arranged us to marry.
<span style="color:#00ccff;">Knight:</span> But you ruined it.
<span style="color:#00ccff;">Knight:</span> Ruined it!!
<span style="color:#00ccff;">Knight:</span> I shall take what was promised to me.
<span id="rip">
<<link "//The knight rips her clothes off.//">>
<<replace "#rip">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update568.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> ...
<span style="color:#ff3333;">Girl:</span> I don't love you.
<span style="color:#ff3333;">Girl:</span> And I don't want to have sex with you.
<span style="color:#00ccff;">Knight:</span> Why? You would enjoy my dick.
<span style="color:#00ccff;">Knight:</span> And you would want more of it.
<span style="color:#ff3333;">Girl:</span> No I won't.
<span style="color:#00ccff;">Knight:</span> ...
//The knight thinks for a moment and answers.//
<span style="color:#00ccff;">Knight:</span> (announcing voice) An excellent proposal.
<img src="Images/Rework065update/Rework065update569.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> What?
<span style="color:#00ccff;">Knight:</span> (announcing voice) I shall fuck you. And if you enjoy my cock you will be mine.
<span style="color:#ff3333;">Girl:</span> And if I don't you will not harm us in any way and leave for good forever.
<span style="color:#00ccff;">Knight:</span>(announcing voice) Agreed!
//The girl turns to look at you.//
<img src="Images/Rework065update/Rework065update570.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Don't worry (kisses)...
<span style="color:#ff3333;">Girl:</span> I won't let him hurt you.
<span style="color:cadetblue;">Girl:</span> (whisper) I love you...
<span style="color:#ff3333;">Girl:</span> (soft smile)
<span id="choice1">
<<link "//Watch (romance NTR)//">>
<<replace "#choice1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update572.jpg" height=500 />
//The girl walks towards the knight.//
<span style="color:#ff3333;">Girl:</span> Well?
<span style="color:#ff3333;">Girl:</span> Let's get this over with.
<span style="color:#00ccff;">Knight:</span> I can't wait to make you mine.
//He takes his armor off and then as he is pulling down his pants.//
//His huge dick pops out.//
<img src="Images/Rework065update/Rework065update573.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> W-w-w-what the fuck is that?
<span style="color:#00ccff;">Knight:</span> My dick.
<span style="color:#00ccff;">Knight:</span> Come on!
<span style="color:#00ccff;">Knight:</span> It doesn't get hard on it's own.
//The girl hesitates.//
//The knight is stroking his shaft.//
<span style="color:#00ccff;">Knight:</span> Get down on your knees already and suck my dick.
//The girl get's down on her knees and the knight starts face fucking her.//
<img src="Images/Rework065update/Rework065update575.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> ghkhhh...
<span style="color:#ff3333;">Girl:</span> ghkhhh... ghkhhh... ghkhhh...
<span style="color:#00ccff;">Knight:</span> Mhhh!
<span style="color:#00ccff;">Knight:</span> Fuck!
<img src="Images/Rework065update/Rework065update576.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> ghkhhh...ghkhhh... mhhh.. ghkhhh...
<span style="color:#00ccff;">Knight:</span> Mmm!
//The knight just keeps going and going.//
//Maintaining the speed.//
<span style="color:#00ccff;">Knight:</span> Ughhh!
<img src="Images/Rework065update/Rework065update577.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> ghkhhh... ghkhhh... ghkhhh...
<span style="color:#ff3333;">Girl:</span>Ghkghh... ghkhkghhh..
<span style="color:#00ccff;">Knight:</span> You are going to make me cum.
<img src="Images/Rework065update/Rework065update578.jpg" height=500 />
//Thank godess he is not going to fuck my girlfriend-//
//But the girl hearing that quickly pushes the knight with all her might away.//
<span style="color:#ff3333;">Girl:</span> NO!
//NO?//
<span style="color:#00ccff;">Knight:</span> ?
<span style="color:cadetblue;">Girl:</span> ?
<img src="Images/Rework065update/Rework065update580.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> (blushes)... I.. I mean...
<span style="color:#ff3333;">Girl:</span> D-deal was that you had to fuck me right?
<span style="color:#ff3333;">Girl:</span> (awkward convincing voice) It doesn't count if you cum from just a blowjob.
//What???//
//Is she really thinking about upholding the deal, or does she just want to feel his cock inside her?//
//No... No...//
//I'm sure she wants to just uphold the deal.//
//Right?//
[[Continue|femNTRMag3part2ROM]]
<</replace>>
<</link>> | \
<<link "//Watch(humiliation NTR)//">>
<<replace "#choice1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//By focusing on the choice new text appears.//
//Wow. Does the book hear my thoughts?//
//That's so cool.//
<img src="Images/Rework065update/Rework065update571.jpg" height=500 />
//The girl walks towards the knight.//
<span style="color:#ff3333;">Girl:</span> Well?
<span style="color:#ff3333;">Girl:</span> Let's get this over with.
<span style="color:#00ccff;">Knight:</span> I can't wait to make you mine.
//He takes his armor off and then as he is pulling down his pants.//
//His huge dick pops out.//
<img src="Images/Rework065update/Rework065update574.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> W-w-w-what the fuck is that?
<span style="color:#ff3333;">Girl:</span> It's so much bigger!
<span style="color:#00ccff;">Knight:</span> Hmm?
<span style="color:#ff3333;">Girl:</span> Nothing.
<span style="color:#ff3333;">Girl:</span> (blushes) Let's just get this over with.
<span style="color:#00ccff;">Knight:</span> (grins) Let's...
//The girl get's down on her knees and begins sucking him off.//
<img src="Images/Rework065update/Rework065update581.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> (slurp) (slurp) (slurp)
<span style="color:#ff3333;">Girl:</span> Mhh... It tastes so good.
<span style="color:#ff3333;">Girl:</span> (slurp) (slurp) (slurp)
<span style="color:#00ccff;">Knight:</span> Mhhh...
//The girl starts going faster and faster.//
<img src="Images/Rework065update/Rework065update582.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> (fast slurp) (fast slurp)
//It's like she has gone crazy for the taste of his dick.//
//I don't like this.//
//I don't like how much she is enjoying sucking him off.//
<img src="Images/Rework065update/Rework065update583.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Wow...
<span style="color:#00ccff;">Knight:</span> Someones eager.
<span style="color:#ff3333;">Girl:</span> (fast slurp) (fast slurp) (fast slurp)
<span style="color:#00ccff;">Knight:</span> Mhhh...
<span style="color:#00ccff;">Knight:</span> Fuck.
<img src="Images/Rework065update/Rework065update584.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> I'm going to cum.
//Hearing that the girl quickly takes his cock out of her mouth and starts jerking it off.//
<span style="color:#ff3333;">Girl:</span> NOO!
<img src="Images/Rework065update/Rework065update579.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Deal was that you had to fuck me, right?
<span style="color:cadetblue;">Girl:</span> ?
<span style="color:#00ccff;">Knight:</span> ?
<span style="color:#ff3333;">Girl:</span> ...
<span style="color:#ff3333;">Girl:</span> (blushes)... I..I mean..
//Is she...//
//Does she really want his dick?//
//No... no...//
//She just wants to uphold the deal.//
//Yeah. That must be it.//
[[Continue|femNTRMag3part2HUM]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<timed 100ms>>\
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//She gets up. //
<img src="Images/Rework065update/Rework065update407.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Can you fuck me now, noble knight?
<span style="color:#ff3333;">Woman:</span> I want you inside me.
<span style="color:cadetblue;">Main Character:</span> As you wish.
<span id="1">
<<link "//Doggy Style//">>
<<replace "#1">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She goes on her knees, lifts her ass up and looks back at you.//
<img src="Images/Rework065update/Rework065update408.jpg" height=500 />
//Fuck.//
<span style="color:cadetblue;">Main Character:</span> You're so hot.
//You slowly enter her.//
<span style="color:#ff3333;">Woman:</span> You're...
<span style="color:#ff3333;">Woman:</span> AHhhh...
<img src="Images/Rework065update/Rework065update409.jpg" height=500 />
<span style="color:cadetblue;">Main Character:</span> You ok?
<span style="color:#ff3333;">Woman:</span> Yes!
<span style="color:#ff3333;">Woman:</span> Make love to me, noble knight.
//Fuck!//
<img src="Images/Rework065update/Rework065update410.jpg" height=500 />
//This is so hot!!//
<span id="cum">
<<link "//I'm!!!!!//">>
<<replace "#cum">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#ff3333;">Woman:</span> I'm CUMMMING!!!
//As the girl in the story cums, so do you.//
<img src="Images/Rework065update/Rework065update411.jpg" height=500 />
//I can't help but to fall asleep...//
//...//
<<link "Continue">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Missionary//">>
<<replace "#1">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She lies on her back.//
<img src="Images/Rework065update/Rework065update412.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Please.
<span style="color:#ff3333;">Woman:</span> Take me in your arms, noble knight.
<span style="color:#ff3333;">Woman:</span> I need you inside me.
<span style="color:cadetblue;">Main Character:</span> As you wish.
<span style="color:cadetblue;">Main Character:</span> Mmmm
//You slowly enter her.//
<img src="Images/Rework065update/Rework065update413.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (Moan)
//She is biting her lower lip as you slowly start thrusting in and out of her.//
<span style="color:#ff3333;">Woman:</span> Ohhhh
//This is amazing.//
<span style="color:#ff3333;">Woman:</span> Yes, yes, YES!!
<img src="Images/Rework065update/Rework065update414.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Keep going noble knight.
//Fuck!//
//This is the hottest thing I have ever seen!!//
<span id="cum">
<<link "//I'm!!!!!//">>
<<replace "#cum">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#ff3333;">Woman:</span> I'm CUMMMING!!!
//As the girl in the story cums, so do you.//
<img src="Images/Rework065update/Rework065update415.jpg" height=500 />
//I can't help but to fall asleep...//
//...//
<<link "Continue">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<timed 100ms>>\
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//The girl takes the dick out of her mouth.//
<img src="Images/Rework065update/Rework065update434.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> (bluses) Where do you want me?
<span id="choice">
<<link "//Doggy style//">>
<<replace "#choice">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Main Character:</span> (grunts)
//The main character positions himself behind the woman, grabbing her ass with his hand.//
//The main character inserts his cock inside her and she lets out a soft moan.//
<img src="Images/Rework065update/Rework065update435.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Oh yes, right there.
<span style="color:cadetblue;">Main Character:</span> (grunts)
<span style="color:#ff3333;">Woman:</span> Oh! Faster!
<span style="color:#ff3333;">Woman:</span> Ahhh!
<img src="Images/Rework065update/Rework065update436.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> AHHH!!!
<span style="color:#ff3333;">Woman:</span> Oooh yeaaaaah.
<span style="color:cadetblue;">Main Character:</span> (grunts).
<span style="color:#ff3333;">Woman:</span> Ahhh.
<span style="color:cadetblue;">Main Character:</span> (moans)
<img src="Images/Rework065update/Rework065update437.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Take me!
<span style="color:cadetblue;">Main Character:</span> (grunts)
<span style="color:#ff3333;">Woman:</span> Take me!!!!
//Fuck I'm...//
//I'm...//
//CUMMING!!//
<img src="Images/Rework065update/Rework065update438.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>> | \
<<link "//Prone sex//">>
<<replace "#choice">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//The man pushes the woman onto the floor and climbs on top of her.//
//He pushes his cock inside her.//
<span style="color:#ff3333;">Woman:</span> Ahh!!
<span style="color:cadetblue;">Main Character:</span> (grunts)...
<img src="Images/Rework065update/Rework065update439.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Yes!!
<span style="color:#ff3333;">Woman:</span> Don't stop!!!
<span style="color:cadetblue;">Main Character:</span> (grunt) (grunts)
<span style="color:#ff3333;">Woman:</span> Faster!!!
<span style="color:#ff3333;">Woman:</span> Give me all of it!!!!
<img src="Images/Rework065update/Rework065update440.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> AHHH
<span style="color:cadetblue;">Main Character:</span> (groan)
<span style="color:#ff3333;">Woman:</span> Faster!!!
<span style="color:#ff3333;">Woman:</span> FASTER!!!!
<span style="color:cadetblue;">Main Character:</span> (grunts) (grunts)
<span style="color:#ff3333;">Woman:</span> Yes!
<span style="color:#ff3333;">Woman:</span> Take me!
<img src="Images/Rework065update/Rework065update441.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> YES!
<span style="color:#ff3333;">Woman:</span> YES! YES!
//Aghhhh!!!//
//Fuck...//
//I'm...//
//Cumming.//
<span style="color:#ff3333;">Woman:</span> CUM IN ME!!!
<img src="Images/Rework065update/Rework065update442.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span><<timed 100ms>>\
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//The woman stands up.//
<img src="Images/Rework065update/Rework065update473.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> How..
<span style="color:#ff3333;">Woman:</span> How do you want me?
<span style="color:#00ccff;">Knight:</span> No!
<span style="color:#00ccff;">Knight:</span> Stop that!
<span style="color:#ff3333;">Woman:</span> (looks straight at you with a cute but lustful look)
<span style="color:#ff3333;">Woman:</span> ...
<span id="choice">
<<link "//Doggy Style//">>
<<replace "#choice">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I motion her to get on her hands and knees.//
//She does as I say.//
//She sticks her ass up and turns her head around to look at me.//
<img src="Images/Rework065update/Rework065update474.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> I've never done it like this before.
<span style="color:#ff3333;">Woman:</span> ....
//Just as the character is about to push it in she says.//
<span style="color:#ff3333;">Woman:</span> My pussy is really tight.
<span style="color:#ff3333;">Woman:</span> Please be-
//You push in and start fucking her hard.//
<img src="Images/Rework065update/Rework065update485.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhhhh!!!!!
<span style="color:#ff3333;">Woman:</span> It's so big!
<span style="color:#ff3333;">Woman:</span> Fuck!!
<span style="color:#ff3333;">Woman:</span> You are amazing!
<img src="Images/Rework065update/Rework065update484.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> AHHH!!!
<span style="color:#ff3333;">Woman:</span> I'm cumming already!
<span style="color:#ff3333;">Woman:</span> AHHHH!!!
<span style="color:#ff3333;">Woman:</span> Keep fucking!
<img src="Images/Rework065update/Rework065update483.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> AAAH!!!!
<span style="color:#ff3333;">Woman:</span> Fuuuck!!!!
//I'm so close!//
<span id="cum">
<<link "//I'm!!!!!//">>
<<replace "#cum">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update482.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Prone Sex//">>
<<replace "#choice">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I motion for her to lay down on her stomach.//
<img src="Images/Rework065update/Rework065update475.jpg" height=500 />
//She does as I say and lays there waiting.//
//As you are about to put your dick in she says.//
<span style="color:#ff3333;">Woman:</span> My pussy is really tight so please-
//You push it in and begin fucking her hard.//
<img src="Images/Rework065update/Rework065update476.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> Ahhhhh!!!!!
<span style="color:#ff3333;">Woman:</span> OMG IT'S SO BIG!!
<span style="color:#ff3333;">Woman:</span> Ahhhh....
<span style="color:#ff3333;">Woman:</span> AHHHHHHH!!!
<img src="Images/Rework065update/Rework065update477.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> AHHHHH.....
<span style="color:#ff3333;">Woman:</span> OH FUCK YESSS!!!
<span style="color:#ff3333;">Woman:</span> KEEP FUCKING ME!!!!
<span style="color:#ff3333;">Woman:</span> YOU ARE SOO GOOD!!!!
<img src="Images/Rework065update/Rework065update478.jpg" height=500 />
<span style="color:#ff3333;">Woman:</span> I CAN'T...
<span style="color:#ff3333;">Woman:</span> I'M CUMMING!!
//You keep fucking her.//
<span style="color:#ff3333;">Woman:</span> (pleasure scream) FUck!
<img src="Images/Rework065update/Rework065update479.jpg" height=500 />
//You continue fucking her.//
<span style="color:#ff3333;">Woman:</span> AHHH!!!!!
<span style="color:#ff3333;">Woman:</span> YES!
<span style="color:#ff3333;">Woman:</span> YES!
<span style="color:#ff3333;">Woman:</span> CUM!
<img src="Images/Rework065update/Rework065update480.jpg" height=500 />
//Fuck...//
//I'm so close!//
<span id="cum">
<<link "//I'm!!!!!//">>
<<replace "#cum">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update481.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<timed 100ms>>\
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//Teasingly the girl takes off her dress and...//
<img src="Images/Rework065update/Rework065update516.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> I'm ready!
<span style="color:cadetblue;">Girl:</span> Do you want to...
<span id="choice">
<<link "//Doggy Style//">>
<<replace "#choice">>
<span style="color:cadetblue;">Girl:</span> Fuck me from behind?
<span style="color:#00ccff;">Knight:</span> (blushes)
<span style="color:cadetblue;">Girl:</span> Hehe.
<img src="Images/Rework065update/Rework065update517.jpg" height=500 />
//The girl gets on all fours.//
<span style="color:cadetblue;">Girl:</span> My boy pussy is ready ! (smiles)
//Boy pussy?//
//The knight slowly inserts his dick into the her ass.//
<span id="pleasure">
<<link "//Pleasure takes control//">>
<<replace "#pleasure">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update519.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Mhhhh!
<span style="color:#00ccff;">Knight:</span> Ahhh...
<span style="color:#00ccff;">Knight:</span> Fuck.
<span style="color:#00ccff;">Knight:</span> You are so tight.
<img src="Images/Rework065update/Rework065update520.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Ahhh!
<span style="color:cadetblue;">Girl:</span> Mhh!
<span style="color:cadetblue;">Girl:</span> Fuck me dear!
<span style="color:#00ccff;">Knight:</span> Your wish is my command.
<img src="Images/Rework065update/Rework065update521.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Mhhhm.
<span style="color:cadetblue;">Girl:</span> (moans)
<span style="color:cadetblue;">Girl:</span> Ahhh
<span style="color:cadetblue;">Girl:</span> Ooooooohhh...
<img src="Images/Rework065update/Rework065update522.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Fuck my boypussy!
<span style="color:cadetblue;">Girl:</span> Oooh
<span style="color:cadetblue;">Girl:</span> You are amazing.
<span style="color:#00ccff;">Knight:</span> Oh I'm almost there!
<img src="Images/Rework065update/Rework065update523.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> AAAAAAHHHHHH!!!!!!
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update524.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $masclevel2arousedface3 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Missionary//">>
<<replace "#choice">>
<span style="color:#00ccff;">Knight:</span> Lay on your back baby.
<img src="Images/Rework065update/Rework065update518.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Sure.
//They kiss.//
//And the knight inserts his dick into her ass.//
<span id="pleasure">
<<link "//Pleasure takes control//">>
<<replace "#pleasure">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update525.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> AAhh..
<span style="color:#00ccff;">Knight:</span> Fuck you feel amazing.
<span style="color:cadetblue;">Girl:</span> Ahh..
<span style="color:cadetblue;">Girl:</span> Please.
<img src="Images/Rework065update/Rework065update526.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> My boy pussy wants your cock!
//Boy pussy?//
<span style="color:#00ccff;">Knight:</span> Oh yes. (grunts)
<span style="color:#00ccff;">Knight:</span> Take this.
<span style="color:cadetblue;">Girl:</span> Aaah!
<span style="color:#00ccff;">Knight:</span> AAhh!
<img src="Images/Rework065update/Rework065update527.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> You are so tight.
<span style="color:#00ccff;">Knight:</span> Your ass feels amazing.
<span style="color:#00ccff;">Knight:</span> You are squeezing my cock!
<span style="color:cadetblue;">Girl:</span> Aaaaaaaaah!
<span style="color:cadetblue;">Girl:</span> Yes!!
<img src="Images/Rework065update/Rework065update528.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Aaaaaaaaah!
<span style="color:cadetblue;">Girl:</span> Fuc-
<span style="color:cadetblue;">Girl:</span> Ahh
<span style="color:cadetblue;">Girl:</span> Ahh
<img src="Images/Rework065update/Rework065update529.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Ahh
<span style="color:cadetblue;">Girl:</span> Oh.
<span style="color:cadetblue;">Girl:</span> I'm...
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update530.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $masclevel2arousedface3 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<timed 100ms>>\
<<set $masclevel2arousedface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//Teasingly the girl takes off her dress and...//
<img src="Images/Rework065update/Rework065update516.jpg" height=500 />
//Wait what's this?//
//She has a penis?//
<span style="color:cadetblue;">Girl:</span> I'm ready!
<span style="color:cadetblue;">Girl:</span> Do you want to...
<span id="choice">
<<link "//Doggy Style//">>
<<replace "#choice">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">Girl:</span> Fuck me from behind?
<span style="color:#00ccff;">Knight:</span> (blushes)
<span style="color:cadetblue;">Girl:</span> Hehe.
<img src="Images/Rework065update/Rework065update517.jpg" height=500 />
//The girl gets on all fours.//
<span style="color:cadetblue;">Girl:</span> My boy pussy is ready ! (smiles)
//Boy pussy?//
//The knight slowly inserts his dick into the her ass.//
<span id="pleasure">
<<link "//Pleasure takes control//">>
<<replace "#pleasure">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update519.png" height=500 />
<span style="color:cadetblue;">Girl:</span> Mhhhh!
<span style="color:#00ccff;">Knight:</span> Ahhh...
<span style="color:#00ccff;">Knight:</span> Fuck.
<span style="color:#00ccff;">Knight:</span> You are so tight.
<img src="Images/Rework065update/Rework065update520.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Ahhh!
<span style="color:cadetblue;">Girl:</span> Mhh!
<span style="color:cadetblue;">Girl:</span> Fuck me dear!
<span style="color:#00ccff;">Knight:</span> Your wish is my command.
<img src="Images/Rework065update/Rework065update521.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> Mhhhm.
<span style="color:cadetblue;">Girl:</span> (moans)
<span style="color:cadetblue;">Girl:</span> Ahhh
<span style="color:cadetblue;">Girl:</span> Ooooooohhh...
<img src="Images/Rework065update/Rework065update522.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Fuck my boypussy!
<span style="color:cadetblue;">Girl:</span> Oooh
<span style="color:cadetblue;">Girl:</span> You are amazing.
<span style="color:#00ccff;">Knight:</span> Oh I'm almost there!
<img src="Images/Rework065update/Rework065update523.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> AAAAAAHHHHHH!!!!!!
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update524.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $masclevel2arousedface3 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Missionary//">>
<<replace "#choice">>
<<set $masclevel2arousedface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#00ccff;">Knight:</span> Lay on your back baby.
<img src="Images/Rework065update/Rework065update518.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Sure.
//They kiss.//
//And the knight inserts his dick into her ass.//
<span id="pleasure">
<<link "//Pleasure takes control//">>
<<replace "#pleasure">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update525.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> AAhh..
<span style="color:#00ccff;">Knight:</span> Fuck you feel amazing.
<span style="color:cadetblue;">Girl:</span> Ahh..
<span style="color:cadetblue;">Girl:</span> Please.
<img src="Images/Rework065update/Rework065update526.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> My boy pussy wants your cock!
//Boy pussy?//
<span style="color:#00ccff;">Knight:</span> Oh yes. (grunts)
<span style="color:#00ccff;">Knight:</span> Take this.
<span style="color:cadetblue;">Girl:</span> Aaah!
<span style="color:#00ccff;">Knight:</span> AAhh!
<img src="Images/Rework065update/Rework065update527.jpg" height=500 />
<span style="color:#00ccff;">Knight:</span> You are so tight.
<span style="color:#00ccff;">Knight:</span> Your ass feels amazing.
<span style="color:#00ccff;">Knight:</span> You are squeezing my cock!
<span style="color:cadetblue;">Girl:</span> Aaaaaaaaah!
<span style="color:cadetblue;">Girl:</span> Yes!!
<img src="Images/Rework065update/Rework065update528.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Aaaaaaaaah!
<span style="color:cadetblue;">Girl:</span> Fuc-
<span style="color:cadetblue;">Girl:</span> Ahh
<span style="color:cadetblue;">Girl:</span> Ahh
<img src="Images/Rework065update/Rework065update529.jpg" height=500 />
<span style="color:cadetblue;">Girl:</span> Ahh
<span style="color:cadetblue;">Girl:</span> Oh.
<span style="color:cadetblue;">Girl:</span> I'm...
//Fuck this is so hot.//
<span id="cum">
<<link "//I'm//">>
<<replace "#cum">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update530.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $masclevel2arousedface3 to true>>\
<<set $femDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<span style="color:#00ccff;">Knight:</span> Well?
<span style="color:#00ccff;">Knight:</span> How do you want it?
<span style="color:#ff3333;">Girl:</span> Ummm...
<img src="Images/Rework065update/Rework065update580.jpg" height=500 />
//She thinks and picks//
<span id="choice">
<<link "//Doggy style//">>
<<replace "#choice">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#ff3333;">Girl:</span> Fuck me from behind.
//The knight goes behind her.//
//Gets his huge cock ready to insert and-//
<img src="Images/Rework065update/Rework065update602.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Fuck!
<span style="color:#ff3333;">Girl:</span> You are so much bigger!
<span style="color:#ff3333;">Girl:</span> FUCK!
//The knight laughs.//
//He then grabs her waist and starts moving his dick back and forth.//
<img src="Images/Rework065update/Rework065update601.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> OH MY....
<span style="color:#ff3333;">Girl:</span> UGHHHH!!!
//It's like he is destroying her.//
//With each thrust.//
//He is pushing more of his dick in her.//
//And her body just takes it.//
<img src="Images/Rework065update/Rework065update600.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> FFFFUCK!!!
<span style="color:#ff3333;">Girl:</span> YES!!
//She is really enjoying it.//
//Why is...//
<img src="Images/Rework065update/Rework065update599.jpg" height=500 />
//Why am I getting turned on?//
//This is my girlfriend.//
//Being fucked by someone else.//
//I should...//
<img src="Images/Rework065update/Rework065update598.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Deeper! Deeper! Deeper!
//Ughhhh...//
//This is so hot.//
//Watching her be fucked by this monster cock.//
//His body towering over her.//
<img src="Images/Rework065update/Rework065update596.jpg" height=500 />
//Her face on the grass.//
//And her moans.//
//Mhhhh....//
//My dick is twitching.//
//I...//
<span id="cumming">
<<link "//I'm...//">>
<<replace "#cumming">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update597.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $masclevel2arousedface2 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Cowgirl//">>
<<replace "#choice">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#ff3333;">Girl:</span> I want to ride that cock!
//The knight lays down on the grass.//
//And she gets on top.//
<img src="Images/Rework065update/Rework065update592.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Fffuckk!
<span style="color:#ff3333;">Girl:</span> It's so much bigger than yours!
//She slides his cock inside her.//
//The knight is smiling.//
<img src="Images/Rework065update/Rework065update593.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> It's soo good!
//She is slowly rocking.//
//Going back and forth.//
//Back and forth.//
<span style="color:#ff3333;">Girl:</span> Soooo good!
<img src="Images/Rework065update/Rework065update594.jpg" height=500 />
//Back and forth.//
//Back and forth.//
//She starts going faster.//
//And faster.//
<img src="Images/Rework065update/Rework065update595.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> AH! AH! AH!
//Mhhhh....//
//This is so hot!//
//My dick is twitching.//
//I...//
<span id="cumming">
<<link "//I'm...//">>
<<replace "#cumming">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update591.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $masclevel2arousedface2 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><span style="color:#00ccff;">Knight:</span> Well?
<span style="color:#00ccff;">Knight:</span> How do you want it?
<img src="Images/Rework065update/Rework065update579.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Ummm...
//She looks towards me with the pleading eyes.//
//What?//
//She wants me to make the choice?//
<span id="choice">
<<link "//Doggy Style//">>
<<replace "#choice">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#ff3333;">Girl:</span> Ok (soft smile).
//The knight goes behind her.//
//Gets his huge cock ready and//
<img src="Images/Rework065update/Rework065update585.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> AHHHH!!!!
<span style="color:#ff3333;">Girl:</span> It's so big!
//The knight laughs.//
//He then grabs her waist and starts moving his dick back and forth.//
<img src="Images/Rework065update/Rework065update586.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> OH MY....
<span style="color:#ff3333;">Girl:</span> UGHHHH!!!
<span style="color:#ff3333;">Girl:</span> IT'S SO BIG!!
//She keeps yelling.//
<img src="Images/Rework065update/Rework065update603.jpg" height=500 />
//And the knight keeps fucking.//
//And I'm just...//
//Supposed to watch this?//
//Mhhhh....//
//It's so...//
<img src="Images/Rework065update/Rework065update604.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> Ughh!!! FUCK!
<span style="color:#ff3333;">Girl:</span> Fuuucckk!!
<span style="color:#ff3333;">Girl:</span> UUHHHHH!!!
//Hot!//
//She is getting pounded hard.//
//Like REALLY hard.//
<img src="Images/Rework065update/Rework065update605.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> AAGGGHHH!!!!
<span style="color:#ff3333;">Girl:</span> FFFFFUCK!!!
<span id="cumming">
<<link "//I'm...//">>
<<replace "#cumming">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update606.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $masclevel2arousedface2 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Cowgirl//">>
<<replace "#choice">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#ff3333;">Girl:</span> Ok (soft smile).
//The knight lays down on the grass.//
//And she gets on top.//
//And then.//
<img src="Images/Rework065update/Rework065update587.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> FUCK!
//She slides his cock inside her.//
<span style="color:#ff3333;">Girl:</span> S-S-S-SO GOOOOOD!!!
//The knight laughs.//
//Then the girl grabs his hands and holds them over his head.//
//She starts going up and down.//
//Up and down.//
<img src="Images/Rework065update/Rework065update588.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> AHhhh!!!
//Going faster.//
<span style="color:#ff3333;">Girl:</span> Fuck!!
//And faster.//
<span style="color:#ff3333;">Girl:</span> Oh goddess!!!
//Her ass jiggling as she is riding him.//
<img src="Images/Rework065update/Rework065update589.jpg" height=500 />
//Her breasts bouncing up and down.//
//Her whole body rocking.//
//This is ....//
//....//
//So hot.//
<img src="Images/Rework065update/Rework065update590.jpg" height=500 />
<span style="color:#ff3333;">Girl:</span> UGGGGGGGGGGGGGGGHHHH!!
<span id="cumming">
<<link "//I'm...//">>
<<replace "#cumming">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//CUMMING!!!//
<img src="Images/Rework065update/Rework065update591.jpg" height=500 />
//As you cum so does the character in the magazine.//
//Your body spasms and you drop the magazine.//
//As I try to reflect on the experience my eyes close and I drift to sleep.//
<<link "Continue">>
<<set $masclevel2arousedface2 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $corruption ++>>\
<<set $technique ++>>\
<<goto "My Bedroom">>
<<script>>reduceFever();<</script>>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I hear grunting coming from Maedhros' bedroom.//
<span id="open">
<<link "//As I open the door, I see Maedhro doing pushups.//">>
<<replace "#open">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time1.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> 97!
<span style="color:chartreuse;">Maedhro:</span> 98!
<span style="color:chartreuse;">Maedhro:</span> 99!
<span style="color:cadetblue;">$playerName:</span> Hey!
<span style="color:chartreuse;">Maedhro:</span> 100!
//He pauses to gather his breath.//
<span style="color:chartreuse;">Maedhro:</span> Hey, bro!
<span style="color:cadetblue;">$playerName:</span> You ok?
<span style="color:chartreuse;">Maedhro:</span> I'm great!
<span style="color:chartreuse;">Maedhro:</span> I got a few more of these sets to go.
<span style="color:chartreuse;">Maedhro:</span> Want to join in?
<span style="color:cadetblue;">$playerName:</span> Few more?
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<img src="Images/Rework066time/Rework066time2.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I'm doing 10 sets of 100.
<span style="color:cadetblue;">$playerName:</span> 1000 pushups?!
<span style="color:chartreuse;">Maedhro:</span> Yeah.
//I can't believe it. He could barely do 10 when we last worked out together.//
<span style="color:chartreuse;">Maedhro:</span> Come on. Just two more sets.
//Emmm....//
<span id="Choice1">
<<link "//Alright sure //❤️💪">>
<<replace "#Choice1">>
<<set $maedhroRel ++>>\
<<set $strength ++>>\
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> Ready when you are.
<span id="push">
<<link "//He starts his next set.//">>
<<replace "#push">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time1.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> 1...2...3
<span style="color:chartreuse;">Maedhro:</span> 4! 5! 6!
//As time passes.//
//I feel my body being so much more stronger now.//
<span style="color:chartreuse;">Maedhro:</span> 95!
//96!//
//97!//
//98!//
<span style="color:chartreuse;">Maedhro:</span> 100.
//Wow...//
//I mean doing this set was... bearly a challenge.//
<span style="color:chartreuse;">Maedhro:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> One more.
<span style="color:chartreuse;">Maedhro:</span> You ready.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> 1!
//2!//
//3!//
//...//
<span id="w">
<<link "//...//">>
<<replace "#w">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time3.jpg" height=500 />
//100!//
<span style="color:chartreuse;">Maedhro:</span> Hah. That was good.
<span style="color:cadetblue;">$playerName:</span> Yeah...
//A small pause fills the room.//
<span style="color:chartreuse;">Maedhro:</span> So uh....
<span style="color:chartreuse;">Maedhro:</span> I have been thinking.
<span style="color:chartreuse;">Maedhro:</span> What if we'd do some running as well.
<span style="color:chartreuse;">Maedhro:</span> In the park.
<span style="color:chartreuse;">Maedhro:</span> It would be awesome.
<span style="color:chartreuse;">Maedhro:</span> Right?
<span style="color:cadetblue;">$playerName:</span> Wait. You want to go out in the public and run in the park?
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> Fresh air and all that...
//Who is this that I am talking to?//
//Is it really Maedhro?//
//But this is good.//
//Getting Maedhro out of his shy shell is great.//
<span id="support">
<<link "//I should support him.//">>
<<replace "#support">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time4.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Ok. Sure.
<span style="color:chartreuse;">Maedhro:</span> Yes!!
<span style="color:chartreuse;">Maedhro:</span> Awesome!
<span style="color:chartreuse;">Maedhro:</span> Let's meet up either saturday or sunday evening.
<span style="color:cadetblue;">$playerName:</span> Sounds good.
<span style="color:chartreuse;">Maedhro:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> I'm going to go and have a shower.
<span style="color:chartreuse;">Maedhro:</span> Later.
<span style="color:cadetblue;">$playerName:</span> Alright.
//I really can't wrap my head around how Maedhro has changed so much because of the transformation.//
//I'd better get going.//
<<link "Continue">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 4>>
<<set $time to advanceTime($time)>>
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I think I'm good. Thanks. ❤️🔱//">>
<<replace "#Choice1">>
<<set $maedhroRel ++>>\
<<set $maedhroDomSub ++>>\
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Nah. I think I'm good.
<span style="color:chartreuse;">Maedhro:</span> What was that?
<img src="Images/Rework066time/Rework066time5.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Bwaak.. Bwaak.. Bwaak (chicken noises)
<span style="color:cadetblue;">$playerName:</span> Stop it.
<span style="color:chartreuse;">Maedhro:</span> (chicken noises) Bwaak.. Bwaak... Bwaak..
<span style="color:cadetblue;">$playerName:</span> Fine. Fine.
<span style="color:cadetblue;">$playerName:</span> I'll join in.
<span style="color:white;">Madhro:</span> Nice!
<span style="color:chartreuse;">Maedhro:</span> Ready when you are.
<span id="k">
<<link "//He starts his next set.//">>
<<replace "#k">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time1.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> 1...2...3
<span style="color:chartreuse;">Maedhro:</span> 4! 5! 6!
//As time passes.//
//I feel my body being so much more stronger now.//
<span style="color:chartreuse;">Maedhro:</span> 95!
//96!//
//97!//
//98!//
<span style="color:chartreuse;">Maedhro:</span> 100.
//Wow...//
//I mean doing this set was... bearly a challenge.//
<span style="color:chartreuse;">Maedhro:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> One more.
<span style="color:chartreuse;">Maedhro:</span> You ready.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> 1!
//2!//
//3!//
//...//
<span id="ending2">
<<link "//...//">>
<<replace "#ending2">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time3.jpg" height=500 />
//100!//
<span style="color:chartreuse;">Maedhro:</span> Hah. That was good.
<span style="color:cadetblue;">$playerName:</span> Yeah...
//A small pause fills the room.//
<span style="color:chartreuse;">Maedhro:</span> So uh....
<span style="color:chartreuse;">Maedhro:</span> I have been thinking.
<span style="color:chartreuse;">Maedhro:</span> What if we'd do some running as well.
<span style="color:chartreuse;">Maedhro:</span> In the park.
<span style="color:chartreuse;">Maedhro:</span> It would be awesome.
<span style="color:chartreuse;">Maedhro:</span> Right?
<span style="color:cadetblue;">$playerName:</span> Wait. You want to go out in the public and run in the park?
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> Fresh air and all that...
//Who is this that I am talking to.//
//Is it really Maedhro?//
//But this is good.//
//Getting Maedhro out of his shy shell is great.//
<span id="best">
<<link "//I should support him.//">>
<<replace "#best">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time4.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Ok. Sure.
<span style="color:chartreuse;">Maedhro:</span> Yes!!
<span style="color:chartreuse;">Maedhro:</span> Awesome!
<span style="color:chartreuse;">Maedhro:</span> Let's meet up in the evenings.
<span style="color:cadetblue;">$playerName:</span> Sounds good.
<span style="color:chartreuse;">Maedhro:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> I'm going to go and have a shower.
<span style="color:chartreuse;">Maedhro:</span> Later.
<span style="color:cadetblue;">$playerName:</span> Alright.
//I really can't wrap my head around how Maedhro has changed so much because of the transformation.//
//I'd better get going.//
<<link "Continue">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 4>>
<<set $time to advanceTime($time)>>
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//As I walk past Maedhros door I hear sounds coming from his room.//
<span style="color:chartreuse;">Maedhro:</span> (puffing) ah. ah. ah.
<span style="color:chartreuse;">Maedhro:</span> t-t-t-two!
<span id="start">
<<link "//I take a look inside and Maedhro is giving her best to do push ups.//">>
<<replace "#start">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time6.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> t-t-t-thr-
//And she collapses to the floor as she tries to do the third one.//
<span style="color:chartreuse;">Maedhro:</span> Damn it.
<span style="color:cadetblue;">$playerName:</span> Hello Maedhro.
<span style="color:chartreuse;">Maedhro:</span> $playerName!!
<span style="color:cadetblue;">$playerName:</span> Are you working out?
<span style="color:chartreuse;">Maedhro:</span> Trying...
<span style="color:cadetblue;">$playerName:</span> Want me to join?
<span style="color:chartreuse;">Maedhro:</span> Sure.
//We both get into a position to start doing the push ups.//
<span style="color:chartreuse;">Maedhro:</span> Ready?
<span style="color:cadetblue;">$playerName:</span> Yea.
<span style="color:chartreuse;">Maedhro:</span> o-o-o-one
<span style="color:cadetblue;">$playerName:</span> t-t-t-t-wo
<span id="fail">
<<link "//And as we both try to do the third pushup we fall headfirst onto the floor.//">>
<<replace "#fail">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time7.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Ow... I can't.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> I'm done exercising.
<span style="color:chartreuse;">Maedhro:</span> I barely could do 10 pushups before.
<span style="color:chartreuse;">Maedhro:</span> And now... (she points to her transformed body)...
<span style="color:chartreuse;">Maedhro:</span> I can do what?
<span style="color:chartreuse;">Maedhro:</span> Two pushups?!
<span style="color:cadetblue;">$playerName:</span> ...
//She seems really frustrated and confused.//
//I want to make her feel better somehow.//
//Wait.//
<span id="idea">
<<link "//An idea sparks into my head.//">>
<<replace "#idea">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time8.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> I think I have an idea.
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:cadetblue;">$playerName:</span> Why don't we train doing something else.
<span style="color:chartreuse;">Maedhro:</span> Like what?
<span style="color:cadetblue;">$playerName:</span> Like running.
<span style="color:cadetblue;">$playerName:</span> In the park.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Come on it would be fun.
<span style="color:chartreuse;">Maedhro:</span> (sighs)..
<span style="color:chartreuse;">Maedhro:</span> O-ok.
<span id="choice1">
<<link "//Make a nice comment //✨❤️">>
<<replace "#choice1">>
<<set $charisma ++>>\
<<set $maedhroRel++>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Don't worry.
<span style="color:cadetblue;">$playerName:</span> It would be a nice way for us to spend some more time together.
<img src="Images/Rework066time/Rework066time9.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> Catch you in a park then (soft smile).
<<link "Continue">>
<<set $mascLevel2blushface2 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 4>>
<<set $time to advanceTime($time)>>
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Make a dirty comment //😈💜">>
<<replace "#choice1">>
<<set $corruption ++>>\
<<set $maedhroCorruption ++>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Besides, now that we are basically girls, getting arms bigger really shouldn't be your priority.
<span style="color:cadetblue;">$playerName:</span> Getting fit and lean by running however-
<img src="Images/Rework066time/Rework066time11.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Ok. Stop it $playerName.
<span style="color:cadetblue;">$playerName:</span> Hey! I'm being serious.
<span style="color:chartreuse;">Maedhro:</span> Later $playerName.
<span style="color:cadetblue;">$playerName:</span> Alright. See ya.
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 4>>
<<set $time to advanceTime($time)>>
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//As I walk past Maedhros door I hear sounds coming from his room.//
<span style="color:chartreuse;">Maedhro:</span> (puffing) ah. ah. ah.
<span style="color:chartreuse;">Maedhro:</span> t-t-t-two!
<span id="what">
<<link "//I take a look inside and Maedhro is giving her best to do push ups.//">>
<<replace "#what">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time6.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> t-t-t-thr-
//And she collapses to the floor as she tries to do the third one.//
<span style="color:chartreuse;">Maedhro:</span> Damn it.
<span style="color:cadetblue;">$playerName:</span> Hello Maedhro.
<span style="color:chartreuse;">Maedhro:</span> $playerName!!
<span style="color:cadetblue;">$playerName:</span> Are you working out?
<span style="color:chartreuse;">Maedhro:</span> No!
<span style="color:chartreuse;">Maedhro:</span> I think I will never work out again.
<span style="color:cadetblue;">$playerName:</span> Why not?
<span id="com">
<<link "//I go inside and sit on her bed.//">>
<<replace "#com">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time7.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> It was hard enough at first, but now...
<span style="color:chartreuse;">Maedhro:</span> Now that I have changed to...
<span style="color:chartreuse;">Maedhro:</span> (she makes a gesture with her hands on her body) It's completely pointless.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
//She looks really troubled about her situation.//
//An idea comes to mind.//
<span style="color:cadetblue;">$playerName:</span> Why don't you work out differently?
<span style="color:cadetblue;">$playerName:</span> Try something other than doing just pushups.
<span style="color:chartreuse;">Maedhro:</span> Like what?
<span style="color:cadetblue;">$playerName:</span> Like running.
<span style="color:chartreuse;">Maedhro:</span> (curious) Running?
<span style="color:cadetblue;">$playerName:</span> Yeah. Running.
<img src="Images/Rework066time/Rework066time8.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I don't...
<span style="color:cadetblue;">$playerName:</span> I think it's worth a try.
<span style="color:cadetblue;">$playerName:</span> Look.
<span style="color:cadetblue;">$playerName:</span> We can meet up at the park and go running together.
<span style="color:chartreuse;">Maedhro:</span> Well...
<span style="color:chartreuse;">Maedhro:</span> (Bit hesitant) O-ok.
<span style="color:cadetblue;">$playerName:</span> Great. So saturday or sunday sound good?
<span style="color:chartreuse;">Maedhro:</span>(nods)
<span style="color:cadetblue;">$playerName:</span> (soft smile).
<span id="choice1">
<<link "//Make a nice comment //❤️✨">>
<<replace "#choice1">>
<<set $maedhroRel ++>>\
<<set $charisma ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Don't worry.
<span style="color:cadetblue;">$playerName:</span> It would be a nice way for us to spend some more time together.
<img src="Images/Rework066time/Rework066time9.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> Catch you in a park then (soft smile).
<<link "Continue">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 4>>
<<set $time to advanceTime($time)>>
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Make a dirty comment //😈💜">>
<<replace "#choice1">>
<<set $corruption ++>>\
<<set $maedhroCorruption ++>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Besides, now that you are a girl, getting arms bigger really shouldn't be your priority.
<span style="color:cadetblue;">$playerName:</span> Getting fit and lean by running however-
<img src="Images/Rework066time/Rework066time10.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Ok. Stop it $playerName.
<span style="color:cadetblue;">$playerName:</span> Alright. Alright.
<span style="color:chartreuse;">Maedhro:</span> Later $playerName.
<<link "Continue">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 4>>
<<set $time to advanceTime($time)>>
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $currentLocation = "Park">>\
<div class = "description-box-park-intro">
//You are in the Klimmore park.//
</div>
<<if $time eq "Night">>
<<set document.body.style.backgroundImage = "url('Images/Locations/park-night.jpg')">>\
<<elseif $time is "Evening" and $parkrunWithMaedhroToday is false and $maedhroStrory neq 5 and $maedhroStory gte 4>>
<<if $maedhroMascNetori is true>>
<<set document.body.style.backgroundImage = "url('Images/Locations/MaedhroParkGNetori.png')">>\
<<else>>
<<set document.body.style.backgroundImage = "url('Images/Locations/MaedhroParkG.png')">>\
<</if>>
<<else>>\
<<set document.body.style.backgroundImage = "url('Images/Locations/park-day.png')">>\
<</if>>\
<div class="description-box-park">\
Interactions:
<<if $maedhroStory is 4 and ($day is "Saturday" or $day is "Sunday") and $time is "Evening">>\
<<if $mascC is true>>\
<<if $maedhroDeg gt 0>>\
[[Event: Going for a run with Maedhro.|MaedhroStory4Netori]]
<<elseif $maedhroDeg is 0>>\
[[Event: Going for a run with Maedhro.|MaedhroStory4Mascs]]
<</if>>\
<<elseif $femC is true>>\
[[Event: Going for a run with Maedhro.|MaedhroStory4Fems]]
<</if>>\
<</if>>\
<<if $maedhroStory is 5 and $time is "Evening" and $maedhroRelLevel1check is true>>\
<<if $mascC is true>>\
<<if $maedhroDeg gt 0>>\
[[Event: Hmmm... Where is Maedhro?|MaedhroStory5Part2Netori]]
<<elseif $maedhroDeg is 0>>\
[[Event: Hmmm... Where is Maedhro?|MaedhroStory5Part2Mascs]]
<</if>>\
<<elseif $femC is true>>\
[[Event: Hmmm... Where is Maedhro?|MaedhroStory5Part2Fems]]
<</if>>\
<</if>>\
<<if $time is "Evening" and $parkrunWithMaedhroToday is false and $maedhroStory gte 6>>\
<<if $mascC is true>>\
<<if $maedhroDeg gt 0>>\
[[Maedhro is working out 💜(❤️🎭)💪⏰.|MaedhroParkWorkoutNETORI]]
<<elseif $maedhroDeg is 0>>\
[[Maedhro is working out. (💜❤️)💪⏰|MaedhroParkWorkoutMASCS]]
<</if>>\
<<elseif $femC is true>>\
[[Maedhro is working out. (💜❤️)💪⏰|MaedhroParkWorkoutFEMS]]
<</if>>\
<</if>>\
</div>\
<div class="navigation-box">\
Go to:
[[Streets]]
</div>
<<if $done is true>>
<<if $maedhroStory gte 9 and $cecilyStory is 6 and $alarielStory gte 7>>
[[Event: Is that Cecily?|CecilyStory6]]
<</if>>
<<if $mascC is true>>\
<<if $inledyaStory is 9 and $time is "Night">>\
[[Event: Meeting up with the landlord|InledyaStory9mascs]]
<</if>>\
<<if $zogStory gte 4 and $thaliaStory gte 5 and $cecilyStory is 8 and $rowenaStory gte 2 and $cecilyDom gt $cecilyDeg and $cecilyDom gt $cecilySub and $time is "Night">>\
[[Event: Oh no. Cecily!|CecilyStory8MASCDOM]]
<</if>>\
<<if $zogStory gte 4 and $thaliaStory gte 5 and $cecilyStory is 8 and $rowenaStory gte 2 and $cecilySub gt $cecilyDeg and $cecilySub gt $cecilyDom and $time is "Night">>\
[[Event: Oh no. Cecily!|CecilyStory8MASCROM]]
<</if>>\
<<if $thaliaStory is 5 and $cecilyStory is 11>>
[[Where the heck is Thalia?|ThaliaStory6MASCS]]
<</if>>
<<elseif $femC is true>>\
<<if $inledyaStory is 9 and $time is "Night">>\
[[Event: Meeting up with the landlord|InledyaStory9fems]]
<</if>>\
<<if $zogStory gte 4 and $thaliaStory gte 5 and $cecilyStory is 8 and $rowenaStory gte 2 and $cecilySub gt $cecilyDeg and $cecilySub gt $cecilyDom and $time is "Night">>\
[[Event: Oh no. Cecily!|CecilyStory8FEMSUBNTR]]
<</if>>\
<<if $zogStory gte 4 and $thaliaStory gte 5 and $cecilyStory is 8 and $rowenaStory gte 2 and $cecilyDom gt $cecilyDeg and $cecilyDom gt $cecilySub and $time is "Night">>\
[[Event: Oh no. Cecily!|CecilyStory8FEMROM]]
<</if>>\
<<if $zogStory gte 4 and $thaliaStory gte 5 and $cecilyStory is 8 and $rowenaStory gte 2 and $cecilyDeg gt $cecilySub and $cecilyDeg gt $cecilyDom and $time is "Night">>\
[[Event: Oh no. Cecily!|CecilyStory8FEMDEG]]
<</if>>\
<<if $thaliaStory is 5 and $cecilyStory is 11>>
[[Where the heck is Thalia?|ThaliaStory6FEMS]]
<</if>>
<</if>>\
Interactions:
<<if $inledyaStory gte 10 and $femC is true and $time is "Night">>\
[[Sell pills|Fems selling pills]]
<</if>>\
<<if $inledyaStory gte 10 and $mascC is true and $time is "Night">>\
[[Sell pills|Mascs selling pills]]
<</if>>\
<</if>>\
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-park-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-park {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-park-intro,
.description-box-park,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<set $parkrunWithMaedhroToday = false>>\
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I make my way to the park.//
//Maedhro said he'd be here...//
<span id="hey1">
<<link "//Oh there he is.//">>
<<replace "#hey1">>
<img src="Images/Rework066time/Rework066time12.png" height=500 />
//He is waving his hand.//
<span style="color:chartreuse;">Maedhro:</span> Hey you made it!
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> Great.
<span style="color:chartreuse;">Maedhro:</span> So...
<span style="color:chartreuse;">Maedhro:</span> I am thinking just running around the park a few laps and yeah.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> Great.
<span style="color:chartreuse;">Maedhro:</span> Then come on.
<span id="hey2">
<<link "//We start running.//">>
<<replace "#hey2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time13.png" height=500 />
//As we run pass a group of female guards I notice them looking at us.//
<span style="color:chartreuse;">Maedhro:</span> Assholes.
<span style="color:cadetblue;">$playerName:</span> Huh?
<span style="color:cadetblue;">$playerName:</span> You mean those guards?
<span style="color:chartreuse;">Maedhro:</span> Yeah...
<span style="color:chartreuse;">Maedhro:</span> Let's just focus on running.
//Hmm...//
//Something in me says to me there is more to it.//
//Like he's encountered them before.//
//But nevermind that.//
//Let's just focus on running.//
//...//
//..//
//.//
<span id="hey3">
<<link "//As we finished the lap and reached the point were we initially took off-//">>
<<replace "#hey3">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time14.jpg" height=500 />
<span style="color:BurlyWood;">Guard1:</span> Hehe what's up Maedhro?
<span style="color:BurlyWood;">Guard1:</span> This you friend?
//I look at Maedhro he isn't paying any attention to them.//
<span style="color:Bisque;">Guard2:</span> What's the matter Maedhro?
//The guards come closer to us.//
//What the fuck is going?//
<span style="color:BurlyWood;">Guard1:</span> You know I'm getting hungry.
<span style="color:BurlyWood;">Guard1:</span> And the price of chickens has gone up.
<span style="color:chartreuse;">Maedhro:</span> I don't have any money on me.
<img src="Images/Rework066time/Rework066time15.jpg" height=500 />
<span style="color:BurlyWood;">Guard1:</span> Hmmm...
<span style="color:BurlyWood;">Guard1:</span> That's sad...
<span style="color:Bisque;">Guard2:</span> I think he's lying.
<span style="color:BurlyWood;">Guard1:</span> Hmm..
<span style="color:BurlyWood;">Guard1:</span> You wouldn't be lying to me now would you Maedhro?
<span id="choice1">
<<link "//Step in //🎭💜🔱">>
<<replace "#choice1">>
<<set $confidence ++>>\
<<set $maedhroCorruption ++>>\
<<set $maedhroDomSub ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I turn to the guard.//
<span style="color:cadetblue;">$playerName:</span> Please just leave us be mam.
<img src="Images/Rework066time/Rework066time16.jpg" height=500 />
<span style="color:BurlyWood;">Guard1:</span> (smirking) Mam?
<span style="color:BurlyWood;">Guard1:</span> That's cute.
<span style="color:BurlyWood;">Guard1:</span> But I wasn't talking to you now handsome now was I?
<span style="color:BurlyWood;">Guard1:</span> So be quiet.
<span style="color:BurlyWood;">Guard1:</span> (looks at Maedhor waiting for him to pull out some coins)
//Maedhro start reaching for his pocket.//
//As he does my instinct takes over and I grab Maedhros hand and stop him.//
//I turn my head toward the guard.//
<span style="color:cadetblue;">$playerName:</span> As I said, mam.
<span style="color:cadetblue;">$playerName:</span> We don't have any coins and we need to get going.
<img src="Images/Rework066time/Rework066time17.jpg" height=500 />
<span style="color:BurlyWood;">Guard1:</span> (smirks)
<span style="color:BurlyWood;">Guard1:</span> Very well.
//He let's us go but as we walk away from them we hear-//
<span style="color:BurlyWood;">Guard1:</span> Talk to you later Maedhro.
//...//
//..//
<span style="color:chartreuse;">Maedhro:</span> I don't know if that was wise $playerName.
<span style="color:chartreuse;">Maedhro:</span> (sighs)...
<span style="color:cadetblue;">$playerName:</span> I got your back you know that right?
<span style="color:chartreuse;">Maedhro:</span> ...
//We walk home.//
<<link "Continue">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 5>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Don't risk it //🧠❤️⛓️">>
<<replace "#choice1">>
<<set $intelligence++>>\
<<set $maedhroRel ++>>\
<<set $maedhroDomSub -->>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time18.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I only have a couple.
<span style="color:BurlyWood;">Guard1:</span> Couple will do.
//Maedhro reaches to his pocket and pulls out the coins.//
//Maedhro hands her the coin.//
<span style="color:BurlyWood;">Guard1:</span> Well it was nice seeing you Maedhro.
//The two guards go back to their business.//
//As we continue walking home-//
<span style="color:BurlyWood;">Guard1:</span> Talk to you later Maedhro.
<span style="color:chartreuse;">Maedhro:</span> Ugh..
//I look over at him and see his face has gone red.//
<span style="color:cadetblue;">$playerName:</span> So what was that all about?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Nothing.
<span style="color:cadetblue;">$playerName:</span> Really?
<span style="color:chartreuse;">Maedhro:</span> Yes really...
<span style="color:chartreuse;">Maedhro:</span> Thank you for not creating a scene.
<span style="color:cadetblue;">$playerName:</span> ...
//We walk home.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 5>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $parkrunWithMaedhroToday = false>>\
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I head towards the park and I see Maedhro already there waiting for me.//
<img src="Images/Rework066time/Rework066time19.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:chartreuse;">Maedhro:</span> Hey.
<span style="color:cadetblue;">$playerName:</span> You ready?
<span style="color:chartreuse;">Maedhro:</span> Mhm.
<span id="run1">
<<link "//We take off and start running through the park.//">>
<<replace "#run1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//After some time Maedhros pace slows down and she is panting.//
<span style="color:chartreuse;">Maedhro:</span> Ha... ha... ha...
<span style="color:chartreuse;">Maedhro:</span> Can we... stop.
<span style="color:cadetblue;">$playerName:</span> You alright?
<span style="color:chartreuse;">Maedhro:</span> Yeah, it's just...
<img src="Images/Rework066time/Rework066time27.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You're leaving me behind.
<span style="color:chartreuse;">Maedhro:</span> You're the one who got the good body, remember?
<span style="color:cadetblue;">$playerName:</span> Yeah. Sorry.
//As Maedhro is taking a rest, we see a couple of guards in the distance.//
//They seem to be eying Maedhro suspiciously.//
<img src="Images/Rework066time/Rework066time13.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> What's up with them?
<span style="color:chartreuse;">Maedhro:</span> Nevermind them.
<span style="color:chartreuse;">Maedhro:</span> Let's get going.
<span style="color:cadetblue;">$playerName:</span> You sure.
<span style="color:chartreuse;">Maedhro:</span> Yeah (pants).. I'm good.. (pants)..
<span style="color:cadetblue;">$playerName:</span> O-ok.
//We continue running.//
//....//
//...//
//..//
//.//
<span id="run2">
<<link "//We make it back to the point were we initially took off.//">>
<<replace "#run2">>
<span style="color:cadetblue;">$playerName:</span> You did well.
<img src="Images/Rework066time/Rework066time28.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You think?
<span style="color:chartreuse;">Maedhro:</span> I didn't really keep up with you-
<span id="run3">
<<link "//Suddenly we hear.//">>
<<replace "#run3">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time15.jpg" height=500 />
<span style="color:BurlyWood;">Guard1:</span> Maedhro is that you?
//The guard comes closer and we see a second one joining him.//
<span style="color:BurlyWood;">Guard1:</span> It is really you, isn't it?
//Emmm... What is going on?//
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:BurlyWood;">Guard1:</span> We were thinking about you Maedhro.
<span style="color:BurlyWood;">Guard1:</span> Where have you been?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:BurlyWood;">Guard1:</span> Anyway. You know why we are here right?
<span style="color:BurlyWood;">Guard1:</span> The chicken in the inn has become real expensive.
<span style="color:Bisque;">Guard2:</span> Real expensive.
<span style="color:chartreuse;">Maedhro:</span> I-I don't have any coin on me.
<span style="color:BurlyWood;">Guard1:</span> Really?
<span style="color:Bisque;">Guard2:</span> I think she's lying.
<span style="color:BurlyWood;">Guard1:</span> (addresses guard) Really?
<span style="color:BurlyWood;">Guard1:</span> (addresses Maedhro) My friend seems to think you are lying.
<span style="color:BurlyWood;">Guard1:</span> Are you lying to me Maedhro?
<span style="color:chartreuse;">Maedhro:</span> ...
//Maedhro starts moving her hand toward her pocket-//
<span id="choice1">
<<link "//Stop her// 🎭❤️">>
<<replace "#choice1">>
<<set $confidence ++>>\
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I grab her hand stopping her from reaching her pocket.//
<span style="color:cadetblue;">$playerName:</span> We don't have any coin on us mam.
<span style="color:cadetblue;">$playerName:</span> And it's getting late.
<span style="color:cadetblue;">$playerName:</span> We really need to get going.
<img src="Images/Rework066time/Rework066time16.jpg" height=500 />
<span style="color:BurlyWood;">Guard1:</span> Oh.
<span style="color:BurlyWood;">Guard1:</span> That so?
//She pauses for a moment. Thinking how should she proceed.//
<span style="color:BurlyWood;">Guard1:</span> Off you go then.
//We turn around and start making our way home.//
//As we are walking.//
<span style="color:BurlyWood;">Guard1:</span> (from the back) See you around Maedhro.
<span style="color:chartreuse;">Maedhro:</span> I don't know if that was wise $playerName.
<span style="color:cadetblue;">$playerName:</span> ...
//We continue our way towards home.//
<<link "Continue">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 5>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Don't risk it //🧠💜">>
<<replace "#choice1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<set $intelligence ++>>\
<<set $maedhroCorruption ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Maedhro takes few coins out of her pocket and hands them over to the guard.//
<span style="color:BurlyWood;">Guard1:</span> See that wasn't that hard now was it Maedhro.
<span style="color:chartreuse;">Maedhro:</span> ...
<img src="Images/Rework066time/Rework066time17.jpg" height=500 />
<span style="color:BurlyWood;">Guard1:</span> Alright.
<span style="color:BurlyWood;">Guard1:</span> Off you go then.
//We turn around and start making our way home.//
//As we are walking.//
<span style="color:BurlyWood;">Guard1:</span> (from the back) See you around Maedhro.
<span style="color:chartreuse;">Maedhro:</span> I don't know if that was wise $playerName.
<span style="color:cadetblue;">$playerName:</span> ...
//We continue our way towards home.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 5>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $parkrunWithMaedhroToday = false>>\
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//As I go to the park for a lovely evening run I see Maedhro standing there, waiting for me.//
<img src="Images/Rework066time/Rework066time19.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:chartreuse;">Maedhro:</span> Hey!
<span style="color:chartreuse;">Maedhro:</span> You ready?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> Nice.
<span id="run">
<<link "//As we start running through the park Maedhro turns to me.//">>
<<replace "#run">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time20.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> This was such a great idea $playerName.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span id="run2">
<<link "//We continue running until we notice-//">>
<<replace "#run2">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time21.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Assholes.
<span style="color:cadetblue;">$playerName:</span> Those guards you mean?
//I can feel their gaze piercing into our bodies.//
<span style="color:chartreuse;">Maedhro:</span> Just keep running $playerName.
//We continue our run.//
//...//
//..//
//.//
<span id="run3">
<<link "//Eventually we make back to the point where we started.//">>
<<replace "#run3">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time22.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Oeh... (pants)...
<span style="color:chartreuse;">Maedhro:</span> I feel tired.
<span style="color:cadetblue;">$playerName:</span> Same.
<span style="color:BurlyWood;">Guard1:</span> Well. Well. Well.
//The guard comes closer.//
<span style="color:BurlyWood;">Guard1:</span> Is that you, Maedhro?
<span id="run4">
<<link "//He pinches her cheeks.//">>
<<replace "#run4">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time23.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (whimpers)
<span style="color:BurlyWood;">Guard1:</span> It is isn't it?
<span style="color:BurlyWood;">Guard1:</span> And who's this? (he looks at me)
<span style="color:chartreuse;">Maedhro:</span> It's my <<if $incestOn is true>>brother<<else>>step-brother<</if>>.
<span style="color:BurlyWood;">Guard1:</span> <<if $incestOn is true>>Brother?<<else>>Step-brother?<</if>>
<span style="color:BurlyWood;">Guard1:</span> Hahahaha
<span style="color:Bisque;">Guard2:</span> Hahahaha
<span style="color:BurlyWood;">Guard1:</span> So what, you decided with your <<if $incestOn is true>>brother<<else>>step-brother<</if>> to become some kind of sissies?
<span id="run5">
<<link "//He releases his grip on Maedhro.//">>
<<replace "#run5">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:BurlyWood;">Guard1:</span> Time to pay up Maedhro.
<span style="color:BurlyWood;">Guard1:</span> Chickens at the inn have become quite expensive.
<span style="color:Bisque;">Guard2:</span> Yeah, really expensive.
<img src="Images/Rework066time/Rework066time24.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I don't have any coin on me.
<span style="color:BurlyWood;">Guard1:</span> Really?
<span style="color:BurlyWood;">Guard1:</span> (turns to the other guard) You think he's lying?
<span style="color:Bisque;">Guard2:</span> ...
<span style="color:BurlyWood;">Guard1:</span> I think he's lying.
<span style="color:Bisque;">Guard2:</span> Yeah, I think he's lying too.
//Maedhro starts reaching for his pocket-//
<span id="choice1">
<<link "//Grab his hand// 🎭❤️">>
<<replace "#choice1">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<set $confidence ++>>\
<<set $maedhroRel ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I grab Maedhros hand stopping him.//
<img src="Images/Rework066time/Rework066time25.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> (I turn towards the guard) Please mister.
<span style="color:cadetblue;">$playerName:</span> We don't have any money.
<span style="color:cadetblue;">$playerName:</span> We-
//The guard then reaches for my hand breaking my grip on Maedhros.//
<span style="color:BurlyWood;">Guard1:</span> Take the coin out Maedhro.
//Maedhro takes the few coins that he has in his pocket out and hands it over to the guard.//
<span style="color:BurlyWood;">Guard1:</span> Don't try to pull shit like that again you hear me.
<img src="Images/Rework066time/Rework066time26.jpg" height=500 />
<span style="color:Bisque;">Guard2:</span> Off you go, sissies.
//We turn around and start making our way back towards the apartment.//
<span style="color:BurlyWood;">Guard1:</span> (from the back) Till next time Maedhro!
<span style="color:cadetblue;">$playerName:</span> Assholes.
<<link "Continue">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 5>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "//I really shouldn't risk it// 🧠💜">>
<<replace "#choice1">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<set $intelligence ++>>\
<<set $maedhroCorruption ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Maedhro takes the few coins that he has in his pocket out and hands it over to the guard.//
<span style="color:BurlyWood;">Guard1:</span> That wasn't so hard now was it. (smirks)
<img src="Images/Rework066time/Rework066time26.jpg" height=500 />
<span style="color:Bisque;">Guard2:</span> Off you go, sissies.
//We turn around and start making our way back towards the apartment.//
<span style="color:BurlyWood;">Guard1:</span> (from the back) Till next time, Maedhro!
//Fucking assholes.//
<<link "Continue">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 5>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>//I close my eyes and drift to sleep.//
//...//
//..//
//.//
<span id="start1">
<<link "//It's so peaceful.//">>
<<replace "#start1">>
<img src="Images/Rework066time/Rework066time29.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Hey $playerName.
<span style="color:cadetblue;">$playerName:</span> Hey Maedhro.
//He comes closer.//
<span style="color:chartreuse;">Maedhro:</span> Thanks for looking out for me bro.
<span style="color:chartreuse;">Maedhro:</span> It means a lot.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span id="start2">
<<link "//He pauses for a moment.//">>
<<replace "#start2">>
<img src="Images/Rework066time/Rework066time30.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I wanted to talk to you about something.
<span style="color:cadetblue;">$playerName:</span> Hmm?
<span style="color:cadetblue;">$playerName:</span> About what?
//He pauses and looks at me.//
<span style="color:chartreuse;">Maedhro:</span> About Orianna... I think I like her.
<span style="color:cadetblue;">$playerName:</span> ...
<span id="start3">
<<link "//The door opens.//">>
<<replace "#start3">>
<img src="Images/Rework066time/Rework066time31.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Get up $playerName!
<span style="color:coral;">Inledya:</span> You are going to be late.
<span style="color:cadetblue;">$playerName:</span> Just 5 more minutes.
<span style="color:coral;">Inledya:</span> No.
<span style="color:cadetblue;">$playerName:</span> 2?
<span style="color:coral;">Inledya:</span> NO!
<span style="color:cadetblue;">$playerName:</span> Alright. Alright.
<span style="color:cadetblue;">$playerName:</span> Geting up.
<<link "Continue">>
<<set $mascLevel2sleepingface1 to false>>
<<set $mascDefaultLevel2 to true>>
<<set $maedhroRelLevel1check to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>//I close my eyes and drift to sleep.//
//...//
//..//
//.//
<span id="start1">
<<link "//It's so peaceful.//">>
<<replace "#start1">>
<img src="Images/Rework066time/Rework066time32.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Hey $playerName.
<span style="color:cadetblue;">$playerName:</span> Hey Maedhro.
//He comes closer and gives me a hug.//
<span style="color:chartreuse;">Maedhro:</span> Thanks for looking out for me bro.
<span style="color:chartreuse;">Maedhro:</span> It means a lot.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span id="start2">
<<link "//I break the hug.//">>
<<replace "#start2">>
<img src="Images/Rework066time/Rework066time33.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> I always got your back Maedhro.
<span style="color:chartreuse;">Maedhro:</span> What did you want to talk to me about?
<span style="color:cadetblue;">$playerName:</span> Well.
<span style="color:cadetblue;">$playerName:</span> Emmm....
//He puts her hand on my cheek.//
<span style="color:chartreuse;">Maedhro:</span> Is it about us?
<span style="color:cadetblue;">$playerName:</span> I...
<span id="start3">
<<link "//The door opens.//">>
<<replace "#start3">>
<img src="Images/Rework066time/Rework066time31.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Get up $playerName!
<span style="color:coral;">Inledya:</span> You are going to be late.
<span style="color:cadetblue;">$playerName:</span> Just 5 more minutes.
<span style="color:coral;">Inledya:</span> No.
<span style="color:cadetblue;">$playerName:</span> 2?
<span style="color:coral;">Inledya:</span> NO!
<span style="color:cadetblue;">$playerName:</span> Alright. Alright.
<span style="color:cadetblue;">$playerName:</span> Geting up.
<<link "Continue">>
<<set $mascLevel2sleepingface1 to false>>
<<set $mascDefaultLevel2 to true>>
<<set $maedhroRelLevel1check to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>//I close my eyes and drift to sleep.//
//...//
//..//
//.//
<span id="start1">
<<link "//It's so peaceful.//">>
<<replace "#start1">>
<img src="Images/Rework066time/Rework066time32.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Hey $playerName.
<span style="color:cadetblue;">$playerName:</span> Hey Maedhro.
//He comes closer and gives me a hug.//
<span style="color:chartreuse;">Maedhro:</span> Thanks for looking out for me bro.
<span style="color:chartreuse;">Maedhro:</span> It means a lot.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span id="start2">
<<link "//I break the hug.//">>
<<replace "#start2">>
<img src="Images/Rework066time/Rework066time34.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> I always got your back Maedhro.
<span style="color:chartreuse;">Maedhro:</span> What did you want to talk to me about?
<span style="color:cadetblue;">$playerName:</span> Well.
<span style="color:cadetblue;">$playerName:</span> Emmm....
//He puts her hand on my cheek.//
<span style="color:chartreuse;">Maedhro:</span> Is it about us?
<span style="color:cadetblue;">$playerName:</span> I...
<span id="start3">
<<link "//The door opens.//">>
<<replace "#start3">>
<img src="Images/Rework066time/Rework066time31.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Get up $playerName!
<span style="color:coral;">Inledya:</span> You are going to be late.
<span style="color:cadetblue;">$playerName:</span> Just 5 more minutes.
<span style="color:coral;">Inledya:</span> No.
<span style="color:cadetblue;">$playerName:</span> 2?
<span style="color:coral;">Inledya:</span> NO!
<span style="color:cadetblue;">$playerName:</span> Alright. Alright.
<span style="color:cadetblue;">$playerName:</span> Geting up.
<<link "Continue">>
<<set $mascLevel2sleepingface1 to false>>
<<set $femDefaultLevel2 to true>>
<<set $maedhroRelLevel1check to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//Looks like Maedhro is in the kitchen.//
<span style="color:cadetblue;">$playerName:</span> Morning!
<img src="Images/Rework066time/Rework066time35.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (surprised) Morning!
//He quickly puts his bowl onto the Magazine that he was reading.//
<span style="color:cadetblue;">$playerName:</span> What's that?
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Oh this?
<span id="mag1">
<<link "//He raises his bowl from the magazine.//">>
<<replace "#mag1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:chartreuse;">Maedhro:</span> It's nothing.
<img src="Images/Rework066time/Rework066time36.jpg" height=500 />
//I take a look, and it looks like it's some kind of school magazine, and there seems to be an image of Orianna on the page.//
<span style="color:cadetblue;">$playerName:</span> Hmm..
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:chartreuse;">Maedhro:</span> (flustered) I was just getting more information about the academy.
//Of course...//
<span id="choice1">
<<link "//Make a nice comment about Orianna (Sharing or Straight) //✨❤️🔱">>
<<replace "#choice1">>
<<set $charisma ++>>\
<<set $maedhroRel ++>>\
<<if $maedhroDomSub lt 100>>\
<<set $maedhroDomSub ++>>\
<</if>>\
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Wow.
<span style="color:cadetblue;">$playerName:</span> Orianna is a very pretty girl.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> It would be a nice idea if you were to ask her out.
<span style="color:cadetblue;">$playerName:</span> I think she likes you.
<img src="Images/Rework066time/Rework066time37.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> What!
<span style="color:chartreuse;">Maedhro:</span> No.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> No.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> You think so?
<span style="color:cadetblue;">$playerName:</span> Heh.
<span style="color:cadetblue;">$playerName:</span> I'll catch you later Maedhro.
<<link "Continue">>
<<set $talkedMaedhroInTheKitchen to true>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Make a naughty comment about Orianna (Netori)//😈💜⛓️">>
<<replace "#choice1">>
<<set $corruption ++>>\
<<set $maedhroCorruption ++>>\
<<if $maedhroDomsub gt 0>>\
<<set $maedhroDomSub -->>\
<</if>>\
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Goddess she looks hot!
<span style="color:chartreuse;">Maedhro:</span> (blushing)..
<span style="color:cadetblue;">$playerName:</span> If only I would get a change to... you know...
<span style="color:chartreuse;">Maedhro:</span> Ughh..
<span style="color:chartreuse;">Maedhro:</span> What?
<img src="Images/Rework066time/Rework066time38.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> No!
<span style="color:chartreuse;">Maedhro:</span> She doesn't like guys who act like you currently are.
<span style="color:cadetblue;">$playerName:</span> You sure?
<span style="color:cadetblue;">$playerName:</span> I'll let you know once I have a go with her.
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:chartreuse;">Maedhro:</span> What is wrong with you $playerName?
//He gets his stuff and leaves.//
//Damn.//
//I took that too far.//
//I was just joking around and then...//
//I don't know why, but I felt a strong urge to make that comment.//
//I didn't know that it would have affected Maedhro that much.//
//Hmmm...//
//I should get ready for the academy.//
<<link "Continue">>
<<set $talkedMaedhroInTheKitchen to true>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//As I go to the kitchen in the early morning I see Maedhro behind the kitchen table.//
//Maedhro seems to be reading another magazine.//
<span style="color:cadetblue;">$playerName:</span> Morning.
<img src="Images/Rework066time/Rework066time39.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Oh!
//She puts her bowl on top of the magazine trying to cover it.//
<span style="color:chartreuse;">Maedhro:</span> Good morning.
<span style="color:cadetblue;">$playerName:</span> What were you reading?
<span style="color:chartreuse;">Maedhro:</span> N.. Nothing.
<span style="color:cadetblue;">$playerName:</span> Let me see.
<span id="mag1">
<<link "//She raises the bowl to reaveal the magazine.//">>
<<replace "#mag1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time40.jpg" height=500 />
//There's an Image of male model and a title that says "How to be more attractive to men".//
<span style="color:cadetblue;">$playerName:</span> ...
//I stare at her with a dumb face.//
<span style="color:chartreuse;">Maedhro:</span> Don't.
<span style="color:chartreuse;">Maedhro:</span> This is not.
<span style="color:chartreuse;">Maedhro:</span> I-
<span style="color:chartreuse;">Maedhro:</span> It's just.
<span id="choice1">
<<link "//Maedhro I am not judging you. //🔱">>
<<replace "#choice1">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<if $maedhroDomSub lt 100>>\
<<set $maedhroDomSub ++>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Hey calm down.
//I put my hand on her shoulder.//
<img src="Images/Rework066time/Rework066time41.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> I'm not judging.
<span style="color:cadetblue;">$playerName:</span> It's fine.
<span style="color:chartreuse;">Maedhro:</span> O..
<span style="color:chartreuse;">Maedhro:</span> Okay...
<span id="choice2">
<<link "//So you like someone in practicular?// ❤️">>
<<replace "#choice2">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $maedhroRel ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> So you like someone in particular?
<img src="Images/Rework066time/Rework066time42.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> What makes you think that?!
<span style="color:cadetblue;">$playerName:</span> I'm just asking.
<span style="color:chartreuse;">Maedhro:</span> (looks to the side) ...
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:chartreuse;">Maedhro:</span> Nothing.
<span style="color:chartreuse;">Maedhro:</span> Just drop it.
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> I actually need to get going.
//She gets up.//
<span style="color:cadetblue;">$playerName:</span> Oh?
<span style="color:cadetblue;">$playerName:</span> Ok.
<span style="color:cadetblue;">$playerName:</span> Well I'll talk to you-
//And she's gone.//
//Alright then.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefualtLevel2 to true>>\
<<set $talkedMaedhroInTheKitchen to true>>
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>> | \
<<link "//So who's the lucky man?// 💜">>
<<replace "#choice2">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $maedhroCorruption ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> So who's the lucky man?
<span style="color:chartreuse;">Maedhro:</span> (blushing) What?
//She is clearly flustered and starts sweating.//
<img src="Images/Rework066time/Rework066time43.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Noone.
<span style="color:cadetblue;">$playerName:</span> No one?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> It's the truth.
<span style="color:chartreuse;">Maedhro:</span> There is no one.
<span style="color:chartreuse;">Maedhro:</span> I need to go.
//Maedhro leaves before I can respond.//
<span style="color:cadetblue;">$playerName:</span> Hmm...
<span style="color:cadetblue;">$playerName:</span> Interesting.
//I'll continue making myself a breakfast.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefualtLevel2 to true>>\
<<set $talkedMaedhroInTheKitchen to true>>
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//You really into men?// ⛓️">>
<<replace "#choice1">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<if $maedhroDomSub gt 0>>\
<<set $maedhroDomSub -->>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> You into men, Mae?
<span style="color:chartreuse;">Maedhro:</span>W-w-what??
<span style="color:chartreuse;">Maedhro:</span> No!
<img src="Images/Rework066time/Rework066time42.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span>Of course not!
<span style="color:chartreuse;">Maedhro:</span>I'm not!
<span style="color:cadetblue;">$playerName:</span> ...
<span id="choice2">
<<link "//So you like someone in practicular?// ❤️">>
<<replace "#choice2">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $maedhroRel ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> So you like someone in particular?
<img src="Images/Rework066time/Rework066time42.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> What makes you think that?!
<span style="color:cadetblue;">$playerName:</span> I'm just asking.
<span style="color:chartreuse;">Maedhro:</span> (looks to the side) ...
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:chartreuse;">Maedhro:</span> Nothing.
<span style="color:chartreuse;">Maedhro:</span> Just drop it.
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> I actually need to get going.
//She gets up.//
<span style="color:cadetblue;">$playerName:</span> Oh?
<span style="color:cadetblue;">$playerName:</span> Ok.
<span style="color:cadetblue;">$playerName:</span> Well I'll talk to you-
//And she's gone.//
//Alright then.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefualtLevel2 to true>>\
<<set $talkedMaedhroInTheKitchen to true>>
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>> | \
<<link "//So who's the lucky man?// 💜">>
<<replace "#choice2">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $maedhroCorruption ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> So who's the lucky man?
<span style="color:chartreuse;">Maedhro:</span> (blushing) What?
//She is clearly flustered and starts sweating.//
<img src="Images/Rework066time/Rework066time43.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Noone.
<span style="color:cadetblue;">$playerName:</span> No one?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> It's the truth.
<span style="color:chartreuse;">Maedhro:</span> There is no one.
<span style="color:chartreuse;">Maedhro:</span> I need to go.
//Maedhro leaves before I can respond.//
<span style="color:cadetblue;">$playerName:</span> Hmm...
<span style="color:cadetblue;">$playerName:</span> Interesting.
//I'll continue making myself a breakfast.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefualtLevel2 to true>>\
<<set $talkedMaedhroInTheKitchen to true>>
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//As I go to the kitchen in the early morning I see Maedhro behind the kitchen table.//
//Maedhro seems to be reading another magazine.//
<span style="color:cadetblue;">$playerName:</span> Hello.
<img src="Images/Rework066time/Rework066time44.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Oh!
//She quickly puts his bowl on top of the Magazine clearly trying to cover it up.//
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> What were you reading?
<span style="color:chartreuse;">Maedhro:</span> (answers quickly) Nothing.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Show me.
//She raises the bowl up, and I can see what was underneath it.//
<img src="Images/Rework066time/Rework066time45.jpg" height=500 />
//There is a picture of a model and a title that says "50 New makeup trends".//
<span style="color:cadetblue;">$playerName:</span> ...
<span id="choice1">
<<link "//Make a nice comment about the image// ❤️">>
<<replace "#choice1">>
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> These models look so beautiful.
<span style="color:chartreuse;">Maedhro:</span> (blushes) Yeah...
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework066time/Rework066time46.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:chartreuse;">Maedhro:</span> I don't know. Why are you just staring at me?
<span id="choice2">
<<link "//Dismiss subject// 🔱">>
<<replace "#choice2">>
<<if $maedhroDomSub lt 100>>\
<<set $maedhroDomSub ++>>\
<</if>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Nothing.
<span style="color:cadetblue;">$playerName:</span> Sorry.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> I should get going.
<img src="Images/Rework066time/Rework066time47.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Here.
<span style="color:chartreuse;">Maedhro:</span> You can finish my sandwitch.
//She gives me a half-eaten sandwitch and leaves.//
<span style="color:cadetblue;">$playerName:</span> Thanks.
<span style="color:cadetblue;">$playerName:</span> See you later.
<span style="color:chartreuse;">Maedhro:</span> Bye.
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $talkedMaedhroInTheKitchen to true>>\
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Just picturing you in a makeup //⛓️">>
<<replace "#choice2">>
<<if $maedhroDomSub gt 0>>\
<<set $maedhroDomSub -->>\
<</if>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time48.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> (softly) I'm just picturing you in a makeup.
<span style="color:chartreuse;">Maedhro:</span> No! (blushing)
<span style="color:chartreuse;">Maedhro:</span> Don't say that.
<span style="color:cadetblue;">$playerName:</span> Sorry, I couldn't help myself.
<span style="color:cadetblue;">$playerName:</span> I mean you would look more atractive if you wore make-
<span style="color:chartreuse;">Maedhro:</span> Nope!
<img src="Images/Rework066time/Rework066time49.png" height=500 />
//She gets up and takes her morning sandwich.//
<span style="color:cadetblue;">$playerName:</span> Where are you going?
<span style="color:chartreuse;">Maedhro:</span> To academy.
//And she just takes off.//
//Well. I better make myself breakfast and be on my way as well.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $talkedMaedhroInTheKitchen to true>>\
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Inquire more// 💜">>
<<replace "#choice1">>
<<set $maedhroCorruption ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> The new makeup trends, huh?
<span style="color:cadetblue;">$playerName:</span> You want to try them out?
<span style="color:chartreuse;">Maedhro:</span> N-no. Of course not!
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:chartreuse;">Maedhro:</span> I don't know. Why are you just staring at me?
<span id="choice2">
<<link "//Dismiss subject// 🔱">>
<<replace "#choice2">>
<<if $maedhroDomSub lt 100>>\
<<set $maedhroDomSub ++>>\
<</if>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Nothing.
<span style="color:cadetblue;">$playerName:</span> Sorry.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> I should get going.
<img src="Images/Rework066time/Rework066time47.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Here.
<span style="color:chartreuse;">Maedhro:</span> You can finish my sandwitch.
//She gives me a half-eaten sandwitch and leaves.//
<span style="color:cadetblue;">$playerName:</span> Thanks.
<span style="color:cadetblue;">$playerName:</span> See you later.
<span style="color:chartreuse;">Maedhro:</span> Bye.
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $talkedMaedhroInTheKitchen to true>>\
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Just picturing you in a makeup //⛓️">>
<<replace "#choice2">>
<<if $maedhroDomSub gt 0>>\
<<set $maedhroDomSub -->>\
<</if>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time48.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> (softly) I'm just picturing you in a makeup.
<span style="color:chartreuse;">Maedhro:</span> No! (blushing)
<span style="color:chartreuse;">Maedhro:</span> Don't say that.
<span style="color:cadetblue;">$playerName:</span> Sorry, I couldn't help myself.
<span style="color:cadetblue;">$playerName:</span> I mean you would look more atractive if you wore make-
<span style="color:chartreuse;">Maedhro:</span> Nope!
<img src="Images/Rework066time/Rework066time49.png" height=500 />
//She gets up and takes her morning sandwich.//
<span style="color:cadetblue;">$playerName:</span> Where are you going?
<span style="color:chartreuse;">Maedhro:</span> To academy.
//And she just takes off.//
//Well. I better make myself breakfast and be on my way as well.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $talkedMaedhroInTheKitchen to true>>\
<<goto "Kitchen">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:chartreuse;">Maedhro:</span> Hey!
<span style="color:cadetblue;">$playerName:</span> Hey.
<img src="Images/Rework066time/Rework066time50.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You're late!
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> I'm already 5 sets in.
<span style="color:cadetblue;">$playerName:</span> I came as fast as I could.
<span style="color:cadetblue;">$playerName:</span> It is not my fault that you are that impatient.
<span id="choice1">
<<link "//Join in// 💪❤️⏰">>
<<replace "#choice1">>
<<set $strength ++>>\
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">playerName:</span> Alright.
//I get next to him and we start doing pushups.//
<span style="color:chartreuse;">Maedhro:</span> 5.
//...//
<img src="Images/Rework066time/Rework066time51.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> 15.
//...//
<span style="color:chartreuse;">Maedhro:</span> 30.
//...//
<span style="color:chartreuse;">Maedhro:</span> 60.
//...//
<span style="color:chartreuse;">Maedhro:</span> And... 100!
<span style="color:chartreuse;">Maedhro:</span> Great work!
<img src="Images/Rework066time/Rework066time52.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> 4 more sets.
//...//
//..//
//.//
//After finishing the rest of the sets.//
<span id="where">
<<link "//He get's up.//">>
<<replace "#where">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time53.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Where are you (pants) going.
<span style="color:chartreuse;">Maedhro:</span> I told you.
<span style="color:chartreuse;">Maedhro:</span> Going for a run in the park.
<span style="color:chartreuse;">Maedhro:</span> You can join me if you want to.
//He leaves the room making his way twoards the park.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<set $time to advanceTime($time)>>
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I'll leave you to it then// ❤️">>
<<replace "#choice1">>
<<set $maedhroRel ++>>\
<span style="color:cadetblue;">$playerName:</span> Anyways.
<span style="color:cadetblue;">$playerName:</span> I can't right now.
<span style="color:cadetblue;">$playerName:</span> Something came up.
<img src="Images/Rework066time/Rework066time52.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> No worries.
<span style="color:cadetblue;">$playerName:</span> Later.
<span style="color:chartreuse;">Maedhro:</span> Yeah. Later.
//Maedhro continues his set.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I hear cute grunting sounds coming from Maedhros Bedroom.//
//As I open the door I see Maedhro doing sit ups.//
<img src="Images/Rework066time/Rework066time54.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> el-el-el-eleven.
<span style="color:chartreuse;">Maedhro:</span> And.
<span style="color:chartreuse;">Maedhro:</span> Tw-tw-tw-twelve.
<span style="color:chartreuse;">Maedhro:</span> (panting)...
<span id="choice1">
<<link "//Good job Maedhro// ❤️🔱">>
<<replace "#choice1">>
<<set $maedhroRel ++>>\
<<if $maedhroDomSub lt 100>>\
<<set $maedhroDomSub ++>>\
<</if>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> You are doing Great, Maedhro!
<span style="color:chartreuse;">Maedhro:</span> Heh.
<span style="color:chartreuse;">Maedhro:</span> Thanks.
<img src="Images/Rework066time/Rework066time55.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Sit-ups seem more like my thing.
<span style="color:cadetblue;">$playerName:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> Want to join in?
<span id="choice2">
<<link "//Sure// 💪 (💜)(❤️)⏰">>
<<replace "#choice2">>
<<set $strength ++>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Sure.
<img src="Images/Rework066time/Rework066time57.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Oh?
<span style="color:chartreuse;">Maedhro:</span> Why don't you get the opposite of me?
<span style="color:chartreuse;">Maedhro:</span> And we put our legs together.
<span style="color:chartreuse;">Maedhro:</span> That way they don't slip away.
<span style="color:cadetblue;">$playerName:</span> Sure.
//I go opposite to her and we both start doing sit-ups.//
<img src="Images/Rework066time/Rework066time58.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> 1
<span style="color:chartreuse;">Maedhro:</span> 2
//As I do my sit up it's hard for me to not look-//
<span id="choice3">
<<link "//At her bouncing breasts as she comes up //💜">>
<<replace "#choice3">>
<<set $maedhroCorruption ++>>\
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Her breasts as she is coming up.//
<img src="Images/Rework066time/Rework066time59.jpg" height=500 />
//It's like extra motivation for me to get up to do the sit-up.//
<span style="color:chartreuse;">Maedhro:</span> 3
//I need to keep the same pace as her.//
//So that we come up exactly the same time.//
<span style="color:chartreuse;">Maedhro:</span> And 4!
//She comes up.//
<img src="Images/Rework066time/Rework066time60.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (blushing)
//Did she notice?//
//She goes back down.//
<span style="color:chartreuse;">Maedhro:</span> And 5.
//I guess not.//
<span style="color:cadetblue;">$playerName:</span> (gulp)
//We continue the workout.//
<<link "Continue">>
<<set $masclevel2arousedface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<set $time to advanceTime($time)>>
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Behave.// ❤️">>
<<replace "#choice3">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//No don't.//
//I try my best to look away.//
<img src="Images/Rework066time/Rework066time61.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> 3
<span style="color:chartreuse;">Maedhro:</span> And.
<span style="color:chartreuse;">Maedhro:</span> 4.
//She comes up.//
<img src="Images/Rework066time/Rework066time62.jpg" width=500 />
//She notices that I try to look to the side and blushes a little.//
//We continue the workout.//
<<link "Continue">>
<<set $masclevel2arousedface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<set $time to advanceTime($time)>>
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I'm busy right now.//">>
<<replace "#choice2">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Not this time.
<span style="color:chartreuse;">Maedhro:</span> Aww...
<span style="color:cadetblue;">$playerName:</span> Maybe next time.
<img src="Images/Rework066time/Rework066time63.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> See you later.
<span style="color:cadetblue;">$playerName:</span> Yep.
//I continue making my way.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Jokingly - Only twelwe? //❤️⛓️">>
<<replace "#choice1">>
<<set $maedhroRel ++>>\
<<if $maedhroDomSub gt 0>>\
<<set $maedhroDomSub -->>\
<</if>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Only twelve?
<img src="Images/Rework066time/Rework066time56.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Tsk.. Shut up.
<span style="color:chartreuse;">Maedhro:</span> Like you could do more?
<span style="color:cadetblue;">$playerName:</span> You know I can.
<span style="color:chartreuse;">Maedhro:</span> Yeah?
<span style="color:chartreuse;">Maedhro:</span> Show me?
<span id="choice4">
<<link "//Sure //💪❤️ (💜)(❤️)⏰">>
<<replace "#choice4">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Sure.
<img src="Images/Rework066time/Rework066time57.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Oh?
<span style="color:chartreuse;">Maedhro:</span> Why don't you get the opposite of me?
<span style="color:chartreuse;">Maedhro:</span> And we put our legs together.
<span style="color:chartreuse;">Maedhro:</span> That way they don't slip away.
<span style="color:cadetblue;">$playerName:</span> Sure.
//I go opposite to her and we both start doing sit-ups.//
<img src="Images/Rework066time/Rework066time64.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> 1
<span style="color:chartreuse;">Maedhro:</span> 2
//As I do my sit up it's hard for me to not look-//
<span id="choice5">
<<link "//At her bouncing breasts as she comes up.// 💜">>
<<replace "#choice5">>
<<set $maedhroCorruption ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time65.jpg" height=500 />
//Her breasts as she is coming up.//
//It's like extra motivation for me to get up to do the sit-up.//
<span style="color:chartreuse;">Maedhro:</span> 3
//I need to keep the same pace as her.//
//So that we come up exactly the same time.//
<span style="color:chartreuse;">Maedhro:</span> And 4!
<img src="Images/Rework066time/Rework066time60.jpg" height=500 />
//She comes up.//
<span style="color:chartreuse;">Maedhro:</span> (blushing)
//Did she notice?//
//She goes back down.//
<span style="color:chartreuse;">Maedhro:</span> And 5.
//I guess not.//
<span style="color:cadetblue;">$playerName:</span> (gulp)
//We continue the workout.//
//...//
<img src="Images/Rework066time/Rework066time66.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I.. I cant't...
<span style="color:chartreuse;">Maedhro:</span> I'm done...
<span style="color:cadetblue;">$playerName:</span> See. Told you I could do more.
<span style="color:chartreuse;">Maedhro:</span> Shut up.
<span style="color:cadetblue;">playerName:</span> Heh.
<<link "Continue">>
<<set $masclevel2arousedface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<set $time to advanceTime($time)>>
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Behave. //❤️">>
<<replace "#choice5">>
<<set $maedhroRel++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//No don't.//
//I try my best to look away.//
<img src="Images/Rework066time/Rework066time67.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> 3
<span style="color:chartreuse;">Maedhro:</span> And.
<span style="color:chartreuse;">Maedhro:</span> 4.
//She comes up.//
//She notices that I try to look to the side and blushes a little.//
//We continue the workout.//
//...//
<img src="Images/Rework066time/Rework066time66.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I.. I cant't...
<span style="color:chartreuse;">Maedhro:</span> I'm done...
<span style="color:cadetblue;">$playerName:</span> See. Told you I could do more.
<span style="color:chartreuse;">Maedhro:</span> Shut up.
<span style="color:cadetblue;">$playerName:</span> Heh
<<link "Continue">>
<<set $masclevel2arousedface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<set $time to advanceTime($time)>>
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I'm busy right now.//">>
<<replace "#choice4">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Not this time.
<span style="color:chartreuse;">Maedhro:</span> Aww...
<span style="color:cadetblue;">$playerName:</span> Maybe next time.
<img src="Images/Rework066time/Rework066time63.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> See you later.
<span style="color:cadetblue;">$playerName:</span> Yep.
//I continue making my way.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I hear cute grunting sounds coming from Maedhros Bedroom.//
//As I open the door I see Maedhro doing sit ups.//
<img src="Images/Rework066time/Rework066time54.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> el-el-el-eleven.
<span style="color:chartreuse;">Maedhro:</span> And.
<span style="color:chartreuse;">Maedhro:</span> Tw-tw-tw-twelve.
<span style="color:chartreuse;">Maedhro:</span> (panting)...
<span id="choice1">
<<link "//Good job Maedhro// ❤️🔱">>
<<replace "#choice1">>
<<set $maedhroRel ++>>\
<<if $maedhroDomSub lt 100>>\
<<set $maedhroDomSub ++>>\
<</if>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> You are doing Great, Maedhro!
<span style="color:chartreuse;">Maedhro:</span> Heh.
<span style="color:chartreuse;">Maedhro:</span> Thanks.
<img src="Images/Rework066time/Rework066time68.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Sit-ups seem more like my thing.
<span style="color:cadetblue;">$playerName:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> Want to join in?
<span id="choice2">
<<link "//Sure// 💪 (💜)(❤️)⏰">>
<<replace "#choice2">>
<<set $strenght ++>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I'd love to.
<span style="color:chartreuse;">Maedhro:</span> Oh?
<img src="Images/Rework066time/Rework066time64.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Why don't you get the opposite of me?
<span style="color:chartreuse;">Maedhro:</span> And we put our legs together.
<span style="color:chartreuse;">Maedhro:</span> That way, they don't slip away.
<span style="color:cadetblue;">$playerName:</span> Sure.
//I go opposite her, and we both start doing sit-ups.//
<img src="Images/Rework066time/Rework066time70.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> 1
<span style="color:chartreuse;">Maedhro:</span> 2
//As I do my sit up, it's hard for me to not look-//
<span id="choice3">
<<link "//At her bouncing breasts as she comes up// 💜">>
<<replace "#choice3">>
<<set $maedhroCorruption ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time71.jpg" height=500 />
//Her breasts as she is coming up.//
//It's like extra motivation for me to get up to do the sit-up.//
<span style="color:chartreuse;">Maedhro:</span> 3
//I need to keep the same pace as her.//
//So that we come up exactly the same time.//
<span style="color:chartreuse;">Maedhro:</span> And 4!
//She comes up.//
<span style="color:chartreuse;">Maedhro:</span> (blushing)
//Did she notice?//
//She goes back down.//
<img src="Images/Rework066time/Rework066time72.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> And 5.
//Wait!//
//Is she also checking my breasts out when I come up?//
//No...//
//I can't tell.//
<span style="color:cadetblue;">$playerName:</span> (gulp)
//We continue the workout.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Behave.// ❤️">>
<<replace "#choice3">>
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//No don't.//
//I try my best to look away.//
<img src="Images/Rework066time/Rework066time73.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> 3
<span style="color:chartreuse;">Maedhro:</span> And.
<span style="color:chartreuse;">Maedhro:</span> 4.
//She comes up.//
//She notices that I try to look to the side and blushes a little.//
//I noticed that she is also looking to the side as she comes up.//
//Wait!//
<img src="Images/Rework066time/Rework066time74.jpg" height=500 />
//Is she also trying not to look at my breasts?//
//We continue the workout.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I'm busy right now.//">>
<<replace "#choice2">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Not this time.
<span style="color:chartreuse;">Maedhro:</span> Aww...
<span style="color:cadetblue;">$playerName:</span> Maybe next time.
<img src="Images/Rework066time/Rework066time63.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> See you later.
<span style="color:cadetblue;">$playerName:</span> Yep.
//I continue making my way.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Jokingly - Only twelwe?//❤️⛓️">>
<<replace "#choice1">>
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Only twelve?
<img src="Images/Rework066time/Rework066time75.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Tsk.. Shut up.
<span style="color:chartreuse;">Maedhro:</span> Like you could do more?
<span style="color:cadetblue;">$playerName:</span> You know I can.
<span style="color:chartreuse;">Maedhro:</span> No.
<span style="color:chartreuse;">Maedhro:</span> I doubt it.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Why don't you show me then?
<span id="choice5">
<<link "//You're on//💪❤️ (💜)(❤️)⏰">>
<<replace "#choice5">>
<<set $strength++>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Sure.
<img src="Images/Rework066time/Rework066time68.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Oh?
<span style="color:chartreuse;">Maedhro:</span> Why don't you get the opposite of me?
<span style="color:chartreuse;">Maedhro:</span> And we put our legs together.
<span style="color:chartreuse;">Maedhro:</span> That way they don't slip away.
<span style="color:cadetblue;">$playerName:</span> Sure.
//I go opposite to her and we both start doing sit-ups.//
<img src="Images/Rework066time/Rework066time70.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> 1
<span style="color:chartreuse;">Maedhro:</span> 2
//As I do my sit up it's hard for me to not look-//
<span id="choice6">
<<link "//At her bouncing breasts as she comes up //💜">>
<<replace "#choice6">>
<<set $maedhroCorruption ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time59.jpg" height=500 />
//Her breasts as she is coming up.//
//It's like extra motivation for me to get up to do the sit-up.//
<span style="color:chartreuse;">Maedhro:</span> 3
//I need to keep the same pace as her.//
//So that we come up exactly the same time.//
<span style="color:chartreuse;">Maedhro:</span> And 4!
//She comes up.//
<span style="color:chartreuse;">Maedhro:</span> (blushing)
//Did she notice?//
<img src="Images/Rework066time/Rework066time76.jpg" height=500 />
//She goes back down.//
<span style="color:chartreuse;">Maedhro:</span> And 5.
//Wait!//
//Is she also checking my breasts out when I come up?//
//No...//
//I can't tell.//
<span style="color:cadetblue;">$playerName:</span> (gulp)
//We continue the workout.//
//...//
<img src="Images/Rework066time/Rework066time68.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> I.. I cant't...
<span style="color:cadetblue;">$playerName:</span> I'm done...
<span style="color:cadetblue;">Maedhro:</span> See. Told you I could do more.
<span style="color:cadetblue;">$playerName:</span> Shut up.
<span style="color:chartreuse;">Maedhro:</span> Heh.
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Behave.// ❤️">>
<<replace "#choice6">>
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//No don't.//
//I try my best to look away.//
<span style="color:chartreuse;">Maedhro:</span> 3
<span style="color:chartreuse;">Maedhro:</span> And.
<span style="color:chartreuse;">Maedhro:</span> 4.
<img src="Images/Rework066time/Rework066time77.jpg" height=500 />
//She comes up.//
//She notices that I try to look to the side and blushes a little.//
//I noticed that she is also looking to the side as she comes up.//
//Wait!//
//Is she also trying not to look at my breasts?//
//We continue the workout.//
//...//
<img src="Images/Rework066time/Rework066time68.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I.. I cant't...
<span style="color:chartreuse;">Maedhro:</span> I'm done...
<span style="color:cadetblue;">Maedhro:</span> See. Told you I could do more.
<span style="color:cadetblue;">$playerName:</span> Shut up.
<span style="color:chartreuse;">Maedhro:</span> Heh.
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I'm busy right now.//">>
<<replace "#choice5">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Not this time.
<span style="color:chartreuse;">Maedhro:</span> Aww...
<span style="color:cadetblue;">$playerName:</span> Maybe next time.
<img src="Images/Rework066time/Rework066time63.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> See you later.
<span style="color:cadetblue;">$playerName:</span> Yep.
//I continue making my way.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhro to true>>\
<<goto "Maedhro's room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I make my way toward the park.//
//As I get to the usual spot where me and Maedhro meet I can't see him.//
//Where could he be?//
<span id="wait1">
<<link "//Maybe he's late.//">>
<<replace "#wait1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//...//
//..//
//.//
//Hmmm...//
//Where is he?//
<span id="wait2">
<<link "//Eventually, I see Maedhro walking toward me.//">>
<<replace "#wait2">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time78.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Maedhro!
//I notice his limping as he is walking closer.//
<span style="color:chartreuse;">Maedhro:</span> Hey....
<span style="color:cadetblue;">$playerName:</span> Oh Luna...
<span style="color:cadetblue;">$playerName:</span> What happened to you?
<span id="wait3">
<<link "//He sits down at the bench.//">>
<<replace "#wait3">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//His face is bruised and he is holding his stomach like he has been kicked there.//
<span style="color:cadetblue;">$playerName:</span> Tell me who did this to you?
<span style="color:chartreuse;">Maedhro:</span> It doesn't matter.
<span style="color:cadetblue;">$playerName:</span> It does.
<img src="Images/Rework066time/Rework066time79.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> No one did it.
<span style="color:cadetblue;">$playerName:</span> (Sighs)...
<span style="color:cadetblue;">$playerName:</span> Was it the guards?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> It was, wasn't it?
<span id="choice1">
<<link "//I'm going to fuck them up// 🎭💜">>
<<replace "#choice1">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Those fuckers are going to get it.
<span style="color:cadetblue;">$playerName:</span> How dare they do that.
<span style="color:chartreuse;">Maedhro:</span> Calm down.
<span style="color:cadetblue;">$playerName:</span> You want to stay calm?!
<img src="Images/Rework066time/Rework066time80.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Look.
<span style="color:chartreuse;">Maedhro:</span> Just drop it.
<span style="color:cadetblue;">$playerName:</span> I don't care. I'm going!
<span id="within1">
<<link "//As I start making my way to find the guards Maedhro grabs my arm.//">>
<<replace "#within1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:chartreuse;">Maedhro:</span> Don't!
<span style="color:chartreuse;">Maedhro:</span> Please $playerName!
<span style="color:chartreuse;">Maedhro:</span> This only makes everything worse.
<span style="color:chartreuse;">Maedhro:</span> Besides you couldn't take them on.
<span style="color:chartreuse;">Maedhro:</span> They are the city guard.
<span style="color:chartreuse;">Maedhro:</span> Please...
<span id="within2">
<<link "//FUCK!//">>
<<replace "#within2">>
<<shake 2s>>
FUCK!!!!
<</shake>>
//There has to be something we can do!//
<span id="within3">
<<link "//We need to get stronger.//">>
<<replace "#within3">>
<span style="color:cadetblue;">$playerName:</span> Then we need to get stronger.
<span style="color:cadetblue;">$playerName:</span> Fuck them up!
<span style="color:cadetblue;">$playerName:</span> So that they won't ever pull anything like this again.
<span style="color:chartreuse;">Maedhro:</span> Stop it.
<span style="color:chartreuse;">Maedhro:</span> You hearing yourself right now?
<span style="color:cadetblue;">$playerName:</span> Are you?!?
<span style="color:cadetblue;">$playerName:</span> We are not powerless anymore Maedhro.
<img src="Images/Rework066time/Rework066time81.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (sigh)...
<span style="color:cadetblue;">$playerName:</span> Look, Maedhro...
//An idea pops into my head.//
<span style="color:cadetblue;">$playerName:</span> The gym Maedhro!
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:cadetblue;">$playerName:</span> I'm sure there are some self-defence classes and better equipment in the gym.
<span style="color:cadetblue;">$playerName:</span> Maybe some martial arts stuff.
<span style="color:chartreuse;">Maedhro:</span> I can't tell if you are serious right now $playerName.
<span style="color:cadetblue;">$playerName:</span> I am!
<span style="color:cadetblue;">$playerName:</span> Let's start going to the gym.
<span style="color:cadetblue;">$playerName:</span> Early Mornings.
<span style="color:cadetblue;">$playerName:</span> Before classes.
<span style="color:cadetblue;">$playerName:</span> What do you say?
<span style="color:chartreuse;">Maedhro:</span> ...
<img src="Images/Rework066time/Rework066time82.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Alright. Sure.
<span style="color:cadetblue;">$playerName:</span> Nice.
<span style="color:cadetblue;">$playerName:</span> Here.
<span style="color:cadetblue;">$playerName:</span> Let me help you get up.
//You help Maedhro up and you make your way back home.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 6>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Maedhro talk to me!// ✨❤️">>
<<replace "#choice1">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I sit down next to him.//
<span style="color:cadetblue;">$playerName:</span> Tell me what happened.
<span style="color:chartreuse;">Maedhro:</span> There is nothing to talk about.
<span style="color:cadetblue;">$playerName:</span> There is!!
<span style="color:cadetblue;">$playerName:</span> Was it the guards?
<span style="color:chartreuse;">Maedhro:</span> No.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> Stop lying.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Maedhro!!
<img src="Images/Rework066time/Rework066time83.png" height=500 />
//He stays silent.//
<span style="color:cadetblue;">$playerName:</span> (sigh)...
<span style="color:chartreuse;">Maedhro:</span> I'd like to go home now.
<span style="color:cadetblue;">$playerName:</span> Yeah?
<span style="color:cadetblue;">$playerName:</span> And I'd like to not see my <<if $incestOn is true>>brother<<else>>step-bro<</if>> beaten up by assholes.
<span style="color:chartreuse;">Maedhro:</span> ...
//An idea comes to my head.//
<span style="color:cadetblue;">$playerName:</span> The accademy gym!
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:cadetblue;">$playerName:</span> I'm sure there are some self-defence classes and better equipment in the gym.
<span style="color:cadetblue;">$playerName:</span> Maybe some martial arts stuff.
<span style="color:chartreuse;">Maedhro:</span> I can't tell if you are serious right now $playerName.
<span style="color:cadetblue;">$playerName:</span> I am!
<span style="color:cadetblue;">$playerName:</span> Let's start going to the gym.
<span style="color:cadetblue;">$playerName:</span> Early Mornings.
<span style="color:cadetblue;">$playerName:</span> Before classes.
<span style="color:cadetblue;">$playerName:</span> What do you say?
<span style="color:chartreuse;">Maedhro:</span> ...
<img src="Images/Rework066time/Rework066time82.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Alright. Sure.
<span style="color:cadetblue;">$playerName:</span> Nice.
<span style="color:cadetblue;">$playerName:</span> Here.
<span style="color:cadetblue;">$playerName:</span> Let me help you get up.
//You help Maedhro up and you make your way back home.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 6>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I go to the place where we usually meet up.//
//But...//
//Where is she?//
//Hmm...//
//Maybe she is just running in late.//
<span id="wait1">
<<link "//I sit down at the bench and wait.//">>
<<replace "#wait1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//...//
//..//
<span id="wait2">
<<link "//And wait..//">>
<<replace "#wait2">>
//...//
//..//
//Until-//
<span id="wait3">
<<link "//Is that Maedhro?//">>
<<replace "#wait3">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time84.png" height=500 />
//Maedhro is walking closer to me from the distance.//
//As she is walking she is holding her stomach and is limping from side to side.//
<span style="color:cadetblue;">$playerName:</span> Maedhro??
//I get up and rush to her aid.//
<span style="color:cadetblue;">$playerName:</span> Maedhro!
<span style="color:cadetblue;">$playerName:</span> What happened?
//She is in complete silence.//
//Was it the guards?//
<span style="color:cadetblue;">$playerName:</span> Maedhro...
<span style="color:cadetblue;">$playerName:</span> Did the guards to this to you?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Why didn't you say anything, Maedhro?
<img src="Images/Rework066time/Rework066time85.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> How long have they been bullying you?
<span style="color:chartreuse;">Maedhro:</span> W-what do you mean?
<span style="color:cadetblue;">$playerName:</span> You think I'm stupid Maedhro?
<span style="color:cadetblue;">$playerName:</span> They called out your name last time.
<span style="color:cadetblue;">$playerName:</span> So how long have this been going on?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Say something Maedhro!
<span id="wait4">
<<link "//He bursts out//">>
<<replace "#wait4">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time86.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Say what ?!
<span style="color:chartreuse;">Maedhro:</span> What does saying anything do !?
<span style="color:chartreuse;">Maedhro:</span> I mean, look at me.
<span style="color:chartreuse;">Maedhro:</span> ....
<span style="color:chartreuse;">Maedhro:</span> I'm helpless.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> You got me.
<span style="color:chartreuse;">Maedhro:</span> Yeah. But. What if I don't?
<span style="color:chartreuse;">Maedhro:</span> What if I am alone?
<span style="color:chartreuse;">Maedhro:</span> Then what?!
<span style="color:cadetblue;">$playerName:</span> You just need to learn to defend yourself.
<span style="color:chartreuse;">Maedhro:</span> (dismissive) Defend myself?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> I'm serious.
<span style="color:cadetblue;">$playerName:</span> Look.
<span style="color:cadetblue;">$playerName:</span> We got into the academy.
<span style="color:cadetblue;">$playerName:</span> I'm sure they teach some self-defense classes.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Why don't we sign you up?
<img src="Images/Rework066time/Rework066time87.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> What's the use?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Just, trust me.
<span style="color:cadetblue;">$playerName:</span> Let's go check the gym.
<span style="color:cadetblue;">$playerName:</span> Early Morning before classes.
<span style="color:cadetblue;">$playerName:</span> What do you say?
<span style="color:chartreuse;">Maedhro:</span> ...
<span id="wait5">
<<link "//She gives me a soft smile that is hidden under her worrisome face.//">>
<<replace "#wait5">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time88.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Fine.
<span style="color:cadetblue;">$playerName:</span> That's the spirit.
<span style="color:cadetblue;">$playerName:</span> Here. Let me help you.
//We continue making our way home.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 6>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I go to the place where we usually meet up.//
//But.//
//Where is she?//
//Hmm...//
//Maybe she is just running in late.//
<span id="wait1">
<<link "//I sit down at the bench and wait.//">>
<<replace "#wait1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//...//
//..//
<span id="wait2">
<<link "//And wait..//">>
<<replace "#wait2">>
//...//
//..//
<span id="wait3">
<<link "//Until-//">>
<<replace "#wait3">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time84.png" height=500 />
//Is that Maedhro?//
//Maedhro is walking closer to me from the distance.//
//As she is walking she is holding her stomach and is limping from side to side.//
<span style="color:cadetblue;">$playerName:</span> Maedhro??
//I get up and rush to her aid.//
<span style="color:cadetblue;">$playerName:</span> Maedhro!
<span style="color:cadetblue;">$playerName:</span> What happened?
//She is in complete silence.//
//Was it the guards?//
<span style="color:cadetblue;">$playerName:</span> Maedhro...
<span style="color:cadetblue;">$playerName:</span> Did the guards do this to you?
<img src="Images/Rework066time/Rework066time89.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Why didn't you say anything, Maedhro?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> You are telling me they guessed your name, and this is the first time they bothered you?
<span style="color:cadetblue;">$playerName:</span> Stop with this charade and talk to me, Mae.
<span id="wait4">
<<link "//Maedhro bursts out//">>
<<replace "#wait4">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time86.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> And then what?!
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Like, talking about this going to fix any of this?
<span style="color:chartreuse;">Maedhro:</span> $playerName....
<span style="color:chartreuse;">Maedhro:</span> There's no point.
<span style="color:chartreuse;">Maedhro:</span> And look at us.
<span style="color:chartreuse;">Maedhro:</span> What are we ever going to do against them?
<span style="color:chartreuse;">Maedhro:</span> Punch them in the face?
<span style="color:chartreuse;">Maedhro:</span> (sighs)...
<span style="color:chartreuse;">Maedhro:</span> We have no experience defending ourselves.
<span style="color:chartreuse;">Maedhro:</span> ...
<span id="wait5">
<<link "//Wait, that's it!//">>
<<replace "#wait5">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time90.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> What if we go and train then?
<span style="color:chartreuse;">Maedhro:</span> What are you talking about $playerName.
<span style="color:cadetblue;">$playerName:</span> In the academy.
<span style="color:cadetblue;">$playerName:</span> I'm sure they have some self-defence classes there.
<span style="color:cadetblue;">$playerName:</span> They got to.
<span style="color:chartreuse;">Maedhro:</span> (dismissive) $playerName....
<span style="color:cadetblue;">$playerName:</span> Just.
<span style="color:cadetblue;">$playerName:</span> Trust me, Maedhro.
<span style="color:cadetblue;">$playerName:</span> Let's meet up at the academy gym.
<span style="color:chartreuse;">Maedhro:</span> (dismissive) $playerName....
<span style="color:cadetblue;">$playerName:</span> Early Morning. Before classes.
<img src="Images/Rework066time/Rework066time88.png" height=500 />
//She gives me a smile that's deeply hidden in a worried expression.//
<span style="color:chartreuse;">Maedhro:</span> Fine.
<span style="color:cadetblue;">$playerName:</span> Here, let me help you get up.
//We go back to the apartment.//
<<link "Continue">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 6>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $currentLocation = "Academy Gym">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/academygym.png')">>
<div class="description-box-academy-gym-intro">\
//I am at the Academy Gym.//
</div>
<div class="description-box-gym">\
Interactions:
[[Reception Desk|Reception Desk Gym]]
</div>
<div class="navigation-box">
Go back to:
[[Academy Hallway]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-academy-gym-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-gym {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-library-intro,
.description-box-library,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<set $currentLocation = "Reception Desk Gym">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/receptiondeskgym.png')">>
<div class="description-box-academy-gym-intro">\
//I am at the Reception Desk.//
</div>
<div class="description-box-gym">\
Interactions:
<<if $maedhroStory is 6>>\
<<if $mascC is true>>\
<<if $maedhroDeg gt 0>>\
[[Event: Maedhro is waiting for me.|MaedhroStory6NETORI]]
<<elseif $maedhroDeg is 0>>\
[[Event: Maedhro is waiting for me.|MaedhroStory6MASCS]]
<</if>>\
<<elseif $femC is true>>\
[[Event: Maedhro is waiting for me.|MaedhroStory6FEMS]]
<</if>>\
<<elseif $maedhroStory gte 7>>\
<<if $time is "Early Morning">>\
[[Self-Defence Class]]
<<else>>
Self-defence class is in the "Early Mornings"
<</if>>\
[[Gym|Gym room]]<<if $excerscidedWithMaedhroGym is false and $time is "Afternoon">> <<if $maedhroMascNetori is true>> <img src="Images/Locations/maedhromanmap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" /><<else>><img src="Images/Locations/maedhrogirlmap.jpg" width = 50px; height= 50px; style="border-radius: 50%; vertical-align: middle" /><</if>><</if>>
[[Girl shower room]]
[[Boy shower room]]
<</if>>\
</div>
<div class="navigation-box">
Go back to:
[[Academy Gym]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-academy-gym-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-gym {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-library-intro,
.description-box-library,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $excerscidedWithMaedhroGym to false>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//Ok so this the reception area for the academy gym.//
//I see Maedhro waiting for me in front of the reception area.//
<span style="color:cadetblue;">$playerName:</span> Hey.
<img src="Images/Rework066time/Rework066time93.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Hey.
<span style="color:#a87524;">Gym-Receptionist:</span> Welcome to the Academy gym.
<span style="color:#a87524;">Gym-Receptionist:</span> So before going you can go in I need your names.
<span style="color:cadetblue;">$playerName:</span> Yeah. I'm $playerName.
<span style="color:chartreuse;">Maedhro:</span> I'm Maedhro.
<span style="color:#a87524;">Gym-Receptionist:</span> Nice.
<span style="color:#a87524;">Gym-Receptionist:</span> So the gym is open til the evening.
<img src="Images/Rework066time/Rework066time94.png" height=500 />
<span style="color:#a87524;">Gym-Receptionist:</span> We changed it because we found some students performing parties and orgies at night times.
<span style="color:#a87524;">Gym-Receptionist:</span> It got really bad last year.
<span style="color:#a87524;">Gym-Receptionist:</span> Sorry, I'm rambling.
<span style="color:#a87524;">Gym-Receptionist:</span> So the gym is free for all the students.
<span style="color:#a87524;">Gym-Receptionist:</span> And in the early mornings there are various trainings that you can attend.
<span style="color:cadetblue;">$playerName:</span> Are there any self-defence classes?
<span style="color:#a87524;">Gym-Receptionist:</span> Yes there are.
<span style="color:#a87524;">Gym-Receptionist:</span> Every day. Early mornings in that room (She points to the room).
<span style="color:#a87524;">Gym-Receptionist:</span> Since you are here this early, I'm sure you can join in today.
<span style="color:#a87524;">Gym-Receptionist:</span> You can change your clothes there. (Points to room).
<span style="color:cadetblue;">$playerName:</span> Thank you.
<span style="color:chartreuse;">Maedhro:</span> Thank you.
<img src="Images/Rework066time/Rework066time95.png" height=500 />
<span style="color:#a87524;">Gym-Receptionist:</span> You're welcome.
//We go and change our clothes and head to the training room.//
<span id="intro1">
<<link "//When we enter we are greeted by the instructor.//">>
<<replace "#intro1">>
<img src="Images/Rework066time/Rework066time98.png" height=500 />
<span style="color:#8a5e2b;">Instructor:</span> Hello everyone.
<span style="color:#8a5e2b;">Instructor:</span> Let's start today's lesson.
<span style="color:#8a5e2b;">Instructor:</span> Now the basics are-
//He shows various techniques for different situations.//
//And then we practice the moves with the partner.//
//Some time passes.//
//...//
//..//
<span id="intro2">
<<link "//....//">>
<<replace "#intro2">>
<span style="color:#8a5e2b;">Instructor:</span> Ok now let's switch partners.
<span style="color:#8a5e2b;">Instructor:</span> It's good to practice against different people and not get used to one specific body type.
<img src="Images/Rework066time/Rework066time100.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Oh?
<span style="color:#ffc14d;">Orianna:</span> $playerName!
<span style="color:#ffc14d;">Orianna:</span> Maedhro!
<span style="color:#ffc14d;">Orianna:</span> (looks at Maedhro) You guys joined up for self-defense classes?
<span style="color:chartreuse;">Maedhro:</span> ...
//I guess he still very shy around girls. I should step in.//
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:#ffc14d;">Orianna:</span> Nice!
<span style="color:#ffc14d;">Orianna:</span> Emm.
<span style="color:#ffc14d;">Orianna:</span> So this is Angelina.
<span id="intro3">
<<link "//Oh... She looks...//">>
<<replace "#intro3">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time103.png" height=500 />
<span style="color:#6957a6;">Angelina:</span> Hi!
<span style="color:cadetblue;">$playerName:</span> Hey!
<span style="color:chartreuse;">Maedhro:</span> Hey!
<span style="color:#ffc14d;">Orianna:</span> Since we need to change partners, would you mind pairing up with us?
<span style="color:cadetblue;">$playerName:</span> Yeah. Sure.
<span style="color:#ffc14d;">Orianna:</span> Nice!
//Orianna walks closer to Maedhro and they pair up.//
//Angelina comes and pairs up with me.//
<span id="intro4">
<<link "//We practice some more.//">>
<<replace "#intro4">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time104.jpg" height=500 />
//This is tiering.//
//...//
//..//
<span id="intro5">
<<link "//....//">>
<<replace "#intro5">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#8a5e2b;">Instructor:</span> Ok. You can change up once more or you can stick with the partner you are currently with.
//I look over at Maedhro and Orianna.//
<img src="Images/Rework066time/Rework066time107.png" height=500 />
//Maedhro seems so flustered and shy around her.//
//But I can clearly tell that he likes her a lot.//
<span style="color:#6957a6;">Angelina:</span> (notices me looking over at Orianna) Heh.
<span style="color:#6957a6;">Angelina:</span> I don't mind if you want to switch.
<span style="color:#6957a6;">Angelina:</span> Just don't forget about me (winks).
//Wow...//
//What should I do?//
<span id="choice1">
<<link "//Switch partners. (Netori/Stealing Girlfriends)// ⛓️💜">>
<<replace "#choice1">>
<<if $maedhroDomSub gt 0>>\
<<set $maedhroDomSub -->>\
<</if>>\
<<set $maedhroCorruption ++>>\
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I smile at her.//
<span style="color:cadetblue;">$playerName:</span> I won't (wink).
<img src="Images/Rework066time/Rework066time116.jpg" height=500 />
<span style="color:#6957a6;">Angelina:</span> Heh.
<span style="color:#6957a6;">Angelina:</span> Orianna, let's switch.
<span style="color:#ffc14d;">Orianna:</span> Sure.
<span id="inner11">
<<link "//As I look at Maedhro partner up with Angelina, I move over to Orianna.//">>
<<replace "#inner11">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> You ready?
<span style="color:#ffc14d;">Orianna:</span> (cute determination) Born ready!
//As she raises her leg for a kick-//
<img src="Images/Rework066time/Rework066time119.jpg" height=500 />
//I manage to grab her leg and close the distance.//
//Our faces are inches away from one another.//
<span style="color:cadetblue;">$playerName:</span> And you're done (as I gently place my other hand on her stomach, signaling this would be the counter).
<span style="color:#ffc14d;">Orianna:</span> Heh... That was quick.
<span style="color:cadetblue;">$playerName:</span> (smiles).
<span id="inner12">
<<link "//As I look over back at how Maedhro is doing-//">>
<<replace "#inner12">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time124.jpg" height=500 />
//He is just looking at me and Orianna in awe and then-//
<span id="inner13">
<<link "//She gets punched to the face by Angelina.//">>
<<replace "#inner13">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time120.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Maedhro!
<span style="color:#6957a6;">Angelina:</span> Oh no!
<span style="color:#6957a6;">Angelina:</span> I thought you were ready.
//The girls get down to help Maedhro back up to his feet.//
<span style="color:#8a5e2b;">Instructor:</span> And that's our time for today.
<span style="color:#8a5e2b;">Instructor:</span> Till next time.
<span style="color:#6957a6;">Angelina:</span> I'm so sorry, Maedhro.
<span style="color:chartreuse;">Maedhro:</span> I'm ok.
<span style="color:chartreuse;">Maedhro:</span> I'm... (he grabs his head with his hand) Ouch.. I'm ok.
<span id="inner14">
<<link "//The girls burst out of laughter.//">>
<<replace"#inner14">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#ffc14d;">Orianna:</span> Hahaha.
<span style="color:#6957a6;">Angelina:</span> Hahaha.
<span style="color:#ffc14d;">Orianna:</span> Well, I'll see you guys later then.
<span style="color:#6957a6;">Angelina:</span> See ya $playerName.
//The girls walk off.//
<span style="color:cadetblue;">$playerName:</span> Let's hit the shower.
<span style="color:chartreuse;">Maedhro:</span> Yeah. Let's.
//After the shower.//
<img src="Images/Rework066time/Rework066time93.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You know.
<span style="color:chartreuse;">Maedhro:</span> I really like the gym.
<span style="color:chartreuse;">Maedhro:</span> Maybe in the afternoons, I should work out here.
<span style="color:chartreuse;">Maedhro:</span> There's some nice equipment here to use.
<span style="color:chartreuse;">Maedhro:</span> Alright, I should get going.
<span style="color:chartreuse;">Maedhro:</span> See you later $playerName.
//Ok, so I can work in the early mornings in the self-defense class, and I can work with Maedhro in the gym in the afternoons.//
<<link "Continue">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 7>>
<<set $time to advanceTime($time)>>
<<goto "Academy Hallway">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Don't. Let Maedhro feel more comfortable around her. (Straight or Sharing)🔱💜">>
<<replace "#choice1">>
<<if $maedhroDomSub lt 100>>\
<<set $maedhroDomSub ++>>\
<</if>>\
<<set $maedhroCorruption ++>>\
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I can always pair up with her another time.
<span style="color:#6957a6;">Angelina:</span> Oh really?
<span style="color:#6957a6;">Angelina:</span> Well, let's keep practicing.
<span style="color:cadetblue;">$playerName:</span> Ready.
<img src="Images/Rework066time/Rework066time121.jpg" height=500 />
//Angelina gets ready to throw a punch.//
//As she does, I grab her hand, pull her closer, and put my other hand on her stomach.//
<span style="color:cadetblue;">$playerName:</span> And you're done.
<span style="color:#6957a6;">Angelina:</span> That was quick.
<span id="inner21">
<<link "//As I look over at Maedhro's side.//">>
<<replace "#inner21">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time122.jpg" width=500 />
//Orianna punches him hard in the face.//
<span style="color:#ffc14d;">Orianna:</span> Maedhro!!!
//She gets down to Maedhro to check on him.//
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:chartreuse;">Maedhro:</span> I'm.. Ouch.. Ok.
<span style="color:chartreuse;">Maedhro:</span> I'm ok.
<span id="inner22">
<<link "//Orianna gives a few head pats to Maedhro.//">>
<<replace "#inner22">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#ffc14d;">Orianna:</span> Ok. Good.
<span style="color:#6957a6;">Angelina:</span> Hahaha.
<span style="color:#8a5e2b;">Instructor:</span> And that's our time for today.
<span style="color:#8a5e2b;">Instructor:</span> Till next time.
<img src="Images/Rework066time/Rework066time123.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Well, I'll see you guys later then.
<span style="color:#ffc14d;">Orianna:</span> I hope you'll be fine, Maedhro.
<span style="color:chartreuse;">Maedhro:</span> I will. I'm ok. Really.
<span style="color:#ffc14d;">Orianna:</span> (smiles).
<span style="color:#6957a6;">Angelina:</span> See ya $playerName.
//They both leave.//
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Let's hit the shower.
<span style="color:chartreuse;">Maedhro:</span> Yeah. Let's.
<span id="inner23">
<<link "//After the shower.//">>
<<replace "#inner23">>
<img src="Images/Rework066time/Rework066time93.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You know.
<span style="color:chartreuse;">Maedhro:</span> I really like the gym.
<span style="color:chartreuse;">Maedhro:</span> Maybe in the afternoons, I should work out here.
<span style="color:chartreuse;">Maedhro:</span> There's some nice equipment here to use.
<span style="color:chartreuse;">Maedhro:</span> Alright, I should get going.
<span style="color:chartreuse;">Maedhro:</span> See you later $playerName.
//Ok, so I can work in the early mornings in the self-defense class, and I can work with Maedhro in the gym in the afternoons.//
<<link "Continue">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 7>>
<<set $time to advanceTime($time)>>
<<goto "Academy Hallway">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $excerscidedWithMaedhroGym to false>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//Ok so this the reception area for the academy gym.//
//I see Maedhro waiting for me in front of the reception area.//
<span style="color:cadetblue;">$playerName:</span> Hey.
<img src="Images/Rework066time/Rework066time91.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Hey.
<span style="color:#a87524;">Gym-Receptionist:</span> Welcome to the Academy gym.
<span style="color:#a87524;">Gym-Receptionist:</span> So before going you can go in I need your names.
<span style="color:cadetblue;">$playerName:</span> Yeah. I'm $playerName.
<span style="color:chartreuse;">Maedhro:</span> I'm Maedhro.
<span style="color:#a87524;">Gym-Receptionist:</span> Nice.
<span style="color:#a87524;">Gym-Receptionist:</span> So the gym is open til the evening.
<img src="Images/Rework066time/Rework066time97.png" height=500 />
<span style="color:#a87524;">Gym-Receptionist:</span> We changed it because we found some students performing parties and orgies at night times.
<span style="color:#a87524;">Gym-Receptionist:</span> It got really bad last year.
<span style="color:#a87524;">Gym-Receptionist:</span> Sorry, I'm rambling.
<span style="color:#a87524;">Gym-Receptionist:</span> So the gym is free for all the students.
<span style="color:#a87524;">Gym-Receptionist:</span> And in the early mornings there are various trainings that you can attend.
<span style="color:cadetblue;">$playerName:</span> Are there any self-defence classes?
<span style="color:#a87524;">Gym-Receptionist:</span> Yes there are.
<span style="color:#a87524;">Gym-Receptionist:</span> Every day. Early mornings in that room (She points to the room).
<img src="Images/Rework066time/Rework066time95.png" height=500 />
<span style="color:#a87524;">Gym-Receptionist:</span> Since you are here this early, I'm sure you can join in today.
<span style="color:#a87524;">Gym-Receptionist:</span> You can change your clothes there. (Points to room).
<span style="color:cadetblue;">$playerName:</span> Thank you.
<span style="color:chartreuse;">Maedhro:</span> Thank you.
<span style="color:#a87524;">Gym-Receptionist:</span> You're welcome.
//We go and change our clothes and head to the training room.//
<span id="intro1">
<<link "//When we enter we are greeted by the instructor.//">>
<<replace "#intro1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time98.png" height=500 />
<span style="color:#8a5e2b;">Instructor:</span> Hello everyone.
<span style="color:#8a5e2b;">Instructor:</span> Let's start today's lesson.
<span style="color:#8a5e2b;">Instructor:</span> Now the basics are-
//He shows various techniques for different situations.//
//And then we practice the moves with the partner.//
<span id="intro2">
<<link "//Some time passes.//">>
<<replace "#intro2">>
//.//
//..//
<span id="intro3">
<<link "//....//">>
<<replace "#intro3">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:#8a5e2b;">Instructor:</span> Ok now let's switch partners.
<span style="color:#8a5e2b;">Instructor:</span> It's good to practice against different people and not get used to one specific body type.
<img src="Images/Rework066time/Rework066time101.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Oh?
<span style="color:#ffc14d;">Orianna:</span> $playerName!
<span style="color:#ffc14d;">Orianna:</span> (surprised)Maedhro?!
//She is surprised at Maedhros new appearance but decides to quickly change the subject.//
<span style="color:#ffc14d;">Orianna:</span> You guys joined up for self-defense classes?
//Maedhro dosen't anwser.//
<span style="color:chartreuse;">Maedhro:</span> ...
//I guess he still very shy around girls.//
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:#ffc14d;">Orianna:</span> Nice!
<span style="color:#ffc14d;">Orianna:</span> Emm.
<span style="color:#ffc14d;">Orianna:</span> So this is Angelina.
<img src="Images/Rework066time/Rework066time102.jpg" height=500 />
<span style="color:#6957a6;">Angelina:</span> Hi!
<span style="color:cadetblue;">$playerName:</span> Hey!
<span style="color:chartreuse;">Maedhro:</span> Hey!
<span style="color:#ffc14d;">Orianna:</span> Since we need to change partners, would you mind pairing up with us?
<span style="color:cadetblue;">$playerName:</span> Yeah. Sure.
<span style="color:#ffc14d;">Orianna:</span> Nice!
//Orianna walks closer to Maedhro and they pair up.//
//Angelina comes and pairs up with me.//
//We practice some more.//
<img src="Images/Rework066time/Rework066time104.jpg" height=500 />
//...//
//..//
<span id="intro4">
<<link "//....//">>
<<replace "#intro4">>
<span style="color:#8a5e2b;">Instructor:</span> Ok. You can change back or stick with the partner you are currently with.
//I look over at Maedhro and Orianna.//
<img src="Images/Rework066time/Rework066time106.png" height=500 />
<span style="color:#6957a6;">Angelina:</span> (notices me looking over at Orianna) Heh.
<span style="color:#6957a6;">Angelina:</span> I don't mind if you want to switch.
<span style="color:#6957a6;">Angelina:</span> Just don't forget about me (winks).
//Wow...//
//What should I do?//
<span id="choice1">
<<link "//Switch back to Maedhro //❤️">>
<<replace "#choice1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I walk up to Maedhro. Without saying a word Orianna goes back to her partner.//
<span style="color:cadetblue;">$playerName:</span> Ready to train some more?
<img src="Images/Rework066time/Rework066time108.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I thought..
<span style="color:chartreuse;">Maedhro:</span> S-sure.
//We continue training.//
//...//
//..//
//.//
<span style="color:#8a5e2b;">Instructor:</span> And start!
//Maedhro throws a punch with her right arm.//
//I grab her punching arm with my left hand and lean forward, using my body weight to throw her over.//
//Maedhro falls on the ground.//
<span id="inner11">
<<link "//But as she's falling backwards I lose my footing and fall on top of her.//">>
<<replace "#inner11">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time109.png" height=500 />
//Maedhros eyes are closed.//
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:cadetblue;">$playerName:</span> You alright?
<span id="inner12">
<<link "//She opens her eyes.//">>
<<replace "#inner12">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time110.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Hmm?
<span style="color:cadetblue;">$playerName:</span> You ok?
<span style="color:chartreuse;">Maedhro:</span> Emm..
//Our faces are inches away from one another.//
<span style="color:chartreuse;">Maedhro:</span> (blushes)...
//Why is she...//
//Shit..//
//I'm hard aren't I?//
//I quickly get off of her.//
<img src="Images/Rework066time/Rework066time111.png" height=500 />
<span id="choice2">
<<link "//Offer her a hand// ❤️">>
<<replace "#choice2">>
<<set $masclevel2arousedface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Here.
<span style="color:cadetblue;">$playerName:</span> Give me your hand.
//I pull her up.//
<img src="Images/Rework066time/Rework066time112.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Thank you.
<span style="color:#8a5e2b;">Instructor:</span> And time!
<span style="color:#8a5e2b;">Instructor:</span> That's it for today's class.
<span style="color:#8a5e2b;">Instructor:</span> Hope to see you again next time.
<span id="innerinner1">
<<link "//Orianna comes over to us.//">>
<<replace "#innerinner1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time113.png" height=500 />
<span style="color:#ffc14d;">Orianna:</span> (addresses Maedhro) I think what you are doing is very brave Maedhro.
//She turns around and heads off.//
<span style="color:chartreuse;">Maedhro:</span> Emm...
<span style="color:chartreuse;">Maedhro:</span> What does she mean.
<span style="color:cadetblue;">$playerName:</span> No idea.
<span style="color:cadetblue;">$playerName:</span> Should we get going?
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> Let's.
<span id="innerinner2">
<<link "//As we walk twoards the showers.//">>
<<replace "#innerinner2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time114.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You know. I actually think I might start coming here more often. To train and whatnot.
<span style="color:cadetblue;">$playerName:</span>(soft smile)
//That's nice to hear.//
<<link "Continue">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 7>>
<<set $time to advanceTime($time)>>
<<goto "Academy Hallway">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I lose myself in the view// 💜">>
<<replace "#choice2">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time115.jpg" height=500 />
//I get lost in her beautiful eyes and the feeling of my erection.//
//The way she is just... there...//
//I...//
//She gets up.//
<span style="color:#8a5e2b;">Instructor:</span> And time!
<span style="color:#8a5e2b;">Instructor:</span> That's it for today's class.
<span style="color:#8a5e2b;">Instructor:</span> Hope to see you again next time.
<span id="innerinner1">
<<link "//Orianna comes over to us.//">>
<<replace "#innerinner1">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time113.png" height=500 />
<span style="color:#ffc14d;">Orianna:</span> (addresses Maedhro) I think what you are doing is very brave Maedhro.
//She turns around and heads off.//
<span style="color:chartreuse;">Maedhro:</span> Emm...
<span style="color:chartreuse;">Maedhro:</span> What does she mean.
<span style="color:cadetblue;">$playerName:</span> No idea.
<span style="color:cadetblue;">$playerName:</span> Should we get going.
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> Let's.
<span id="innerinner2">
<<link "//As we walk twoards the showers.//">>
<<replace "#innerinner2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time114.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You know. I actually think I might start coming here more often. To train and whatnot.
<span style="color:cadetblue;">$playerName:</span>(soft smile)
//That's nice to hear.//
<<link "Continue">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 7>>
<<set $time to advanceTime($time)>>
<<goto "Academy Hallway">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Don't. Stay with Angelina// 💜">>
<<replace "#choice1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Not going to happen.
<span style="color:cadetblue;">$playerName:</span> Ready when you are Angelina.
<img src="Images/Rework066time/Rework066time116.jpg" height=500 />
<span style="color:#6957a6;">Angelina:</span> Hehe.
<span style="color:#6957a6;">Angelina:</span> (playfully) Uuu. I'm ready.
<span style="color:#6957a6;">Angelina:</span> I'm going to put you down $playerName.
<span style="color:#6957a6;">Angelina:</span> I'm ....
<span id="inner222">
<<link "//She glances twoards Maedhro.//">>
<<replace "#inner222">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time117.jpg" height=500 />
<span style="color:#6957a6;">Angelina:</span> You ok Maedhro?
//Maedhro is blushing really hard.//
<span style="color:chartreuse;">Maedhro:</span> E-Emm. Y-Yeah.
<span style="color:chartreuse;">Maedhro:</span> I'm... (looks at me)... Ok....
//She turns around and-//
<span style="color:#6957a6;">Angelina:</span> Where are you-
//And Maedhros gone.//
<img src="Images/Rework066time/Rework066time118.jpg" height=500 />
<span style="color:#6957a6;">Angelina:</span> What's wrong with him?
//Yeah....//
//What was that all about?//
//We continue the lesson.//
<span id="inner223">
<<link "//After the lesson I meet up with Maedhro at the gym entrance.//">>
<<replace "#inner223">>
<span style="color:cadetblue;">$playerName:</span>You ok?
<span style="color:chartreuse;">Maedhro:</span> Yeah. Yeah.
<span style="color:chartreuse;">Maedhro:</span>...
<span style="color:cadetblue;">$playerName:</span>...
<span style="color:chartreuse;">Maedhro:</span>So.. Uh.
<span style="color:chartreuse;">Maedhro:</span> ...
//Is she going to adress the reasoning behind her dissaperance?//
<img src="Images/Rework066time/Rework066time114.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span>This was nice actually.
<span style="color:chartreuse;">Maedhro:</span>I think I might start coming to the gym more often.
//I guess not.//
//But it's nice hearing her say that.//
<span style="color:cadetblue;">$playerName:</span> (soft smile)
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 7>>
<<set $time to advanceTime($time)>>
<<goto "Academy Hallway">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<set $excerscidedWithMaedhroGym to false>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//Ok so this the reception area for the academy gym.//
//I see Maedhro waiting for me in front of the reception area.//
<span style="color:cadetblue;">$playerName:</span> Hey.
<img src="Images/Rework066time/Rework066time92.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Hey.
<span style="color:#a87524;">Gym-Receptionist:</span> Welcome to the Academy gym.
<span style="color:#a87524;">Gym-Receptionist:</span> So before you can go in I need your names.
<span style="color:cadetblue;">$playerName:</span> Yeah. I'm $playerName.
<span style="color:chartreuse;">Maedhro:</span> I'm Maedhro.
<span style="color:#a87524;">Gym-Receptionist:</span> Nice.
<span style="color:#a87524;">Gym-Receptionist:</span> So the gym is open til the evening.
<img src="Images/Rework066time/Rework066time96.png" height=500 />
<span style="color:#a87524;">Gym-Receptionist:</span> We changed it because we found some students performing parties and orgies at night times.
<span style="color:#a87524;">Gym-Receptionist:</span> It got really bad last year.
<span style="color:#a87524;">Gym-Receptionist:</span> Sorry, I'm rambling.
<span style="color:#a87524;">Gym-Receptionist:</span> So the gym is free for all the students.
<span style="color:#a87524;">Gym-Receptionist:</span> And in the early mornings there are various trainings that you can attend.
<span style="color:cadetblue;">$playerName:</span> Are there any self-defence classes?
<span style="color:#a87524;">Gym-Receptionist:</span> Yes there are.
<span style="color:#a87524;">Gym-Receptionist:</span> Every day. Early mornings in that room (She points to the room).
<span style="color:#a87524;">Gym-Receptionist:</span> Since you are here this early, I'm sure you can join in today.
<span style="color:#a87524;">Gym-Receptionist:</span> You can change your clothes there. (Points to room).
<span style="color:cadetblue;">$playerName:</span> Thank you.
<span style="color:chartreuse;">Maedhro:</span> Thank you.
<span style="color:#a87524;">Gym-Receptionist:</span> You're welcome.
<span id="intro1">
<<link "//As we go to change our clothes the receptionist interrupts us.//">>
<<replace "#intro1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time95.png" height=500 />
<span style="color:#a87524;">Gym-Receptionist:</span> Emm. Girls?
<span style="color:#a87524;">Gym-Receptionist:</span> That's the boys locker room.
<span style="color:cadetblue;">$playerName:</span> Oh. But we are... emmm...
<span style="color:#a87524;">Gym-Receptionist:</span> Oh! Ok. Proceed.
//We go in and change our clothes and head to the training room.//
<span id="intro2">
<<link "//When we enter we are greeted by the instructor.//">>
<<replace "#intro2">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time98.png" height=500 />
<span style="color:#8a5e2b;">Instructor:</span> Hello everyone.
<span style="color:#8a5e2b;">Instructor:</span> Let's start today's lesson.
<span style="color:#8a5e2b;">Instructor:</span> Now the basics are-
//He shows various techniques for different situations.//
//And then we practice the moves with the partner.//
//Some time passes.//
//...//
//..//
//.//
<span style="color:#8a5e2b;">Instructor:</span> Ok now let's switch partners.
<span style="color:#8a5e2b;">Instructor:</span> It's good to practice against different people and not get used to one specific body type.
<span id="intro3">
<<link "//Hmmm... Who should I partner up with?//">>
<<replace "#intro3">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time99.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Oh?
<span style="color:#ffc14d;">Orianna:</span> $playerName!?
<span style="color:#ffc14d;">Orianna:</span> Is that you?
<span style="color:#ffc14d;">Orianna:</span> (looks at Maedhro) Maedhro?!
//She seems to not want to delve into what happened and quickly comes up with://
<span style="color:#ffc14d;">Orianna:</span> You guys joined up for self-defense classes?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Y-yes.
//I guess he still very shy around girls.//
<span style="color:#ffc14d;">Orianna:</span> Nice!
<span style="color:#ffc14d;">Orianna:</span> Emm.
<span style="color:#ffc14d;">Orianna:</span> So this is Angelina.
<img src="Images/Rework066time/Rework066time105.jpg" height=500 />
<span style="color:#6957a6;">Angelina:</span> Hi!
<span style="color:cadetblue;">$playerName:</span> Hey!
<span style="color:chartreuse;">Maedhro:</span> Hey!
<span style="color:#ffc14d;">Orianna:</span> Since we need to change partners, would you mind pairing up with us?
<span style="color:cadetblue;">$playerName:</span> Yeah. Sure.
<span style="color:#ffc14d;">Orianna:</span> Nice!
//Orianna walks closer to Maedhro, and they pair up.//
//Angelina comes and pairs up with me.//
<span id="intro4">
<<link "//We practice some more.//">>
<<replace "#intro4">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time104.jpg" height=500 />
//.//
//..//
//...//
<span style="color:#8a5e2b;">Instructor:</span> Ok. You can change back to your initial partner or stay with the partner that you are currently with.
//I look over at Maedhro and Orianna.//
<img src="Images/Rework066time/Rework066time106.png" height=500 />
//Should I change back to be with Maedhro?//
<span id="choice1">
<<link "//Change back //❤️">>
<<replace "#choice1">>
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I go back and pair up with Maedhro.//
<span style="color:chartreuse;">Maedhro:</span> Y-you wanted to be with me?
<span style="color:cadetblue;">$playerName:</span> Of course.
<img src="Images/Rework066time/Rework066time117.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span style="color:#8a5e2b;">Instructor:</span> And begin.
//As Maedhro throws a punch with her left hand, I throw my own with a right.//
//With my other hand, I grab his incoming punching hand and she does the same.//
//With all of this manoeuvring, I lose my standing and I fall backwards pulling Maedhro with me.//
<span id="inner11">
<<link "//I fall and-//">>
<<replace "#inner11">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 2s>>
//Blackness.//
//.//
//..//
//...//
<</shake>>
<span style="color:cadetblue;">$playerName:</span> Ouh....
<span id="inner12">
<<link "//I open my eyes and I see Maedhro on top of me.//">>
<<replace "#inner12">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time125.png" height=500 />
//She is just staring at me. Her face inches away from my own.//
<span style="color:cadetblue;">$playerName:</span> Maedhro?
<span style="color:chartreuse;">Maedhro:</span> You ok?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> Seems like I won?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:chartreuse;">Maedhro:</span> Too much of a pill to swallow?
//She gets off of me and offers her hand to help me up.//
<span style="color:#8a5e2b;">Instructor:</span> And time!
<span style="color:#8a5e2b;">Instructor:</span> Till next time!
<img src="Images/Rework066time/Rework066time114.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Hey $playerName.
<span style="color:cadetblue;">$playerName:</span> Hmm?
<span style="color:chartreuse;">Maedhro:</span> I enjoyed this a lot.
<span style="color:cadetblue;">$playerName:</span> I did too.
<span id="inner13">
<<link "//Orianna comes over.//">>
<<replace "#inner13">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time113.png" height=500 />
<span style="color:#ffc14d;">Orianna:</span> I wanted to say this earlier but... (sighs)
<span style="color:#ffc14d;">Orianna:</span> I think you guys are very brave to do this.
//She turns around and leaves with Angelina.//
<span style="color:chartreuse;">Maedhro:</span> What is she talking about?
<span style="color:cadetblue;">$playerName:</span> Honestly.
<span style="color:cadetblue;">$playerName:</span> I have no idea.
<span style="color:cadetblue;">$playerName:</span> Let's get going.
<span style="color:chartreuse;">Maedhro:</span> Yeah. Let's.
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 7>>
<<set $time to advanceTime($time)>>
<<goto "Academy Hallway">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Stay with Angelina //💜">>
<<replace "#choice1">>
<<set $maedhroCorruption ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//Maedhro seems to be enjoying her time with Orianna.//
<img src="Images/Rework066time/Rework066time118.jpg" height=500 />
<span style="color:#6957a6;">Angelina:</span> You jealous?
<span style="color:cadetblue;">$playerName:</span> (blushes) What?
<span style="color:cadetblue;">$playerName:</span> NO!
<span style="color:#6957a6;">Angelina:</span> (unconvinced) Uh-uh..
<span style="color:cadetblue;">$playerName:</span> Really. I'm not.
<span style="color:#6957a6;">Angelina:</span> ...
<span style="color:cadetblue;">$playerName:</span> Besides he's my <<if $incestOn is true>>brother or sister <<else>> step-bro or step-sister<</if>> rather.
<span style="color:#6957a6;">Angelina:</span> Hey. I don't judge.
<span style="color:cadetblue;">$playerName:</span> Stop it!
<span style="color:#6957a6;">Angelina:</span> Haha.
<span style="color:#6957a6;">Angelina:</span> Ok. Ok.
<img src="Images/Rework066time/Rework066time121.jpg" height=500 />
<span style="color:#6957a6;">Angelina:</span> You ready?
<span id ="inner21">
<<link "//She takes a stance.//">>
<<replace "#inner21">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 2s>>
<span style="color:cadetblue;">$playerName:</span> I'm ready-
//And suddenly I am on the ground with Angelina on top of me.//
<</shake>>
<span id="inner22">
<<link "//Wow... She's fast.//">>
<<replace "#inner22">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time126.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Ow...
<span style="color:#6957a6;">Angelina:</span> (laughing)
<span style="color:cadetblue;">$playerName:</span> Hey! That's cheating.
<span style="color:#6957a6;">Angelina:</span> Hahahahaha.
<span style="color:#8a5e2b;">Instructor:</span> And time!
<span style="color:#6957a6;">Angelina:</span> Don't play fair it'll only cost you.
//She gets up from me and offers her hand to help me up.//
<span style="color:#8a5e2b;">Instructor:</span> Till next time!
<span style="color:#6957a6;">Angelina:</span> It was fun.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span id="inner23">
<<link "//I walk over to Maedhro.//">>
<<replace "#inner23">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time112.png" height=500 />
//As I do I can't help myself about thinking what Angelina said about Maedhro.//
<span style="color:chartreuse;">Maedhro:</span> (mumble)
<span id="inner24">
<<link "//I mean...//">>
<<replace "#inner24">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time127.png" height=500 />
//She does look very attractive now.//
<span style="color:chartreuse;">Maedhro:</span> (mumble)
<span style="color:chartreuse;">Maedhro:</span>So yeah I think I will start coming to these lessons and also join the gym.
<span style="color:chartreuse;">Maedhro:</span> Emmm... $playerName?
<span style="color:cadetblue;">$playerName:</span> Hmm? (I look up)
<img src="Images/Rework066time/Rework066time114.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (blushes)...
//Shit. She caught me looking at her breasts.//
<span style="color:chartreuse;">Maedhro:</span> We should get going.
<span style="color:cadetblue;">$playerName:</span> Yeah. Let's
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 7>>
<<set $time to advanceTime($time)>>
<<goto "Academy Hallway">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $currentLocation = "Girl shower room">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/girlshowerdoor.png')">>
<div class="description-box-academy-library-intro">\
//I am at the girls shower room.//
</div>
<div class="description-box-library">\
Interactions:
//Hmmm.... It's empty.//
</div>
<div class="navigation-box">
Go back to:
[[Reception Desk Gym]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-academy-library-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-library {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-library-intro,
.description-box-library,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<set $currentLocation = "Boy shower room">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/boysshowerroom.png')">>
<div class="description-box-academy-library-intro">\
//I am at boys shower room.//
</div>
<div class="description-box-library">\
Interactions:
//Hmmm.... It's empty.//
</div>
<div class="navigation-box">
Go back to:
[[Reception Desk Gym]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-academy-library-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-library {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-library-intro,
.description-box-library,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<nobr>>
<<set $currentLocation = "Gym room">>
<<if $maedhroStory gte 6 and $time is "Afternoon">>
<<if $maedhroMascNetori is true>>
<<set document.body.style.backgroundImage = "url('Images/Locations/MaedhroGymLVL1Netori.png')">>
<<else>>
<<set document.body.style.backgroundImage = "url('Images/Locations/MaedhroGymLVL1.png')">>
<</if>>
<<else>>
<<set document.body.style.backgroundImage = "url('Images/Locations/gymroom.png')">>
<</if>>
<</nobr>>
<div class="description-box-academy-library-intro">\
//I am at the gym room.//
</div>
<div class="description-box-library">\
Interactions:
<<if $excerscidedWithMaedhroGym is false and $time is "Afternoon">>\
<<if $mascC is true>>\
<<if $maedhroDeg gt 0>>\
[[Maedhro is working out 💜(❤️🎭)💪⏰.|MaedhroGymWorkoutNETORI]]
<<elseif $maedhroDeg is 0>>\
[[Maedhro is working out. (💜❤️)💪⏰|MaedhroGymWorkoutMASCS]]
<</if>>\
<<elseif $femC is true>>\
[[Maedhro is working out. (💜❤️)💪⏰|MaedhroGymWorkoutFEMS]]
<</if>>\
<<else>>\
//People are working out.//
<</if>>\
</div>
<div class="navigation-box">
Go back to:
[[Boy shower room]] | \
[[Girl shower room]] | \
[[Reception Desk Gym]] | \
[[Academy Hallway]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-academy-library-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-library {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-library-intro,
.description-box-library,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<nobr>>
<<set $currentLocation = "Self-Defence Class">>
<<if $maedhroStory gte 6 and $time is "Early Morning">>
<<if $maedhroMascNetori is true>>
<<set document.body.style.backgroundImage = "url('Images/Locations/MaedhroSelfDefenceLVL1Netori.png')">>
<<else>>
<<set document.body.style.backgroundImage = "url('Images/Locations/MaedhroSelfDefenceLVL1.png')">>
<</if>>
<<else>>
<<set document.body.style.backgroundImage = "url('Images/Locations/selfdefenceclass.png')">>
<</if>>
<</nobr>>
<div class="description-box-academy-library-intro">\
//So this is the self-defence class.//
</div>
<div class="description-box-library">\
Interactions:
<<if $mascC is true>>\
<<if $maedhroDeg gt 0>>\
[[Self-Defence class is about to begin 💜(❤️⛓️🔱)💪⏰⏰.|MaedhroSelfDefenceClassNETORI]]
<<elseif $maedhroDeg is 0>>\
[[Self-Defence class is about to begin 💜(❤️⛓️🔱)💪⏰.|MaedhroSelfDefenceClassMASCS]]
<</if>>\
<<elseif $femC is true>>\
[[Self-Defence class is about to begin 💜(❤️⛓️🔱)💪⏰.|MaedhroSelfDefenceClassFEMS]]
<</if>>\
</div>
<div class="navigation-box"> \
Go back to:
[[Boy shower room]] | \
[[Girl shower room]] | \
[[Reception Desk Gym]] | \
[[Academy Hallway]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-academy-library-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-library {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-library-intro,
.description-box-library,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I go and make my way to the gym.//
//Looks like Maedhro is here.//
<span style="color:cadetblue;">$playerName:</span> Hey.
<img src="Images/Rework066time/Rework066time128.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Hey.
<span style="color:cadetblue;">$playerName:</span> You doing some bench press?
<span style="color:chartreuse;">Maedhro:</span> Yes.
<span style="color:chartreuse;">Maedhro:</span> Taking a little break before I get back to it.
<span style="color:chartreuse;">Maedhro:</span> You know-
<img src="Images/Rework066time/Rework066time129.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Oh hey guys!
<span style="color:#ffc14d;">Orianna:</span> I am doing some squats.
<span style="color:#ffc14d;">Orianna:</span> Could one of you spot me?
//I look at Maedhro, he seems to have fallen into a shell.//
<span id="choice1">
<<link "//Sure I'll come (Netori) //🎭💜⛓️">>
<<replace "#choice1">>
<<set $charisma ++>>\
<<set $maedhroCorruption ++>>\
<<if $maedhroDomSub gt 0>>\
<<set $maedhroDomSub -->>\
<</if>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Sure I'll help.
//I walk over to Orianna and she smiles.//
<img src="Images/Rework066time/Rework066time130.png" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Thanks!
<span style="color:#ffc14d;">Orianna:</span> Ok, you'll just stand behind me and watch my form.
//She bends over and picks up a weighted bar.//
<span style="color:cadetblue;">$playerName:</span> Ok.
//As she lifts it above her head I get a good look at her body.//
<img src="Images/Rework066time/Rework066time131.png" height=500 />
//Goddess she looks so hot in her workout outfit.//
//The way her ass sways in front of my eyes as she lowers the weights.//
<span style="color:#ffc14d;">Orianna:</span> Am I doing it right?
<span style="color:cadetblue;">$playerName:</span> Keep lowering, lower...
<span style="color:cadetblue;">$playerName:</span> Stop!
<img src="Images/Rework066time/Rework066time132.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> That's perfect.
//She is breathing heavily.//
<span style="color:cadetblue;">$playerName:</span> Again!
<span style="color:chartreuse;">Maedhro:</span> Ok. I'm done. (blushes)
<span style="color:chartreuse;">Maedhro:</span> Catch you guys later.
//He takes off.//
<img src="Images/Rework066time/Rework066time133.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> What's wrong with him?
<span style="color:cadetblue;">$playerName:</span> Not sure...
<span style="color:cadetblue;">$playerName:</span> Ready to go again?
<span style="color:#ffc14d;">Orianna:</span> Mhm.
<<link "Continue">>
<<set $excerscidedWithMaedhroGym to true>>
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Maedhro. Why don't you go? (Sharing or Straight)// 🔱❤️💜">>
<<replace "#choice1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Maedhro?
<span style="color:chartreuse;">Maedhro:</span> Hmm?
<span style="color:cadetblue;">$playerName:</span> Want to spot Orianna?
<span style="color:chartreuse;">Maedhro:</span> Umm. S-sure.
<img src="Images/Rework066time/Rework066time134.png" height=500 />
//Orianna looks at me and gives me a smirk.//
//She seems to appriciate the gesture.//
<span style="color:cadetblue;">$playerName:</span> Cool.
<span style="color:cadetblue;">$playerName:</span> I'll work on the bench press then.
//Maedhro and Orianna go to do the squats.//
//Hmmm.//
//Meanwhile I'll continue with my workout.//
//56!//
//57!//
//Some time passes.//
<span id="inner1">
<<link "//Orianna comes over to me.//">>
<<replace "#inner1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time136.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Hey.
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:cadetblue;">$playerName:</span> You guys finished?
<span style="color:#ffc14d;">Orianna:</span> Maedhro went to the bathroom.
<span style="color:#ffc14d;">Orianna:</span> I thought I'd come over and see how you are doing.
<span style="color:cadetblue;">$playerName:</span> Great.
<span style="color:#ffc14d;">Orianna:</span> You seem pretty strong.
<span style="color:cadetblue;">$playerName:</span> I'm trying to focus here.
<img src="Images/Rework066time/Rework066time135.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Hahah.
<span style="color:#ffc14d;">Orianna:</span> Are you saying I am distracting you?
<span style="color:cadetblue;">$playerName:</span> Maybe.
<span style="color:#ffc14d;">Orianna:</span> How can I make it up to you then?
<span style="color:cadetblue;">$playerName:</span> Well-
<span style="color:chartreuse;">Maedhro:</span> Orianna. I'm back.
<span style="color:#ffc14d;">Orianna:</span> Heh.
<img src="Images/Rework066time/Rework066time133.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> (turns toward Maedhro) Let's get back to it.
//You continue working out.//
<<link "Continue">>
<<set $excerscidedWithMaedhroGym to true>>
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<img src="Images/Rework066time/Rework066time137.png" height=500 />
//I see Maedhro in the gym working out//
<span style="color:chartreuse;">Maedhro:</span> $playername?
<span style="color:chartreuse;">Maedhro:</span> Didn't expect to see you here.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> You doing squats?
<img src="Images/Rework066time/Rework066time138.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> (slight blush) Yep.
<span id="choice1">
<<link "//I should also workout// 💪💜⏰">>
<<replace "#choice1">>
<<set $strength ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Mind if I join in?
<span style="color:chartreuse;">Maedhro:</span> Not at all!
//I grab the bar, and start doing squats.//
//As I am doing it, Maedhro is looking at me.//
<img src="Images/Rework066time/Rework066time144.jpg" width=500 />
//And when I go up, I can feel her eyes are looking at my breasts.//
<span id="choice1-1">
<<link "//Seeing something you like?// ⛓️💜">>
<<replace "#choice1-1">>
<<if $maedhroDomSub gt 0>>\
<<set $maedhroDomSub -->>\
<</if>>\
<<set $maedhroCorruption ++>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> You liking what you see?
<span style="color:chartreuse;">Maedhro:</span> (gulps)
//She blushes.//
<span style="color:cadetblue;">$playerName:</span> Huh?
<img src="Images/Rework066time/Rework066time145.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> No...
<span style="color:cadetblue;">$playerName:</span> No? (as I go down to do the next squat)
<span style="color:chartreuse;">Maedhro:</span> No. I mean yes.
<span style="color:cadetblue;">$playerName:</span> Yes? (I come back up)
<span style="color:chartreuse;">Maedhro:</span> Stop it $playerName!
<img src="Images/Rework066time/Rework066time146.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> You are tricking me!
//Hehe.//
//We continue the workout in silence.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhroGym to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Don't make any comment's// 🔱💜">>
<<replace "#choice1-1">>
<<set $maedhroCorruption ++>>\
<<if $maedhroDomSub lt 100>>\
<<set $maedhroDomSub -->>\
<</if>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> (as I go down)
<img src="Images/Rework066time/Rework066time147.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> You are doing great?
//Sure....//
<span style="color:chartreuse;">Maedhro:</span> Bit slower on the way back up.
//I can feel her gaze at my breasts.//
<span style="color:chartreuse;">Maedhro:</span> One more.
//She is looking intently at my breasts.//
<img src="Images/Rework066time/Rework066time146.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> (as I go up) That's it.
//We continue our workout.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhroGym to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Well keep up the good work// ❤️">>
<<replace "#choice1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<span style="color:cadetblue;">$playerName:</span> Well.
<span style="color:cadetblue;">$playerName:</span> I'll leave you to it.
<span style="color:cadetblue;">$playerName:</span> Don't over work yourself Mae.
<img src="Images/Rework066time/Rework066time142.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> (nods) mhm.
<span style="color:chartreuse;">Maedhro:</span> I won't.
//She gets back to doing squats.//
<<link "Continue">>
<<set $mascLevel2blushface2 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $excerscidedWithMaedhroGym to true>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>>
</span>
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<img src="Images/Rework066time/Rework066time137.png" height=500 />
//I see Maedhro in the gym working out.//
<span style="color:chartreuse;">Maedhro:</span> $playerName?
<span style="color:chartreuse;">Maedhro:</span> Didn't expect to see you here.
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> You doing squats?
<img src="Images/Rework066time/Rework066time138.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> (slight blush) Yep.
<span id="choice1">
<<link "//I should also workout// 💪(💜🔱⛓️)⏰">>
<<replace "#choice1">>
<<set $strength ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I should work out as well.
//I look at the bench press.//
<span style="color:cadetblue;">$playerName:</span> Want to spot me?
<span style="color:chartreuse;">Maedhro:</span> Me?
<span style="color:chartreuse;">Maedhro:</span> Emm... Sure.
//I get onto the bench and prepare to start the exercise.//
//Maedhro gets close and puts her hands under the bar.//
<img src="Images/Rework066time/Rework066time140.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> This looks too heavy.
<span style="color:chartreuse;">Maedhro:</span> I'm not sure I'm able to help if-
<span style="color:cadetblue;">$playerName:</span> Don't worry.
//I smile.//
<span style="color:cadetblue;">$playerName:</span> Besides you're more here for the emotional support.
<span style="color:chartreuse;">Maedhro:</span> Sure...
<span style="color:cadetblue;">$playerName:</span> Let's go!
<span id="train">
<<link "//I start lifting the bar.//">>
<<replace "#train">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">playerName:</span> (grunting)
<span style="color:cadetblue;">$playerName:</span> 1.
<span style="color:cadetblue;">$playerName:</span> 2.
<span style="color:chartreuse;">Maedhro:</span> You are so strong!
<img src="Images/Rework066time/Rework066time139.jpg" height=500 />
//I notice that Maedhro is lost at looking at my biceps as I'm lifting the bar.//
<span id="choice1-1">
<<link "//You ok there?// 💜⛓️">>
<<replace "#choice1-1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I notice that Maedhro is lost at looking at my biceps.//
<span style="color:cadetblue;">$playerName:</span> Hey.
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:cadetblue;">$playerName:</span> You ok?
<span style="color:chartreuse;">Maedhro:</span> (quickly) Mhm.
<span style="color:chartreuse;">Maedhro:</span> I'm okay.
//I continue doing the exercise.//
<span style="color:chartreuse;">Maedhro:</span> Perfect, actually.
<span style="color:cadetblue;">$playerName:</span> What was that?
<span style="color:chartreuse;">Maedhro:</span> (gulp) Nothing.
<img src="Images/Rework066time/Rework066time141.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> I'm ok.
<span style="color:cadetblue;">$playerName:</span> Alright
//I continue doing the exercise.//
<<link "Continue">>
<<set $excerscidedWithMaedhroGym to true>>
<<set $mascLevel2blushface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Keep silent and continue working out.//💜🔱">>
<<replace "#choice1-1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> (smiles)
//I notice that Maedhro is lost at looking at my biceps as I'm lifting the bar.//
//She is basically drooling over the site.//
//But I keep silent and continue doing the exercise.//
<span style="color:cadetblue;">playerName:</span> 3.
<span style="color:cadetblue;">playerName:</span> 4.
<span style="color:cadetblue;">playerName:</span> 5.
//...//
//..//
//.//
<span style="color:cadetblue;">playerName:</span> Done.
<img src="Images/Rework066time/Rework066time143.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> (lost in something)..
<span style="color:cadetblue;">$playerName:</span> Maedhro?
<span style="color:chartreuse;">Maedhro:</span> Hmm?
<span style="color:cadetblue;">$playerName:</span> I'm done.
<span style="color:chartreuse;">Maedhro:</span> Oh.
<span style="color:chartreuse;">Maedhro:</span> G-good job.
<span style="color:chartreuse;">Maedhro:</span> I need to.. emm..
<span style="color:chartreuse;">Maedhro:</span> I need to go to the bathroom.
<span style="color:cadetblue;">$playerName:</span> Sure.
//She leaves in a hurry.//
//Heh.//
<<link "Continue">>
<<set $excerscidedWithMaedhroGym to true>>
<<set $mascLevel2blushface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Well keep up the good work //❤️">>
<<replace "#choice1">>
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Well.
<span style="color:cadetblue;">$playerName:</span> Don't over work yourself Mae.
<span style="color:chartreuse;">Maedhro:</span> (smiles)
<img src="Images/Rework066time/Rework066time142.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Don't worry.
<span style="color:chartreuse;">Maedhro:</span> I won't.
//She gets back to her workout.//
<<link "Continue">>
<<set $excerscidedWithMaedhroGym to true>>
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>>
</span><<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I go to the park and I see Maedhro is getting ready for a run.//
<img src="Images/Rework066time/Rework066time158.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You made it!
<span style="color:chartreuse;">Maedhro:</span> Lets have a run.
<span id="choice1">
<<link "//Sure// 💪❤️">>
<<replace "#choice1">>
<<set $strength ++>>\
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Ok.
<span style="color:cadetblue;">$playerName:</span> Let's do it.
//He starts jogging, and I follow his lead.//
//As we run side by side I notice Maedhro is deep in thought.//
<span style="color:cadetblue;">$playerName:</span> What are you thinking about Maedhro?
<img src="Images/Rework066time/Rework066time161.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Nothing.
<span style="color:chartreuse;">Maedhro:</span> Just.
<span style="color:chartreuse;">Maedhro:</span> Ori-(pauses)
<span style="color:chartreuse;">Maedhro:</span> Nevermind.
//What was he about to say?//
<span style="color:chartreuse;">Maedhro:</span> $playerName?
<span style="color:cadetblue;">$playerName:</span> Yeah?
<span style="color:chartreuse;">Maedhro:</span> Is there anyone you like in the academy?
<span style="color:cadetblue;">$playerName:</span> Why?
<span style="color:chartreuse;">Maedhro:</span> Just asking.
<span style="color:chartreuse;">Maedhro:</span> It's just.
<img src="Images/Rework066time/Rework066time160.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I want to ask someone out, but I am not sure if she would say yes.
<span style="color:cadetblue;">$playerName:</span> I think you should go for it.
<span style="color:chartreuse;">Maedhro:</span> I'll think about it.
//We continue running.//
<<link "Continue">>
<<set $parkrunWithMaedhroToday to true>>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>
<<goto "Park">>
<</link>>
<</replace>>
<</link>>| \
<<link "//I'm actually busy right now. //❤️">>
<<replace "#choice1">>
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I'm actually busy now.
<span style="color:cadetblue;">$playerName:</span> But maybe some other time.
<span style="color:chartreuse;">Maedhro:</span> No worries.
<span style="color:cadetblue;">$playerName:</span> I'll catch ya later ok?
<img src="Images/Rework066time/Rework066time159.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Yeah sure.
<span style="color:chartreuse;">Maedhro:</span> (smiles)
<<link "Continue">>
<<set $parkrunWithMaedhroToday to true>>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<goto "Park">>
<</link>>
<</replace>>
<</link>>
</span><<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I go to the park and I see Maedhro is getting ready for a run.//
<img src="Images/Rework066time/Rework066time148.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You made it!
<span style="color:chartreuse;">Maedhro:</span> Lets have a run.
<span id="choice1">
<<link "//Sure// 💪(❤️💜) (🔱⛓️) ">>
<<replace "#choice1">>
<<set $strength ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> You are on!
<span style="color:chartreuse;">Maedhro:</span> Come on!
//I start running and she follows behind.//
//I try not to run too fast so that she wouldn't fall too behind.//
//We make our way around the park, as I look back I notice she needs a little break.//
//So I stop at a bench and wait for her to catch up.//
<img src="Images/Rework066time/Rework066time149.jpg" height=500 />
//She is a bit sweaty and out of breath.//
<span style="color:chartreuse;">Maedhro:</span> (pants) That was good.
<span style="color:cadetblue;">$playerName:</span> Hehe..
<span style="color:cadetblue;">$playerName:</span> Yeah (pants)...
//We notice a couple of boys in the distance making whistelig sounds at us.//
<img src="Images/Rework066time/Rework066time150.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Ugh.
<span id="choice1-1">
<<link "//Punch of pricks// 🔱❤️">>
<<replace "#choice1-1">>
<<set $maedhroRel++>>\
<<if $maedhroDomSub lt 100>>\
<<set $maedhroDomSub ++>>\
<</if>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Punch of pricks.
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> Want me to go and beat them up?
<img src="Images/Rework066time/Rework066time152.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:chartreuse;">Maedhro:</span> No!
<span style="color:chartreuse;">Maedhro:</span> I mean, yes, but...
<span style="color:chartreuse;">Maedhro:</span> It would put you into trouble.
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span id="inner1">
<<link "//She does appreciate the gesture.//">>
<<replace "#inner1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time153.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Let's get back home.
<span style="color:cadetblue;">$playerName:</span> Alright.
//As we are going, one of the boys yells.//
<span style="color:#FFEBCD;">Guy1:</span> Hey baby!
//Maedhro ignores it, but the second guy continues.//
<span style="color:#F5F5DC;">Guy2:</span> Nice booty baby!
<span style="color:chartreuse;">Maedhro:</span> Ugh...
//I turn around.//
<span style="color:cadetblue;">$playerName:</span> We have a problem?
<img src="Images/Rework066time/Rework066time151.png" height=500 />
<span style="color:#F5F5DC;">Guy2:</span> (scared) N-no. No problem.
<span style="color:#FFEBCD;">Guy1:</span>Let's go!
//They both scatter.//
<span style="color:chartreuse;">Maedhro:</span> (soft smile).
//We continue making our way back home.//
<<link "Continue">>
<<set $parkrunWithMaedhroToday to true>>\
<<set $mascLevel2blushface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>
<<goto "Park">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//You do look stunning Maedhro.// ⛓️💜">>
<<replace "#choice1-1">>
<<set $maedhroCorruption ++>>\
<<if $maedhroDomSub lt 0>>\
<<set $maedhroDomSub -->>\
<</if>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Heh.
<span style="color:cadetblue;">$playerName:</span> You do look stunning though.
<img src="Images/Rework066time/Rework066time155.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Eek!
<span style="color:chartreuse;">Maedhro:</span> Stop it!
<span style="color:chartreuse;">Maedhro:</span> Not you too!
<span style="color:cadetblue;">$playerName:</span> Haha.
<span style="color:cadetblue;">$playerName:</span> Sorry.
<span style="color:chartreuse;">Maedhro:</span> (sighs)
<span style="color:cadetblue;">$playerName:</span> Let's get going.
<span style="color:chartreuse;">Maedhro:</span> Yeah.
//We start making our way back.//
//As we are going, one of the guys calls out.//
<span style="color:#FFEBCD;">Guy1:</span> Hey baby!
//Maedhro ignores it, but the second guy continues.//
<span style="color:#F5F5DC;">Guy2:</span> Nice booty baby!
<img src="Images/Rework066time/Rework066time154.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> ughh...
//We continue making our way back home.//
<<link "Continue">>
<<set $parkrunWithMaedhroToday to true>>\
<<set $mascLevel2blushface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>
<<goto "Park">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I'm actually busy right now.// ❤️">>
<<replace "#choice1">>
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Actually. I'm a bit busy today.
<span style="color:cadetblue;">$playerName:</span> Why don't we meet up some other day.
<span style="color:chartreuse;">Maedhro:</span> Sure.
<span style="color:cadetblue;">$playerName:</span> See ya.
<span style="color:cadetblue;">$playerName:</span> Have a good run.
<img src="Images/Rework066time/Rework066time156.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<<link "Continue">>
<<set $parkrunWithMaedhroToday to true>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<goto "Park">>
<</link>>
<</replace>>
<</link>>
</span>
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I go to the park and I see Maedhro is getting ready for a run.//
<img src="Images/Rework066time/Rework066time148.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You made it!
<span style="color:chartreuse;">Maedhro:</span> Lets have a run.
<span id="choice1">
<<link "//Sure// 💪(❤️💜🔱⛓️)">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<replace "#choice1">>
<span style="color:cadetblue;">$playerName:</span> You are on!
<span style="color:chartreuse;">Maedhro:</span> Come on!
//She starts running and I follow behind her.//
<img src="Images/Rework066time/Rework066time157.png" height=500 />
//I try to catch up, but it is a bit hard as she is keeping a solid pace.//
//We make our way around the park, and she is slowing down.//
//She stops at the bench, and I join her.//
//She is a bit sweaty but not that much.//
<span style="color:chartreuse;">Maedhro:</span> (pants) That was good.
<span style="color:cadetblue;">$playerName:</span> Hehe..
<span style="color:cadetblue;">$playerName:</span> Yeah (pants)...
//We notice a couple of boys in the distance making whistelig sounds at us.//
<img src="Images/Rework066time/Rework066time150.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Ugh.
<span id="choice2">
<<link "//Punch of pricks.// 🔱❤️">>
<<replace "#choice2">>
<<set $maedhroRel ++>>\
<<if $maedhroDomSub lt 100>>\
<<set $maedhroDomSub ++>>\
<</if>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Punch of pricks.
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<span style="color:cadetblue;">$playerName:</span> Let's get going.
//She nods, and we take off.//
//As we are going, one of the boys yells.//
<span style="color:#FFEBCD;">Guy1:</span> Hey baby!
//Maedhro ignores it, but the second guy continues.//
<span style="color:#F5F5DC;">Guy2:</span> Nice booty baby!
<img src="Images/Rework066time/Rework066time152.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Ugh...
//We continue making our way back home.//
<<link "Continue">>
<<set $parkrunWithMaedhroToday to true>>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>
<<goto "Park">>
<</link>>
<</replace>>
<</link>> | \
<<link "//You do look stunning Maedhro.// ⛓️💜">>
<<replace "#choice2">>
<<set $maedhroCorruption ++>>\
<<if $maedhroDomSub gt 0>>\
<<set $maedhroDomSub -->>\
<</if>>\
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Heh.
<span style="color:cadetblue;">$playerName:</span> You do look stunning though.
<img src="Images/Rework066time/Rework066time155.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Eek!
<span style="color:chartreuse;">Maedhro:</span> Stop it!
<span style="color:chartreuse;">Maedhro:</span> Not you too!
<span style="color:cadetblue;">$playerName:</span> Haha.
<span style="color:cadetblue;">$playerName:</span> Sorry.
<span style="color:chartreuse;">Maedhro:</span> (sighs)
<span style="color:cadetblue;">$playerName:</span> Let's get going.
<span style="color:chartreuse;">Maedhro:</span> Yeah.
//We start making our way back.//
//As we are going, one of the guys calls out.//
<span style="color:#FFEBCD;">Guy1:</span> Hey nice asses!
//Maedhro ignores it, but the second guy continues.//
<span style="color:#F5F5DC;">Guy2:</span> Both of ya!
<img src="Images/Rework066time/Rework066time154.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> ughh...
//We continue making our way back home.//
<<link "Continue">>
<<set $parkrunWithMaedhroToday to true>>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>
<<goto "Park">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I'm actually busy right now. //❤️">>
<<replace "#choice1">>
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Actually. I'm a bit busy today.
<span style="color:cadetblue;">$playerName:</span> Why don't we meet up some other day.
<span style="color:chartreuse;">Maedhro:</span> Sure.
<span style="color:cadetblue;">$playerName:</span> See ya.
<span style="color:cadetblue;">$playerName:</span> Have a good run.
<img src="Images/Rework066time/Rework066time156.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<<link "Continue">>
<<set $parkrunWithMaedhroToday to true>>
<<set $mascLevel2defaultface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<goto "Park">>
<</link>>
<</replace>>
<</link>>
</span>
//I close my eyes and fall asleep.//
//...//
//..//
//.//
<span id="choice1">
<<link "//Orianna? (straight, no cheating)//">>
<<replace "#choice1">>
<img src="Images/Rework066time/Rework066time177.png" height=500 />
<span style="color:#ffc14d;">Orianna:</span> You ok?
//Why are we naked?//
<span style="color:cadetblue;">$playerName:</span> Yeah I'm-
<span id="inner2">
<<link "//She leans in and kisses me?//">>
<<replace "#inner2">>
<img src="Images/Rework066time/Rework066time180.png" height=500 />
//Mhhhh...//
<span style="color:cadetblue;">$playerName:</span> Stop.
<span style="color:cadetblue;">$playerName:</span> What are you doing?
<span style="color:#ffc14d;">Orianna:</span> ...
<span style="color:cadetblue;">$playerName:</span> I can't do this.
<span style="color:cadetblue;">$playerName:</span> This is wrong.
<span style="color:cadetblue;">$playerName:</span> This is wrong.
<span style="color:cadetblue;">$playerName:</span> This is-
<img src="Images/Rework066time/Rework066time174.jpg" height=500 />
<span id="inner1">
<<link "//I hear someones voice.//">>
<<replace "#inner1">>
<span style="color:chartreuse;">Maedhro:</span> Wake the fuck up $playerName.
<span style="color:chartreuse;">Maedhro:</span> Inledya told me she's going to come after me with water if I don't get you up.
<img src="Images/Rework066time/Rework066time181.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> So wake the fuck up.
<span style="color:cadetblue;">$playerName:</span> Ok. Ok. I'm up.
<span style="color:cadetblue;">$playerName:</span> I'm up.
//Wow...//
//What a dream.//
<<link "Continue">>
<<set $mascLevel2sleepingface1 to false>>
<<set $mascDefaultLevel2 to true>>
<<set $maedhroCorrLevel1check to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Orianna? (sharing)//">>
<<replace "#choice1">>
<img src="Images/Rework066time/Rework066time178.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> You ok?
<span style="color:cadetblue;">$playerName:</span> Yeah... I'm...
<span style="color:chartreuse;">Maedhro:</span> You seem off?
//Why are they naked?//
<span style="color:cadetblue;">$playerName:</span> Why are you guys naked?
<span style="color:#ffc14d;">Orianna:</span> What do you mean?
//I look down.//
//I'm also naked.//
//Orianna leans over and kisses me on the lips.//
<img src="Images/Rework066time/Rework066time180.png" height=500 />
//Mhhhh....//
<span style="color:#ffc14d;">Orianna:</span> Feeling better?
<span style="color:cadetblue;">$playerName:</span> Yeah... I think so.
<span style="color:chartreuse;">Maedhro:</span> Hey what about me?
<span style="color:#ffc14d;">Orianna:</span> Hehe.
<span style="color:#ffc14d;">Orianna:</span> Always so impatient Maedhro.
//She leans and kisses Maedhro.//
//Afterwitch she looks back at me.//
<img src="Images/Rework066time/Rework066time175.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> You sure you ok?
<span style="color:#ffc14d;">Orianna:</span> I thought we could do a spitro-
<span id="inner1">
<<link "//I hear someones voice.//">>
<<replace "#inner1">>
<span style="color:chartreuse;">Maedhro:</span> Wake the fuck up $playerName.
<span style="color:chartreuse;">Maedhro:</span> Inledya told me she's going to come after me with water if I don't get you up.
<img src="Images/Rework066time/Rework066time181.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> So wake the fuck up.
<span style="color:cadetblue;">$playerName:</span> Ok. Ok. I'm up.
<span style="color:cadetblue;">$playerName:</span> I'm up.
//Wow...//
//What a dream.//
<<link "Continue">>
<<set $mascLevel2sleepingface1 to false>>
<<set $mascDefaultLevel2 to true>>
<<set $maedhroCorrLevel1check to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Orianna? (Netori)//">>
<<replace "#choice1">>
<img src="Images/Rework066time/Rework066time179.png" height=500 />
<span style="color:#ffc14d;">Orianna:</span> You ok?
//Why are we naked?//
<span style="color:cadetblue;">$playerName:</span> Yeah I'm-
<span id="inner1">
<<link "//She leans in and kisses me?//">>
<<replace "#inner1">>
<img src="Images/Rework066time/Rework066time180.png" height=500 />
//Mhhhh...//
<span style="color:chartreuse;">Maedhro:</span> There you guys are.
<span style="color:chartreuse;">Maedhro:</span> What were you doing?
<span style="color:#ffc14d;">Orianna:</span> Nothing. Hehe.
<span style="color:#ffc14d;">Orianna:</span> Just sitting and enjoying the view.
//Maedhro comes closer and sits down next to Orianna.//
<span style="color:#ffc14d;">Orianna:</span> Hey Maedhro.
<span style="color:chartreuse;">Maedhro:</span> Hmm?
<span style="color:#ffc14d;">Orianna:</span> What's that? (points to the opposite direction)
<span style="color:chartreuse;">Maedhro:</span> (Looks away) You mean that...
//As soon as Maedhro turns his head away Orianna once again leans in and kisses me.//
<span style="color:chartreuse;">Maedhro:</span> That mountain over there?
<span style="color:chartreuse;">Maedhro:</span> I don't know?
<span style="color:chartreuse;">Maedhro:</span> It does look interesting though.
<span style="color:chartreuse;">Maedhro:</span> Maybe we should explore it.
//She breaks the kiss just before Maedhro turns his head back.//
<img src="Images/Rework066time/Rework066time182.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Yeah we absolutely should.
<span style="color:#ffc14d;">Orianna:</span> Why don't you go ahead?
<span style="color:#ffc14d;">Orianna:</span> I wanted to talk to $playerName about something... (makes eye contact with me) (seductevly) important.
<span style="color:chartreuse;">Maedhro:</span> Oh. But I thought-
<span style="color:#ffc14d;">Orianna:</span> We'll be right behind you ok.
<span style="color:chartreuse;">Maedhro:</span> O-ok.
//Maedhro gets up and leaves.//
//Orianna kisses me once again.//
<img src="Images/Rework066time/Rework066time176.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Now where were we-
<span id="inner2">
<<link "//I hear someones voice.//">>
<<replace "#inner2">>
<span style="color:chartreuse;">Maedhro:</span> Wake the fuck up $playerName.
<span style="color:chartreuse;">Maedhro:</span> Inledya told me she's going to come after me with water if I don't get you up.
<img src="Images/Rework066time/Rework066time181.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> So wake the fuck up.
<span style="color:cadetblue;">$playerName:</span> Ok. Ok. I'm up.
<span style="color:cadetblue;">$playerName:</span> I'm up.
//Wow...//
//What a dream.//
<<link "Continue">>
<<set $mascLevel2sleepingface1 to false>>
<<set $mascDefaultLevel2 to true>>
<<set $maedhroCorrLevel1check to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
//I close my eyes, and fall asleep.//
//...//
//..//
//.//
<span id="outer1">
<<link "//When I open my eyes I see.//">>
<<replace "#outer1">>
<<if $maedhroGirl is true>><img src="Images/Rework066time/Rework066time163.jpg" height=500 /> <<else>> <img src="Images/Rework066time/Rework066time164.png" height=500 /><</if>>
<span style="color:cadetblue;">playerName:</span> Maedhro?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Why are you naked?
<span style="color:chartreuse;">Maedhro:</span> Hmm? (looks down at her self)
//Looks back at me.//
<img src="Images/Rework066time/Rework066time162.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I don't know.
<span style="color:chartreuse;">Maedhro:</span> Don't you like it?
//She bites her lip and her shyness is seen by her cute blush.//
<span id="choice1">
<<link "//Of course I like it! (rom)//">>
<<replace "#choice1">>
<span style="color:cadetblue;">$playerName:</span> I...
<span style="color:cadetblue;">$playerName:</span> I do..
//She starts walking closer to me.//
<<if $maedhroGirl is true>><img src="Images/Rework066time/Rework066time165.png" height=500 /><<else>> <img src="Images/Rework066time/Rework066time166.png" height=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> I want you $playerName.
<span style="color:chartreuse;">Maedhro:</span> I want to taste you.
<span style="color:chartreuse;">Maedhro:</span> I want to feel you.
<span style="color:chartreuse;">Maedhro:</span> I want to-
<span id="inner1">
<<link "//I hear something.//">>
<<replace "#inner1">>
<img src="Images/Rework066time/Rework066time173.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (blushing) Emm..
<span style="color:chartreuse;">Maedhro:</span> $playerName? Are you up?
<span style="color:cadetblue;">$playerName:</span> I am now.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:chartreuse;">Maedhro:</span> Nothing. You just talk in your sleep.
<span style="color:chartreuse;">Maedhro:</span> Inledya told me to get you.
<span style="color:cadetblue;">$playerName:</span> Sure.
//She leaves the room in a hurry.//
//Wow....//
//Am I really starting to like Maedhro like that?//
<<link "Continue">>
<<set $mascLevel2sleepingface1 to false>>
<<set $mascDefaultLevel2 to true>>
<<set $maedhroCorrLevel1check to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Goddess you look so fucking hot! (dom)//">>
<<replace "#choice1">>
<span style="color:cadetblue;">$playerName:</span> Wow!
<span style="color:cadetblue;">$playerName:</span> Goddess you look so fucking hot!
<span style="color:chartreuse;">Maedhro:</span> Yeah?
//She starts walking closer.//
<<if $maedhroGirl is true>><img src="Images/Rework066time/Rework066time168.jpg" height=500 /><<else>> <img src="Images/Rework066time/Rework066time169.png" height=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> Do you want to take me?
<span style="color:chartreuse;">Maedhro:</span> To take my mouth?
<span style="color:chartreuse;">Maedhro:</span> To take my body?
<span style="color:chartreuse;">Maedhro:</span> To just f-
<span id="inner1">
<<link "//I hear something.//">>
<<replace "#inner1">>
<img src="Images/Rework066time/Rework066time173.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (blushing) Emm..
<span style="color:chartreuse;">Maedhro:</span> $playerName? Are you up?
<span style="color:cadetblue;">$playerName:</span> I am now.
<span style="color:chartreuse;">Maedhro:</span>...
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:chartreuse;">Maedhro:</span> Nothing. You just talk in your sleep.
<span style="color:chartreuse;">Maedhro:</span> Inledya told me to get you.
<span style="color:cadetblue;">$playerName:</span> Sure.
//She leaves the room.//
//Wow....//
//Am I really starting to like Maedhro like that?//
<<link "Continue">>
<<set $mascLevel2sleepingface1 to false>>
<<set $mascDefaultLevel2 to true>>
<<set $maedhroCorrLevel1check to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
//I close my eyes and fall asleep.//
//...//
//..//
//.//
<span id="intro1">
<<link "//What's that sound?//">>
<<replace "#intro1">>
<<if $maedhroGirl is true>><img src="Images/Rework066time/Rework066time163.jpg" height=500 /> <<else>> <img src="Images/Rework066time/Rework066time164.png" height=500 /><</if>>
//As I open my eyes I see Maedhro naked.//
<span style="color:chartreuse;">Maedhro:</span> Hey!
<span style="color:chartreuse;">Maedhro:</span> Looks like you doze off for a moment.
<span style="color:chartreuse;">Maedhro:</span> You ok?
<span style="color:cadetblue;">$playerName:</span> Yeah. Yeah.
<span style="color:cadetblue;">$playerName:</span> Wait.
<span style="color:cadetblue;">$playerName:</span> Why are you naked?
<img src="Images/Rework066time/Rework066time167.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Hehe. What do you mean?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Don't you like it?
<span id="choice1">
<<link "//Of course, I do (rom)//">>
<<replace "#choice1">>
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:cadetblue;">$playerName:</span> Yes...
<span style="color:cadetblue;">$playerName:</span> Yes...
<span style="color:cadetblue;">$playerName:</span> You are beautiful.
<<if $maedhroGirl is true>><img src="Images/Rework066time/Rework066time163.jpg" height=500 /> <<else>> <img src="Images/Rework066time/Rework066time164.png" height=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> Hehe.
<span style="color:chartreuse;">Maedhro:</span> So are you.
//She starts walking closer.//
<span style="color:chartreuse;">Maedhro:</span> I thought I could...
<span id="intro2">
<<link "//She pauses and then locks eyes with me just before saying.//">>
<<replace "#intro2">>
<img src="Images/Rework066time/Rework066time170.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Suck it for a bit.
<span style="color:chartreuse;">Maedhro:</span> And then maybe if you're up to it...
<span style="color:chartreuse;">Maedhro:</span> You could do the same for me?
<span style="color:cadetblue;">$playerName:</span> Maedhro... (as she is getting down to her knees)
<span style="color:cadetblue;">$playerName:</span> I-
<span id="intro3">
<<link "//I hear the door opening.//">>
<<replace "#intro3">>
<img src="Images/Rework066time/Rework066time171.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (blushing) $playerName.
<span style="color:chartreuse;">Maedhro:</span> Get up.
<span style="color:chartreuse;">Maedhro:</span> (blushing) Inledya is getting pissed.
<span style="color:cadetblue;">$playerName:</span> I'm up.
<span style="color:chartreuse;">Maedhro:</span> (quickly) Good.
<span style="color:cadetblue;">$playerName:</span> Why are you blushing?
<span style="color:chartreuse;">Maedhro:</span> Emm it's nothing.
<span style="color:cadetblue;">$playerName:</span> Maedhro?
//She stops at the doorway and turns around to answer me.//
<img src="Images/Rework066time/Rework066time172.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You just.. talk.. in your sleep.
<span style="color:chartreuse;">Maedhro:</span> (blushing) I should get going.
<span style="color:chartreuse;">Maedhro:</span> I don't want to be late.
//She leaves in a hurry.//
//Wow...//
//Am I really starting to see Maedhro like that?//
<<link "Continue">>
<<set $maedhroCorrLevel1check to true>>\
<<set $mascLevel2sleepingface1 to false>>
<<set $femDefaultLevel2 to true>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Of course! You look so fucking hot (sub)//">>
<<replace "#choice1">>
<span style="color:cadetblue;">$playerName:</span> What do you mean?
<span style="color:cadetblue;">$playerName:</span> You look so fucking hot.
<span style="color:chartreuse;">Maedhro:</span> Haha.
<span style="color:chartreuse;">Maedhro:</span> (shyly fixing her hair) Not as hot as you.
<span style="color:cadetblue;">$playerName:</span> (gulp)
<<if $maedhroGirl is true>><img src="Images/Rework066time/Rework066time168.jpg" height=500 /><<else>> <img src="Images/Rework066time/Rework066time169.png" height=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> I thought...
<span style="color:chartreuse;">Maedhro:</span> Maybe..
<span style="color:chartreuse;">Maedhro:</span> I could...
<span id="intro2">
<<link "//She pauses and then locks eyes with me just before saying.//">>
<<replace "#intro2">>
<img src="Images/Rework066time/Rework066time170.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Suck it for a bit.
<span style="color:cadetblue;">$playerName:</span> Maedhro....(as she is getting down on her knees).
<span style="color:cadetblue;">$playerName:</span> I-
<span id="intro3">
<<link "//I hear the door opening.//">>
<<replace "#intro3">>
<img src="Images/Rework066time/Rework066time171.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (blushing) $playerName.
<span style="color:chartreuse;">Maedhro:</span> Get up.
<span style="color:chartreuse;">Maedhro:</span> (blushing) Inledya is getting pissed.
<span style="color:cadetblue;">$playerName:</span> I'm up.
<span style="color:chartreuse;">Maedhro:</span> (quickly) Good.
<span style="color:cadetblue;">$playerName:</span> Why are you blushing?
<span style="color:chartreuse;">Maedhro:</span> Emm it's nothing.
<span style="color:cadetblue;">$playerName:</span> Maedhro?
//She stops at the doorway and turns around to answer me.//
<img src="Images/Rework066time/Rework066time172.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You just.. talk.. in your sleep.
<span style="color:chartreuse;">Maedhro:</span> (blushing) I should get going.
<span style="color:chartreuse;">Maedhro:</span> I don't want to be late.
//She leaves.//
//Wow...//
//Am I really starting to see Maedhro like that?//
<<link "Continue">>
<<set $maedhroCorrLevel1check to true>>\
<<set $mascLevel2sleepingface1 to false>>
<<set $femDefaultLevel2 to true>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I am on my way to the self-defence class.//
//I go and change my clothes and head into the class.//
<img src="Images/Rework066time/Rework066time183.jpg" height=500 />
<span style="color:#8a5e2b;">Instructor:</span> Ok. Find yourself a partner.
//I look around and I don't see Maedhro anywhere.//
//Orianna is coming over.//
<span style="color:#ffc14d;">Orianna:</span> Hey.
<span style="color:cadetblue;">$playerName:</span> Hey.
<img src="Images/Rework066time/Rework066time184.png" height=500 />
//Suddenly, Maedhro comes into the room.//
<span id="choice1">
<<link "//Pair up with Orianna (Netori)// 💪💜⛓️">>
<<replace "#choice1">>
<<set $strength ++>>\
<<set $maedhroCorruption ++>>\
<<if $maedhroDomSub gt 0>>\
<<set $maedhroDomSub ++>>\
<</if>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Orianna, why don't you pair up with me?
<span style="color:#ffc14d;">Orianna:</span> Sounds good.
//Maedhro comes over.//
<img src="Images/Rework066time/Rework066time186.jpg" height=500 />
<span style="color:#6957a6;">Angelina:</span> Looks like it's you and me, Maedhro.
<span style="color:chartreuse;">Maedhro:</span> Yeah...
<span style="color:#8a5e2b;">Instructor:</span> Ok. Everyone find yourself a partner.
//The class gets ready.//
<span style="color:#8a5e2b;">Instructor:</span> Alright. We will start with the basic stance.
<span style="color:#8a5e2b;">Instructor:</span> Ready. Go!
//Orianna and I begin sparring.//
//Orianna is surprisingly fast.//
<span id="fight">
<<link "//But not fast enough.//">>
<<replace "#fight">>
<img src="Images/Rework066time/Rework066time119.jpg" height=500 />
//As she is doing a leg sweep I lean forward and catch her leg while simultaneously pressing onto her with my body so that she falls down on her back.//
<span style="color:#ffc14d;">Orianna:</span> Ouch.
<span style="color:cadetblue;">$playerName:</span> Got you again.
<span style="color:#ffc14d;">Orianna:</span> (pants).. You certainly did.
<span id="eyes">
<<link "//She locks eyes with me.//">>
<<replace "#eyes">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time187.jpg" height=500 />
//And for a moment it feels like we are the only ones in the room.//
//Then suddenly-//
<span style="color:chartreuse;">Maedhro:</span> Ahhh!
//We look over and see Angelina has knocked Maedhro down with the legkick.//
<img src="Images/Rework066time/Rework066time185.jpg" height=500 />
<span style="color:#6957a6;">Angelina:</span> Oh! Sorry.
<span style="color:chartreuse;">Maedhro:</span> I'm fine.
//The class continues.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I'll pair up with Angelina (Sharing) //💪❤️🔱">>
<<replace "#choice1">>
<<set $strength ++>>\
<<if $maedhroDomSub lt 100>>
<<set $maedhroDomSub ++>>\
<</if>>\
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Angelina.
<img src="Images/Rework066time/Rework066time189.png" height=500 />
<span style="color:#6957a6;">Angelina:</span> Yes?
<span style="color:cadetblue;">$playerName:</span> Why don't we pair up?
<span style="color:#6957a6;">Angelina:</span> Ok.
//Maedhro comes over to us.//
<span style="color:chartreuse;">Maedhro:</span> Hey. Sorry for being late.
<span style="color:#ffc14d;">Orianna:</span> It's ok.
<span style="color:#ffc14d;">Orianna:</span> Want to be my partner for today?
<span style="color:chartreuse;">Maedhro:</span> Em. Yeah. Of course.
<span style="color:#ffc14d;">Orianna:</span> Hehe.
<img src="Images/Rework066time/Rework066time188.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Talk to later $playerName. (she gives me a look)
<span style="color:#6957a6;">Angelina:</span> Ok here we go.
<span style="color:#8a5e2b;">Instructor:</span> Everyone find themselves a partner.
//The class gets ready.//
<span style="color:#8a5e2b;">Instructor:</span> Alright. We will start with the basic stance.
<span style="color:#8a5e2b;">Instructor:</span> Ready. Go!
//I go straight for the takedown.//
//I grab her legs and pull.//
<span style="color:#6957a6;">Angelina:</span> Wahh.
//She falls backwards and I am on top of her.//
<img src="Images/Rework066time/Rework066time190.jpg" height=500 />
<span style="color:#6957a6;">Angelina:</span> My. My. You are strong.
//I get up.//
<span style="color:cadetblue;">$playerName:</span> Sorry.
<span style="color:#6957a6;">Angelina:</span> It's ok.
<span style="color:#6957a6;">Angelina:</span> I like when a guy is on top.
<span id="what">
<<link "//What?//">>
<<replace "#what">>
<<set $mascLevel2blushface2 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:#6957a6;">Angelina:</span> Hahaha. Your face.
<img src="Images/Rework066time/Rework066time191.jpg" height=500 />
<span style="color:#6957a6;">Angelina:</span> You ready to go again?
<span style="color:cadetblue;">$playerName:</span> Yeah.
//The class continues.//
<<link "Continue">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I am on my way to the self-defence class.//
//I go and change my clothes and head into the class.//
<span style="color:#8a5e2b;">Instructor:</span> Ok. Find yourself a partner.
//I look around and I don't see Maedhro anywhere.//
//Orianna is coming over.//
<img src="Images/Rework066time/Rework066time192.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Hey.
<span style="color:cadetblue;">$playerName:</span> Hey.
//Suddenly, Maedhro comes into the room.//
<span id="choice1">
<<link "//Tell Oraianna you are pairing up with Maedhro// 🔱💪(❤️💜)">>
<<replace "#choice1">>
<<set $strength ++>>\
<<if $maedhroDomSub lt 100>>\
<<set $maedhroDomSub ++>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Oh. Maedhro's here.
//Orainna takes a hint.//
<span style="color:white;">Orainna:</span> Oh.
<span style="color:white;">Orainna:</span> Alright.
//She goes and pairs up with Angelina.//
<img src="Images/Rework066time/Rework066time193.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Hey.
<span style="color:chartreuse;">Maedhro:</span> Sorry for being late.
<span style="color:#8a5e2b;">Instructor:</span> Today we will learn about the counter to the grappling moves.
//He shows how it's done and then we all practise.//
//Maedhro and I try to grapple each other, and I quickly counter her lunging forth.//
<img src="Images/Rework066time/Rework066time194.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Woah.
//And she falls to the ground.//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> How did you do that?
<span style="color:cadetblue;">$playerName:</span> Practice makes perfect I guess.
<span style="color:cadetblue;">$playerName:</span> Want me to show you.
//She nods.//
//She tries to do everything as you show her but she messes up and next thing you know you fall on top of her.//
<img src="Images/Rework066time/Rework066time195.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (looks to the side) ...
<span style="color:chartreuse;">Maedhro:</span> I'm really not good at this $playerName.
<span style="color:cadetblue;">$playerName:</span> Don't say that Maedhro.
<span style="color:cadetblue;">$playerName:</span> You'll get it eventually.
<span style="color:cadetblue;">$playerName:</span> Now-
//As I lay on top of her and look down at her face, I cant help but to-//
<span id="innerChoice1">
<<link "//Get erect.// 💜">>
<<replace "#innerChoice1">>
<<set $maedhroCorruption ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> What?
//She feels it and her face starts turning red.//
<img src="Images/Rework066time/Rework066time196.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> W-what is that?!
<span style="color:cadetblue;">$playerName:</span> S-sorry.
//I get up.//
<span style="color:cadetblue;">$playerName:</span> (casually) I'm going to be right back.
<img src="Images/Rework066time/Rework066time197.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (blushes)...
//Did that really just happen?//
//Once I calm down, I return to the classroom, and we continued the class, acting like nothing happened.//
<<link "Continue">>
<<set $masclevel2arousedface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>> | \
<<link "//No. Quickly get up ❤️//">>
<<replace "#innerChoice1">>
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I quickly get up.//
<span style="color:chartreuse;">Maedhro:</span> $playerName?
//She gets up as well, looks at me, and-//
<span style="color:chartreuse;">Maedhro:</span> (blushes)
//What?//
//She is looking at my...//
<img src="Images/Rework066time/Rework066time197.png" height=500 />
//I look down and I see I have hardon that is showing through my pants.//
<span style="color:cadetblue;">$playerName:</span> (sighs)...
//I just turn around and make my way to the bathroom.//
//Once I calm down, I return to the class, and we continue the class, acting like nothing happened.//
<<link "Continue">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Pair up with Orianna. //⛓️💜💪">>
<<replace "#choice1">>
<<set $strength ++>>\
<span style="color:cadetblue;">$playerName:</span> Want to pair up?
<span style="color:#ffc14d;">Orianna:</span> Yeah.
//As Maedhro gets closer he looks over to me in confusion.//
<span style="color:cadetblue;">$playerName:</span> I paired up with Orianna for this class.
<span style="color:cadetblue;">$playerName:</span> You can pair up with Angelina.
<img src="Images/Rework066time/Rework066time198.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Oh. Alright. Sure.
<span style="color:#8a5e2b;">Instructor:</span> Today we will learn about the counter to the grappling moves.
//He shows how it's done and then we all practise.//
//Me and Orianna practise and she gets ahold of me.//
//I try to get a counter move, and I successfully get her to the ground.//
<span style="color:cadetblue;">$playerName:</span> Heh.
<span style="color:#ffc14d;">Orianna:</span> ..
//As she is laying down beneath me.//
<span id="eyes">
<<link "//I can't help but to look into her orange eyes.//">>
<<replace "#eyes">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time187.jpg" height=500 />
<span style="color:#ffc14d;">Orianna:</span> Seems I got bested.
<span style="color:cadetblue;">$playerName:</span> Seems so indeed.
//I offer my hand to help her get up.//
//As she gets up, I see Maedhro looking at me with an...//
<img src="Images/Rework066time/Rework066time199.png" height=500 />
//Wait, is that jealousy I am sensing from behind that look?//
//Hmmm...//
//We continue with the class.//
<<link "Continue">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I am on my way to the self-defence class.//
//I go and change my clothes and head into the class.//
<img src="Images/Rework066time/Rework066time200.png" height=500 />
<span style="color:#8a5e2b;">Instructor:</span> Ok. Find yourself a partner.
//I look around and I don't see Maedhro anywhere.//
//Orianna is coming over.//
<span style="color:#ffc14d;">Orianna:</span> Hey.
<span style="color:cadetblue;">$playerName:</span> Hey.
<img src="Images/Rework066time/Rework066time201.png" height=500 />
//Suddenly, Maedhro comes into the room.//
<span id="choice1">
<<link "//Tell Oraianna you are pairing up with Maedhro.// 🔱💪(❤️💜)">>
<<replace "#choice1">>
<<set $strength ++>>\
<<if $maedhroDomSub lt 100>>\
<<set $maedhroDomSub ++>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Oh. Maedhro's here.
//Orainna takes a hint.//
<span style="color:white;">Orainna:</span> Oh.
<span style="color:white;">Orainna:</span> Alright.
//She goes and pairs up with Angelina.//
<img src="Images/Rework066time/Rework066time202.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Hey.
<span style="color:chartreuse;">Maedhro:</span> Sorry for being late.
<span style="color:#8a5e2b;">Instructor:</span> Today we will learn about the counter to the grappling moves.
//He shows how it's done and then we all practise.//
//Maedhro and I try to grapple each other, and she quickly counters me.//
<img src="Images/Rework066time/Rework066time194.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Woah.
//She manages to put me to the ground.//
<span style="color:cadetblue;">$playerName:</span> (sigh)
<span style="color:cadetblue;">$playerName:</span> How did you do that?
<span style="color:chartreuse;">Maedhro:</span> You need to bend your arm in a certain angle.
//She shows me again.//
<span style="color:chartreuse;">Maedhro:</span> Alright, give it a shot.
//I try it out, and next thing I know, I have successfully put her to the ground so that I am on top of her.//
<img src="Images/Rework066time/Rework066time196.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Haha.
<span style="color:chartreuse;">Maedhro:</span> Well done, $playerName.
//As I lay on top of her and look down at her face, I cant help but to-//
<span id="innerChoice">
<<link "//Get erect// 💜">>
<<replace "#innerChoice">>
<<set $maedhroCorruption ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> What?
//She feels it and her face starts turning red.//
<img src="Images/Rework066time/Rework066time203.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> W-what is that?!
<span style="color:cadetblue;">$playerName:</span> S-sorry.
//I quickly get up.//
<span style="color:cadetblue;">$playerName:</span> I need to go.
<img src="Images/Rework066time/Rework066time197.png" height=500 />
//I leave in a hurry towards the bathroom.//
//I can't help but to think if this is real.//
//Did that really just happen?//
//Once I calm down, I return to the classroom, and we continued the class, acting like nothing happened.//
<<link "Continue">>
<<set $masclevel2arousedface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>> | \
<<link "//No. Quickly get up. //❤️">>
<<replace "#innerChoice">>
<<set $maedhroRel ++>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I quickly get up.//
<span style="color:chartreuse;">Maedhro:</span> $playerName?
//She gets up as well, looks at me, and-//
<span style="color:chartreuse;">Maedhro:</span> (blushes)
//What?//
<img src="Images/Rework066time/Rework066time197.png" height=500 />
//She is looking at my...//
//I look down and I see I have hardon that is showing through my pants.//
<span style="color:cadetblue;">$playerName:</span> (blushes)
//I just quickly make my way to the bathroom.//
//Once I calm down, I return to the class, and we continue the class, acting like nothing happened.//
<<link "Continue">>
<<set $masclevel2arousedface3 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Pair up with Orianna.//💜💪⛓️">>
<<replace "#choice1">>
<<set $maedhroCorruption ++>>\
<<set $strength ++>>\
<<if $maedhroDomSub gt 0>>\
<<set $maedhroDomSub -->>\
<</if>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Want to pair up?
<span style="color:#ffc14d;">Orianna:</span> Yeah.
//As Maedhro gets closer he looks over to me in confusion.//
<img src="Images/Rework066time/Rework066time204.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> I paired up with Orianna for this class.
<span style="color:cadetblue;">$playerName:</span> You can pair up with Angelina
<span style="color:chartreuse;">Maedhro:</span> Oh. Alright. Sure.
<span style="color:#8a5e2b;">Instructor:</span> Today we will learn about the counter to the grappling moves.
//He shows how it's done and then we all practise.//
<img src="Images/Rework066time/Rework066time205.jpg" height=500 />
//Me and Orianna start the practise and she gets ahold of me.//
//I try to get a counter move, but it fails, and we both tumble to the ground.//
<span style="color:cadetblue;">$playerName:</span> Damn.
<span style="color:#ffc14d;">Orianna:</span> Hehe.
//She uses her leg as she is holding me to get me to the ground.//
<span style="color:cadetblue;">$playerName:</span>Ouw...
//And I fall.//
<img src="Images/Rework066time/Rework066time206.jpg" width=500 />
//She is on top of me and looks down with a smile.//
//I can't help but to look into her orange eyes.//
<span style="color:#ffc14d;">Orianna:</span> Bested.
<span style="color:cadetblue;">$playerName:</span> I certainly were.
//She gets off of me and helps me get up.//
//As I am getting up I see Maedhro looking at me with an...//
<img src="Images/Rework066time/Rework066time199.png" height=500 />
//Wait, is that jealousy I am sensing from her?//
//Hmmm...//
//We continue with the class.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $time to advanceTime($time)>>\
<<goto "Gym room">>
<</link>>
<</replace>>
<</link>>
</span>
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:chartreuse;">Maedhro:</span> (sobbing noises)
//Is he really crying?//
<span id="outer1">
<<link "//I push the slightly opened door more open.//">>
<<replace "#outer1">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time211.png" height=500 />
//I see Maedhro sitting on the bed, his hands covering his face as he indeed is crying.//
//I lean against the doorway, and pause for a moment at the site.//
<span style="color:cadetblue;">$playerName:</span> Hey what's wrong?
<span id="outer2">
<<link "//He turns to me.//">>
<<replace "#outer2">>
<img src="Images/Rework066time/Rework066time212.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Nothing.
<span style="color:chartreuse;">Maedhro:</span> Something got into my eye.
//He wipes his face.//
//I notice some blood on the other side of his face.//
<span style="color:cadetblue;">$playerName:</span> Stop with the act Maedhro and tell me what's wrong.
//He pauses for a moment.//
<span style="color:chartreuse;">Maedhro:</span> I'm such a fool $playerName.
<span style="color:chartreuse;">Maedhro:</span> For thinking things might change.
//I sit next to him.//
<span style="color:chartreuse;">Maedhro:</span> There's nothing we can do against them!
//The guards have been bullying him.//
//Beating him.//
<span id="outer3">
<<link "//My heartrate starts increasing.//">>
<<replace "#outer3">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time213.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> The guards.
//I clench my fists.//
<span style="color:cadetblue;">$playerName:</span> Something needs to be done about this.
<span style="color:cadetblue;">$playerName:</span> They can't keep doing this and keep getting away with it.
<span style="color:chartreuse;">Maedhro:</span> $playerName. We can't-
<span style="color:cadetblue;">$playerName:</span> Yes we can.
//Note: This choice will finalize Maedhros story direction. Straight route means least amount of content having him do his own thing.//
<span id="choice1">
<<link "//***I am going to beat them up. (straight route) ***//">>
<<replace "#choice1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I put my arm on his shoulder.//
<span style="color:cadetblue;">$playerName:</span> I'm sorry, Maedhro.
<span style="color:chartreuse;">Maedhro:</span> It's fine.
<span style="color:cadetblue;">$playerName:</span> No, it's not fine. I will deal with this.
<span id="inner1">
<<link "//He pulls away and looks at you in surprise.//">>
<<replace "#inner1">>
<img src="Images/Maedhro/maedhro-sittingonbed-crying.jpg" height=500/>
<span style="color:cadetblue;">$playerName:</span> I'm going to figure this out, Maedhro. But first-
//You stand up and walk over to the bathroom sink. Grabbing a washcloth, you run it under some cold water and bring it back to the bed. I hand that over to Maedhro.//
<span style="color:chartreuse;">Maedhro:</span> Thanks...
<span style="color:chartreuse;">Maedhro:</span> What are you going to do, $playerName?
<span style="color:cadetblue;">$playerName:</span> Well, for starters, I need to know where's the place they keep bullying you.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Maedhro?
<span style="color:chartreuse;">Maedhro:</span> Backyard.
<span style="color:cadetblue;">$playerName:</span> Our apartments backyard?
<span style="color:chartreuse;">Maedhro:</span> ...
<span id="inner2">
<<link "//He keeps silent but the silence confirms it.//">>
<<replace "#inner2">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Let me handle it.
//He looks at me with uncertainty.//
<span style="color:chartreuse;">Maedhro:</span> You will?
//You nod confidently.//
<span style="color:cadetblue;">$playerName:</span> I promise.
//He gives me a warm hug.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroDeg to 100>>
<<set $maedhroDom to 0>>
<<set $maedhroSub to 0>>
<<set $maedhroStory to 8>>
<<set $maedhroStraight = true>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//***We are going to fuck them up for this! (sharing and/or netori and/or cheating route)***//">>
<<replace "#choice1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I put my arm on his shoulder.//
<span style="color:cadetblue;">$playerName:</span> We are going to fuck them up for this, you hear?
//He looks up at me.//
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Together.
<img src="Images/Rework066time/Rework066time214.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (soft nod).
<span style="color:chartreuse;">Maedhro:</span> What's you plan?
<span style="color:cadetblue;">$playerName:</span> I'm going to figure this out, Maedhro. But first-
//You stand up and walk over to the bathroom sink. Grabbing a washcloth, you run it under some cold water and bring it back to the bed. I hand that over to Maedhro.//
<span style="color:chartreuse;">Maedhro:</span> Thanks...
<span style="color:chartreuse;">Maedhro:</span> So what's the plan, $playerName?
<span style="color:cadetblue;">$playerName:</span> Well, for starters, I need to know where's the place they keep bullying you.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Maedhro?
<span style="color:chartreuse;">Maedhro:</span> Backyard.
<span style="color:cadetblue;">$playerName:</span> Our apartments backyard?
<img src="Images/Maedhro/maedhro-sittingonbed-crying.jpg" height=500/>
<span style="color:chartreuse;">Maedhro:</span> Yeah...
<span style="color:cadetblue;">$playerName:</span> Ok...
<span style="color:cadetblue;">$playerName:</span> Let's meet up there tomorrow.
<span id="inner1">
<<link "//He looks at me with uncertanty.//">>
<<replace "#inner1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> O-ok.
//You nod confidently.//
<span style="color:cadetblue;">$playerName:</span> Alright.
//I make may way out.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 8>>
<<set $maedhroDeg to 100>>
<<set $maedhroDom to 0>>
<<set $maedhroSub to 0>>
<<set $maedhroStraight = false>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:chartreuse;">Maedhro:</span> (sobbing noises)
//Is she really crying?//
<span id="outer1">
<<link "//I push the slightly opened door more open.//">>
<<replace "#outer1">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time207.png" height=500 />
//I see Maedhro sitting on the bed, his hands covering his face as she indeed is crying.//
//I lean against the doorway, and pause for a moment at the site.//
<span style="color:cadetblue;">$playerName:</span> Hey what's wrong?
//She doesn't respond.//
//I can't tell whether she doesn't want to or whether the crying makes it not possible for her to do so.//
//I stay quiet and wait.//
//Eventually, he speaks, still not looking up.//
<span style="color:chartreuse;">Maedhro:</span> I'm such a fool $playerName.
<span style="color:chartreuse;">Maedhro:</span> I'm... (continues crying)...
//I sit next to her.//
//Not sure whether I should say something or just stay quiet next to her.//
<span style="color:cadetblue;">$playerName:</span> It's ok.
<span style="color:cadetblue;">$playerName:</span> Just...
<span style="color:cadetblue;">$playerName:</span> Just tell me what's wrong?
//She hasn't looked at me yet, his hands still covering her face as she sits on the bed.//
<span id="outer2">
<<link "//Finally she decides to take her hands that are covering her face away.//">>
<<replace "#outer2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Maedhro/maedhroextra5.png" width=500/>
//As she turns to me, I notice her face has some bloodstains.//
<span style="color:chartreuse;">Maedhro:</span> Nothing, I just hit my head.
//I can't help but roll your eyes at his flimsy excuse.//
//The guards have been bullying her.//
//Beating her.//
//My heartrate starts increasing.//
<span style="color:cadetblue;">$playerName:</span> The guards.
<span id="outer3">
<<link "//I clench my fists.//">>
<<replace "#outer3">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Something needs to be done about this.
<span style="color:cadetblue;">$playerName:</span> They can't keep doing this and keep getting away with it.
<span style="color:chartreuse;">Maedhro:</span> $playerName.
//NOTE: This choice will finalize Maedhros story direction.//
<span id="choice1">
<<link "//***I am going to beat them up. (romance route)***//">>
<<replace "#choice1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time208.png" height=500 />
//I put my arm around her shoulder.//
<span style="color:cadetblue;">$playerName:</span> I'm sorry, Maedhro.
//He leans into your arms, resting his head on your shoulder. He looks so vulnerable.//
<span style="color:chartreuse;">Maedhro:</span> It's fine.
<span style="color:cadetblue;">$playerName:</span> No, it's not fine. I will deal with this.
<span id="inner1">
<<link "//He pulls away and looks at you in surprise.//">>
<<replace "#inner1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time209.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> We're going to figure this out, Maedhro. But first, let's get you cleaned up.
//You stand up and walk over to the bathroom sink. Grabbing a washcloth, you run it under some cold water and bring it back to the bed. Kneeling down in front of him, you gently wipe his face, cleaning off the blood.//
<span style="color:chartreuse;">Maedhro:</span> What are you going to do, $playerName?
<span style="color:cadetblue;">$playerName:</span> Well, for starters, I need to know where's the place they keep bullying you.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Maedhro?
<span style="color:chartreuse;">Maedhro:</span> Backyard.
<span style="color:cadetblue;">$playerName:</span> Our apartments backyard?
<span style="color:chartreuse;">Maedhro:</span> ...
//She keeps silent but it confirms it.//
<span style="color:cadetblue;">$playerName:</span> Let me handle it.
<span id="inner2">
<<link "//She looks at me uncertainly.//">>
<<replace "#inner2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Maedhro/maedhroextra6.jpg" height=500/>
<span style="color:chartreuse;">Maedhro:</span> You will?
//You nod confidently.//
<span style="color:cadetblue;">$playerName:</span> I promise.
//She hugs you tightly and buries his face in your chest.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascDefaultLevel2 to false>>\
<<set $maedhroStory to 8>>
<<set $maedhroSub = 100>>
<<set $maedhroDom = 0>>
<<set $maedhroDeg = 0>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>| \
<<link "//***They are going to fucking pay for this! (dominance route)***//">>
<<replace "#choice1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time208.png" height=500 />
//I put my arm around her shoulder.//
<span style="color:cadetblue;">$playerName:</span> I'm sorry, Maedhro.
//He leans into your arms, resting his head on your shoulder. He looks so vulnerable.//
<span style="color:chartreuse;">Maedhro:</span> It's fine.
<span style="color:cadetblue;">$playerName:</span> No, it's not fine. I will deal with this.
<span id="inner1">
<<link "//He pulls away and looks at you in surprise.//">>
<<replace "#inner1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Maedhro/maedhroextra9.jpg" height=500/>
<span style="color:cadetblue;">$playerName:</span> I'm going to figure this out, Maedhro. But first, let's get you cleaned up.
//You stand up and walk over to the bathroom sink. Grabbing a washcloth, you run it under some cold water and bring it back to the bed. Kneeling down in front of him, you gently wipe his face, cleaning off the blood.//
<span style="color:chartreuse;">Maedhro:</span> What are you going to do, $playerName?
<span style="color:cadetblue;">$playerName:</span> Well, for starters, I need to know where's the place they keep bullying you.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Maedhro?
<span style="color:chartreuse;">Maedhro:</span> Backyard.
<span style="color:cadetblue;">$playerName:</span> Our apartments backyard?
<span style="color:chartreuse;">Maedhro:</span> ...
//She keeps silent but it confirms it.//
<span style="color:cadetblue;">$playerName:</span> Let me handle it.
<span id="inner2">
<<link "//She looks at me uncertainly.//">>
<<replace "#inner2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time210.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You will?
//You nod confidently.//
<span style="color:cadetblue;">$playerName:</span> I promise.
//She hugs you tightly and buries his face in your chest.//
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascDefaultLevel2 to false>>\
<<set $maedhroStory to 8>>
<<set $maedhroDom = 100>>
<<set $maedhroDeg = 0>>
<<set $maedhroSub = 0>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:chartreuse;">Maedhro:</span> (sobbing noises)
//Is she really crying?//
<span id="outer1">
<<link "//I push the slightly opened door more open.//">>
<<replace "#outer1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time207.png" height=500 />
//I see Maedhro sitting on the bed, his hands covering his face as she indeed is crying.//
//I lean against the doorway, and pause for a moment at the site.//
<span style="color:cadetblue;">$playerName:</span> Hey what's wrong?
//She doesn't respond.//
//I can't tell whether she doesn't want to or whether the crying makes it not possible for her to do so.//
//I stay quiet and wait.//
<span id="outer2">
<<link "//Eventually, she speaks, still not looking up.//">>
<<replace "#outer2">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time207.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I'm such a fool $playerName.
<span style="color:chartreuse;">Maedhro:</span> I'm... (continues crying)...
//I sit next to her.//
//Not sure whether I should say something or just stay quiet next to her.//
<span style="color:cadetblue;">$playerName:</span> It's ok.
<span style="color:cadetblue;">$playerName:</span> Just...
<span style="color:cadetblue;">$playerName:</span> Just tell me what's wrong?
//She hasn't looked at me yet, his hands still covering her face as she sits on the bed.//
<span id="outer3">
<<link "//Finally she decides to take her hands that are covering her face away.//">>
<<replace "#outer3">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Maedhro/maedhroextra5.png" width=500/>
//As she turns to me, I notice her face has some bloodstains.//
<span style="color:chartreuse;">Maedhro:</span> Nothing, I just hit my head.
//I can't help but roll your eyes at his flimsy excuse.//
//The guards have been bullying her.//
//Beating her.//
<span id="outer4">
<<link "//My heartrate starts increasing.//">>
<<replace "#outer4">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> The guards.
//I clench my fists.//
<span style="color:cadetblue;">$playerName:</span> Something needs to be done about this.
<span style="color:cadetblue;">$playerName:</span> They can't keep doing this and keep getting away with it.
<span style="color:chartreuse;">Maedhro:</span> $playerName.
//Note: This choice will finalize Maedhros story direction.//
<span id="choice1">
<<link "//***We'll find a way! (romance route)***//">>
<<replace "#choice1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time215.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> We'll find a way Maedhro.
<span style="color:cadetblue;">$playerName:</span> I know there is a way.
<span style="color:cadetblue;">$playerName:</span> We will stop those pricks.
<span style="color:cadetblue;">$playerName:</span> I'll always be on your side Maedhro.
<span style="color:cadetblue;">$playerName:</span> Just...
<span style="color:cadetblue;">$playerName:</span> Just don't give up!
<span style="color:chartreuse;">Maedhro:</span> ...
<span id="inner1">
<<link "//She looks at me, her eyes becoming teary again.//">>
<<replace "#inner1">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time216.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You mean it?
//I put my hand on her shoulder.//
<span style="color:cadetblue;">$playerName:</span> Of course.
<span style="color:cadetblue;">$playerName:</span> I'll be right back.
//You stand up and walk over to the bathroom sink. Grabbing a washcloth, you run it under some cold water and bring it back to the bed. Kneeling down in front of her, you gently wipe her face, cleaning off the blood.//
<span style="color:chartreuse;">Maedhro:</span> Ow.. Ow..
<span style="color:cadetblue;">$playerName:</span> Sorry.
<span style="color:chartreuse;">Maedhro:</span> ...
<span id="inner2">
<<link "//I gently continue cleaning her face.//">>
<<replace "#inner2">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:chartreuse;">Maedhro:</span> What are we going to do $playerName?
<span style="color:cadetblue;">$playerName:</span> I'll think on it.
<span style="color:chartreuse;">Maedhro:</span> ... (looks dismissively to the side).
<span style="color:cadetblue;">$playerName:</span> Hey!
<span style="color:chartreuse;">Maedhro:</span> ... (looks back at me)
<span style="color:cadetblue;">$playerName:</span> I will find a way.
<span style="color:cadetblue;">$playerName:</span> I promise.
<img src="Images/Rework066time/Rework066time217.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (soft smile).
//I'll figure it out.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 8>>
<<set $maedhroDom to 100>>
<<set $maedhroDeg to 0>>
<<set $maedhroSub to 0>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//***I am going to handle it! (dominance or submission route)***//">>
<<replace "#choice1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I go next to Maedhro and put my arms around her. She hugs me back, and I can feel her shaking.//
<img src="Images/Rework066time/Rework066time218.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> It's okay, Maedhro.
<span id="inner1">
<<link "//She breaks the hug and lashes out her emotions.//">>
<<replace "#inner1">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Maedhro/maedhroextra16.jpg" height=500/>
<span style="color:chartreuse;">Maedhro:</span> This world is so cruel towards elves.
//You hug her again holding her even tighter.//
<span style="color:cadetblue;">$playerName:</span> I know...
<span style="color:chartreuse;">Maedhro:</span> Elves are being killed for no reason. Elves are being enslaved across this damn city.
//She begins to sob in your arms. You start to comfort her, stroking her back.//
<span style="color:chartreuse;">Maedhro:</span> Why are they so mean to us? We haven't done anything wrong.
<span style="color:chartreuse;">Maedhro:</span> I hate them!
<span style="color:chartreuse;">Maedhro:</span> I hate them all!
//You're at a loss for words, unsure of what to say to that. You can only continue to hug her tightly.//
<span style="color:cadetblue;">$playerName:</span> ...
//After a few minutes, you finally release Maedhro from the hug, and he starts to wipe his tears away.//
//We fall onto the bed in each others arms.//
<span id="inner2">
<<link "//After some time I brake the hug.//">>
<<replace "#inner2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time216.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> I'll put an end to the bullying.
<span style="color:chartreuse;">Maedhro:</span> $playerName-
<span style="color:cadetblue;">$playerName:</span> Just. Trust me.
<span style="color:chartreuse;">Maedhro:</span> ...
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 8>>
<<set $maedhroDeg to 100>>
<<set $maedhroDom to 0>>
<<set $maedhroSub to 0>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//***I know it's hopless...(NTR romance or NTR submission route)***//">>
//I go next to Maedhro and put my arms around her. She hugs me back, and I can feel her shaking.//
<<replace "#choice1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> It's okay, Maedhro.
//She breaks the hug and lashes out her emotions.//
<img src="Images/Maedhro/maedhroextra16.jpg" height=500/>
<span style="color:chartreuse;">Maedhro:</span> This world is so cruel towards elves.
//You hug her again holding her even tighter.//
<span style="color:cadetblue;">$playerName:</span> I know...
<span style="color:chartreuse;">Maedhro:</span> Elves are being killed for no reason. Elves are being enslaved across this damn city.
//She begins to sob in your arms. You start to comfort her, stroking her back.//
<span style="color:chartreuse;">Maedhro:</span> Why are they so mean to us? We haven't done anything wrong.
<span style="color:chartreuse;">Maedhro:</span> I hate them!
<span style="color:chartreuse;">Maedhro:</span> I hate them all!
//You're at a loss for words, unsure of what to say to that. You can only continue to hug him tightly.//
<span style="color:cadetblue;">$playerName:</span> ...
//After a few minutes, you finally release Maedhro from the hug, and he starts to wipe his tears away.//
//We fall onto the bed in each others arms.//
<span id="inner1">
<<link "//After some time I brake the hug.//">>
<<replace "#inner1">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time216.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> This world is horrible I know.
<span style="color:cadetblue;">$playerName:</span> But we still have eachother.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span id="inner2">
<<link "//We stay there on the bed, holding eachother.//">>
<<replace "#inner2">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Maedhro/maedhroextra8.jpg" height=500/>
//.//
//..//
//...//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 8>>
<<set $maedhroSub to 100>>
<<set $maedhroDom to 0>>
<<set $maedhroDeg to 0>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $currentLocation = "Back alley">>\
<<if $time neq "Night">>\
<<set document.body.style.backgroundImage = "url('Images/Locations/backalley.jpg')">>\
<<elseif $time is "Night">>
<<set document.body.style.backgroundImage = "url('Images/Locations/backalley-night.jpg')">>\
<</if>>\
<div class="description-box-backally-intro">\
//This is our apartments backyard.//
</div>
<div class="description-box-backally">\
Interactions:
<<if $time is "Late Evening">>\
<<if $maedhroStory is 8>>\
[[Event: There they are!|MaedhroStory8]]
<</if>>\
<<if $maedhroStory is 9 and $strengthLevel2check is true>>\w
<<if $mascC is true>>\
<<if $maedhroSub gte 100>>\
[[Event: I hear them! |MaedhroStory9MASCROM]]
<<elseif $maedhroDom gte 100>>\
[[Event: I hear them! |MaedhroStory9RMASCDOM]]
<<elseif $maedhroDeg gte 100>>\
[[Event: I hear them! |MaedhroStory9RMASCNETORI]]
<</if>>\
<<elseif $femC is true>>\
<<if $maedhroSub gte 100>>\
[[Event: I hear them! |MaedhroStory9FEMNTR]]
<<elseif $maedhroDom gte 100>>\
[[Event: I hear them! |MaedhroStory9FEMROM]]
<<elseif $maedhroDeg gte 100>>\
[[Event: I hear them! |MaedhroStory9FEMDEG]]
<</if>>\
<</if>>\
<</if>>\
<<else>>\
//Hmmm.... Noone is here...//
<</if>>\
</div>
<div class="navigation-box"> \
Go back to:
[[Home|Hallway]] | [[Streets]]
</div>
<style>
body {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
}
.description-box-backally-intro {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
transform: translateY(-50%);
width: 50%;
border-radius: 10px;
}
.description-box-backally {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute;
top: 40%;
transform: translateY(-50%);
width: 20%;
border-radius: 10px;
}
.navigation-box {
background: rgba(0, 0, 0, 0.75);
padding: 10px;
color: white;
position: absolute; /* Changed from fixed to absolute */
bottom: 20px;
width: 50%;
border-radius: 10px;
}
@media screen and (max-width: 550px) {
.description-box-academy-library-intro,
.description-box-library,
.navigation-box {
width:250px;
margin-top:10px;
}
}
</style><<if $mascC is true>>\
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//They got be here somewhere.//
//Walking along the alley, I hear a scuffle nearby.//
//Hmm...//
//I make my way towards the sounds.//
<span id="inner1">
<<link "//Looking over, you see Maedhro being pushed around by some soldiers.//">>
<<replace "#inner1">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $mascC is true and $maedhroDeg gte 100>><img src="Images/Maedhro/maedhrostory3-alley.jpg"/><<else>><img src="Images/Rework066time/Rework066time219.jpg" height=500 /> <</if>>
<span style="color:MediumAquaMarine;">Soldier 1:</span> What do we have here? A little elf Maedhro?
<span style="color:white;">Soldier2:</span> Don't worry, Maedhro. You have got nothing to fear if you give as coins.
<span style="color:MediumAquaMarine;">Soldier 1:</span> We're the city guard, we have a right to collect taxes!
<span style="color:white;">Soldier2:</span> If you can't pay, we have a way for you to pay!
//The soldiers begin to push him around, threatening him with violence.//
<span id="inner2">
<<link "//Maedhro hands over coins to the guards.//">>
<<replace "#inner2">>
<<if $mascC is true and $maedhroDeg gte 100>><img src="Images/Maedhro/maedhrostory3-alley1.jpg" height=500/><<else>><img src="Images/Rework066time/Rework066time221.jpg" height=500 /> <</if>>
<span style="color:MediumAquaMarine;">Soldier 1:</span> Is that all you've got?
<span style="color:chartreuse;">Maedhro:</span> It is all I have.
<span style="color:chartreuse;">Maedhro:</span> You took the rest.
<span style="color:chartreuse;">Maedhro:</span> Now please leave me alone.
<span style="color:white;">Soldier2:</span> Are you giving orders to me?
<span style="color:chartreuse;">Maedhro:</span> What? No. I'm-
<span style="color:MediumAquaMarine;">Soldier 1:</span> It did sound like he was.
<span style="color:white;">Soldier2:</span> Right?
<span style="color:chartreuse;">Maedhro:</span> I-
<<if $mascC is true and $maedhroDeg gte 100>><img src="Images/Rework066time/Rework066time223.jpg" height=500 /><<else>><img src="Images/Rework066time/Rework066time222.png" height=500 /> <</if>>
<span style="color:white;">Soldier2:</span> Shut the fuck up.
<span style="color:white;">Soldier2:</span> You better have more by tomorrow.
//I have seen enough. Time to step in.//
<span id="yes">
<<link "//I start walking towards the guards.//">>
<<replace "#yes">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Hey! Leave him alone!
//The soldiers turn to look at you.//
<span style="color:MediumAquaMarine;">Soldier 1:</span> Get lost, kid. This isn't your business.
//You step forward, unafraid.//
<span style="color:cadetblue;">$playerName:</span> You're going to leave him alone, or there will be trouble.
<span style="color:white;">Soldier2:</span> Get lost, kid. This isn't your business. Yeah, we're the city guard. We don't have to take orders from anyone.
<span style="color:MediumAquaMarine;">Soldier 1:</span> Especially not a kid.
<<if $mascC is true and $maedhroDeg gte 100>><img src="Images/Rework066time/Rework066time224.jpg" height=500 /><<else>><img src="Images/Rework066time/Rework066time220.jpg" height=500 /> <</if>>
<span style="color:chartreuse;">Maedhro:</span> $playerName.
<span style="color:chartreuse;">Maedhro:</span> No!
<span style="color:cadetblue;">$playerName:</span> Maedhro. It's okay.
//You pause for a moment.//
<span style="color:chartreuse;">Maedhro:</span> $playerName! Don't fight them!
<span style="color:chartreuse;">Maedhro:</span> Please! They're the city guard!
//You hesitate, knowing that fighting the city guard will bring trouble. But I can't let this injustice stand.//
<span style="color:MediumAquaMarine;">Soldier 1:</span> Fuck off kid!
<span style="color:cadetblue;">$playerName:</span> Asshole!
<span id="inner3">
<<link "//You start to raise your hand-//">>
<<replace "#inner3">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time225.png" height=500 /><<else>> <img src="Images/Rework065update/Rework065update120.webp" width=500 /> <</if>>
//But the guard's reaction time is too fast. The guard hits you straight in your face.//
//Next thing I know I am on the ground and I feel a boot pressing down on my neck. The other guard is laughing.//
<span style="color:MediumAquaMarine;">Soldier 1:</span> Well...
//The gueard starts to beat you with his leg while his companion starts to beat Maedhro.//
//The two soldiers beat the shit out of me and Maedhro.//
//These fuckers.//
<span id="inner4">
<<link "//My vision blacks out.//">>
<<replace "#inner4">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2sleepingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//...//
//..//
//.//
<span id="inner5">
<<link "//When I open my eyes I see Maedhro being still unconcious.//">>
<<replace "#inner5">>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $mascC is true and $maedhroDeg gte 100>><img src="Images/Rework066time/Rework066time226.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time227.png" height=500 /> <</if>>
//The guards have left.//
//...//
//I need to get stronger but...//
//How?//
//...//
//..//
//.//
<<if $strengthLevel2check is true>>
//What am I doing?//
//I need to apply what Isolde told me.//
//I will beat them.//
<<else>>
//Suddenly it hits me.//
//Isolde!//
//The angel of strength.//
//She could help!//
<</if>>
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascLevel2notsureface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel2notsureface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<</if>>\
<<set $time to "Night">>
<<set $maedhroStory to 9>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I make my way to the backyard.//
<img src="Images/Maedhro/maedhroextra12.jpg" height=500/>
//The two guards are there.//
//I need a plan.//
//How can I beat them?//
//...//
//..//
//.//
//Suddenly I see something.//
//There's a brick on the ground.//
//I can use that!//
<span id="outer1">
<<link "//I got this. I got this!//">>
<<replace "#outer1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2screamface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I rush out and grab the brick, smashing the first guard in the head.//
<img src="Images/Maedhro/maedhro-straight-story3-finish.jpg" height=500/>
//She falls down, unconscious.//
//As the second ground scrambles for her weapon, I grab the unconscious guard's sword and place it on her neck quickly.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Wait!
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumAquaMarine;">Soldier1:</span> Please. Don't.
<span id="outer2">
<<link "//I'll tilt my head slightly to the side.//">>
<<replace "#outer2">>
<<set $mascLevel2screamface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I'm sorry, what was that?
<img src="Images/Rework066time/Rework066time312.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Please.
<span style="color:MediumAquaMarine;">Soldier1:</span> Don't kill me.
<span style="color:MediumAquaMarine;">Soldier1:</span> Please!
//I can't believe it.//
//The city guard.//
//At my mercy.//
//Begging me?//
//Me?!//
<span style="color:cadetblue;">$playerName:</span> I should just kill you for the harm you have caused Maedhro.
<span style="color:MediumAquaMarine;">Soldier1:</span> NO!
<span style="color:MediumAquaMarine;">Soldier1:</span> Please!
<span style="color:MediumAquaMarine;">Soldier1:</span> I'll.. I'll.. I'll do anything.
<span style="color:MediumAquaMarine;">Soldier1:</span> Please!
<span style="color:MediumAquaMarine;">Soldier1:</span> I have a daughter!
<span id="outer3">
<<link "//Like I give a shit.//">>
<<replace "#outer3">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time313.png" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> I'll do anything you want.
<span style="color:MediumAquaMarine;">Soldier1:</span> Just don't kill me.
<span style="color:MediumAquaMarine;">Soldier1:</span> Please.
//Fuck!//
//...//
//I have to right?//
<span id="outer4">
<<link "//Or they'll just continue with their-//">>
<<replace "#outer4">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:MediumAquaMarine;">Soldier1:</span> Don't!
<span style="color:MediumAquaMarine;">Soldier1:</span> I'll... I'll.. (trying to come up with something)
<span style="color:MediumAquaMarine;">Soldier1:</span> (eyes widen) I'll suck your ok!
<span style="color:MediumAquaMarine;">Soldier1:</span> I'll do right now!
<span style="color:MediumAquaMarine;">Soldier1:</span> Please!
<span style="color:MediumAquaMarine;">Soldier1:</span> Just let me suck your cock!
//....//
//Suddenly I feel it.//
<img src="Images/Rework066time/Rework066time405.jpg" height=500 />
//The power I have in this moment.//
<span id="outer5">
<<link "//The control.//">>
<<replace "#outer5">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//My heart rushing.//
//Her pleading look.//
//This is amazing.//
//This is....//
//Power.//
//Should I use it?//
<span id="choice1">
<<link "//Fuck yeah (Dom extreme/CNC contnet)//">>
<<replace "#choice1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Open your mouth.
<span style="color:MediumAquaMarine;">Soldier1:</span> Yes.
//She opens her mouth//
<span id="inner1">
<<link "//I take my cock and thrust it deep into her mouth.//">>
<<replace "#inner1">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImage is true>><img src="Images/Rework066time/Rework066time370.jpg" height=500 /><<else>> <img src="Images/Rework066time/Rework066time369.webp" width=500 /><</if>>
<span style="color:MediumAquaMarine;">Soldier1:</span> Mghhggkkk...
//Fuck.//
//That's it.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Mghkk. Mgkhkh.. MGhkh..
<img src="Images/Rework066time/Rework066time409.jpg" height=500 />
//Fuck.//
//This feels so good.//
//I keep thrusting deeper and deeper into her throat.//
//It feels so warm and wet.//
<img src="Images/Rework066time/Rework066time410.jpg" height=500 />
//Fuck.//
//Her eyes are rolling back into her head and becoming teary.//
<span style="color:MediumAquaMarine;">Soldier1:</span> mghh... kkhhhh....
<span id="inner2">
<<link "//I hold her head still, using her mouth for my pleasure.//">>
<<replace "#inner2">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time411.jpg" height=500 />
//Fuck.//
//I can't believe I'm doing this.//
<span style="color:MediumAquaMarine;">Soldier1:</span> mghh... kkhhhh....
<span style="color:cadetblue;">$playerName:</span> This is what you deserve.
<img src="Images/Rework066time/Rework066time412.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Mhhh...
<span style="color:cadetblue;">$playerName:</span> For everything you have put Maedhro through.
<span style="color:cadetblue;">$playerName:</span> This is the price.
<span style="color:MediumAquaMarine;">Soldier1:</span> MGhhhhhkkkk...
<<if $onlyImage is true>><img src="Images/Rework066time/Rework066time378.jpg" height=500 /><<else>> <img src="Images/Rework066time/Rework066time379.webp" height=500 /><</if>>
//The pleasure is building inside of me.//
//Fuck.//
//This is it.//
//I'm going to cum.//
<img src="Images/Rework066time/Rework066time406.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Mhhh..
//I start to thrust harder and harder.//
<span style="color:MediumAquaMarine;">Soldier1:</span> GGHHHHHKKK..
<span id="inner3">
<<link "//My eyes start to roll back into my head.//">>
<<replace "#inner3">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time408.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Cumming.
<span style="color:cadetblue;">$playerName:</span> Take it!
//She starts to swallow as I start cumming.//
<img src="Images/Rework066time/Rework066time407.jpg" height=500 />
//Fuck.//
//This feels amazing.//
//My whole body tenses up as she swallows every last drop.//
<span style="color:MediumTurquoise;">Soldier2:</span> What the...
<span id="inner4">
<<link "//The guard who I knocked out with the brick has regained consciousness.//">>
<<replace "#inner4">>
<<set $mascLevel2cummingface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time413.jpg" height=500 />
//I walk over to her.//
<span style="color:cadetblue;">$playerName:</span> Just in time.
<span style="color:MediumTurquoise;">Soldier2:</span> Wha-
<span style="color:MediumTurquoise;">Soldier2:</span> Ghghghgghhhh
<span id="inner5">
<<link "//She is choking on my cock.//">>
<<replace "#inner5">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time414.jpg" height=500 />
//I am holding her head as I fuck her throat.//
//Fuck.//
//This is amazing.//
<span style="color:cadetblue;">$playerName:</span> That's right.
<<if $onlyImages is true>> <img src="Images/Rework066time/Rework066time415.jpg" height=500 /> <<else>> <img src="Images/Rework066time/Rework066time416.webp" height=500 /> <</if>>
<span style="color:MediumTurquoise;">Soldier2:</span> Gghggg.. Gghhhh..
<span style="color:cadetblue;">$playerName:</span> Keep cleaning this dick!
<span style="color:MediumTurquoise;">Soldier2:</span> Gghggg.. Gghhhh..
<span style="color:cadetblue;">$playerName:</span> Earn the load you slut.
<img src="Images/Rework066time/Rework066time417.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> Ghghghgghhhh
<span style="color:cadetblue;">playerName:</span> Fuck.
<span style="color:cadetblue;">playerName:</span> Here it is.
<span style="color:MediumTurquoise;">Soldier2:</span> MPFGHGHH!!
<span id="inner6">
<<link "//I hold her head in place and shoot my cum down her throat.//">>
<<replace "#inner6">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time418.jpg" height=500 />
<span style="color:cadetblue;">playerName:</span> Ahhhhh
//Fuck.//
//That was amazing.//
<span id="inner7">
<<link "//I walk back over to the first guard and put the blade back at her neck.//">>
<<replace "#inner7">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> This is will be your redemption arc.
<span style="color:cadetblue;">$playerName:</span> You get what I am saying.
<img src="Images/Rework066time/Rework066time391.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> (nods)
//I look back over to the other guard.//
<span style="color:MediumTurquoise;">Soldier2:</span> (nods)
//I drop the sword and walk away.//
//As I walk my head starts becoming clearer and clearer.//
//What did I just do?//
//...//
//Did I really just...//
//Did I really do that?//
//I am shocked at myself.//
//How did it come to this?//
//The rage that has been building up in me.//
//Just...//
//Took control...//
<span id="inner8">
<<link "//As I turn the corner I see-//">>
<<replace "#inner8">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time288.jpg" height=500 />
//Maedhro?//
//She is running?//
//Wait!//
//Did she just see me?//
//I start running after her.//
<span style="color:cadetblue;">$playerName:</span> Maedhro!
//She doesn't answer and keeps on running.//
//She definitely saw me.//
//She runs into the apartment and straight into her room.//
<span style="color:cadetblue;">$playerName:</span> Maedhro.
//Her door is locked.//
//I knock on her door.//
//No answer.//
//Fuck....//
//I'll talk to her later.//
<<link "Continue">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Make deal instead. (Dom)//">>
<<replace "#choice1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> How about a deal?
<span style="color:MediumAquaMarine;">Soldier1:</span> D-deal?
<span style="color:cadetblue;">$playerName:</span> You'll stop harassing Maedhro.
<span style="color:cadetblue;">$playerName:</span> And I won't kill you.
<img src="Images/Rework066time/Rework066time419.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Do I have to suck your dick?
<span style="color:cadetblue;">$playerName:</span> ...
<span id="inner1">
<<link "//No.. She doesn't need to-//">>
<<replace "#inner1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:MediumAquaMarine;">Soldier1:</span> Sure. I'll do it.
<span style="color:cadetblue;">$playerName:</span> No you don-t mhhhh
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time356.jpg" height=500 /> <<else>><img src="Images/Maedhro/maedhrostory4backalleydeg2.gif" width= 500 /> <</if>>
<span style="color:MediumAquaMarine;">Soldier1:</span> (slurp) (slurp)
//Too late. She has already pulled down my pants and put my cock in her mouth.//
//Fuck.//
//It feels good.//
<img src="Images/Rework066time/Rework066time420.jpg" height=500 />
//Too good to tell her to stop.//
<span style="color:MediumAquaMarine;">Soldier1:</span> (slurp)(slurp)
<span style="color:cadetblue;">$playerName:</span> That's...
<span style="color:MediumAquaMarine;">Soldier1:</span> Mrphmm.
<img src="Images/Rework066time/Rework066time421.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Right there.
<span style="color:MediumAquaMarine;">Soldier1:</span> Rrhrmrphh.
//Fuck.//
//This feels so good.//
<span id="inner2">
<<link "//I place my hand on her head and start guiding her head.//">>
<<replace "#inner2">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time395.jpg" height=500 /> <<else>><img src="Images/Rework066time/Rework066time396.webp" height=500 /> <</if>>
<span style="color:MediumAquaMarine;">Soldier1:</span> Mghlkh.. Mghhkh..
//I can't believe this.//
<span style="color:MediumAquaMarine;">Soldier1:</span>Mghh.. MGhhhh
<span style="color:MediumTurquoise;">Soldier2:</span> Mhhh... What the...
<span id="inner3">
<<link "//She has regained consciousness and is now seeing what is going on.//">>
<<replace "#inner3">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time423.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> What are you doing???
<span style="color:MediumAquaMarine;">Soldier1:</span> Come here!
<span style="color:MediumTurquoise;">Soldier2:</span> What?
<span style="color:MediumAquaMarine;">Soldier1:</span> I made a deal.
<span style="color:MediumAquaMarine;">Soldier1:</span> Come here!
<span id="inner4">
<<link "//She gets down next to her.//">>
<<replace "#inner4">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time424.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> What are you doing?
<span style="color:MediumAquaMarine;">Soldier1:</span> Just suck his cock.
<span style="color:MediumTurquoise;">Soldier2:</span> What?
<span style="color:MediumAquaMarine;">Soldier1:</span> ...
<img src="Images/Rework066time/Rework066time425.png" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> I mean look at it.
<span style="color:MediumTurquoise;">Soldier2:</span> (blushes)..
<span style="color:MediumTurquoise;">Soldier2:</span> (whispers) I can't understand what's going on.
<span style="color:MediumAquaMarine;">Soldier1:</span> (whispers back) Just suck it.
<span id="inner5">
<<link "//Confused she takes my cock into her mouth and begins sucking it.//">>
<<replace "#inner5">>
<<set $mascLevel2notsureface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time426.png" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> (slurp)...
<span style="color:MediumTurquoise;">Soldier2:</span>(slow slurp).. (slow slurp)...
<span style="color:MediumTurquoise;">Soldier2:</span>(slurp).. (slurp)
<span style="color:MediumTurquoise;">Soldier2:</span> (slow slurp) (slow slurp)
//Fuck.//
<span id="inner6">
<<link "//I grab her head and start fucking it.//">>
<<replace "#inner6">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:MediumTurquoise;">Soldier2:</span> Ghghg.. Ghhghg. ghghg.
<img src="Images/Rework066time/Rework066time427.png" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> (starting at awe)
<span style="color:MediumTurquoise;">Soldier2:</span> ghghggh...ghghghg....
//Fuck.//
//I'm getting close!//
<img src="Images/Rework066time/Rework066time428.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> I'm....
<span style="color:cadetblue;">playerName:</span> Cumming.
<span id="inner7">
<<link "//I shoot my load straight into her mouth.//">>
<<replace "#inner7">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time429.png" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> MMMppfFFP??
<span style="color:cadetblue;">$playerName:</span> Ahhhhhh
//I take my cock out and pull of my pants.//
<span style="color:cadetblue;">$playerName:</span> So we have deal right?
<span style="color:cadetblue;">$playerName:</span> No more harassing Maedhro and I'll let you live.
<span style="color:MediumTurquoise;">Soldier2:</span> ...
<span style="color:MediumAquaMarine;">Soldier1:</span> And you'll do this again.
<span id="inner8">
<<link "//WHAT?//">>
<<replace "#inner8">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 2s>>
<img src="Images/Rework066time/Rework066time424.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> What?
<</shake>>
//She nudges her.//
<span style="color:MediumTurquoise;">Soldier2:</span> Ow!
<span style="color:MediumAquaMarine;">Soldier1:</span> Right?
<span style="color:cadetblue;">$playerName:</span> Emm.. S-sure.
//I turn around and start walking away.//
<span id="inner9">
<<link "//As I walk I hear them talking.//">>
<<replace "#inner9">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:MediumTurquoise;">Soldier2:</span> What?!
<span style="color:MediumAquaMarine;">Soldier1:</span> Come on. Did you see the size of that cock.
<span style="color:MediumAquaMarine;">Soldier1:</span>That was a decent cock.
<span style="color:MediumTurquoise;">Soldier2:</span> Yes but I have a family and-
<span style="color:MediumAquaMarine;">Soldier1:</span> Shus!
<span style="color:MediumAquaMarine;">Soldier1:</span> I saw how eager you were.
<span style="color:MediumTurquoise;">Soldier2:</span> (squicking) I was not!
<span style="color:MediumAquaMarine;">Soldier1:</span>Yes you were! You were gagging on it... (their words become a blurr as I continue making my way)....
<span id="inner10">
<<link "//As I keep walking I see-//">>
<<replace "#inner10">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time288.jpg" height=500 />
//Maedhro?//
//She is running?//
//Wait!//
//Did she just see me?//
//I start running after her.//
<span style="color:cadetblue;">$playerName:</span> Maedhro!
//She doesn't answer and keeps on running.//
//She definitely saw me.//
//She runs into the apartment and straight into her room.//
<span style="color:cadetblue;">$playerName:</span> Maedhro.
//Her door is locked.//
//I knock on her door.//
//No answer.//
//Fuck....//
//I'll talk to her later.//
<<link "Continue">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I make my way towards the backyard.//
//Hmmm...//
//Where is Maedhro?//
//Fuck it.//
//I make my way towards the backyard.//
<span id="outer1">
<<link "//As I turn the corner I see guards hiding against the wall.//">>
<<replace "#outer1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Maedhro/maedhroextra12.jpg" height=500/>
<span style="color:MediumAquaMarine;">Soldier1:</span> Get ready.
<span style="color:MediumAquaMarine;">Soldier1:</span> Maedhro should be here at any minute.
<span style="color:MediumTurquoise;">Soldier2:</span> Ok. Ok.
//They are waiting for Maedhro.//
//They are planning on an ambush.//
//They're backs are turned towards me.//
//This is the perfect time.//
//I could do the same to them.//
//Or...//
//I could wait for Maedhro and attack them from both sides.//
<span id="choice1">
<<link "//***Attack now (Netori)***//">>
<<replace "#choice1">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//No time. This is a perfect.//
//I quietly walk towards the guard.//
//As soon as she turns around to see what's going on-//
<span id="inner1">
<<link "//I punch her in the face.//">>
<<replace "#inner1">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2screamface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Maedhro/straight-story4alley.jpg" height=500/> <<else>><img src="Images/Maedhro/maedhroextra10.gif" width=500/> <</if>>
//She stumbles back and trips to the ground.//
//The other guard charges at me.//
//I duck.//
//As she's trying to stop her momentum, I knee her.//
//She falls down.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Get the fuck-
//As the woman is still trying to stand back up I jump and tackle her to the ground.//
//I start punching her in the face.//
<img src="Images/Maedhro/maedhroextra11.jpg" height=500/>
<span style="color:MediumTurquoise;">Soldier2:</span> Fuc-
<span style="color:MediumTurquoise;">Soldier2:</span>You little shit!
//The other one grabs my arms and tries to pull me away.//
<span id="inner2">
<<link "//I elbow her in the face and grab her head and push her against the wall knocking her unconscious.//">>
<<replace "#inner2">>
<img src="Images/Maedhro/maedhro-straight-story3-finish.jpg" height=500/>
//Got her.//
//I turn twoards the remaing guard.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Stop! Stop!
<span style="color:MediumAquaMarine;">Soldier1:</span> Don't!
<span style="color:MediumAquaMarine;">Soldier1:</span> I surrender! I surrender ok!
<span id="inner3">
<<link "//She get's on her knees.//">>
<<replace "#inner3">>
<<set $mascLevel2screamface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time312.jpg" height=500 />
//I take her sword and place the edge of the blade against her throat.//
//She gulps.//
<span style="color:cadetblue;">$playerName:</span> ...
//I tilt my head slightly to the side, thinking what should I do next.//
//The thoughts are racing through my head.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Please don't!
<span style="color:MediumAquaMarine;">Soldier1:</span> I'll... I'll... I'll do anything.
<span style="color:MediumAquaMarine;">Soldier1:</span> Just please don't kill me.
<span style="color:MediumAquaMarine;">Soldier1:</span> I have a daughter.
//Fuck!//
//...//
//I have to right?//
<span id="inner4">
<<link "//Or they'll just continue with their-//">>
<<replace "#inner4">>
<img src="Images/Rework066time/Rework066time313.png" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Don't!
<span style="color:MediumAquaMarine;">Soldier1:</span> I'll... I'll.. (trying to come up with something)
<span style="color:MediumAquaMarine;">Soldier1:</span> (eyes widen) I'll suck your cock ok!
<span style="color:MediumAquaMarine;">Soldier1:</span> I'll do right now!
<span style="color:MediumAquaMarine;">Soldier1:</span> Please!
<span style="color:MediumAquaMarine;">Soldier1:</span> Just let me suck your cock!
//....//
//Suddenly I feel it.//
//The power I have in this moment.//
//The control.//
//My heart rushing.//
//Her pleading look.//
//This is amazing.//
//This is....//
//Power.//
//Should I use it?//
<span id="choice1-1">
<<link "//Yes (Netori, Dark)//">>
<<replace "#choice1-1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Open your mouth.
//Her eyes light up.//
<img src="Images/Rework066time/Rework066time314.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Oh thank Luna.
<span style="color:MediumAquaMarine;">Soldier1:</span> Thank you.
<span style="color:white;">Soldier:</span> Aaaaaaah...
<span style="color:cadetblue;">$playerName:</span> Open wider.
//I can feel my cock getting harder as the adrenaline starts pumping.//
//I start getting more turned on by this situation.//
//Seeing her now. Knowing what she was about to do to Maedhro.//
//Her mouth opens wide as she looks up at me with her puppy eyes.//
<span id="inner11">
<<link "//I pull my cock out and thrust it deep into her mouth.//">>
<<replace "#inner11">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time346.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghkhkkk...
//I start fucking her face.//
//Her hands grab the ground trying to get a hold on something.//
//She is struggling.//
//Tears are forming in her eyes.//
<img src="Images/Rework066time/Rework066time347.jpg" height=500 />
//She gags.//
//Her eyes roll back.//
//She is struggling.//
<span style="color:cadetblue;">$playerName:</span> Take it!!!
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time348.jpg" height=500 /> <<else>><img src="Images/Maedhro/maedhro-alleyway-giving-headstory4.gif" width=500/> <</if>>
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghkgkhkh....
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghghkgkh.... Ghlglhghg..
<span style="color:cadetblue;">$playerName:</span> From now on....
<span id="inner12">
<<link "//I grab her tighter by the hair.//">>
<<replace "#inner12">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time349.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> You are going to be my slut.
//I look down at her.//
<span style="color:cadetblue;">$playerName:</span> My fucking... mhhhhh...
<span style="color:cadetblue;">$playerName:</span> Cocksleeve....
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghgkhg... Ghkgkhgghh...
<img src="Images/Rework066time/Rework066time350.jpg" height=500 />
//Fuck....//
//This feels amazing.//
//Her struggle.//
//It's just turning me on more.//
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time351.jpg" height=500 /> <<else>><img src="Images/Rework066time/Rework066time352.webp" width=400/> <</if>>
//Making my cock twitch at the back of her throat.//
//Fuck...//
//Mhhhh....//
//I'm going to...//
<span id="inner13">
<<link "//Fuck I'm going to....//">>
<<replace "#inner13">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time353.jpg" height=500 />
<<shake 2s>>
<span style="color:lightpink;">Girl:</span> Mom???
<</shake>>
<span style="color:cadetblue;">$playerName:</span> Ahhhhhhh
<span style="color:MediumAquaMarine;">Soldier1:</span> MPPFFFFF???!?!?!
//I shoot my massive load into her mouth.//
//My cock pulsating with each spurt.//
//Fuck.//
<img src="Images/Rework066time/Rework066time354.jpg" height=500 />
<span style="color:lightpink;">Girl:</span> Mom....
<span style="color:MediumAquaMarine;">Soldier1:</span> Baby girl what are you doing her?
<span id="missing">
<<link "//She rushes towards her daughter and hughs her.//">>
<<replace "#missing">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:lightpink;">Girl:</span> Dad told me to bring you some food....
//She looks dead inside trying to process what she had just witnessed.//
<span style="color:cadetblue;">$playerName:</span> Well...
<span style="color:cadetblue;">$playerName:</span> I'll guess I see you around.
<img src="Images/Rework066time/Rework066time355.jpg" height=500 />
//I drop her sword next to her.//
//And simply just walk away.//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $guardsNetori = true>>
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//No... (Netori, Light)//">>
<<replace "#choice1-1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//No....//
//I can't do this.//
//I take the sword away from her throat.//
<span style="color:cadetblue;">$playerName:</span> Ok. Get the fuck out of here.
<span style="color:MediumAquaMarine;">Soldier1:</span> What?
<span style="color:cadetblue;">$playerName:</span> ...
<span id="f1">
<<link "//Instead of going away-//">>
<<replace "#f1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She pulls down my pants and takes out my cock.//
<img src="Images/Rework066time/Rework066time362.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Hah?
<span style="color:cadetblue;">$playerName:</span> What are you-
<span style="color:MediumAquaMarine;">Soldier1:</span> This is a test, right?
<span style="color:cadetblue;">$playerName:</span> Test?
<span style="color:MediumAquaMarine;">Soldier1:</span> I knew it.
<span id="f2">
<<link "//She dives head first to swallow my cock.//">>
<<replace "#f2">>
<<set $mascLevel2scaredface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time356.jpg" height=500 /> <<else>><img src="Images/Maedhro/maedhrostory4backalleydeg2.gif" width= 400 /> <</if>>
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghkghhh...
<span style="color:cadetblue;">$playerName:</span> Ahhh... Fuck...
//I have no clue what the fuck is happening.//
//The warmth...//
<img src="Images/Rework066time/Rework066time357.jpg" height=500 />
//Fuck....//
//This feels to good to make her stop now.//
//As she bobs her head up and down my cock, I can feel her tongue circling around my tip.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Mhhhh...
<img src="Images/Rework066time/Rework066time358.jpg" height=500 />
//She is enjoying this too?//
//What is going on?//
<span style="color:cadetblue;">$playerName:</span> Oh fuck.
<span style="color:cadetblue;">$playerName:</span> I'm going to cum...
<span id="f3">
<<link "//She increases her pace.//">>
<<replace "#f3">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time359.jpg" height=500 /> <<else>><img src="Images/Rework066time/Rework066time360.webp" width= 400 /> <</if>>
//Her tongue swirling around my tip.//
<span style="color:cadetblue;">$playerName:</span> Fuck!!
<span style="color:cadetblue;">$playerName:</span> I'm going to...
<span style="color:cadetblue;">$playerName:</span> AAAAAAAH
//I can't help it.//
<span id="f4">
<<link "//She takes my whole length as I cum in her mouth.//">>
<<replace "#f4">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time361.jpg" height=500 />
<span id="f5">
<<link "//The warmness enveloping my cock as she takes it all.//">>
<<replace "#f5">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 2s>>
<span style="color:lightpink;">Girl:</span> Mom?
<span style="color:cadetblue;">$playerName:</span> Ahhhhhh
<span style="color:MediumAquaMarine;">Soldier1:</span> MPPFFFFF???!?!?!
<img src="Images/Rework066time/Rework066time354.jpg" height=500 />
<span style="color:lightpink;">Girl:</span> Mom...
<</shake>>
<span style="color:MediumAquaMarine;">Soldier1:</span> Baby girl what are you doing here?
//She rushes towards her daughter and hugs her.//
<span style="color:white;">girl:</span> Dad told me to bring you some food...
<span id="f6">
<<link "//She looks dead inside trying to process what she had just witnessed.//">>
<<replace "#f6">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">playerName:</span> Well...
<span style="color:cadetblue;">$playerName:</span> I'll guess I see you around.
<img src="Images/Rework066time/Rework066time355.jpg" height=500 />
//I drop her sword next to her.//
//And simply just walk away.//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $guardsNetori = true>>
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//***Wait for Maedhro (Sharing or straight)***//">>
<<replace "#choice1">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I'll just wait for Maedhro.//
//We can take them on together.//
//Maedhro comes.//
<img src="Images/Rework066time/Rework066time363.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Ok get ready.
<span style="color:MediumTurquoise;">Soldier2:</span> Ok.
<span style="color:MediumAquaMarine;">Soldier1:</span> On three ok?
<span style="color:MediumAquaMarine;">Soldier1:</span> One..
<span id="buba1">
<<link "//I start to sneak towards them.//">>
<<replace "#buba1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:MediumTurquoise;">Soldier2:</span> Two..
<span id="buba2">
<<link "//As they both are about to say three-//">>
<<replace "#buba2">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2screamface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I punch one of them in the face and kick another in the stomach.//
<<if $onlyImages is true>><img src="Images/Maedhro/straight-story4alley.jpg" height=500/> <<else>><img src="Images/Maedhro/maedhroextra10.gif" width=400/> <</if>>
<span style="color:chartreuse;">Maedhro:</span> $playerName!
<span style="color:cadetblue;">$playerName:</span> Fight Maedhro!
<span style="color:chartreuse;">Maedhro:</span> Y-yes!
//Maedhro charges forth.//
//Running into one of the guards knocking her entirely against the wall, making her unconscious.//
//Maedhro gets punched by the other guard but quickly ducks under the next incoming fist.//
//He grabs her and pushes her back to the wall.//
<span id="buba3">
<<link "//He then knees her in the stomach making her collapse.//">>
<<replace "#buba3">>
<<set $mascLevel2screamface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Maedhro/maedhro-straight-story3-finish.jpg" height=500/>
//Wow...//
//We did it.//
//Both of them are on the ground.//
//One on the ground, another unconscious against the wall.//
<span style="color:cadetblue;">$playerName:</span> Quick.
<span style="color:cadetblue;">$playerName:</span> Let's take their swords.
//We each take a sword.//
//I place the sword on the guard's neck.//
<img src="Images/Rework066time/Rework066time313.png" height=500 />
//Maedhro is slightly trembling.//
//He looks uncertain.//
<span style="color:cadetblue;">$playerName:</span> You ok Maedhro?
//He shakes her head.//
<span style="color:chartreuse;">Maedhro:</span> $playerName?
<span style="color:cadetblue;">$playerName:</span> Yeah?
<span style="color:chartreuse;">Maedhro:</span> What should we do with them?
//Fuck...//
//We have no idea what to do.//
//Should we kill them?//
<span id="choice2-1">
<<link "//***What do you think Maedhro we should do? (Sharing)***//">>
<<replace "#choice2-1">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> What do you think?
<span style="color:chartreuse;">Maedhro:</span> What do I think?
<span style="color:chartreuse;">Maedhro:</span> I want to kill them.
<span style="color:chartreuse;">Maedhro:</span> For all the suffering they made me go through.
<img src="Images/Rework066time/Rework066time313.png" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> NO!
<span style="color:MediumAquaMarine;">Soldier1:</span> Please!
<span style="color:MediumAquaMarine;">Soldier1:</span> I have a daughter.
<span style="color:chartreuse;">Maedhro:</span> So?
<span style="color:chartreuse;">Maedhro:</span> Kill her $playerName.
<span style="color:MediumAquaMarine;">Soldier1:</span> No. Please.
<span style="color:MediumAquaMarine;">Soldier1:</span> Please don't.
<span style="color:MediumAquaMarine;">Soldier1:</span> I'll do anything.
<span style="color:MediumAquaMarine;">Soldier1:</span> Anything!
<span style="color:MediumAquaMarine;">Soldier1:</span> Please!
<span id="q1">
<<link "//Maedhro steps closer to me and leans in.//">>
<<replace "#q1">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time364.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Just kill them $playerName.
<span style="color:chartreuse;">Maedhro:</span> I'll do it myself if you can't.
//Fuck...//
//The indecisiveness is really getting to me.//
<span style="color:chartreuse;">Maedhro:</span> Alright. I'll do it.
<span style="color:MediumAquaMarine;">Soldier1:</span> No.
<span style="color:MediumAquaMarine;">Soldier1:</span> I'll- I'll- I'll suck Maedhro!
<img src="Images/Rework066time/Rework066time312.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> You want that don't you?
<span style="color:MediumAquaMarine;">Soldier1:</span> I'll do it.
<span style="color:MediumAquaMarine;">Soldier1:</span>I have seen the way you have looked at me.
<span style="color:MediumAquaMarine;">Soldier1:</span> Please.
<span style="color:MediumAquaMarine;">Soldier1:</span> And.. And.. And.. I'll never hurt you again.
<span style="color:MediumAquaMarine;">Soldier1:</span> I swear it.
<span style="color:chartreuse;">Maedhro:</span> (sighs)...
//Maedhro looks at me.//
//He is clearly unsure what to do.//
<span style="color:cadetblue;">$playerName:</span> This is up to you.
<span style="color:cadetblue;">$playerName:</span>Whatever it is.. I am with you.
<span style="color:chartreuse;">Maedhro:</span>...
<span id="q2">
<<link "//Maedhro looks back at the guard.//">>
<<replace "#q2">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time365.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Go ahead then.
//What?//
//I really thought he was going to with killing them.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Thank Luna.
<span style="color:cadetblue;">$playerName:</span>...
<span id="q3">
<<link "//She takes Maedhros dick into her mouth and start bobing her head.//">>
<<replace "#q3">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time366.jpg" height=500 /><<else>> <img src="Images/Rework066time/Rework066time371.webp" width=500 /><</if>>
<span style="color:MediumAquaMarine;">Soldier1:</span> (slurp) (slurp)
<span style="color:chartreuse;">Maedhro:</span> Ah. Ah. Ah. AH.
<span style="color:chartreuse;">Maedhro:</span> Uh. Uh.
<span style="color:MediumAquaMarine;">Soldier1:</span> (slurp) (slurp)
<img src="Images/Rework066time/Rework066time367.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> You ok?
<span style="color:chartreuse;">Maedhro:</span> Yeah. It just...
<span style="color:chartreuse;">Maedhro:</span> Feels so good.
<span style="color:chartreuse;">Maedhro:</span> You should try it too.
<img src="Images/Rework066time/Rework066time368.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:chartreuse;">Maedhro:</span> Suck his cock as well.
<span style="color:MediumAquaMarine;">Soldier1:</span> O-ok.
<span id="q4">
<<link "//As I stand there paralized, trying to get a baring on what's going on the guard takes my cock out and begins sucking.//">>
<<replace "#q4">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time372.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> (slurp) (slurp)
//Her tongue circles around my tip.//
//Oh Luna.//
//That's good.//
<img src="Images/Rework066time/Rework066time373.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Mhhhh....
//He goes back to sucking Maedhro.//
<span style="color:MediumAquaMarine;">Soldier1:</span> (slurp) (slurp)
<span style="color:chartreuse;">Maedhro:</span> Ahhh...
<img src="Images/Rework066time/Rework066time374.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Take it deeper.
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghkg.. Ghkg.. Ghkgh..
<span style="color:chartreuse;">Maedhro:</span> No.
<span style="color:chartreuse;">Maedhro:</span> Deeper.
<span id="q5">
<<link "//He graps her head and starts fucking her throat.//">>
<<replace "#q5">>
<<set $masclevel2arousedface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImage is true>><img src="Images/Rework066time/Rework066time370.jpg" height=500 /><<else>> <img src="Images/Rework066time/Rework066time369.webp" width=500 /><</if>>
<span style="color:MediumAquaMarine;">Soldier1:</span> MPPFFFFF???!?!?
<span style="color:cadetblue;">$playerName:</span> Maedhro what are you doing?
<span style="color:cadetblue;">$playerName:</span> Are you ok?
<span style="color:chartreuse;">Maedhro:</span> Yes!
<img src="Images/Rework066time/Rework066time375.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Fuck!
<span style="color:chartreuse;">Maedhro:</span> This is great!
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghkgkh... Ghkgkhh... Gkhkghhh..
//He keeps thrusting.//
<img src="Images/Rework066time/Rework066time376.jpg" height=500 />
//Fucking her throat.//
<span style="color:MediumAquaMarine;">Soldier1:</span> GHLGLKGKGLKK...
<span id="choice2-1-1">
<<link "//Switch (I'll cum first)//">>
<<replace "#choice2-1-1">>
<span style="color:chartreuse;">Maedhro:</span> Try it $playerName.
<span style="color:MediumAquaMarine;">Soldier1:</span> (out of breath)
//I shove my cock into her mouth.//
<span id="w1">
<<link "//Fuck!//">>
<<replace "#w1">>
<<set $mascLevel2scaredface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time377.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Fuck this feels great!
<span style="color:cadetblue;">$playerName:</span> She is just swallowing it.
<span style="color:MediumAquaMarine;">Soldier1:</span> GHLGLKGKGLKK...
<span style="color:cadetblue;">$playerName:</span> Ah. Ah. Ah. AH.
<<if $onlyImage is true>><img src="Images/Rework066time/Rework066time378.jpg" height=500 /><<else>> <img src="Images/Rework066time/Rework066time379.webp" width=500 /><</if>>
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghlglg...
<span style="color:cadetblue;">$playerName:</span> Uh. Uh.
<span style="color:cadetblue;">$playerName:</span> I'm going to cum.
<span style="color:cadetblue;">$playerName:</span> I'm...
<span id="w2">
<<link "//I push my cock deep into her throat.//">>
<<replace "#w2">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time381.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Cumming!
<span style="color:cadetblue;">$playerName:</span> Fuckkkkk
<span style="color:cadetblue;">playerName:</span> Take it all... ahhhh.
<span id="w3">
<<link "//She looks up at me with her puppy eyes as I cum down her throat.//">>
<<replace "#w3">>
<img src="Images/Rework066time/Rework066time380.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Aaahhh...
<span style="color:chartreuse;">Maedhro:</span> My turn.
<span id="w4">
<<link "//Maedhro continues fucking her face.//">>
<<replace "#w4">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time389.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Guhhkghkhhkkk
<span style="color:MediumAquaMarine;">Soldier1:</span> Khhukhhlkkkk
<span style="color:MediumAquaMarine;">Soldier1:</span> KHllkkhhhg
//He pulls out and strokes his cock.//
<span style="color:chartreuse;">Maedhro:</span> Take that! Ahhhh!
//Cum shoots over her face.//
<img src="Images/Rework066time/Rework066time390.jpg" height=500 />
//It's dripping down from her mouth and face//
//Fuck...//
//We pull up our pants.//
<span style="color:chartreuse;">Maedhro:</span> We made a deal.
<span style="color:chartreuse;">Maedhro:</span> Don't forget that.
<img src="Images/Rework066time/Rework066time391.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> I won't.
<span style="color:chartreuse;">Maedhro:</span> Alright.
//We go back home.//
<<link "Continue">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $guardsSharing = true>>
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//I'll go last (cumplay)//">>
<<replace "#choice2-1-1">>
<span style="color:chartreuse;">Maedhro:</span> I'm going to cum!
<img src="Images/Rework066time/Rework066time386.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I'm..
<span style="color:chartreuse;">Maedhro:</span> Going..
<span style="color:MediumAquaMarine;">Soldier1:</span> MPFFF!!
<span style="color:chartreuse;">Maedhro:</span> Ahhhh
<span id="e1">
<<link "//Maedhro shoots his load deep into her mouth.//">>
<<replace "#e1">>
<img src="Images/Rework066time/Rework066time385.jpg" height=500 />
//The guard immidietly goes back to sucking me.//
<span style="color:cadetblue;">$playerName:</span> Ah. Ah.
<span style="color:cadetblue;">$playerName:</span> Fuck...
<span id="e2">
<<link "//She swirls her tongue around the tip of my cock.//">>
<<replace "#e2">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time383.png" height=500 />
//Her face covered with cum.//
//Working for another load.//
<span style="color:cadetblue;">$playerName:</span> Fuck your mouth is so sloppy.
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghlglg...
<img src="Images/Rework066time/Rework066time384.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Ahhh...
<span style="color:cadetblue;">$playerName:</span> It's so sloppy and warm.
//Too much!//
//I can't!//
//It's too hot!//
<span style="color:cadetblue;">$playerName:</span> I'm going to cum.
<span style="color:cadetblue;">$playerName:</span> I'm....
<span style="color:cadetblue;">playerName:</span> Cumming!
<span id="e3">
<<link "//AHHHHHH//">>
<<replace "#e3">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time382.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghklgg...
<span style="color:cadetblue;">$playerName:</span> AHHH!!!
//I shoot my load into her mouth.//
<span style="color:cadetblue;">$playerName:</span> Fuck....
<span style="color:cadetblue;">$playerName:</span> (pants)...
//We pull up our pants.//
<span style="color:chartreuse;">Maedhro:</span> We made a deal.
<span style="color:chartreuse;">Maedhro:</span> Don't forget that.
<img src="Images/Rework066time/Rework066time391.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> I won't.
<span style="color:chartreuse;">Maedhro:</span> Alright.
//We go back home.//
<<link "Continue">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $guardsSharing = true>>
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//***Just go. I'll think of something (straight)***//">>
<<replace "#choice2-1">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Just go Maedhro.
<span style="color:cadetblue;">$playerName:</span> I'll think of something.
<img src="Images/Rework066time/Rework066time393.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span>O-o-Okay.
//Maedhro leaves.//
<span style="color:MediumAquaMarine;">Soldier1:</span> ...
//As I keep my blade on her neck she looks at me with pleading eyes.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Please.
<span style="color:MediumAquaMarine;">Soldier1:</span> You don't have to do this ok.
//Fuck!//
//...//
//I have to right?//
<span id="sup1">
<<link "//Or they'll just continue with their-//">>
<<replace "#sup1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time313.png" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Don't!
<span style="color:MediumAquaMarine;">Soldier1:</span> I'll... I'll.. (trying to come up with something)
<span style="color:MediumAquaMarine;">Soldier1:</span> (eyes widen) I'll suck your cuck ok!
<span style="color:MediumAquaMarine;">Soldier1:</span> I'll do right now!
<span style="color:MediumAquaMarine;">Soldier1:</span> Please!
<img src="Images/Rework066time/Rework066time312.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Just let me suck your cock!
//....//
//Suddenly I feel it.//
//The power I have in this moment.//
//The control.//
//My heart rushing.//
//Her pleading look.//
//This is amazing.//
//This is....//
//Power.//
//Should I use it?//
<span id="choice2-2-1">
<<link "//Yes (Dark content)//">>
<<replace "#choice2-2-1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Open your mouth.
//Her eyes light up.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Oh thank Luna.
<span style="color:MediumAquaMarine;">Soldier1:</span> Thank you.
<img src="Images/Rework066time/Rework066time392.jpg" height=500 />
<span style="color:white;">Soldier:</span> Aaaaaaah...
<span style="color:cadetblue;">$playerName:</span> Open wider.
//I can feel my cock getting harder as the adrenaline starts pumping.//
//I start getting more turned on by this situation.//
//Her mouth opens wide as she looks up at me with her puppy eyes.//
<span id="y1">
<<link "//I pull my cock out and thrust it deep into her mouth.//">>
<<replace "#y1">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time394.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghkhkkk...
//I start fucking her face.//
//Her hands grab the ground trying to get a hold on something.//
//She is struggling.//
//Tears are forming in her eyes.//
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time395.jpg" height=500 /> <<else>><img src="Images/Rework066time/Rework066time396.webp" width=500 /> <</if>>
//She gags.//
//Her eyes roll back.//
//She is struggling.//
<span style="color:cadetblue;">$playerName:</span> Take it!!!
<img src="Images/Rework066time/Rework066time397.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghkgkhkh....
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghghkgkh.... Ghlglhghg..
<span style="color:cadetblue;">$playerName:</span> From now on....
//I grab her tighter by the hair.//
<span style="color:cadetblue;">$playerName:</span> You are going to be my slut.
<span id="y2">
<<link "//I look down at her.//">>
<<replace "#y2">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time398.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> My fucking... mhhhhh...
<span style="color:cadetblue;">$playerName:</span> Cocksleeve....
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghgkhg... Ghkgkhgghh...
//Fuck....//
//This feels amazing.//
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time399.jpg" height=500 /> <<else>><img src="Images/Rework066time/Rework066time400.webp" width=500 /> <</if>>
//Her struggle.//
//It's just turning me on more.//
//Making my cock twitch at the back of her throat.//
<span id="y3">
<<link "//Fuck...//">>
<<replace "#y3">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time401.jpg" height=500 />
//Mhhhh....//
//I'm going to...//
//Fuck I'm going to....//
<span style="color:cadetblue;">$playerName:</span> Ahhhhhhh
<span id="y4">
<<link "//CUMMM!!//">>
<<replace "#y4">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time402.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> MPPFFFFF???!?!?!
//I shoot my massive load into her mouth.//
//My cock pulsating with each spurt.//
<span id="y5">
<<link "//Fuck.//">>
<<replace "#y5">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascLevel2screamface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:MediumAquaMarine;">Soldier1:</span> (coughs)
<span style="color:cadetblue;">$playerName:</span> You'll leave Maedhro alone. You got that?
<img src="Images/Rework066time/Rework066time391.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> (coughs) Yes.
//I drop her sword next to her.//
//And simply just walk away.//
<<link "Continue">>
<<set $mascLevel2screamface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $guardsStraight = true>>
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//No... (Light content)//">>
<<replace "#choice2-2-1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//No....//
//I can't do this.//
//I take the sword away from her throat.//
<span style="color:cadetblue;">$playerName:</span> Ok. Get the fuck out of here.
<span style="color:MediumAquaMarine;">Soldier1:</span> What?
<span style="color:cadetblue;">$playerName:</span> ...
<span id="c1">
<<link "//Instead of going away-//">>
<<replace "#c1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She pulls down my pants and takes out my cock.//
<img src="Images/Rework066time/Rework066time362.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Hah?
<span style="color:cadetblue;">$playerName:</span> What are you-
<span style="color:MediumAquaMarine;">Soldier1:</span> This is a test, right?
<span style="color:cadetblue;">$playerName:</span> Test?
<span style="color:MediumAquaMarine;">Soldier1:</span> I knew it.
<span id="c2">
<<link "//She dives head first to swallow my cock.//">>
<<replace "#c2">>
<<set $mascLevel2scaredface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time359.jpg" height=500 /> <<else>><img src="Images/Rework066time/Rework066time360.webp" width= 500 /> <</if>>
<span style="color:MediumAquaMarine;">Soldier1:</span> Ghkghhh...
<span style="color:cadetblue;">$playerName:</span> Ahhh... Fuck...
//I have no clue what the fuck is happening.//
//The warmth...//
<img src="Images/Rework066time/Rework066time357.jpg" height=500 />
//Fuck....//
//This feels to good to make her stop now.//
//As she bobs her head up and down my cock, I can feel her tongue circling around my tip.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Mhhhh...
<img src="Images/Rework066time/Rework066time358.jpg" height=500 />
//She is enjoying this too?//
//What is going on?//
<span style="color:cadetblue;">$playerName:</span> Oh fuck.
<span style="color:cadetblue;">$playerName:</span> I'm going to cum...
<span id="c3">
<<link "//This feels so goood//">>
<<replace "#c3">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time356.jpg" height=500 /> <<else>><img src="Images/Maedhro/maedhrostory4backalleydeg2.gif" width= 500 /> <</if>>
//She increases her pace.//
//Her tongue swirling around my tip.//
<span style="color:cadetblue;">$playerName:</span> Fuck!!
<span style="color:cadetblue;">$playerName:</span> I'm going to...
<img src="Images/Rework066time/Rework066time403.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> AAAAAAAH
//I can't help it.//
//She takes my whole length as I cum in her mouth.//
<span id="c4">
<<link "//The warmness enveloping my cock as she takes it all.//">>
<<replace "#c4">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time404.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Ahhhhhh
<span style="color:MediumAquaMarine;">Soldier1:</span> MPPFFFFF???!?!?!
<span style="color:MediumAquaMarine;">Soldier1:</span> (coughs)
<span style="color:cadetblue;">playerName:</span> You'll leave Maedhro alone. Got that?
<img src="Images/Rework066time/Rework066time391.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> (coughs) Yes.
//I drop her sword next to her.//
//And simply just walk away.//
<<link "Continue">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $guardsStraight = true>>
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I make my way towards the backyard.//
//Alright I got this.//
//I know I can take them on now.//
//I know that I am stronger.//
<span id="outer1">
<<link "//Final turn and they should be right behind this corner-//">>
<<replace "#outer1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 2s>>\
<span style="color:MediumAquaMarine;">Soldier1:</span> What?
<img src="Images/Rework066time/Rework066time430.jpg" height=500 />
<</shake>>
<span style="color:MediumTurquoise;">Soldier2:</span> I don't want to do this anymore.
<span style="color:MediumTurquoise;">Soldier2:</span> We took it far enough before.
<span style="color:MediumTurquoise;">Soldier2:</span> But this.
<span style="color:MediumTurquoise;">Soldier2:</span> This is crazy!
<img src="Images/Maedhro/maedhroextra11.jpg" height=500/>
<span style="color:MediumAquaMarine;">Soldier1:</span> She's just an elf.
<span style="color:MediumAquaMarine;">Soldier1:</span> Besides, it's an option we are giving her.
<span style="color:MediumAquaMarine;">Soldier1:</span> Either service us with mouth-
<span style="color:MediumTurquoise;">Soldier2:</span> Or die.
<span style="color:MediumTurquoise;">Soldier2:</span> That's crazy!
<span style="color:MediumTurquoise;">Soldier2:</span> I won't take part in that.
<span style="color:MediumAquaMarine;">Soldier1:</span> Awww... Is that remorse?
<span id="outer2">
<<link "//She slaps her fellow guard to the ground.//">>
<<replace "#outer2">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time431.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> For Maedhro?
<span style="color:MediumAquaMarine;">Soldier1:</span> An elf.
//I have seen enough.//
//I start walking towards the guards.//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumAquaMarine;">Soldier1:</span> You!
<span id="outer3">
<<link "//She draws her sword and lunges forth.//">>
<<replace "#outer3">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time433.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Whoa, whoa, whoa!
//I dodge her attack with a side-step and she stumbles to the ground.//
//I quickly pick up her sword and place it on her neck as she is trying to get back up.//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumTurquoise;">Soldier2:</span> Don't kill her $playerName.
//The other guard pleads.//
<img src="Images/Rework066time/Rework066time434.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> Killing a city guard... it's not a good idea.
//I keep quiet.//
//I need to think.//
//FUCK!//
//She's right!//
<span style="color:cadetblue;">$playerName:</span> Stop harassing Maedhro!
<span id="outer4">
<<link "//I use the pummel to knock her out.//">>
<<replace "#outer4">>
<img src="Images/Rework066time/Rework066time436.jpg" height=500 />
//As she falls down, I look over at the other guard.//
<span style="color:cadetblue;">$playerName:</span> ...
//That went much better than last time.//
//...//
//I walk over to the guard who was standing up for Maedhro.//
<span id="choice1">
<<link "//***Offer her a hand (romance)***//">>
<<replace "#choice1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time435.jpg" height=500 />
//I walk over to the guard and offer her my hand.//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumTurquoise;">Soldier2:</span> T-thanks.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumTurquoise;">Soldier2:</span> I'm..
<span style="color:MediumTurquoise;">Soldier2:</span> I'm sorry for everything.
//She breaks down and falls back to her knees.//
<img src="Images/Rework066time/Rework066time437.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> For everything.
<span style="color:MediumTurquoise;">Soldier2:</span> It was just harmless fun at the beginning.
<span style="color:MediumTurquoise;">Soldier2:</span> And now...
<span style="color:MediumTurquoise;">Soldier2:</span> I can't believe I just went along with it and didn't stop her...
<span style="color:MediumTurquoise;">Soldier2:</span> Stop myself...
//I feel her genuine pain and regret.//
//She seems to be a good person.//
<span style="color:cadetblue;">$playerName:</span> You did.
<span style="color:cadetblue;">$playerName:</span> Just now.
//Her eyes are becoming teary.//
<img src="Images/Rework066time/Rework066time438.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> Exactly!
<span style="color:MediumTurquoise;">Soldier2:</span> I should have done that ages ago.
<span style="color:MediumTurquoise;">Soldier2:</span> I...
//As she is kneeling right before me, I can't help but look down at her cleavage.//
<img src="Images/Rework066time/Rework066time439.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> (blushing)
<span style="color:MediumTurquoise;">Soldier2:</span> (she looks up and notices me blushing) What?
<span style="color:cadetblue;">$playerName:</span> Nothing.
<span style="color:MediumTurquoise;">Soldier2:</span> (blushes) Oh my!
<span style="color:cadetblue;">$playerName:</span>What?
//I look down and notice that I have gotten hard.//
//Shit!//
//Really?//
//I didn't even see her breasts, just her cleavage.//
//I try to cover it up.//
//Trying to fix my pants so it wouldn't show.//
//As I do that she places her arm on mine.//
<img src="Images/Rework066time/Rework066time440.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> (blushes) $playerName.
<span id="choice1-1">
<<link "//What is she about to do? (sex scene)//">>
<<replace "#choice1-1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:MediumTurquoise;">Soldier2:</span> Would you...
<span style="color:MediumTurquoise;">Soldier2:</span> Like to help yourself with me?
//What?//
<span style="color:cadetblue;">$playerName:</span> What do you mean?
//I think I know what she means but-//
<span id="inner1">
<<link "//She starts pulling down my pants.//">>
<<replace "#inner1">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time441.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> I don't know if it's right?
<span style="color:MediumTurquoise;">Soldier2:</span> (quickly) It is.
<span style="color:MediumTurquoise;">Soldier2:</span> As an atonement.
<span style="color:MediumTurquoise;">Soldier2:</span> I want to do this.
<span id="inner2">
<<link "//She pulls my pants down all the way.//">>
<<replace "#inner2">>
<img src="Images/Rework066time/Rework066time442.png" height=500 />
//Im confused.//
//I'm not sure what is going on.//
//Or I do but just can't accept that it's actually happening.//
<span id="inner3">
<<link "//I mean-//">>
<<replace "#inner3">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time443.png" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> (slurp)
<span style="color:cadetblue;">$playerName:</span> Oehhhh!
<span style="color:MediumTurquoise;">Soldier2:</span> (slurp) Mhhhh...
//Fuck it is actually happening.//
<img src="Images/Rework066time/Rework066time444.png" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> (slurp) (slurp)
//She is patient and slow.//
//Ahhh...//
//She is sucking me soooo good.//
<<if $onlyImages is true>> <img src="Images/Rework066time/Rework066time445.png" height=500 /> <<else>> <img src="Images/Rework066time/Rework066time446.webp" height=500 /> <</if>>
//Ahhhh....//
//Fuck!//
<span style="color:cadetblue;">$playerName:</span> Mhhhh....
<span style="color:cadetblue;">$playerName:</span> Ahhh...
<span style="color:MediumTurquoise;">Soldier2:</span> (slurp) (slurp)
//Fuck this is...//
<img src="Images/Rework066time/Rework066time448.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> (fast slurp) (fast slurp)
//She is speeding up.//
//Ahhh.//
//Fuck.//
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time447.jpg" height=500 /> <<else>><img src="Images/Maedhro/maedhrostory4backalleydeg2.gif" height= 500 /><</if>>
<span style="color:MediumTurquoise;">Soldier2:</span> You like that.. (fast slurp) (fast slurp)
<span style="color:cadetblue;">$playerName:</span> Mhm. Mhm. Mhm.
<span style="color:MediumTurquoise;">Soldier2:</span> Heh (fast slurp) (fast slurp)
<span style="color:MediumTurquoise;">Soldier2:</span> Then.. (fast slurp) You...(fast slurp)
<img src="Images/Rework066time/Rework066time449.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> ... are going to... (fast slurp) Like.
//She stops sucking and looks at me.//
<span style="color:MediumTurquoise;">Soldier2:</span> (takes a breath) This.
<span id="inner4">
<<link "//And then she takes the whole thing diving in head first.//">>
<<replace "#inner4">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time450.jpg" height=500 />
<span style="color:white;">Soldier:</span> Ghghghghhh...
<span style="color:cadetblue;">$playerName:</span> Ohhhh!
//Holy Luna!//
//I didn't expect her to go for it like that.//
<img src="Images/Rework066time/Rework066time451.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> Ghghghg...
<span style="color:MediumTurquoise;">Soldier2:</span> Ghhhkhhhh...
<span style="color:cadetblue;">$playerName:</span> I'm...
//Oh my goddess.//
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time452.jpg" height=500 /> <<else>> <img src="Images/Rework066time/Rework066time453.webp" height=500 /><</if>>
//This feels...//
//Fuck!//
<span style="color:white;">Soldier:</span> GhhUM $playerName!
//She is pushing her head down and holds it in place.//
<span id="inner5">
<<link "//Fuck this sensation!//">>
<<replace "#inner5">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time454.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> AHhhhh!
//I shoot my load in her mouth.//
//And then pulls out.//
//She has some cum dripping from her mouth.//
<img src="Images/Rework066time/Rework066time455.jpg" height=500 />
//By goddess she looks so hot.//
//She wipes her mouth and gets up.//
<span style="color:MediumTurquoise;">Soldier2:</span> Thank you.
<span style="color:MediumTurquoise;">Soldier2:</span> I feel better. Hope you are too.
<span style="color:cadetblue;">$playerName:</span> (gulp).. yeah..
<span style="color:MediumTurquoise;">Soldier2:</span> (soft smile)
<span style="color:MediumTurquoise;">Soldier2:</span> So-
//We hear footsteps.//
<span id="inner6">
<<link "//It's Maedhro.//">>
<<replace "#inner6">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time344.png" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Sorry I don't have any-
<span style="color:chartreuse;">Maedhro:</span> $playerName?
<span style="color:chartreuse;">Maedhro:</span> W-what are you doing here?
<span style="color:chartreuse;">Maedhro:</span> Is everything ok?
<span style="color:cadetblue;">$playerName:</span> Yeah. Yeah.
<span style="color:cadetblue;">$playerName:</span> Everything is fine.
<span style="color:MediumTurquoise;">Soldier2:</span> Maedhro.
<img src="Images/Rework066time/Rework066time345.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Y-yes?
<span style="color:MediumTurquoise;">Soldier2:</span> You're safe.
<span style="color:MediumTurquoise;">Soldier2:</span> There won't be any more harasment from us.
<span style="color:chartreuse;">Maedhro:</span> R-really?
<span style="color:MediumTurquoise;">Soldier2:</span> (smiles)
<span style="color:chartreuse;">Maedhro:</span> $playerName was it your doing?
<span style="color:MediumTurquoise;">Soldier2:</span> Yes.
<span style="color:MediumTurquoise;">Soldier2:</span> Go make way back home.
<span style="color:cadetblue;">$playerName:</span> Bye.
<span style="color:MediumTurquoise;">Soldier2:</span> Yeah...
<span style="color:MediumTurquoise;">Soldier2:</span> Goodbye... $playerName.
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $guardsRomanceRoute = true>>
<<script>>reduceFever();<</script>>
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//No. I need to leave. (leave)//">>
<<replace "#choice1-1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I'm sorry.
//I step back.//
<span style="color:cadetblue;">$playerName:</span> It's just...
<span style="color:cadetblue;">$playerName:</span> I don't know.
<span id="inner1">
<<link "//She gets up.//">>
<<replace "#inner1">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time456.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> It's fine.
//She leans and kisses me.//
<span style="color:MediumTurquoise;">Soldier2:</span> Then take that as an act of my atonement.
<span style="color:MediumTurquoise;">Soldier2:</span> I'm sorry.
<span style="color:MediumTurquoise;">Soldier2:</span> Was that-
//We hear footsteps.//
<span id="inner2">
<<link "//It's Maedhro.//">>
<<replace "#inner2">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time344.png" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Sorry I don't have any-
<span style="color:chartreuse;">Maedhro:</span> $playerName?
<span style="color:chartreuse;">Maedhro:</span> W-what are you doing here?
<span style="color:chartreuse;">Maedhro:</span> Is everything ok?
<span style="color:cadetblue;">$playerName:</span> Yeah. Yeah.
<span style="color:cadetblue;">$playerName:</span> Everything is fine.
<span style="color:MediumTurquoise;">Soldier2:</span> Maedhro.
<img src="Images/Rework066time/Rework066time345.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Y-yes?
<span style="color:MediumTurquoise;">Soldier2:</span> You're safe.
<span style="color:MediumTurquoise;">Soldier2:</span> There won't be any more harasment from us.
<span style="color:chartreuse;">Maedhro:</span> R-really?
<span style="color:MediumTurquoise;">Soldier2:</span> (smiles)
<span style="color:chartreuse;">Maedhro:</span> $playerName was it your doing?
<span style="color:MediumTurquoise;">Soldier2:</span> Yes.
<span style="color:MediumTurquoise;">Soldier2:</span> Go make way back home.
<span style="color:cadetblue;">$playerName:</span> Bye.
<span style="color:MediumTurquoise;">Soldier2:</span> Yeah...
<span style="color:MediumTurquoise;">Soldier2:</span> Goodbye... $playerName.
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $guardsRomanceRoute = true>>
<<set $maedhroStory to 10>>
<<script>>reduceFever();<</script>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//***Make a threat and leave (no romance with guard and/or guards)***//">>
<<replace "#choice1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2screamface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Stop harassing Maedhro!
<span style="color:MediumTurquoise;">Soldier2:</span> We won't.
<span style="color:MediumTurquoise;">Soldier2:</span> I swear.
<span style="color:MediumTurquoise;">Soldier2:</span> May I stand?
<span style="color:cadetblue;">$playerName:</span> ...
//She gets up.//
<img src="Images/Rework066time/Rework066time456.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> I promise we won't-
//We hear footsteps.//
<span id="inner1">
<<link "//It's Maedhro.//">>
<<replace "#inner1">>
<<set $mascLevel2screamface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time344.png" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Sorry I don't have any-
<span style="color:chartreuse;">Maedhro:</span> $playerName?
<span style="color:chartreuse;">Maedhro:</span> W-what are you doing here?
<span style="color:chartreuse;">Maedhro:</span> Is everything ok?
<span style="color:cadetblue;">$playerName:</span> Yeah. Yeah.
<span style="color:cadetblue;">$playerName:</span> Everything is fine.
<span style="color:MediumTurquoise;">Soldier2:</span> Maedhro.
<img src="Images/Rework066time/Rework066time345.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Y-yes?
<span style="color:MediumTurquoise;">Soldier2:</span> You're safe.
<span style="color:MediumTurquoise;">Soldier2:</span> There won't be any more harasment from us.
<span style="color:chartreuse;">Maedhro:</span> R-really?
<span style="color:MediumTurquoise;">Soldier2:</span> (smiles)
<span style="color:chartreuse;">Maedhro:</span> $playerName was it your doing?
<span style="color:MediumTurquoise;">Soldier2:</span> Yes.
<span style="color:MediumTurquoise;">Soldier2:</span> Go make way back home.
<span style="color:cadetblue;">$playerName:</span> Let's go Maedhro.
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<set $guardsRomanceRoute = false>>
<<script>>reduceFever();<</script>>
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I make my way towards the backyard.//
//I have to beat them.//
//Brute force is the only way.//
//I can do this.//
<span id="outer1">
<<link "//When I turn the corner, I can see them where they were last time.//">>
<<replace "#outer1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time317.jpg" height=500 />
//This is my change.//
//If I don't do anything now, I'll never will.//
//I have the element of surprise.//
//I speed up my movement and throw my punch.//
<span style="color:cadetblue;">$playerName:</span> Ahhh!
<span style="color:MediumTurquoise;">Soldier2:</span> What the? (ducks)
<span id="outer2">
<<link "//And punches me, knocking me to the ground.//">>
<<replace "#outer2">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time316.png" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Well. Well. Well.
<span style="color:MediumAquaMarine;">Soldier1:</span> I've seen you haven't I?
<span style="color:MediumAquaMarine;">Soldier1:</span> Attacking the city guard?
<span style="color:MediumAquaMarine;">Soldier1:</span> You almost got him as well. Heh.
<span style="color:MediumAquaMarine;">Soldier1:</span> (addresses the guard) Teach that sissy a lesson.
<span style="color:cadetblue;">$playerName:</span> (gulp)
//Fuck!//
<img src="Images/Rework066time/Rework066time318.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> ...
//He is just standing.//
//Not moving a muscle.//
//What is he doing?//
<span style="color:MediumAquaMarine;">Soldier1:</span> Didn't you hear me?
<span style="color:MediumAquaMarine;">Soldier1:</span> Strangle the bitch or cut her.
<span style="color:MediumTurquoise;">Soldier2:</span> ...
<span id="outer3">
<<link "//He just continues to stand in place looking down on me.//">>
<<replace "#outer3">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time315.jpg" height=500 />
//He then turns around.//
<span style="color:MediumTurquoise;">Soldier2:</span> No.
<span style="color:MediumTurquoise;">Soldier2:</span> I'm done with this.
<span style="color:MediumAquaMarine;">Soldier1:</span> What?
<span style="color:MediumTurquoise;">Soldier2:</span> ...
<span style="color:MediumAquaMarine;">Soldier1:</span> What do you mean (mockingly) you're done with this?
<span style="color:MediumTurquoise;">Soldier2:</span> ...
<img src="Images/Rework066time/Rework066time319.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Fine.
<span style="color:MediumAquaMarine;">Soldier1:</span> I'll cut the bitch myself.
//He starts walking towards me.//
//My heart starts to race.//
//Panic is kicking in.//
<span style="color:cadetblue;">$playerName:</span> No. No. Please!
<span id="outer4">
<<link "//As he places he's hand on his blade to pull it out-//">>
<<replace "#outer4">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time320.jpg" height=500 />
//The guard standing up for me punches him to the face in a quick session, knocking him unconscious.//
//My eyes widen.//
//I was about to die.//
//He could have just done nothing.//
//And he stood up for me.//
//Why?//
<span style="color:MediumTurquoise;">Soldier2:</span> Are you alright?
<span id="outer5">
<<link "//He offers his hand.//">>
<<replace "#outer5">>
<<set $mascLevel2scaredface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time322.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> I.. I am.
//I get up from the ground.//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumTurquoise;">Soldier2:</span> ...
//Suddenly I feel pain on my head.//
<span style="color:cadetblue;">$playerName:</span> Ouw. (touching the forehead).
<span style="color:MediumTurquoise;">Soldier2:</span> Yeah. Sorry.
<span style="color:MediumTurquoise;">Soldier2:</span> Reflexes.
<span style="color:MediumTurquoise;">Soldier2:</span> Here let me get you some water.
<span id="outer6">
<<link "//He hands me a waterskin.//">>
<<replace "#outer6">>
<img src="Images/Rework066time/Rework066time321.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Thanks.
<span style="color:MediumTurquoise;">Soldier2:</span> ...
<span style="color:cadetblue;">$playerName:</span> You.. You saved me.
<span style="color:MediumTurquoise;">Soldier2:</span> ...
<span style="color:MediumTurquoise;">Soldier2:</span> I guess I did.
<span style="color:cadetblue;">$playerName:</span> No you definitely did.
<span style="color:MediumTurquoise;">Soldier2:</span> (smirks)
<span style="color:cadetblue;">$playerName:</span> (soft smile)
<img src="Images/Rework066time/Rework066time323.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> I'm sorry.
<span style="color:cadetblue;">$playerName:</span> F-for what?
<span style="color:MediumTurquoise;">Soldier2:</span> About everything.
<span style="color:MediumTurquoise;">Soldier2:</span> At first it was just fun and games... (pauses)
<span style="color:MediumTurquoise;">Soldier2:</span> I never imagined it to go this far.
<span style="color:MediumTurquoise;">Soldier2:</span> To be honest, I should have stopped that behaviour a long time ago.
<span style="color:MediumTurquoise;">Soldier2:</span> (sighs)
<span id ="outer7">
<<link "//As he explains, I can't take my eyes off him.//">>
<<replace "#outer7">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time324.jpg" width=500 />
//Those beautiful brown eyes.//
//Cheeckbones.//
//Chin.//
//Hair.//
//No what is wrong with me!//
//Stop that $playerName!//
<span style="color:cadetblue;">$playerName:</span> (blushing)
<span style="color:MediumTurquoise;">Soldier2:</span> (notices me blushing) What?
<img src="Images/Rework066time/Rework066time325.jpg" width=500 />
<span style="color:cadetblue;">$playerName:</span> Nothing.
<span style="color:cadetblue;">$playerName:</span> You... I... I agree.
//Get it together!//
//Why am I feeling so aroused and hot right now?//
<span id="choice1">
<<link "//***Stay where you are. (romance)***//">>
<<replace "#choice1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:MediumTurquoise;">Soldier2:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumTurquoise;">Soldier2:</span> That was brave of you.
<span style="color:MediumTurquoise;">Soldier2:</span> Standing up for your <<if $incestOn is true>> brother <<else>>friend<</if>>.
<span style="color:MediumTurquoise;">Soldier2:</span> At least-
<span id="inner1">
<<link "//I just go for it!//">>
<<replace "#inner1">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time326.png" width=500 />
//I kiss him deeply.//
//What am I doing?//
//I just went for it.//
//Why?//
//Am I doing it because of the adrenaline rush?//
//Or because of how handsome he looks?//
//To reward him?//
//Or is it the affects of the potion?//
//I can't think.//
//My mind is drifting as I'm kissing him.//
//My penis is getting harder and harder.//
//My chest... my lungs are getting tighter and tighter.//
//Mhhhh...//
<span id="inner2">
<<link "//He breaks the kiss and looks at me surprised.//">>
<<replace "#inner2">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time327.png" width=500 />
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumTurquoise;">Soldier2:</span> ...
//As I am looking at him I can only think to myself://
//I know this was stupid.//
//I don't know why I did it.//
//Is he angry at me?//
//Instead he just leans in and kisses me back.//
<span id="added1">
<<link "//I start feeling his tongue pushing against mine.//">>
<<replace "#added1">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time326.png" width=500 />
//Again.//
//Bliss.//
//...//
//..//
//I feel something stabbing my stomach.//
//He breaks the kiss.//
<span style="color:MediumTurquoise;">Soldier2:</span> Wow.
<span style="color:MediumTurquoise;">Soldier2:</span> You ok?
<span id="inner3">
<<link "//I am still feeling a bit woozy.//">>
<<replace "#inner3">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time328.jpg" width=500 />
<span style="color:cadetblue;">$playerName:</span> Y-yeah.
//I look down to see what was stabbing me.//
//And I can see it was his erect penis.//
//Throbbing inside his pants.//
<span style="color:MediumTurquoise;">Soldier2:</span> (looks down) Oh?
<span style="color:MediumTurquoise;">Soldier2:</span> I'm sorry.
//He starts to fix his pants so that it wouldn't show.//
//But as he is doing that.//
//I feel like an instinct taking over placing my hand onto his.//
<span id="choice1-1">
<<link "//I want to see it. (sex scene)//">>
<<replace "#choice1-1">>
<<set $masclevel2arousedface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> No. (as I get down on my knees)
<img src="Images/Rework066time/Rework066time329.jpg" width=500 />
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumTurquoise;">Soldier2:</span> Y-you want me to take it out?
<span style="color:cadetblue;">$playerName:</span> (blushing)...
//He unbuckles his pants.//
//I can feel my heart race.//
//My mouth is watering.//
<span id="bub1">
<<link "//As he pulls his pants down his penis pops out.//">>
<<replace "#bub1">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time330.jpg" width=500 />
//And the musky smell hits my nose.//
//Luna.//
//It's drawing me closer.//
//I grab the base of his shaft with my left hand and the tip of his penis with the other.//
<span style="color:cadetblue;">$playerName:</span> It's so big.
//Did I say that out loud?//
<span style="color:MediumTurquoise;">Soldier2:</span> (smiles of the approval)
//His cock throbs as I hold it.//
<img src="Images/Rework066time/Rework066time331.png" width=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> mhhh...
//I can see pre-cum appearing on his dickhead.//
<span style="color:cadetblue;">$playerName:</span> Do you like this?
<span style="color:cadetblue;">$playerName:</span> Do you want me to continue?
//I start stroking his shaft with both of my hands.//
//He just moans as a response.//
<span style="color:cadetblue;">$playerName:</span> May I?
<span id="bub2">
<<link "//Without giving him time to respond his dick is already in my mouth.//">>
<<replace "#bub2">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time332.jpg" width=500 />
//Mhhhh...//
//The feeling of his dick in my mouth.//
//The taste of his salty dick.//
//The warmth.//
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time333.jpg" width=500 /> <<else>><img src="Images/Rework066time/Rework066time334.webp" width=500 /> <</if>>
//The smell of his manhood.//
//It's making me feel dizzy.//
<span style="color:cadetblue;">$playerName:</span> mmmm...
<span id="bub3">
<<link "//My head starts to bob up and down on his shaft.//">>
<<replace "#bub3">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time335.jpg" width=500 /> <<else>><img src="Images/Rework066time/Rework066time336.webp" width=500 /> <</if>>
//And as my head goes down I try to take in more and more of his shaft into my mouth.//
<span style="color:cadetblue;">$playerName:</span> mmmm...
//His pre-cum starts to ooze into my mouth.//
<span style="color:cadetblue;">$playerName:</span> mmmm...
<span style="color:cadetblue;">$playerName:</span> (slurp) (slurp)
<img src="Images/Rework066time/Rework066time337.jpg" width=500 />
<span style="color:cadetblue;">$playerName:</span> mmmm....
//With each time, his groans get louder.//
<span style="color:cadetblue;">$playerName:</span> (slurp)
<span style="color:cadetblue;">$playerName:</span> (slurp)
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time338.jpg" width=500 /> <<else>><img src="Images/Rework066time/Rework066time339.webp" width=500 /> <</if>>
<span style="color:cadetblue;">$playerName:</span> Hmmmmm-
<span style="color:cadetblue;">$playerName:</span> (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> Mhhhh..
<span style="color:MediumTurquoise;">Soldier2:</span> Ah-
<span style="color:MediumTurquoise;">Soldier2:</span> $playerName-
<span id="bub4">
<<link "//He grabs my head and holds it down on his cock.//">>
<<replace "#bub4">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time340.jpg" width=500 />
<span style="color:cadetblue;">$playerName:</span> Hmm?
//I start to choke.//
<span id="bub5">
<<link "//And suddenly-//">>
<<replace "#bub5">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Mppff??
<img src="Images/Rework066time/Rework066time341.png" width=500 />
//Cum!//
//His hot sticky semen hits the back of my throat.//
//It's so much.//
//So much.//
//I'm trying to process the sensation.//
<span style="color:cadetblue;">$playerName:</span> Mppf.
<span style="color:MediumTurquoise;">Soldier2:</span> Ahh.. Fuck...
<img src="Images/Rework066time/Rework066time342.jpg" width=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> S-sorry!
//I slowly start to get my head off his cock.//
//As I do so a bit of his cum leaks out.//
<span id="bub6">
<<link "//I can feel his sperm dripping down my chin.//">>
<<replace "#bub6">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time343.jpg" width=500 />
<span style="color:cadetblue;">$playerName:</span> It's ok..
//That was amazing actually.//
//I swallow what is left in my mouth.//
<span style="color:MediumTurquoise;">Soldier2:</span> Here.
//He passes me a napkin//
<span style="color:cadetblue;">$playerName:</span> Thanks.
//Suddenly we hear footsteps.//
<span id="bub7">
<<link "//It's Maedhro.//">>
<<replace "#bub7">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time344.png" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Sorry I don't have any coins I-
<span style="color:chartreuse;">Maedhro:</span> $playerName?
<span style="color:chartreuse;">Maedhro:</span> W-what are you doing here?
<span style="color:chartreuse;">Maedhro:</span> Is everything ok?
<span style="color:cadetblue;">$playerName:</span> Yeah. Yeah.
<span style="color:cadetblue;">$playerName:</span> Everything is fine.
<span style="color:MediumTurquoise;">Soldier2:</span> Maedhro.
<img src="Images/Rework066time/Rework066time345.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Y-yes?
<span style="color:MediumTurquoise;">Soldier2:</span> You're safe.
<span style="color:MediumTurquoise;">Soldier2:</span> There won't be any more harasment from us.
<span style="color:chartreuse;">Maedhro:</span> R-really.
<span style="color:MediumTurquoise;">Soldier2:</span> (smiles)
<span style="color:chartreuse;">Maedhro:</span> $playerName was it your doing?
<span style="color:MediumTurquoise;">Soldier2:</span> Yes.
<span style="color:MediumTurquoise;">Soldier2:</span> Go make way back home.
<span style="color:cadetblue;">$playerName:</span> Bye.
<span style="color:MediumTurquoise;">Soldier2:</span> Yeah...
<span style="color:MediumTurquoise;">Soldier2:</span> Goodbye... $playerName.
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Thank him and leave (leave)//">>
<<replace "#choice1-1">>
<<set $masclevel2arousedface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Thanks.
<span style="color:cadetblue;">$playerName:</span> I should go.
<span style="color:white;">Soldier:</span> Oh. Ok.
<span style="color:white;">Soldier:</span> Well then-
//We hear footsteps.//
//It's Maedhro.//
<span style="color:chartreuse;">Maedhro:</span> Sorry I don't have any-
<img src="Images/Rework066time/Rework066time344.png" width=500 />
<span style="color:chartreuse;">Maedhro:</span> $playerName?
<span style="color:chartreuse;">Maedhro:</span> W-what are you doing here?
<span style="color:chartreuse;">Maedhro:</span> Is everything ok?
<span style="color:cadetblue;">$playerName:</span> Yeah. Yeah.
<span style="color:cadetblue;">$playerName:</span> Everything is fine.
<span style="color:MediumTurquoise;">Soldier2:</span> Maedhro.
<span style="color:chartreuse;">Maedhro:</span> Y-yes?
<span style="color:MediumTurquoise;">Soldier2:</span> You're safe.
<span style="color:MediumTurquoise;">Soldier2:</span> There won't be any more harasment from us.
<img src="Images/Rework066time/Rework066time345.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> R-really.
<span style="color:MediumTurquoise;">Soldier2:</span> (smiles)
<span style="color:chartreuse;">Maedhro:</span> $playerName was it your doing?
<span style="color:MediumTurquoise;">Soldier2:</span> Yes.
<span style="color:MediumTurquoise;">Soldier2:</span> Go make way back home.
<span style="color:cadetblue;">$playerName:</span> Bye.
<span style="color:MediumTurquoise;">Soldier2:</span> Yeah...
<span style="color:MediumTurquoise;">Soldier2:</span> Goodbye... $playerName.
<<link "Continue">>
<<set $masclevel2arousedface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//***Leave (no romance with guard and/or guards). ***//">>
<<replace "#choice1">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//STOP!//
//I feel my body calming down.//
//I can finally think normally.//
<span style="color:cadetblue;">$playerName:</span> It's nice to hear that.
<span style="color:MediumTurquoise;">Soldier2:</span> ...
<span style="color:MediumTurquoise;">Soldier2:</span> I'll-
//We hear footsteps.//
//It's Maedhro.//
<img src="Images/Rework066time/Rework066time344.png" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Sorry I don't have any-
<span style="color:chartreuse;">Maedhro:</span> $playerName?
<span style="color:chartreuse;">Maedhro:</span> W-what are you doing here?
<span style="color:chartreuse;">Maedhro:</span> Is everything ok?
<span style="color:cadetblue;">$playerName:</span> Yeah. Yeah.
<span style="color:cadetblue;">$playerName:</span> Everything is fine.
<span style="color:MediumTurquoise;">Soldier2:</span> Maedhro.
<img src="Images/Rework066time/Rework066time345.jpg" width=500 />
<span style="color:chartreuse;">Maedhro:</span> Y-yes?
<span style="color:MediumTurquoise;">Soldier2:</span> You're safe.
<span style="color:MediumTurquoise;">Soldier2:</span> There won't be any more harasment from us.
<span style="color:chartreuse;">Maedhro:</span> R-really.
<span style="color:MediumTurquoise;">Soldier2:</span> (smiles)
<span style="color:chartreuse;">Maedhro:</span> $playerName was it your doing?
<span style="color:MediumTurquoise;">Soldier2:</span> Yes.
<span style="color:MediumTurquoise;">Soldier2:</span> Go make way back home.
<span style="color:cadetblue;">$playerName:</span> Bye.
<span style="color:MediumTurquoise;">Soldier2:</span> Yeah...
<span style="color:MediumTurquoise;">Soldier2:</span> Goodbye... $playerName.
<<link "Continue">>
<<set $mascLevel2blushface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I got this.//
//I can take them on!//
//I walk towards where I last encountered them.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Look what we have here, an elf Maedhro.
//Shit! I need to hurry!//
<span id="outer1">
<<link "//I hurry up.//">>
<<replace "#outer1">>
<img src="Images/Maedhro/maedhroextra14.jpg" height=500/>
<span style="color:MediumTurquoise;">Soldier2:</span> Let's make this quick Maedhro.
<span style="color:chartreuse;">Maedhro:</span> (gulp)
<span style="color:cadetblue;">$playerName:</span> HEY!
//Now that they are in my line of sight I slow down and start walking towards them.//
//I try my best to hide my fear.//
<span id="outer2">
<<link "//The soldiers turn their attention towards me.//">>
<<replace "#outer2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Maedhro/maedhroextra15.jpg" height=500/>
<span style="color:MediumAquaMarine;">Soldier1:</span> Well. Well. Well.
<span style="color:MediumAquaMarine;">Soldier1:</span> Back for more huh?
<span style="color:chartreuse;">Maedhro:</span> $playerName.
<span style="color:cadetblue;">$playerName:</span> You will stop this right now.
<span style="color:MediumAquaMarine;">Soldier1:</span> And what are you gonna do if we won't?
<span style="color:cadetblue;">$playerName:</span> (pause)...
<span style="color:MediumTurquoise;">Soldier2:</span> Yeah?
<span style="color:cadetblue;">$playerName:</span> I'll fuck both of you up!
<span style="color:MediumAquaMarine;">Soldier1:</span> Hahaha
<span style="color:MediumTurquoise;">Soldier2:</span> Hahaha
<span id="outer3">
<<link "//They are distracted. Here goes nothing!//">>
<<replace "#outer3">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 2s>>\
//I try to hit the first guard, but he blocks it and hits me into my stomach with a counter punch.//
<span style="color:cadetblue;">$playerName:</span> (grunts)...
<</shake>>\
<span id="outer4">
<<link "//I fall to my knees.//">>
<<replace "#outer4">>
<img src="Images/Rework066time/Rework066time260.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> Nice try.
//I look up and the second guard punches me to the face, knocking me fully to the ground.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Well well..
<span style="color:MediumAquaMarine;">Soldier1:</span> This should teach you a lesson.
//He starts kicking me with his leg.//
//He doesn't stop and just keeps going.//
//Fuck. It hurts.//
<span style="color:chartreuse;">Maedhro:</span> Stop it!
<span id="outer5">
<<link "//Maedhro lunges forth to help.//">>
<<replace "#outer5">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Maedhro/maedhroextra17.jpg" height=500/>
//But the guard punches him to the stomach making Maedhro to fall on her ass.//
<span style="color:MediumTurquoise;">Soldier2:</span> Stupid kids.
<span style="color:chartreuse;">Maedhro:</span> Stop hitting him please!
<span style="color:chartreuse;">Maedhro:</span> I'll do anything!
<span style="color:chartreuse;">Maedhro:</span> Please!
//The guard who has been pummeling me stops and looks over at Maedhro.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Fine.
//He drops his pants.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Go ahead and suck on it.
<img src="Images/Maedhro/maedhro-story4alley.jpg" height=500/>
<span style="color:chartreuse;">Maedhro:</span> W-what?
<span style="color:MediumAquaMarine;">Soldier1:</span> Fine.
<span style="color:MediumAquaMarine;">Soldier1:</span> Let me get back to it I guess.
//He starts pulling his pants back up but-//
<span style="color:chartreuse;">Maedhro:</span> No!
<span style="color:chartreuse;">Maedhro:</span> Don't!
<span style="color:MediumAquaMarine;">Soldier1:</span> ...
<span style="color:chartreuse;">Maedhro:</span> I'll do it.
<span style="color:chartreuse;">Maedhro:</span> I'll do it ok.
<span id="outer6">
<<link "//Maedhro takes the guard's dick into her mouth and starts sucking it.//">>
<<replace "#outer6">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Maedhro/maedhro-story3-sucking-dick.jpg" height=500/> <<else>><img src="Images/Rework066time/Rework066time262.webp" width=500 /> <</if>>
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:MediumAquaMarine;">Soldier1:</span> Mhhh..
//I try to get up.//
<span style="color:cadetblue;">$playerName:</span> Maedhro don't-
//The other guard punches me to the stomach with his leg.//
<span style="color:MediumTurquoise;">Soldier2:</span> Stay the fuck down.
<span style="color:chartreuse;">Maedhro:</span> Hey!
<span style="color:MediumAquaMarine;">Soldier1:</span> Shut the fuck up and keep sucking.
//He guides Maedhros head back onto his dick.//
<img src="Images/Rework066time/Rework066time263.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (chokes) (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumAquaMarine;">Soldier1:</span> Fuck. You are good.
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:MediumAquaMarine;">Soldier1:</span> This feels amazing.
<span id="outer7">
<<link "//He grabs her head with his hand and starts throatfucking her.//">>
<<replace "#outer7">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2scaredface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time264.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Take that cock elf.
<span style="color:MediumAquaMarine;">Soldier1:</span> Nice and deep!
<span style="color:chartreuse;">Maedhro:</span> Ghhkkhhhkk...
<span style="color:MediumAquaMarine;">Soldier1:</span> Fuck that's good.
<span style="color:MediumAquaMarine;">Soldier1:</span> I should have done this sooner. mhhhh.
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time265.jpg" height=500 /> <<else>> <img src="Images/Maedhro/maedhroextra18.gif" height=350/><</if>>
<span style="color:chartreuse;">Maedhro:</span> Ghkkh..ghkghkk..
<span style="color:MediumTurquoise;">Soldier2:</span> Fuck I am getting hard as well.
//He also drops his pants.//
//Looking down at me menecingly.//
<span style="color:MediumTurquoise;">Soldier2:</span> Come on suck me off.
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span id="choice1">
<<link "//Do as he says. (ntr mix)//">>
<<replace "#choice1">>
<<set $mascLevel2scaredface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I take his cock into my mouth and slowly start bobbing my head.//
<img src="Images/Maedhro/madhrofinishstory4.jpg" height=500/>
<span style="color:cadetblue;">$playerName:</span> (slurp) (slurp)
<span style="color:MediumTurquoise;">Soldier2:</span> (sigh)..
<span style="color:MediumTurquoise;">Soldier2:</span> Yeah...
<span style="color:MediumTurquoise;">Soldier2:</span> This your first time sucking a cocks?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumTurquoise;">Soldier2:</span> Go faster.
<<if $onlyImages is true>><img src="Images/Maedhro/maedhrostory4backalleydeg1.jpg" width= 500 /><<else>><img src="Images/Maedhro/maedhro-alleyway-giving-headstory4.gif" height=350/> <</if>>
<span style="color:cadetblue;">$playerName:</span> Gugkhhh Gugkhhh Gukhh
<span style="color:MediumTurquoise;">Soldier2:</span>Yes!
<span style="color:MediumTurquoise;">Soldier2:</span>Amazing!
<span id="inner1">
<<link "//He grabs my head with his hand and forces his entire length down my throat.//">>
<<replace "#inner1">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Maedhro/maedhrostory4backalleydeg3.jpg" height= 500/><<else>><img src="Images/Maedhro/maedhrostory4backalleydeg5.gif" height= 400 /> <</if>>
<span style="color:MediumTurquoise;">Soldier2:</span> Fuck.
<span style="color:cadetblue;">$playerName:</span> Ghghlhhhhhhh....
<span style="color:MediumTurquoise;">Soldier2:</span> Such a warm tight throat.
//He pulls his cock out of my mouth and slaps it against my cheek.//
<span style="color:MediumTurquoise;">Soldier2:</span> Get those balls cleaned up.
<span style="color:cadetblue;">$playerName:</span> (breathing heavily)...
<span id="inner2">
<<link "//I open my mouth and start sucking on his balls.//">>
<<replace "#inner2">>
<img src="Images/Maedhro/maedhrostory4backalleydeg4.jpg" height= 500 />
<span style="color:cadetblue;">$playerName:</span> (gobble) (gobble)
<span style="color:MediumAquaMarine;">Soldier1:</span> Fuck I am going to cum!
<span style="color:MediumAquaMarine;">Soldier1:</span> Take it all the way you cumrag! (he says as he pushes Maedhros head deep into his crotch)
<span style="color:chartreuse;">Maedhro:</span> Ghlkkhkk.
<span style="color:MediumAquaMarine;">Soldier1:</span> Aaaah...
<span style="color:MediumAquaMarine;">Soldier1:</span> Fuck!
<span id="inner3">
<<link "//His body trembles and he cums down Maedhros throat.//">>
<<replace "#inner3">>
<img src="Images/Maedhro/maedhrostory4backalleydeg6.jpg" height= 500 />
<span style="color:chartreuse;">Maedhro:</span> (swallows) (coughs)
<span style="color:MediumTurquoise;">Soldier2:</span> I am going to cum too!
<span id="inner4">
<<link "//He shoves his dick into my mouth and shoots his load.//">>
<<replace "#inner4">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time266.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> Ahhhh!
<span style="color:MediumTurquoise;">Soldier2:</span> That's a good cocksucker yes!
<span style="color:MediumTurquoise;">Soldier2:</span> Yes!
//After a moment, he pulls his cock out and walks over to his friend.//
//They are both laughing.//
//Me and Maedhro get up and regroup ourselves.//
//The guards seem to be discussing something and they keep looking over at us.//
<span id="inner5">
<<link "//After they are done talking the soldiers approach us.//">>
<<replace "#inner5">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time269.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Well.
<span style="color:MediumAquaMarine;">Soldier1:</span> Look here you sluts.
<span style="color:MediumAquaMarine;">Soldier1:</span> From now on you are going to be our personal cocksuckers.
<span style="color:MediumAquaMarine;">Soldier1:</span> In exchange we wont beat you nor take your money from you anymore.
<span style="color:MediumAquaMarine;">Soldier1:</span> Sounds like a good deal don't it?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumAquaMarine;">Soldier1:</span> Alright you can go now.
<img src="Images/Maedhro/maedhro-story4-finish.jpg" height=500/>
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:MediumTurquoise;">Soldier2:</span> That means fuck off.
//Both of us walk home in silence.//
//As soon as we get into our apartment Maedhro goes straight into his room and closes shuts the door.//
//...//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<script>>reduceFever();<</script>>
<<set $maedhroGuardsNtrMix = true>>
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Fuck off! (ntr)//">>
<<replace "#choice1">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time271.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> NO!
//I stare at him defiantly.//
<span style="color:MediumTurquoise;">Soldier2:</span> Fine.
//He just starts walking towards Maedhro.//
<span style="color:MediumTurquoise;">Soldier2:</span> Maedhro!
//Maedhro takes the soldiers cock out his mouth that he has been sucking.//
<span style="color:chartreuse;">Maedhro:</span> Y-yes?
<span style="color:MediumTurquoise;">Soldier2:</span> Here-
<span id="inner1">
<<link "//He shoves his cock into his mouth.//">>
<<replace "#inner1">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time270.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Ghghghhh...
<span style="color:MediumTurquoise;">Soldier2:</span> Another cock for you to suck.
<span style="color:cadetblue;">$playerName:</span> (gulp)
//Maedhro looks so helpless as she gets used.//
<img src="Images/Rework066time/Rework066time272.jpg" height=500 />
//My heartrate starts increasing.//
//What the hell.//
//But what can I do?//
//Nothing.//
//Just...//
<span id="inner2">
<<link "//Watch.//">>
<<replace "#inner2">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time273.jpg" height=500 /><<else>><img src="Images/Rework066time/Rework066time274.webp" height=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> Ghkhkkk....
//How they keep fucking his mouth.//
//I feel my cock harden.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Fuck I am going to cum.
<span style="color:MediumAquaMarine;">Soldier1:</span> Keep taking it you little whore.
<span style="color:MediumAquaMarine;">Soldier1:</span> Yes!
<span id="inner3">
<<link "//He shoves his cock deep into her mouth and cums.//">>
<<replace "#inner3">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time267.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (swallow)
//After a moment he pulls his cock out.//
//Maedhro looks exhausted.//
<span style="color:MediumTurquoise;">Soldier2:</span> My turn!
<span id="inner4">
<<link "//He shoves his cock into her mouth and shoots another load down her throat.//">>
<<replace "#inner4">>
<img src="Images/Rework066time/Rework066time268.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (swallows)
//Cum dripping out her mouth.//
//Both soldiers seem satisfied as they pull their pants up.//
<span style="color:MediumAquaMarine;">Soldier1:</span> You are one hell of a cumdump, Maedhro.
//The guards pause and look at each other.//
//Like they are having a telepathic conversation.//
<span id="inner5">
<<link "//They nod.//">>
<<replace "#inner5">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time269.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Look Maedhro here's the deal.
<span style="color:MediumAquaMarine;">Soldier1:</span> From now on you are going to be our personal cocksucker.
<span style="color:MediumAquaMarine;">Soldier1:</span> In exchange we wont beat you nor take your money from you anymore.
<span style="color:MediumAquaMarine;">Soldier1:</span> Sounds like a good deal don't it?
<img src="Images/Maedhro/maedhro-story4-finish.jpg" height=500/>
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumAquaMarine;">Soldier1:</span> Alright you can go now.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:MediumTurquoise;">Soldier2:</span> That means fuck off.
//Both of us walk home in silence.//
//As soon as we get into our apartment Maedhro goes straight into his room and shuts the door.//
//...//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<script>>reduceFever();<</script>>
<<set $maedhroGuardsNtrMix = false>>
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I make my way towards the backyard.//
<span id="outer1">
<<link "//As I walk I hear-//">>
<<replace "#outer1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Maedhro/maedhroextra14.jpg" height=500/>
<span style="color:MediumAquaMarine;">Soldier1:</span> Hahah.
<span style="color:MediumTurquoise;">Soldier2:</span> Yeah. I like that.
<span style="color:MediumTurquoise;">Soldier2:</span> Why didn't you come up with that earlier?
<span style="color:MediumTurquoise;">Soldier2:</span> I mean it's genius.
<span id="outer2">
<<link "//I go to the corner to listen in.//">>
<<replace "#outer2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Maedhro/maedhroextra15.jpg" height=500/>
<span style="color:MediumAquaMarine;">Soldier1:</span> Right?
<span style="color:MediumAquaMarine;">Soldier1:</span> If we give Maedhro an option.
<span style="color:MediumAquaMarine;">Soldier1:</span> Either suck our cocks or pay up.
<span style="color:MediumAquaMarine;">Soldier1:</span> We'll win either way.
<span style="color:MediumTurquoise;">Soldier2:</span> And especially now that she looks like a girl. It makes sense.
<span style="color:MediumAquaMarine;">Soldier1:</span> (chuckles) Yeah.
<span style="color:MediumAquaMarine;">Soldier1:</span> Ok, Maedhro should walk by soon.
<span style="color:MediumTurquoise;">Soldier2:</span> I'm already getting hard.
<span id="outer3">
<<link "//Fuck!//">>
<<replace "#outer3">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<shake 2s>>\
//This is bad.//
//I need to...//
//I need to fight them.//
//But...//
//I look over the corner.//
<img src="Images/Rework066time/Rework066time291.jpg" height=500 />
//Fuck.//
//I have no change against that.//
//What do I do?//
//...//
<</shake>>\
<span id="outer4">
<<link "//Wait!//">>
<<replace "#outer4">>
<<set $mascLevel2scaredface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//What if I offer myself.//
//That way they would leave Maedhro alone.//
//Shit.//
<span id="choice1">
<<link "//***Fight them (futa dom content)***//">>
<<replace "#choice1">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//No!//
//I got this.//
//I come out of the corner and start charging forth.//
//As I gain momentum I see a brick on the ground.//
<span id="inner1">
<<link "//As I run past it I pick it up and-//">>
<<replace "#inner1">>
<img src="Images/Rework066time/Rework066time275.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Hey you!
//I throw it at one of them-//
//Hitting him in the face and knocking him unconscious.//
//YES!//
//One down.//
//The other guard looks at me-//
<span style="color:MediumTurquoise;">Soldier2:</span> What the fuck?
<span id="inner2">
<<link "//And starts charging forward.//">>
<<replace "#inner2">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time277.png" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> You will pay for that!!
<span style="color:MediumTurquoise;">Soldier2:</span> (charging towards me).
//I take a deep breath.//
<span style="color:cadetblue;">$playerName:</span> AAAAHHHH.
//He's almost here.//
//I can do this!//
<span id="inner3">
<<link "//As he is a foot away from me-//">>
<<replace "#inner3">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time276.png" height=500 />
//He swings his left fist and I duck under it.//
//Then as he tries to swing his right-//
//I grab it and twist it.//
<span style="color:cadetblue;">$playerName:</span> UUAAHH!!
<span style="color:MediumTurquoise;">Soldier2:</span> Ahhhhh..
//I bring the arm behind his back and keep the hold.//
<span style="color:MediumTurquoise;">Soldier2:</span> Ouw. Ouw.
<span style="color:MediumTurquoise;">Soldier2:</span> Stop! Stop!
//I see a knife on his belt and quickly grab it and place it on his neck.//
<span style="color:cadetblue;">$playerName:</span> Yield.
<span style="color:MediumTurquoise;">Soldier2:</span> Y-y-yeah.
<span style="color:MediumTurquoise;">Soldier2:</span> Whatever.
<span id="inner4">
<<link "//I twist his arm more.//">>
<<replace "#inner4">>
<<set $mascLevel2strugleangryface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time278.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> I yield!!
//As I hold the knife on his throat-//
<span style="color:MediumTurquoise;">Soldier2:</span> Don't kill me.
<span style="color:cadetblue;">$playerName:</span> Then you stay away from Maedhro.
<span style="color:cadetblue;">$playerName:</span> Understand?
//He nods.//
<span style="color:MediumTurquoise;">Soldier2:</span> Yeah. We'll never go near him again.
<span style="color:cadetblue;">$playerName:</span> ...
//I start hearing the conversation in my head that they just had about Maedhro.//
//Playing in a loop.//
//How they would get Maedhro to suck their dicks.//
//It's making me angrier.//
//And angrier.//
//The rage is taking over.//
<span style="color:cadetblue;">$playerName:</span> You fucker.
<img src="Images/Rework066time/Rework066time279.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> What?
//I get in front of him.//
<span style="color:MediumTurquoise;">Soldier2:</span> What are you-
<span id="inner5">
<<link "//And in qicuik session take my cock out and shove it in his mouth.//">>
<<replace "#inner5">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time280.png" height=500 /> <<else>><img src="Images/Rework066time/Rework066time281.webp" height=500 /> <</if>>
<span style="color:cadetblue;">$playerName:</span> How do you like that?
<span style="color:MediumTurquoise;">Soldier2:</span> (mumbling noises).
<span style="color:cadetblue;">$playerName:</span> Keep sucking or I cut your throat.
<span style="color:MediumTurquoise;">Soldier2:</span> (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> Ahhh... That's right.
<span style="color:cadetblue;">$playerName:</span> Suck on my cock.
//He sucks on it while I continue holding the knife to his throat.//
<img src="Images/Rework066time/Rework066time282.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> That's right.
<span style="color:cadetblue;">$playerName:</span> Take it.
<span style="color:cadetblue;">$playerName:</span> Suck this you fucking....
<span style="color:MediumTurquoise;">Soldier2:</span> (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> You fucking...
<span style="color:cadetblue;">$playerName:</span> mhhhh....
<span id="inner6">
<<link "//I start fucking his mouth harder.//">>
<<replace "#inner6">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time283.png" height=500 /> <<else>><img src="Images/Rework066time/Rework066time284.webp" height=500 /> <</if>>
<span style="color:MediumTurquoise;">Soldier2:</span> Ghkgkhh...
<span style="color:MediumTurquoise;">Soldier2:</span> Ghkghhjkk...
<span style="color:cadetblue;">$playerName:</span> SLUT!!!!!
<span style="color:MediumTurquoise;">Soldier2:</span>Mghhkh. Mghkgh. Mghkgh.
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time285.png" height=500 /> <<else>><img src="Images/Rework066time/Rework066time286.webp" height=500 /> <</if>>
<span style="color:cadetblue;">$playerName:</span>That's right!
<span style="color:cadetblue;">$playerName:</span>Ahhh!
<span style="color:cadetblue;">$playerName:</span>Fuck!
<span style="color:cadetblue;">$playerName:</span>I'm
<span id="inner7">
<<link "//I start cumming as I move my hips.//">>
<<replace "#inner7">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time287.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> AAAAAAAHHHHH.
<span style="color:MediumTurquoise;">Soldier2:</span> (choking noises).
//He starts chocking on my cum.//
<span style="color:cadetblue;">$playerName:</span> Take it all bitch.
//I keep shooting my cum until my balls are completely empty.//
//As I take my cock out of his mouth I slap him with my hand.//
<span style="color:cadetblue;">$playerName:</span> That's right.
<span style="color:MediumTurquoise;">Soldier2:</span> ...
<span style="color:cadetblue;">$playerName:</span> You better remember this.
<span style="color:cadetblue;">$playerName:</span> And you know what to do.
<span style="color:cadetblue;">$playerName:</span> Stay away from Maedhro!
//I get up and start walking away.//
//...//
//..//
//.//
//What the fuck was that?//
//That rage took over me.//
<span id="inner8">
<<link "//I can't believe I did that.//">>
<<replace "#inner8">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time288.jpg" height=500 />
//As I walk I see Maedhro.//
//He is running?//
//Wait!//
//Did he just see me?//
//I start running after him.//
<span style="color:cadetblue;">$playerName:</span> Maedhro!
//He doesn't answer and keeps on running.//
//He definitely saw me.//
//He runs into the apartment and straight into his room.//
<span style="color:cadetblue;">$playerName:</span> Maedhro.
//His door is locked.//
//I knock on his door.//
//No answer.//
//Fuck....//
//I'll talk to him later.//
<<link "Continue">>
<<set $mascLevel2scaredface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $guardsFutaDom = true>>
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "***//Convince them (sub content)//***">>
<<replace "#choice1">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2thinkingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I come out of the corner and start walking towards them.//
<span style="color:cadetblue;">$playerName:</span> I'll do it.
<span id="inner1">
<<link "//The guards turn their attention to me.//">>
<<replace "#inner1">>
<<set $mascLevel2thinkingface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time289.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> Ahhh...
<span style="color:MediumTurquoise;">Soldier2:</span> Maedhros sissy brother.
<span style="color:MediumTurquoise;">Soldier2:</span> What do you want?
<span style="color:cadetblue;">$playerName:</span> I'll do it.
<span style="color:MediumTurquoise;">Soldier2:</span> Do what?
<span style="color:cadetblue;">$playerName:</span> What you want Maedhro to do.
<span style="color:MediumAquaMarine;">Soldier1:</span> ...
<span style="color:MediumTurquoise;">Soldier2:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:cadetblue;">$playerName:</span> I'm offering myself freely to you.
<img src="Images/Rework066time/Rework066time290.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> And in return?
<span style="color:cadetblue;">$playerName:</span> In return, you leave Maedhro alone.
<span style="color:MediumAquaMarine;">Soldier1:</span> Alright...
<span style="color:MediumAquaMarine;">Soldier1:</span> Deal.
<span style="color:cadetblue;">$playerName:</span> (gulp)...
<span id="inner2">
<<link "//They drop their pants.//">>
<<replace "#inner2">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time293.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Now?
<span style="color:MediumTurquoise;">Soldier2:</span> Yeah.
//I get closer to them.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Get those clothes off.
<span style="color:cadetblue;">$playerName:</span> Ok.
<span id="inner3">
<<link "//I undress and they take a good look at my body.//">>
<<replace "#inner3">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2nakeddefaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time292.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Alright.
<span style="color:MediumAquaMarine;">Soldier1:</span> Start sucking.
<span style="color:cadetblue;">$playerName:</span> O-ok.
<span id="inner3">
<<link "//I take his cock into my mouth.//">>
<<replace "#inner3">>
<<set $masclevel2nakeddefaultface1 to false>>\
<<set $masclevel2nakedarousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time294.jpg" height=500 />
//The feeling of his warm flesh.//
//I can't believe this is happening.//
//His smell and taste.//
//It's all so...//
<span style="color:MediumAquaMarine;">Soldier1:</span> Keep moving your head now.
<span id="inner4">
<<link "//I start bobbing my head.//">>
<<replace "#inner4">>
<<set $masclevel2nakedarousedface1 to false>>\
<<set $masclevel2nakedarousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>> <img src="Images/Rework066time/Rework066time295.jpg" height=500 /> <<else>> <img src="Images/Rework066time/Rework066time296.webp" width=500 /><</if>>
//Taking the cock further and further.//
//Until-//
//Gukghjkk//
//I feel his dick enter the back of my throat.//
<img src="Images/Rework066time/Rework066time297.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Guhhjjjkk...
<span style="color:MediumAquaMarine;">Soldier1:</span> Oh.
<span style="color:MediumAquaMarine;">Soldier1:</span> That's nice.
<span style="color:MediumAquaMarine;">Soldier1:</span> Just like that.
<img src="Images/Rework066time/Rework066time298.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Ghghkk.. Gjhghh...
<span style="color:MediumAquaMarine;">Soldier1:</span> Nice and deep.
<span style="color:cadetblue;">$playerName:</span> ...
//His precum is spilling into my mouth.//
<span id="inner5">
<<link "//I feel a hand grab my hair and start moving my head on its own.//">>
<<replace "#inner5">>
<<set $masclevel2nakedarousedface2 to false>>\
<<set $masclevel2nakedarousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>> <img src="Images/Rework066time/Rework066time299.jpg" height=500 /> <<else>> <img src="Images/Rework066time/Rework066time300.webp" width=500 /><</if>>
<span style="color:MediumAquaMarine;">Soldier1:</span> Come on now.
<span style="color:MediumAquaMarine;">Soldier1:</span> You're doing great.
//He starts moving my head faster and faster.//
//And faster.//
<span style="color:cadetblue;">$playerName:</span> Ghghkk.. Gjhghh...
<img src="Images/Rework066time/Rework066time301.jpg" width=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Oh yeah.
<span style="color:cadetblue;">$playerName:</span> Gukkkjjhh...
<span style="color:MediumAquaMarine;">Soldier1:</span> Here it comes.
<span id="inner6">
<<link "//I feel his cock starting to throb and pulse.//">>
<<replace "#inner6">>
<<set $masclevel2nakedarousedface3 to false>>\
<<set $masclevel2nakedcumonface4 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time302.jpg" width=500 />
//Then the warm sensation as he unloads himself inside my mouth.//
<span style="color:cadetblue;">$playerName:</span> Ghkk...
//He pulls my head off his cock and lets go of my hair.//
<span style="color:cadetblue;">$playerName:</span> (coughs)
<img src="Images/Rework066time/Rework066time310.jpg" height=500 />
<span style="color:MediumAquaMarine;">Soldier1:</span> Not bad.
<span style="color:MediumTurquoise;">Soldier2:</span> My turn.
//He grabs his cock and starts rubbing the tip against my lips.//
//I open my mouth.//
<span id="inner7">
<<link "//His precum is dripping onto my tongue.//">>
<<replace "#inner7">>
<<set $masclevel2nakedcumonface4 to false>>\
<<set $masclevel2nakedcumonface6 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time303.jpg" width=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> Hehe.
<span style="color:MediumTurquoise;">Soldier2:</span> That's it. Keep looking at me.
<span style="color:white;">Player2:</span> Mhhh...
//He pushes his cock into my mouth.//
<img src="Images/Rework066time/Rework066time306.jpg" height=500 />
//I move forward, trying to swallow it all.//
//But I can't.//
<span style="color:cadetblue;">$playerName:</span> Mhhh...
//I feel my body getting hotter.//
<<if $onlyImages is true>> <img src="Images/Rework066time/Rework066time305.jpg" height=500 /> <<else>> <img src="Images/Rework066time/Rework066time304.webp" width=500 /><</if>>
<span style="color:MediumTurquoise;">Soldier2:</span> Ahhh.
<span style="color:cadetblue;">$playerName:</span> Mhhhh...
//And hotter...//
<span style="color:MediumAquaMarine;">Soldier1:</span> Looks like she's enjoying it.
<span style="color:MediumAquaMarine;">Soldier1:</span> His tiny cock is twitching between her legs.
<span id="inner8">
<<link "//I look down and indeed my dick is rock hard.//">>
<<replace "#inner8">>
<<set $masclevel2nakedcumonface6 to false>>\
<<set $masclevel2nakedcumonface7 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time307.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Ghkk..
//He starts moving my hips as I continue sucking.//
<span style="color:MediumTurquoise;">Soldier2:</span> Aha...
<span style="color:cadetblue;">$playerName:</span> Ghkk..
<img src="Images/Rework066time/Rework066time308.jpg" height=500 />
<span style="color:MediumTurquoise;">Soldier2:</span> That's it.
<span style="color:MediumTurquoise;">Soldier2:</span> Fuck.
<span style="color:MediumTurquoise;">Soldier2:</span> You beautiful cumslut!
<span style="color:cadetblue;">$playerName:</span> Ghhhh...
//His cock is twitching in my mouth.//
<span id="inner9">
<<link "//He's about to cum and-//">>
<<replace "#inner9">>
<<set $masclevel2nakedcumonface7 to false>>\
<<set $masclevel2nakedcumonfacecum3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time309.png" height=500 />
//So am I.//
<span style="color:MediumTurquoise;">Soldier2:</span> AHHHHHHH.
//He shoots his cum inside my mouth.//
<span style="color:MediumTurquoise;">Soldier2:</span> Fuck yeah.
//I feel the warmth spread down my throat.//
//I moan and cum.//
//My dick pulsing and shaking as the cum lands on the ground.//
<span style="color:cadetblue;">$playerName:</span> Nghhh...
<span id="add1">
<<link "//After he's finished he pushes my head off his cock.//">>
<<replace "#add1">>
<<set $masclevel2nakedcumonfacecum3 to false>>\
<<set $masclevel2nakedcumonface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:MediumAquaMarine;">Soldier1:</span> Did you just moan?
<img src="Images/Rework066time/Rework066time311.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> N-no.
<span style="color:MediumAquaMarine;">Soldier1:</span> You did didn't you?
<span style="color:cadetblue;">$playerName:</span> (blushing)
//What is happening?//
//I get up and quickly get dressed.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Remember $playerName.
<span style="color:MediumAquaMarine;">Soldier1:</span> We have a deal here.
<span style="color:MediumAquaMarine;">Soldier1:</span> You keep doing this and we wont touch hair on Maedhros head.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:MediumAquaMarine;">Soldier1:</span> Off you go.
//As I turn around he slaps my ass.//
<span style="color:MediumAquaMarine;">Soldier1:</span> Later $playerName.
<span id="inner10">
<<link "//I start making my way and-.//">>
<<replace "#inner10">>
<<set $masclevel2nakedcumonface1 to false>>\
<<set $mascLevel2scaredface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time288.jpg" height=500 />
//Maedhro??//
//He is running?//
//Wait!//
//Did he just see me?//
//I start running after him.//
<span style="color:cadetblue;">$playerName:</span> Maedhro!
//He doesn't answer and keeps on running.//
//He definitely saw me.//
//He runs into the apartment and straight into his room.//
<span style="color:cadetblue;">$playerName:</span> Maedhro.
//His door is locked.//
//I knock on his door.//
//No answer.//
//Fuck....//
//I'll talk to him later.//
<<link "Continue">>
<<set $mascLevel2scaredface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $guardsFutaDom = false>>
<<set $maedhroStory to 10>>
<<set $time to "Night">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//That's enough for one day.//
<span id="outer1">
<<link "//I am starting to put my books back into my bookbag and I hear-//">>
<<replace "#outer1">>
<<shake 2s>>
//(knock)//
//(knock)//
//(knock)//
<</shake>>
//Hmm..//
<span id="outer2">
<<link "//I walk up to my bedroom door and open it.//">>
<<replace "#outer2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time457.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Maedhro?
<span style="color:cadetblue;">$playerName:</span> Everything ok?
//She smiles.//
<span style="color:chartreuse;">Maedhro:</span> It's so nice to hear that.
<span style="color:chartreuse;">Maedhro:</span> You caring about me.
<span style="color:cadetblue;">$playerName:</span> Of course.
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> May I come in?
<span style="color:cadetblue;">$playerName:</span> Yes.
<span id="outer3">
<<link "//I let her through the door, and she goes to sit on my bed.//">>
<<replace "#outer3">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time458.jpg" height=500 />
//As she sits down, there is a small pause in the room.//
<span style="color:chartreuse;">Maedhro:</span> Would you sit next to me $playerName (pats on the bed)?
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:chartreuse;">Maedhro:</span> I'm.. I'm..
//Looks like she is struggling to breath.//
<span style="color:cadetblue;">$playerName:</span> Maedhro?
//She starts blushing.//
<span style="color:chartreuse;">Maedhro:</span> Sorry. (deep exhale)
<span style="color:cadetblue;">$playerName:</span> Is something wrong?
<span id="outer4">
<<link "//She locks eyes with me.//">>
<<replace "#outer4">>
<img src="Images/Rework066time/Rework066time460.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You have really helped me a lot $playerName.
<span style="color:cadetblue;">$playerName:</span> Emm. Ok.
<span style="color:chartreuse;">Maedhro:</span> No.. (frustrating pause).. You don't understand.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> (to herself) Why is it so hard to put into words?
<span style="color:chartreuse;">Maedhro:</span> (pauses) I wanted to tell you something.
<span style="color:cadetblue;">$playerName:</span> Ok?
<span style="color:chartreuse;">Maedhro:</span> I like you.
<span style="color:cadetblue;">$playerName:</span> I like you too.
<span style="color:chartreuse;">Maedhro:</span> No.. (sighs).. you're not getting it.
<span style="color:chartreuse;">Maedhro:</span> Like...
<span style="color:chartreuse;">Maedhro:</span> I really really like you...
<span id="outer5">
<<link "//She puts her arm on my thigh and leans forward.//">>
<<replace "#outer5">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time459.jpg" height=500 />
//Our faces inches away from one another.//
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:chartreuse;">Maedhro:</span> Do you... also... like me?
<span style="color:cadetblue;">$playerName:</span> I do-
<span id="outer6">
<<link "//Hearing that she immidietly leans in for a kiss.//">>
<<replace "#outer6">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time464.png" height=500 />
//Looks like that was all she needed to hear to make her move.//
//Our lips connect and-//
//Now our tongues are also getting into the mix.//
<span style="color:chartreuse;">Maedhro:</span> Mhhhh...
//We fall onto the bed in the middle of our kiss.//
//And then the kiss breaks.//
<span id="outer7">
<<link "//We start panting.//">>
<<replace "#outer7">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time467.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Ah...
<span style="color:chartreuse;">Maedhro:</span> (looks at me and smiles)
<span style="color:chartreuse;">Maedhro:</span> Oh! $playerName.
<span style="color:cadetblue;">$playerName:</span> Hmm?
<span style="color:chartreuse;">Maedhro:</span> I don't want to rush anything.
<span style="color:chartreuse;">Maedhro:</span> I still don't understand what is happening with me and...
<span style="color:chartreuse;">Maedhro:</span> I guess I'm... not ready for.. you know.. that..
<span style="color:cadetblue;">$playerName:</span> It's ok.
<span id="outer8">
<<link "//I understand. She is still shy and-//">>
<<replace "#outer8">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time466.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> But.
<span style="color:chartreuse;">Maedhro:</span> I thought I could do something else.
<span style="color:cadetblue;">$playerName:</span> What?
//In quick fashion she gets up from the bed and kneels between my legs at the edge of the bed.//
<span id="outer9">
<<link "//Takes off her top revealing her breasts.//">>
<<replace "#outer9">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time512.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time513.png" height=500 /> <</if>>
//Then she starts tugging at my pants.//
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:cadetblue;">$playerName:</span> Maedhro..
//She continues to take my pants off.//
<span id="outer10">
<<link "//Once their off he grabs my cock.//">>
<<replace "#outer10">>
<img src="Images/Rework066time/Rework066time514.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Whoa.
<span style="color:chartreuse;">Maedhro:</span> It's quite something.
<span id="outer11">
<<link "//And starts to move her hand.//">>
<<replace "#outer11">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time515.png" height=500 />
//Up and down.//
//Slow and steady.//
//Ahhh....//
<span style="color:chartreuse;">Maedhro:</span> Am I doing it right?
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time472.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time479.webp" width=500 /><</if>>
<span style="color:cadetblue;">$playerName:</span> Yeah.
//She is a little bit rough though.//
//Ahhh.//
//Fuck.//
<img src="Images/Rework066time/Rework066time516.png" height=500 />
//But it feels good.//
<span style="color:chartreuse;">Maedhro:</span> It's so hard.
//As she is stroking she gets lazer focused on watching my cock grow and grow in her hands.//
<span style="color:chartreuse;">Maedhro:</span> ...
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time517.png" height=500 /><<else>> <img src="Images/Rework066time/Rework066time517.png" height=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> (gulp)..
<span style="color:chartreuse;">Maedhro:</span> I..
<span style="color:chartreuse;">Maedhro:</span> I don't know if I should?
<span style="color:cadetblue;">$playerName:</span> Mhhh..
<span style="color:cadetblue;">$playerName:</span> Should what?
<span id="outer12">
<<link "//She takes her eyes off my cock and looks straight at me.//">>
<<replace "#outer12">>
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time519.png" height=500 /><<else>> <img src="Images/Rework066time/Rework066time518.png" height=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> Take it... in my... mouth..
<span style="color:cadetblue;">$playerName:</span> Maedhro...
<span id="outer13">
<<link "//She takes the tip of my cock into her mouth.//">>
<<replace "#outer13">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time520.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time535.png" height=500 /> <</if>>
//Oh fuck.//
//Her mouth is warm and-//
//And-//
//So good.//
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time521.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time536.png" height=500 /><</if>>
<span style="color:cadetblue;">$playerName:</span> Ahhh...
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:chartreuse;">Maedhro:</span> Does that feel good $playerName?
<span style="color:cadetblue;">$playerName:</span> Ye-ah...
<<if $onlyImages is true>><<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time522.png" height=500 /><<else>> <</if>><img src="Images/Rework066time/Rework066time537.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time523.webp" width=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> Owkay (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> Mhhhh...
<span style="color:cadetblue;">$playerName:</span> This feels good Maedhro.
<span style="color:cadetblue;">$playerName:</span> Really..
<span style="color:cadetblue;">$playerName:</span> Mhhh..
<span id="outer14">
<<link "//Maedhro tries to take it in deeper but immediately starts coughing.//">>
<<replace "#outer14">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time528.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (coughs)...
<span style="color:cadetblue;">$playerName:</span> You ok?
<span style="color:chartreuse;">Maedhro:</span> Yeah...
<span style="color:chartreuse;">Maedhro:</span> I thought I could...
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time524.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time538.png" height=500 /><</if>>
//She looks a bit disappointed but continues sucking my dick off as beforehand.//
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> Mhhhh..
<span style="color:chartreuse;">Maedhro:</span> (slurp)
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time525.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time539.png" height=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> Maedhro I am getting close.
//She takes my cock out of her mouth and starts jerking it off with her hand.//
<span style="color:chartreuse;">Maedhro:</span> Yeah?
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time526.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time526.png" width=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> You going to cum?
<span style="color:cadetblue;">$playerName:</span> Mhm.
<span style="color:chartreuse;">Maedhro:</span> Yeah?
<span style="color:cadetblue;">$playerName:</span> Yes!
<span id="outer15">
<<link "//I shoot my load.//">>
<<replace "#outer15">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time530.jpg" height=500 /> <<else>><img src="Images/Rework066time/Rework066time529.jpg" height=500 /><</if>>
//Ahhh...//
//Fuuuuck!//
<span style="color:chartreuse;">Maedhro:</span> So much!
<span style="color:chartreuse;">Maedhro:</span> ...
//She looks at the cum thinking about something.//
//Is she considering to eat it or-//
<span id="add1">
<<link "//She looks at me and smiles.//">>
<<replace "#add1">>
<<set $mascLevel2cummingface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time531.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Was it good?
<span style="color:cadetblue;">$playerName:</span> It was really good.
<span style="color:chartreuse;">Maedhro:</span> (smiles)
//She gets her top and puts it back on.//
<span style="color:chartreuse;">Maedhro:</span> I'll need to go to sleep.
<span style="color:cadetblue;">$playerName:</span> Alright.
<img src="Images/Rework066time/Rework066time532.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (hesitates) Could we... do this again?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> Good night $playerName.
<span style="color:cadetblue;">$playerName:</span> Good night Maedhro.
//Wow....//
//What a night?//
//And I could do it again with her!//
//I can't wait to do this again!//
<<link "Continue">>
<<set $maedhroStory to 11>>
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//That's enough for one day.//
<span id="outer1">
<<link "//I am starting to put my books back into my bookbag and I hear-//">>
<<replace "#outer1">>
<<shake 2s>>
//(knock)//
//(knock)//
//(knock)//
<</shake>>
//Hmm..//
<span id="outer2">
<<link "//I walk up to my bedroom door and open it.//">>
<<replace "#outer2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time510.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Maedhro?
<span style="color:cadetblue;">$playerName:</span> Everything ok?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Want to come in?
<span style="color:chartreuse;">Maedhro:</span> (nods)
<span style="color:cadetblue;">$playerName:</span> Alright.
<span id="outer3">
<<link "//I step aside and let Maedhro through the door.//">>
<<replace "#outer3">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time534.jpg" height=500 />
//She goes and sits at the edge of my bed.//
<span style="color:cadetblue;">$playerName:</span> ...
//She clearly wants to talk about something so I'll give her some time.//
//Few moments pass and Maedhro decides to break the silence.//
<span style="color:chartreuse;">Maedhro:</span> $playerName...
<span style="color:chartreuse;">Maedhro:</span> What I saw... you do... at the backyard... with... with those guards..
//So she was there and saw quite a bit.//
<span style="color:cadetblue;">$playerName:</span> Maedhro you-
<span style="color:chartreuse;">Maedhro:</span> please $playerName.
<span style="color:chartreuse;">Maedhro:</span> I really need to get it off my chest.
<span style="color:chartreuse;">Maedhro:</span> I'm not mad at you... at all...
<span id="outer4">
<<link "//What?//">>
<<replace "#outer4">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time501.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I know I should be... after seeing you... do... do that to them..
<span style="color:chartreuse;">Maedhro:</span> But you did it for me.
<span style="color:white;">Maehdro:</span> You... you made them (with utmost seriousness) PAY!
<span style="color:chartreuse;">Maedhro:</span> (calmly) Like you said you would.
//She locks eyes with me for a brief second.//
//She quickly looks away and blushes slightly.//
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:chartreuse;">Maedhro:</span> (blushes) Nothing.
<span style="color:cadetblue;">$playerName:</span> ....
<img src="Images/Rework066time/Rework066time544.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Just...
<span style="color:chartreuse;">Maedhro:</span> Seeing you there...
<span style="color:chartreuse;">Maedhro:</span> I couldn't believe for a moment... you know.. what I was seeing...
<span style="color:chartreuse;">Maedhro:</span> I'm sorry.
<span style="color:chartreuse;">Maedhro:</span> I don't know where I'm going with this.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Actually.
<span style="color:chartreuse;">Maedhro:</span> I do-
//She looks back up and locks eyes with me.//
<span id="outer5">
<<link "//Pauses for a second and quickly utters.//">>
<<replace "#outer5">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time545.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I got jealous $playerName!
<span style="color:cadetblue;">$playerName:</span> What?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> You are jealous of those guards?
//She blushes even more.//
<span style="color:chartreuse;">Maedhro:</span> I like you $playerName.
<span style="color:chartreuse;">Maedhro:</span> It feels like we have been hanging around more in recent times.
<span style="color:chartreuse;">Maedhro:</span> You have been helping me.
<span style="color:chartreuse;">Maedhro:</span> Been there for me.
<span style="color:chartreuse;">Maedhro:</span> And I like you. A lot.
<span id="outer6">
<<link "//She stares at me with anticipation.//">>
<<replace "#outer6">>
<img src="Images/Rework066time/Rework066time546.jpg" height=500 />
//Fuck.//
//She actually likes me.//
<span style="color:chartreuse;">Maedhro:</span> Do... Do you like me?
<span id="choice1">
<<link "//Kiss her (Dominance rom)//">>
<<replace "#choice1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I lean in and kiss her.//
<img src="Images/Rework066time/Rework066time465.png" height=500 />
//We fall onto the bed in the middle of our kiss.//
//And then the kiss breaks.//
//We start panting.//
<span style="color:chartreuse;">Maedhro:</span> Ah...
<span style="color:chartreuse;">Maedhro:</span> (looks at me and smiles)
<span style="color:chartreuse;">Maedhro:</span> Oh! $playerName.
<span style="color:cadetblue;">$playerName:</span> Hmm?
<span style="color:chartreuse;">Maedhro:</span> I don't want to r-rush anything.
<span style="color:chartreuse;">Maedhro:</span> I still don't understand what is happening with me and...
<img src="Images/Rework066time/Rework066time466.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I guess I'm... not ready for.. you know.. t-that..
<span style="color:cadetblue;">$playerName:</span> It's ok.
//I understand. She is still shy and-//
<span style="color:chartreuse;">Maedhro:</span> But.
<span style="color:chartreuse;">Maedhro:</span> I thought I could do something else.
<span style="color:cadetblue;">$playerName:</span> What?
<span id="inner1">
<<link "//She takes off her top.//">>
<<replace "#inner1">>
<<set $masclevel2arousedface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time547.jpg" height=500 /><<else>><img src="Images/Rework066time/Rework066time548.jpg" height=500 /><</if>>
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:chartreuse;">Maedhro:</span> Get up $playerName.
//I stand up.//
//As soon as I get up he pulls down my pants and my dick flops out.//
<span style="color:chartreuse;">Maedhro:</span> (blushes)
<span style="color:cadetblue;">playerName:</span> Madhro...
<span style="color:chartreuse;">Maedhro:</span> I want you to do the same thing to me that you did to the guards.
<img src="Images/Rework066time/Rework066time549.jpg" height=500 />
//She says that while looking straight into my soul.//
//She means it.//
//She wants it.//
//Fuck.//
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:cadetblue;">$playerName:</span> Get on your knees.
<span id="inner2">
<<link "//She quickly gets into position and takes my cock into her-//">>
<<replace "#inner2">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time520.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time535.png" height=500 /> <</if>>
<span style="color:cadetblue;">$playerName:</span> Mhhhhhh
//Mouth....//
//Fuck....//
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time521.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time536.png" height=500 /><</if>>
//That's good.//
<span style="color:chartreuse;">Maedhro:</span>(slurp) (slurp)
//Really good.//
<span id="inner3">
<<link "//I place my hand on her head and start pulling it but-//">>
<<replace "#inner3">>
<img src="Images/Rework066time/Rework066time550.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Mghhlkkhh..
<span style="color:chartreuse;">Maedhro:</span> (coughs)
<span style="color:cadetblue;">$playerName:</span> You ok?
<span style="color:chartreuse;">Maedhro:</span> Yeah. Yeah.
<span style="color:chartreuse;">Maedhro:</span> I thought I could do it...
<span style="color:chartreuse;">Maedhro:</span> I think it's harder than it looked.
<span style="color:cadetblue;">$playerName:</span> We don't have to if you don't want to-
<span style="color:chartreuse;">Maedhro:</span> I do!
<span style="color:chartreuse;">Maedhro:</span> It's just.. I need some time to... practice... to do that.
<<if $onlyImages is true>><<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time522.png" height=500 /><<else>> <</if>><img src="Images/Rework066time/Rework066time537.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time523.webp" width=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> I'll just try to do it like... (slurp) (slurp) thwis...
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
//She starts sucking it taking it easy in her own tempo.//
//Mhhhh...//
<span id="inner4">
<<link "//It's good.//">>
<<replace "#inner4">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time524.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time538.png" height=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> Mhhhh
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> (gulps)
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time525.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time539.png" height=500 /><</if>>
//Fuck.//
//This is-//
//I'm not sure how long I can last.//
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<img src="Images/Rework066time/Rework066time551.jpg" height=500 />
//She seems to notice.//
<span style="color:chartreuse;">Maedhro:</span> Am I doing ok? (slurp)
<span style="color:cadetblue;">$playerName:</span> Mhhhhhhh
<span style="color:cadetblue;">$playerName:</span> Don't stop.
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time552.jpg" height=500 /><<else>><img src="Images/Rework066time/Rework066time553.webp" height=500 /><</if>>
<span style="color:cadetblue;">$playerName:</span> I'm....
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> So close...
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> I'm...
<span id="inner5">
<<link "//She takes my cock out and begins jerking it.//">>
<<replace "#inner5">>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time554.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Yeah?
<span style="color:cadetblue;">$playerName:</span> Cumming!
<span style="color:chartreuse;">Maedhro:</span> Eeeep!!
//I shoot my load all over her face and boobs.//
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time530.jpg" height=500 /> <<else>><img src="Images/Rework066time/Rework066time529.jpg" height=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> Ahhh!
<span style="color:cadetblue;">$playerName:</span> Fuck....
//She scoops up my load from her face and stares her hand for a second.//
//Is she about to-//
<span style="color:chartreuse;">Maedhro:</span> (notices me looking and puts her hand down) It's getting late.
//She gets her top and puts it back on.//
<img src="Images/Rework066time/Rework066time532.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I'll need to go to sleep.
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> (hesitates) Could we... do this again?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> Good night $playerName.
<span style="color:cadetblue;">$playerName:</span> Good night Maedhro.
//Wow....//
//What a night?//
//And I could do it again with her!//
//I can't wait to do this again!//
<<link "Continue">>
<<set $maedhroStory to 11>>
<<set $masclevel2arousedface2 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Of course, you look hot (Dominance heavy)//">>
<<replace "#choice1">>
<<set $mascLevel2defaultface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> I think you look fucking hot Mae.
<span style="color:chartreuse;">Maedhro:</span> (blushes)
//She places her arms on my waist and is about to pull my pants down.//
<img src="Images/Rework066time/Rework066time555.jpg" height=500 />
//She is waiting for me to say something.//
<span style="color:cadetblue;">$playerName:</span> Go ahead.
//She pulls down my pants and my cock flops out.//
<span style="color:chartreuse;">Maedhro:</span> (blushes harder)
<img src="Images/Rework066time/Rework066time556.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I don't want to r-rush anything.
<span style="color:chartreuse;">Maedhro:</span> I still don't understand what is happening with me and...
<span style="color:chartreuse;">Maedhro:</span> I guess I'm... not ready for.. you know.. t-that..
<span style="color:chartreuse;">Maedhro:</span> But.
<span style="color:chartreuse;">Maedhro:</span> I want you to do the same to me that you did to the guards.
<span id="inner1">
<<link "//She wants me to-//">>
<<replace "#inner1">>
<<set $masclevel2arousedface1 to false>>\
<<set $masclevel2arousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time557.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Fuck my face like you did to those guards...
//She instantly blushes even harder after saying that.//
//I place my hands on her head and-//
<span style="color:cadetblue;">$playerName:</span> Alright.
<img src="Images/Rework066time/Rework066time558.jpg" height=500 />
//begin thrusting.//
<span style="color:chartreuse;">Maedhro:</span> Ghghgghhkkk...
<span style="color:cadetblue;">$playerName:</span> This what you want?
<span style="color:cadetblue;">$playerName:</span> (thrust)
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time559.jpg" height=500 /><<else>><img src="Images/Rework066time/Rework066time560.webp" width=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> Mpkhhhh!
<span style="color:cadetblue;">$playerName:</span> Ahhhh
<span style="color:chartreuse;">Maedhro:</span> MPfgghggllll!!!
//She's pulling back and taps my legs letting me know to let go.//
<span id="inner2">
<<link "//But....//">>
<<replace "#inner2">>
<<set $masclevel2arousedface2 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time561.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Ghghghghg!!!!
//FUCKKKKKK//
//This feels so goood!//
//Just a...//
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time562.png" height=500 /><<else>> <img src="Images/Rework066time/Rework066time563.png" height=500 /><</if>>
//Few...//
<span style="color:chartreuse;">Maedhro:</span> Gghhggh!
//Thrusts...//
<span style="color:chartreuse;">Maedhro:</span> GHhfghgjhg!
//More...//
<img src="Images/Rework066time/Rework066time564.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> HGhhgfggf!
//Fuck..//
<span style="color:cadetblue;">$playerName:</span> Fuck Maedhro!
<span style="color:cadetblue;">$playerName:</span> Keep going!
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time565.jpg" height=500 /><<else>><img src="Images/Rework066time/Rework066time566.webp" width=500 /><</if>>
<span style="color:cadetblue;">$playerName:</span> Keep going!
<span style="color:cadetblue;">$playerName:</span> Keet taking it!
<span style="color:chartreuse;">Maedhro:</span> Ghhghghgh!!!
<span style="color:cadetblue;">$playerName:</span> AHHHHH!!!
<span id="inner3">
<<link "//I release her head and as she finally get's a breath of air my cum shoots all over her face.//">>
<<replace "#inner3">>
<<set $masclevel2arousedface3 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $maedhroisatrap is true>><img src="Images/Rework066time/Rework066time530.jpg" height=500 /> <<else>><img src="Images/Rework066time/Rework066time529.jpg" height=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> (coughs)
<span style="color:cadetblue;">playerName:</span> Ahhhhh
//Fuck. That was..//
<span id="add1">
<<link "//Wait!//">>
<<replace "#add1">>
<<set $mascLevel2cummingface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Maedhro are are you ok?
<img src="Images/Rework066time/Rework066time533.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (coughs) Yeah. Yeah. (coughs)
<span style="color:chartreuse;">Maedhro:</span> I'm fine.
//She scoops up my load from her face and stares her hand for a second.//
//Is she about to-//
<span style="color:chartreuse;">Maedhro:</span> (notices me looking and puts her hand down) It's getting late.
//She gets her top and puts it back on.//
<img src="Images/Rework066time/Rework066time532.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I'll need to go to sleep.
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> (hesitates) Could we... do this again?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> Good night $playerName.
<span style="color:cadetblue;">$playerName:</span> Good night Maedhro.
//Wow....//
//What a night?//
//And I could do it again with her!//
//I can't wait to do this again!//
<<link "Continue">>
<<set $maedhroStory to 11>>
<<set $masclevel2arousedface1 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//That's enough for one day.//
<span id="outer1">
<<link "//I am starting to put my books back into my bookbag and I hear-//">>
<<replace "#outer1">>
<<shake 2s>>
//(knock)//
//(knock)//
//(knock)//
<</shake>>
//Hmm..//
<span id="outer2">
<<link "//I walk up to my bedroom door and open it.//">>
<<replace "#outer2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time540.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Maedhro?
<span style="color:cadetblue;">$playerName:</span> Everything ok?
<<if $guardsNetori is true>>
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> You know.
<span style="color:chartreuse;">Maedhro:</span> Something strange happened.
<span style="color:cadetblue;">$playerName:</span> Yeah?
<span style="color:chartreuse;">Maedhro:</span> Yeah...
<span style="color:chartreuse;">Maedhro:</span> The guards..
<span style="color:chartreuse;">Maedhro:</span> They didn't harass me today.
<span style="color:white;">Maehdro:</span> Like it seemed like they were avoiding me even.
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework066time/Rework066time541.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Thanks.
<span style="color:chartreuse;">Maedhro:</span> I know it has to be your doing.
<span style="color:chartreuse;">Maedhro:</span> So...
<span style="color:chartreuse;">Maedhro:</span> Thanks.
<span style="color:cadetblue;">$playerName:</span> No worries.
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> Alright.
<span style="color:chartreuse;">Maedhro:</span> I'll get out of your hair.
<span style="color:cadetblue;">$playerName:</span> Good night.
<span style="color:chartreuse;">Maedhro:</span> Good night.
<<link "Continue">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroStory to 11>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<<else>>
<span style="color:chartreuse;">Maedhro:</span> I...
<span style="color:chartreuse;">Maedhro:</span> I don't know.
<span id="add1">
<<link "//He pauses.//">>
<<replace "#add1">>
<<set $mascLevel2blushface2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:chartreuse;">Maedhro:</span> What we did in the back-alley.
<span style="color:chartreuse;">Maedhro:</span> With the guards.
<span style="color:chartreuse;">Maedhro:</span> ...
<img src="Images/Rework066time/Rework066time542.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Well...
<span style="color:chartreuse;">Maedhro:</span> It felt right.
<span style="color:chartreuse;">Maedhro:</span> At that moment.
<span style="color:chartreuse;">Maedhro:</span> To have my revenge...
<span style="color:chartreuse;">Maedhro:</span> But-
<span style="color:cadetblue;">$playerName:</span> It's fine.
<span style="color:cadetblue;">$playerName:</span> Those fuckers deserved it.
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> You're right.
<span style="color:cadetblue;">$playerName:</span> (smile)
<img src="Images/Rework066time/Rework066time543.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Those fuckers did deserve it.
<span style="color:chartreuse;">Maedhro:</span> And I ain't done with them.
<span style="color:cadetblue;">$playerName:</span> That's right.
<span style="color:chartreuse;">Maedhro:</span> Thanks $playerName.
<span style="color:chartreuse;">Maedhro:</span> I'll leave you to it.
<span style="color:chartreuse;">Maedhro:</span> Good night.
<span style="color:cadetblue;">$playerName:</span> Good night.
<<link "Continue">>
<<set $maedhroStory to 11>>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</if>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//That's enough for one day.//
<span id="outer1">
<<link "//I am starting to put my books back into my bookbag and I hear-//">>
<<replace "#outer1">>
<<shake 2s>>
//(knock)//
//(knock)//
//(knock)//
<</shake>>
//Hmm..//
<span id="outer2">
<<link "//I walk up to my bedroom door and open it.//">>
<<replace "#outer2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time500.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Maedhro?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> Want to come in?
<span style="color:chartreuse;">Maedhro:</span> (nods)
//She gets into the room and sits on my bed.//
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Would you sit with me?
<span style="color:cadetblue;">$playerName:</span> Sure.
<span id="outer3">
<<link "//I go and sit next to her.//">>
<<replace "#outer3">>
<<set $mascLevel2notsureface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time501.jpg" height=500 />
//She looks confident for a moment but then falls into a shell.//
<span style="color:chartreuse;">Maedhro:</span> I..
<span style="color:chartreuse;">Maedhro:</span> I wanted to..
//She tries to formulate what she wants to say but nothing comes out.//
<span style="color:cadetblue;">$playerName:</span> What's wrong?
//She looks up at me.//
<span style="color:chartreuse;">Maedhro:</span> I wanted to talk about what happened.
<span style="color:chartreuse;">Maedhro:</span> In the... in the backyard.
<span style="color:chartreuse;">Maedhro:</span> And I wanted to thank you?
<span style="color:cadetblue;">$playerName:</span> Thank me? F-for what?
<span style="color:chartreuse;">Maedhro:</span> For coming to help me.
<span style="color:cadetblue;">$playerName:</span> But all I did was fail.
<img src="Images/Rework066time/Rework066time502.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> But you came.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> $playerName.
<span style="color:cadetblue;">$playerName:</span> Yeah?
<span style="color:chartreuse;">Maedhro:</span> I also wanted to talk to you about something.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> You have been there for me recently.
<span style="color:chartreuse;">Maedhro:</span> Helping me.
<span style="color:chartreuse;">Maedhro:</span> Encouraging me.
<span style="color:chartreuse;">Maedhro:</span> Supporting me.
<img src="Images/Rework066time/Rework066time503.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> And... And...
<span style="color:chartreuse;">Maedhro:</span> (to herself) I need to say it.
<span style="color:chartreuse;">Maedhro:</span> I...
<span style="color:chartreuse;">Maedhro:</span> I like you $playerName.
<span style="color:cadetblue;">$playerName:</span> I like you too.
<span style="color:chartreuse;">Maedhro:</span> No you are not getting it.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> I.. really really.. like you.
<span id="outer4">
<<link "//She leans in so that there are only a couple of inches between our faces.//">>
<<replace "#outer4">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time504.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Do you... also... like me?
<span style="color:cadetblue;">$playerName:</span> I do-
//Hearing that she immediately leans in for a kiss.//
//Looks like that was all she needed to hear to make her move.//
<span id="outer5">
<<link "//Our lips connect and-//">>
<<replace "#outer5">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time463.png" height=500 />
//Now our tongues are also getting into the mix.//
<span style="color:chartreuse;">Maedhro:</span> Mhhhh...
//We fall onto the bed in the middle of our kiss.//
//And then the kiss breaks.//
//We start panting.//
<span style="color:chartreuse;">Maedhro:</span> Ah...
<span style="color:chartreuse;">Maedhro:</span> (looks at me and smiles)
<span style="color:chartreuse;">Maedhro:</span> Oh! $playerName.
<span style="color:cadetblue;">$playerName:</span> Hmm?
<span style="color:chartreuse;">Maedhro:</span> I don't want to rush anything.
<span style="color:chartreuse;">Maedhro:</span> I still don't understand what is happening with me and...
<img src="Images/Rework066time/Rework066time469.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I guess I'm... not ready for.. you know.. that..
<span style="color:cadetblue;">$playerName:</span> It's ok.
//I understand. She is still shy and-//
<span style="color:chartreuse;">Maedhro:</span> But.
<span style="color:chartreuse;">Maedhro:</span> I thought I could do something else.
<span style="color:cadetblue;">$playerName:</span> What?
//In quick fashion she gets up from the bed and kneels between my legs at the edge of the bed.//
<span id="outer6">
<<link "//Takes off her top revealing her breasts.//">>
<<replace "#outer6">>
<<set $masclevel2arousedface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time470.png" height=500 />
//Then she starts tugging at my pants.//
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> (blushing)
//Gulp.//
<img src="Images/Rework066time/Rework066time471.png" height=500 />
//She then grabs my cock with her hand.//
<<if $maedhroGuardsNtrMix is true>>
<span style="color:chartreuse;">Maedhro:</span> Your dick is really nice.
<span style="color:cadetblue;">$playerName:</span> (blushing)..
<span style="color:cadetblue;">$playerName:</span> I can't belive we are doing this.
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time472.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time479.webp" width=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> I know. (starts to move her hand)
<span style="color:cadetblue;">$playerName:</span> Ehhhh.
<span style="color:chartreuse;">Maedhro:</span> Everything ok?
<span style="color:cadetblue;">$playerName:</span> Y-yeah.
<span style="color:chartreuse;">Maedhro:</span> Take your shirt off.
<span id="part1">
<<link "//I take my shirt off as Maedhro continues moving her hand.//">>
<<replace "#part1">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2nakedarousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time473.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> It doesn't hurt, does it?
<span style="color:cadetblue;">$playerName:</span> N-no.
//It feels great actually.//
<span style="color:cadetblue;">$playerName:</span> Uuuuhhhh...
<span style="color:chartreuse;">Maedhro:</span> Your moans are really cute.
<span style="color:cadetblue;">$playerName:</span> (blushing harder)
<img src="Images/Rework066time/Rework066time474.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Why did you join in by the way?
<span style="color:chartreuse;">Maedhro:</span> You could have said no to him.
<span style="color:chartreuse;">Maedhro:</span> But.. You decided to suck the guards dick.
<span style="color:cadetblue;">$playerName:</span> I don't... I don't know...
<span style="color:cadetblue;">$playerName:</span> I just...
//Mhhhh... My mind is rushing.//
//It's hard to think.//
<span style="color:cadetblue;">$playerName:</span> I guess I got aroused.
<span id="inner1">
<<link "//Shit!//">>
<<replace "#inner1">>
<<set $masclevel2nakedarousedface1 to false>>\
<<set $masclevel2nakeddefaultface5 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time475.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> What? (her hand movement stops)
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Aroused?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Aroused by... what?
//Shit!//
<span style="color:cadetblue;">$playerName:</span> I.. no.. I.. I'm sorry... I-
<img src="Images/Rework066time/Rework066time499.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> By me?
<span style="color:cadetblue;">$playerName:</span> (blushing)... No...
<span style="color:chartreuse;">Maedhro:</span> You are lying.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> I don't know...
<span style="color:cadetblue;">$playerName:</span> I honestly don't know why.
<span style="color:chartreuse;">Maedhro:</span> ...
<span id="inner2">
<<link "//She goes down and takes my dick into her mouth.//">>
<<replace "#inner2">>
<<set $masclevel2nakeddefaultface5 to false>>\
<<set $masclevel2nakedarousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time476.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (slow slurp) (slow slurp)
<span style="color:white;">playerNaem:</span> Nhhhhhh!
<span style="color:chartreuse;">Maedhro:</span> (slow slurp)
<span style="color:chartreuse;">Maedhro:</span> (slow slurp)
<<if $onlyImages is true>> <img src="Images/Rework066time/Rework066time477.png" height=500 /> <<else>> <img src="Images/Rework066time/Rework066time478.webp" width=500 /><</if>>
//Her mouth feels so good.//
<span style="color:chartreuse;">Maedhro:</span> I know it was a horrible situation. (slurp)
<span style="color:chartreuse;">Maedhro:</span> But I want you to know having you there with me made it less worse. (slurp).. (slurp)...
<span id="inner3">
<<link "//I reach out and put my hand on her head.//">>
<<replace "#inner3">>
<<set $masclevel2nakedarousedface3 to false>>\
<<set $masclevel2nakedarousedface5 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time490.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> Ahhhh..
<span style="color:chartreuse;">Maedhro:</span> (slurp) Your dick is so much better (slurp)
<span style="color:chartreuse;">Maedhro:</span> So much... (slurp)... sweeter....
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time491.png" height=500 /><<else>> <img src="Images/Rework066time/Rework066time492.webp" width=500 /><</if>>
<span style="color:cadetblue;">$playerName:</span> Ahhh
<span style="color:cadetblue;">$playerName:</span> Maedhro!
<span style="color:cadetblue;">$playerName:</span> I'm...
<span style="color:chartreuse;">Maedhro:</span> (fast slurp) (fast slurp)
<span style="color:cadetblue;">$playerName:</span> Oh! I'm...
<span id="inner4">
<<link "//She takes my cock out of her mouth and starts stroking it with her hand.//">>
<<replace "#inner4">>
<<set $masclevel2nakedarousedface5 to false>>\
<<set $masclevel2nakedarousedcumface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time493.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Cumming?
<span style="color:cadetblue;">$playerName:</span> Cumming!
<span style="color:chartreuse;">Maedhro:</span> (shocked) Ahhhh?
//I shoot my load onto her face.//
<img src="Images/Rework066time/Rework066time494.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Haaaaaah!
//I take a few seconds to regain my breath.//
//My heart is beating fast.//
//Fuck.//
//That was amazing.//
//As I look at Maedhro.//
<span id="f1">
<<link "//She scoops some cum onto her fingers and looks at her hand.//">>
<<replace "#f1">>
<<set $masclevel2nakedarousedcumface1 to false>>\
<<set $masclevel2nakeddefaultface4 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time495.png" height=500 />
//Is she thinking about eating it?//
//Maedhros face becomes flush as she looks at me and she puts her hand away.//
<span style="color:cadetblue;">$playerName:</span> Want me to do the same to you?
<span style="color:chartreuse;">Maedhro:</span> (blushes) What? No. No. Not today no.
//She gets her top and puts it back on.//
<img src="Images/Rework066time/Rework066time496.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I'll need to go to sleep.
<span style="color:cadetblue;">$playerName:</span> Oh. Ok.
<span style="color:chartreuse;">Maedhro:</span> (hesitates) Could we... do this again?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> Good night $playerName.
<span style="color:cadetblue;">$playerName:</span> Good night Maedhro.
//Wow....//
//What a night?//
//And I could do it again with her!//
//I can't wait to do this again!//
<<link "Continue">>
<<set $maedhroStory to 11>>
<<set $masclevel2nakeddefaultface4 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<else>>
<span style="color:chartreuse;">Maedhro:</span> Your dick is really nice.
<span style="color:cadetblue;">$playerName:</span> (blushing)..
<span style="color:cadetblue;">$playerName:</span> I can't belive we are doing this.
<img src="Images/Rework066time/Rework066time505.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I know. (starts to move her hand)
<span style="color:cadetblue;">$playerName:</span> Ehhhh.
<span style="color:chartreuse;">Maedhro:</span> Everything ok?
<span style="color:cadetblue;">$playerName:</span> Y-yeah.
<span style="color:chartreuse;">Maedhro:</span>Take your shirt off $playerName.
<span id="part1">
<<link "//I take my shirt off as Maedhro continues moving her hand.//">>
<<replace "#part1">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2nakedarousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:chartreuse;">Maedhro:</span> It doesn't hurt, does it?
<span style="color:cadetblue;">$playerName:</span> N-no.
//It feels great actually.//
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time472.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time479.webp" width=500 /><</if>>
<span style="color:cadetblue;">$playerName:</span> Uuuuhhhh...
<span style="color:chartreuse;">Maedhro:</span> Your moans are really cute.
<span style="color:cadetblue;">$playerName:</span> (blushing harder)
<span style="color:chartreuse;">Maedhro:</span> I saw your face you know.
<span style="color:chartreuse;">Maedhro:</span> When I was... sucking their cocks.
<span style="color:chartreuse;">Maedhro:</span> And you just kept watching.... with that look... why?
<img src="Images/Rework066time/Rework066time506.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> I don't... I don't know...
<span style="color:cadetblue;">$playerName:</span> I just...
//Mhhhh... My mind is rushing.//
//It's hard to think.//
<span style="color:cadetblue;">$playerName:</span> I guess I got aroused.
<span style="color:chartreuse;">Maedhro:</span> What? (her hand movement stops)
<span id="inner1">
<<link "//Shit!//">>
<<replace "#inner1">>
<<set $masclevel2nakedarousedface1 to false>>\
<<set $masclevel2nakeddefaultface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time475.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Aroused?
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Aroused by... what?
//Shit!//
<span style="color:cadetblue;">$playerName:</span> I.. no.. I.. I'm sorry... I-
<span style="color:chartreuse;">Maedhro:</span> By me?
<span style="color:cadetblue;">$playerName:</span> (blushing)... No...
<span style="color:chartreuse;">Maedhro:</span> You are lying.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:cadetblue;">$playerName:</span> I don't know...
<span style="color:cadetblue;">$playerName:</span> I honestly don't know why.
<span style="color:chartreuse;">Maedhro:</span> ...
<span id="inner2">
<<link "//She goes down and takes my dick into her mouth.//">>
<<replace "#inner2">>
<<set $masclevel2nakeddefaultface3 to false>>\
<<set $masclevel2nakedarousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time491.png" height=500 /><<else>> <img src="Images/Rework066time/Rework066time492.webp" width=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> (slow slurp) (slow slurp)
<span style="color:white;">playerNaem:</span> Nhhhhhh!
<span style="color:chartreuse;">Maedhro:</span> (slow slurp)
<span style="color:chartreuse;">Maedhro:</span> (slow slurp)
<img src="Images/Rework066time/Rework066time507.png" height=500 />
//Her mouth feels so good.//
<span style="color:chartreuse;">Maedhro:</span> I know it was a horrible situation. (slurp)
<span style="color:chartreuse;">Maedhro:</span> But I want you to know having you there with me made it less worse. (slurp).. (slurp)...
//I reach out and put my hand on her head.//
<img src="Images/Rework066time/Rework066time508.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> Ahhhh..
<span style="color:chartreuse;">Maedhro:</span> (slurp) Your dick is so much better (slurp)
<span style="color:chartreuse;">Maedhro:</span> So much... (slurp)... sweeter....
<img src="Images/Rework066time/Rework066time509.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Ahhh
<span style="color:cadetblue;">$playerName:</span> Maedhro!
<span style="color:cadetblue;">$playerName:</span> I'm...
<span style="color:chartreuse;">Maedhro:</span> (fast slurp) (fast slurp)
<<if $onlyImages is true>> <img src="Images/Rework066time/Rework066time477.png" height=500 /> <<else>> <img src="Images/Rework066time/Rework066time478.webp" width=500 /><</if>>
<span style="color:cadetblue;">$playerName:</span> Oh! I'm...
//She takes my cock out of her mouth and starts stroking it with her hand.//
<span style="color:chartreuse;">Maedhro:</span> Cumming?
<span style="color:cadetblue;">$playerName:</span> Cumming!
<span style="color:chartreuse;">Maedhro:</span> (shocked) Ahhhh?
<span id="inner3">
<<link "//I shoot my load onto her face.//">>
<<replace "#inner3">>
<<set $masclevel2nakedarousedface1 to false>>\
<<set $masclevel2nakedarousedcumface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time498.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Haaaaaah!
//I take a few seconds to regain my breath.//
//My heart is beating fast.//
//Fuck.//
//That was amazing.//
//As I look at Maedhro.//
<span id="vb">
<<link "//She scoops some cum onto her fingers and looks at her hand.//">>
<<replace "#vb">>
<<set $masclevel2nakedarousedcumface1 to false>>\
<<set $masclevel2nakeddefaultface4 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time495.png" height=500 />
//Is she thinking about eating it?//
//Maedhros face becomes flush as she looks at me and she puts her hand away.//
<span style="color:cadetblue;">$playerName:</span> Want me to do the same to you?
<span style="color:chartreuse;">Maedhro:</span> (blushes) What? No. No. Not today no.
//She gets her top and puts it back on.//
<img src="Images/Rework066time/Rework066time497.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I'll need to go to sleep.
<span style="color:cadetblue;">$playerName:</span> Oh. Ok.
<span style="color:chartreuse;">Maedhro:</span> (hesitates) Could we... do this again?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> Good night $playerName.
<span style="color:cadetblue;">$playerName:</span> Good night Maedhro.
//Wow....//
//What a night?//
//And I could do it again with her!//
//I can't wait to do this again!//
<<link "Continue">>
<<set $maedhroStory to 11>>
<<set $masclevel2nakeddefaultface4 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $mascDefaultLevel2 to false>>\
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</if>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//That's enough for one day.//
<span id="outer1">
<<link "//I am starting to put my books back into my bookbag and I hear-//">>
<<replace "#outer1">>
<<shake 2s>>
//(knock)//
//(knock)//
//(knock)//
<</shake>>
//Hmm..//
<span id="outer2">
<<link "//I walk up to my bedroom door and open it.//">>
<<replace "#outer2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time500.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Maedhro?
<span style="color:cadetblue;">$playerName:</span> Everything ok?
//She smiles.//
<span style="color:chartreuse;">Maedhro:</span> It's so nice to hear that.
<span style="color:chartreuse;">Maedhro:</span> You caring about me.
<span style="color:cadetblue;">$playerName:</span> Of course.
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> May I come in?
<span style="color:cadetblue;">$playerName:</span> Yes.
<span id="outer3">
<<link "//I let her through the door, and she goes to sit on my bed.//">>
<<replace "#outer3">>
<img src="Images/Rework066time/Rework066time511.jpg" height=500 />
//As she sits down, there is a small pause in the room.//
<span style="color:chartreuse;">Maedhro:</span> Would you sit next to me $playerName (pats on the bed)?
<span style="color:cadetblue;">$playerName:</span> Sure.
<span style="color:chartreuse;">Maedhro:</span> I'm.. I'm..
//Looks like she is struggling to breath.//
<span style="color:cadetblue;">$playerName:</span> Maedhro?
//She starts blushing.//
<span style="color:chartreuse;">Maedhro:</span> Sorry. (deep exhale)
<span style="color:cadetblue;">$playerName:</span> Is something wrong?
<span id="outer4">
<<link "//She locks eyes with me.//">>
<<replace "#outer4">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time566.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> You have really helped me a lot $playerName.
<span style="color:cadetblue;">$playerName:</span> Emm. Ok.
<span style="color:chartreuse;">Maedhro:</span> No.. (frustrating pause).. You don't understand.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> (to herself) Why is it so hard to put into words?
<span style="color:chartreuse;">Maedhro:</span> (pauses) I wanted to tell you something.
<span style="color:cadetblue;">$playerName:</span> Ok?
<span style="color:chartreuse;">Maedhro:</span> I like you.
<span style="color:chartreuse;">Maedhro:</span> Like...
<span style="color:chartreuse;">Maedhro:</span> I really really like you...
<span id="outer5">
<<link "//She puts her arm on my thigh and leans forward.//">>
<<replace "#outer5">>
<<set $mascLevel2curiousface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time567.jpg" height=500 />
//Our faces inches away from one another.//
<span style="color:chartreuse;">Maedhro:</span> Do you... also... like me?
<span style="color:cadetblue;">$playerName:</span> I do-
//Hearing that she immidietly leans in for a kiss.//
//Looks like that was all she needed to hear to make her move.//
<span id="outer6">
<<link "//Our lips connect and-//">>
<<replace "#outer6">>
<<set $mascLevel2blushface1 to false>>\
<<set $mascLevel2cummingface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time461.png" height=500 />
//Now our tongues are also getting into the mix.//
<span style="color:chartreuse;">Maedhro:</span> Mhhhh...
//We fall onto the bed in the middle of our kiss.//
//And then the kiss breaks.//
//We start panting.//
<span style="color:chartreuse;">Maedhro:</span> Ah...
<span style="color:chartreuse;">Maedhro:</span> (looks at me and smiles)
<span style="color:chartreuse;">Maedhro:</span> Oh! $playerName.
<span style="color:cadetblue;">$playerName:</span> Hmm?
<img src="Images/Rework066time/Rework066time468.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I don't want to rush anything.
<span style="color:chartreuse;">Maedhro:</span> I still don't understand what is happening with me and...
<span style="color:chartreuse;">Maedhro:</span> I guess I'm... not ready for.. you know.. that..
<span style="color:cadetblue;">$playerName:</span> It's ok.
//I understand. She is still shy and-//
<span style="color:chartreuse;">Maedhro:</span> But.
<span style="color:chartreuse;">Maedhro:</span> I thought I could do something else.
<span style="color:cadetblue;">$playerName:</span> What?
//In quick fashion she gets up from the bed and kneels between my legs at the edge of the bed.//
<span id="outer7">
<<link "//Takes off her top revealing her breasts.//">>
<<replace "#outer7">>
<<set $mascLevel2cummingface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time568.png" height=500 />
//Then she starts tugging at my pants.//
<span style="color:cadetblue;">$playerName:</span> (gulp)
<span style="color:cadetblue;">$playerName:</span> Maedhro..
//She continues to take my pants off.//
<span id="outer8">
<<link "//Once their off he grabs my cock.//">>
<<replace "#outer8">>
<img src="Images/Rework066time/Rework066time569.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Whoa.
<span style="color:chartreuse;">Maedhro:</span> It's so cute.
<span style="color:chartreuse;">Maedhro:</span> Would you take off your top as well.
<span style="color:chartreuse;">Maedhro:</span> (blushes) I'd like to see your breasts as well.
<span id="add1">
<<link "//She holds my cock as I take my top off.//">>
<<replace "#add1">>
<<set $masclevel2arousedface3 to false>>\
<<set $masclevel2nakeddefaultface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//When it's off she starts to move her hand.//
<img src="Images/Rework066time/Rework066time570.png" height=500 />
//Up and down.//
//Slow and steady.//
//Ahhh....//
<span style="color:chartreuse;">Maedhro:</span> Am I doing it right?
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time472.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time479.webp" width=500 /><</if>>
<span style="color:cadetblue;">$playerName:</span> Ehhh.
//She is a little bit rough though.//
//Ahhh.//
<span id="add2">
<<link "//Fuck.//">>
<<replace "#add2">>
<<set $masclevel2nakeddefaultface3 to false>>\
<<set $masclevel2nakedarousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time571.png" height=500 />
//But it feels good.//
<span style="color:cadetblue;">$playerName:</span> It's good.
<span style="color:chartreuse;">Maedhro:</span> It's so hard.
//As she is stroking she gets lazer focused on watching my cock grow and grow in her hands.//
<img src="Images/Rework066time/Rework066time572.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> (gulp)..
<span style="color:chartreuse;">Maedhro:</span> I..
<span style="color:chartreuse;">Maedhro:</span> I don't know if I should?
<span style="color:cadetblue;">$playerName:</span> Mhhh..
<img src="Images/Rework066time/Rework066time572.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Should what?
<span style="color:chartreuse;">Maedhro:</span> Take it... in my... mouth..
<span style="color:cadetblue;">$playerName:</span> Maedhro...
<span id="outer9">
<<link "//She takes the tip of my cock into her mouth.//">>
<<replace "#outer9">>
<<set $masclevel2nakedarousedface3 to false>>\
<<set $masclevel2nakedarousedface4 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time573.png" height=500 />
//Oh fuck.//
//Her mouth is warm and-//
//And-//
//So good.//
<img src="Images/Rework066time/Rework066time574.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Ahhh...
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:chartreuse;">Maedhro:</span> Does that feel good $playerName?
<span style="color:cadetblue;">$playerName:</span> Ye-ah...
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time575.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time576.webp" width=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> Owkay (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> Mhhhh...
<span style="color:cadetblue;">$playerName:</span> This feels good Maedhro.
<span style="color:cadetblue;">$playerName:</span> Really..
<span style="color:cadetblue;">$playerName:</span> Mhhh..
<span id="outer10">
<<link "//Maedhro tries to take it in deeper but immediately starts coughing.//">>
<<replace "#outer10">>
<<set $masclevel2nakedarousedface4 to false>>\
<<set $masclevel2nakedarousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time577.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (coughs)...
<span style="color:cadetblue;">$playerName:</span> You ok?
<span style="color:chartreuse;">Maedhro:</span> Yeah... I managed to take it wholly but could just hold it for a second.
//She looks a bit disappointed but continues sucking my dick off as beforehand.//
<img src="Images/Rework066time/Rework066time578.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> Mhhhh..
<span style="color:chartreuse;">Maedhro:</span> (slurp)
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time579.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time580.webp" width=500 /><</if>>
<span style="color:cadetblue;">$playerName:</span> Maedhro I am getting close.
//She takes my cock out of her mouth and starts jerking it off with her hand.//
<span style="color:chartreuse;">Maedhro:</span> Yeah?
<span style="color:chartreuse;">Maedhro:</span> You going to cum?
<img src="Images/Rework066time/Rework066time571.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Mhm.
<span style="color:chartreuse;">Maedhro:</span> Yeah?
<span style="color:cadetblue;">$playerName:</span> Yes!
<span id="outer11">
<<link "//I shoot my load.//">>
<<replace "#outer11">>
<<set $masclevel2nakedarousedface2 to false>>\
<<set $masclevel2nakedarousedcumface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time582.png" height=500 />
//Ahhh...//
//Fuuuuck!//
<span style="color:chartreuse;">Maedhro:</span> So much!
<span style="color:chartreuse;">Maedhro:</span> ...
//She looks at the cum thinking about something.//
//Is she considering to eat it or-//
<span id="another">
<<link "//She looks at me and smiles.//">>
<<replace "#another">>
<<set $masclevel2nakedarousedcumface1 to false>>\
<<set $masclevel2nakeddefaultface5 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:chartreuse;">Maedhro:</span> Was it good?
<span style="color:cadetblue;">$playerName:</span> It was really good.
<span style="color:chartreuse;">Maedhro:</span> (smiles)
<span style="color:cadetblue;">$playerName:</span> Want me to do the same to you?
<img src="Images/Rework066time/Rework066time583.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (blushes) What? No. No. Not today no.
<span id="outer12">
<<link "//She gets her top and puts it back on.//">>
<<replace "#outer12">>
<<set $masclevel2nakeddefaultface5 to false>>\
<<set $masclevel2nakeddefaultface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time584.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I'll need to go to sleep.
<span style="color:cadetblue;">$playerName:</span> Oh. Ok.
<span style="color:chartreuse;">Maedhro:</span> (hesitates) Could we... do this again?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> Good night $playerName.
<span style="color:cadetblue;">$playerName:</span> Good night Maedhro.
//Wow....//
//What a night?//
//And I could do it again with her!//
//I can't wait to do this again!//
<<link "Continue">>
<<set $masclevel2nakeddefaultface3 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 11>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//That's enough for one day.//
<span id="outer1">
<<link "//I am starting to put my books back into my bookbag and I hear-//">>
<<replace "#outer1">>
<<shake 2s>>
//(knock)//
//(knock)//
//(knock)//
<</shake>>
//Hmm..//
<span id="outer2">
<<link "//I walk up to my bedroom door and open it.//">>
<<replace "#outer2">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2notsureface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time510.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Maedhro?
<span style="color:cadetblue;">$playerName:</span> Everything ok?
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> You want to come in?
//She nods.//
//I step a side and let her in.//
//She makes her way in.//
<span style="color:chartreuse;">Maedhro:</span> (quietly) Thanks.
//She walks past me and I close the door behind her.//
<span style="color:cadetblue;">$playerName:</span> Sit down.
<span id="outer3">
<<link "//She looks around the room and then sits on my bed.//">>
<<replace "#outer3">>
<img src="Images/Rework066time/Rework066time501.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> So?
//She stays quiet.//
//I walk over and sit next to her.//
<span style="color:chartreuse;">Maedhro:</span> I saw what you did...
<span style="color:chartreuse;">Maedhro:</span> In the backyard.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> I saw all of it...
//She pauses and looks up.//
<<if $guardsFutaDom is true>>
<span style="color:chartreuse;">Maedhro:</span> I can't believe you did that to them.
<span style="color:chartreuse;">Maedhro:</span> And I should be mad and angry at you..
<img src="Images/Rework066time/Rework066time504.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> But I'm not.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> You did that for me.
<span style="color:chartreuse;">Maedhro:</span> And made them (with determination in her eyes) PAY!
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<<else>>
<span style="color:chartreuse;">Maedhro:</span> And I can't belive what they did to you.
<span style="color:chartreuse;">Maedhro:</span> That you offered yourself for me.
<img src="Images/Rework066time/Rework066time466.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> And I should be mad and angry at you for putting yourself into that situation...
<span style="color:chartreuse;">Maedhro:</span> But I'm not.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> You did that for me.
<span style="color:chartreuse;">Maedhro:</span> You did that for ME!
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:cadetblue;">$playerName:</span> ...
<</if>>
<span style="color:chartreuse;">Maedhro:</span> And I...
<span style="color:chartreuse;">Maedhro:</span> And I want to...
<span style="color:chartreuse;">Maedhro:</span> $playerName.
<span style="color:cadetblue;">$playerName:</span> Yeah?
<span style="color:chartreuse;">Maedhro:</span> In the recent days.
<span style="color:chartreuse;">Maedhro:</span> We have become so close.
<span style="color:chartreuse;">Maedhro:</span> And I..
<span style="color:chartreuse;">Maedhro:</span> And I really have started to like you.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> I like you $playerName.
<span style="color:cadetblue;">$playerName:</span> I like you too Maedhro.
<span style="color:chartreuse;">Maedhro:</span> No. You don't... understand.
<span style="color:chartreuse;">Maedhro:</span> I really really like you (she locks eyes with me).
<img src="Images/Rework066time/Rework066time459.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Do you... also... like me? (gulp)
<span style="color:cadetblue;">$playerName:</span> I do-
//Hearing that she immidietly leans in for a kiss.//
//Looks like that was all she needed to hear to make her move.//
<span id="outer4">
<<link "//Our lips connect and-//">>
<<replace "#outer4">>
<<set $mascLevel2notsureface1 to false>>\
<<set $masclevel2arousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time462.png" height=500 />
//Now our tongues are also getting into the mix.//
<span style="color:chartreuse;">Maedhro:</span> Mhhhh...
//We fall onto the bed in the middle of our kiss.//
//And then the kiss breaks.//
//We start panting.//
<span style="color:chartreuse;">Maedhro:</span> Ah...
<span style="color:chartreuse;">Maedhro:</span> (looks at me and smiles)
<span style="color:chartreuse;">Maedhro:</span> Oh! $playerName.
<span style="color:cadetblue;">$playerName:</span> Hmm?
<img src="Images/Rework066time/Rework066time468.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I don't want to rush anything.
<span style="color:chartreuse;">Maedhro:</span> I still don't understand what is happening with me and...
<span style="color:chartreuse;">Maedhro:</span> I guess I'm... not ready for.. you know.. that..
<span style="color:cadetblue;">$playerName:</span> It's ok.
//I understand. She is still shy and-//
<span style="color:chartreuse;">Maedhro:</span> But.
<img src="Images/Rework066time/Rework066time469.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I thought I could do something else.
<span style="color:cadetblue;">$playerName:</span> What?
//In quick fashion she gets up from the bed and kneels between my legs at the edge of the bed.//
<span id="outer5">
<<link "//Takes off her top revealing her breasts.//">>
<<replace "#outer5">>
<<set $masclevel2arousedface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time585.jpg" height=500 />
//Then she starts tugging at my pants.//
<span style="color:cadetblue;">$playerName:</span> Maedhro..
//She continues to take my pants off.//
//Once their off he grabs my cock.//
<span style="color:chartreuse;">Maedhro:</span> Whoa.
<span style="color:chartreuse;">Maedhro:</span> It's so cute.
<span style="color:chartreuse;">Maedhro:</span> Would you take off your top as well.
<span style="color:chartreuse;">Maedhro:</span> (blushes) I'd like to see your breasts as well.
<span id="outer6">
<<link "//She holds my cock as I take my top off.//">>
<<replace "#outer6">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2nakeddefaultface4 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time472.png" height=500 />
//When it's off she starts to move her hand.//
//Up and down.//
//Slow and steady.//
//Ahhh....//
<img src="Images/Rework066time/Rework066time473.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Am I doing it right?
<span style="color:cadetblue;">$playerName:</span> Ehhh.
//She is a little bit rough though.//
//Ahhh.//
<span id="add1">
<<link "//Fuck.//">>
<<replace "#add1">>
<<set $masclevel2nakeddefaultface4 to false>>\
<<set $masclevel2nakedarousedface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time474.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time479.webp" height=500 />
//But it feels good.//
<span style="color:cadetblue;">$playerName:</span> It's good.
<span style="color:chartreuse;">Maedhro:</span> It's so hard.
//As she is stroking she gets lazer focused on watching my cock grow and grow in her hands.//
<img src="Images/Rework066time/Rework066time475.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> (gulp)..
<span style="color:chartreuse;">Maedhro:</span> I..
<span style="color:chartreuse;">Maedhro:</span> I don't know if I should?
<span style="color:cadetblue;">$playerName:</span> Mhhh..
<span style="color:cadetblue;">$playerName:</span> Should what?
<span style="color:chartreuse;">Maedhro:</span> Take it... in my... mouth..
<span style="color:cadetblue;">$playerName:</span> Maedhro...
<span id="outer7">
<<link "//She takes the tip of my cock into her mouth.//">>
<<replace "#outer7">>
<<set $masclevel2nakedarousedface1 to false>>\
<<set $masclevel2nakedarousedface5 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time586.png" height=500 />
//Oh fuck.//
//Her mouth is warm and-//
//And-//
//So good.//
<img src="Images/Rework066time/Rework066time575.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> Ahhh...
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:chartreuse;">Maedhro:</span> Does that feel good $playerName?
<span style="color:cadetblue;">$playerName:</span> Ye-ah...
<img src="Images/Rework066time/Rework066time477.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Owkay (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> Mhhhh...
<span style="color:cadetblue;">$playerName:</span> This feels good Maedhro.
<span style="color:cadetblue;">$playerName:</span> Really..
<span style="color:cadetblue;">$playerName:</span> Mhhh..
<span id="outer8">
<<link "//Maedhro tries to take it in deeper but immediately starts coughing.//">>
<<replace "#outer8">>
<<set $masclevel2nakedarousedface5 to false>>\
<<set $masclevel2nakedarousedface2 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time577.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (coughs)...
<span style="color:cadetblue;">$playerName:</span> You ok?
<span style="color:chartreuse;">Maedhro:</span> Yeah... I managed to take it wholly but could just hold it for a second.
//She looks a bit disappointed but continues sucking my dick off as beforehand.//
<<if $onlyImages is true>><img src="Images/Rework066time/Rework066time578.png" height=500 /><<else>><img src="Images/Rework066time/Rework066time523.webp" height=500 /><</if>>
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<span style="color:cadetblue;">$playerName:</span> Mhhhh..
<span style="color:chartreuse;">Maedhro:</span> (slurp)
<span style="color:chartreuse;">Maedhro:</span> (slurp) (slurp)
<img src="Images/Rework066time/Rework066time587.jpg" width=500 />
<span style="color:cadetblue;">$playerName:</span> Maedhro I am getting close.
//She takes my cock out of her mouth and starts jerking it off with her hand.//
<span style="color:chartreuse;">Maedhro:</span> Yeah?
<span style="color:chartreuse;">Maedhro:</span> You going to cum?
<img src="Images/Rework066time/Rework066time588.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Mhm.
<span style="color:chartreuse;">Maedhro:</span> Yeah?
<span style="color:cadetblue;">$playerName:</span> Yes!
<span id="outer9">
<<link "//I shoot my load.//">>
<<replace "#outer9">>
<<set $masclevel2nakedarousedface2 to false>>\
<<set $masclevel2nakedarousedcumface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time589.jpg" height=500 />
//Ahhh...//
//Fuuuuck!//
<span style="color:chartreuse;">Maedhro:</span> So much!
<span style="color:chartreuse;">Maedhro:</span> ...
//She looks at the cum thinking about something.//
//Is she considering to eat it or-//
<span id="add2">
<<link "//She looks at me and smiles.//">>
<<replace "#add2">>
<<set $masclevel2nakedarousedcumface1 to false>>\
<<set $masclevel2nakeddefaultface4 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework066time/Rework066time590.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Was it good?
<span style="color:cadetblue;">$playerName:</span> It was really good.
<span style="color:chartreuse;">Maedhro:</span> (smiles)
<span style="color:cadetblue;">$playerName:</span> Want me to do the same to you?
<img src="Images/Rework066time/Rework066time583.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> (blushes) What? No. No. Not today no.
//She gets her top and puts it back on.//
<span style="color:chartreuse;">Maedhro:</span> I'll need to go to sleep.
<span style="color:cadetblue;">$playerName:</span> Oh. Ok.
<span style="color:chartreuse;">Maedhro:</span> (hesitates) Could we... do this again?
<span style="color:cadetblue;">$playerName:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> (soft smile)
<span style="color:chartreuse;">Maedhro:</span> Good night $playerName.
<img src="Images/Rework066time/Rework066time584.jpg" height=500 />
<span style="color:cadetblue;">$playerName:</span> Good night Maedhro.
//Wow....//
//What a night?//
//And I could do it again with her!//
//I can't wait to do this again!//
<<link "Continue">>
<<set $masclevel2nakeddefaultface4 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroStory to 11>>
<<set $day to advanceDay($day)>>
<<set $time to "Early Morning">>
<<set $daynumber +=1>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span> 3. FEMS:
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I go to see Maedhro.//
//As I open the door, I see him sitting behind a desk, making all kinds of various hand gestures.//
<span style="color:cadetblue;">$playerName:</span> Hey.
<img src="Images/Rework066time/Rework066time591.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Oh, hey $playerName.
<span style="color:cadetblue;">$playerName:</span> What are you up to?
<span style="color:chartreuse;">Maedhro:</span> Emm.. Just studying.
<span style="color:chartreuse;">Maedhro:</span> School stuff.
<span style="color:cadetblue;">$playerName:</span> They are teaching hand gestures in Physiology?
<span style="color:chartreuse;">Maedhro:</span> Oh?
<span style="color:chartreuse;">Maedhro:</span> No. No.
<span style="color:chartreuse;">Maedhro:</span> I'm practising for magic classes.
<span style="color:cadetblue;">$playerName:</span> ...
<img src="Images/Rework066time/Rework066time592.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> What?
<span style="color:chartreuse;">Maedhro:</span> I know I can make it to top of my class.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> This is my dream $playerName.
<span id="choice1">
<<link "//Be supportive //🔱">>
<<replace "#choice1">>
<span style="color:cadetblue;">$playerName:</span> Look Maedhro
<span style="color:cadetblue;">$playerName:</span> If it is your dream.
<span style="color:cadetblue;">$playerName:</span> Go for it!
<img src="Images/Rework066time/Rework066time593.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> $playerName.
<span style="color:chartreuse;">Maedhro:</span> Thanks.
//I give him a soft smile and leave him be.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroDomSub ++>>
<<set $time to advanceTime($time)>>\
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Be realistic //⛓️">>
<<replace "#choice1">>
<span style="color:cadetblue;">$playerName:</span> The changes of you getting into magic classes is very small Maedhro.
<span style="color:chartreuse;">Maedhro:</span> Yeah. I know.
<span style="color:cadetblue;">$playerName:</span> Just focus on your current studies.
<span style="color:cadetblue;">$playerName:</span> I mean.
<span style="color:cadetblue;">$playerName:</span> In a way that's your best way of getting in right?
<span style="color:cadetblue;">$playerName:</span> Beeing top of your class.
<img src="Images/Rework066time/Rework066time594.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> Youre right.
//He closes the magic book and picks up his study material.//
<span style="color:cadetblue;">$playerName:</span> Catch ya later.
<span style="color:chartreuse;">Maedhro:</span> Yeah...
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroDomSub -->>
<<set $time to advanceTime($time)>>\
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>>
</span><<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I go to see Maedhro.//
//As I open the door, I see him sitting behind a desk, making all kinds of various hand gestures.//
<span style="color:cadetblue;">$playerName:</span> Hey.
<img src="Images/Rework066time/Rework066time595.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Oh, hey $playerName.
<span style="color:cadetblue;">$playerName:</span> What are you up to?
<span style="color:chartreuse;">Maedhro:</span> Emm.. Just studying.
<span style="color:chartreuse;">Maedhro:</span> School stuff.
<span style="color:cadetblue;">$playerName:</span> They are teaching hand gestures in Physiology?
<span style="color:chartreuse;">Maedhro:</span> Oh?
<span style="color:chartreuse;">Maedhro:</span> No. No.
<span style="color:chartreuse;">Maedhro:</span> I'm practising for magic classes.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> What?
<img src="Images/Rework066time/Rework066time596.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I know I can make it top of my class.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> This is my dream $playerName.
<span id="choice1">
<<link "//Be supportive //🔱">>
<<replace "#choice1">>
<span style="color:cadetblue;">$playerName:</span> Look Maedhro
<span style="color:cadetblue;">$playerName:</span> If it is your dream.
<span style="color:cadetblue;">$playerName:</span> Go for it!
<img src="Images/Rework066time/Rework066time597.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> $playerName.
<span style="color:chartreuse;">Maedhro:</span> Thanks.
//I give him a soft smile and leave him be.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroDomSub ++>>
<<set $time to advanceTime($time)>>\
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Be realistic //⛓️">>
<<replace "#choice1">>
<span style="color:cadetblue;">$playerName:</span> The changes of you getting into magic classes is very small Maedhro.
<span style="color:chartreuse;">Maedhro:</span> Yeah. I know.
<span style="color:cadetblue;">$playerName:</span> Just focus on your current studies.
<span style="color:cadetblue;">$playerName:</span> I mean.
<span style="color:cadetblue;">$playerName:</span> In a way that's your best way of getting in right?
<span style="color:cadetblue;">$playerName:</span> Beeing top of your class.
<span style="color:chartreuse;">Maedhro:</span> ...
<img src="Images/Rework066time/Rework066time598.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> You're right.
//He closes the magic book and picks up his study material.//
<span style="color:cadetblue;">$playerName:</span> Catch ya later.
<span style="color:chartreuse;">Maedhro:</span> Yeah...
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $mascDefaultLevel2 to true>>\
<<set $maedhroDomSub -->>
<<set $time to advanceTime($time)>>\
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>>
</span><<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I go to see Maedhro.//
//As I open the door, I see him sitting behind a desk, making all kinds of various hand gestures.//
<span style="color:cadetblue;">$playerName:</span> Hey.
<img src="Images/Rework066time/Rework066time595.jpg" height=500 />
<span style="color:chartreuse;">Maedhro:</span> Oh, hey $playerName.
<span style="color:cadetblue;">$playerName:</span> What are you up to?
<span style="color:chartreuse;">Maedhro:</span> Emm.. Just studying.
<span style="color:chartreuse;">Maedhro:</span> School stuff.
<span style="color:cadetblue;">$playerName:</span> They are teaching hand gestures in Physiology?
<span style="color:chartreuse;">Maedhro:</span> Oh?
<span style="color:chartreuse;">Maedhro:</span> No. No.
<span style="color:chartreuse;">Maedhro:</span> I'm practising for magic classes.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> What?
<img src="Images/Rework066time/Rework066time596.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> I know I can make it to top of my class.
<span style="color:cadetblue;">$playerName:</span> ...
<span style="color:chartreuse;">Maedhro:</span> This is my dream $playerName.
<span id="choice1">
<<link "//Be supportive //🔱">>
<<replace "#choice1">>
<span style="color:cadetblue;">$playerName:</span> Look Maedhro
<span style="color:cadetblue;">$playerName:</span> If it is your dream.
<span style="color:cadetblue;">$playerName:</span> Go for it!
<img src="Images/Rework066time/Rework066time597.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> $playerName.
<span style="color:chartreuse;">Maedhro:</span> Thanks.
//I give him a soft smile and leave him be.//
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroDomSub ++>>
<<set $time to advanceTime($time)>>\
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Be realistic //⛓️">>
<<replace "#choice1">>
<span style="color:cadetblue;">$playerName:</span> The changes of you getting into magic classes is very small Maedhro.
<span style="color:chartreuse;">Maedhro:</span> Yeah. I know.
<span style="color:cadetblue;">$playerName:</span> Just focus on your current studies.
<span style="color:cadetblue;">$playerName:</span> I mean.
<span style="color:cadetblue;">$playerName:</span> In a way that's your best way of getting in right?
<span style="color:cadetblue;">$playerName:</span> Beeing top of your class.
<img src="Images/Rework066time/Rework066time598.png" height=500 />
<span style="color:chartreuse;">Maedhro:</span> ...
<span style="color:chartreuse;">Maedhro:</span> Yeah.
<span style="color:chartreuse;">Maedhro:</span> Youre right.
//He closes the magic book and picks up his study material.//
<span style="color:cadetblue;">$playerName:</span> Catch ya later.
<span style="color:chartreuse;">Maedhro:</span> Yeah...
<<link "Continue">>
<<set $mascLevel2defaultface1 to false>>\
<<set $femDefaultLevel2 to true>>\
<<set $maedhroDomSub -->>
<<set $time to advanceTime($time)>>\
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2strugleangryface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $excerscidedBedroomToday to true>>\
<<set $strength ++>>\
//I get down on the floor and start doing pushups.//
//Only ten.//
//I can do it.//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update228.png" height=500 /> <<else>><img src="Images/MainCharacter/workout3.gif"/><</if>>
//One...//
//Two...//
//...//
//Ten...//
<span id="pumpIt">
<<link "//Ok time to go//">>
<<if $mascC is true>>
<<set $mascDefaultLevel2 to true>>
<<set $mascLevel2strugleangryface1 to false>>
<<elseif $femC is true>>
<<set $femDefaultLevel2 to true>>
<<set $mascLevel2strugleangryface1 to false>>
<</if>>
<<goto "My Bedroom">>
<</link>> | \
<<link "//I can do ten more ⏰💪//">>
<<replace "#pumpIt">>
//Just ten more.//
//I got this.//
//One...//
//Two...//
<<if $onlyImages is true>><img src="Images/Rework065update/Rework065update228.png" height=500 /> <<else>><img src="Images/MainCharacter/workout3.gif"/><</if>>
//...//
//Ten...//
//Huh...//
//Hope it pays off.//
<<link "Ok time to go">>
<<if $mascC is true>>
<<set $mascDefaultLevel2 to true>>
<<set $mascLevel2strugleangryface1 to false>>
<<elseif $femC is true>>
<<set $femDefaultLevel2 to true>>
<<set $mascLevel2strugleangryface1 to false>>
<</if>>
<<set $strength ++>>
<<set $time to advanceTime($time)>>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel2defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<<set $inledyaRel +=2>>\
<<set $cleanedThisWeek to true>>\
//I decide to clean my room. I take the mop from the closet and begin cleaning. //
<<if $onlyImages is true>> <img src="Images/Rework065update/Rework065update224.png" height=500 /> <<else>> <img src="Images/MainCharacter/cleaning-bedroom2.gif" width=400/><</if>>
//As I clean the room, I hear footsteps approaching.//
<span style="color:coral;">Inledya:</span> Well look at you $playerName.
<span style="color:coral;">Inledya:</span> The floor is so clean that it shines.
<span style="color:coral;">Inledya:</span> You even got the dust and dirt in the corners.
<img src="Images/Rework065update/Rework065update226.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Very well done.
//She comes closer and gives you a hug.//
//Pressing your face against her breasts, you feel the warmth.//
<span style="color:coral;">Inledya:</span> Good boy.
<span id="yes">
<<link "//After some time passes, she breaks the hug.//">>\
<<replace "#yes">>
<<if $mascC is true>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<<elseif $femC is true>>\
<<set $mascLevel2defaultface1 to false>>\
<<set $mascLevel2blushface1 to true>>\
<</if>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<<if $onlyImages is true>> <img src="Images/Rework065update/Rework065update225.png" height=500 /> <<else>> <img src="Images/Rework065update/Rework065update226.webp" height=500 /><</if>>
<span style="color:coral;">Inledya:</span> You deserve to masturbate now $playerName.
<span style="color:coral;">Inledya:</span> Take out your manhood and stroke that.
<span style="color:coral;">Inledya:</span> Stroke that till it shoots out all that cum.
<span style="color:coral;">Inledya:</span> Do it $playerName.
<span style="color:coral;">Inledya:</span>Do it! Mhhhh.
<span id="what">
<<link "//Inledya....//">>
<<replace "#what">>
<<set $mascLevel2blushface1 to false>>\
<<set $masclevel2arousedface3 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Rework065update/Rework065update227.jpg" height=500 />
<span style="color:coral;">Inledya:</span> (mubles)
<span style="color:coral;">Inledya:</span> playerName?
<span style="color:cadetblue;">$playerName:</span> (blushes) Yeah?
<span style="color:coral;">Inledya:</span> I said potatoes or rice?
<span style="color:cadetblue;">$playerName:</span> Uh, rice?
<span style="color:coral;">Inledya:</span> Ok.
<span style="color:coral;">Inledya:</span> It'll be ready in a bit.
<span style="color:cadetblue;">$playerName:</span> Thanks Auntie.
//She leaves the room.//
//It happened again...//
//My mind just wandered off on its own.//
//And once again, the thought of her...//
//This is so wrong, isn't it?//
//But I can't stop thinking about her.//
//Stop it!//
//Get my self together.//
<<if $mascC is true>>\
<<set $mascDefaultLevel2 to true>>\
<<set $masclevel2arousedface3 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel2 to true>>\
<<set $masclevel2arousedface3 to false>>\
<</if>>\
[[Continue|My Bedroom][$time to advanceTime($time)]]
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><style>
body {
background-image: url("Images/Locations/mainpagebackground1.jpg"); /* Replace with your image path */
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
min-height: 100vh;
}
.character-creation-content {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 15px;
padding: 0em;
max-width: 800px;
margin: 0em;
color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
text-align: center;
margin-top: 0px;
padding-top: 0px;
}
.character-image {
border-radius: 10px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
margin: 1.5em 0;
}
.name-input {
padding: 0em;
}
.continue-link {
display: inline-block;
background-color: rgba(70, 70, 70, 0.8);
padding: 0.8em 1.5em;
margin: 1em 0;
border-radius: 8px;
color: #fff !important;
text-decoration: none;
transition: all 0.3s ease;
}
.continue-link:hover {
background-color: rgba(100, 100, 100, 0.9);
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
input[type="text"] {
background-color: rgba(70, 70, 70, 0.8); /* Matches your button backgrounds */
border: 2px solid #666;
border-radius: 8px; /* Matches your button radius */
padding: 8px 12px;
font-size: 16px;
color: #fff; /* White text like other elements */
margin: 10px 0;
width: 200px;
transition: all 0.3s ease; /* Same smooth transition as buttons */
}
input[type="text"]:hover,
input[type="text"]:focus {
background-color: rgba(100, 100, 100, 0.9); /* Matches button hover */
transform: translateY(-2px); /* Same lift effect as buttons */
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Same shadow as buttons */
outline: none;
border-color: #ffd700; /* Golden color for focus/hover */
}
/* This changes the placeholder text color */
input[type="text"]::placeholder {
color: rgba(255, 255, 255, 0.7);
}
</style>
<div class="character-creation-content">
<h2>Character Creation</h2>
<p>In this game, you'll take on the role of an elf character. You have the opportunity to customize the main character in the story. Let's start by naming your main character.</p>
<div class="name-input">
Name your elf character: <br>
<<textbox "$playerName" "Aricen">>
</div>
<img src="Images/RightSideBar/maincharacterfemfreeroamlvl1image1.png" alt="Elf Character Image" width="400" class="character-image">
[[Continue|WhatACT]]
</div>
<<nobr>>
<<set $char = 0>>
<<set $str = 0 >>
<<set $romance = 0 >>
<<set $lust = 0 >>
<<set $deg = 0 >>
<<set $daynumber = 24 >>
<<set $day= "Monday">>
<<set $time = "Early Morning">>
<<set $money = 20 >>
<<set $rentmo = 25 >>
<<set $face =1 >>
<<set $chest = 1 >>
<<set $legs = 1 >>
<<set $arms = 1 >>
<<set $ass = 1 >>
<<set $penis = 1 >>
<<set $nails = 1 >>
<<set $lips = 1 >>
<<set $asshole = 1>>
<<set $overwear = "nude">>
<<set $underwear = "nude">>
<<set $toy = "nude">>
<<set $bra = "nude">>
<<set $chastity = 0>>
<<set $overwearinventory = []>>
<<set $overwearinventory.push("brown vest")>>
<<set $underwearinventory = [] >>
<<set $underwearinventory.push ("white underwear")>>
<<set $otherinventory = [] >>
<<set $brainventory = [] >>
<<set $toyinventory = [] >>
<<set $wearingfemunderwear = 0 >>
<<set $wearingfemoverwear = 0 >>
<<set $p=0 >>
<<set $intelligence = 15 >>
<<set $charisma = 15>>
<<set $strength = 15>>
<<set $corruption = 20>>
<<set $confidence = 15>>
<<set $technique = 15>>
<<set $haveABook = true>>
<<set $bestAcademyBook = true>>
<<set $crimsonRoseBook = true>>
<<set $latestWarBook = true>>
<<set $nightshadeEliteBook = true>>
<<set $firstDay = 20>>
<<set $pornMagLvl1 = 10>>
<<set $pornMagLvl2 = 10>>
<<set $pornMagLvl3 = 10>>
<<set $inledyaStory = 6>>
<<set $maedhroStory = 3>>
<<set $mainStory = 4>>
<<set $alarielStory = 3>>
<<set $philippaStory = 3>>
<<set $cecilyStory = 1>>
<<set $tookLevel1magFromMe = true>>
<<set $tookLevel2magFromMe = true>>
<<set $tookLevel3magFromMe = false>>
<<set $boughtSecondMag = true>>
<<set $boughtThirdMag = true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $maedhroDom= 0>>
<<set $maedhroSub=0>>
<<set $maedhroDeg = 0>>
<<set $maedhroTrapContent = false>>
<<set $maedhroisatrap = false>>
<<set $maedhroMascNetori = true>>
<<set $maedhroGirl = false>>
<<set $maedhroTrap = false>>
<<set $lust = 0 >>
<<set $deg = 0 >>
<<set $romance = 0 >>
<<set $money = 0 >>
<<set $rentmo = 25 >>
<<set $corruptionLevel1check to true>>
<<set $alarielRelLevel1check to true>>
<<set $maedhroDomSub = $maedhroDomSub || 50>>
<<set $maedhroRel = $maedhroRel || 0>>
<<set $maedhroCorruption = $maedhroCorruption || 0>>
<<set $maedhroHandjob = $maedhroHandjob || 0>>
<<set $maedhroBlowjob = $maedhroBlowjob || 0>>
<<set $maedhroSex = $maedhroSex || 0>>
<<set $maedhroAnal = $maedhroAnal || 0>>
<<set $maedhroKink = $maedhroKink || 0>>
<<set $maedhroRelLevel1check to true>>
<<set $inledyaRelLevel1check to true>>
<<set $herbologyStory = 2>>
<<set $mascDefaultLevel2 to true>>
<</nobr>>
<style>
body {
background-image: url("Images/Locations/mainpagebackground.jpg"); /* Replace with your image path */
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
min-height: 100vh;
}
.character-creation-content {
background-color: rgba(0, 0, 0, 0.6);
border-radius: 15px;
padding: 1em;
max-width: 800px;
margin: 0em;
color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
text-align: center;
}
</style>
<div class="character-creation-content">
Setting preferences for your optimal gameplay (Note: These can be changed at any point under settings on the left).
<div class="settings-option">
<strong>Display Mode:</strong>
<<radiobutton "$dissablemap" true checked>>Normal Mode<br>
<<radiobutton "$dissablemap" false>>Mobile Mode
</div>
If only Images is turned on then Gif's are replaced with images.
<div class="settings-option">
<<radiobutton "$onlyImages" true>>Only Images<br>
<<radiobutton "$onlyImages" false checked>>Mix of Images and GIFs
</div>
Incest settings.
<div class="settings-option">
<<radiobutton "$incestOn" false checked>>Incest Content Off<br>
<<radiobutton "$incestOn" true>>Incest Content On
</div>
[[Continue|MascorFemACTI]]
</div>
<style>
body {
background-image: url("Images/Locations/mainpagebackground1.jpg");
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
padding: 0;
}
.route-type-masc{
background-image: url("Images/Locations/mainpagebackground-masc.jpg");
background-size: cover;
background-position: center;
border: 2px solid #3333ff;
background-blend-mode: overlay;
}
.route-type-fem{
background-image: url("Images/Locations/mainpagebackground-fem.png");
background-size: cover;
background-position: center;
border: 2px solid #ff0066;
background-blend-mode: overlay;
}
.masc-name{
color: #3333ff;
}
.fem-name{
color: #ff0066;
}
.choice-content {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 15px;
padding: 2em;
max-width: 900px;
margin: 0 auto;
color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.title {
text-align: center;
color: #ffd700;
font-size: 1.5em;
margin-bottom: 1.5em;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.route-choices {
display: flex;
justify-content: space-between;
gap: 2em;
margin: 2em 0;
}
.route-column {
flex: 1;
padding: 1.5em;
border-radius: 10px;
background-color: rgba(50, 50, 50, 0.5);
display: flex;
flex-direction: column;
}
.route-title-masc {
text-align: center;
font-size: 1.3em;
color: #3333ff;
margin-bottom: 1em;
padding-bottom: 0.5em;
border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}
.route-title-fem {
text-align: center;
font-size: 1.3em;
color: #ff0066;
margin-bottom: 1em;
padding-bottom: 0.5em;
border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}
.route-type {
margin: 0.5em 0;
padding: 0.5em;
background-color: rgba(70, 70, 70, 0.6);
border-radius: 8px;
flex-grow: 1;
}
.route-type-fem:hover {
background-color: rgba(0, 0, 0, 0.6);
transition: background-color 0.3s ease;
}
.route-type-masc:hover {
background-color: rgba(0, 0, 0, 0.6);
transition: background-color 0.3s ease;
}
.route-column:first-child h3 {
color: #4a90e2 !important; /* Blue */
}
.route-column:last-child h3 {
color: #ff69b4 !important; /* Pink */
}
.route-type p {
margin: 0.5em 0;
color: #ffd700;
}
.route-content {
font-size: 0.9em;
color: #bbb;
text-align: center;
margin-top: auto;
}
.choice-button {
display: block;
background-color: rgba(70, 70, 70, 0.8);
padding: 1em;
margin: 1em 0;
border-radius: 8px;
color: #fff;
text-decoration: none;
text-align: center;
transition: all 0.3s ease;
}
.choice-button:hover {
background-color: rgba(100, 100, 100, 0.9);
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.passage a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1; /* Put link under the hover effect */
}
.route-type {
position: relative;
cursor: pointer;
}
/* Make hover effect have higher z-index */
.route-type-fem:hover, .route-type-masc:hover {
background-color: rgba(0, 0, 0, 0.6);
transition: background-color 0.3s ease;
z-index: 2;
}
@media screen and (max-width: 550px) {
/* Fix the overall layout first */
.route-choices {
flex-direction: column;
gap: 1em;
}
/* Fix the link visibility issue */
.passage .link-internal {
position: static !important; /* Override absolute positioning */
opacity: 1 !important;
width: auto !important;
height: auto !important;
background-color: #ff3333;
color: white !important;
padding: 10px;
margin: 5px 0;
border-radius: 5px;
display: block;
text-align: center;
}
/* Override the general .passage a styles for mobile */
.passage a {
position: static;
opacity: 1;
width: auto;
height: auto;
}
.route-type {
padding: 15px;
margin-bottom: 20px;
}
/* Make content stack properly */
.choice-content {
padding: 1em;
margin: 10px;
}
}
</style>
<div class="choice-content">
<h1 class="title">Choose Your Character's Path</h1>
<div class="route-choices">
<!-- Masculine Column -->
<div class="route-column">
<div class="route-title-masc">Masculine Male</div>
<div class="route-type route-type-masc">
<h3 class="masc-name">Alpha Route</h3>
<p>Alpha, Domination Content, BDSM, Power Play, Harem, Trap (avoidable).</p>
<h3 class="masc-name">Vanilla Route</h3>
<p>Romance, Love, Vanilla, Harem, Tender, Gentle, Monogamous (on girls part)</p>
<h3 class="masc-name">Netori Route</h3>
<p>Netori, Sharing, Stealing girlfriends, Manipulation, Power Play, Harem, Trap content</p>
[[Begin Story|ACTIsetupMASCS][$mascC = true]]
</div>
</div>
<!-- Feminine Column -->
<div class="route-column">
<div class="route-title-fem">Feminine Male</div>
<div class="route-type route-type-fem">
<h3 class="fem-name">Feminine Route</h3>
<p>Transformation, Romance, Sissification, Love, Relationships, Sensual, Cumplay</p>
<h3 class="fem-name">Submission Route</h3>
<p>Transformation, Degrading, Bimbofication, Cumplay, Femdom, Sissification, Maledom</p>
<h3 class="fem-name">NTR Route</h3>
<p>Transformation, NTR, Cuckold, Cumplay, Femdom, Sissification</p>
[[Begin Story|ACTIsetupFEMS][$femC = true]]
</div>
</div>
</div>
</div>
<<set $maedhroMascNetori to false>>\
<<set $maedhroGirl to false>>
<<set $maedhroisatrap to true>>
<<set $time to "Night">>\
<<set $daynumber to 24>>\
<<set $firstDay = 10>>\
<<set $firstday = 3>>\
<<set $dayOneFuckForAmmends = true>>\
<<set $mascDefaultLevel2 = false>>\
<<set $femDefaultLevel2 = true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//With Maedhro I am currently on://
<img src="Images/Rework066time/Rework066time599.jpg" height=500 />
<span id="choice1">
<<link "Romance route">>
<<replace "#choice1">>
<<set $maedhroDom to 10>>
//With Cecily I am currently on://
<img src="Images/Rework066time/Rework066time601.jpg" height=500 />
<span id="choice2">
<<link "Romance route">>
<<replace "#choice2">>
<<set $cecilyDom to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Dom/Sub route">>
<<replace "#choice2">>
<<set $cecilyDeg to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "NTR route">>
<<replace "#choice2">>
<<set $cecilySub to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "Dom/Sub route">>
<<replace "#choice1">>
<<set $maedhroDeg to 10>>
//With Cecily I am currently on://
<img src="Images/Rework066time/Rework066time601.jpg" height=500 />
<span id="choice2">
<<link "Romance route">>
<<replace "#choice2">>
<<set $cecilyDom to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Dom/Sub route">>
<<replace "#choice2">>
<<set $cecilyDeg to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "NTR route">>
<<replace "#choice2">>
<<set $cecilySub to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "NTR route">>
<<replace "#choice1">>
<<set $maedhroSub to 10>>
//With Cecily I am currently on://
<img src="Images/Rework066time/Rework066time601.jpg" height=500 />
<span id="choice2">
<<link "Romance route">>
<<replace "#choice2">>
<<set $cecilyDom to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Dom/Sub route">>
<<replace "#choice2">>
<<set $cecilyDeg to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "NTR route">>
<<replace "#choice2">>
<<set $cecilySub to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<set $time to "Night">>\
<<set $daynumber to 24>>\
<<set $firstDay = 10>>\
<<set $firstday = 3>>\
<<set $dayOneFuckForAmmends = true>>\
<<set $mascDefaultLevel2 = true>>\
<<set $femDefaultLevel2 = false>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//What happened to Maedhro's Body?//
<img src="Images/Rework066time/Rework066time599.jpg" height=300 /><img src="Images/Rework066time/Rework066time600.png" height=300 />
<span id="choice1">
<<link "Maedhro got turned into a girl">>
<<replace "#choice1">>
<<set $maedhroisatrap to false>>\
<<set $maedhroGirl to true>>\
<<set $maedhroMascNetori to false>>\
//With Maedhro I am currently on://
<span id="choice2">
<<link "Romance route">>
<<replace "#choice2">>
<<set $maedhroSub to 10>>
<img src="Images/Rework066time/Rework066time601.jpg" height=500 />
//With Cecily I am currently on://
<span id="choice3">
<<link "Romance Route">>
<<replace "#choice3">>
<<set $cecilySub to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Domination Route">>
<<replace "#choice3">>
<<set $cecilyDom to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Sharing/Netori route">>
<<replace "#choice3">>
<<set $cecilyDeg to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "Dominance route">>
<<replace "#choice2">>
<<set $maedhroDom to 10>>
<img src="Images/Rework066time/Rework066time601.jpg" height=500 />
//With Cecily I am currently on://
<span id="choice3">
<<link "Romance Route">>
<<replace "#choice3">>
<<set $cecilySub to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Domination Route">>
<<replace "#choice3">>
<<set $cecilyDom to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Sharing/Netori route">>
<<replace "#choice3">>
<<set $cecilyDeg to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> |
<<link "Maedhro is a trap now">>
<<replace "#choice1">>
<<set $maedhroisatrap to true>>\
<<set $maedhroGirl to false>>\
<<set $maedhroMascNetori to false>>\
//With Maedhro I am currently on://
<span id="choice2">
<<link "Romance route">>
<<replace "#choice2">>
<<set $maedhroSub to 10>>
<img src="Images/Rework066time/Rework066time601.jpg" height=500 />
//With Cecily I am currently on://
<span id="choice3">
<<link "Romance Route">>
<<replace "#choice3">>
<<set $cecilySub to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Domination Route">>
<<replace "#choice3">>
<<set $cecilyDom to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Sharing/Netori route">>
<<replace "#choice3">>
<<set $cecilyDeg to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "Dominance route">>
<<replace "#choice2">>
<<set $maedhroDom to 10>>
<img src="Images/Rework066time/Rework066time601.jpg" height=500 />
//With Cecily I am currently on://
<span id="choice3">
<<link "Romance Route">>
<<replace "#choice3">>
<<set $cecilySub to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Domination Route">>
<<replace "#choice3">>
<<set $cecilyDom to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Sharing/Netori route">>
<<replace "#choice3">>
<<set $cecilyDeg to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "Maedhro got buffed as I did">>
<<replace "#choice1">>
<<set $maedhroisatrap to false>>\
<<set $maedhroGirl to false>>\
<<set $maedhroMascNetori to true>>\
//With Maedhro I am currently on://
<span id="choice2">
<<link "Sharing or Netori route">>
<<replace "#choice2">>
<<set $maedhroDeg to 10>>
<img src="Images/Rework066time/Rework066time601.jpg" height=500 />
//With Cecily I am currently on://
<span id="choice3">
<<link "Romance Route">>
<<replace "#choice3">>
<<set $cecilySub to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Domination Route">>
<<replace "#choice3">>
<<set $cecilyDom to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Sharing/Netori route">>
<<replace "#choice3">>
<<set $cecilyDeg to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "No relationship at all.">>
<<replace "#choice2">>
<<set $maedhroDeg to 10>>
<img src="Images/Rework066time/Rework066time601.jpg" height=500 />
//With Cecily I am currently on://
<span id="choice3">
<<link "Romance Route">>
<<replace "#choice3">>
<<set $cecilySub to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Domination Route">>
<<replace "#choice3">>
<<set $cecilyDom to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>> | \
<<link "Sharing/Netori route">>
<<replace "#choice3">>
<<set $cecilyDeg to 10>>
//Time to continue with the story...//
<<link "Continue">>
<<goto "My Bedroom">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
<span style="color:coral;">Inledya:</span> Oh hey $playerName!
<span style="color:cadetblue;">$playerName:</span> Hey Inledya.
<img src="Images/Rework065update/Rework065update628.jpg" height=500 />
<span style="color:coral;">Inledya:</span> You up for a market run?
<span id="choice1">
<<link "//Sure //(💰)(❤️)💪⏰">>
<<replace "#choice1">>
<<set $strength ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:coral;">Inledya:</span> Great!
<span style="color:coral;">Inledya:</span> Here's the list.
//She hands you a list of food and supplies.//
<span style="color:cadetblue;">$playerName:</span> Alright.
<span style="color:cadetblue;">$playerName:</span> I'll be back in a moment.
<img src="Images/Rework065update/Rework065update629.png" height=500 />
<span style="color:coral;">Inledya:</span> See ya.
<span id="went">
<<link "//You leave for the market to get everything on the list.//">>
<<replace "#went">>
...
..
.
//Ok this should be everything.//
//I take the heavy bags and make my way back home.//
<span id="back">
<<link "//As you come back Inledya is waiting for you.//">>
<<replace "#back">>
<span style="color:cadetblue;">$playerName:</span> Groceries are here.
<img src="Images/Rework065update/Rework065update632.jpg" height=500 />
<span style="color:coral;">Inledya:</span> Wonderful!
//She takes out her pouch of gold to pay you.//
<span id="choice2">
<<link"//Thanks Inledya// 💰">>
<<replace "#choice2">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1softsmileface1 to true>>\
<<set $money +=2>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//She takes out her pouch of gold and pays you.//
<span style="color:cadetblue;">$playerName:</span> Thanks.
//I put the gold in my pocket.//
<span style="color:coral;">Inledya:</span> You earned it.
<span style="color:coral;">Inledya:</span> (smiles)
<span style="color:cadetblue;">$playerName:</span> Need anything else?
<span style="color:coral;">Inledya:</span> Hmm.
<span style="color:coral;">Inledya:</span> Don't think so.
<span style="color:coral;">Inledya:</span> Oh.
<img src="Images/Rework065update/Rework065update631.png" height=500 />
<span style="color:coral;">Inledya:</span> Would you put the bags on the counter actually?
<span style="color:cadetblue;">$playerName:</span> Sure.
//I put the bags on the counter.//
<span style="color:coral;">Inledya:</span> Thanks.
//She starts cooking as I take my leave.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel2 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel2 to true>>\
<<set $mascLevel1softsmileface1 to false>>\
<</if>>\
<<goto "My Bedroom">>\
<<set $time to advanceTime($time)>>\
<</link>>
<</replace>>
<</link>> | \
<<link"//You know what. No need to pay me //❤️">>
<<replace "#choice2">>
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<set $inledyaRel ++>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<span style="color:cadetblue;">$playerName:</span> Keep it.
//She pauses.//
<img src="Images/Rework065update/Rework065update633.jpg" height=500 />
<span style="color:coral;">Inledya:</span> You sure?
<span style="color:cadetblue;">$playerName:</span> I'm sure.
<span style="color:cadetblue;">$playerName:</span> You're the best and all that.
<span style="color:coral;">Inledya:</span> Oh.
//She leans in and gives a warm hug.//
<img src="Images/Rework065update/Rework065update634.png" height=500 />
<span style="color:coral;">Inledya:</span> Alrighty.
<span style="color:coral;">Inledya:</span> I'd better start cooking.
<span style="color:coral;">Inledya:</span> Thanks again $playerName.
<span style="color:cadetblue;">$playerName:</span> (soft smile).
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel2 to true>>\
<<set $mascLevel1blushface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel2 to true>>\
<<set $mascLevel1blushface1 to false>>\
<</if>>\
<<goto "My Bedroom">>\
<<set $time to advanceTime($time)>>\
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Actually now I think about it something came up.">>
<<replace "#choice1">>
<span style="color:cadetblue;">$playerName:</span> Actually something came up.
<span style="color:coral;">Inledya:</span> Oh.
<span style="color:coral;">Inledya:</span> Ok.
<span style="color:coral;">Inledya:</span> Well.
<img src="Images/Rework065update/Rework065update630.jpg" height=500 />
<span style="color:coral;">Inledya:</span> I'll figure it out.
<span style="color:cadetblue;">$playerName:</span> Are you sure?
<span style="color:coral;">Inledya:</span> Yeah. Yeah.
<span style="color:coral;">Inledya:</span> It's fine.
<span style="color:coral;">Inledya:</span> (soft smile)
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel2 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<elseif $femC is true>>\
<<set $femDefaultLevel2 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
<<goto "Living Room">>\
<</link>>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I make my way towards the bathroom.//
<span style="color:cadetblue;">$playerName:</span> (yawns)
//I open the door, and I see Inledya in front of the mirror.//
<img src="Images/Inledya/inledyashowerinteraction6.jpg"/>
//She must be doing that charisma training she was telling me about.//
//Fine I'll come back later.//
//I start closing the door, but as I do, thoughts start racing in my mind.//
<span id="choice">
<<link "//Take a peek //😈">>
<<replace "#choice">>
<<set $corruption ++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I slowly open the door.//
<img src="Images/Rework065update/Rework065update742.jpg" height=500 />
//Holy goddess...//
//She took her bathrobe off and is fully naked.//
<span style="color:cadetblue;">$playerName:</span> (gulp)..
//Wow she's beautiful.//
//As she puts her top on she turns her head.//
<img src="Images/Inledya/inledyashowerinteraction11.jpg"/>
<span style="color:coral;">Inledya:</span> Hmm?
//Time to go.//
//Time to go.//
//I quickly make my way out of there.//
<img src="Images/Inledya/inledyashowerinteraction8.jpg"/>
<span style="color:coral;">Inledya:</span> Strange...
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel2 to true>>\
<<set $mascLevel1blushface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel2 to true>>\
<<set $mascLevel1blushface1 to false>>\
<</if>>\
<<set $visitedInledyaInTheBathroomToday = true>>
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>> | \
<<link "//Leave//🧠">>
<<replace "#choice">>
<<set $intelligence ++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I don't want to get caught spying.//
//I close the door.//
<img src="Images/Locations/closed-bathroom-door.jpg" width=500 />
//And leave.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel2 to true>>\
<<set $mascLevel1curiousface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel2 to true>>\
<<set $mascLevel1curiousface1 to false>>\
<</if>>\
<<set $visitedInledyaInTheBathroomToday = true>>
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>>
</span>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I make my way towards the bathroom.//
<span style="color:cadetblue;">$playerName:</span> (yawns)
//As I open the bathroom door I see Alariel is already in there.//
<img src="Images/Sister/alarielshowerfemsub2.jpg"/>
<span style="color:darksalmon">Alariel:</span> Where did I put these.
<span id="choice">
<<link "//Stay //😈">>
<<replace "#choice">>
<<set $corruption ++>>\
<<set $mascLevel1defaultface1 to false>>\
<<set $mascLevel1blushface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//For some reason I don't want to close the door.//
//Why? //
//Why do I-//
//Alariel takes her shirt and panties off.//
<img src="Images/Rework065update/Rework065update743.png" height=500 />
<span style="color:cadetblue;">$playerName:</span> (gulp)
//Goddess she's beautiful.//
//I hear footsteps behind me.//
//I look at my surroundings.//
//It's a false alarm.//
<span id="hello">
<<link "//As I turn my head back towards Alariel-//">>
<<replace "#hello">>
<<set $mascLevel1blushface1 to false>>\
<<set $mascLevel1panicface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<img src="Images/Sister/alarielshowermascrom2.jpg"/>
<span style="color:darksalmon">Alariel:</span> Let me guess not spying again?
//SHIT!//
<span style="color:cadetblue;">$playerName:</span> ...
//What do I say?//
//What do I say?//
<span style="color:darksalmon">Alariel:</span> I give you 1 second to move or I'll scream.
//I immediately back off.//
<img src="Images/Sister/alarielshowermascrom1.jpg"/>
<span style="color:darksalmon">Alariel:</span> And don't try it again.
//She slams the door.//
//DAMN IT.//
//Damn it.//
//Why didn't I just leave?//
//Ugggh.//
//Stupid.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel1 to true>>\
<<set $mascLevel1panicface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel1 to true>>\
<<set $mascLevel1panicface1 to false>>\
<</if>>\
<<set $visitedAlarielInTheBathroomToday = true>>
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>>
</span>
<</replace>>
<</link>> | \
<<link "//Leave //🧠">>
<<replace "#choice">>
<<set $intelligence ++>>\
<<set $mascLevel1defaultface2 to false>>\
<<set $mascLevel1curiousface1 to true>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
//I don't want to get cought spying.//
//I close the door.//
//And make my way out of there.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel2 to true>>\
<<set $mascLevel1curiousface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel2 to true>>\
<<set $mascLevel1curiousface1 to false>>\
<</if>>\
<<set $visitedAlarielInTheBathroomToday = true>>
<<goto "Hallway">>
<</link>>
<</replace>>
<</link>>
</span><<if $mascC is true>>\
<<set $mascDefaultLevel2 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<elseif $femC is true>>
<<set $femDefaultLevel2 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<</if>>\
<<timed 100ms>>\
<<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>\
<</timed>>\
//I walk towards the bathroom and I hear-//
<span style="color:chartreuse;">Maedhro: </span> (humming)
//Hmmm..//
//So Maedhro is in the bathroom.//
<img src="Images/Locations/closed-bathroom-door.jpg" width=500 />
//I'll go to bathroom after then.//
<<link "Continue">>
<<if $mascC is true>>\
<<set $mascDefaultLevel2 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<<elseif $femC is true>>
<<set $femDefaultLevel2 to true>>\
<<set $mascLevel1defaultface1 to false>>\
<</if>>\
<<set $visitedMaedhroInTheBathroomToday = true>>
<<goto "Hallway">>
<</link>><h2>CHEAT MENU SECURITY KEY CONTROL</h2>
<div style="margin: 20px 0;">
<p>Current Game Version: <<print $currentVersion>></p>
<<set $enteredCode to "">>
Enter Code: <<textbox "$enteredCode" "">>
<<button "Submit">>
<<if $validCodes[$currentVersion] is $enteredCode>>
<<set $cheatAccess to true>>
<<set $usedCheatVersion to $currentVersion>>
<<goto "IntroCheats">>
<<else>>
<<set _isOldCode to false>>
<<set _oldVersion to "">>
<<for _v, _c range $validCodes>>
<<if _c is $enteredCode and _v neq $currentVersion>>
<<set _isOldCode to true>>
<<set _oldVersion to _v>>
<</if>>
<</for>>
<<if _isOldCode>>
<<replace "#errorMessage">>This code is for version <<print _oldVersion>>. You need the code for version <<print $currentVersion>>.<</replace>>
<<else>>
<<replace "#errorMessage">>Wrong keycode for version <<print $currentVersion>>. Try again.<</replace>>
<</if>>
<</if>>
<</button>>
</div>
<div id="errorMessage" style="color: red;"></div>
<<link "Return">>
<<if $inMenuSystem and $returnPassage isnot "">>
<<set _tempReturn to $returnPassage>>
<<set $returnPassage to "">>
<<set $inMenuSystem to false>>
<<goto _tempReturn>>
<<else>>
<<goto "Start">>
<</if>>
<</link>><span id="char-nav-container">
<<include "CharNavContent">>
</span>
*Note: Jumping into scenes will adjust different game settings in order to work. Save before jumping into scenes if you wish to keep your current progress!*
*Note: When jumping into scenes make sure at first that you opened the notebook from a location. (When you are already in a scene and you jump into another scene using the jump in mechanic the right side images wont work properly, so make sure that you're not in a scene already)*
*Note: First set your characters route to either feminine or masculine. (if your character is on masculine route it will give masculine route options for all characters and if your character is on feminine route it will give feminine options for all characters.)*
*Note: Then navigate to the character and set a route for the desired character (it will display a checkmark next to the chosen or current path) and you are good to jump into a scene.*
*Note: For MC stats the breakpoints between stat levels are: 15, 40, 65, 100, 150*
*Note: For All other NPC stats the breakpoints between stat levels are: 5, 15, 30, 50, 75*
<div id="mc-section" class="character-section">
<h3><<if $playerName is "">>Main Character<<else>>$playerName<</if>></h3>
<div style="display: flex; align-items: center; margin-bottom: 5px;">
<div>
<<if $femC is true>>
<img src="Images/Locations/femmcC.jpg" alt="Feminine MC" style="max-width: 300px; border: 3px solid #cc66ff;">
<<else>>
<img src="Images/Locations/mascmcC.jpg" alt="Masculine MC" style="max-width: 300px; border: 3px solid #3366cc;">
<</if>>
</div>
<div style="margin:0 0 0 5px;padding:0;">
<div style="margin-bottom: 5px;">
<span>Current route: <<if $mascC is true>><span style="color:#3366cc;">Masculine</span><<else>><span style="color:#cc66ff;">Feminine</span><</if>>
Change route to:</span>
<<button "Masculine MC" style="background-color:black; color:#3366cc; padding:1px 5px; font-size:0.9em; margin:0 2px; border:1px solid #3366cc; text-decoration:none;">> \
<<set $femC to false>><<set $mascC to true>>
<<if $mainStory lt 4>><<set $femDefaultLevel2 to false>><<set $femDefaultLevel1 to false>><<set $mascDefaultLevel2 to false>><<set $mascDefaultLevel1 to true>><<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
<<elseif $mainStory gte 4>><<set $femDefaultLevel2 to false>><<set $femDefaultLevel1 to false>><<set $mascDefaultLevel2 to true>><<set $mascDefaultLevel1 to false>><<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>><</if>>
<<goto "IntroCheats">>
<</button>> | \
<<button "Feminine MC" style="background-color:black; color:#cc66ff; padding:1px 5px; font-size:0.9em; margin:0 2px; border:1px solid #cc66ff; text-decoration:none;">>
<<set $femC to true>><<set $mascC to false>>
<<if $mainStory lt 4>><<set $femDefaultLevel2 to false>><<set $femDefaultLevel1 to true>><<set $mascDefaultLevel2 to false>><<set $mascDefaultLevel1 to false>><<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>>
<<elseif $mainStory gte 4>><<set $femDefaultLevel2 to true>><<set $femDefaultLevel1 to false>><<set $mascDefaultLevel2 to false>><<set $mascDefaultLevel1 to false>><<replace "#right-sidebar-content">><<include "RightSidebar">><</replace>><</if>>
<<goto "IntroCheats">>
<</button>>
</div>
<table class="character-stats-cheat">
<tr>
<td>💰</td>
<td>Money:</td>
<td><<print $money>></td>
<td></td>
<td><input type="number" id="money-input" placeholder="Enter value"></td>
</tr>
<tr>
<td>😈</td>
<td>Corruption:</td>
<td><<print $corruption>></td>
<td>Lvl <<print getStatLevel($corruption, 'corruption')>></td>
<td><input type="number" id="corruption-input" placeholder="use 1-150"></td>
</tr>
<tr>
<td>🧠</td>
<td>Intel:</td>
<td><<print $intelligence>></td>
<td>Lvl <<print getStatLevel($intelligence, 'intelligence')>></td>
<td><input type="number" id="intelligence-input" placeholder="use 1-150"></td>
</tr>
<tr>
<td>✨</td>
<td>Charisma:</td>
<td><<print $charisma>></td>
<td>Lvl <<print getStatLevel($charisma, 'charisma')>></td>
<td><input type="number" id="charisma-input" placeholder="use 1-150"></td>
</tr>
<tr>
<td>💪</td>
<td>Strength:</td>
<td><<print $strength>></td>
<td>Lvl <<print getStatLevel($strength, 'strength')>></td>
<td><input type="number" id="strength-input" placeholder="use 1-150"></td>
</tr>
<tr>
<td>🎭</td>
<td>Confidence:</td>
<td><<print $confidence>></td>
<td>Lvl <<print getStatLevel($confidence, 'confidence')>></td>
<td><input type="number" id="confidence-input" placeholder="use 1-150"></td>
</tr>
<tr>
<td>🎯</td>
<td>Technique:</td>
<td><<print $technique>></td>
<td>Lvl <<print getStatLevel($technique, 'technique')>></td>
<td><input type="number" id="technique-input" placeholder="use 1-150"></td>
</tr>
</table>
<div class="button-container">
<<button "Apply Stat Changes">>
<<set $money to Number(document.getElementById('money-input').value || $money)>>
<<set $newCorruption to Number(document.getElementById('corruption-input').value || $corruption)>>
<<if $newCorruption >= 15 && $corruption < 15>><<set $corruptionLevel1check to true>><</if>>
<<if $newCorruption >= 40 && $corruption < 40>><<set $corruptionLevel2check to true>><</if>>
<<if $newCorruption >= 65 && $corruption < 65>><<set $corruptionLevel3check to true>><</if>>
<<if $newCorruption >= 100 && $corruption < 100>><<set $corruptionLevel4check to true>><</if>>
<<if $newCorruption >= 150 && $corruption < 150>><<set $corruptionLevel5check to true>><</if>>
<<if $newCorruption < 15 && $corruption >= 15>><<set $corruptionLevel1check to false>><</if>>
<<if $newCorruption < 40 && $corruption >= 40>><<set $corruptionLevel2check to false>><</if>>
<<if $newCorruption < 65 && $corruption >= 65>><<set $corruptionLevel3check to false>><</if>>
<<if $newCorruption < 100 && $corruption >= 100>><<set $corruptionLevel4check to false>><</if>>
<<if $newCorruption < 150 && $corruption >= 150>><<set $corruptionLevel5check to false>><</if>>
<<set $corruption to $newCorruption>>
<<set $newIntelligence to Number(document.getElementById('intelligence-input').value || $intelligence)>>
<<if $newIntelligence >= 15 && $intelligence < 15>><<set $intelligenceLevel1check to true>><</if>>
<<if $newIntelligence >= 40 && $intelligence < 40>><<set $intelligenceLevel2check to true>><</if>>
<<if $newIntelligence >= 65 && $intelligence < 65>><<set $intelligenceLevel3check to true>><</if>>
<<if $newIntelligence >= 100 && $intelligence < 100>><<set $intelligenceLevel4check to true>><</if>>
<<if $newIntelligence >= 150 && $intelligence < 150>><<set $intelligenceLevel5check to true>><</if>>
<<if $newIntelligence < 15 && $intelligence >= 15>><<set $intelligenceLevel1check to false>><</if>>
<<if $newIntelligence < 40 && $intelligence >= 40>><<set $intelligenceLevel2check to false>><</if>>
<<if $newIntelligence < 65 && $intelligence >= 65>><<set $intelligenceLevel3check to false>><</if>>
<<if $newIntelligence < 100 && $intelligence >= 100>><<set $intelligenceLevel4check to false>><</if>>
<<if $newIntelligence < 150 && $intelligence >= 150>><<set $intelligenceLevel5check to false>><</if>>
<<set $intelligence to $newIntelligence>>
<<set $newCharisma to Number(document.getElementById('charisma-input').value || $charisma)>>
<<if $newCharisma >= 15 && $charisma < 15>><<set $charismaLevel1check to true>><</if>>
<<if $newCharisma >= 40 && $charisma < 40>><<set $charismaLevel2check to true>><</if>>
<<if $newCharisma >= 65 && $charisma < 65>><<set $charismaLevel3check to true>><</if>>
<<if $newCharisma >= 100 && $charisma < 100>><<set $charismaLevel4check to true>><</if>>
<<if $newCharisma >= 150 && $charisma < 150>><<set $charismaLevel5check to true>><</if>>
<<if $newCharisma < 15 && $charisma >= 15>><<set $charismaLevel1check to false>><</if>>
<<if $newCharisma < 40 && $charisma >= 40>><<set $charismaLevel2check to false>><</if>>
<<if $newCharisma < 65 && $charisma >= 65>><<set $charismaLevel3check to false>><</if>>
<<if $newCharisma < 100 && $charisma >= 100>><<set $charismaLevel4check to false>><</if>>
<<if $newCharisma < 150 && $charisma >= 150>><<set $charismaLevel5check to false>><</if>>
<<set $charisma to $newCharisma>>
<<set $newStrength to Number(document.getElementById('strength-input').value || $strength)>>
<<if $newStrength >= 15 && $strength < 15>><<set $strengthLevel1check to true>><</if>>
<<if $newStrength >= 40 && $strength < 40>><<set $strengthLevel2check to true>><</if>>
<<if $newStrength >= 65 && $strength < 65>><<set $strengthLevel3check to true>><</if>>
<<if $newStrength >= 100 && $strength < 100>><<set $strengthLevel4check to true>><</if>>
<<if $newStrength >= 150 && $strength < 150>><<set $strengthLevel5check to true>><</if>>
<<if $newStrength < 15 && $strength >= 15>><<set $strengthLevel1check to false>><</if>>
<<if $newStrength < 40 && $strength >= 40>><<set $strengthLevel2check to false>><</if>>
<<if $newStrength < 65 && $strength >= 65>><<set $strengthLevel3check to false>><</if>>
<<if $newStrength < 100 && $strength >= 100>><<set $strengthLevel4check to false>><</if>>
<<if $newStrength < 150 && $strength >= 150>><<set $strengthLevel5check to false>><</if>>
<<set $strength to $newStrength>>
<<set $newConfidence to Number(document.getElementById('confidence-input').value || $confidence)>>
<<if $newConfidence >= 15 && $confidence < 15>><<set $confidenceLevel1check to true>><</if>>
<<if $newConfidence >= 40 && $confidence < 40>><<set $confidenceLevel2check to true>><</if>>
<<if $newConfidence >= 65 && $confidence < 65>><<set $confidenceLevel3check to true>><</if>>
<<if $newConfidence >= 100 && $confidence < 100>><<set $confidenceLevel4check to true>><</if>>
<<if $newConfidence >= 150 && $confidence < 150>><<set $confidenceLevel5check to true>><</if>>
<<if $newConfidence < 15 && $confidence >= 15>><<set $confidenceLevel1check to false>><</if>>
<<if $newConfidence < 40 && $confidence >= 40>><<set $confidenceLevel2check to false>><</if>>
<<if $newConfidence < 65 && $confidence >= 65>><<set $confidenceLevel3check to false>><</if>>
<<if $newConfidence < 100 && $confidence >= 100>><<set $confidenceLevel4check to false>><</if>>
<<if $newConfidence < 150 && $confidence >= 150>><<set $confidenceLevel5check to false>><</if>>
<<set $confidence to $newConfidence>>
<<set $newTechnique to Number(document.getElementById('technique-input').value || $technique)>>
<<if $newTechnique >= 15 && $technique < 15>><<set $techniqueLevel1check to true>><</if>>
<<if $newTechnique >= 40 && $technique < 40>><<set $techniqueLevel2check to true>><</if>>
<<if $newTechnique >= 65 && $technique < 65>><<set $techniqueLevel3check to true>><</if>>
<<if $newTechnique >= 100 && $technique < 100>><<set $techniqueLevel4check to true>><</if>>
<<if $newTechnique >= 150 && $technique < 150>><<set $techniqueLevel5check to true>><</if>>
<<if $newTechnique < 15 && $technique >= 15>><<set $techniqueLevel1check to false>><</if>>
<<if $newTechnique < 40 && $technique >= 40>><<set $techniqueLevel2check to false>><</if>>
<<if $newTechnique < 65 && $technique >= 65>><<set $techniqueLevel3check to false>><</if>>
<<if $newTechnique < 100 && $technique >= 100>><<set $techniqueLevel4check to false>><</if>>
<<if $newTechnique < 150 && $technique >= 150>><<set $techniqueLevel5check to false>><</if>>
<<set $technique to $newTechnique>>
<<set $targetCharacter to "mc">>
<<run setTimeout(function() {
const element = document.getElementById('mc-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "RouteHandler">>
<</button>>
</div>
</div>
</div>
<div class="character-stories">
<table class="story-table">
<tr>
<td colspan="2" class="stories-header">Main Story Progress:</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$mainStory" 0 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 0: Waking up in the bedroom before the first school day.</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 0>><<set $alarielStory to 0>><<set $maedhroStory to 0>><<set $inledyaStory to 0>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 0>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 0>><<goto "Story Intro7">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$mainStory" 1 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 1: First School day awaits!</span>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part I — Meeting Alariel in the bathroom.</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 0>><<set $alarielStory to 0>><<set $maedhroStory to 0>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 0>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $exploreTime = 0>>
<<set $seeingBoysInTheAcademyStory1 to true>>
<<set $seeingThaliaInTheAcademyStory1 to true>>
<<set $seeingOriannaInTheAcademyStory1 to true>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 0>><<goto "Sister Story1">><</link>>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part II — Meeting Maedhro in his bedroom.</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 0>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 0>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $exploreTime = 0>>
<<set $seeingBoysInTheAcademyStory1 to true>>
<<set $seeingThaliaInTheAcademyStory1 to true>>
<<set $seeingOriannaInTheAcademyStory1 to true>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 0>><<goto "MaedhroStory1">><</link>>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part III — Going to academy. Marketplace Gathering.</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 0>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 0>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $exploreTime = 0>>
<<set $seeingBoysInTheAcademyStory1 to true>>
<<set $seeingThaliaInTheAcademyStory1 to true>>
<<set $seeingOriannaInTheAcademyStory1 to true>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 1>><<goto "Day1Story1">><</link>>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part IV — So this is the Academy! Wow!</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 0>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 0>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $exploreTime = 0>>
<<set $seeingBoysInTheAcademyStory1 to true>>
<<set $seeingThaliaInTheAcademyStory1 to true>>
<<set $seeingOriannaInTheAcademyStory1 to true>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 2>><<goto "FirstDayAccademyStory">><</link>>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part V — Principal's speech.</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 0>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 0>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $exploreTime = 0>>
<<set $seeingBoysInTheAcademyStory1 to true>>
<<set $seeingThaliaInTheAcademyStory1 to true>>
<<set $seeingOriannaInTheAcademyStory1 to true>>
<<set $exploreHallwayDay1 = 0>>
<<set $notVisitedPrince to true>>\
<<set $notVisitedOrianna to true>>\
<<set $notVisitedElfDay1 to true>>\
<<set $mascLevel1curiousface1 to false>>\
<<set $mascLevel1defaultface1 to true>>\
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 3>><<goto "TheSpeech">><</link>>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part VI — First Herbology class.</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 0>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 0>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $herbologyDay1Group = 0>>\
<<set $firstDayMaeris to true>>\
<<set $firstDayFreya to true>>\
<<set $firstDayRosalind to true>>\
<<set $dayOneFuckForAmmends to false>>\
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "Herbology Story 1">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$mainStory" 2 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 2 — Meeting the shopkeeper and buying first magazine.</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 1>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 1>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>> <<set $day to "Monday">><<set $time to "Evening">> <<set $firstDay to 4>><<goto "MarketEvent">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$mainStory" 3 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 3 - Encounter with the potion:</span>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part I — Getting affected by the potion.</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 3>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 1>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 0>>
<<set $philippaRelLevel1check to true>>
<<set $cecilyRelLevel1check to true>>
<<set $maedhroRelLevel1check to true>>
<<set $alarielRelLevel1check to true>>
<<set $inledyaRelLevel1check to true>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 21>> <<set $day to "Friday">><<set $time to "Morning">> <<set $firstDay to 4>><<goto "PhillipaStory2">><</link>>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part II — Is there a cure? Meeting Philippa after class!</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 3>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 2>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 0>>
<<set $philippaRelLevel1check to true>>
<<set $cecilyRelLevel1check to true>>
<<set $maedhroRelLevel1check to true>>
<<set $alarielRelLevel1check to true>>
<<set $inledyaRelLevel1check to true>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 21>> <<set $day to "Friday">><<set $time to "Morning">> <<set $firstDay to 4>><<goto "PhillipaStory3">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$mainStory" 4 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 4 - I should talk to others about what has happened: (Interact with: Maedhro, Alariel (content is in the works!), Inledya (content is in the works!), Cecily (content is in the works!), Thalia (content is in the works!), Orianna (content is in the works!), Leroy (content is in the works!)</span>
</div>
</td>
</tr>
</table>
</div>
</div>
<div id="inledya-section" class="character-section">
<h3><span style="color:#DEB887;">Inledya</span></h3>
<div style="display: flex; align-items: center; margin-bottom: 5px;">
<img src="Images/Locations/inledyaC1.png" alt="Inledya Notebook Image" style="max-width: 300px; border: 3px solid #DEB887;">
<div style="margin:0 0 0 5px;padding:0;">
<table class="character-stats-cheat">
<tr>
<td>⛓️/🔱</td>
<td>Sub/Dom:</td>
<td><<print $inledyaDomSub>></td>
<td>
<<if $inledyaDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $inledyaDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $inledyaDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $inledyaDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $inledyaDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $inledyaDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td><input type="number" id="inledya-domsub-input" placeholder="use 0-100"></td>
</tr>
<tr>
<td>❤️</td>
<td>Relationship:</td>
<td><<print $inledyaRel>></td>
<td>Lvl <<print getStatLevel($inledyaRel)>></td>
<td><input type="number" id="inledya-rel-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td>💜</td>
<td>Corruption:</td>
<td><<print $inledyaCorruption>></td>
<td>Lvl <<print getStatLevel($inledyaCorruption)>></td>
<td><input type="number" id="inledya-corruption-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Handjob:</td>
<td><<print $inledyaHandjob>></td>
<td>Lvl <<print getStatLevel($inledyaHandjob)>></td>
<td><input type="number" id="inledya-handjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Blowjob:</td>
<td><<print $inledyaBlowjob>></td>
<td>Lvl <<print getStatLevel($inledyaBlowjob)>></td>
<td><input type="number" id="inledya-blowjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Sex:</td>
<td><<print $inledyaSex>></td>
<td>Lvl <<print getStatLevel($inledyaSex)>></td>
<td><input type="number" id="inledya-sex-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Anal:</td>
<td><<print $inledyaAnal>></td>
<td>Lvl <<print getStatLevel($inledyaAnal)>></td>
<td><input type="number" id="inledya-anal-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Kink:</td>
<td><<print $inledyaKink>></td>
<td>Lvl <<print getStatLevel($inledyaKink)>></td>
<td><input type="number" id="inledya-kink-input" placeholder="use 1-75"></td>
</tr>
</table>
<div class="button-container">
<<button "Apply Stat Changes">>
<<set $inledyaDomSub to Number(document.getElementById('inledya-domsub-input').value || $inledyaDomSub)>>
<<set $newInledyaRel to Number(document.getElementById('inledya-rel-input').value || $inledyaRel)>>
<<if $newInledyaRel >= 5 && $inledyaRel < 5>><<set $inledyaRelLevel1check to true>><</if>>
<<if $newInledyaRel >= 15 && $inledyaRel < 15>><<set $inledyaRelLevel2check to true>><</if>>
<<if $newInledyaRel >= 30 && $inledyaRel < 30>><<set $inledyaRelLevel3check to true>><</if>>
<<if $newInledyaRel >= 50 && $inledyaRel < 50>><<set $inledyaRelLevel4check to true>><</if>>
<<if $newInledyaRel >= 75 && $inledyaRel < 75>><<set $inledyaRelLevel5check to true>><</if>>
<<set $inledyaRel to $newInledyaRel>>
<<set $newInledyaCorruption to Number(document.getElementById('inledya-corruption-input').value || $inledyaCorruption)>>
<<if $newInledyaCorruption >= 5 && $inledyaCorruption < 5>><<set $inledyaCorrLevel1check to true>><</if>>
<<if $newInledyaCorruption >= 15 && $inledyaCorruption < 15>><<set $inledyaCorrLevel2check to true>><</if>>
<<if $newInledyaCorruption >= 30 && $inledyaCorruption < 30>><<set $inledyaCorrLevel3check to true>><</if>>
<<if $newInledyaCorruption >= 50 && $inledyaCorruption < 50>><<set $inledyaCorrLevel4check to true>><</if>>
<<if $newInledyaCorruption >= 75 && $inledyaCorruption < 75>><<set $inledyaCorrLevel5check to true>><</if>>
<<set $inledyaCorruption to $newInledyaCorruption>>
<<set $newInledyaHandjob to Number(document.getElementById('inledya-handjob-input').value || $inledyaHandjob)>>
<<if $newInledyaHandjob >= 5 && $inledyaHandjob < 5>><<set $inledyaHandjobLevel1check to true>><</if>>
<<if $newInledyaHandjob >= 15 && $inledyaHandjob < 15>><<set $inledyaHandjobLevel2check to true>><</if>>
<<if $newInledyaHandjob >= 30 && $inledyaHandjob < 30>><<set $inledyaHandjobLevel3check to true>><</if>>
<<if $newInledyaHandjob >= 50 && $inledyaHandjob < 50>><<set $inledyaHandjobLevel4check to true>><</if>>
<<if $newInledyaHandjob >= 75 && $inledyaHandjob < 75>><<set $inledyaHandjobLevel5check to true>><</if>>
<<set $inledyaHandjob to $newInledyaHandjob>>
<<set $newInledyaBlowjob to Number(document.getElementById('inledya-blowjob-input').value || $inledyaBlowjob)>>
<<if $newInledyaBlowjob >= 5 && $inledyaBlowjob < 5>><<set $inledyaBlowjobLevel1check to true>><</if>>
<<if $newInledyaBlowjob >= 15 && $inledyaBlowjob < 15>><<set $inledyaBlowjobLevel2check to true>><</if>>
<<if $newInledyaBlowjob >= 30 && $inledyaBlowjob < 30>><<set $inledyaBlowjobLevel3check to true>><</if>>
<<if $newInledyaBlowjob >= 50 && $inledyaBlowjob < 50>><<set $inledyaBlowjobLevel4check to true>><</if>>
<<if $newInledyaBlowjob >= 75 && $inledyaBlowjob < 75>><<set $inledyaBlowjobLevel5check to true>><</if>>
<<set $inledyaBlowjob to $newInledyaBlowjob>>
<<set $newInledyaSex to Number(document.getElementById('inledya-sex-input').value || $inledyaSex)>>
<<if $newInledyaSex >= 5 && $inledyaSex < 5>><<set $inledyaSexLevel1check to true>><</if>>
<<if $newInledyaSex >= 15 && $inledyaSex < 15>><<set $inledyaSexLevel2check to true>><</if>>
<<if $newInledyaSex >= 30 && $inledyaSex < 30>><<set $inledyaSexLevel3check to true>><</if>>
<<if $newInledyaSex >= 50 && $inledyaSex < 50>><<set $inledyaSexLevel4check to true>><</if>>
<<if $newInledyaSex >= 75 && $inledyaSex < 75>><<set $inledyaSexLevel5check to true>><</if>>
<<set $inledyaSex to $newInledyaSex>>
<<set $newInledyaAnal to Number(document.getElementById('inledya-anal-input').value || $inledyaAnal)>>
<<if $newInledyaAnal >= 5 && $inledyaAnal < 5>><<set $inledyaAnalLevel1check to true>><</if>>
<<if $newInledyaAnal >= 15 && $inledyaAnal < 15>><<set $inledyaAnalLevel2check to true>><</if>>
<<if $newInledyaAnal >= 30 && $inledyaAnal < 30>><<set $inledyaAnalLevel3check to true>><</if>>
<<if $newInledyaAnal >= 50 && $inledyaAnal < 50>><<set $inledyaAnalLevel4check to true>><</if>>
<<if $newInledyaAnal >= 75 && $inledyaAnal < 75>><<set $inledyaAnalLevel5check to true>><</if>>
<<set $inledyaAnal to $newInledyaAnal>>
<<set $newInledyaKink to Number(document.getElementById('inledya-kink-input').value || $inledyaKink)>>
<<if $newInledyaKink >= 5 && $inledyaKink < 5>><<set $inledyaKinkLevel1check to true>><</if>>
<<if $newInledyaKink >= 15 && $inledyaKink < 15>><<set $inledyaKinkLevel2check to true>><</if>>
<<if $newInledyaKink >= 30 && $inledyaKink < 30>><<set $inledyaKinkLevel3check to true>><</if>>
<<if $newInledyaKink >= 50 && $inledyaKink < 50>><<set $inledyaKinkLevel4check to true>><</if>>
<<if $newInledyaKink >= 75 && $inledyaKink < 75>><<set $inledyaKinkLevel5check to true>><</if>>
<<set $inledyaKink to $newInledyaKink>>
<<set $targetCharacter to "inledya">>
<<run setTimeout(function() {
const element = document.getElementById('inledya-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "RouteHandler">>
<</button>>
</div>
</div>
</div>
<div class="character-stories">
<table class="story-table">
<tr>
<td colspan="2" class="routes-header">Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</td>
</tr>
<tr>
<td colspan="2" class="routes-container">
<<if $mascC is true>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button teal-link">>
<<set $inledyaSub to 100>>
<<set $inledyaDom to 0>>
<<set $inledyaDeg to 0>>
<<set $targetCharacter to "inledya">>
<<run setTimeout(function() {
const element = document.getElementById('inledya-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $inledyaSub is 100>>✅<</if>> |
<<link "Dominance Route" class="route-button teal-link">>
<<set $inledyaDom to 100>>
<<set $inledyaSub to 0>>
<<set $inledyaDeg to 0>>
<<set $targetCharacter to "inledya">>
<<run setTimeout(function() {
const element = document.getElementById('inledya-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $inledyaDom is 100>>✅<</if>> |
<<link "Netori Route" class="route-button teal-link">>
<<set $inledyaDeg to 100>>
<<set $inledyaSub to 0>>
<<set $inledyaDom to 0>>
<<set $targetCharacter to "inledya">>
<<run setTimeout(function() {
const element = document.getElementById('inledya-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $inledyaDeg is 100>>✅<</if>>
</div>
<<else>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button teal-link">>
<<set $inledyaDom to 100>>
<<set $inledyaSub to 0>>
<<set $inledyaDeg to 0>>
<<set $targetCharacter to "inledya">>
<<run setTimeout(function() {
const element = document.getElementById('inledya-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $inledyaDom is 100>>✅<</if>> |
<<link "Dom/Sub Route" class="route-button teal-link">>
<<set $inledyaSub to 0>>
<<set $inledyaDom to 0>>
<<set $inledyaDeg to 100>>
<<set $targetCharacter to "inledya">>
<<run setTimeout(function() {
const element = document.getElementById('inledya-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $inledyaDeg is 100>>✅<</if>> |
<<link "NTR Route" class="route-button teal-link">>
<<set $inledyaDeg to 0>>
<<set $inledyaSub to 100>>
<<set $inledyaDom to 0>>
<<set $targetCharacter to "inledya">>
<<run setTimeout(function() {
const element = document.getElementById('inledya-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $inledyaSub is 100>>✅<</if>>
</div>
<</if>>
</td>
</tr>
<tr>
<td colspan="2" class="stories-header">Inledya Stories:</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$inledyaStory" 1 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 1 - Introduction to Inledya:</span>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part I- Inledya in the kitchen!</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 0>><<set $alarielStory to 0>><<set $maedhroStory to 0>><<set $inledyaStory to 0>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 0>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>><<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 0>><<goto "Inledya is in the kitchen">><</link>>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part II- Inledya sends me to shopping.</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 2>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $money to 50>>
<<set $daynumber to 1>><<set $day to "Monday">><<set $time to "Evening">> <<set $firstDay to 4>><<goto "InledyaStoryrem2">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$inledyaStory" 2 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 2 - Inledya is talking to herself in the bathroom?</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 2>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $money to 50>>
<<set $daynumber to 1>><<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "InledyaStory2">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$inledyaStory" 3 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 3 - Inledya is cleaning in the Living Room.</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 3>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $money to 50>>
<<set $daynumber to 1>><<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "Event: Inledya is cleaning the living room">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$inledyaStory" 4 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 4 - Inledya finds me reading the magazine in my room.</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 4>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $money to 50>>
<<set $daynumber to 5>><<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "InledyaStory4">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$inledyaStory" 5 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 5 - Inledya finds me reading the magazine in my room once again....</span>
<<link "Jump into scene!" class="jump-button teal-link bold-jump">><<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 5>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 0>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $money to 50>>
<<set $daynumber to 5>><<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "InledyaStory5">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$inledyaStory" 6 autocheck>>
</td>
<td class="story-title">Story 6 - Future content is in the works!</td>
</tr>
</table>
</div>
</div>
<div id="alariel-section" class="character-section">
<h3><span style="color:#0000FF;">Alariel</span></h3>
<div style="display: flex; align-items: center; margin-bottom: 5px;">
<img src="Images/Locations/alarielC1.png" alt="Alariel Notebook Image" style="max-width: 300px; border: 3px solid #0000FF;">
<div style="margin:0 0 0 5px;padding:0;">
<table class="character-stats-cheat">
<tr>
<td>⛓️/🔱</td>
<td>Sub/Dom:</td>
<td><<print $alarielDomSub>></td>
<td>
<<if $alarielDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $alarielDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $alarielDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $alarielDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $alarielDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $alarielDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td><input type="number" id="alariel-domsub-input" placeholder="use 0-100"></td>
</tr>
<tr>
<td>❤️</td>
<td>Relationship:</td>
<td><<print $alarielRel>></td>
<td>Lvl <<print getStatLevel($alarielRel)>></td>
<td><input type="number" id="alariel-rel-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td>💜</td>
<td>Corruption:</td>
<td><<print $alarielCorruption>></td>
<td>Lvl <<print getStatLevel($alarielCorruption)>></td>
<td><input type="number" id="alariel-corruption-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Handjob:</td>
<td><<print $alarielHandjob>></td>
<td>Lvl <<print getStatLevel($alarielHandjob)>></td>
<td><input type="number" id="alariel-handjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Blowjob:</td>
<td><<print $alarielBlowjob>></td>
<td>Lvl <<print getStatLevel($alarielBlowjob)>></td>
<td><input type="number" id="alariel-blowjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Sex:</td>
<td><<print $alarielSex>></td>
<td>Lvl <<print getStatLevel($alarielSex)>></td>
<td><input type="number" id="alariel-sex-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Anal:</td>
<td><<print $alarielAnal>></td>
<td>Lvl <<print getStatLevel($alarielAnal)>></td>
<td><input type="number" id="alariel-anal-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Kink:</td>
<td><<print $alarielKink>></td>
<td>Lvl <<print getStatLevel($alarielKink)>></td>
<td><input type="number" id="alariel-kink-input" placeholder="use 1-75"></td>
</tr>
</table>
<div class="button-container">
<<button "Apply Stat Changes">>
<<set $alarielDomSub to Number(document.getElementById('alariel-domsub-input').value || $alarielDomSub)>>
<<set $newAlarielRel to Number(document.getElementById('alariel-rel-input').value || $alarielRel)>>
<<if $newAlarielRel >= 5 && $alarielRel < 5>><<set $alarielRelLevel1check to true>><</if>>
<<if $newAlarielRel >= 15 && $alarielRel < 15>><<set $alarielRelLevel2check to true>><</if>>
<<if $newAlarielRel >= 30 && $alarielRel < 30>><<set $alarielRelLevel3check to true>><</if>>
<<if $newAlarielRel >= 50 && $alarielRel < 50>><<set $alarielRelLevel4check to true>><</if>>
<<if $newAlarielRel >= 75 && $alarielRel < 75>><<set $alarielRelLevel5check to true>><</if>>
<<set $alarielRel to $newAlarielRel>>
<<set $newAlarielCorruption to Number(document.getElementById('alariel-corruption-input').value || $alarielCorruption)>>
<<if $newAlarielCorruption >= 5 && $alarielCorruption < 5>><<set $alarielCorrLevel1check to true>><</if>>
<<if $newAlarielCorruption >= 15 && $alarielCorruption < 15>><<set $alarielCorrLevel2check to true>><</if>>
<<if $newAlarielCorruption >= 30 && $alarielCorruption < 30>><<set $alarielCorrLevel3check to true>><</if>>
<<if $newAlarielCorruption >= 50 && $alarielCorruption < 50>><<set $alarielCorrLevel4check to true>><</if>>
<<if $newAlarielCorruption >= 75 && $alarielCorruption < 75>><<set $alarielCorrLevel5check to true>><</if>>
<<set $alarielCorruption to $newAlarielCorruption>>
<<set $newAlarielHandjob to Number(document.getElementById('alariel-handjob-input').value || $alarielHandjob)>>
<<if $newAlarielHandjob >= 5 && $alarielHandjob < 5>><<set $alarielHandjobLevel1check to true>><</if>>
<<if $newAlarielHandjob >= 15 && $alarielHandjob < 15>><<set $alarielHandjobLevel2check to true>><</if>>
<<if $newAlarielHandjob >= 30 && $alarielHandjob < 30>><<set $alarielHandjobLevel3check to true>><</if>>
<<if $newAlarielHandjob >= 50 && $alarielHandjob < 50>><<set $alarielHandjobLevel4check to true>><</if>>
<<if $newAlarielHandjob >= 75 && $alarielHandjob < 75>><<set $alarielHandjobLevel5check to true>><</if>>
<<set $alarielHandjob to $newAlarielHandjob>>
<<set $newAlarielBlowjob to Number(document.getElementById('alariel-blowjob-input').value || $alarielBlowjob)>>
<<if $newAlarielBlowjob >= 5 && $alarielBlowjob < 5>><<set $alarielBlowjobLevel1check to true>><</if>>
<<if $newAlarielBlowjob >= 15 && $alarielBlowjob < 15>><<set $alarielBlowjobLevel2check to true>><</if>>
<<if $newAlarielBlowjob >= 30 && $alarielBlowjob < 30>><<set $alarielBlowjobLevel3check to true>><</if>>
<<if $newAlarielBlowjob >= 50 && $alarielBlowjob < 50>><<set $alarielBlowjobLevel4check to true>><</if>>
<<if $newAlarielBlowjob >= 75 && $alarielBlowjob < 75>><<set $alarielBlowjobLevel5check to true>><</if>>
<<set $alarielBlowjob to $newAlarielBlowjob>>
<<set $newAlarielSex to Number(document.getElementById('alariel-sex-input').value || $alarielSex)>>
<<if $newAlarielSex >= 5 && $alarielSex < 5>><<set $alarielSexLevel1check to true>><</if>>
<<if $newAlarielSex >= 15 && $alarielSex < 15>><<set $alarielSexLevel2check to true>><</if>>
<<if $newAlarielSex >= 30 && $alarielSex < 30>><<set $alarielSexLevel3check to true>><</if>>
<<if $newAlarielSex >= 50 && $alarielSex < 50>><<set $alarielSexLevel4check to true>><</if>>
<<if $newAlarielSex >= 75 && $alarielSex < 75>><<set $alarielSexLevel5check to true>><</if>>
<<set $alarielSex to $newAlarielSex>>
<<set $newAlarielAnal to Number(document.getElementById('alariel-anal-input').value || $alarielAnal)>>
<<if $newAlarielAnal >= 5 && $alarielAnal < 5>><<set $alarielAnalLevel1check to true>><</if>>
<<if $newAlarielAnal >= 15 && $alarielAnal < 15>><<set $alarielAnalLevel2check to true>><</if>>
<<if $newAlarielAnal >= 30 && $alarielAnal < 30>><<set $alarielAnalLevel3check to true>><</if>>
<<if $newAlarielAnal >= 50 && $alarielAnal < 50>><<set $alarielAnalLevel4check to true>><</if>>
<<if $newAlarielAnal >= 75 && $alarielAnal < 75>><<set $alarielAnalLevel5check to true>><</if>>
<<set $alarielAnal to $newAlarielAnal>>
<<set $newAlarielKink to Number(document.getElementById('alariel-kink-input').value || $alarielKink)>>
<<if $newAlarielKink >= 5 && $alarielKink < 5>><<set $alarielKinkLevel1check to true>><</if>>
<<if $newAlarielKink >= 15 && $alarielKink < 15>><<set $alarielKinkLevel2check to true>><</if>>
<<if $newAlarielKink >= 30 && $alarielKink < 30>><<set $alarielKinkLevel3check to true>><</if>>
<<if $newAlarielKink >= 50 && $alarielKink < 50>><<set $alarielKinkLevel4check to true>><</if>>
<<if $newAlarielKink >= 75 && $alarielKink < 75>><<set $alarielKinkLevel5check to true>><</if>>
<<set $alarielKink to $newAlarielKink>>
<<set $targetCharacter to "alariel">>
<<run setTimeout(function() {
const element = document.getElementById('alariel-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "RouteHandler">>
<</button>>
</div>
</div>
</div>
<div class="character-stories">
<table class="story-table">
<tr>
<td colspan="2" class="routes-header">Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</td>
</tr>
<tr>
<td colspan="2" class="routes-container">
<<if $mascC is true>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button blue-link">>
<<set $alarielSub to 100>>
<<set $alarielDom to 0>>
<<set $alarielDeg to 0>>
<<set $targetCharacter to "alariel">>
<<run setTimeout(function() {
const element = document.getElementById('alariel-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $alarielSub is 100>>✅<</if>> |
<<link "Dominance Route" class="route-button blue-link">>
<<set $alarielDom to 100>>
<<set $alarielSub to 0>>
<<set $alarielDeg to 0>>
<<set $targetCharacter to "alariel">>
<<run setTimeout(function() {
const element = document.getElementById('alariel-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $alarielDom is 100>>✅<</if>> |
<<link "Netori Route" class="route-button blue-link">>
<<set $alarielDeg to 100>>
<<set $alarielSub to 0>>
<<set $alarielDom to 0>>
<<set $targetCharacter to "alariel">>
<<run setTimeout(function() {
const element = document.getElementById('alariel-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $alarielDeg is 100>>✅<</if>>
</div>
<<else>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button blue-link">>
<<set $alarielDom to 100>>
<<set $alarielSub to 0>>
<<set $alarielDeg to 0>>
<<set $targetCharacter to "alariel">>
<<run setTimeout(function() {
const element = document.getElementById('alariel-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $alarielDom is 100>>✅<</if>> |
<<link "Dom/Sub Route" class="route-button blue-link">>
<<set $alarielSub to 0>>
<<set $alarielDom to 0>>
<<set $alarielDeg to 100>>
<<set $targetCharacter to "alariel">>
<<run setTimeout(function() {
const element = document.getElementById('alariel-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $alarielDeg is 100>>✅<</if>> |
<<link "NTR Route" class="route-button blue-link">>
<<set $alarielDeg to 0>>
<<set $alarielSub to 100>>
<<set $alarielDom to 0>>
<<set $targetCharacter to "alariel">>
<<run setTimeout(function() {
const element = document.getElementById('alariel-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $alarielSub is 100>>✅<</if>>
</div>
<</if>>
</td>
</tr>
<tr>
<td colspan="2" class="stories-header">Alariel Stories:</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$alarielStory" 0 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 0 - Meeting Alariel in the bathroom:</span>
<<link "Jump into scene!" class="jump-button blue-link bold-jump">><<set $mainStory to 0>><<set $alarielStory to 0>><<set $maedhroStory to 0>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 0>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $exploreTime = 0>>
<<set $seeingBoysInTheAcademyStory1 to true>>
<<set $seeingThaliaInTheAcademyStory1 to true>>
<<set $seeingOriannaInTheAcademyStory1 to true>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 2>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 0>><<goto "Sister Story1">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$alarielStory" 1 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 1 - Walking in on her again... Ups!</span>
<<link "Jump into scene!" class="jump-button blue-link bold-jump">> <<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 1>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set pornMagLvl1 = 0>>
<<set pornMagLvl2 = 0>>
<<set pornMagLvl3 = 0>>
<<set $exploreTime = 0>>
<<set $seeingBoysInTheAcademyStory1 to true>>
<<set $seeingThaliaInTheAcademyStory1 to true>>
<<set $seeingOriannaInTheAcademyStory1 to true>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "AlarielStory2">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$alarielStory" 2 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 2 - Talking to her in the libary.</span>
<<link "Jump into scene!" class="jump-button blue-link bold-jump">><<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set pornMagLvl1 = 0>>
<<set pornMagLvl2 = 0>>
<<set pornMagLvl3 = 0>>
<<set $exploreTime = 0>>
<<set $seeingBoysInTheAcademyStory1 to true>>
<<set $seeingThaliaInTheAcademyStory1 to true>>
<<set $seeingOriannaInTheAcademyStory1 to true>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "AlarielStory3">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$alarielStory" 3 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 3 - Future content is in the works!</span>
</div>
</td>
</tr>
</table>
</div>
</div>
<div id="maedhro-section" class="character-section">
<h3><span style="color:#8A2BE2;">Maedhro</span></h3>
<div style="display: flex; align-items: center; margin-bottom: 5px;">
<<if $maedhroMascNetori is true>><img src="Images/Locations/maedhroC1male.png" alt="Maedhro Notebook Image" style="max-width: 300px; border: 3px solid #8A2BE2;"><<elseif $maedhroMascNetori is false>><img src="Images/Locations/maedhroC1female.png" alt="Maedhro Notebook Image" style="max-width: 300px; border: 3px solid #8A2BE2;"><<else>><img src="Images/Locations/maedhroC1male.png" alt="Maedhro Notebook Image" style="max-width: 300px; border: 3px solid #8A2BE2;"><</if>>
<div style="margin:0 0 0 5px;padding:0;">
<table class="character-stats-cheat">
<tr>
<td>⛓️/🔱</td>
<td>Sub/Dom:</td>
<td><<print $maedhroDomSub>></td>
<td>
<<if $maedhroDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $maedhroDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $maedhroDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $maedhroDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $maedhroDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $maedhroDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td><input type="number" id="maedhro-domsub-input" placeholder="use 0-100"></td>
</tr>
<tr>
<td>❤️</td>
<td>Relationship:</td>
<td><<print $maedhroRel>></td>
<td>Lvl <<print getStatLevel($maedhroRel)>></td>
<td><input type="number" id="maedhro-rel-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td>💜</td>
<td>Corruption:</td>
<td><<print $maedhroCorruption>></td>
<td>Lvl <<print getStatLevel($maedhroCorruption)>></td>
<td><input type="number" id="maedhro-corruption-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Handjob:</td>
<td><<print $maedhroHandjob>></td>
<td>Lvl <<print getStatLevel($maedhroHandjob)>></td>
<td><input type="number" id="maedhro-handjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Blowjob:</td>
<td><<print $maedhroBlowjob>></td>
<td>Lvl <<print getStatLevel($maedhroBlowjob)>></td>
<td><input type="number" id="maedhro-blowjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Sex:</td>
<td><<print $maedhroSex>></td>
<td>Lvl <<print getStatLevel($maedhroSex)>></td>
<td><input type="number" id="maedhro-sex-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Anal:</td>
<td><<print $maedhroAnal>></td>
<td>Lvl <<print getStatLevel($maedhroAnal)>></td>
<td><input type="number" id="maedhro-anal-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Kink:</td>
<td><<print $maedhroKink>></td>
<td>Lvl <<print getStatLevel($maedhroKink)>></td>
<td><input type="number" id="maedhro-kink-input" placeholder="use 1-75"></td>
</tr>
</table>
<div class="button-container">
<<button "Apply Stat Changes">>
<<set $maedhroDomSub to Number(document.getElementById('maedhro-domsub-input').value || $maedhroDomSub)>>
<<set $newMaedhroRel to Number(document.getElementById('maedhro-rel-input').value || $maedhroRel)>>
<<if $newMaedhroRel >= 5 && $maedhroRel < 5>><<set $maedhroRelLevel1check to true>><</if>>
<<if $newMaedhroRel >= 15 && $maedhroRel < 15>><<set $maedhroRelLevel2check to true>><</if>>
<<if $newMaedhroRel >= 30 && $maedhroRel < 30>><<set $maedhroRelLevel3check to true>><</if>>
<<if $newMaedhroRel >= 50 && $maedhroRel < 50>><<set $maedhroRelLevel4check to true>><</if>>
<<if $newMaedhroRel >= 75 && $maedhroRel < 75>><<set $maedhroRelLevel5check to true>><</if>>
<<set $maedhroRel to $newMaedhroRel>>
<<set $newMaedhroCorruption to Number(document.getElementById('maedhro-corruption-input').value || $maedhroCorruption)>>
<<if $newMaedhroCorruption >= 5 && $maedhroCorruption < 5>><<set $maedhroCorrLevel1check to true>><</if>>
<<if $newMaedhroCorruption >= 15 && $maedhroCorruption < 15>><<set $maedhroCorrLevel2check to true>><</if>>
<<if $newMaedhroCorruption >= 30 && $maedhroCorruption < 30>><<set $maedhroCorrLevel3check to true>><</if>>
<<if $newMaedhroCorruption >= 50 && $maedhroCorruption < 50>><<set $maedhroCorrLevel4check to true>><</if>>
<<if $newMaedhroCorruption >= 75 && $maedhroCorruption < 75>><<set $maedhroCorrLevel5check to true>><</if>>
<<set $maedhroCorruption to $newMaedhroCorruption>>
<<set $newMaedhroHandjob to Number(document.getElementById('maedhro-handjob-input').value || $maedhroHandjob)>>
<<if $newMaedhroHandjob >= 5 && $maedhroHandjob < 5>><<set $maedhroHandjobLevel1check to true>><</if>>
<<if $newMaedhroHandjob >= 15 && $maedhroHandjob < 15>><<set $maedhroHandjobLevel2check to true>><</if>>
<<if $newMaedhroHandjob >= 30 && $maedhroHandjob < 30>><<set $maedhroHandjobLevel3check to true>><</if>>
<<if $newMaedhroHandjob >= 50 && $maedhroHandjob < 50>><<set $maedhroHandjobLevel4check to true>><</if>>
<<if $newMaedhroHandjob >= 75 && $maedhroHandjob < 75>><<set $maedhroHandjobLevel5check to true>><</if>>
<<set $maedhroHandjob to $newMaedhroHandjob>>
<<set $newMaedhroBlowjob to Number(document.getElementById('maedhro-blowjob-input').value || $maedhroBlowjob)>>
<<if $newMaedhroBlowjob >= 5 && $maedhroBlowjob < 5>><<set $maedhroBlowjobLevel1check to true>><</if>>
<<if $newMaedhroBlowjob >= 15 && $maedhroBlowjob < 15>><<set $maedhroBlowjobLevel2check to true>><</if>>
<<if $newMaedhroBlowjob >= 30 && $maedhroBlowjob < 30>><<set $maedhroBlowjobLevel3check to true>><</if>>
<<if $newMaedhroBlowjob >= 50 && $maedhroBlowjob < 50>><<set $maedhroBlowjobLevel4check to true>><</if>>
<<if $newMaedhroBlowjob >= 75 && $maedhroBlowjob < 75>><<set $maedhroBlowjobLevel5check to true>><</if>>
<<set $maedhroBlowjob to $newMaedhroBlowjob>>
<<set $newMaedhroSex to Number(document.getElementById('maedhro-sex-input').value || $maedhroSex)>>
<<if $newMaedhroSex >= 5 && $maedhroSex < 5>><<set $maedhroSexLevel1check to true>><</if>>
<<if $newMaedhroSex >= 15 && $maedhroSex < 15>><<set $maedhroSexLevel2check to true>><</if>>
<<if $newMaedhroSex >= 30 && $maedhroSex < 30>><<set $maedhroSexLevel3check to true>><</if>>
<<if $newMaedhroSex >= 50 && $maedhroSex < 50>><<set $maedhroSexLevel4check to true>><</if>>
<<if $newMaedhroSex >= 75 && $maedhroSex < 75>><<set $maedhroSexLevel5check to true>><</if>>
<<set $maedhroSex to $newMaedhroSex>>
<<set $newMaedhroAnal to Number(document.getElementById('maedhro-anal-input').value || $maedhroAnal)>>
<<if $newMaedhroAnal >= 5 && $maedhroAnal < 5>><<set $maedhroAnalLevel1check to true>><</if>>
<<if $newMaedhroAnal >= 15 && $maedhroAnal < 15>><<set $maedhroAnalLevel2check to true>><</if>>
<<if $newMaedhroAnal >= 30 && $maedhroAnal < 30>><<set $maedhroAnalLevel3check to true>><</if>>
<<if $newMaedhroAnal >= 50 && $maedhroAnal < 50>><<set $maedhroAnalLevel4check to true>><</if>>
<<if $newMaedhroAnal >= 75 && $maedhroAnal < 75>><<set $maedhroAnalLevel5check to true>><</if>>
<<set $maedhroAnal to $newMaedhroAnal>>
<<set $newMaedhroKink to Number(document.getElementById('maedhro-kink-input').value || $maedhroKink)>>
<<if $newMaedhroKink >= 5 && $maedhroKink < 5>><<set $maedhroKinkLevel1check to true>><</if>>
<<if $newMaedhroKink >= 15 && $maedhroKink < 15>><<set $maedhroKinkLevel2check to true>><</if>>
<<if $newMaedhroKink >= 30 && $maedhroKink < 30>><<set $maedhroKinkLevel3check to true>><</if>>
<<if $newMaedhroKink >= 50 && $maedhroKink < 50>><<set $maedhroKinkLevel4check to true>><</if>>
<<if $newMaedhroKink >= 75 && $maedhroKink < 75>><<set $maedhroKinkLevel5check to true>><</if>>
<<set $maedhroKink to $newMaedhroKink>>
<<set $targetCharacter to "maedhro">>
<<run setTimeout(function() {
const element = document.getElementById('maedhro-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "RouteHandler">>
<</button>>
</div>
</div>
</div>
<div class="character-stories">
<table class="story-table">
<tr>
<td colspan="2" class="routes-header">Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</td>
</tr>
<tr>
<td colspan="2" class="routes-container">
<<if $mascC is true>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button purple-link">>
<<set $maedhroSub to 100>>
<<set $maedhroDom to 0>>
<<set $maedhroDeg to 0>>
<<set $maedhroMascNetori to false>>
<<set $targetCharacter to "maedhro">>
<<run setTimeout(function() {
const element = document.getElementById('maedhro-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $maedhroSub is 100>>✅<</if>> |
<<link "Dominance Route" class="route-button purple-link">>
<<set $maedhroDom to 100>>
<<set $maedhroSub to 0>>
<<set $maedhroDeg to 0>>
<<set $maedhroMascNetori to false>>
<<set $targetCharacter to "maedhro">>
<<run setTimeout(function() {
const element = document.getElementById('maedhro-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $maedhroDom is 100>>✅<</if>> |
<<link "Netori Route" class="route-button purple-link">>
<<set $maedhroDeg to 100>>
<<set $maedhroSub to 0>>
<<set $maedhroDom to 0>>
<<set $maedhroMascNetori to true>>
<<set $targetCharacter to "maedhro">>
<<run setTimeout(function() {
const element = document.getElementById('maedhro-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $maedhroDeg is 100>>✅<</if>>
</div>
<<else>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button purple-link">>
<<set $maedhroDom to 100>>
<<set $maedhroSub to 0>>
<<set $maedhroDeg to 0>>
<<set $maedhroMascNetori to false>>
<<set $targetCharacter to "maedhro">>
<<run setTimeout(function() {
const element = document.getElementById('maedhro-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $maedhroDom is 100>>✅<</if>> |
<<link "Dom/Sub Route" class="route-button purple-link">>
<<set $maedhroSub to 0>>
<<set $maedhroDom to 0>>
<<set $maedhroDeg to 100>>
<<set $maedhroMascNetori to false>>
<<set $targetCharacter to "maedhro">>
<<run setTimeout(function() {
const element = document.getElementById('maedhro-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $maedhroDeg is 100>>✅<</if>> |
<<link "NTR Route" class="route-button purple-link">>
<<set $maedhroDeg to 0>>
<<set $maedhroSub to 100>>
<<set $maedhroDom to 0>>
<<set $maedhroMascNetori to false>>
<<set $targetCharacter to "maedhro">>
<<run setTimeout(function() {
const element = document.getElementById('maedhro-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $maedhroSub is 100>>✅<</if>>
</div>
<</if>>
</td>
</tr>
<tr>
<td colspan="2" class="routes-header">Maedhro is a
<<if $mascC is true>>
<<if $maedhroisatrap is true and $maedhroMascNetori is false>>
<span style="color: purple;">Trap</span>
<<elseif $maedhroisatrap is false and $maedhroMascNetori is true>>
<span style="color: blue;">Man</span>
<<else>>
<span style="color: pink;">Girl</span>
<</if>>
<<else>>
<span style="color: purple;">Trap</span>
<</if>>
</td>
</tr>
<tr>
<td colspan="2" class="routes-container">
<div class="routes-wrapper">
<<if $mascC is true and $maedhroMascNetori is true>>
<span style="text-decoration: line-through 2px;">Man</span> <<if $maedhroisatrap is false and $maedhroMascNetori is true>>✅<</if>> |
<span style="text-decoration: line-through 2px;">Girl</span> |
<span style="text-decoration: line-through 2px;">Trap</span>
<<elseif $mascC is true and $maedhroMascNetori is false>>
<span style="text-decoration: line-through 2px;">Man</span> |
<<link "Girl" class="route-button pink-link">>
<<set $maedhroisatrap to false>>
<<run setTimeout(function() {
const element = document.getElementById('maedhro-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $maedhroisatrap is false and $maedhroMascNetori is false>>✅<</if>> |
<<link "Trap" class="route-button purple-link">>
<<set $maedhroisatrap to true>>
<<run setTimeout(function() {
const element = document.getElementById('maedhro-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $maedhroisatrap is true and $maedhroMascNetori is false>>✅<</if>>
<<else>>
<span style="text-decoration: line-through 2px;">Man</span> |
<span style="text-decoration: line-through 2px;">Girl</span> |
<span>Trap</span> <<if true>>✅<</if>>
<</if>>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="stories-header">Maedhro Stories:</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$maedhroStory" 0 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 0 - Meeting Maedhro in his bedroom.</span>
<<link "Jump into scene!" class="jump-button purple-link bold-jump">><<set $mainStory to 0>><<set $alarielStory to 1>><<set $maedhroStory to 0>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 0>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 0>><<goto "MaedhroStory1">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$maedhroStory" 1 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 1 - Maedhro and a shaving cream...</span>
<<link "Jump into scene!" class="jump-button purple-link bold-jump">><<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 4>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "maedhroStory2">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$maedhroStory" 2 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 2 - What are these noises? (Maedhro is excercising?)</span>
<<link "Jump into scene!" class="jump-button purple-link bold-jump">><<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 2>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 4>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStoryR2">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$maedhroStory" 3 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 3 - Maedhro trying to work out after transformation.</span>
<<if $mascC is true and $maedhroMascNetori is false>>
<<link "Jump into scene! (MASC ROUTES SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to true>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory3MASCS">><</link>>
<<elseif $maedhroMascNetori is true and $mascC is true>>
<<link "Jump into scene! (NETORI/STRAIGHT ROUTE SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to true>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory3NETORI">><</link>>
<<elseif $femC is true and $maedhroMascNetori is false>>
<<link "Jump into scene! (FEM ROUTES SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to true>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory3FEMS">><</link>>
<</if>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$maedhroStory" 4 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 4 - Going for a run in the park.</span>
<<if $mascC is true and $maedhroMascNetori is false>>
<<link "Jump into scene! (MASC ROUTES SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 4>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to true>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory4Mascs">><</link>>
<<elseif $maedhroMascNetori is true and $mascC is true>>
<<link "Jump into scene! (NETORI/STRAIGHT ROUTE SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 4>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to true>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory4Netori">><</link>>
<<elseif $femC is true and $maedhroMascNetori is false>>
<<link "Jump into scene! (FEM ROUTES SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 4>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to true>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory4Fems">><</link>>
<</if>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$maedhroStory" 5 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 5 - Maedhro should be here? Where is <<if $maedhroMascNetori is true and $mascC is true>>he<<else>>she<</if>>?</span>
<<if $mascC is true and $maedhroMascNetori is false>>
<<link "Jump into scene! (MASC ROUTES SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 5>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to true>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory5Part2Mascs">><</link>>
<<elseif $maedhroMascNetori is true and $mascC is true>>
<<link "Jump into scene! (NETORI/STRAIGHT ROUTE SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 5>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to true>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory5Part2Netori">><</link>>
<<elseif $femC is true and $maedhroMascNetori is false>>
<<link "Jump into scene! (FEM ROUTES SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 5>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to true>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory5Part2Fems">><</link>>
<</if>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$maedhroStory" 6 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 6 - So this is the self-defence class.</span>
<<if $mascC is true and $maedhroMascNetori is false>>
<<link "Jump into scene! (MASC ROUTES SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 6>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to true>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory6MASCS">><</link>>
<<elseif $maedhroMascNetori is true and $mascC is true>>
<<link "Jump into scene! (NETORI/STRAIGHT ROUTE SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 6>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to true>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory6NETORI">><</link>>
<<elseif $femC is true and $maedhroMascNetori is false>>
<<link "Jump into scene! (FEM ROUTES SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 6>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to true>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory6FEMS">><</link>>
<</if>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$maedhroStory" 7 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 7 - Is Maedhro crying in <<if $maedhroMascNetori is true and $mascC is true>>his<<else>>her<</if>> bedroom?</span>
<<if $mascC is true and $maedhroMascNetori is false>>
<<link "Jump into scene! (MASC ROUTES SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 7>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to true>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory7MASCS">><</link>>
<<elseif $maedhroMascNetori is true and $mascC is true>>
<<link "Jump into scene! (NETORI/STRAIGHT ROUTE SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 7>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to true>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory7NETORI">><</link>>
<<elseif $femC is true and $maedhroMascNetori is false>>
<<link "Jump into scene! (FEM ROUTES SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 7>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to true>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory7FEMS">><</link>>
<</if>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$maedhroStory" 8 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 8 - I will put a stop to this. I will fuck those guards up!</span>
<<if $mascC is true and $maedhroMascNetori is false>>
<<link "Jump into scene! (MASC ROUTES SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 8>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to true>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory8">><</link>>
<<elseif $maedhroMascNetori is true and $mascC is true>>
<<link "Jump into scene! (NETORI/STRAIGHT ROUTE SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 8>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to true>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory8">><</link>>
<<elseif $femC is true and $maedhroMascNetori is false>>
<<link "Jump into scene! (FEM ROUTES SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 8>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to true>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory8">><</link>>
<</if>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$maedhroStory" 9 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 9 - I have gotten stronger! I can beat the guards this time. I know it!</span>
<<if $mascC is true>>
<<if $maedhroDom gte 100>>
<<link "Jump into scene! (MASC DOM SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 9>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to true>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 40>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory9RMASCDOM">><</link>>
<<elseif $maedhroDeg gte 100>>
<<link "Jump into scene! (MASC NETORI/STRAIGHT SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 9>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to true>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory9RMASCNETORI">><</link>>
<<elseif $maedhroSub gte 100>>
<<link "Jump into scene! (MASC ROMANCE SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 9>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to true>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 40>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory9MASCROM">><</link>>
<</if>>
<<elseif $femC is true>>
<<if $maedhroDom gte 100>>
<<link "Jump into scene! (FEM ROMANCE SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 9>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to true>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory9FEMROM">><</link>>
<<elseif $maedhroDeg gte 100>>
<<link "Jump into scene! (FEM DOM/SUB SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 9>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 40>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory9FEMDEG">><</link>>
<<elseif $maedhroSub gte 100>>
<<link "Jump into scene! (FEM NTR SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 9>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to true>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 40>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory9FEMNTR">><</link>>
<</if>>
<</if>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$maedhroStory" 10 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 10 - What a day it was.... I'm getting sleepy... *knock* *knock* *knock*</span>
<<if $mascC is true>>
<<if $maedhroDom gte 100>>
<<link "Jump into scene! (MASC DOM SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 10>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to true>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 40>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory10RMASCDOM">><</link>>
<<elseif $maedhroDeg gte 100>>
<<link "Jump into scene! (MASC NETORI/STRAIGHT SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 10>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to true>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 40>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory10RMASCNETORI">><</link>>
<<elseif $maedhroSub gte 100>>
<<link "Jump into scene! (MASC ROMANCE SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 10>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to true>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 40>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory10MASCROM">><</link>>
<</if>>
<<elseif $femC is true>>
<<if $maedhroDom gte 100>>
<<link "Jump into scene! (FEM ROMANCE SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 10>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to true>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 32>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory10FEMROM">><</link>>
<<elseif $maedhroDeg gte 100>>
<<link "Jump into scene! (FEM DOM/SUB SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 10>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 40>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory10FEMDEG">><</link>>
<<elseif $maedhroSub gte 100>>
<<link "Jump into scene! (FEM NTR SELECTED)" class="jump-button purple-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 10>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to true>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to true>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to true>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to true>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 40>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "MaedhroStory10FEMNTR">><</link>>
<</if>>
<</if>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$maedhroStory" 11 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 11 - Future content is in the works!</span>
</div>
</td>
</tr>
</table>
</div>
</div>
<div id="cecily-section" class="character-section">
<h3><span style="color:#DC143C;">Cecily</span></h3>
<div style="display: flex; align-items: center; margin-bottom: 5px;">
<img src="Images/Locations/cecilyC1.jpg" alt="Cecily Notebook Image" style="max-width: 300px; border: 3px solid #DC143C;">
<div style="margin:0 0 0 5px;padding:0;">
<table class="character-stats-cheat">
<tr>
<td>⛓️/🔱</td>
<td>Sub/Dom:</td>
<td><<print $cecilyDomSub>></td>
<td>
<<if $cecilyDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $cecilyDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $cecilyDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $cecilyDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $cecilyDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $cecilyDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td><input type="number" id="cecily-domsub-input" placeholder="use 0-100"></td>
</tr>
<tr>
<td>❤️</td>
<td>Relationship:</td>
<td><<print $cecilyRel>></td>
<td>Lvl <<print getStatLevel($cecilyRel)>></td>
<td><input type="number" id="cecily-rel-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td>💜</td>
<td>Corruption:</td>
<td><<print $cecilyCorruption>></td>
<td>Lvl <<print getStatLevel($cecilyCorruption)>></td>
<td><input type="number" id="cecily-corruption-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Handjob:</td>
<td><<print $cecilyHandjob>></td>
<td>Lvl <<print getStatLevel($cecilyHandjob)>></td>
<td><input type="number" id="cecily-handjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Blowjob:</td>
<td><<print $cecilyBlowjob>></td>
<td>Lvl <<print getStatLevel($cecilyBlowjob)>></td>
<td><input type="number" id="cecily-blowjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Sex:</td>
<td><<print $cecilySex>></td>
<td>Lvl <<print getStatLevel($cecilySex)>></td>
<td><input type="number" id="cecily-sex-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Anal:</td>
<td><<print $cecilyAnal>></td>
<td>Lvl <<print getStatLevel($cecilyAnal)>></td>
<td><input type="number" id="cecily-anal-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Kink:</td>
<td><<print $cecilyKink>></td>
<td>Lvl <<print getStatLevel($cecilyKink)>></td>
<td><input type="number" id="cecily-kink-input" placeholder="use 1-75"></td>
</tr>
</table>
<div class="button-container">
<<button "Apply Stat Changes">>
<<set $cecilyDomSub to Number(document.getElementById('cecily-domsub-input').value || $cecilyDomSub)>>
<<set $newCecilyRel to Number(document.getElementById('cecily-rel-input').value || $cecilyRel)>>
<<if $newCecilyRel >= 5 && $cecilyRel < 5>><<set $cecilyRelLevel1check to true>><</if>>
<<if $newCecilyRel >= 15 && $cecilyRel < 15>><<set $cecilyRelLevel2check to true>><</if>>
<<if $newCecilyRel >= 30 && $cecilyRel < 30>><<set $cecilyRelLevel3check to true>><</if>>
<<if $newCecilyRel >= 50 && $cecilyRel < 50>><<set $cecilyRelLevel4check to true>><</if>>
<<if $newCecilyRel >= 75 && $cecilyRel < 75>><<set $cecilyRelLevel5check to true>><</if>>
<<set $cecilyRel to $newCecilyRel>>
<<set $newCecilyCorruption to Number(document.getElementById('cecily-corruption-input').value || $cecilyCorruption)>>
<<if $newCecilyCorruption >= 5 && $cecilyCorruption < 5>><<set $cecilyCorrLevel1check to true>><</if>>
<<if $newCecilyCorruption >= 15 && $cecilyCorruption < 15>><<set $cecilyCorrLevel2check to true>><</if>>
<<if $newCecilyCorruption >= 30 && $cecilyCorruption < 30>><<set $cecilyCorrLevel3check to true>><</if>>
<<if $newCecilyCorruption >= 50 && $cecilyCorruption < 50>><<set $cecilyCorrLevel4check to true>><</if>>
<<if $newCecilyCorruption >= 75 && $cecilyCorruption < 75>><<set $cecilyCorrLevel5check to true>><</if>>
<<set $cecilyCorruption to $newCecilyCorruption>>
<<set $newCecilyHandjob to Number(document.getElementById('cecily-handjob-input').value || $cecilyHandjob)>>
<<if $newCecilyHandjob >= 5 && $cecilyHandjob < 5>><<set $cecilyHandjobLevel1check to true>><</if>>
<<if $newCecilyHandjob >= 15 && $cecilyHandjob < 15>><<set $cecilyHandjobLevel2check to true>><</if>>
<<if $newCecilyHandjob >= 30 && $cecilyHandjob < 30>><<set $cecilyHandjobLevel3check to true>><</if>>
<<if $newCecilyHandjob >= 50 && $cecilyHandjob < 50>><<set $cecilyHandjobLevel4check to true>><</if>>
<<if $newCecilyHandjob >= 75 && $cecilyHandjob < 75>><<set $cecilyHandjobLevel5check to true>><</if>>
<<set $cecilyHandjob to $newCecilyHandjob>>
<<set $newCecilyBlowjob to Number(document.getElementById('cecily-blowjob-input').value || $cecilyBlowjob)>>
<<if $newCecilyBlowjob >= 5 && $cecilyBlowjob < 5>><<set $cecilyBlowjobLevel1check to true>><</if>>
<<if $newCecilyBlowjob >= 15 && $cecilyBlowjob < 15>><<set $cecilyBlowjobLevel2check to true>><</if>>
<<if $newCecilyBlowjob >= 30 && $cecilyBlowjob < 30>><<set $cecilyBlowjobLevel3check to true>><</if>>
<<if $newCecilyBlowjob >= 50 && $cecilyBlowjob < 50>><<set $cecilyBlowjobLevel4check to true>><</if>>
<<if $newCecilyBlowjob >= 75 && $cecilyBlowjob < 75>><<set $cecilyBlowjobLevel5check to true>><</if>>
<<set $cecilyBlowjob to $newCecilyBlowjob>>
<<set $newCecilySex to Number(document.getElementById('cecily-sex-input').value || $cecilySex)>>
<<if $newCecilySex >= 5 && $cecilySex < 5>><<set $cecilySexLevel1check to true>><</if>>
<<if $newCecilySex >= 15 && $cecilySex < 15>><<set $cecilySexLevel2check to true>><</if>>
<<if $newCecilySex >= 30 && $cecilySex < 30>><<set $cecilySexLevel3check to true>><</if>>
<<if $newCecilySex >= 50 && $cecilySex < 50>><<set $cecilySexLevel4check to true>><</if>>
<<if $newCecilySex >= 75 && $cecilySex < 75>><<set $cecilySexLevel5check to true>><</if>>
<<set $cecilySex to $newCecilySex>>
<<set $newCecilyAnal to Number(document.getElementById('cecily-anal-input').value || $cecilyAnal)>>
<<if $newCecilyAnal >= 5 && $cecilyAnal < 5>><<set $cecilyAnalLevel1check to true>><</if>>
<<if $newCecilyAnal >= 15 && $cecilyAnal < 15>><<set $cecilyAnalLevel2check to true>><</if>>
<<if $newCecilyAnal >= 30 && $cecilyAnal < 30>><<set $cecilyAnalLevel3check to true>><</if>>
<<if $newCecilyAnal >= 50 && $cecilyAnal < 50>><<set $cecilyAnalLevel4check to true>><</if>>
<<if $newCecilyAnal >= 75 && $cecilyAnal < 75>><<set $cecilyAnalLevel5check to true>><</if>>
<<set $cecilyAnal to $newCecilyAnal>>
<<set $newCecilyKink to Number(document.getElementById('cecily-kink-input').value || $cecilyKink)>>
<<if $newCecilyKink >= 5 && $cecilyKink < 5>><<set $cecilyKinkLevel1check to true>><</if>>
<<if $newCecilyKink >= 15 && $cecilyKink < 15>><<set $cecilyKinkLevel2check to true>><</if>>
<<if $newCecilyKink >= 30 && $cecilyKink < 30>><<set $cecilyKinkLevel3check to true>><</if>>
<<if $newCecilyKink >= 50 && $cecilyKink < 50>><<set $cecilyKinkLevel4check to true>><</if>>
<<if $newCecilyKink >= 75 && $cecilyKink < 75>><<set $cecilyKinkLevel5check to true>><</if>>
<<set $cecilyKink to $newCecilyKink>>
<<set $targetCharacter to "cecily">>
<<run setTimeout(function() {
const element = document.getElementById('cecily-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "RouteHandler">>
<</button>>
</div>
</div>
</div>
<div class="character-stories">
<table class="story-table">
<tr>
<td colspan="2" class="routes-header">Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</td>
</tr>
<tr>
<td colspan="2" class="routes-container">
<<if $mascC is true>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button red-link">>
<<set $cecilySub to 100>>
<<set $cecilyDom to 0>>
<<set $cecilyDeg to 0>>
<<set $targetCharacter to "cecily">>
<<run setTimeout(function() {
const element = document.getElementById('cecily-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $cecilySub is 100>>✅<</if>> |
<<link "Dominance Route" class="route-button red-link">>
<<set $cecilyDom to 100>>
<<set $cecilySub to 0>>
<<set $cecilyDeg to 0>>
<<set $targetCharacter to "cecily">>
<<run setTimeout(function() {
const element = document.getElementById('cecily-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $cecilyDom is 100>>✅<</if>> |
<<link "Netori Route" class="route-button red-link">>
<<set $cecilyDeg to 100>>
<<set $cecilySub to 0>>
<<set $cecilyDom to 0>>
<<set $targetCharacter to "cecily">>
<<run setTimeout(function() {
const element = document.getElementById('cecily-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $cecilyDeg is 100>>✅<</if>>
</div>
<<else>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button red-link">>
<<set $cecilyDom to 100>>
<<set $cecilySub to 0>>
<<set $cecilyDeg to 0>>
<<set $targetCharacter to "cecily">>
<<run setTimeout(function() {
const element = document.getElementById('cecily-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $cecilyDom is 100>>✅<</if>> |
<<link "Dom/Sub Route" class="route-button red-link">>
<<set $cecilySub to 0>>
<<set $cecilyDom to 0>>
<<set $cecilyDeg to 100>>
<<set $targetCharacter to "cecily">>
<<run setTimeout(function() {
const element = document.getElementById('cecily-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $cecilyDeg is 100>>✅<</if>> |
<<link "NTR Route" class="route-button red-link">>
<<set $cecilyDeg to 0>>
<<set $cecilySub to 100>>
<<set $cecilyDom to 0>>
<<set $targetCharacter to "cecily">>
<<run setTimeout(function() {
const element = document.getElementById('cecily-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $cecilySub is 100>>✅<</if>>
</div>
<</if>>
</td>
</tr>
<tr>
<td colspan="2" class="stories-header">Cecily Stories:</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$cecilyStory" 0 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 0 - Intro to Cecily:</span>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part I - First time meeting Cecily</span>
<<link "Jump into scene!" class="jump-button red-link bold-jump">><<set $mainStory to 0>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 1>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $exploreTime = 0>>
<<set $seeingBoysInTheAcademyStory1 to true>>
<<set $seeingThaliaInTheAcademyStory1 to true>>
<<set $seeingOriannaInTheAcademyStory1 to true>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 3>><<goto "Herbology Story 3">><</link>>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part II - Cecily seems a bit aloof. Is she ok?</span>
<<link "Jump into scene!" class="jump-button red-link bold-jump">><<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 1>><<set $cecilyStory to 1>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $exploreTime = 0>>
<<set $seeingBoysInTheAcademyStory1 to true>>
<<set $seeingThaliaInTheAcademyStory1 to true>>
<<set $seeingOriannaInTheAcademyStory1 to true>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 10>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 0>><<goto "cecilyStory1">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$cecilyStory" 1 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 1 - Future content is in the works!</span>
</div>
</td>
</tr>
</table>
</div>
</div>
<div id="philippa-section" class="character-section">
<h3><span style="color:#FF8C00;">Philippa</span></h3>
<div style="display: flex; align-items: center; margin-bottom: 5px;">
<img src="Images/Locations/philippaC1.png" alt="Philippa Notebook Image" style="max-width: 300px; border: 3px solid #FF8C00;">
<div style="margin:0 0 0 5px;padding:0;">
<table class="character-stats-cheat">
<tr>
<td>⛓️/🔱</td>
<td>Sub/Dom:</td>
<td><<print $philippaDomSub>></td>
<td>
<<if $philippaDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $philippaDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $philippaDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $philippaDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $philippaDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $philippaDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td><input type="number" id="philippa-domsub-input" placeholder="use 0-100"></td>
</tr>
<tr>
<td>❤️</td>
<td>Relationship:</td>
<td><<print $philippaRel>></td>
<td>Lvl <<print getStatLevel($philippaRel)>></td>
<td><input type="number" id="philippa-rel-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td>💜</td>
<td>Corruption:</td>
<td><<print $philippaCorruption>></td>
<td>Lvl <<print getStatLevel($philippaCorruption)>></td>
<td><input type="number" id="philippa-corruption-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Handjob:</td>
<td><<print $philippaHandjob>></td>
<td>Lvl <<print getStatLevel($philippaHandjob)>></td>
<td><input type="number" id="philippa-handjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Blowjob:</td>
<td><<print $philippaBlowjob>></td>
<td>Lvl <<print getStatLevel($philippaBlowjob)>></td>
<td><input type="number" id="philippa-blowjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Sex:</td>
<td><<print $philippaSex>></td>
<td>Lvl <<print getStatLevel($philippaSex)>></td>
<td><input type="number" id="philippa-sex-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Anal:</td>
<td><<print $philippaAnal>></td>
<td>Lvl <<print getStatLevel($philippaAnal)>></td>
<td><input type="number" id="philippa-anal-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Kink:</td>
<td><<print $philippaKink>></td>
<td>Lvl <<print getStatLevel($philippaKink)>></td>
<td><input type="number" id="philippa-kink-input" placeholder="use 1-75"></td>
</tr>
</table>
<div class="button-container">
<<button "Apply Stat Changes">>
<<set $philippaDomSub to Number(document.getElementById('philippa-domsub-input').value || $philippaDomSub)>>
<<set $newPhilippaRel to Number(document.getElementById('philippa-rel-input').value || $philippaRel)>>
<<if $newPhilippaRel >= 5 && $philippaRel < 5>><<set $philippaRelLevel1check to true>><</if>>
<<if $newPhilippaRel >= 15 && $philippaRel < 15>><<set $philippaRelLevel2check to true>><</if>>
<<if $newPhilippaRel >= 30 && $philippaRel < 30>><<set $philippaRelLevel3check to true>><</if>>
<<if $newPhilippaRel >= 50 && $philippaRel < 50>><<set $philippaRelLevel4check to true>><</if>>
<<if $newPhilippaRel >= 75 && $philippaRel < 75>><<set $philippaRelLevel5check to true>><</if>>
<<set $philippaRel to $newPhilippaRel>>
<<set $newPhilippaCorruption to Number(document.getElementById('philippa-corruption-input').value || $philippaCorruption)>>
<<if $newPhilippaCorruption >= 5 && $philippaCorruption < 5>><<set $philippaCorrLevel1check to true>><</if>>
<<if $newPhilippaCorruption >= 15 && $philippaCorruption < 15>><<set $philippaCorrLevel2check to true>><</if>>
<<if $newPhilippaCorruption >= 30 && $philippaCorruption < 30>><<set $philippaCorrLevel3check to true>><</if>>
<<if $newPhilippaCorruption >= 50 && $philippaCorruption < 50>><<set $philippaCorrLevel4check to true>><</if>>
<<if $newPhilippaCorruption >= 75 && $philippaCorruption < 75>><<set $philippaCorrLevel5check to true>><</if>>
<<set $philippaCorruption to $newPhilippaCorruption>>
<<set $newPhilippaHandjob to Number(document.getElementById('philippa-handjob-input').value || $philippaHandjob)>>
<<if $newPhilippaHandjob >= 5 && $philippaHandjob < 5>><<set $philippaHandjobLevel1check to true>><</if>>
<<if $newPhilippaHandjob >= 15 && $philippaHandjob < 15>><<set $philippaHandjobLevel2check to true>><</if>>
<<if $newPhilippaHandjob >= 30 && $philippaHandjob < 30>><<set $philippaHandjobLevel3check to true>><</if>>
<<if $newPhilippaHandjob >= 50 && $philippaHandjob < 50>><<set $philippaHandjobLevel4check to true>><</if>>
<<if $newPhilippaHandjob >= 75 && $philippaHandjob < 75>><<set $philippaHandjobLevel5check to true>><</if>>
<<set $philippaHandjob to $newPhilippaHandjob>>
<<set $newPhilippaBlowjob to Number(document.getElementById('philippa-blowjob-input').value || $philippaBlowjob)>>
<<if $newPhilippaBlowjob >= 5 && $philippaBlowjob < 5>><<set $philippaBlowjobLevel1check to true>><</if>>
<<if $newPhilippaBlowjob >= 15 && $philippaBlowjob < 15>><<set $philippaBlowjobLevel2check to true>><</if>>
<<if $newPhilippaBlowjob >= 30 && $philippaBlowjob < 30>><<set $philippaBlowjobLevel3check to true>><</if>>
<<if $newPhilippaBlowjob >= 50 && $philippaBlowjob < 50>><<set $philippaBlowjobLevel4check to true>><</if>>
<<if $newPhilippaBlowjob >= 75 && $philippaBlowjob < 75>><<set $philippaBlowjobLevel5check to true>><</if>>
<<set $philippaBlowjob to $newPhilippaBlowjob>>
<<set $newPhilippaSex to Number(document.getElementById('philippa-sex-input').value || $philippaSex)>>
<<if $newPhilippaSex >= 5 && $philippaSex < 5>><<set $philippaSexLevel1check to true>><</if>>
<<if $newPhilippaSex >= 15 && $philippaSex < 15>><<set $philippaSexLevel2check to true>><</if>>
<<if $newPhilippaSex >= 30 && $philippaSex < 30>><<set $philippaSexLevel3check to true>><</if>>
<<if $newPhilippaSex >= 50 && $philippaSex < 50>><<set $philippaSexLevel4check to true>><</if>>
<<if $newPhilippaSex >= 75 && $philippaSex < 75>><<set $philippaSexLevel5check to true>><</if>>
<<set $philippaSex to $newPhilippaSex>>
<<set $newPhilippaAnal to Number(document.getElementById('philippa-anal-input').value || $philippaAnal)>>
<<if $newPhilippaAnal >= 5 && $philippaAnal < 5>><<set $philippaAnalLevel1check to true>><</if>>
<<if $newPhilippaAnal >= 15 && $philippaAnal < 15>><<set $philippaAnalLevel2check to true>><</if>>
<<if $newPhilippaAnal >= 30 && $philippaAnal < 30>><<set $philippaAnalLevel3check to true>><</if>>
<<if $newPhilippaAnal >= 50 && $philippaAnal < 50>><<set $philippaAnalLevel4check to true>><</if>>
<<if $newPhilippaAnal >= 75 && $philippaAnal < 75>><<set $philippaAnalLevel5check to true>><</if>>
<<set $philippaAnal to $newPhilippaAnal>>
<<set $newPhilippaKink to Number(document.getElementById('philippa-kink-input').value || $philippaKink)>>
<<if $newPhilippaKink >= 5 && $philippaKink < 5>><<set $philippaKinkLevel1check to true>><</if>>
<<if $newPhilippaKink >= 15 && $philippaKink < 15>><<set $philippaKinkLevel2check to true>><</if>>
<<if $newPhilippaKink >= 30 && $philippaKink < 30>><<set $philippaKinkLevel3check to true>><</if>>
<<if $newPhilippaKink >= 50 && $philippaKink < 50>><<set $philippaKinkLevel4check to true>><</if>>
<<if $newPhilippaKink >= 75 && $philippaKink < 75>><<set $philippaKinkLevel5check to true>><</if>>
<<set $philippaKink to $newPhilippaKink>>
<<set $targetCharacter to "philippa">>
<<run setTimeout(function() {
const element = document.getElementById('philippa-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "RouteHandler">>
<</button>>
</div>
</div>
</div>
<div class="character-stories">
<table class="story-table">
<tr>
<td colspan="2" class="routes-header">Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</td>
</tr>
<tr>
<td colspan="2" class="routes-container">
<<if $mascC is true>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button orange-link">>
<<set $philippaSub to 100>>
<<set $philippaDom to 0>>
<<set $philippaDeg to 0>>
<<set $targetCharacter to "philippa">>
<<run setTimeout(function() {
const element = document.getElementById('philippa-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $philippaSub is 100>>✅<</if>> |
<<link "Dominance Route" class="route-button orange-link">>
<<set $philippaDom to 100>>
<<set $philippaSub to 0>>
<<set $philippaDeg to 0>>
<<set $targetCharacter to "philippa">>
<<run setTimeout(function() {
const element = document.getElementById('philippa-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $philippaDom is 100>>✅<</if>> |
<<link "Netori Route" class="route-button orange-link">>
<<set $philippaDeg to 100>>
<<set $philippaSub to 0>>
<<set $philippaDom to 0>>
<<set $targetCharacter to "philippa">>
<<run setTimeout(function() {
const element = document.getElementById('philippa-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $philippaDeg is 100>>✅<</if>>
</div>
<<else>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button orange-link">>
<<set $philippaDom to 100>>
<<set $philippaSub to 0>>
<<set $philippaDeg to 0>>
<<set $targetCharacter to "philippa">>
<<run setTimeout(function() {
const element = document.getElementById('philippa-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $philippaDom is 100>>✅<</if>> |
<<link "Dom/Sub Route" class="route-button orange-link">>
<<set $philippaSub to 0>>
<<set $philippaDom to 0>>
<<set $philippaDeg to 100>>
<<set $targetCharacter to "philippa">>
<<run setTimeout(function() {
const element = document.getElementById('philippa-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $philippaDeg is 100>>✅<</if>> |
<<link "NTR Route" class="route-button orange-link">>
<<set $philippaDeg to 0>>
<<set $philippaSub to 100>>
<<set $philippaDom to 0>>
<<set $targetCharacter to "philippa">>
<<run setTimeout(function() {
const element = document.getElementById('philippa-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $philippaSub is 100>>✅<</if>>
</div>
<</if>>
</td>
</tr>
<tr>
<td colspan="2" class="stories-header">Philippa Stories:</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$philippaStory" 0 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 0 - Meeting Philippa:</span>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part I - My very first herbology class.</span>
<<link "Jump into scene!" class="jump-button orange-link bold-jump">><<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 1>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $exploreTime = 0>>
<<set $seeingBoysInTheAcademyStory1 to true>>
<<set $seeingThaliaInTheAcademyStory1 to true>>
<<set $seeingOriannaInTheAcademyStory1 to true>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 1>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 3>><<goto "Herbology Story 1">><</link>>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part II - There are tests?</span>
<<link "Jump into scene!" class="jump-button orange-link bold-jump">><<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 1>><<set $cecilyStory to 0>> <<set $philippaStory to 0>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 0>>
<<set $pornMagLvl2 = 0>>
<<set $pornMagLvl3 = 0>>
<<set $exploreTime = 0>>
<<set $seeingBoysInTheAcademyStory1 to true>>
<<set $seeingThaliaInTheAcademyStory1 to true>>
<<set $seeingOriannaInTheAcademyStory1 to true>>
<<set $inledyaRel to 0>>
<<set $alarielRel to 0>>
<<set $cecilyRel to 0>>
<<set $philippaRel to 0>>
<<set $maedhroRel to 0>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 3>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "PhilippaStory1">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$philippaStory" 1 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 1 - Is that an infected plant? That's weird...</span>
<<link "Jump into scene!" class="jump-button orange-link bold-jump">><<set $mainStory to 3>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 1>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $philippaRelLevel1check to true>>
<<set $cecilyRelLevel1check to true>>
<<set $maedhroRelLevel1check to true>>
<<set $alarielRelLevel1check to true>>
<<set $inledyaRelLevel1check to true>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 21>> <<set $day to "Friday">><<set $time to "Morning">> <<set $firstDay to 4>><<goto "PhillipaStory2">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$philippaStory" 2 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 2 - Something is off. I'm feeling weird.</span>
<<link "Jump into scene!" class="jump-button orange-link bold-jump">><<set $mainStory to 3>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 2>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to false>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to false>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to false>>
<<set $femNTRMag3 to false>>
<<set $philippaRelLevel1check to true>>
<<set $cecilyRelLevel1check to true>>
<<set $maedhroRelLevel1check to true>>
<<set $alarielRelLevel1check to true>>
<<set $inledyaRelLevel1check to true>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 21>> <<set $day to "Friday">><<set $time to "Morning">> <<set $firstDay to 4>><<goto "PhillipaStory3">><</link>>
</div>
</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$philippaStory" 3 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 3 - Future content is in the works!</span>
</div>
</td>
</tr>
</table>
</div>
</div>
<!-- Thalia Section -->
<div id="thalia-section" class="character-section">
<h3>Thalia</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/thaliaCM1.jpg" alt="Thalia Notebook Image" style="max-width: 300px; border: 3px solid #006400;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $thaliaDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $thaliaDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $thaliaDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $thaliaDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $thaliaDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $thaliaDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $thaliaDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="thalia-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $thaliaRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($thaliaRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="thalia-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $thaliaCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($thaliaCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="thalia-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $thaliaHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($thaliaHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="thalia-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $thaliaBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($thaliaBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="thalia-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $thaliaSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($thaliaSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="thalia-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $thaliaAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($thaliaAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="thalia-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $thaliaKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($thaliaKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="thalia-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $thaliaDomSub to Number(document.getElementById('thalia-domsub-input').value || $thaliaDomSub)>>
<<set $newThaliaRel to Number(document.getElementById('thalia-rel-input').value || $thaliaRel)>>
<<if $newThaliaRel >= 5 && $thaliaRel < 5>><<set $thaliaRelLevel1check to true>><</if>>
<<if $newThaliaRel >= 15 && $thaliaRel < 15>><<set $thaliaRelLevel2check to true>><</if>>
<<if $newThaliaRel >= 30 && $thaliaRel < 30>><<set $thaliaRelLevel3check to true>><</if>>
<<if $newThaliaRel >= 50 && $thaliaRel < 50>><<set $thaliaRelLevel4check to true>><</if>>
<<if $newThaliaRel >= 75 && $thaliaRel < 75>><<set $thaliaRelLevel5check to true>><</if>>
<<set $thaliaRel to $newThaliaRel>>
<<set $newThaliaCorruption to Number(document.getElementById('thalia-corruption-input').value || $thaliaCorruption)>>
<<if $newThaliaCorruption >= 5 && $thaliaCorruption < 5>><<set $thaliaCorrLevel1check to true>><</if>>
<<if $newThaliaCorruption >= 15 && $thaliaCorruption < 15>><<set $thaliaCorrLevel2check to true>><</if>>
<<if $newThaliaCorruption >= 30 && $thaliaCorruption < 30>><<set $thaliaCorrLevel3check to true>><</if>>
<<if $newThaliaCorruption >= 50 && $thaliaCorruption < 50>><<set $thaliaCorrLevel4check to true>><</if>>
<<if $newThaliaCorruption >= 75 && $thaliaCorruption < 75>><<set $thaliaCorrLevel5check to true>><</if>>
<<set $thaliaCorruption to $newThaliaCorruption>>
<<set $newThaliaHandjob to Number(document.getElementById('thalia-handjob-input').value || $thaliaHandjob)>>
<<if $newThaliaHandjob >= 5 && $thaliaHandjob < 5>><<set $thaliaHandjobLevel1check to true>><</if>>
<<if $newThaliaHandjob >= 15 && $thaliaHandjob < 15>><<set $thaliaHandjobLevel2check to true>><</if>>
<<if $newThaliaHandjob >= 30 && $thaliaHandjob < 30>><<set $thaliaHandjobLevel3check to true>><</if>>
<<if $newThaliaHandjob >= 50 && $thaliaHandjob < 50>><<set $thaliaHandjobLevel4check to true>><</if>>
<<if $newThaliaHandjob >= 75 && $thaliaHandjob < 75>><<set $thaliaHandjobLevel5check to true>><</if>>
<<set $thaliaHandjob to $newThaliaHandjob>>
<<set $newThaliaBlowjob to Number(document.getElementById('thalia-blowjob-input').value || $thaliaBlowjob)>>
<<if $newThaliaBlowjob >= 5 && $thaliaBlowjob < 5>><<set $thaliaBlowjobLevel1check to true>><</if>>
<<if $newThaliaBlowjob >= 15 && $thaliaBlowjob < 15>><<set $thaliaBlowjobLevel2check to true>><</if>>
<<if $newThaliaBlowjob >= 30 && $thaliaBlowjob < 30>><<set $thaliaBlowjobLevel3check to true>><</if>>
<<if $newThaliaBlowjob >= 50 && $thaliaBlowjob < 50>><<set $thaliaBlowjobLevel4check to true>><</if>>
<<if $newThaliaBlowjob >= 75 && $thaliaBlowjob < 75>><<set $thaliaBlowjobLevel5check to true>><</if>>
<<set $thaliaBlowjob to $newThaliaBlowjob>>
<<set $newThaliaSex to Number(document.getElementById('thalia-sex-input').value || $thaliaSex)>>
<<if $newThaliaSex >= 5 && $thaliaSex < 5>><<set $thaliaSexLevel1check to true>><</if>>
<<if $newThaliaSex >= 15 && $thaliaSex < 15>><<set $thaliaSexLevel2check to true>><</if>>
<<if $newThaliaSex >= 30 && $thaliaSex < 30>><<set $thaliaSexLevel3check to true>><</if>>
<<if $newThaliaSex >= 50 && $thaliaSex < 50>><<set $thaliaSexLevel4check to true>><</if>>
<<if $newThaliaSex >= 75 && $thaliaSex < 75>><<set $thaliaSexLevel5check to true>><</if>>
<<set $thaliaSex to $newThaliaSex>>
<<set $newThaliaAnal to Number(document.getElementById('thalia-anal-input').value || $thaliaAnal)>>
<<if $newThaliaAnal >= 5 && $thaliaAnal < 5>><<set $thaliaAnalLevel1check to true>><</if>>
<<if $newThaliaAnal >= 15 && $thaliaAnal < 15>><<set $thaliaAnalLevel2check to true>><</if>>
<<if $newThaliaAnal >= 30 && $thaliaAnal < 30>><<set $thaliaAnalLevel3check to true>><</if>>
<<if $newThaliaAnal >= 50 && $thaliaAnal < 50>><<set $thaliaAnalLevel4check to true>><</if>>
<<if $newThaliaAnal >= 75 && $thaliaAnal < 75>><<set $thaliaAnalLevel5check to true>><</if>>
<<set $thaliaAnal to $newThaliaAnal>>
<<set $newThaliaKink to Number(document.getElementById('thalia-kink-input').value || $thaliaKink)>>
<<if $newThaliaKink >= 5 && $thaliaKink < 5>><<set $thaliaKinkLevel1check to true>><</if>>
<<if $newThaliaKink >= 15 && $thaliaKink < 15>><<set $thaliaKinkLevel2check to true>><</if>>
<<if $newThaliaKink >= 30 && $thaliaKink < 30>><<set $thaliaKinkLevel3check to true>><</if>>
<<if $newThaliaKink >= 50 && $thaliaKink < 50>><<set $thaliaKinkLevel4check to true>><</if>>
<<if $newThaliaKink >= 75 && $thaliaKink < 75>><<set $thaliaKinkLevel5check to true>><</if>>
<<set $thaliaKink to $newThaliaKink>>
<<set $targetCharacter to "thalia">>
<<run setTimeout(function() {
const element = document.getElementById('thalia-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $thaliaSub to 100>>
<<set $thaliaDom to 0>>
<<set $thaliaDeg to 0>>
<<set $targetCharacter to "thalia">>
<<goto "RouteHandler">>
<</link>> <<if $thaliaSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $thaliaDom to 100>>
<<set $thaliaSub to 0>>
<<set $thaliaDeg to 0>>
<<set $targetCharacter to "thalia">>
<<goto "RouteHandler">>
<</link>> <<if $thaliaDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $thaliaDeg to 100>>
<<set $thaliaSub to 0>>
<<set $thaliaDom to 0>>
<<set $targetCharacter to "thalia">>
<<goto "RouteHandler">>
<</link>> <<if $thaliaDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $thaliaDom to 100>>
<<set $thaliaSub to 0>>
<<set $thaliaDeg to 0>>
<<set $targetCharacter to "thalia">> <<goto "RouteHandler">>
<</link>> <<if $thaliaDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $thaliaSub to 0>>
<<set $thaliaDom to 0>>
<<set $thaliaDeg to 100>>
<<set $targetCharacter to "thalia">> <<goto "RouteHandler">>
<</link>> <<if $thaliaDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $thaliaDeg to 0>>
<<set $thaliaSub to 100>>
<<set $thaliaDom to 0>>
<<set $targetCharacter to "thalia">> <<goto "RouteHandler">>
<</link>> <<if $thaliaSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Thalia Stories:</h4>
<div>
<<radiobutton "$thaliaStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Orianna Section -->
<div id="orianna-section" class="character-section">
<h3>Orianna</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/oriannaCM1.jpg" alt="Orianna Notebook Image" style="max-width: 300px; border: 3px solid #FF8C00;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $oriannaDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $oriannaDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $oriannaDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $oriannaDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $oriannaDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $oriannaDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $oriannaDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="orianna-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $oriannaRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($oriannaRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="orianna-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $oriannaCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($oriannaCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="orianna-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $oriannaHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($oriannaHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="orianna-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $oriannaBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($oriannaBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="orianna-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $oriannaSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($oriannaSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="orianna-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $oriannaAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($oriannaAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="orianna-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $oriannaKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($oriannaKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="orianna-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $oriannaDomSub to Number(document.getElementById('orianna-domsub-input').value || $oriannaDomSub)>>
<<set $newOriannaRel to Number(document.getElementById('orianna-rel-input').value || $oriannaRel)>>
<<if $newOriannaRel >= 5 && $oriannaRel < 5>><<set $oriannaRelLevel1check to true>><</if>>
<<if $newOriannaRel >= 15 && $oriannaRel < 15>><<set $oriannaRelLevel2check to true>><</if>>
<<if $newOriannaRel >= 30 && $oriannaRel < 30>><<set $oriannaRelLevel3check to true>><</if>>
<<if $newOriannaRel >= 50 && $oriannaRel < 50>><<set $oriannaRelLevel4check to true>><</if>>
<<if $newOriannaRel >= 75 && $oriannaRel < 75>><<set $oriannaRelLevel5check to true>><</if>>
<<set $oriannaRel to $newOriannaRel>>
<<set $newOriannaCorruption to Number(document.getElementById('orianna-corruption-input').value || $oriannaCorruption)>>
<<if $newOriannaCorruption >= 5 && $oriannaCorruption < 5>><<set $oriannaCorrLevel1check to true>><</if>>
<<if $newOriannaCorruption >= 15 && $oriannaCorruption < 15>><<set $oriannaCorrLevel2check to true>><</if>>
<<if $newOriannaCorruption >= 30 && $oriannaCorruption < 30>><<set $oriannaCorrLevel3check to true>><</if>>
<<if $newOriannaCorruption >= 50 && $oriannaCorruption < 50>><<set $oriannaCorrLevel4check to true>><</if>>
<<if $newOriannaCorruption >= 75 && $oriannaCorruption < 75>><<set $oriannaCorrLevel5check to true>><</if>>
<<set $oriannaCorruption to $newOriannaCorruption>>
<<set $newOriannaHandjob to Number(document.getElementById('orianna-handjob-input').value || $oriannaHandjob)>>
<<if $newOriannaHandjob >= 5 && $oriannaHandjob < 5>><<set $oriannaHandjobLevel1check to true>><</if>>
<<if $newOriannaHandjob >= 15 && $oriannaHandjob < 15>><<set $oriannaHandjobLevel2check to true>><</if>>
<<if $newOriannaHandjob >= 30 && $oriannaHandjob < 30>><<set $oriannaHandjobLevel3check to true>><</if>>
<<if $newOriannaHandjob >= 50 && $oriannaHandjob < 50>><<set $oriannaHandjobLevel4check to true>><</if>>
<<if $newOriannaHandjob >= 75 && $oriannaHandjob < 75>><<set $oriannaHandjobLevel5check to true>><</if>>
<<set $oriannaHandjob to $newOriannaHandjob>>
<<set $newOriannaBlowjob to Number(document.getElementById('orianna-blowjob-input').value || $oriannaBlowjob)>>
<<if $newOriannaBlowjob >= 5 && $oriannaBlowjob < 5>><<set $oriannaBlowjobLevel1check to true>><</if>>
<<if $newOriannaBlowjob >= 15 && $oriannaBlowjob < 15>><<set $oriannaBlowjobLevel2check to true>><</if>>
<<if $newOriannaBlowjob >= 30 && $oriannaBlowjob < 30>><<set $oriannaBlowjobLevel3check to true>><</if>>
<<if $newOriannaBlowjob >= 50 && $oriannaBlowjob < 50>><<set $oriannaBlowjobLevel4check to true>><</if>>
<<if $newOriannaBlowjob >= 75 && $oriannaBlowjob < 75>><<set $oriannaBlowjobLevel5check to true>><</if>>
<<set $oriannaBlowjob to $newOriannaBlowjob>>
<<set $newOriannaSex to Number(document.getElementById('orianna-sex-input').value || $oriannaSex)>>
<<if $newOriannaSex >= 5 && $oriannaSex < 5>><<set $oriannaSexLevel1check to true>><</if>>
<<if $newOriannaSex >= 15 && $oriannaSex < 15>><<set $oriannaSexLevel2check to true>><</if>>
<<if $newOriannaSex >= 30 && $oriannaSex < 30>><<set $oriannaSexLevel3check to true>><</if>>
<<if $newOriannaSex >= 50 && $oriannaSex < 50>><<set $oriannaSexLevel4check to true>><</if>>
<<if $newOriannaSex >= 75 && $oriannaSex < 75>><<set $oriannaSexLevel5check to true>><</if>>
<<set $oriannaSex to $newOriannaSex>>
<<set $newOriannaAnal to Number(document.getElementById('orianna-anal-input').value || $oriannaAnal)>>
<<if $newOriannaAnal >= 5 && $oriannaAnal < 5>><<set $oriannaAnalLevel1check to true>><</if>>
<<if $newOriannaAnal >= 15 && $oriannaAnal < 15>><<set $oriannaAnalLevel2check to true>><</if>>
<<if $newOriannaAnal >= 30 && $oriannaAnal < 30>><<set $oriannaAnalLevel3check to true>><</if>>
<<if $newOriannaAnal >= 50 && $oriannaAnal < 50>><<set $oriannaAnalLevel4check to true>><</if>>
<<if $newOriannaAnal >= 75 && $oriannaAnal < 75>><<set $oriannaAnalLevel5check to true>><</if>>
<<set $oriannaAnal to $newOriannaAnal>>
<<set $newOriannaKink to Number(document.getElementById('orianna-kink-input').value || $oriannaKink)>>
<<if $newOriannaKink >= 5 && $oriannaKink < 5>><<set $oriannaKinkLevel1check to true>><</if>>
<<if $newOriannaKink >= 15 && $oriannaKink < 15>><<set $oriannaKinkLevel2check to true>><</if>>
<<if $newOriannaKink >= 30 && $oriannaKink < 30>><<set $oriannaKinkLevel3check to true>><</if>>
<<if $newOriannaKink >= 50 && $oriannaKink < 50>><<set $oriannaKinkLevel4check to true>><</if>>
<<if $newOriannaKink >= 75 && $oriannaKink < 75>><<set $oriannaKinkLevel5check to true>><</if>>
<<set $oriannaKink to $newOriannaKink>>
<<set $targetCharacter to "orianna">>
<<run setTimeout(function() {
const element = document.getElementById('orianna-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $oriannaSub to 100>>
<<set $oriannaDom to 0>>
<<set $oriannaDeg to 0>>
<<set $targetCharacter to "orianna">>
<<goto "RouteHandler">>
<</link>> <<if $oriannaSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $oriannaDom to 100>>
<<set $oriannaSub to 0>>
<<set $oriannaDeg to 0>>
<<set $targetCharacter to "orianna">>
<<goto "RouteHandler">>
<</link>> <<if $oriannaDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $oriannaDeg to 100>>
<<set $oriannaSub to 0>>
<<set $oriannaDom to 0>>
<<set $targetCharacter to "orianna">>
<<goto "RouteHandler">>
<</link>> <<if $oriannaDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $oriannaDom to 100>>
<<set $oriannaSub to 0>>
<<set $oriannaDeg to 0>>
<<set $targetCharacter to "orianna">> <<goto "RouteHandler">>
<</link>> <<if $oriannaDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $oriannaSub to 0>>
<<set $oriannaDom to 0>>
<<set $oriannaDeg to 100>>
<<set $targetCharacter to "orianna">> <<goto "RouteHandler">>
<</link>> <<if $oriannaDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $oriannaDeg to 0>>
<<set $oriannaSub to 100>>
<<set $oriannaDom to 0>>
<<set $targetCharacter to "orianna">> <<goto "RouteHandler">>
<</link>> <<if $oriannaSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Orianna Stories:</h4>
<div>
<<radiobutton "$oriannaStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Zog Section -->
<div id="zog-section" class="character-section">
<h3>Zog</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/zogCM1.png" alt="Zog Notebook Image" style="max-width: 300px; border: 3px solid #006400;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $zogDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $zogDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $zogDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $zogDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $zogDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $zogDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $zogDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="zog-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $zogRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($zogRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="zog-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $zogCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($zogCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="zog-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $zogKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($zogKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="zog-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $zogDomSub to Number(document.getElementById('zog-domsub-input').value || $zogDomSub)>>
<<set $newZogRel to Number(document.getElementById('zog-rel-input').value || $zogRel)>>
<<if $newZogRel >= 5 && $zogRel < 5>><<set $zogRelLevel1check to true>><</if>>
<<if $newZogRel >= 15 && $zogRel < 15>><<set $zogRelLevel2check to true>><</if>>
<<if $newZogRel >= 30 && $zogRel < 30>><<set $zogRelLevel3check to true>><</if>>
<<if $newZogRel >= 50 && $zogRel < 50>><<set $zogRelLevel4check to true>><</if>>
<<if $newZogRel >= 75 && $zogRel < 75>><<set $zogRelLevel5check to true>><</if>>
<<set $zogRel to $newZogRel>>
<<set $newZogCorruption to Number(document.getElementById('zog-corruption-input').value || $zogCorruption)>>
<<if $newZogCorruption >= 5 && $zogCorruption < 5>><<set $zogCorrLevel1check to true>><</if>>
<<if $newZogCorruption >= 15 && $zogCorruption < 15>><<set $zogCorrLevel2check to true>><</if>>
<<if $newZogCorruption >= 30 && $zogCorruption < 30>><<set $zogCorrLevel3check to true>><</if>>
<<if $newZogCorruption >= 50 && $zogCorruption < 50>><<set $zogCorrLevel4check to true>><</if>>
<<if $newZogCorruption >= 75 && $zogCorruption < 75>><<set $zogCorrLevel5check to true>><</if>>
<<set $zogCorruption to $newZogCorruption>>
<<set $newZogKink to Number(document.getElementById('zog-kink-input').value || $zogKink)>>
<<if $newZogKink >= 5 && $zogKink < 5>><<set $zogKinkLevel1check to true>><</if>>
<<if $newZogKink >= 15 && $zogKink < 15>><<set $zogKinkLevel2check to true>><</if>>
<<if $newZogKink >= 30 && $zogKink < 30>><<set $zogKinkLevel3check to true>><</if>>
<<if $newZogKink >= 50 && $zogKink < 50>><<set $zogKinkLevel4check to true>><</if>>
<<if $newZogKink >= 75 && $zogKink < 75>><<set $zogKinkLevel5check to true>><</if>>
<<set $zogKink to $newZogKink>>
<<set $targetCharacter to "zog">>
<<run setTimeout(function() {
const element = document.getElementById('zog-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $zogSub to 100>>
<<set $zogDom to 0>>
<<set $zogDeg to 0>>
<<set $targetCharacter to "zog">>
<<goto "RouteHandler">>
<</link>> <<if $zogSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $zogDom to 100>>
<<set $zogSub to 0>>
<<set $zogDeg to 0>>
<<set $targetCharacter to "zog">>
<<goto "RouteHandler">>
<</link>> <<if $zogDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $zogDeg to 100>>
<<set $zogSub to 0>>
<<set $zogDom to 0>>
<<set $targetCharacter to "zog">>
<<goto "RouteHandler">>
<</link>> <<if $zogDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $zogDom to 100>>
<<set $zogSub to 0>>
<<set $zogDeg to 0>>
<<set $targetCharacter to "zog">> <<goto "RouteHandler">>
<</link>> <<if $zogDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $zogSub to 0>>
<<set $zogDom to 0>>
<<set $zogDeg to 100>>
<<set $targetCharacter to "zog">> <<goto "RouteHandler">>
<</link>> <<if $zogDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $zogDeg to 0>>
<<set $zogSub to 100>>
<<set $zogDom to 0>>
<<set $targetCharacter to "zog">> <<goto "RouteHandler">>
<</link>> <<if $zogSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Zog Stories:</h4>
<div>
<<radiobutton "$zogStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Leroy Section -->
<div id="leroy-section" class="character-section">
<h3>Leroy</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/leroyCM1.jpg" alt="Leroy Notebook Image" style="max-width: 300px; border: 3px solid #8B4513;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $leroyDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $leroyDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $leroyDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $leroyDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $leroyDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $leroyDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $leroyDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="leroy-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $leroyRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($leroyRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="leroy-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $leroyCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($leroyCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="leroy-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $leroyKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($leroyKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="leroy-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $leroyDomSub to Number(document.getElementById('leroy-domsub-input').value || $leroyDomSub)>>
<<set $newLeroyRel to Number(document.getElementById('leroy-rel-input').value || $leroyRel)>>
<<if $newLeroyRel >= 5 && $leroyRel < 5>><<set $leroyRelLevel1check to true>><</if>>
<<if $newLeroyRel >= 15 && $leroyRel < 15>><<set $leroyRelLevel2check to true>><</if>>
<<if $newLeroyRel >= 30 && $leroyRel < 30>><<set $leroyRelLevel3check to true>><</if>>
<<if $newLeroyRel >= 50 && $leroyRel < 50>><<set $leroyRelLevel4check to true>><</if>>
<<if $newLeroyRel >= 75 && $leroyRel < 75>><<set $leroyRelLevel5check to true>><</if>>
<<set $leroyRel to $newLeroyRel>>
<<set $newLeroyCorruption to Number(document.getElementById('leroy-corruption-input').value || $leroyCorruption)>>
<<if $newLeroyCorruption >= 5 && $leroyCorruption < 5>><<set $leroyCorrLevel1check to true>><</if>>
<<if $newLeroyCorruption >= 15 && $leroyCorruption < 15>><<set $leroyCorrLevel2check to true>><</if>>
<<if $newLeroyCorruption >= 30 && $leroyCorruption < 30>><<set $leroyCorrLevel3check to true>><</if>>
<<if $newLeroyCorruption >= 50 && $leroyCorruption < 50>><<set $leroyCorrLevel4check to true>><</if>>
<<if $newLeroyCorruption >= 75 && $leroyCorruption < 75>><<set $leroyCorrLevel5check to true>><</if>>
<<set $leroyCorruption to $newLeroyCorruption>>
<<set $newLeroyKink to Number(document.getElementById('leroy-kink-input').value || $leroyKink)>>
<<if $newLeroyKink >= 5 && $leroyKink < 5>><<set $leroyKinkLevel1check to true>><</if>>
<<if $newLeroyKink >= 15 && $leroyKink < 15>><<set $leroyKinkLevel2check to true>><</if>>
<<if $newLeroyKink >= 30 && $leroyKink < 30>><<set $leroyKinkLevel3check to true>><</if>>
<<if $newLeroyKink >= 50 && $leroyKink < 50>><<set $leroyKinkLevel4check to true>><</if>>
<<if $newLeroyKink >= 75 && $leroyKink < 75>><<set $leroyKinkLevel5check to true>><</if>>
<<set $leroyKink to $newLeroyKink>>
<<set $targetCharacter to "leroy">>
<<run setTimeout(function() {
const element = document.getElementById('leroy-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $leroySub to 100>>
<<set $leroyDom to 0>>
<<set $leroyDeg to 0>>
<<set $targetCharacter to "leroy">>
<<goto "RouteHandler">>
<</link>> <<if $leroySub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $leroyDom to 100>>
<<set $leroySub to 0>>
<<set $leroyDeg to 0>>
<<set $targetCharacter to "leroy">>
<<goto "RouteHandler">>
<</link>> <<if $leroyDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $leroyDeg to 100>>
<<set $leroySub to 0>>
<<set $leroyDom to 0>>
<<set $targetCharacter to "leroy">>
<<goto "RouteHandler">>
<</link>> <<if $leroyDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $leroyDom to 100>>
<<set $leroySub to 0>>
<<set $leroyDeg to 0>>
<<set $targetCharacter to "leroy">> <<goto "RouteHandler">>
<</link>> <<if $leroyDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $leroySub to 0>>
<<set $leroyDom to 0>>
<<set $leroyDeg to 100>>
<<set $targetCharacter to "leroy">> <<goto "RouteHandler">>
<</link>> <<if $leroyDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $leroyDeg to 0>>
<<set $leroySub to 100>>
<<set $leroyDom to 0>>
<<set $targetCharacter to "leroy">> <<goto "RouteHandler">>
<</link>> <<if $leroySub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Leroy Stories:</h4>
<div>
<<radiobutton "$leroyStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Kaelian Section -->
<div id="kaelian-section" class="character-section">
<h3>Kaelian</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/kaelianCM1.jpg" alt="Kaelian Notebook Image" style="max-width: 300px; border: 3px solid #2E8B57;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $kaelianDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $kaelianDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $kaelianDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $kaelianDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $kaelianDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $kaelianDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $kaelianDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="kaelian-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $kaelianRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($kaelianRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="kaelian-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $kaelianCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($kaelianCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="kaelian-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $kaelianKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($kaelianKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="kaelian-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $kaelianDomSub to Number(document.getElementById('kaelian-domsub-input').value || $kaelianDomSub)>>
<<set $newKaelianRel to Number(document.getElementById('kaelian-rel-input').value || $kaelianRel)>>
<<if $newKaelianRel >= 5 && $kaelianRel < 5>><<set $kaelianRelLevel1check to true>><</if>>
<<if $newKaelianRel >= 15 && $kaelianRel < 15>><<set $kaelianRelLevel2check to true>><</if>>
<<if $newKaelianRel >= 30 && $kaelianRel < 30>><<set $kaelianRelLevel3check to true>><</if>>
<<if $newKaelianRel >= 50 && $kaelianRel < 50>><<set $kaelianRelLevel4check to true>><</if>>
<<if $newKaelianRel >= 75 && $kaelianRel < 75>><<set $kaelianRelLevel5check to true>><</if>>
<<set $kaelianRel to $newKaelianRel>>
<<set $newKaelianCorruption to Number(document.getElementById('kaelian-corruption-input').value || $kaelianCorruption)>>
<<if $newKaelianCorruption >= 5 && $kaelianCorruption < 5>><<set $kaelianCorrLevel1check to true>><</if>>
<<if $newKaelianCorruption >= 15 && $kaelianCorruption < 15>><<set $kaelianCorrLevel2check to true>><</if>>
<<if $newKaelianCorruption >= 30 && $kaelianCorruption < 30>><<set $kaelianCorrLevel3check to true>><</if>>
<<if $newKaelianCorruption >= 50 && $kaelianCorruption < 50>><<set $kaelianCorrLevel4check to true>><</if>>
<<if $newKaelianCorruption >= 75 && $kaelianCorruption < 75>><<set $kaelianCorrLevel5check to true>><</if>>
<<set $kaelianCorruption to $newKaelianCorruption>>
<<set $newKaelianKink to Number(document.getElementById('kaelian-kink-input').value || $kaelianKink)>>
<<if $newKaelianKink >= 5 && $kaelianKink < 5>><<set $kaelianKinkLevel1check to true>><</if>>
<<if $newKaelianKink >= 15 && $kaelianKink < 15>><<set $kaelianKinkLevel2check to true>><</if>>
<<if $newKaelianKink >= 30 && $kaelianKink < 30>><<set $kaelianKinkLevel3check to true>><</if>>
<<if $newKaelianKink >= 50 && $kaelianKink < 50>><<set $kaelianKinkLevel4check to true>><</if>>
<<if $newKaelianKink >= 75 && $kaelianKink < 75>><<set $kaelianKinkLevel5check to true>><</if>>
<<set $kaelianKink to $newKaelianKink>>
<<set $targetCharacter to "kaelian">>
<<run setTimeout(function() {
const element = document.getElementById('kaelian-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $kaelianSub to 100>>
<<set $kaelianDom to 0>>
<<set $kaelianDeg to 0>>
<<set $targetCharacter to "kaelian">>
<<goto "RouteHandler">>
<</link>> <<if $kaelianSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $kaelianDom to 100>>
<<set $kaelianSub to 0>>
<<set $kaelianDeg to 0>>
<<set $targetCharacter to "kaelian">>
<<goto "RouteHandler">>
<</link>> <<if $kaelianDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $kaelianDeg to 100>>
<<set $kaelianSub to 0>>
<<set $kaelianDom to 0>>
<<set $targetCharacter to "kaelian">>
<<goto "RouteHandler">>
<</link>> <<if $kaelianDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $kaelianDom to 100>>
<<set $kaelianSub to 0>>
<<set $kaelianDeg to 0>>
<<set $targetCharacter to "kaelian">> <<goto "RouteHandler">>
<</link>> <<if $kaelianDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $kaelianSub to 0>>
<<set $kaelianDom to 0>>
<<set $kaelianDeg to 100>>
<<set $targetCharacter to "kaelian">> <<goto "RouteHandler">>
<</link>> <<if $kaelianDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $kaelianDeg to 0>>
<<set $kaelianSub to 100>>
<<set $kaelianDom to 0>>
<<set $targetCharacter to "kaelian">> <<goto "RouteHandler">>
<</link>> <<if $kaelianSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Kaelian Stories:</h4>
<div>
<<radiobutton "$kaelianStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Angelina Section -->
<div id="angelina-section" class="character-section">
<h3>Angelina</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/angelinaCM1.jpg" alt="Angelina Notebook Image" style="max-width: 300px; border: 3px solid #FFD700;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $angelinaDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $angelinaDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $angelinaDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $angelinaDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $angelinaDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $angelinaDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $angelinaDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="angelina-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $angelinaRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($angelinaRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="angelina-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $angelinaCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($angelinaCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="angelina-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $angelinaHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($angelinaHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="angelina-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $angelinaBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($angelinaBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="angelina-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $angelinaSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($angelinaSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="angelina-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $angelinaAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($angelinaAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="angelina-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $angelinaKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($angelinaKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="angelina-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $angelinaDomSub to Number(document.getElementById('angelina-domsub-input').value || $angelinaDomSub)>>
<<set $newAngelinaRel to Number(document.getElementById('angelina-rel-input').value || $angelinaRel)>>
<<if $newAngelinaRel >= 5 && $angelinaRel < 5>><<set $angelinaRelLevel1check to true>><</if>>
<<if $newAngelinaRel >= 15 && $angelinaRel < 15>><<set $angelinaRelLevel2check to true>><</if>>
<<if $newAngelinaRel >= 30 && $angelinaRel < 30>><<set $angelinaRelLevel3check to true>><</if>>
<<if $newAngelinaRel >= 50 && $angelinaRel < 50>><<set $angelinaRelLevel4check to true>><</if>>
<<if $newAngelinaRel >= 75 && $angelinaRel < 75>><<set $angelinaRelLevel5check to true>><</if>>
<<set $angelinaRel to $newAngelinaRel>>
<<set $newAngelinaCorruption to Number(document.getElementById('angelina-corruption-input').value || $angelinaCorruption)>>
<<if $newAngelinaCorruption >= 5 && $angelinaCorruption < 5>><<set $angelinaCorrLevel1check to true>><</if>>
<<if $newAngelinaCorruption >= 15 && $angelinaCorruption < 15>><<set $angelinaCorrLevel2check to true>><</if>>
<<if $newAngelinaCorruption >= 30 && $angelinaCorruption < 30>><<set $angelinaCorrLevel3check to true>><</if>>
<<if $newAngelinaCorruption >= 50 && $angelinaCorruption < 50>><<set $angelinaCorrLevel4check to true>><</if>>
<<if $newAngelinaCorruption >= 75 && $angelinaCorruption < 75>><<set $angelinaCorrLevel5check to true>><</if>>
<<set $angelinaCorruption to $newAngelinaCorruption>>
<<set $newAngelinaHandjob to Number(document.getElementById('angelina-handjob-input').value || $angelinaHandjob)>>
<<if $newAngelinaHandjob >= 5 && $angelinaHandjob < 5>><<set $angelinaHandjobLevel1check to true>><</if>>
<<if $newAngelinaHandjob >= 15 && $angelinaHandjob < 15>><<set $angelinaHandjobLevel2check to true>><</if>>
<<if $newAngelinaHandjob >= 30 && $angelinaHandjob < 30>><<set $angelinaHandjobLevel3check to true>><</if>>
<<if $newAngelinaHandjob >= 50 && $angelinaHandjob < 50>><<set $angelinaHandjobLevel4check to true>><</if>>
<<if $newAngelinaHandjob >= 75 && $angelinaHandjob < 75>><<set $angelinaHandjobLevel5check to true>><</if>>
<<set $angelinaHandjob to $newAngelinaHandjob>>
<<set $newAngelinaBlowjob to Number(document.getElementById('angelina-blowjob-input').value || $angelinaBlowjob)>>
<<if $newAngelinaBlowjob >= 5 && $angelinaBlowjob < 5>><<set $angelinaBlowjobLevel1check to true>><</if>>
<<if $newAngelinaBlowjob >= 15 && $angelinaBlowjob < 15>><<set $angelinaBlowjobLevel2check to true>><</if>>
<<if $newAngelinaBlowjob >= 30 && $angelinaBlowjob < 30>><<set $angelinaBlowjobLevel3check to true>><</if>>
<<if $newAngelinaBlowjob >= 50 && $angelinaBlowjob < 50>><<set $angelinaBlowjobLevel4check to true>><</if>>
<<if $newAngelinaBlowjob >= 75 && $angelinaBlowjob < 75>><<set $angelinaBlowjobLevel5check to true>><</if>>
<<set $angelinaBlowjob to $newAngelinaBlowjob>>
<<set $newAngelinaSex to Number(document.getElementById('angelina-sex-input').value || $angelinaSex)>>
<<if $newAngelinaSex >= 5 && $angelinaSex < 5>><<set $angelinaSexLevel1check to true>><</if>>
<<if $newAngelinaSex >= 15 && $angelinaSex < 15>><<set $angelinaSexLevel2check to true>><</if>>
<<if $newAngelinaSex >= 30 && $angelinaSex < 30>><<set $angelinaSexLevel3check to true>><</if>>
<<if $newAngelinaSex >= 50 && $angelinaSex < 50>><<set $angelinaSexLevel4check to true>><</if>>
<<if $newAngelinaSex >= 75 && $angelinaSex < 75>><<set $angelinaSexLevel5check to true>><</if>>
<<set $angelinaSex to $newAngelinaSex>>
<<set $newAngelinaAnal to Number(document.getElementById('angelina-anal-input').value || $angelinaAnal)>>
<<if $newAngelinaAnal >= 5 && $angelinaAnal < 5>><<set $angelinaAnalLevel1check to true>><</if>>
<<if $newAngelinaAnal >= 15 && $angelinaAnal < 15>><<set $angelinaAnalLevel2check to true>><</if>>
<<if $newAngelinaAnal >= 30 && $angelinaAnal < 30>><<set $angelinaAnalLevel3check to true>><</if>>
<<if $newAngelinaAnal >= 50 && $angelinaAnal < 50>><<set $angelinaAnalLevel4check to true>><</if>>
<<if $newAngelinaAnal >= 75 && $angelinaAnal < 75>><<set $angelinaAnalLevel5check to true>><</if>>
<<set $angelinaAnal to $newAngelinaAnal>>
<<set $newAngelinaKink to Number(document.getElementById('angelina-kink-input').value || $angelinaKink)>>
<<if $newAngelinaKink >= 5 && $angelinaKink < 5>><<set $angelinaKinkLevel1check to true>><</if>>
<<if $newAngelinaKink >= 15 && $angelinaKink < 15>><<set $angelinaKinkLevel2check to true>><</if>>
<<if $newAngelinaKink >= 30 && $angelinaKink < 30>><<set $angelinaKinkLevel3check to true>><</if>>
<<if $newAngelinaKink >= 50 && $angelinaKink < 50>><<set $angelinaKinkLevel4check to true>><</if>>
<<if $newAngelinaKink >= 75 && $angelinaKink < 75>><<set $angelinaKinkLevel5check to true>><</if>>
<<set $angelinaKink to $newAngelinaKink>>
<<set $targetCharacter to "angelina">>
<<run setTimeout(function() {
const element = document.getElementById('angelina-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $angelinaSub to 100>>
<<set $angelinaDom to 0>>
<<set $angelinaDeg to 0>>
<<set $targetCharacter to "angelina">>
<<goto "RouteHandler">>
<</link>> <<if $angelinaSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $angelinaDom to 100>>
<<set $angelinaSub to 0>>
<<set $angelinaDeg to 0>>
<<set $targetCharacter to "angelina">>
<<goto "RouteHandler">>
<</link>> <<if $angelinaDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $angelinaDeg to 100>>
<<set $angelinaSub to 0>>
<<set $angelinaDom to 0>>
<<set $targetCharacter to "angelina">>
<<goto "RouteHandler">>
<</link>> <<if $angelinaDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $angelinaDom to 100>>
<<set $angelinaSub to 0>>
<<set $angelinaDeg to 0>>
<<set $targetCharacter to "angelina">> <<goto "RouteHandler">>
<</link>> <<if $angelinaDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $angelinaSub to 0>>
<<set $angelinaDom to 0>>
<<set $angelinaDeg to 100>>
<<set $targetCharacter to "angelina">> <<goto "RouteHandler">>
<</link>> <<if $angelinaDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $angelinaDeg to 0>>
<<set $angelinaSub to 100>>
<<set $angelinaDom to 0>>
<<set $targetCharacter to "angelina">> <<goto "RouteHandler">>
<</link>> <<if $angelinaSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Angelina Stories:</h4>
<div>
<<radiobutton "$angelinaStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<div id="zarina-section" class="character-section">
<h3><span style="color:#FF69B4;">Zarina</span></h3>
<div style="display: flex; align-items: center; margin-bottom: 5px;">
<img src="Images/Locations/zarinaCM1.png" alt="Zarina Notebook Image" style="max-width: 300px; border: 3px solid #FF69B4;">
<div style="margin:0 0 0 5px;padding:0;">
<table class="character-stats-cheat">
<tr>
<td>⛓️/🔱</td>
<td>Sub/Dom:</td>
<td><<print $zarinaDomSub>></td>
<td>
<<if $zarinaDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $zarinaDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $zarinaDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $zarinaDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $zarinaDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $zarinaDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td><input type="number" id="zarina-domsub-input" placeholder="use 0-100"></td>
</tr>
<tr>
<td>❤️</td>
<td>Relationship:</td>
<td><<print $zarinaRel>></td>
<td>Lvl <<print getStatLevel($zarinaRel)>></td>
<td><input type="number" id="zarina-rel-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td>💜</td>
<td>Corruption:</td>
<td><<print $zarinaCorruption>></td>
<td>Lvl <<print getStatLevel($zarinaCorruption)>></td>
<td><input type="number" id="zarina-corruption-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Handjob:</td>
<td><<print $zarinaHandjob>></td>
<td>Lvl <<print getStatLevel($zarinaHandjob)>></td>
<td><input type="number" id="zarina-handjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Blowjob:</td>
<td><<print $zarinaBlowjob>></td>
<td>Lvl <<print getStatLevel($zarinaBlowjob)>></td>
<td><input type="number" id="zarina-blowjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Sex:</td>
<td><<print $zarinaSex>></td>
<td>Lvl <<print getStatLevel($zarinaSex)>></td>
<td><input type="number" id="zarina-sex-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Anal:</td>
<td><<print $zarinaAnal>></td>
<td>Lvl <<print getStatLevel($zarinaAnal)>></td>
<td><input type="number" id="zarina-anal-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Kink:</td>
<td><<print $zarinaKink>></td>
<td>Lvl <<print getStatLevel($zarinaKink)>></td>
<td><input type="number" id="zarina-kink-input" placeholder="use 1-75"></td>
</tr>
</table>
<div class="button-container">
<<button "Apply Stat Changes">>
<<set $zarinaDomSub to Number(document.getElementById('zarina-domsub-input').value || $zarinaDomSub)>>
<<set $newZarinaRel to Number(document.getElementById('zarina-rel-input').value || $zarinaRel)>>
<<if $newZarinaRel >= 5 && $zarinaRel < 5>><<set $zarinaRelLevel1check to true>><</if>>
<<if $newZarinaRel >= 15 && $zarinaRel < 15>><<set $zarinaRelLevel2check to true>><</if>>
<<if $newZarinaRel >= 30 && $zarinaRel < 30>><<set $zarinaRelLevel3check to true>><</if>>
<<if $newZarinaRel >= 50 && $zarinaRel < 50>><<set $zarinaRelLevel4check to true>><</if>>
<<if $newZarinaRel >= 75 && $zarinaRel < 75>><<set $zarinaRelLevel5check to true>><</if>>
<<set $zarinaRel to $newZarinaRel>>
<<set $newZarinaCorruption to Number(document.getElementById('zarina-corruption-input').value || $zarinaCorruption)>>
<<if $newZarinaCorruption >= 5 && $zarinaCorruption < 5>><<set $zarinaCorrLevel1check to true>><</if>>
<<if $newZarinaCorruption >= 15 && $zarinaCorruption < 15>><<set $zarinaCorrLevel2check to true>><</if>>
<<if $newZarinaCorruption >= 30 && $zarinaCorruption < 30>><<set $zarinaCorrLevel3check to true>><</if>>
<<if $newZarinaCorruption >= 50 && $zarinaCorruption < 50>><<set $zarinaCorrLevel4check to true>><</if>>
<<if $newZarinaCorruption >= 75 && $zarinaCorruption < 75>><<set $zarinaCorrLevel5check to true>><</if>>
<<set $zarinaCorruption to $newZarinaCorruption>>
<<set $newZarinaHandjob to Number(document.getElementById('zarina-handjob-input').value || $zarinaHandjob)>>
<<if $newZarinaHandjob >= 5 && $zarinaHandjob < 5>><<set $zarinaHandjobLevel1check to true>><</if>>
<<if $newZarinaHandjob >= 15 && $zarinaHandjob < 15>><<set $zarinaHandjobLevel2check to true>><</if>>
<<if $newZarinaHandjob >= 30 && $zarinaHandjob < 30>><<set $zarinaHandjobLevel3check to true>><</if>>
<<if $newZarinaHandjob >= 50 && $zarinaHandjob < 50>><<set $zarinaHandjobLevel4check to true>><</if>>
<<if $newZarinaHandjob >= 75 && $zarinaHandjob < 75>><<set $zarinaHandjobLevel5check to true>><</if>>
<<set $zarinaHandjob to $newZarinaHandjob>>
<<set $newZarinaBlowjob to Number(document.getElementById('zarina-blowjob-input').value || $zarinaBlowjob)>>
<<if $newZarinaBlowjob >= 5 && $zarinaBlowjob < 5>><<set $zarinaBlowjobLevel1check to true>><</if>>
<<if $newZarinaBlowjob >= 15 && $zarinaBlowjob < 15>><<set $zarinaBlowjobLevel2check to true>><</if>>
<<if $newZarinaBlowjob >= 30 && $zarinaBlowjob < 30>><<set $zarinaBlowjobLevel3check to true>><</if>>
<<if $newZarinaBlowjob >= 50 && $zarinaBlowjob < 50>><<set $zarinaBlowjobLevel4check to true>><</if>>
<<if $newZarinaBlowjob >= 75 && $zarinaBlowjob < 75>><<set $zarinaBlowjobLevel5check to true>><</if>>
<<set $zarinaBlowjob to $newZarinaBlowjob>>
<<set $newZarinaSex to Number(document.getElementById('zarina-sex-input').value || $zarinaSex)>>
<<if $newZarinaSex >= 5 && $zarinaSex < 5>><<set $zarinaSexLevel1check to true>><</if>>
<<if $newZarinaSex >= 15 && $zarinaSex < 15>><<set $zarinaSexLevel2check to true>><</if>>
<<if $newZarinaSex >= 30 && $zarinaSex < 30>><<set $zarinaSexLevel3check to true>><</if>>
<<if $newZarinaSex >= 50 && $zarinaSex < 50>><<set $zarinaSexLevel4check to true>><</if>>
<<if $newZarinaSex >= 75 && $zarinaSex < 75>><<set $zarinaSexLevel5check to true>><</if>>
<<set $zarinaSex to $newZarinaSex>>
<<set $newZarinaAnal to Number(document.getElementById('zarina-anal-input').value || $zarinaAnal)>>
<<if $newZarinaAnal >= 5 && $zarinaAnal < 5>><<set $zarinaAnalLevel1check to true>><</if>>
<<if $newZarinaAnal >= 15 && $zarinaAnal < 15>><<set $zarinaAnalLevel2check to true>><</if>>
<<if $newZarinaAnal >= 30 && $zarinaAnal < 30>><<set $zarinaAnalLevel3check to true>><</if>>
<<if $newZarinaAnal >= 50 && $zarinaAnal < 50>><<set $zarinaAnalLevel4check to true>><</if>>
<<if $newZarinaAnal >= 75 && $zarinaAnal < 75>><<set $zarinaAnalLevel5check to true>><</if>>
<<set $zarinaAnal to $newZarinaAnal>>
<<set $newZarinaKink to Number(document.getElementById('zarina-kink-input').value || $zarinaKink)>>
<<if $newZarinaKink >= 5 && $zarinaKink < 5>><<set $zarinaKinkLevel1check to true>><</if>>
<<if $newZarinaKink >= 15 && $zarinaKink < 15>><<set $zarinaKinkLevel2check to true>><</if>>
<<if $newZarinaKink >= 30 && $zarinaKink < 30>><<set $zarinaKinkLevel3check to true>><</if>>
<<if $newZarinaKink >= 50 && $zarinaKink < 50>><<set $zarinaKinkLevel4check to true>><</if>>
<<if $newZarinaKink >= 75 && $zarinaKink < 75>><<set $zarinaKinkLevel5check to true>><</if>>
<<set $zarinaKink to $newZarinaKink>>
<<set $targetCharacter to "zarina">>
<<run setTimeout(function() {
const element = document.getElementById('zarina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "RouteHandler">>
<</button>>
</div>
</div>
</div>
<div class="character-stories">
<table class="story-table">
<tr>
<td colspan="2" class="routes-header">Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</td>
</tr>
<tr>
<td colspan="2" class="routes-container">
<<if $mascC is true>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button pink-link">>
<<set $zarinaSub to 100>>
<<set $zarinaDom to 0>>
<<set $zarinaDeg to 0>>
<<set $targetCharacter to "zarina">>
<<run setTimeout(function() {
const element = document.getElementById('zarina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $zarinaSub is 100>>✅<</if>> |
<<link "Dominance Route" class="route-button pink-link">>
<<set $zarinaDom to 100>>
<<set $zarinaSub to 0>>
<<set $zarinaDeg to 0>>
<<set $targetCharacter to "zarina">>
<<run setTimeout(function() {
const element = document.getElementById('zarina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $zarinaDom is 100>>✅<</if>> |
<<link "Netori Route" class="route-button pink-link">>
<<set $zarinaDeg to 100>>
<<set $zarinaSub to 0>>
<<set $zarinaDom to 0>>
<<set $targetCharacter to "zarina">>
<<run setTimeout(function() {
const element = document.getElementById('zarina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $zarinaDeg is 100>>✅<</if>>
</div>
<<else>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button pink-link">>
<<set $zarinaDom to 100>>
<<set $zarinaSub to 0>>
<<set $zarinaDeg to 0>>
<<set $targetCharacter to "zarina">>
<<run setTimeout(function() {
const element = document.getElementById('zarina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $zarinaDom is 100>>✅<</if>> |
<<link "Dom/Sub Route" class="route-button pink-link">>
<<set $zarinaSub to 0>>
<<set $zarinaDom to 0>>
<<set $zarinaDeg to 100>>
<<set $targetCharacter to "zarina">>
<<run setTimeout(function() {
const element = document.getElementById('zarina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $zarinaDeg is 100>>✅<</if>> |
<<link "NTR Route" class="route-button pink-link">>
<<set $zarinaDeg to 0>>
<<set $zarinaSub to 100>>
<<set $zarinaDom to 0>>
<<set $targetCharacter to "zarina">>
<<run setTimeout(function() {
const element = document.getElementById('zarina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $zarinaSub is 100>>✅<</if>>
</div>
<</if>>
</td>
</tr>
<tr>
<td colspan="2" class="stories-header">Zarina Stories:</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$zarinaStory" 0 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 0 - What is this? Am I dreaming?</span><<if $mascC is true>><<link "Jump into scene!" class="jump-button bold-jump">><<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 2>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $corruption to 15>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $mascLevel1sleepingface1 to true>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 14>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "EventLvl1CorruptionDreamDoms">><</link>><<else>><<link "Jump into scene!" class="jump-button bold-jump">><<set $mainStory to 2>><<set $alarielStory to 1>><<set $maedhroStory to 1>><<set $inledyaStory to 2>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $corruption to 15>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $mascLevel1sleepingface1 to true>>
<<set $daynumber to 14>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "EventLvl1CorruptionDreamFems">><</link>> <</if>>
</div>
</td>
</tr>
</table>
</div>
</div>
<!-- Seraphina Section -->
<div id="seraphina-section" class="character-section">
<h3><span style="color:#008080;">Seraphina</span></h3>
<div style="display: flex; align-items: center; margin-bottom: 5px;">
<img src="Images/Locations/seraphinaCM1.png" alt="Seraphina Notebook Image" style="max-width: 300px; border: 3px solid #008080;">
<div style="margin:0 0 0 5px;padding:0;">
<table class="character-stats-cheat">
<tr>
<td>⛓️/🔱</td>
<td>Sub/Dom:</td>
<td><<print $seraphinaDomSub>></td>
<td>
<<if $seraphinaDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $seraphinaDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $seraphinaDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $seraphinaDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $seraphinaDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $seraphinaDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td><input type="number" id="seraphina-domsub-input" placeholder="use 0-100"></td>
</tr>
<tr>
<td>❤️</td>
<td>Relationship:</td>
<td><<print $seraphinaRel>></td>
<td>Lvl <<print getStatLevel($seraphinaRel)>></td>
<td><input type="number" id="seraphina-rel-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td>💜</td>
<td>Corruption:</td>
<td><<print $seraphinaCorruption>></td>
<td>Lvl <<print getStatLevel($seraphinaCorruption)>></td>
<td><input type="number" id="seraphina-corruption-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Handjob:</td>
<td><<print $seraphinaHandjob>></td>
<td>Lvl <<print getStatLevel($seraphinaHandjob)>></td>
<td><input type="number" id="seraphina-handjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Blowjob:</td>
<td><<print $seraphinaBlowjob>></td>
<td>Lvl <<print getStatLevel($seraphinaBlowjob)>></td>
<td><input type="number" id="seraphina-blowjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Sex:</td>
<td><<print $seraphinaSex>></td>
<td>Lvl <<print getStatLevel($seraphinaSex)>></td>
<td><input type="number" id="seraphina-sex-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Anal:</td>
<td><<print $seraphinaAnal>></td>
<td>Lvl <<print getStatLevel($seraphinaAnal)>></td>
<td><input type="number" id="seraphina-anal-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Kink:</td>
<td><<print $seraphinaKink>></td>
<td>Lvl <<print getStatLevel($seraphinaKink)>></td>
<td><input type="number" id="seraphina-kink-input" placeholder="use 1-75"></td>
</tr>
</table>
<div class="button-container">
<<button "Apply Stat Changes">>
<<set $seraphinaDomSub to Number(document.getElementById('seraphina-domsub-input').value || $seraphinaDomSub)>>
<<set $newSeraphinaRel to Number(document.getElementById('seraphina-rel-input').value || $seraphinaRel)>>
<<if $newSeraphinaRel >= 5 && $seraphinaRel < 5>><<set $seraphinaRelLevel1check to true>><</if>>
<<if $newSeraphinaRel >= 15 && $seraphinaRel < 15>><<set $seraphinaRelLevel2check to true>><</if>>
<<if $newSeraphinaRel >= 30 && $seraphinaRel < 30>><<set $seraphinaRelLevel3check to true>><</if>>
<<if $newSeraphinaRel >= 50 && $seraphinaRel < 50>><<set $seraphinaRelLevel4check to true>><</if>>
<<if $newSeraphinaRel >= 75 && $seraphinaRel < 75>><<set $seraphinaRelLevel5check to true>><</if>>
<<set $seraphinaRel to $newSeraphinaRel>>
<<set $newSeraphinaCorruption to Number(document.getElementById('seraphina-corruption-input').value || $seraphinaCorruption)>>
<<if $newSeraphinaCorruption >= 5 && $seraphinaCorruption < 5>><<set $seraphinaCorrLevel1check to true>><</if>>
<<if $newSeraphinaCorruption >= 15 && $seraphinaCorruption < 15>><<set $seraphinaCorrLevel2check to true>><</if>>
<<if $newSeraphinaCorruption >= 30 && $seraphinaCorruption < 30>><<set $seraphinaCorrLevel3check to true>><</if>>
<<if $newSeraphinaCorruption >= 50 && $seraphinaCorruption < 50>><<set $seraphinaCorrLevel4check to true>><</if>>
<<if $newSeraphinaCorruption >= 75 && $seraphinaCorruption < 75>><<set $seraphinaCorrLevel5check to true>><</if>>
<<set $seraphinaCorruption to $newSeraphinaCorruption>>
<<set $newSeraphinaHandjob to Number(document.getElementById('seraphina-handjob-input').value || $seraphinaHandjob)>>
<<if $newSeraphinaHandjob >= 5 && $seraphinaHandjob < 5>><<set $seraphinaHandjobLevel1check to true>><</if>>
<<if $newSeraphinaHandjob >= 15 && $seraphinaHandjob < 15>><<set $seraphinaHandjobLevel2check to true>><</if>>
<<if $newSeraphinaHandjob >= 30 && $seraphinaHandjob < 30>><<set $seraphinaHandjobLevel3check to true>><</if>>
<<if $newSeraphinaHandjob >= 50 && $seraphinaHandjob < 50>><<set $seraphinaHandjobLevel4check to true>><</if>>
<<if $newSeraphinaHandjob >= 75 && $seraphinaHandjob < 75>><<set $seraphinaHandjobLevel5check to true>><</if>>
<<set $seraphinaHandjob to $newSeraphinaHandjob>>
<<set $newSeraphinaBlowjob to Number(document.getElementById('seraphina-blowjob-input').value || $seraphinaBlowjob)>>
<<if $newSeraphinaBlowjob >= 5 && $seraphinaBlowjob < 5>><<set $seraphinaBlowjobLevel1check to true>><</if>>
<<if $newSeraphinaBlowjob >= 15 && $seraphinaBlowjob < 15>><<set $seraphinaBlowjobLevel2check to true>><</if>>
<<if $newSeraphinaBlowjob >= 30 && $seraphinaBlowjob < 30>><<set $seraphinaBlowjobLevel3check to true>><</if>>
<<if $newSeraphinaBlowjob >= 50 && $seraphinaBlowjob < 50>><<set $seraphinaBlowjobLevel4check to true>><</if>>
<<if $newSeraphinaBlowjob >= 75 && $seraphinaBlowjob < 75>><<set $seraphinaBlowjobLevel5check to true>><</if>>
<<set $seraphinaBlowjob to $newSeraphinaBlowjob>>
<<set $newSeraphinaSex to Number(document.getElementById('seraphina-sex-input').value || $seraphinaSex)>>
<<if $newSeraphinaSex >= 5 && $seraphinaSex < 5>><<set $seraphinaSexLevel1check to true>><</if>>
<<if $newSeraphinaSex >= 15 && $seraphinaSex < 15>><<set $seraphinaSexLevel2check to true>><</if>>
<<if $newSeraphinaSex >= 30 && $seraphinaSex < 30>><<set $seraphinaSexLevel3check to true>><</if>>
<<if $newSeraphinaSex >= 50 && $seraphinaSex < 50>><<set $seraphinaSexLevel4check to true>><</if>>
<<if $newSeraphinaSex >= 75 && $seraphinaSex < 75>><<set $seraphinaSexLevel5check to true>><</if>>
<<set $seraphinaSex to $newSeraphinaSex>>
<<set $newSeraphinaAnal to Number(document.getElementById('seraphina-anal-input').value || $seraphinaAnal)>>
<<if $newSeraphinaAnal >= 5 && $seraphinaAnal < 5>><<set $seraphinaAnalLevel1check to true>><</if>>
<<if $newSeraphinaAnal >= 15 && $seraphinaAnal < 15>><<set $seraphinaAnalLevel2check to true>><</if>>
<<if $newSeraphinaAnal >= 30 && $seraphinaAnal < 30>><<set $seraphinaAnalLevel3check to true>><</if>>
<<if $newSeraphinaAnal >= 50 && $seraphinaAnal < 50>><<set $seraphinaAnalLevel4check to true>><</if>>
<<if $newSeraphinaAnal >= 75 && $seraphinaAnal < 75>><<set $seraphinaAnalLevel5check to true>><</if>>
<<set $seraphinaAnal to $newSeraphinaAnal>>
<<set $newSeraphinaKink to Number(document.getElementById('seraphina-kink-input').value || $seraphinaKink)>>
<<if $newSeraphinaKink >= 5 && $seraphinaKink < 5>><<set $seraphinaKinkLevel1check to true>><</if>>
<<if $newSeraphinaKink >= 15 && $seraphinaKink < 15>><<set $seraphinaKinkLevel2check to true>><</if>>
<<if $newSeraphinaKink >= 30 && $seraphinaKink < 30>><<set $seraphinaKinkLevel3check to true>><</if>>
<<if $newSeraphinaKink >= 50 && $seraphinaKink < 50>><<set $seraphinaKinkLevel4check to true>><</if>>
<<if $newSeraphinaKink >= 75 && $seraphinaKink < 75>><<set $seraphinaKinkLevel5check to true>><</if>>
<<set $seraphinaKink to $newSeraphinaKink>>
<<set $targetCharacter to "seraphina">>
<<run setTimeout(function() {
const element = document.getElementById('seraphina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "RouteHandler">>
<</button>>
</div>
</div>
</div>
<div class="character-stories">
<table class="story-table">
<tr>
<td colspan="2" class="routes-header">Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</td>
</tr>
<tr>
<td colspan="2" class="routes-container">
<<if $mascC is true>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button teal-link">>
<<set $seraphinaSub to 100>>
<<set $seraphinaDom to 0>>
<<set $seraphinaDeg to 0>>
<<set $targetCharacter to "seraphina">>
<<run setTimeout(function() {
const element = document.getElementById('seraphina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $seraphinaSub is 100>>✅<</if>> |
<<link "Dominance Route" class="route-button teal-link">>
<<set $seraphinaDom to 100>>
<<set $seraphinaSub to 0>>
<<set $seraphinaDeg to 0>>
<<set $targetCharacter to "seraphina">>
<<run setTimeout(function() {
const element = document.getElementById('seraphina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $seraphinaDom is 100>>✅<</if>> |
<<link "Netori Route" class="route-button teal-link">>
<<set $seraphinaDeg to 100>>
<<set $seraphinaSub to 0>>
<<set $seraphinaDom to 0>>
<<set $targetCharacter to "seraphina">>
<<run setTimeout(function() {
const element = document.getElementById('seraphina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $seraphinaDeg is 100>>✅<</if>>
</div>
<<else>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button teal-link">>
<<set $seraphinaDom to 100>>
<<set $seraphinaSub to 0>>
<<set $seraphinaDeg to 0>>
<<set $targetCharacter to "seraphina">>
<<run setTimeout(function() {
const element = document.getElementById('seraphina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $seraphinaDom is 100>>✅<</if>> |
<<link "Dom/Sub Route" class="route-button teal-link">>
<<set $seraphinaSub to 0>>
<<set $seraphinaDom to 0>>
<<set $seraphinaDeg to 100>>
<<set $targetCharacter to "seraphina">>
<<run setTimeout(function() {
const element = document.getElementById('seraphina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $seraphinaDeg is 100>>✅<</if>> |
<<link "NTR Route" class="route-button teal-link">>
<<set $seraphinaDeg to 0>>
<<set $seraphinaSub to 100>>
<<set $seraphinaDom to 0>>
<<set $targetCharacter to "seraphina">>
<<run setTimeout(function() {
const element = document.getElementById('seraphina-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $seraphinaSub is 100>>✅<</if>>
</div>
<</if>>
</td>
</tr>
<tr>
<td colspan="2" class="stories-header">Seraphina Stories:</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$seraphinaStory" 0 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 0 - What is this? Am I dreaming?</span><<if $mascC is true>><<link "Jump into scene!" class="jump-button bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 1>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $intelligence to 15>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $mascLevel2sleepingface1 to false>>\
<<set $mascLevel1sleepingface1 to false>>\
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 14>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "PassIntelligenceDoms1">><</link>><<else>><<link "Jump into scene!" class="jump-button bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $intelligence to 15>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $mascLevel1sleepingface1 to true>>
<<set $daynumber to 21>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "PassIntelligenceFems1">><</link>> <</if>>
</div>
</td>
</tr>
</table>
</div>
</div>
<!-- Aurora Section -->
<div id="aurora-section" class="character-section">
<h3><span style="color:#008000;">Aurora</span></h3>
<div style="display: flex; align-items: center; margin-bottom: 5px;">
<img src="Images/Locations/auroraCM1.jpg" alt="Aurora Notebook Image" style="max-width: 300px; border: 3px solid #008000;">
<div style="margin:0 0 0 5px;padding:0;">
<table class="character-stats-cheat">
<tr>
<td>⛓️/🔱</td>
<td>Sub/Dom:</td>
<td><<print $auroraDomSub>></td>
<td>
<<if $auroraDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $auroraDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $auroraDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $auroraDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $auroraDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $auroraDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td><input type="number" id="aurora-domsub-input" placeholder="use 0-100"></td>
</tr>
<tr>
<td>❤️</td>
<td>Relationship:</td>
<td><<print $auroraRel>></td>
<td>Lvl <<print getStatLevel($auroraRel)>></td>
<td><input type="number" id="aurora-rel-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td>💜</td>
<td>Corruption:</td>
<td><<print $auroraCorruption>></td>
<td>Lvl <<print getStatLevel($auroraCorruption)>></td>
<td><input type="number" id="aurora-corruption-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Handjob:</td>
<td><<print $auroraHandjob>></td>
<td>Lvl <<print getStatLevel($auroraHandjob)>></td>
<td><input type="number" id="aurora-handjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Blowjob:</td>
<td><<print $auroraBlowjob>></td>
<td>Lvl <<print getStatLevel($auroraBlowjob)>></td>
<td><input type="number" id="aurora-blowjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Sex:</td>
<td><<print $auroraSex>></td>
<td>Lvl <<print getStatLevel($auroraSex)>></td>
<td><input type="number" id="aurora-sex-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Anal:</td>
<td><<print $auroraAnal>></td>
<td>Lvl <<print getStatLevel($auroraAnal)>></td>
<td><input type="number" id="aurora-anal-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Kink:</td>
<td><<print $auroraKink>></td>
<td>Lvl <<print getStatLevel($auroraKink)>></td>
<td><input type="number" id="aurora-kink-input" placeholder="use 1-75"></td>
</tr>
</table>
<div class="button-container">
<<button "Apply Stat Changes">>
<<set $auroraDomSub to Number(document.getElementById('aurora-domsub-input').value || $auroraDomSub)>>
<<set $newAuroraRel to Number(document.getElementById('aurora-rel-input').value || $auroraRel)>>
<<if $newAuroraRel >= 5 && $auroraRel < 5>><<set $auroraRelLevel1check to true>><</if>>
<<if $newAuroraRel >= 15 && $auroraRel < 15>><<set $auroraRelLevel2check to true>><</if>>
<<if $newAuroraRel >= 30 && $auroraRel < 30>><<set $auroraRelLevel3check to true>><</if>>
<<if $newAuroraRel >= 50 && $auroraRel < 50>><<set $auroraRelLevel4check to true>><</if>>
<<if $newAuroraRel >= 75 && $auroraRel < 75>><<set $auroraRelLevel5check to true>><</if>>
<<set $auroraRel to $newAuroraRel>>
<<set $newAuroraCorruption to Number(document.getElementById('aurora-corruption-input').value || $auroraCorruption)>>
<<if $newAuroraCorruption >= 5 && $auroraCorruption < 5>><<set $auroraCorrLevel1check to true>><</if>>
<<if $newAuroraCorruption >= 15 && $auroraCorruption < 15>><<set $auroraCorrLevel2check to true>><</if>>
<<if $newAuroraCorruption >= 30 && $auroraCorruption < 30>><<set $auroraCorrLevel3check to true>><</if>>
<<if $newAuroraCorruption >= 50 && $auroraCorruption < 50>><<set $auroraCorrLevel4check to true>><</if>>
<<if $newAuroraCorruption >= 75 && $auroraCorruption < 75>><<set $auroraCorrLevel5check to true>><</if>>
<<set $auroraCorruption to $newAuroraCorruption>>
<<set $newAuroraHandjob to Number(document.getElementById('aurora-handjob-input').value || $auroraHandjob)>>
<<if $newAuroraHandjob >= 5 && $auroraHandjob < 5>><<set $auroraHandjobLevel1check to true>><</if>>
<<if $newAuroraHandjob >= 15 && $auroraHandjob < 15>><<set $auroraHandjobLevel2check to true>><</if>>
<<if $newAuroraHandjob >= 30 && $auroraHandjob < 30>><<set $auroraHandjobLevel3check to true>><</if>>
<<if $newAuroraHandjob >= 50 && $auroraHandjob < 50>><<set $auroraHandjobLevel4check to true>><</if>>
<<if $newAuroraHandjob >= 75 && $auroraHandjob < 75>><<set $auroraHandjobLevel5check to true>><</if>>
<<set $auroraHandjob to $newAuroraHandjob>>
<<set $newAuroraBlowjob to Number(document.getElementById('aurora-blowjob-input').value || $auroraBlowjob)>>
<<if $newAuroraBlowjob >= 5 && $auroraBlowjob < 5>><<set $auroraBlowjobLevel1check to true>><</if>>
<<if $newAuroraBlowjob >= 15 && $auroraBlowjob < 15>><<set $auroraBlowjobLevel2check to true>><</if>>
<<if $newAuroraBlowjob >= 30 && $auroraBlowjob < 30>><<set $auroraBlowjobLevel3check to true>><</if>>
<<if $newAuroraBlowjob >= 50 && $auroraBlowjob < 50>><<set $auroraBlowjobLevel4check to true>><</if>>
<<if $newAuroraBlowjob >= 75 && $auroraBlowjob < 75>><<set $auroraBlowjobLevel5check to true>><</if>>
<<set $auroraBlowjob to $newAuroraBlowjob>>
<<set $newAuroraSex to Number(document.getElementById('aurora-sex-input').value || $auroraSex)>>
<<if $newAuroraSex >= 5 && $auroraSex < 5>><<set $auroraSexLevel1check to true>><</if>>
<<if $newAuroraSex >= 15 && $auroraSex < 15>><<set $auroraSexLevel2check to true>><</if>>
<<if $newAuroraSex >= 30 && $auroraSex < 30>><<set $auroraSexLevel3check to true>><</if>>
<<if $newAuroraSex >= 50 && $auroraSex < 50>><<set $auroraSexLevel4check to true>><</if>>
<<if $newAuroraSex >= 75 && $auroraSex < 75>><<set $auroraSexLevel5check to true>><</if>>
<<set $auroraSex to $newAuroraSex>>
<<set $newAuroraAnal to Number(document.getElementById('aurora-anal-input').value || $auroraAnal)>>
<<if $newAuroraAnal >= 5 && $auroraAnal < 5>><<set $auroraAnalLevel1check to true>><</if>>
<<if $newAuroraAnal >= 15 && $auroraAnal < 15>><<set $auroraAnalLevel2check to true>><</if>>
<<if $newAuroraAnal >= 30 && $auroraAnal < 30>><<set $auroraAnalLevel3check to true>><</if>>
<<if $newAuroraAnal >= 50 && $auroraAnal < 50>><<set $auroraAnalLevel4check to true>><</if>>
<<if $newAuroraAnal >= 75 && $auroraAnal < 75>><<set $auroraAnalLevel5check to true>><</if>>
<<set $auroraAnal to $newAuroraAnal>>
<<set $newAuroraKink to Number(document.getElementById('aurora-kink-input').value || $auroraKink)>>
<<if $newAuroraKink >= 5 && $auroraKink < 5>><<set $auroraKinkLevel1check to true>><</if>>
<<if $newAuroraKink >= 15 && $auroraKink < 15>><<set $auroraKinkLevel2check to true>><</if>>
<<if $newAuroraKink >= 30 && $auroraKink < 30>><<set $auroraKinkLevel3check to true>><</if>>
<<if $newAuroraKink >= 50 && $auroraKink < 50>><<set $auroraKinkLevel4check to true>><</if>>
<<if $newAuroraKink >= 75 && $auroraKink < 75>><<set $auroraKinkLevel5check to true>><</if>>
<<set $auroraKink to $newAuroraKink>>
<<set $targetCharacter to "aurora">>
<<run setTimeout(function() {
const element = document.getElementById('aurora-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "RouteHandler">>
<</button>>
</div>
</div>
</div>
<div class="character-stories">
<table class="story-table">
<tr>
<td colspan="2" class="routes-header">Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</td>
</tr>
<tr>
<td colspan="2" class="routes-container">
<<if $mascC is true>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button green-link">>
<<set $auroraSub to 100>>
<<set $auroraDom to 0>>
<<set $auroraDeg to 0>>
<<set $targetCharacter to "aurora">>
<<run setTimeout(function() {
const element = document.getElementById('aurora-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $auroraSub is 100>>✅<</if>> |
<<link "Dominance Route" class="route-button green-link">>
<<set $auroraDom to 100>>
<<set $auroraSub to 0>>
<<set $auroraDeg to 0>>
<<set $targetCharacter to "aurora">>
<<run setTimeout(function() {
const element = document.getElementById('aurora-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $auroraDom is 100>>✅<</if>> |
<<link "Netori Route" class="route-button green-link">>
<<set $auroraDeg to 100>>
<<set $auroraSub to 0>>
<<set $auroraDom to 0>>
<<set $targetCharacter to "aurora">>
<<run setTimeout(function() {
const element = document.getElementById('aurora-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $auroraDeg is 100>>✅<</if>>
</div>
<<else>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button green-link">>
<<set $auroraDom to 100>>
<<set $auroraSub to 0>>
<<set $auroraDeg to 0>>
<<set $targetCharacter to "aurora">>
<<run setTimeout(function() {
const element = document.getElementById('aurora-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $auroraDom is 100>>✅<</if>> |
<<link "Dom/Sub Route" class="route-button green-link">>
<<set $auroraSub to 0>>
<<set $auroraDom to 0>>
<<set $auroraDeg to 100>>
<<set $targetCharacter to "aurora">>
<<run setTimeout(function() {
const element = document.getElementById('aurora-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $auroraDeg is 100>>✅<</if>> |
<<link "NTR Route" class="route-button green-link">>
<<set $auroraDeg to 0>>
<<set $auroraSub to 100>>
<<set $auroraDom to 0>>
<<set $targetCharacter to "aurora">>
<<run setTimeout(function() {
const element = document.getElementById('aurora-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $auroraSub is 100>>✅<</if>>
</div>
<</if>>
</td>
</tr>
<tr>
<td colspan="2" class="stories-header">Aurora Stories:</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$auroraStory" 0 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 0 - What is this? Am I dreaming?</span><<if $mascC is true>><<link "Jump into scene!" class="jump-button bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 1>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $charisma to 15>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $mascLevel2sleepingface1 to true>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 14>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "PassCharismaDoms1">><</link>><<else>><<link "Jump into scene!" class="jump-button bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 1>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $charisma to 15>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $mascLevel2sleepingface1 to true>>
<<set $daynumber to 14>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "PassCharismaFems1">><</link>> <</if>>
</div>
</td>
</tr>
</table>
</div>
</div>
<div id="elyra-section" class="character-section">
<h3><span style="color:#FF8C00;">Elyra</span></h3>
<div style="display: flex; align-items: center; margin-bottom: 5px;">
<img src="Images/Locations/elyraCM1.jpg" alt="Elyra Notebook Image" style="max-width: 300px; border: 3px solid #FF8C00;">
<div style="margin:0 0 0 5px;padding:0;">
<table class="character-stats-cheat">
<tr>
<td>⛓️/🔱</td>
<td>Sub/Dom:</td>
<td><<print $elyraDomSub>></td>
<td>
<<if $elyraDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $elyraDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $elyraDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $elyraDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $elyraDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $elyraDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td><input type="number" id="elyra-domsub-input" placeholder="use 0-100"></td>
</tr>
<tr>
<td>❤️</td>
<td>Relationship:</td>
<td><<print $elyraRel>></td>
<td>Lvl <<print getStatLevel($elyraRel)>></td>
<td><input type="number" id="elyra-rel-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td>💜</td>
<td>Corruption:</td>
<td><<print $elyraCorruption>></td>
<td>Lvl <<print getStatLevel($elyraCorruption)>></td>
<td><input type="number" id="elyra-corruption-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Handjob:</td>
<td><<print $elyraHandjob>></td>
<td>Lvl <<print getStatLevel($elyraHandjob)>></td>
<td><input type="number" id="elyra-handjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Blowjob:</td>
<td><<print $elyraBlowjob>></td>
<td>Lvl <<print getStatLevel($elyraBlowjob)>></td>
<td><input type="number" id="elyra-blowjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Sex:</td>
<td><<print $elyraSex>></td>
<td>Lvl <<print getStatLevel($elyraSex)>></td>
<td><input type="number" id="elyra-sex-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Anal:</td>
<td><<print $elyraAnal>></td>
<td>Lvl <<print getStatLevel($elyraAnal)>></td>
<td><input type="number" id="elyra-anal-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Kink:</td>
<td><<print $elyraKink>></td>
<td>Lvl <<print getStatLevel($elyraKink)>></td>
<td><input type="number" id="elyra-kink-input" placeholder="use 1-75"></td>
</tr>
</table>
<div class="button-container">
<<button "Apply Stat Changes">>
<<set $elyraDomSub to Number(document.getElementById('elyra-domsub-input').value || $elyraDomSub)>>
<<set $newElyraRel to Number(document.getElementById('elyra-rel-input').value || $elyraRel)>>
<<if $newElyraRel >= 5 && $elyraRel < 5>><<set $elyraRelLevel1check to true>><</if>>
<<if $newElyraRel >= 15 && $elyraRel < 15>><<set $elyraRelLevel2check to true>><</if>>
<<if $newElyraRel >= 30 && $elyraRel < 30>><<set $elyraRelLevel3check to true>><</if>>
<<if $newElyraRel >= 50 && $elyraRel < 50>><<set $elyraRelLevel4check to true>><</if>>
<<if $newElyraRel >= 75 && $elyraRel < 75>><<set $elyraRelLevel5check to true>><</if>>
<<set $elyraRel to $newElyraRel>>
<<set $newElyraCorruption to Number(document.getElementById('elyra-corruption-input').value || $elyraCorruption)>>
<<if $newElyraCorruption >= 5 && $elyraCorruption < 5>><<set $elyraCorrLevel1check to true>><</if>>
<<if $newElyraCorruption >= 15 && $elyraCorruption < 15>><<set $elyraCorrLevel2check to true>><</if>>
<<if $newElyraCorruption >= 30 && $elyraCorruption < 30>><<set $elyraCorrLevel3check to true>><</if>>
<<if $newElyraCorruption >= 50 && $elyraCorruption < 50>><<set $elyraCorrLevel4check to true>><</if>>
<<if $newElyraCorruption >= 75 && $elyraCorruption < 75>><<set $elyraCorrLevel5check to true>><</if>>
<<set $elyraCorruption to $newElyraCorruption>>
<<set $newElyraHandjob to Number(document.getElementById('elyra-handjob-input').value || $elyraHandjob)>>
<<if $newElyraHandjob >= 5 && $elyraHandjob < 5>><<set $elyraHandjobLevel1check to true>><</if>>
<<if $newElyraHandjob >= 15 && $elyraHandjob < 15>><<set $elyraHandjobLevel2check to true>><</if>>
<<if $newElyraHandjob >= 30 && $elyraHandjob < 30>><<set $elyraHandjobLevel3check to true>><</if>>
<<if $newElyraHandjob >= 50 && $elyraHandjob < 50>><<set $elyraHandjobLevel4check to true>><</if>>
<<if $newElyraHandjob >= 75 && $elyraHandjob < 75>><<set $elyraHandjobLevel5check to true>><</if>>
<<set $elyraHandjob to $newElyraHandjob>>
<<set $newElyraBlowjob to Number(document.getElementById('elyra-blowjob-input').value || $elyraBlowjob)>>
<<if $newElyraBlowjob >= 5 && $elyraBlowjob < 5>><<set $elyraBlowjobLevel1check to true>><</if>>
<<if $newElyraBlowjob >= 15 && $elyraBlowjob < 15>><<set $elyraBlowjobLevel2check to true>><</if>>
<<if $newElyraBlowjob >= 30 && $elyraBlowjob < 30>><<set $elyraBlowjobLevel3check to true>><</if>>
<<if $newElyraBlowjob >= 50 && $elyraBlowjob < 50>><<set $elyraBlowjobLevel4check to true>><</if>>
<<if $newElyraBlowjob >= 75 && $elyraBlowjob < 75>><<set $elyraBlowjobLevel5check to true>><</if>>
<<set $elyraBlowjob to $newElyraBlowjob>>
<<set $newElyraSex to Number(document.getElementById('elyra-sex-input').value || $elyraSex)>>
<<if $newElyraSex >= 5 && $elyraSex < 5>><<set $elyraSexLevel1check to true>><</if>>
<<if $newElyraSex >= 15 && $elyraSex < 15>><<set $elyraSexLevel2check to true>><</if>>
<<if $newElyraSex >= 30 && $elyraSex < 30>><<set $elyraSexLevel3check to true>><</if>>
<<if $newElyraSex >= 50 && $elyraSex < 50>><<set $elyraSexLevel4check to true>><</if>>
<<if $newElyraSex >= 75 && $elyraSex < 75>><<set $elyraSexLevel5check to true>><</if>>
<<set $elyraSex to $newElyraSex>>
<<set $newElyraAnal to Number(document.getElementById('elyra-anal-input').value || $elyraAnal)>>
<<if $newElyraAnal >= 5 && $elyraAnal < 5>><<set $elyraAnalLevel1check to true>><</if>>
<<if $newElyraAnal >= 15 && $elyraAnal < 15>><<set $elyraAnalLevel2check to true>><</if>>
<<if $newElyraAnal >= 30 && $elyraAnal < 30>><<set $elyraAnalLevel3check to true>><</if>>
<<if $newElyraAnal >= 50 && $elyraAnal < 50>><<set $elyraAnalLevel4check to true>><</if>>
<<if $newElyraAnal >= 75 && $elyraAnal < 75>><<set $elyraAnalLevel5check to true>><</if>>
<<set $elyraAnal to $newElyraAnal>>
<<set $newElyraKink to Number(document.getElementById('elyra-kink-input').value || $elyraKink)>>
<<if $newElyraKink >= 5 && $elyraKink < 5>><<set $elyraKinkLevel1check to true>><</if>>
<<if $newElyraKink >= 15 && $elyraKink < 15>><<set $elyraKinkLevel2check to true>><</if>>
<<if $newElyraKink >= 30 && $elyraKink < 30>><<set $elyraKinkLevel3check to true>><</if>>
<<if $newElyraKink >= 50 && $elyraKink < 50>><<set $elyraKinkLevel4check to true>><</if>>
<<if $newElyraKink >= 75 && $elyraKink < 75>><<set $elyraKinkLevel5check to true>><</if>>
<<set $elyraKink to $newElyraKink>>
<<set $targetCharacter to "elyra">>
<<run setTimeout(function() {
const element = document.getElementById('elyra-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "RouteHandler">>
<</button>>
</div>
</div>
</div>
<div class="character-stories">
<table class="story-table">
<tr>
<td colspan="2" class="routes-header">Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</td>
</tr>
<tr>
<td colspan="2" class="routes-container">
<<if $mascC is true>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button orange-link">>
<<set $elyraSub to 100>>
<<set $elyraDom to 0>>
<<set $elyraDeg to 0>>
<<set $targetCharacter to "elyra">>
<<run setTimeout(function() {
const element = document.getElementById('elyra-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $elyraSub is 100>>✅<</if>> |
<<link "Dominance Route" class="route-button orange-link">>
<<set $elyraDom to 100>>
<<set $elyraSub to 0>>
<<set $elyraDeg to 0>>
<<set $targetCharacter to "elyra">>
<<run setTimeout(function() {
const element = document.getElementById('elyra-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $elyraDom is 100>>✅<</if>> |
<<link "Netori Route" class="route-button orange-link">>
<<set $elyraDeg to 100>>
<<set $elyraSub to 0>>
<<set $elyraDom to 0>>
<<set $targetCharacter to "elyra">>
<<run setTimeout(function() {
const element = document.getElementById('elyra-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $elyraDeg is 100>>✅<</if>>
</div>
<<else>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button orange-link">>
<<set $elyraDom to 100>>
<<set $elyraSub to 0>>
<<set $elyraDeg to 0>>
<<set $targetCharacter to "elyra">>
<<run setTimeout(function() {
const element = document.getElementById('elyra-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $elyraDom is 100>>✅<</if>> |
<<link "Dom/Sub Route" class="route-button orange-link">>
<<set $elyraSub to 0>>
<<set $elyraDom to 0>>
<<set $elyraDeg to 100>>
<<set $targetCharacter to "elyra">>
<<run setTimeout(function() {
const element = document.getElementById('elyra-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $elyraDeg is 100>>✅<</if>> |
<<link "NTR Route" class="route-button orange-link">>
<<set $elyraDeg to 0>>
<<set $elyraSub to 100>>
<<set $elyraDom to 0>>
<<set $targetCharacter to "elyra">>
<<run setTimeout(function() {
const element = document.getElementById('elyra-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $elyraSub is 100>>✅<</if>>
</div>
<</if>>
</td>
</tr>
<tr>
<td colspan="2" class="stories-header">Elyra Stories:</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$elyraStory" 0 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 0 - What is this? Am I dreaming?</span><<if $mascC is true>><<link "Jump into scene!" class="jump-button bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 1>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $technique to 15>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $mascLevel2sleepingface1 to true>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 14>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "PassTechniqueDoms1">><</link>><<else>><<link "Jump into scene!" class="jump-button bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 1>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $technique to 15>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $mascLevel2sleepingface1 to true>>
<<set $daynumber to 14>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "PassTechniqueFems1">><</link>> <</if>>
</div>
</td>
</tr>
</table>
</div>
</div>
<!-- Nyxis Section -->
<div id="nyxis-section" class="character-section">
<h3><span style="color:#8B0000;">Nyxis</span></h3>
<div style="display: flex; align-items: center; margin-bottom: 5px;">
<img src="Images/Locations/nyxisCM1.jpg" alt="Nyxis Notebook Image" style="max-width: 300px; border: 3px solid #8B0000;">
<div style="margin:0 0 0 5px;padding:0;">
<table class="character-stats-cheat">
<tr>
<td>⛓️/🔱</td>
<td>Sub/Dom:</td>
<td><<print $nyxisDomSub>></td>
<td>
<<if $nyxisDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $nyxisDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $nyxisDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $nyxisDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $nyxisDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $nyxisDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td><input type="number" id="nyxis-domsub-input" placeholder="use 0-100"></td>
</tr>
<tr>
<td>❤️</td>
<td>Relationship:</td>
<td><<print $nyxisRel>></td>
<td>Lvl <<print getStatLevel($nyxisRel)>></td>
<td><input type="number" id="nyxis-rel-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td>💜</td>
<td>Corruption:</td>
<td><<print $nyxisCorruption>></td>
<td>Lvl <<print getStatLevel($nyxisCorruption)>></td>
<td><input type="number" id="nyxis-corruption-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Handjob:</td>
<td><<print $nyxisHandjob>></td>
<td>Lvl <<print getStatLevel($nyxisHandjob)>></td>
<td><input type="number" id="nyxis-handjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Blowjob:</td>
<td><<print $nyxisBlowjob>></td>
<td>Lvl <<print getStatLevel($nyxisBlowjob)>></td>
<td><input type="number" id="nyxis-blowjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Sex:</td>
<td><<print $nyxisSex>></td>
<td>Lvl <<print getStatLevel($nyxisSex)>></td>
<td><input type="number" id="nyxis-sex-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Anal:</td>
<td><<print $nyxisAnal>></td>
<td>Lvl <<print getStatLevel($nyxisAnal)>></td>
<td><input type="number" id="nyxis-anal-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Kink:</td>
<td><<print $nyxisKink>></td>
<td>Lvl <<print getStatLevel($nyxisKink)>></td>
<td><input type="number" id="nyxis-kink-input" placeholder="use 1-75"></td>
</tr>
</table>
<div class="button-container">
<<button "Apply Stat Changes">>
<<set $nyxisDomSub to Number(document.getElementById('nyxis-domsub-input').value || $nyxisDomSub)>>
<<set $newNyxisRel to Number(document.getElementById('nyxis-rel-input').value || $nyxisRel)>>
<<if $newNyxisRel >= 5 && $nyxisRel < 5>><<set $nyxisRelLevel1check to true>><</if>>
<<if $newNyxisRel >= 15 && $nyxisRel < 15>><<set $nyxisRelLevel2check to true>><</if>>
<<if $newNyxisRel >= 30 && $nyxisRel < 30>><<set $nyxisRelLevel3check to true>><</if>>
<<if $newNyxisRel >= 50 && $nyxisRel < 50>><<set $nyxisRelLevel4check to true>><</if>>
<<if $newNyxisRel >= 75 && $nyxisRel < 75>><<set $nyxisRelLevel5check to true>><</if>>
<<set $nyxisRel to $newNyxisRel>>
<<set $newNyxisCorruption to Number(document.getElementById('nyxis-corruption-input').value || $nyxisCorruption)>>
<<if $newNyxisCorruption >= 5 && $nyxisCorruption < 5>><<set $nyxisCorrLevel1check to true>><</if>>
<<if $newNyxisCorruption >= 15 && $nyxisCorruption < 15>><<set $nyxisCorrLevel2check to true>><</if>>
<<if $newNyxisCorruption >= 30 && $nyxisCorruption < 30>><<set $nyxisCorrLevel3check to true>><</if>>
<<if $newNyxisCorruption >= 50 && $nyxisCorruption < 50>><<set $nyxisCorrLevel4check to true>><</if>>
<<if $newNyxisCorruption >= 75 && $nyxisCorruption < 75>><<set $nyxisCorrLevel5check to true>><</if>>
<<set $nyxisCorruption to $newNyxisCorruption>>
<<set $newNyxisHandjob to Number(document.getElementById('nyxis-handjob-input').value || $nyxisHandjob)>>
<<if $newNyxisHandjob >= 5 && $nyxisHandjob < 5>><<set $nyxisHandjobLevel1check to true>><</if>>
<<if $newNyxisHandjob >= 15 && $nyxisHandjob < 15>><<set $nyxisHandjobLevel2check to true>><</if>>
<<if $newNyxisHandjob >= 30 && $nyxisHandjob < 30>><<set $nyxisHandjobLevel3check to true>><</if>>
<<if $newNyxisHandjob >= 50 && $nyxisHandjob < 50>><<set $nyxisHandjobLevel4check to true>><</if>>
<<if $newNyxisHandjob >= 75 && $nyxisHandjob < 75>><<set $nyxisHandjobLevel5check to true>><</if>>
<<set $nyxisHandjob to $newNyxisHandjob>>
<<set $newNyxisBlowjob to Number(document.getElementById('nyxis-blowjob-input').value || $nyxisBlowjob)>>
<<if $newNyxisBlowjob >= 5 && $nyxisBlowjob < 5>><<set $nyxisBlowjobLevel1check to true>><</if>>
<<if $newNyxisBlowjob >= 15 && $nyxisBlowjob < 15>><<set $nyxisBlowjobLevel2check to true>><</if>>
<<if $newNyxisBlowjob >= 30 && $nyxisBlowjob < 30>><<set $nyxisBlowjobLevel3check to true>><</if>>
<<if $newNyxisBlowjob >= 50 && $nyxisBlowjob < 50>><<set $nyxisBlowjobLevel4check to true>><</if>>
<<if $newNyxisBlowjob >= 75 && $nyxisBlowjob < 75>><<set $nyxisBlowjobLevel5check to true>><</if>>
<<set $nyxisBlowjob to $newNyxisBlowjob>>
<<set $newNyxisSex to Number(document.getElementById('nyxis-sex-input').value || $nyxisSex)>>
<<if $newNyxisSex >= 5 && $nyxisSex < 5>><<set $nyxisSexLevel1check to true>><</if>>
<<if $newNyxisSex >= 15 && $nyxisSex < 15>><<set $nyxisSexLevel2check to true>><</if>>
<<if $newNyxisSex >= 30 && $nyxisSex < 30>><<set $nyxisSexLevel3check to true>><</if>>
<<if $newNyxisSex >= 50 && $nyxisSex < 50>><<set $nyxisSexLevel4check to true>><</if>>
<<if $newNyxisSex >= 75 && $nyxisSex < 75>><<set $nyxisSexLevel5check to true>><</if>>
<<set $nyxisSex to $newNyxisSex>>
<<set $newNyxisAnal to Number(document.getElementById('nyxis-anal-input').value || $nyxisAnal)>>
<<if $newNyxisAnal >= 5 && $nyxisAnal < 5>><<set $nyxisAnalLevel1check to true>><</if>>
<<if $newNyxisAnal >= 15 && $nyxisAnal < 15>><<set $nyxisAnalLevel2check to true>><</if>>
<<if $newNyxisAnal >= 30 && $nyxisAnal < 30>><<set $nyxisAnalLevel3check to true>><</if>>
<<if $newNyxisAnal >= 50 && $nyxisAnal < 50>><<set $nyxisAnalLevel4check to true>><</if>>
<<if $newNyxisAnal >= 75 && $nyxisAnal < 75>><<set $nyxisAnalLevel5check to true>><</if>>
<<set $nyxisAnal to $newNyxisAnal>>
<<set $newNyxisKink to Number(document.getElementById('nyxis-kink-input').value || $nyxisKink)>>
<<if $newNyxisKink >= 5 && $nyxisKink < 5>><<set $nyxisKinkLevel1check to true>><</if>>
<<if $newNyxisKink >= 15 && $nyxisKink < 15>><<set $nyxisKinkLevel2check to true>><</if>>
<<if $newNyxisKink >= 30 && $nyxisKink < 30>><<set $nyxisKinkLevel3check to true>><</if>>
<<if $newNyxisKink >= 50 && $nyxisKink < 50>><<set $nyxisKinkLevel4check to true>><</if>>
<<if $newNyxisKink >= 75 && $nyxisKink < 75>><<set $nyxisKinkLevel5check to true>><</if>>
<<set $nyxisKink to $newNyxisKink>>
<<set $targetCharacter to "nyxis">>
<<run setTimeout(function() {
const element = document.getElementById('nyxis-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "RouteHandler">>
<</button>>
</div>
</div>
</div>
<div class="character-stories">
<table class="story-table">
<tr>
<td colspan="2" class="routes-header">Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</td>
</tr>
<tr>
<td colspan="2" class="routes-container">
<<if $mascC is true>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button red-link">>
<<set $nyxisSub to 100>>
<<set $nyxisDom to 0>>
<<set $nyxisDeg to 0>>
<<set $targetCharacter to "nyxis">>
<<run setTimeout(function() {
const element = document.getElementById('nyxis-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $nyxisSub is 100>>✅<</if>> |
<<link "Dominance Route" class="route-button red-link">>
<<set $nyxisDom to 100>>
<<set $nyxisSub to 0>>
<<set $nyxisDeg to 0>>
<<set $targetCharacter to "nyxis">>
<<run setTimeout(function() {
const element = document.getElementById('nyxis-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $nyxisDom is 100>>✅<</if>> |
<<link "Netori Route" class="route-button red-link">>
<<set $nyxisDeg to 100>>
<<set $nyxisSub to 0>>
<<set $nyxisDom to 0>>
<<set $targetCharacter to "nyxis">>
<<run setTimeout(function() {
const element = document.getElementById('nyxis-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $nyxisDeg is 100>>✅<</if>>
</div>
<<else>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button red-link">>
<<set $nyxisDom to 100>>
<<set $nyxisSub to 0>>
<<set $nyxisDeg to 0>>
<<set $targetCharacter to "nyxis">>
<<run setTimeout(function() {
const element = document.getElementById('nyxis-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $nyxisDom is 100>>✅<</if>> |
<<link "Dom/Sub Route" class="route-button red-link">>
<<set $nyxisSub to 0>>
<<set $nyxisDom to 0>>
<<set $nyxisDeg to 100>>
<<set $targetCharacter to "nyxis">>
<<run setTimeout(function() {
const element = document.getElementById('nyxis-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $nyxisDeg is 100>>✅<</if>> |
<<link "NTR Route" class="route-button red-link">>
<<set $nyxisDeg to 0>>
<<set $nyxisSub to 100>>
<<set $nyxisDom to 0>>
<<set $targetCharacter to "nyxis">>
<<run setTimeout(function() {
const element = document.getElementById('nyxis-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $nyxisSub is 100>>✅<</if>>
</div>
<</if>>
</td>
</tr>
<tr>
<td colspan="2" class="stories-header">Nyxis Stories:</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$nyxisStory" 0 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 0 - What is this? Am I dreaming?</span><<if $mascC is true>><<link "Jump into scene!" class="jump-button bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 1>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $confidence to 15>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $mascLevel2sleepingface1 to true>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 14>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "PassConfidenceDoms1">><</link>><<else>><<link "Jump into scene!" class="jump-button bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 1>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $confidence to 15>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $mascLevel2sleepingface1 to true>>
<<set $daynumber to 14>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "PassConfidenceFems1">><</link>> <</if>>
</div>
</td>
</tr>
</table>
</div>
</div>
<!-- Isolde Section -->
<div id="isolde-section" class="character-section">
<h3><span style="color:#00008B;">Isolde</span></h3>
<div style="display: flex; align-items: center; margin-bottom: 5px;">
<img src="Images/Locations/isoldeCM1.jpg" alt="Isolde Notebook Image" style="max-width: 300px; border: 3px solid #00008B;">
<div style="margin:0 0 0 5px;padding:0;">
<table class="character-stats-cheat">
<tr>
<td>⛓️/🔱</td>
<td>Sub/Dom:</td>
<td><<print $isoldeDomSub>></td>
<td>
<<if $isoldeDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $isoldeDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $isoldeDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $isoldeDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $isoldeDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $isoldeDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td><input type="number" id="isolde-domsub-input" placeholder="use 0-100"></td>
</tr>
<tr>
<td>❤️</td>
<td>Relationship:</td>
<td><<print $isoldeRel>></td>
<td>Lvl <<print getStatLevel($isoldeRel)>></td>
<td><input type="number" id="isolde-rel-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td>💜</td>
<td>Corruption:</td>
<td><<print $isoldeCorruption>></td>
<td>Lvl <<print getStatLevel($isoldeCorruption)>></td>
<td><input type="number" id="isolde-corruption-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Handjob:</td>
<td><<print $isoldeHandjob>></td>
<td>Lvl <<print getStatLevel($isoldeHandjob)>></td>
<td><input type="number" id="isolde-handjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Blowjob:</td>
<td><<print $isoldeBlowjob>></td>
<td>Lvl <<print getStatLevel($isoldeBlowjob)>></td>
<td><input type="number" id="isolde-blowjob-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Sex:</td>
<td><<print $isoldeSex>></td>
<td>Lvl <<print getStatLevel($isoldeSex)>></td>
<td><input type="number" id="isolde-sex-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Anal:</td>
<td><<print $isoldeAnal>></td>
<td>Lvl <<print getStatLevel($isoldeAnal)>></td>
<td><input type="number" id="isolde-anal-input" placeholder="use 1-75"></td>
</tr>
<tr>
<td><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td>Kink:</td>
<td><<print $isoldeKink>></td>
<td>Lvl <<print getStatLevel($isoldeKink)>></td>
<td><input type="number" id="isolde-kink-input" placeholder="use 1-75"></td>
</tr>
</table>
<div class="button-container">
<<button "Apply Stat Changes">>
<<set $isoldeDomSub to Number(document.getElementById('isolde-domsub-input').value || $isoldeDomSub)>>
<<set $newIsoldeRel to Number(document.getElementById('isolde-rel-input').value || $isoldeRel)>>
<<if $newIsoldeRel >= 5 && $isoldeRel < 5>><<set $isoldeRelLevel1check to true>><</if>>
<<if $newIsoldeRel >= 15 && $isoldeRel < 15>><<set $isoldeRelLevel2check to true>><</if>>
<<if $newIsoldeRel >= 30 && $isoldeRel < 30>><<set $isoldeRelLevel3check to true>><</if>>
<<if $newIsoldeRel >= 50 && $isoldeRel < 50>><<set $isoldeRelLevel4check to true>><</if>>
<<if $newIsoldeRel >= 75 && $isoldeRel < 75>><<set $isoldeRelLevel5check to true>><</if>>
<<set $isoldeRel to $newIsoldeRel>>
<<set $newIsoldeCorruption to Number(document.getElementById('isolde-corruption-input').value || $isoldeCorruption)>>
<<if $newIsoldeCorruption >= 5 && $isoldeCorruption < 5>><<set $isoldeCorrLevel1check to true>><</if>>
<<if $newIsoldeCorruption >= 15 && $isoldeCorruption < 15>><<set $isoldeCorrLevel2check to true>><</if>>
<<if $newIsoldeCorruption >= 30 && $isoldeCorruption < 30>><<set $isoldeCorrLevel3check to true>><</if>>
<<if $newIsoldeCorruption >= 50 && $isoldeCorruption < 50>><<set $isoldeCorrLevel4check to true>><</if>>
<<if $newIsoldeCorruption >= 75 && $isoldeCorruption < 75>><<set $isoldeCorrLevel5check to true>><</if>>
<<set $isoldeCorruption to $newIsoldeCorruption>>
<<set $newIsoldeHandjob to Number(document.getElementById('isolde-handjob-input').value || $isoldeHandjob)>>
<<if $newIsoldeHandjob >= 5 && $isoldeHandjob < 5>><<set $isoldeHandjobLevel1check to true>><</if>>
<<if $newIsoldeHandjob >= 15 && $isoldeHandjob < 15>><<set $isoldeHandjobLevel2check to true>><</if>>
<<if $newIsoldeHandjob >= 30 && $isoldeHandjob < 30>><<set $isoldeHandjobLevel3check to true>><</if>>
<<if $newIsoldeHandjob >= 50 && $isoldeHandjob < 50>><<set $isoldeHandjobLevel4check to true>><</if>>
<<if $newIsoldeHandjob >= 75 && $isoldeHandjob < 75>><<set $isoldeHandjobLevel5check to true>><</if>>
<<set $isoldeHandjob to $newIsoldeHandjob>>
<<set $newIsoldeBlowjob to Number(document.getElementById('isolde-blowjob-input').value || $isoldeBlowjob)>>
<<if $newIsoldeBlowjob >= 5 && $isoldeBlowjob < 5>><<set $isoldeBlowjobLevel1check to true>><</if>>
<<if $newIsoldeBlowjob >= 15 && $isoldeBlowjob < 15>><<set $isoldeBlowjobLevel2check to true>><</if>>
<<if $newIsoldeBlowjob >= 30 && $isoldeBlowjob < 30>><<set $isoldeBlowjobLevel3check to true>><</if>>
<<if $newIsoldeBlowjob >= 50 && $isoldeBlowjob < 50>><<set $isoldeBlowjobLevel4check to true>><</if>>
<<if $newIsoldeBlowjob >= 75 && $isoldeBlowjob < 75>><<set $isoldeBlowjobLevel5check to true>><</if>>
<<set $isoldeBlowjob to $newIsoldeBlowjob>>
<<set $newIsoldeSex to Number(document.getElementById('isolde-sex-input').value || $isoldeSex)>>
<<if $newIsoldeSex >= 5 && $isoldeSex < 5>><<set $isoldeSexLevel1check to true>><</if>>
<<if $newIsoldeSex >= 15 && $isoldeSex < 15>><<set $isoldeSexLevel2check to true>><</if>>
<<if $newIsoldeSex >= 30 && $isoldeSex < 30>><<set $isoldeSexLevel3check to true>><</if>>
<<if $newIsoldeSex >= 50 && $isoldeSex < 50>><<set $isoldeSexLevel4check to true>><</if>>
<<if $newIsoldeSex >= 75 && $isoldeSex < 75>><<set $isoldeSexLevel5check to true>><</if>>
<<set $isoldeSex to $newIsoldeSex>>
<<set $newIsoldeAnal to Number(document.getElementById('isolde-anal-input').value || $isoldeAnal)>>
<<if $newIsoldeAnal >= 5 && $isoldeAnal < 5>><<set $isoldeAnalLevel1check to true>><</if>>
<<if $newIsoldeAnal >= 15 && $isoldeAnal < 15>><<set $isoldeAnalLevel2check to true>><</if>>
<<if $newIsoldeAnal >= 30 && $isoldeAnal < 30>><<set $isoldeAnalLevel3check to true>><</if>>
<<if $newIsoldeAnal >= 50 && $isoldeAnal < 50>><<set $isoldeAnalLevel4check to true>><</if>>
<<if $newIsoldeAnal >= 75 && $isoldeAnal < 75>><<set $isoldeAnalLevel5check to true>><</if>>
<<set $isoldeAnal to $newIsoldeAnal>>
<<set $newIsoldeKink to Number(document.getElementById('isolde-kink-input').value || $isoldeKink)>>
<<if $newIsoldeKink >= 5 && $isoldeKink < 5>><<set $isoldeKinkLevel1check to true>><</if>>
<<if $newIsoldeKink >= 15 && $isoldeKink < 15>><<set $isoldeKinkLevel2check to true>><</if>>
<<if $newIsoldeKink >= 30 && $isoldeKink < 30>><<set $isoldeKinkLevel3check to true>><</if>>
<<if $newIsoldeKink >= 50 && $isoldeKink < 50>><<set $isoldeKinkLevel4check to true>><</if>>
<<if $newIsoldeKink >= 75 && $isoldeKink < 75>><<set $isoldeKinkLevel5check to true>><</if>>
<<set $isoldeKink to $newIsoldeKink>>
<<set $targetCharacter to "isolde">>
<<run setTimeout(function() {
const element = document.getElementById('isolde-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "RouteHandler">>
<</button>>
</div>
</div>
</div>
<div class="character-stories">
<table class="story-table">
<tr>
<td colspan="2" class="routes-header">Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</td>
</tr>
<tr>
<td colspan="2" class="routes-container">
<<if $mascC is true>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button blue-link">>
<<set $isoldeSub to 100>>
<<set $isoldeDom to 0>>
<<set $isoldeDeg to 0>>
<<set $targetCharacter to "isolde">>
<<run setTimeout(function() {
const element = document.getElementById('isolde-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $isoldeSub is 100>>✅<</if>> |
<<link "Dominance Route" class="route-button blue-link">>
<<set $isoldeDom to 100>>
<<set $isoldeSub to 0>>
<<set $isoldeDeg to 0>>
<<set $targetCharacter to "isolde">>
<<run setTimeout(function() {
const element = document.getElementById('isolde-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $isoldeDom is 100>>✅<</if>> |
<<link "Netori Route" class="route-button blue-link">>
<<set $isoldeDeg to 100>>
<<set $isoldeSub to 0>>
<<set $isoldeDom to 0>>
<<set $targetCharacter to "isolde">>
<<run setTimeout(function() {
const element = document.getElementById('isolde-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $isoldeDeg is 100>>✅<</if>>
</div>
<<else>>
<div class="routes-wrapper">
<<link "Romance Route" class="route-button blue-link">>
<<set $isoldeDom to 100>>
<<set $isoldeSub to 0>>
<<set $isoldeDeg to 0>>
<<set $targetCharacter to "isolde">>
<<run setTimeout(function() {
const element = document.getElementById('isolde-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $isoldeDom is 100>>✅<</if>> |
<<link "Dom/Sub Route" class="route-button blue-link">>
<<set $isoldeSub to 0>>
<<set $isoldeDom to 0>>
<<set $isoldeDeg to 100>>
<<set $targetCharacter to "isolde">>
<<run setTimeout(function() {
const element = document.getElementById('isolde-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $isoldeDeg is 100>>✅<</if>> |
<<link "NTR Route" class="route-button blue-link">>
<<set $isoldeDeg to 0>>
<<set $isoldeSub to 100>>
<<set $isoldeDom to 0>>
<<set $targetCharacter to "isolde">>
<<run setTimeout(function() {
const element = document.getElementById('isolde-section');
if (element) {
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}, 150)>>
<<goto "IntroCheats">>
<</link>> <<if $isoldeSub is 100>>✅<</if>>
</div>
<</if>>
</td>
</tr>
<tr>
<td colspan="2" class="stories-header">Isolde Stories:</td>
</tr>
<tr>
<td class="story-radio">
<<radiobutton "$isoldeStory" 0 autocheck>>
</td>
<td class="story-title">
<div class="story-row">
<span>Story 0 - What is this? Am I dreaming?</span>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part I - First Dream — Encountering Isolde for the first time.</span>
<<if $mascC is true>>
<<link "Jump into scene!" class="jump-button blue-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 1>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $strength to 15>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $mascLevel2sleepingface1 to true>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 14>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "PassStrengthDoms1">><</link>>
<<else>>
<<link "Jump into scene!" class="jump-button blue-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 3>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 1>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 0>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $corruption to 15>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $mascLevel2sleepingface1 to true>>
<<set $daynumber to 14>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "PassStrengthFems1">><</link>>
<</if>>
</div>
</td>
</tr>
<tr>
<td></td>
<td class="story-part">
<div class="story-row">
<span>Part II - Second Dream — A deeper connection emerges.</span>
<<if $mascC is true>>
<<link "Jump into scene!" class="jump-button blue-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 8>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 1>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $strength to 15>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $mascLevel2sleepingface1 to true>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $daynumber to 35>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "PassStrengthDoms2">><</link>>
<<else>>
<<link "Jump into scene!" class="jump-button blue-link bold-jump">><<set $mainStory to 4>><<set $alarielStory to 3>><<set $maedhroStory to 8>><<set $inledyaStory to 6>><<set $cecilyStory to 1>> <<set $philippaStory to 3>><<set $thaliaStory to 0>> <<set $oriannaStory to 0>> <<set $angelinaStory to 0>><<set $leroyStory to 0>><<set $kaelianStory to 0>><<set $zogStory to 0>><<set $zarinaStory to 0>><<set $seraphinaStory to 0>><<set $auroraStory to 0>> <<set $elyraStory to 0>><<set $nyxisStory to 0>><<set $isoldeStory to 1>><<set $gayaStory to 0>><<set $patriciaStory to 0>><<set $lillianStory to 0>><<set $cassandraStory to 0>><<set $thaddeusStory to 0>><<set $rolandStory to 0>><<set $dominikStory to 0>><<set $lyraStory to 0>><<set $maerisStory to 0>><<set $isabellaStory to 0>><<set $freyaStory to 0>><<set $valerieStory to 0>><<set $rosalindStory to 0>><<set $tempestStory to 0>><<set $meridaStory to 0>><<set $vivianStory to 0>><<set $principalStory to 0>><<set $gaikoStory to 0>><<set $rowenaStory to 0>><<set $maidStory to 0>><<set $clarkStory to 0>><<set $landlordStory to 0>><<set $cassiusStory to 0>><<set $ephraimStory to 0>>
<<set $herbologyStory to 2>>
<<set $strength to 40>>
<<set $tookLevel1magFromMe to false>>
<<set $boughtSecondMag to true>>
<<set $tookLevel2magFromMe to false>>
<<set $boughtThirdMag to true>>
<<set $tookLevel3magFromMe to false>>
<<set $mascRomanceMag3 to false>>
<<set $mascDominationMag3 to false>>
<<set $mascNetoriMag3 to false>>
<<set $femRomanceMag3 to false>>
<<set $femDominationMag3 to true>>
<<set $femNTRMag3 to false>>
<<set $pornMagLvl1 = 5>>
<<set $pornMagLvl2 = 5>>
<<set $pornMagLvl3 = 5>>
<<set $inledyaRel to 5>>
<<set $alarielRel to 5>>
<<set $cecilyRel to 5>>
<<set $philippaRel to 5>>
<<set $maedhroRel to 5>>
<<set $mascDefaultLevel1 to false>>
<<set $mascDefaultLevel2 to false>>
<<set $femDefaultLevel1 to false>>
<<set $femDefaultLevel2 to false>>
<<set $mascLevel2sleepingface1 to true>>
<<set $daynumber to 35>> <<set $day to "Monday">><<set $time to "Early Morning">> <<set $firstDay to 4>><<goto "PassStrengthFems2">><</link>>
<</if>>
</div>
</td>
</tr>
</table>
</div>
</div>
<!-- Gaya Section -->
<div id="gaya-section" class="character-section">
<h3>Gaya</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/gayaCM1.jpg" alt="Gaya Notebook Image" style="max-width: 300px; border: 3px solid #32CD32;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $gayaDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $gayaDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $gayaDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $gayaDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $gayaDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $gayaDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $gayaDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="gaya-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $gayaRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($gayaRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="gaya-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $gayaCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($gayaCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="gaya-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $gayaHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($gayaHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="gaya-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $gayaBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($gayaBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="gaya-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $gayaSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($gayaSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="gaya-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $gayaAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($gayaAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="gaya-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $gayaKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($gayaKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="gaya-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $gayaDomSub to Number(document.getElementById('gaya-domsub-input').value || $gayaDomSub)>>
<<set $newGayaRel to Number(document.getElementById('gaya-rel-input').value || $gayaRel)>>
<<if $newGayaRel >= 5 && $gayaRel < 5>><<set $gayaRelLevel1check to true>><</if>>
<<if $newGayaRel >= 15 && $gayaRel < 15>><<set $gayaRelLevel2check to true>><</if>>
<<if $newGayaRel >= 30 && $gayaRel < 30>><<set $gayaRelLevel3check to true>><</if>>
<<if $newGayaRel >= 50 && $gayaRel < 50>><<set $gayaRelLevel4check to true>><</if>>
<<if $newGayaRel >= 75 && $gayaRel < 75>><<set $gayaRelLevel5check to true>><</if>>
<<set $gayaRel to $newGayaRel>>
<<set $newGayaCorruption to Number(document.getElementById('gaya-corruption-input').value || $gayaCorruption)>>
<<if $newGayaCorruption >= 5 && $gayaCorruption < 5>><<set $gayaCorrLevel1check to true>><</if>>
<<if $newGayaCorruption >= 15 && $gayaCorruption < 15>><<set $gayaCorrLevel2check to true>><</if>>
<<if $newGayaCorruption >= 30 && $gayaCorruption < 30>><<set $gayaCorrLevel3check to true>><</if>>
<<if $newGayaCorruption >= 50 && $gayaCorruption < 50>><<set $gayaCorrLevel4check to true>><</if>>
<<if $newGayaCorruption >= 75 && $gayaCorruption < 75>><<set $gayaCorrLevel5check to true>><</if>>
<<set $gayaCorruption to $newGayaCorruption>>
<<set $newGayaHandjob to Number(document.getElementById('gaya-handjob-input').value || $gayaHandjob)>>
<<if $newGayaHandjob >= 5 && $gayaHandjob < 5>><<set $gayaHandjobLevel1check to true>><</if>>
<<if $newGayaHandjob >= 15 && $gayaHandjob < 15>><<set $gayaHandjobLevel2check to true>><</if>>
<<if $newGayaHandjob >= 30 && $gayaHandjob < 30>><<set $gayaHandjobLevel3check to true>><</if>>
<<if $newGayaHandjob >= 50 && $gayaHandjob < 50>><<set $gayaHandjobLevel4check to true>><</if>>
<<if $newGayaHandjob >= 75 && $gayaHandjob < 75>><<set $gayaHandjobLevel5check to true>><</if>>
<<set $gayaHandjob to $newGayaHandjob>>
<<set $newGayaBlowjob to Number(document.getElementById('gaya-blowjob-input').value || $gayaBlowjob)>>
<<if $newGayaBlowjob >= 5 && $gayaBlowjob < 5>><<set $gayaBlowjobLevel1check to true>><</if>>
<<if $newGayaBlowjob >= 15 && $gayaBlowjob < 15>><<set $gayaBlowjobLevel2check to true>><</if>>
<<if $newGayaBlowjob >= 30 && $gayaBlowjob < 30>><<set $gayaBlowjobLevel3check to true>><</if>>
<<if $newGayaBlowjob >= 50 && $gayaBlowjob < 50>><<set $gayaBlowjobLevel4check to true>><</if>>
<<if $newGayaBlowjob >= 75 && $gayaBlowjob < 75>><<set $gayaBlowjobLevel5check to true>><</if>>
<<set $gayaBlowjob to $newGayaBlowjob>>
<<set $newGayaSex to Number(document.getElementById('gaya-sex-input').value || $gayaSex)>>
<<if $newGayaSex >= 5 && $gayaSex < 5>><<set $gayaSexLevel1check to true>><</if>>
<<if $newGayaSex >= 15 && $gayaSex < 15>><<set $gayaSexLevel2check to true>><</if>>
<<if $newGayaSex >= 30 && $gayaSex < 30>><<set $gayaSexLevel3check to true>><</if>>
<<if $newGayaSex >= 50 && $gayaSex < 50>><<set $gayaSexLevel4check to true>><</if>>
<<if $newGayaSex >= 75 && $gayaSex < 75>><<set $gayaSexLevel5check to true>><</if>>
<<set $gayaSex to $newGayaSex>>
<<set $newGayaAnal to Number(document.getElementById('gaya-anal-input').value || $gayaAnal)>>
<<if $newGayaAnal >= 5 && $gayaAnal < 5>><<set $gayaAnalLevel1check to true>><</if>>
<<if $newGayaAnal >= 15 && $gayaAnal < 15>><<set $gayaAnalLevel2check to true>><</if>>
<<if $newGayaAnal >= 30 && $gayaAnal < 30>><<set $gayaAnalLevel3check to true>><</if>>
<<if $newGayaAnal >= 50 && $gayaAnal < 50>><<set $gayaAnalLevel4check to true>><</if>>
<<if $newGayaAnal >= 75 && $gayaAnal < 75>><<set $gayaAnalLevel5check to true>><</if>>
<<set $gayaAnal to $newGayaAnal>>
<<set $newGayaKink to Number(document.getElementById('gaya-kink-input').value || $gayaKink)>>
<<if $newGayaKink >= 5 && $gayaKink < 5>><<set $gayaKinkLevel1check to true>><</if>>
<<if $newGayaKink >= 15 && $gayaKink < 15>><<set $gayaKinkLevel2check to true>><</if>>
<<if $newGayaKink >= 30 && $gayaKink < 30>><<set $gayaKinkLevel3check to true>><</if>>
<<if $newGayaKink >= 50 && $gayaKink < 50>><<set $gayaKinkLevel4check to true>><</if>>
<<if $newGayaKink >= 75 && $gayaKink < 75>><<set $gayaKinkLevel5check to true>><</if>>
<<set $gayaKink to $newGayaKink>>
<<set $targetCharacter to "gaya">>
<<run setTimeout(function() {
const element = document.getElementById('gaya-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $gayaSub to 100>>
<<set $gayaDom to 0>>
<<set $gayaDeg to 0>>
<<set $targetCharacter to "gaya">>
<<goto "RouteHandler">>
<</link>> <<if $gayaSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $gayaDom to 100>>
<<set $gayaSub to 0>>
<<set $gayaDeg to 0>>
<<set $targetCharacter to "gaya">>
<<goto "RouteHandler">>
<</link>> <<if $gayaDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $gayaDeg to 100>>
<<set $gayaSub to 0>>
<<set $gayaDom to 0>>
<<set $targetCharacter to "gaya">>
<<goto "RouteHandler">>
<</link>> <<if $gayaDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $gayaDom to 100>>
<<set $gayaSub to 0>>
<<set $gayaDeg to 0>>
<<set $targetCharacter to "gaya">> <<goto "RouteHandler">>
<</link>> <<if $gayaDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $gayaSub to 0>>
<<set $gayaDom to 0>>
<<set $gayaDeg to 100>>
<<set $targetCharacter to "gaya">> <<goto "RouteHandler">>
<</link>> <<if $gayaDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $gayaDeg to 0>>
<<set $gayaSub to 100>>
<<set $gayaDom to 0>>
<<set $targetCharacter to "gaya">> <<goto "RouteHandler">>
<</link>> <<if $gayaSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Gaya Stories:</h4>
<div>
<<radiobutton "$gayaStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Patricia Section (Students) -->
<div id="patricia-section" class="character-section">
<h3>Patricia</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/patriciaCM1.jpg" alt="Patricia Notebook Image" style="max-width: 300px; border: 3px solid #FA8072;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $patriciaDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $patriciaDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $patriciaDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $patriciaDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $patriciaDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $patriciaDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $patriciaDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="patricia-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $patriciaRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($patriciaRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="patricia-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $patriciaCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($patriciaCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="patricia-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $patriciaHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($patriciaHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="patricia-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $patriciaBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($patriciaBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="patricia-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $patriciaSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($patriciaSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="patricia-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $patriciaAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($patriciaAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="patricia-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $patriciaKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($patriciaKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="patricia-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $patriciaDomSub to Number(document.getElementById('patricia-domsub-input').value || $patriciaDomSub)>>
<<set $newPatriciaRel to Number(document.getElementById('patricia-rel-input').value || $patriciaRel)>>
<<if $newPatriciaRel >= 5 && $patriciaRel < 5>><<set $patriciaRelLevel1check to true>><</if>>
<<if $newPatriciaRel >= 15 && $patriciaRel < 15>><<set $patriciaRelLevel2check to true>><</if>>
<<if $newPatriciaRel >= 30 && $patriciaRel < 30>><<set $patriciaRelLevel3check to true>><</if>>
<<if $newPatriciaRel >= 50 && $patriciaRel < 50>><<set $patriciaRelLevel4check to true>><</if>>
<<if $newPatriciaRel >= 75 && $patriciaRel < 75>><<set $patriciaRelLevel5check to true>><</if>>
<<set $patriciaRel to $newPatriciaRel>>
<<set $newPatriciaCorruption to Number(document.getElementById('patricia-corruption-input').value || $patriciaCorruption)>>
<<if $newPatriciaCorruption >= 5 && $patriciaCorruption < 5>><<set $patriciaCorrLevel1check to true>><</if>>
<<if $newPatriciaCorruption >= 15 && $patriciaCorruption < 15>><<set $patriciaCorrLevel2check to true>><</if>>
<<if $newPatriciaCorruption >= 30 && $patriciaCorruption < 30>><<set $patriciaCorrLevel3check to true>><</if>>
<<if $newPatriciaCorruption >= 50 && $patriciaCorruption < 50>><<set $patriciaCorrLevel4check to true>><</if>>
<<if $newPatriciaCorruption >= 75 && $patriciaCorruption < 75>><<set $patriciaCorrLevel5check to true>><</if>>
<<set $patriciaCorruption to $newPatriciaCorruption>>
<<set $newPatriciaHandjob to Number(document.getElementById('patricia-handjob-input').value || $patriciaHandjob)>>
<<if $newPatriciaHandjob >= 5 && $patriciaHandjob < 5>><<set $patriciaHandjobLevel1check to true>><</if>>
<<if $newPatriciaHandjob >= 15 && $patriciaHandjob < 15>><<set $patriciaHandjobLevel2check to true>><</if>>
<<if $newPatriciaHandjob >= 30 && $patriciaHandjob < 30>><<set $patriciaHandjobLevel3check to true>><</if>>
<<if $newPatriciaHandjob >= 50 && $patriciaHandjob < 50>><<set $patriciaHandjobLevel4check to true>><</if>>
<<if $newPatriciaHandjob >= 75 && $patriciaHandjob < 75>><<set $patriciaHandjobLevel5check to true>><</if>>
<<set $patriciaHandjob to $newPatriciaHandjob>>
<<set $newPatriciaBlowjob to Number(document.getElementById('patricia-blowjob-input').value || $patriciaBlowjob)>>
<<if $newPatriciaBlowjob >= 5 && $patriciaBlowjob < 5>><<set $patriciaBlowjobLevel1check to true>><</if>>
<<if $newPatriciaBlowjob >= 15 && $patriciaBlowjob < 15>><<set $patriciaBlowjobLevel2check to true>><</if>>
<<if $newPatriciaBlowjob >= 30 && $patriciaBlowjob < 30>><<set $patriciaBlowjobLevel3check to true>><</if>>
<<if $newPatriciaBlowjob >= 50 && $patriciaBlowjob < 50>><<set $patriciaBlowjobLevel4check to true>><</if>>
<<if $newPatriciaBlowjob >= 75 && $patriciaBlowjob < 75>><<set $patriciaBlowjobLevel5check to true>><</if>>
<<set $patriciaBlowjob to $newPatriciaBlowjob>>
<<set $newPatriciaSex to Number(document.getElementById('patricia-sex-input').value || $patriciaSex)>>
<<if $newPatriciaSex >= 5 && $patriciaSex < 5>><<set $patriciaSexLevel1check to true>><</if>>
<<if $newPatriciaSex >= 15 && $patriciaSex < 15>><<set $patriciaSexLevel2check to true>><</if>>
<<if $newPatriciaSex >= 30 && $patriciaSex < 30>><<set $patriciaSexLevel3check to true>><</if>>
<<if $newPatriciaSex >= 50 && $patriciaSex < 50>><<set $patriciaSexLevel4check to true>><</if>>
<<if $newPatriciaSex >= 75 && $patriciaSex < 75>><<set $patriciaSexLevel5check to true>><</if>>
<<set $patriciaSex to $newPatriciaSex>>
<<set $newPatriciaAnal to Number(document.getElementById('patricia-anal-input').value || $patriciaAnal)>>
<<if $newPatriciaAnal >= 5 && $patriciaAnal < 5>><<set $patriciaAnalLevel1check to true>><</if>>
<<if $newPatriciaAnal >= 15 && $patriciaAnal < 15>><<set $patriciaAnalLevel2check to true>><</if>>
<<if $newPatriciaAnal >= 30 && $patriciaAnal < 30>><<set $patriciaAnalLevel3check to true>><</if>>
<<if $newPatriciaAnal >= 50 && $patriciaAnal < 50>><<set $patriciaAnalLevel4check to true>><</if>>
<<if $newPatriciaAnal >= 75 && $patriciaAnal < 75>><<set $patriciaAnalLevel5check to true>><</if>>
<<set $patriciaAnal to $newPatriciaAnal>>
<<set $newPatriciaKink to Number(document.getElementById('patricia-kink-input').value || $patriciaKink)>>
<<if $newPatriciaKink >= 5 && $patriciaKink < 5>><<set $patriciaKinkLevel1check to true>><</if>>
<<if $newPatriciaKink >= 15 && $patriciaKink < 15>><<set $patriciaKinkLevel2check to true>><</if>>
<<if $newPatriciaKink >= 30 && $patriciaKink < 30>><<set $patriciaKinkLevel3check to true>><</if>>
<<if $newPatriciaKink >= 50 && $patriciaKink < 50>><<set $patriciaKinkLevel4check to true>><</if>>
<<if $newPatriciaKink >= 75 && $patriciaKink < 75>><<set $patriciaKinkLevel5check to true>><</if>>
<<set $patriciaKink to $newPatriciaKink>>
<<set $targetCharacter to "patricia">>
<<run setTimeout(function() {
const element = document.getElementById('patricia-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $patriciaSub to 100>>
<<set $patriciaDom to 0>>
<<set $patriciaDeg to 0>>
<<set $targetCharacter to "patricia">>
<<goto "RouteHandler">>
<</link>> <<if $patriciaSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $patriciaDom to 100>>
<<set $patriciaSub to 0>>
<<set $patriciaDeg to 0>>
<<set $targetCharacter to "patricia">>
<<goto "RouteHandler">>
<</link>> <<if $patriciaDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $patriciaDeg to 100>>
<<set $patriciaSub to 0>>
<<set $patriciaDom to 0>>
<<set $targetCharacter to "patricia">>
<<goto "RouteHandler">>
<</link>> <<if $patriciaDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $patriciaDom to 100>>
<<set $patriciaSub to 0>>
<<set $patriciaDeg to 0>>
<<set $targetCharacter to "patricia">> <<goto "RouteHandler">>
<</link>> <<if $patriciaDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $patriciaSub to 0>>
<<set $patriciaDom to 0>>
<<set $patriciaDeg to 100>>
<<set $targetCharacter to "patricia">> <<goto "RouteHandler">>
<</link>> <<if $patriciaDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $patriciaDeg to 0>>
<<set $patriciaSub to 100>>
<<set $patriciaDom to 0>>
<<set $targetCharacter to "patricia">> <<goto "RouteHandler">>
<</link>> <<if $patriciaSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Patricia Stories:</h4>
<div>
<<radiobutton "$patriciaStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<div id="lillian-section" class="character-section">
<h3>Lillian</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/lillianCM1.png" alt="Lillian Notebook Image" style="max-width: 300px; border: 3px solid #FF69B4;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lillianDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $lillianDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $lillianDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $lillianDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $lillianDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $lillianDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $lillianDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="lillian-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lillianRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lillianRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lillian-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lillianCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lillianCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lillian-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lillianHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lillianHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lillian-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lillianBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lillianBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lillian-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lillianSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lillianSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lillian-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lillianAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lillianAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lillian-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lillianKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lillianKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lillian-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $lillianDomSub to Number(document.getElementById('lillian-domsub-input').value || $lillianDomSub)>>
<<set $newLillianRel to Number(document.getElementById('lillian-rel-input').value || $lillianRel)>>
<<if $newLillianRel >= 5 && $lillianRel < 5>><<set $lillianRelLevel1check to true>><</if>>
<<if $newLillianRel >= 15 && $lillianRel < 15>><<set $lillianRelLevel2check to true>><</if>>
<<if $newLillianRel >= 30 && $lillianRel < 30>><<set $lillianRelLevel3check to true>><</if>>
<<if $newLillianRel >= 50 && $lillianRel < 50>><<set $lillianRelLevel4check to true>><</if>>
<<if $newLillianRel >= 75 && $lillianRel < 75>><<set $lillianRelLevel5check to true>><</if>>
<<set $lillianRel to $newLillianRel>>
<<set $newLillianCorruption to Number(document.getElementById('lillian-corruption-input').value || $lillianCorruption)>>
<<if $newLillianCorruption >= 5 && $lillianCorruption < 5>><<set $lillianCorrLevel1check to true>><</if>>
<<if $newLillianCorruption >= 15 && $lillianCorruption < 15>><<set $lillianCorrLevel2check to true>><</if>>
<<if $newLillianCorruption >= 30 && $lillianCorruption < 30>><<set $lillianCorrLevel3check to true>><</if>>
<<if $newLillianCorruption >= 50 && $lillianCorruption < 50>><<set $lillianCorrLevel4check to true>><</if>>
<<if $newLillianCorruption >= 75 && $lillianCorruption < 75>><<set $lillianCorrLevel5check to true>><</if>>
<<set $lillianCorruption to $newLillianCorruption>>
<<set $newLillianHandjob to Number(document.getElementById('lillian-handjob-input').value || $lillianHandjob)>>
<<if $newLillianHandjob >= 5 && $lillianHandjob < 5>><<set $lillianHandjobLevel1check to true>><</if>>
<<if $newLillianHandjob >= 15 && $lillianHandjob < 15>><<set $lillianHandjobLevel2check to true>><</if>>
<<if $newLillianHandjob >= 30 && $lillianHandjob < 30>><<set $lillianHandjobLevel3check to true>><</if>>
<<if $newLillianHandjob >= 50 && $lillianHandjob < 50>><<set $lillianHandjobLevel4check to true>><</if>>
<<if $newLillianHandjob >= 75 && $lillianHandjob < 75>><<set $lillianHandjobLevel5check to true>><</if>>
<<set $lillianHandjob to $newLillianHandjob>>
<<set $newLillianBlowjob to Number(document.getElementById('lillian-blowjob-input').value || $lillianBlowjob)>>
<<if $newLillianBlowjob >= 5 && $lillianBlowjob < 5>><<set $lillianBlowjobLevel1check to true>><</if>>
<<if $newLillianBlowjob >= 15 && $lillianBlowjob < 15>><<set $lillianBlowjobLevel2check to true>><</if>>
<<if $newLillianBlowjob >= 30 && $lillianBlowjob < 30>><<set $lillianBlowjobLevel3check to true>><</if>>
<<if $newLillianBlowjob >= 50 && $lillianBlowjob < 50>><<set $lillianBlowjobLevel4check to true>><</if>>
<<if $newLillianBlowjob >= 75 && $lillianBlowjob < 75>><<set $lillianBlowjobLevel5check to true>><</if>>
<<set $lillianBlowjob to $newLillianBlowjob>>
<<set $newLillianSex to Number(document.getElementById('lillian-sex-input').value || $lillianSex)>>
<<if $newLillianSex >= 5 && $lillianSex < 5>><<set $lillianSexLevel1check to true>><</if>>
<<if $newLillianSex >= 15 && $lillianSex < 15>><<set $lillianSexLevel2check to true>><</if>>
<<if $newLillianSex >= 30 && $lillianSex < 30>><<set $lillianSexLevel3check to true>><</if>>
<<if $newLillianSex >= 50 && $lillianSex < 50>><<set $lillianSexLevel4check to true>><</if>>
<<if $newLillianSex >= 75 && $lillianSex < 75>><<set $lillianSexLevel5check to true>><</if>>
<<set $lillianSex to $newLillianSex>>
<<set $newLillianAnal to Number(document.getElementById('lillian-anal-input').value || $lillianAnal)>>
<<if $newLillianAnal >= 5 && $lillianAnal < 5>><<set $lillianAnalLevel1check to true>><</if>>
<<if $newLillianAnal >= 15 && $lillianAnal < 15>><<set $lillianAnalLevel2check to true>><</if>>
<<if $newLillianAnal >= 30 && $lillianAnal < 30>><<set $lillianAnalLevel3check to true>><</if>>
<<if $newLillianAnal >= 50 && $lillianAnal < 50>><<set $lillianAnalLevel4check to true>><</if>>
<<if $newLillianAnal >= 75 && $lillianAnal < 75>><<set $lillianAnalLevel5check to true>><</if>>
<<set $lillianAnal to $newLillianAnal>>
<<set $newLillianKink to Number(document.getElementById('lillian-kink-input').value || $lillianKink)>>
<<if $newLillianKink >= 5 && $lillianKink < 5>><<set $lillianKinkLevel1check to true>><</if>>
<<if $newLillianKink >= 15 && $lillianKink < 15>><<set $lillianKinkLevel2check to true>><</if>>
<<if $newLillianKink >= 30 && $lillianKink < 30>><<set $lillianKinkLevel3check to true>><</if>>
<<if $newLillianKink >= 50 && $lillianKink < 50>><<set $lillianKinkLevel4check to true>><</if>>
<<if $newLillianKink >= 75 && $lillianKink < 75>><<set $lillianKinkLevel5check to true>><</if>>
<<set $lillianKink to $newLillianKink>>
<<set $targetCharacter to "lillian">>
<<run setTimeout(function() {
const element = document.getElementById('lillian-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $lillianSub to 100>>
<<set $lillianDom to 0>>
<<set $lillianDeg to 0>>
<<set $targetCharacter to "lillian">>
<<goto "RouteHandler">>
<</link>> <<if $lillianSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $lillianDom to 100>>
<<set $lillianSub to 0>>
<<set $lillianDeg to 0>>
<<set $targetCharacter to "lillian">>
<<goto "RouteHandler">>
<</link>> <<if $lillianDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $lillianDeg to 100>>
<<set $lillianSub to 0>>
<<set $lillianDom to 0>>
<<set $targetCharacter to "lillian">>
<<goto "RouteHandler">>
<</link>> <<if $lillianDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $lillianDom to 100>>
<<set $lillianSub to 0>>
<<set $lillianDeg to 0>>
<<set $targetCharacter to "lillian">> <<goto "RouteHandler">>
<</link>> <<if $lillianDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $lillianSub to 0>>
<<set $lillianDom to 0>>
<<set $lillianDeg to 100>>
<<set $targetCharacter to "lillian">> <<goto "RouteHandler">>
<</link>> <<if $lillianDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $lillianDeg to 0>>
<<set $lillianSub to 100>>
<<set $lillianDom to 0>>
<<set $targetCharacter to "lillian">> <<goto "RouteHandler">>
<</link>> <<if $lillianSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Lillian Stories:</h4>
<div>
<<radiobutton "$lillianStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Cassandra Section -->
<div id="cassandra-section" class="character-section">
<h3>Cassandra</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/cassandraCM1.jpg" alt="Cassandra Notebook Image" style="max-width: 300px; border: 3px solid #9370DB;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $cassandraDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $cassandraDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $cassandraDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $cassandraDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $cassandraDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $cassandraDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $cassandraDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="cassandra-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $cassandraRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($cassandraRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="cassandra-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $cassandraCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($cassandraCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="cassandra-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $cassandraHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($cassandraHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="cassandra-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $cassandraBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($cassandraBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="cassandra-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $cassandraSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($cassandraSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="cassandra-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $cassandraAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($cassandraAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="cassandra-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $cassandraKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($cassandraKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="cassandra-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $cassandraDomSub to Number(document.getElementById('cassandra-domsub-input').value || $cassandraDomSub)>>
<<set $newCassandraRel to Number(document.getElementById('cassandra-rel-input').value || $cassandraRel)>>
<<if $newCassandraRel >= 5 && $cassandraRel < 5>><<set $cassandraRelLevel1check to true>><</if>>
<<if $newCassandraRel >= 15 && $cassandraRel < 15>><<set $cassandraRelLevel2check to true>><</if>>
<<if $newCassandraRel >= 30 && $cassandraRel < 30>><<set $cassandraRelLevel3check to true>><</if>>
<<if $newCassandraRel >= 50 && $cassandraRel < 50>><<set $cassandraRelLevel4check to true>><</if>>
<<if $newCassandraRel >= 75 && $cassandraRel < 75>><<set $cassandraRelLevel5check to true>><</if>>
<<set $cassandraRel to $newCassandraRel>>
<<set $newCassandraCorruption to Number(document.getElementById('cassandra-corruption-input').value || $cassandraCorruption)>>
<<if $newCassandraCorruption >= 5 && $cassandraCorruption < 5>><<set $cassandraCorrLevel1check to true>><</if>>
<<if $newCassandraCorruption >= 15 && $cassandraCorruption < 15>><<set $cassandraCorrLevel2check to true>><</if>>
<<if $newCassandraCorruption >= 30 && $cassandraCorruption < 30>><<set $cassandraCorrLevel3check to true>><</if>>
<<if $newCassandraCorruption >= 50 && $cassandraCorruption < 50>><<set $cassandraCorrLevel4check to true>><</if>>
<<if $newCassandraCorruption >= 75 && $cassandraCorruption < 75>><<set $cassandraCorrLevel5check to true>><</if>>
<<set $cassandraCorruption to $newCassandraCorruption>>
<<set $newCassandraHandjob to Number(document.getElementById('cassandra-handjob-input').value || $cassandraHandjob)>>
<<if $newCassandraHandjob >= 5 && $cassandraHandjob < 5>><<set $cassandraHandjobLevel1check to true>><</if>>
<<if $newCassandraHandjob >= 15 && $cassandraHandjob < 15>><<set $cassandraHandjobLevel2check to true>><</if>>
<<if $newCassandraHandjob >= 30 && $cassandraHandjob < 30>><<set $cassandraHandjobLevel3check to true>><</if>>
<<if $newCassandraHandjob >= 50 && $cassandraHandjob < 50>><<set $cassandraHandjobLevel4check to true>><</if>>
<<if $newCassandraHandjob >= 75 && $cassandraHandjob < 75>><<set $cassandraHandjobLevel5check to true>><</if>>
<<set $cassandraHandjob to $newCassandraHandjob>>
<<set $newCassandraBlowjob to Number(document.getElementById('cassandra-blowjob-input').value || $cassandraBlowjob)>>
<<if $newCassandraBlowjob >= 5 && $cassandraBlowjob < 5>><<set $cassandraBlowjobLevel1check to true>><</if>>
<<if $newCassandraBlowjob >= 15 && $cassandraBlowjob < 15>><<set $cassandraBlowjobLevel2check to true>><</if>>
<<if $newCassandraBlowjob >= 30 && $cassandraBlowjob < 30>><<set $cassandraBlowjobLevel3check to true>><</if>>
<<if $newCassandraBlowjob >= 50 && $cassandraBlowjob < 50>><<set $cassandraBlowjobLevel4check to true>><</if>>
<<if $newCassandraBlowjob >= 75 && $cassandraBlowjob < 75>><<set $cassandraBlowjobLevel5check to true>><</if>>
<<set $cassandraBlowjob to $newCassandraBlowjob>>
<<set $newCassandraSex to Number(document.getElementById('cassandra-sex-input').value || $cassandraSex)>>
<<if $newCassandraSex >= 5 && $cassandraSex < 5>><<set $cassandraSexLevel1check to true>><</if>>
<<if $newCassandraSex >= 15 && $cassandraSex < 15>><<set $cassandraSexLevel2check to true>><</if>>
<<if $newCassandraSex >= 30 && $cassandraSex < 30>><<set $cassandraSexLevel3check to true>><</if>>
<<if $newCassandraSex >= 50 && $cassandraSex < 50>><<set $cassandraSexLevel4check to true>><</if>>
<<if $newCassandraSex >= 75 && $cassandraSex < 75>><<set $cassandraSexLevel5check to true>><</if>>
<<set $cassandraSex to $newCassandraSex>>
<<set $newCassandraAnal to Number(document.getElementById('cassandra-anal-input').value || $cassandraAnal)>>
<<if $newCassandraAnal >= 5 && $cassandraAnal < 5>><<set $cassandraAnalLevel1check to true>><</if>>
<<if $newCassandraAnal >= 15 && $cassandraAnal < 15>><<set $cassandraAnalLevel2check to true>><</if>>
<<if $newCassandraAnal >= 30 && $cassandraAnal < 30>><<set $cassandraAnalLevel3check to true>><</if>>
<<if $newCassandraAnal >= 50 && $cassandraAnal < 50>><<set $cassandraAnalLevel4check to true>><</if>>
<<if $newCassandraAnal >= 75 && $cassandraAnal < 75>><<set $cassandraAnalLevel5check to true>><</if>>
<<set $cassandraAnal to $newCassandraAnal>>
<<set $newCassandraKink to Number(document.getElementById('cassandra-kink-input').value || $cassandraKink)>>
<<if $newCassandraKink >= 5 && $cassandraKink < 5>><<set $cassandraKinkLevel1check to true>><</if>>
<<if $newCassandraKink >= 15 && $cassandraKink < 15>><<set $cassandraKinkLevel2check to true>><</if>>
<<if $newCassandraKink >= 30 && $cassandraKink < 30>><<set $cassandraKinkLevel3check to true>><</if>>
<<if $newCassandraKink >= 50 && $cassandraKink < 50>><<set $cassandraKinkLevel4check to true>><</if>>
<<if $newCassandraKink >= 75 && $cassandraKink < 75>><<set $cassandraKinkLevel5check to true>><</if>>
<<set $cassandraKink to $newCassandraKink>>
<<set $targetCharacter to "cassandra">>
<<run setTimeout(function() {
const element = document.getElementById('cassandra-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $cassandraSub to 100>>
<<set $cassandraDom to 0>>
<<set $cassandraDeg to 0>>
<<set $targetCharacter to "cassandra">>
<<goto "RouteHandler">>
<</link>> <<if $cassandraSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $cassandraDom to 100>>
<<set $cassandraSub to 0>>
<<set $cassandraDeg to 0>>
<<set $targetCharacter to "cassandra">>
<<goto "RouteHandler">>
<</link>> <<if $cassandraDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $cassandraDeg to 100>>
<<set $cassandraSub to 0>>
<<set $cassandraDom to 0>>
<<set $targetCharacter to "cassandra">>
<<goto "RouteHandler">>
<</link>> <<if $cassandraDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $cassandraDom to 100>>
<<set $cassandraSub to 0>>
<<set $cassandraDeg to 0>>
<<set $targetCharacter to "cassandra">> <<goto "RouteHandler">>
<</link>> <<if $cassandraDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $cassandraSub to 0>>
<<set $cassandraDom to 0>>
<<set $cassandraDeg to 100>>
<<set $targetCharacter to "cassandra">> <<goto "RouteHandler">>
<</link>> <<if $cassandraDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $cassandraDeg to 0>>
<<set $cassandraSub to 100>>
<<set $cassandraDom to 0>>
<<set $targetCharacter to "cassandra">> <<goto "RouteHandler">>
<</link>> <<if $cassandraSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Cassandra Stories:</h4>
<div>
<<radiobutton "$cassandraStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Thaddeus Section -->
<div id="thaddeus-section" class="character-section">
<h3>Thaddeus</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/thaddeusCM1.png" alt="Thaddeus Notebook Image" style="max-width: 300px; border: 3px solid #708090;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $thaddeusDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $thaddeusDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $thaddeusDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $thaddeusDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $thaddeusDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $thaddeusDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $thaddeusDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="thaddeus-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $thaddeusRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($thaddeusRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="thaddeus-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $thaddeusCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($thaddeusCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="thaddeus-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $thaddeusKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($thaddeusKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="thaddeus-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $thaddeusDomSub to Number(document.getElementById('thaddeus-domsub-input').value || $thaddeusDomSub)>>
<<set $newThaddeusRel to Number(document.getElementById('thaddeus-rel-input').value || $thaddeusRel)>>
<<if $newThaddeusRel >= 5 && $thaddeusRel < 5>><<set $thaddeusRelLevel1check to true>><</if>>
<<if $newThaddeusRel >= 15 && $thaddeusRel < 15>><<set $thaddeusRelLevel2check to true>><</if>>
<<if $newThaddeusRel >= 30 && $thaddeusRel < 30>><<set $thaddeusRelLevel3check to true>><</if>>
<<if $newThaddeusRel >= 50 && $thaddeusRel < 50>><<set $thaddeusRelLevel4check to true>><</if>>
<<if $newThaddeusRel >= 75 && $thaddeusRel < 75>><<set $thaddeusRelLevel5check to true>><</if>>
<<set $thaddeusRel to $newThaddeusRel>>
<<set $newThaddeusCorruption to Number(document.getElementById('thaddeus-corruption-input').value || $thaddeusCorruption)>>
<<if $newThaddeusCorruption >= 5 && $thaddeusCorruption < 5>><<set $thaddeusCorrLevel1check to true>><</if>>
<<if $newThaddeusCorruption >= 15 && $thaddeusCorruption < 15>><<set $thaddeusCorrLevel2check to true>><</if>>
<<if $newThaddeusCorruption >= 30 && $thaddeusCorruption < 30>><<set $thaddeusCorrLevel3check to true>><</if>>
<<if $newThaddeusCorruption >= 50 && $thaddeusCorruption < 50>><<set $thaddeusCorrLevel4check to true>><</if>>
<<if $newThaddeusCorruption >= 75 && $thaddeusCorruption < 75>><<set $thaddeusCorrLevel5check to true>><</if>>
<<set $thaddeusCorruption to $newThaddeusCorruption>>
<<set $newThaddeusKink to Number(document.getElementById('thaddeus-kink-input').value || $thaddeusKink)>>
<<if $newThaddeusKink >= 5 && $thaddeusKink < 5>><<set $thaddeusKinkLevel1check to true>><</if>>
<<if $newThaddeusKink >= 15 && $thaddeusKink < 15>><<set $thaddeusKinkLevel2check to true>><</if>>
<<if $newThaddeusKink >= 30 && $thaddeusKink < 30>><<set $thaddeusKinkLevel3check to true>><</if>>
<<if $newThaddeusKink >= 50 && $thaddeusKink < 50>><<set $thaddeusKinkLevel4check to true>><</if>>
<<if $newThaddeusKink >= 75 && $thaddeusKink < 75>><<set $thaddeusKinkLevel5check to true>><</if>>
<<set $thaddeusKink to $newThaddeusKink>>
<<set $targetCharacter to "thaddeus">>
<<run setTimeout(function() {
const element = document.getElementById('thaddeus-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $thaddeusSub to 100>>
<<set $thaddeusDom to 0>>
<<set $thaddeusDeg to 0>>
<<set $targetCharacter to "thaddeus">>
<<goto "RouteHandler">>
<</link>> <<if $thaddeusSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $thaddeusDom to 100>>
<<set $thaddeusSub to 0>>
<<set $thaddeusDeg to 0>>
<<set $targetCharacter to "thaddeus">>
<<goto "RouteHandler">>
<</link>> <<if $thaddeusDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $thaddeusDeg to 100>>
<<set $thaddeusSub to 0>>
<<set $thaddeusDom to 0>>
<<set $targetCharacter to "thaddeus">>
<<goto "RouteHandler">>
<</link>> <<if $thaddeusDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $thaddeusDom to 100>>
<<set $thaddeusSub to 0>>
<<set $thaddeusDeg to 0>>
<<set $targetCharacter to "thaddeus">> <<goto "RouteHandler">>
<</link>> <<if $thaddeusDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $thaddeusSub to 0>>
<<set $thaddeusDom to 0>>
<<set $thaddeusDeg to 100>>
<<set $targetCharacter to "thaddeus">> <<goto "RouteHandler">>
<</link>> <<if $thaddeusDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $thaddeusDeg to 0>>
<<set $thaddeusSub to 100>>
<<set $thaddeusDom to 0>>
<<set $targetCharacter to "thaddeus">> <<goto "RouteHandler">>
<</link>> <<if $thaddeusSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Thaddeus Stories:</h4>
<div>
<<radiobutton "$thaddeusStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Roland Section -->
<div id="roland-section" class="character-section">
<h3>Roland</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/rolandCM1.jpg" alt="Roland Notebook Image" style="max-width: 300px; border: 3px solid #CD853F;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rolandDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $rolandDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $rolandDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $rolandDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $rolandDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $rolandDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $rolandDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="roland-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rolandRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rolandRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="roland-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rolandCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rolandCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="roland-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rolandKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rolandKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="roland-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $rolandDomSub to Number(document.getElementById('roland-domsub-input').value || $rolandDomSub)>>
<<set $newRolandRel to Number(document.getElementById('roland-rel-input').value || $rolandRel)>>
<<if $newRolandRel >= 5 && $rolandRel < 5>><<set $rolandRelLevel1check to true>><</if>>
<<if $newRolandRel >= 15 && $rolandRel < 15>><<set $rolandRelLevel2check to true>><</if>>
<<if $newRolandRel >= 30 && $rolandRel < 30>><<set $rolandRelLevel3check to true>><</if>>
<<if $newRolandRel >= 50 && $rolandRel < 50>><<set $rolandRelLevel4check to true>><</if>>
<<if $newRolandRel >= 75 && $rolandRel < 75>><<set $rolandRelLevel5check to true>><</if>>
<<set $rolandRel to $newRolandRel>>
<<set $newRolandCorruption to Number(document.getElementById('roland-corruption-input').value || $rolandCorruption)>>
<<if $newRolandCorruption >= 5 && $rolandCorruption < 5>><<set $rolandCorrLevel1check to true>><</if>>
<<if $newRolandCorruption >= 15 && $rolandCorruption < 15>><<set $rolandCorrLevel2check to true>><</if>>
<<if $newRolandCorruption >= 30 && $rolandCorruption < 30>><<set $rolandCorrLevel3check to true>><</if>>
<<if $newRolandCorruption >= 50 && $rolandCorruption < 50>><<set $rolandCorrLevel4check to true>><</if>>
<<if $newRolandCorruption >= 75 && $rolandCorruption < 75>><<set $rolandCorrLevel5check to true>><</if>>
<<set $rolandCorruption to $newRolandCorruption>>
<<set $newRolandKink to Number(document.getElementById('roland-kink-input').value || $rolandKink)>>
<<if $newRolandKink >= 5 && $rolandKink < 5>><<set $rolandKinkLevel1check to true>><</if>>
<<if $newRolandKink >= 15 && $rolandKink < 15>><<set $rolandKinkLevel2check to true>><</if>>
<<if $newRolandKink >= 30 && $rolandKink < 30>><<set $rolandKinkLevel3check to true>><</if>>
<<if $newRolandKink >= 50 && $rolandKink < 50>><<set $rolandKinkLevel4check to true>><</if>>
<<if $newRolandKink >= 75 && $rolandKink < 75>><<set $rolandKinkLevel5check to true>><</if>>
<<set $rolandKink to $newRolandKink>>
<<set $targetCharacter to "roland">>
<<run setTimeout(function() {
const element = document.getElementById('roland-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $rolandSub to 100>>
<<set $rolandDom to 0>>
<<set $rolandDeg to 0>>
<<set $targetCharacter to "roland">>
<<goto "RouteHandler">>
<</link>> <<if $rolandSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $rolandDom to 100>>
<<set $rolandSub to 0>>
<<set $rolandDeg to 0>>
<<set $targetCharacter to "roland">>
<<goto "RouteHandler">>
<</link>> <<if $rolandDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $rolandDeg to 100>>
<<set $rolandSub to 0>>
<<set $rolandDom to 0>>
<<set $targetCharacter to "roland">>
<<goto "RouteHandler">>
<</link>> <<if $rolandDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $rolandDom to 100>>
<<set $rolandSub to 0>>
<<set $rolandDeg to 0>>
<<set $targetCharacter to "roland">> <<goto "RouteHandler">>
<</link>> <<if $rolandDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $rolandSub to 0>>
<<set $rolandDom to 0>>
<<set $rolandDeg to 100>>
<<set $targetCharacter to "roland">> <<goto "RouteHandler">>
<</link>> <<if $rolandDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $rolandDeg to 0>>
<<set $rolandSub to 100>>
<<set $rolandDom to 0>>
<<set $targetCharacter to "roland">> <<goto "RouteHandler">>
<</link>> <<if $rolandSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Roland Stories:</h4>
<div>
<<radiobutton "$rolandStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Dominik Section -->
<div id="dominik-section" class="character-section">
<h3>Dominik</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/dominikCM1.png" alt="Dominik Notebook Image" style="max-width: 300px; border: 3px solid #6495ED;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $dominikDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $dominikDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $dominikDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $dominikDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $dominikDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $dominikDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $dominikDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="dominik-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $dominikRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($dominikRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="dominik-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $dominikCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($dominikCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="dominik-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $dominikKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($dominikKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="dominik-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $dominikDomSub to Number(document.getElementById('dominik-domsub-input').value || $dominikDomSub)>>
<<set $newDominikRel to Number(document.getElementById('dominik-rel-input').value || $dominikRel)>>
<<if $newDominikRel >= 5 && $dominikRel < 5>><<set $dominikRelLevel1check to true>><</if>>
<<if $newDominikRel >= 15 && $dominikRel < 15>><<set $dominikRelLevel2check to true>><</if>>
<<if $newDominikRel >= 30 && $dominikRel < 30>><<set $dominikRelLevel3check to true>><</if>>
<<if $newDominikRel >= 50 && $dominikRel < 50>><<set $dominikRelLevel4check to true>><</if>>
<<if $newDominikRel >= 75 && $dominikRel < 75>><<set $dominikRelLevel5check to true>><</if>>
<<set $dominikRel to $newDominikRel>>
<<set $newDominikCorruption to Number(document.getElementById('dominik-corruption-input').value || $dominikCorruption)>>
<<if $newDominikCorruption >= 5 && $dominikCorruption < 5>><<set $dominikCorrLevel1check to true>><</if>>
<<if $newDominikCorruption >= 15 && $dominikCorruption < 15>><<set $dominikCorrLevel2check to true>><</if>>
<<if $newDominikCorruption >= 30 && $dominikCorruption < 30>><<set $dominikCorrLevel3check to true>><</if>>
<<if $newDominikCorruption >= 50 && $dominikCorruption < 50>><<set $dominikCorrLevel4check to true>><</if>>
<<if $newDominikCorruption >= 75 && $dominikCorruption < 75>><<set $dominikCorrLevel5check to true>><</if>>
<<set $dominikCorruption to $newDominikCorruption>>
<<set $newDominikKink to Number(document.getElementById('dominik-kink-input').value || $dominikKink)>>
<<if $newDominikKink >= 5 && $dominikKink < 5>><<set $dominikKinkLevel1check to true>><</if>>
<<if $newDominikKink >= 15 && $dominikKink < 15>><<set $dominikKinkLevel2check to true>><</if>>
<<if $newDominikKink >= 30 && $dominikKink < 30>><<set $dominikKinkLevel3check to true>><</if>>
<<if $newDominikKink >= 50 && $dominikKink < 50>><<set $dominikKinkLevel4check to true>><</if>>
<<if $newDominikKink >= 75 && $dominikKink < 75>><<set $dominikKinkLevel5check to true>><</if>>
<<set $dominikKink to $newDominikKink>>
<<set $targetCharacter to "dominik">>
<<run setTimeout(function() {
const element = document.getElementById('dominik-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $dominikSub to 100>>
<<set $dominikDom to 0>>
<<set $dominikDeg to 0>>
<<set $targetCharacter to "dominik">>
<<goto "RouteHandler">>
<</link>> <<if $dominikSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $dominikDom to 100>>
<<set $dominikSub to 0>>
<<set $dominikDeg to 0>>
<<set $targetCharacter to "dominik">>
<<goto "RouteHandler">>
<</link>> <<if $dominikDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $dominikDeg to 100>>
<<set $dominikSub to 0>>
<<set $dominikDom to 0>>
<<set $targetCharacter to "dominik">>
<<goto "RouteHandler">>
<</link>> <<if $dominikDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $dominikDom to 100>>
<<set $dominikSub to 0>>
<<set $dominikDeg to 0>>
<<set $targetCharacter to "dominik">> <<goto "RouteHandler">>
<</link>> <<if $dominikDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $dominikSub to 0>>
<<set $dominikDom to 0>>
<<set $dominikDeg to 100>>
<<set $targetCharacter to "dominik">> <<goto "RouteHandler">>
<</link>> <<if $dominikDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $dominikDeg to 0>>
<<set $dominikSub to 100>>
<<set $dominikDom to 0>>
<<set $targetCharacter to "dominik">> <<goto "RouteHandler">>
<</link>> <<if $dominikSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Dominik Stories:</h4>
<div>
<<radiobutton "$dominikStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Lyra Section -->
<div id="lyra-section" class="character-section">
<h3>Lyra</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/lyraCM1.jpg" alt="Lyra Notebook Image" style="max-width: 300px; border: 3px solid #DDA0DD;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lyraDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $lyraDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $lyraDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $lyraDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $lyraDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $lyraDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $lyraDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="lyra-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lyraRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lyraRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lyra-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lyraCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lyraCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lyra-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lyraHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lyraHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lyra-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lyraBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lyraBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lyra-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lyraSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lyraSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lyra-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lyraAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lyraAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lyra-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $lyraKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($lyraKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="lyra-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $lyraDomSub to Number(document.getElementById('lyra-domsub-input').value || $lyraDomSub)>>
<<set $newLyraRel to Number(document.getElementById('lyra-rel-input').value || $lyraRel)>>
<<if $newLyraRel >= 5 && $lyraRel < 5>><<set $lyraRelLevel1check to true>><</if>>
<<if $newLyraRel >= 15 && $lyraRel < 15>><<set $lyraRelLevel2check to true>><</if>>
<<if $newLyraRel >= 30 && $lyraRel < 30>><<set $lyraRelLevel3check to true>><</if>>
<<if $newLyraRel >= 50 && $lyraRel < 50>><<set $lyraRelLevel4check to true>><</if>>
<<if $newLyraRel >= 75 && $lyraRel < 75>><<set $lyraRelLevel5check to true>><</if>>
<<set $lyraRel to $newLyraRel>>
<<set $newLyraCorruption to Number(document.getElementById('lyra-corruption-input').value || $lyraCorruption)>>
<<if $newLyraCorruption >= 5 && $lyraCorruption < 5>><<set $lyraCorrLevel1check to true>><</if>>
<<if $newLyraCorruption >= 15 && $lyraCorruption < 15>><<set $lyraCorrLevel2check to true>><</if>>
<<if $newLyraCorruption >= 30 && $lyraCorruption < 30>><<set $lyraCorrLevel3check to true>><</if>>
<<if $newLyraCorruption >= 50 && $lyraCorruption < 50>><<set $lyraCorrLevel4check to true>><</if>>
<<if $newLyraCorruption >= 75 && $lyraCorruption < 75>><<set $lyraCorrLevel5check to true>><</if>>
<<set $lyraCorruption to $newLyraCorruption>>
<<set $newLyraHandjob to Number(document.getElementById('lyra-handjob-input').value || $lyraHandjob)>>
<<if $newLyraHandjob >= 5 && $lyraHandjob < 5>><<set $lyraHandjobLevel1check to true>><</if>>
<<if $newLyraHandjob >= 15 && $lyraHandjob < 15>><<set $lyraHandjobLevel2check to true>><</if>>
<<if $newLyraHandjob >= 30 && $lyraHandjob < 30>><<set $lyraHandjobLevel3check to true>><</if>>
<<if $newLyraHandjob >= 50 && $lyraHandjob < 50>><<set $lyraHandjobLevel4check to true>><</if>>
<<if $newLyraHandjob >= 75 && $lyraHandjob < 75>><<set $lyraHandjobLevel5check to true>><</if>>
<<set $lyraHandjob to $newLyraHandjob>>
<<set $newLyraBlowjob to Number(document.getElementById('lyra-blowjob-input').value || $lyraBlowjob)>>
<<if $newLyraBlowjob >= 5 && $lyraBlowjob < 5>><<set $lyraBlowjobLevel1check to true>><</if>>
<<if $newLyraBlowjob >= 15 && $lyraBlowjob < 15>><<set $lyraBlowjobLevel2check to true>><</if>>
<<if $newLyraBlowjob >= 30 && $lyraBlowjob < 30>><<set $lyraBlowjobLevel3check to true>><</if>>
<<if $newLyraBlowjob >= 50 && $lyraBlowjob < 50>><<set $lyraBlowjobLevel4check to true>><</if>>
<<if $newLyraBlowjob >= 75 && $lyraBlowjob < 75>><<set $lyraBlowjobLevel5check to true>><</if>>
<<set $lyraBlowjob to $newLyraBlowjob>>
<<set $newLyraSex to Number(document.getElementById('lyra-sex-input').value || $lyraSex)>>
<<if $newLyraSex >= 5 && $lyraSex < 5>><<set $lyraSexLevel1check to true>><</if>>
<<if $newLyraSex >= 15 && $lyraSex < 15>><<set $lyraSexLevel2check to true>><</if>>
<<if $newLyraSex >= 30 && $lyraSex < 30>><<set $lyraSexLevel3check to true>><</if>>
<<if $newLyraSex >= 50 && $lyraSex < 50>><<set $lyraSexLevel4check to true>><</if>>
<<if $newLyraSex >= 75 && $lyraSex < 75>><<set $lyraSexLevel5check to true>><</if>>
<<set $lyraSex to $newLyraSex>>
<<set $newLyraAnal to Number(document.getElementById('lyra-anal-input').value || $lyraAnal)>>
<<if $newLyraAnal >= 5 && $lyraAnal < 5>><<set $lyraAnalLevel1check to true>><</if>>
<<if $newLyraAnal >= 15 && $lyraAnal < 15>><<set $lyraAnalLevel2check to true>><</if>>
<<if $newLyraAnal >= 30 && $lyraAnal < 30>><<set $lyraAnalLevel3check to true>><</if>>
<<if $newLyraAnal >= 50 && $lyraAnal < 50>><<set $lyraAnalLevel4check to true>><</if>>
<<if $newLyraAnal >= 75 && $lyraAnal < 75>><<set $lyraAnalLevel5check to true>><</if>>
<<set $lyraAnal to $newLyraAnal>>
<<set $newLyraKink to Number(document.getElementById('lyra-kink-input').value || $lyraKink)>>
<<if $newLyraKink >= 5 && $lyraKink < 5>><<set $lyraKinkLevel1check to true>><</if>>
<<if $newLyraKink >= 15 && $lyraKink < 15>><<set $lyraKinkLevel2check to true>><</if>>
<<if $newLyraKink >= 30 && $lyraKink < 30>><<set $lyraKinkLevel3check to true>><</if>>
<<if $newLyraKink >= 50 && $lyraKink < 50>><<set $lyraKinkLevel4check to true>><</if>>
<<if $newLyraKink >= 75 && $lyraKink < 75>><<set $lyraKinkLevel5check to true>><</if>>
<<set $lyraKink to $newLyraKink>>
<<set $targetCharacter to "lyra">>
<<run setTimeout(function() {
const element = document.getElementById('lyra-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $lyraSub to 100>>
<<set $lyraDom to 0>>
<<set $lyraDeg to 0>>
<<set $targetCharacter to "lyra">>
<<goto "RouteHandler">>
<</link>> <<if $lyraSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $lyraDom to 100>>
<<set $lyraSub to 0>>
<<set $lyraDeg to 0>>
<<set $targetCharacter to "lyra">>
<<goto "RouteHandler">>
<</link>> <<if $lyraDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $lyraDeg to 100>>
<<set $lyraSub to 0>>
<<set $lyraDom to 0>>
<<set $targetCharacter to "lyra">>
<<goto "RouteHandler">>
<</link>> <<if $lyraDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $lyraDom to 100>>
<<set $lyraSub to 0>>
<<set $lyraDeg to 0>>
<<set $targetCharacter to "lyra">> <<goto "RouteHandler">>
<</link>> <<if $lyraDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $lyraSub to 0>>
<<set $lyraDom to 0>>
<<set $lyraDeg to 100>>
<<set $targetCharacter to "lyra">> <<goto "RouteHandler">>
<</link>> <<if $lyraDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $lyraDeg to 0>>
<<set $lyraSub to 100>>
<<set $lyraDom to 0>>
<<set $targetCharacter to "lyra">> <<goto "RouteHandler">>
<</link>> <<if $lyraSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Lyra Stories:</h4>
<div>
<<radiobutton "$lyraStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Maeris Section -->
<div id="maeris-section" class="character-section">
<h3>Maeris</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/maerisCM1.jpg" alt="Maeris Notebook Image" style="max-width: 300px; border: 3px solid #00CED1;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maerisDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $maerisDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $maerisDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $maerisDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $maerisDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $maerisDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $maerisDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="maeris-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maerisRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maerisRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maeris-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maerisCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maerisCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maeris-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maerisHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maerisHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maeris-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maerisBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maerisBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maeris-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maerisSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maerisSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maeris-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maerisAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maerisAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maeris-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maerisKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maerisKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maeris-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $maerisDomSub to Number(document.getElementById('maeris-domsub-input').value || $maerisDomSub)>>
<<set $newMaerisRel to Number(document.getElementById('maeris-rel-input').value || $maerisRel)>>
<<if $newMaerisRel >= 5 && $maerisRel < 5>><<set $maerisRelLevel1check to true>><</if>>
<<if $newMaerisRel >= 15 && $maerisRel < 15>><<set $maerisRelLevel2check to true>><</if>>
<<if $newMaerisRel >= 30 && $maerisRel < 30>><<set $maerisRelLevel3check to true>><</if>>
<<if $newMaerisRel >= 50 && $maerisRel < 50>><<set $maerisRelLevel4check to true>><</if>>
<<if $newMaerisRel >= 75 && $maerisRel < 75>><<set $maerisRelLevel5check to true>><</if>>
<<set $maerisRel to $newMaerisRel>>
<<set $newMaerisCorruption to Number(document.getElementById('maeris-corruption-input').value || $maerisCorruption)>>
<<if $newMaerisCorruption >= 5 && $maerisCorruption < 5>><<set $maerisCorrLevel1check to true>><</if>>
<<if $newMaerisCorruption >= 15 && $maerisCorruption < 15>><<set $maerisCorrLevel2check to true>><</if>>
<<if $newMaerisCorruption >= 30 && $maerisCorruption < 30>><<set $maerisCorrLevel3check to true>><</if>>
<<if $newMaerisCorruption >= 50 && $maerisCorruption < 50>><<set $maerisCorrLevel4check to true>><</if>>
<<if $newMaerisCorruption >= 75 && $maerisCorruption < 75>><<set $maerisCorrLevel5check to true>><</if>>
<<set $maerisCorruption to $newMaerisCorruption>>
<<set $newMaerisHandjob to Number(document.getElementById('maeris-handjob-input').value || $maerisHandjob)>>
<<if $newMaerisHandjob >= 5 && $maerisHandjob < 5>><<set $maerisHandjobLevel1check to true>><</if>>
<<if $newMaerisHandjob >= 15 && $maerisHandjob < 15>><<set $maerisHandjobLevel2check to true>><</if>>
<<if $newMaerisHandjob >= 30 && $maerisHandjob < 30>><<set $maerisHandjobLevel3check to true>><</if>>
<<if $newMaerisHandjob >= 50 && $maerisHandjob < 50>><<set $maerisHandjobLevel4check to true>><</if>>
<<if $newMaerisHandjob >= 75 && $maerisHandjob < 75>><<set $maerisHandjobLevel5check to true>><</if>>
<<set $maerisHandjob to $newMaerisHandjob>>
<<set $newMaerisBlowjob to Number(document.getElementById('maeris-blowjob-input').value || $maerisBlowjob)>>
<<if $newMaerisBlowjob >= 5 && $maerisBlowjob < 5>><<set $maerisBlowjobLevel1check to true>><</if>>
<<if $newMaerisBlowjob >= 15 && $maerisBlowjob < 15>><<set $maerisBlowjobLevel2check to true>><</if>>
<<if $newMaerisBlowjob >= 30 && $maerisBlowjob < 30>><<set $maerisBlowjobLevel3check to true>><</if>>
<<if $newMaerisBlowjob >= 50 && $maerisBlowjob < 50>><<set $maerisBlowjobLevel4check to true>><</if>>
<<if $newMaerisBlowjob >= 75 && $maerisBlowjob < 75>><<set $maerisBlowjobLevel5check to true>><</if>>
<<set $maerisBlowjob to $newMaerisBlowjob>>
<<set $newMaerisSex to Number(document.getElementById('maeris-sex-input').value || $maerisSex)>>
<<if $newMaerisSex >= 5 && $maerisSex < 5>><<set $maerisSexLevel1check to true>><</if>>
<<if $newMaerisSex >= 15 && $maerisSex < 15>><<set $maerisSexLevel2check to true>><</if>>
<<if $newMaerisSex >= 30 && $maerisSex < 30>><<set $maerisSexLevel3check to true>><</if>>
<<if $newMaerisSex >= 50 && $maerisSex < 50>><<set $maerisSexLevel4check to true>><</if>>
<<if $newMaerisSex >= 75 && $maerisSex < 75>><<set $maerisSexLevel5check to true>><</if>>
<<set $maerisSex to $newMaerisSex>>
<<set $newMaerisAnal to Number(document.getElementById('maeris-anal-input').value || $maerisAnal)>>
<<if $newMaerisAnal >= 5 && $maerisAnal < 5>><<set $maerisAnalLevel1check to true>><</if>>
<<if $newMaerisAnal >= 15 && $maerisAnal < 15>><<set $maerisAnalLevel2check to true>><</if>>
<<if $newMaerisAnal >= 30 && $maerisAnal < 30>><<set $maerisAnalLevel3check to true>><</if>>
<<if $newMaerisAnal >= 50 && $maerisAnal < 50>><<set $maerisAnalLevel4check to true>><</if>>
<<if $newMaerisAnal >= 75 && $maerisAnal < 75>><<set $maerisAnalLevel5check to true>><</if>>
<<set $maerisAnal to $newMaerisAnal>>
<<set $newMaerisKink to Number(document.getElementById('maeris-kink-input').value || $maerisKink)>>
<<if $newMaerisKink >= 5 && $maerisKink < 5>><<set $maerisKinkLevel1check to true>><</if>>
<<if $newMaerisKink >= 15 && $maerisKink < 15>><<set $maerisKinkLevel2check to true>><</if>>
<<if $newMaerisKink >= 30 && $maerisKink < 30>><<set $maerisKinkLevel3check to true>><</if>>
<<if $newMaerisKink >= 50 && $maerisKink < 50>><<set $maerisKinkLevel4check to true>><</if>>
<<if $newMaerisKink >= 75 && $maerisKink < 75>><<set $maerisKinkLevel5check to true>><</if>>
<<set $maerisKink to $newMaerisKink>>
<<set $targetCharacter to "maeris">>
<<run setTimeout(function() {
const element = document.getElementById('maeris-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $maerisSub to 100>>
<<set $maerisDom to 0>>
<<set $maerisDeg to 0>>
<<set $targetCharacter to "maeris">>
<<goto "RouteHandler">>
<</link>> <<if $maerisSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $maerisDom to 100>>
<<set $maerisSub to 0>>
<<set $maerisDeg to 0>>
<<set $targetCharacter to "maeris">>
<<goto "RouteHandler">>
<</link>> <<if $maerisDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $maerisDeg to 100>>
<<set $maerisSub to 0>>
<<set $maerisDom to 0>>
<<set $targetCharacter to "maeris">>
<<goto "RouteHandler">>
<</link>> <<if $maerisDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $maerisDom to 100>>
<<set $maerisSub to 0>>
<<set $maerisDeg to 0>>
<<set $targetCharacter to "maeris">> <<goto "RouteHandler">>
<</link>> <<if $maerisDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $maerisSub to 0>>
<<set $maerisDom to 0>>
<<set $maerisDeg to 100>>
<<set $targetCharacter to "maeris">> <<goto "RouteHandler">>
<</link>> <<if $maerisDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $maerisDeg to 0>>
<<set $maerisSub to 100>>
<<set $maerisDom to 0>>
<<set $targetCharacter to "maeris">> <<goto "RouteHandler">>
<</link>> <<if $maerisSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Maeris Stories:</h4>
<div>
<<radiobutton "$maerisStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Isabella Section -->
<div id="isabella-section" class="character-section">
<h3>Isabella</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/isabellaCM1.jpg" alt="Isabella Notebook Image" style="max-width: 300px; border: 3px solid #FF7F50;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $isabellaDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $isabellaDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $isabellaDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $isabellaDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $isabellaDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $isabellaDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $isabellaDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="isabella-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $isabellaRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($isabellaRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="isabella-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $isabellaCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($isabellaCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="isabella-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $isabellaHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($isabellaHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="isabella-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $isabellaBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($isabellaBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="isabella-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $isabellaSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($isabellaSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="isabella-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $isabellaAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($isabellaAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="isabella-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $isabellaKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($isabellaKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="isabella-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $isabellaDomSub to Number(document.getElementById('isabella-domsub-input').value || $isabellaDomSub)>>
<<set $newIsabellaRel to Number(document.getElementById('isabella-rel-input').value || $isabellaRel)>>
<<if $newIsabellaRel >= 5 && $isabellaRel < 5>><<set $isabellaRelLevel1check to true>><</if>>
<<if $newIsabellaRel >= 15 && $isabellaRel < 15>><<set $isabellaRelLevel2check to true>><</if>>
<<if $newIsabellaRel >= 30 && $isabellaRel < 30>><<set $isabellaRelLevel3check to true>><</if>>
<<if $newIsabellaRel >= 50 && $isabellaRel < 50>><<set $isabellaRelLevel4check to true>><</if>>
<<if $newIsabellaRel >= 75 && $isabellaRel < 75>><<set $isabellaRelLevel5check to true>><</if>>
<<set $isabellaRel to $newIsabellaRel>>
<<set $newIsabellaCorruption to Number(document.getElementById('isabella-corruption-input').value || $isabellaCorruption)>>
<<if $newIsabellaCorruption >= 5 && $isabellaCorruption < 5>><<set $isabellaCorrLevel1check to true>><</if>>
<<if $newIsabellaCorruption >= 15 && $isabellaCorruption < 15>><<set $isabellaCorrLevel2check to true>><</if>>
<<if $newIsabellaCorruption >= 30 && $isabellaCorruption < 30>><<set $isabellaCorrLevel3check to true>><</if>>
<<if $newIsabellaCorruption >= 50 && $isabellaCorruption < 50>><<set $isabellaCorrLevel4check to true>><</if>>
<<if $newIsabellaCorruption >= 75 && $isabellaCorruption < 75>><<set $isabellaCorrLevel5check to true>><</if>>
<<set $isabellaCorruption to $newIsabellaCorruption>>
<<set $newIsabellaHandjob to Number(document.getElementById('isabella-handjob-input').value || $isabellaHandjob)>>
<<if $newIsabellaHandjob >= 5 && $isabellaHandjob < 5>><<set $isabellaHandjobLevel1check to true>><</if>>
<<if $newIsabellaHandjob >= 15 && $isabellaHandjob < 15>><<set $isabellaHandjobLevel2check to true>><</if>>
<<if $newIsabellaHandjob >= 30 && $isabellaHandjob < 30>><<set $isabellaHandjobLevel3check to true>><</if>>
<<if $newIsabellaHandjob >= 50 && $isabellaHandjob < 50>><<set $isabellaHandjobLevel4check to true>><</if>>
<<if $newIsabellaHandjob >= 75 && $isabellaHandjob < 75>><<set $isabellaHandjobLevel5check to true>><</if>>
<<set $isabellaHandjob to $newIsabellaHandjob>>
<<set $newIsabellaBlowjob to Number(document.getElementById('isabella-blowjob-input').value || $isabellaBlowjob)>>
<<if $newIsabellaBlowjob >= 5 && $isabellaBlowjob < 5>><<set $isabellaBlowjobLevel1check to true>><</if>>
<<if $newIsabellaBlowjob >= 15 && $isabellaBlowjob < 15>><<set $isabellaBlowjobLevel2check to true>><</if>>
<<if $newIsabellaBlowjob >= 30 && $isabellaBlowjob < 30>><<set $isabellaBlowjobLevel3check to true>><</if>>
<<if $newIsabellaBlowjob >= 50 && $isabellaBlowjob < 50>><<set $isabellaBlowjobLevel4check to true>><</if>>
<<if $newIsabellaBlowjob >= 75 && $isabellaBlowjob < 75>><<set $isabellaBlowjobLevel5check to true>><</if>>
<<set $isabellaBlowjob to $newIsabellaBlowjob>>
<<set $newIsabellaSex to Number(document.getElementById('isabella-sex-input').value || $isabellaSex)>>
<<if $newIsabellaSex >= 5 && $isabellaSex < 5>><<set $isabellaSexLevel1check to true>><</if>>
<<if $newIsabellaSex >= 15 && $isabellaSex < 15>><<set $isabellaSexLevel2check to true>><</if>>
<<if $newIsabellaSex >= 30 && $isabellaSex < 30>><<set $isabellaSexLevel3check to true>><</if>>
<<if $newIsabellaSex >= 50 && $isabellaSex < 50>><<set $isabellaSexLevel4check to true>><</if>>
<<if $newIsabellaSex >= 75 && $isabellaSex < 75>><<set $isabellaSexLevel5check to true>><</if>>
<<set $isabellaSex to $newIsabellaSex>>
<<set $newIsabellaAnal to Number(document.getElementById('isabella-anal-input').value || $isabellaAnal)>>
<<if $newIsabellaAnal >= 5 && $isabellaAnal < 5>><<set $isabellaAnalLevel1check to true>><</if>>
<<if $newIsabellaAnal >= 15 && $isabellaAnal < 15>><<set $isabellaAnalLevel2check to true>><</if>>
<<if $newIsabellaAnal >= 30 && $isabellaAnal < 30>><<set $isabellaAnalLevel3check to true>><</if>>
<<if $newIsabellaAnal >= 50 && $isabellaAnal < 50>><<set $isabellaAnalLevel4check to true>><</if>>
<<if $newIsabellaAnal >= 75 && $isabellaAnal < 75>><<set $isabellaAnalLevel5check to true>><</if>>
<<set $isabellaAnal to $newIsabellaAnal>>
<<set $newIsabellaKink to Number(document.getElementById('isabella-kink-input').value || $isabellaKink)>>
<<if $newIsabellaKink >= 5 && $isabellaKink < 5>><<set $isabellaKinkLevel1check to true>><</if>>
<<if $newIsabellaKink >= 15 && $isabellaKink < 15>><<set $isabellaKinkLevel2check to true>><</if>>
<<if $newIsabellaKink >= 30 && $isabellaKink < 30>><<set $isabellaKinkLevel3check to true>><</if>>
<<if $newIsabellaKink >= 50 && $isabellaKink < 50>><<set $isabellaKinkLevel4check to true>><</if>>
<<if $newIsabellaKink >= 75 && $isabellaKink < 75>><<set $isabellaKinkLevel5check to true>><</if>>
<<set $isabellaKink to $newIsabellaKink>>
<<set $targetCharacter to "isabella">>
<<run setTimeout(function() {
const element = document.getElementById('isabella-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $isabellaSub to 100>>
<<set $isabellaDom to 0>>
<<set $isabellaDeg to 0>>
<<set $targetCharacter to "isabella">>
<<goto "RouteHandler">>
<</link>> <<if $isabellaSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $isabellaDom to 100>>
<<set $isabellaSub to 0>>
<<set $isabellaDeg to 0>>
<<set $targetCharacter to "isabella">>
<<goto "RouteHandler">>
<</link>> <<if $isabellaDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $isabellaDeg to 100>>
<<set $isabellaSub to 0>>
<<set $isabellaDom to 0>>
<<set $targetCharacter to "isabella">>
<<goto "RouteHandler">>
<</link>> <<if $isabellaDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $isabellaDom to 100>>
<<set $isabellaSub to 0>>
<<set $isabellaDeg to 0>>
<<set $targetCharacter to "isabella">> <<goto "RouteHandler">>
<</link>> <<if $isabellaDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $isabellaSub to 0>>
<<set $isabellaDom to 0>>
<<set $isabellaDeg to 100>>
<<set $targetCharacter to "isabella">> <<goto "RouteHandler">>
<</link>> <<if $isabellaDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $isabellaDeg to 0>>
<<set $isabellaSub to 100>>
<<set $isabellaDom to 0>>
<<set $targetCharacter to "isabella">> <<goto "RouteHandler">>
<</link>> <<if $isabellaSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Isabella Stories:</h4>
<div>
<<radiobutton "$isabellaStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Freya Section -->
<div id="freya-section" class="character-section">
<h3>Freya</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/freyaCM1.jpg" alt="Freya Notebook Image" style="max-width: 300px; border: 3px solid #9932CC;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $freyaDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $freyaDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $freyaDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $freyaDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $freyaDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $freyaDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $freyaDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="freya-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $freyaRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($freyaRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="freya-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $freyaCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($freyaCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="freya-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $freyaHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($freyaHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="freya-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $freyaBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($freyaBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="freya-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $freyaSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($freyaSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="freya-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $freyaAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($freyaAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="freya-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $freyaKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($freyaKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="freya-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $freyaDomSub to Number(document.getElementById('freya-domsub-input').value || $freyaDomSub)>>
<<set $newFreyaRel to Number(document.getElementById('freya-rel-input').value || $freyaRel)>>
<<if $newFreyaRel >= 5 && $freyaRel < 5>><<set $freyaRelLevel1check to true>><</if>>
<<if $newFreyaRel >= 15 && $freyaRel < 15>><<set $freyaRelLevel2check to true>><</if>>
<<if $newFreyaRel >= 30 && $freyaRel < 30>><<set $freyaRelLevel3check to true>><</if>>
<<if $newFreyaRel >= 50 && $freyaRel < 50>><<set $freyaRelLevel4check to true>><</if>>
<<if $newFreyaRel >= 75 && $freyaRel < 75>><<set $freyaRelLevel5check to true>><</if>>
<<set $freyaRel to $newFreyaRel>>
<<set $newFreyaCorruption to Number(document.getElementById('freya-corruption-input').value || $freyaCorruption)>>
<<if $newFreyaCorruption >= 5 && $freyaCorruption < 5>><<set $freyaCorrLevel1check to true>><</if>>
<<if $newFreyaCorruption >= 15 && $freyaCorruption < 15>><<set $freyaCorrLevel2check to true>><</if>>
<<if $newFreyaCorruption >= 30 && $freyaCorruption < 30>><<set $freyaCorrLevel3check to true>><</if>>
<<if $newFreyaCorruption >= 50 && $freyaCorruption < 50>><<set $freyaCorrLevel4check to true>><</if>>
<<if $newFreyaCorruption >= 75 && $freyaCorruption < 75>><<set $freyaCorrLevel5check to true>><</if>>
<<set $freyaCorruption to $newFreyaCorruption>>
<<set $newFreyaHandjob to Number(document.getElementById('freya-handjob-input').value || $freyaHandjob)>>
<<if $newFreyaHandjob >= 5 && $freyaHandjob < 5>><<set $freyaHandjobLevel1check to true>><</if>>
<<if $newFreyaHandjob >= 15 && $freyaHandjob < 15>><<set $freyaHandjobLevel2check to true>><</if>>
<<if $newFreyaHandjob >= 30 && $freyaHandjob < 30>><<set $freyaHandjobLevel3check to true>><</if>>
<<if $newFreyaHandjob >= 50 && $freyaHandjob < 50>><<set $freyaHandjobLevel4check to true>><</if>>
<<if $newFreyaHandjob >= 75 && $freyaHandjob < 75>><<set $freyaHandjobLevel5check to true>><</if>>
<<set $freyaHandjob to $newFreyaHandjob>>
<<set $newFreyaBlowjob to Number(document.getElementById('freya-blowjob-input').value || $freyaBlowjob)>>
<<if $newFreyaBlowjob >= 5 && $freyaBlowjob < 5>><<set $freyaBlowjobLevel1check to true>><</if>>
<<if $newFreyaBlowjob >= 15 && $freyaBlowjob < 15>><<set $freyaBlowjobLevel2check to true>><</if>>
<<if $newFreyaBlowjob >= 30 && $freyaBlowjob < 30>><<set $freyaBlowjobLevel3check to true>><</if>>
<<if $newFreyaBlowjob >= 50 && $freyaBlowjob < 50>><<set $freyaBlowjobLevel4check to true>><</if>>
<<if $newFreyaBlowjob >= 75 && $freyaBlowjob < 75>><<set $freyaBlowjobLevel5check to true>><</if>>
<<set $freyaBlowjob to $newFreyaBlowjob>>
<<set $newFreyaSex to Number(document.getElementById('freya-sex-input').value || $freyaSex)>>
<<if $newFreyaSex >= 5 && $freyaSex < 5>><<set $freyaSexLevel1check to true>><</if>>
<<if $newFreyaSex >= 15 && $freyaSex < 15>><<set $freyaSexLevel2check to true>><</if>>
<<if $newFreyaSex >= 30 && $freyaSex < 30>><<set $freyaSexLevel3check to true>><</if>>
<<if $newFreyaSex >= 50 && $freyaSex < 50>><<set $freyaSexLevel4check to true>><</if>>
<<if $newFreyaSex >= 75 && $freyaSex < 75>><<set $freyaSexLevel5check to true>><</if>>
<<set $freyaSex to $newFreyaSex>>
<<set $newFreyaAnal to Number(document.getElementById('freya-anal-input').value || $freyaAnal)>>
<<if $newFreyaAnal >= 5 && $freyaAnal < 5>><<set $freyaAnalLevel1check to true>><</if>>
<<if $newFreyaAnal >= 15 && $freyaAnal < 15>><<set $freyaAnalLevel2check to true>><</if>>
<<if $newFreyaAnal >= 30 && $freyaAnal < 30>><<set $freyaAnalLevel3check to true>><</if>>
<<if $newFreyaAnal >= 50 && $freyaAnal < 50>><<set $freyaAnalLevel4check to true>><</if>>
<<if $newFreyaAnal >= 75 && $freyaAnal < 75>><<set $freyaAnalLevel5check to true>><</if>>
<<set $freyaAnal to $newFreyaAnal>>
<<set $newFreyaKink to Number(document.getElementById('freya-kink-input').value || $freyaKink)>>
<<if $newFreyaKink >= 5 && $freyaKink < 5>><<set $freyaKinkLevel1check to true>><</if>>
<<if $newFreyaKink >= 15 && $freyaKink < 15>><<set $freyaKinkLevel2check to true>><</if>>
<<if $newFreyaKink >= 30 && $freyaKink < 30>><<set $freyaKinkLevel3check to true>><</if>>
<<if $newFreyaKink >= 50 && $freyaKink < 50>><<set $freyaKinkLevel4check to true>><</if>>
<<if $newFreyaKink >= 75 && $freyaKink < 75>><<set $freyaKinkLevel5check to true>><</if>>
<<set $freyaKink to $newFreyaKink>>
<<set $targetCharacter to "freya">>
<<run setTimeout(function() {
const element = document.getElementById('freya-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $freyaSub to 100>>
<<set $freyaDom to 0>>
<<set $freyaDeg to 0>>
<<set $targetCharacter to "freya">>
<<goto "RouteHandler">>
<</link>> <<if $freyaSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $freyaDom to 100>>
<<set $freyaSub to 0>>
<<set $freyaDeg to 0>>
<<set $targetCharacter to "freya">>
<<goto "RouteHandler">>
<</link>> <<if $freyaDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $freyaDeg to 100>>
<<set $freyaSub to 0>>
<<set $freyaDom to 0>>
<<set $targetCharacter to "freya">>
<<goto "RouteHandler">>
<</link>> <<if $freyaDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $freyaDom to 100>>
<<set $freyaSub to 0>>
<<set $freyaDeg to 0>>
<<set $targetCharacter to "freya">> <<goto "RouteHandler">>
<</link>> <<if $freyaDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $freyaSub to 0>>
<<set $freyaDom to 0>>
<<set $freyaDeg to 100>>
<<set $targetCharacter to "freya">> <<goto "RouteHandler">>
<</link>> <<if $freyaDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $freyaDeg to 0>>
<<set $freyaSub to 100>>
<<set $freyaDom to 0>>
<<set $targetCharacter to "freya">> <<goto "RouteHandler">>
<</link>> <<if $freyaSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Freya Stories:</h4>
<div>
<<radiobutton "$freyaStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Valerie Section -->
<div id="valerie-section" class="character-section">
<h3>Valerie</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/valerieCM1.jpg" alt="Valerie Notebook Image" style="max-width: 300px; border: 3px solid #FF00FF;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $valerieDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $valerieDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $valerieDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $valerieDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $valerieDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $valerieDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $valerieDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="valerie-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $valerieRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($valerieRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="valerie-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $valerieCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($valerieCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="valerie-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $valerieHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($valerieHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="valerie-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $valerieBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($valerieBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="valerie-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $valerieSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($valerieSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="valerie-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $valerieAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($valerieAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="valerie-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $valerieKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($valerieKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="valerie-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $valerieDomSub to Number(document.getElementById('valerie-domsub-input').value || $valerieDomSub)>>
<<set $newValerieRel to Number(document.getElementById('valerie-rel-input').value || $valerieRel)>>
<<if $newValerieRel >= 5 && $valerieRel < 5>><<set $valerieRelLevel1check to true>><</if>>
<<if $newValerieRel >= 15 && $valerieRel < 15>><<set $valerieRelLevel2check to true>><</if>>
<<if $newValerieRel >= 30 && $valerieRel < 30>><<set $valerieRelLevel3check to true>><</if>>
<<if $newValerieRel >= 50 && $valerieRel < 50>><<set $valerieRelLevel4check to true>><</if>>
<<if $newValerieRel >= 75 && $valerieRel < 75>><<set $valerieRelLevel5check to true>><</if>>
<<set $valerieRel to $newValerieRel>>
<<set $newValerieCorruption to Number(document.getElementById('valerie-corruption-input').value || $valerieCorruption)>>
<<if $newValerieCorruption >= 5 && $valerieCorruption < 5>><<set $valerieCorrLevel1check to true>><</if>>
<<if $newValerieCorruption >= 15 && $valerieCorruption < 15>><<set $valerieCorrLevel2check to true>><</if>>
<<if $newValerieCorruption >= 30 && $valerieCorruption < 30>><<set $valerieCorrLevel3check to true>><</if>>
<<if $newValerieCorruption >= 50 && $valerieCorruption < 50>><<set $valerieCorrLevel4check to true>><</if>>
<<if $newValerieCorruption >= 75 && $valerieCorruption < 75>><<set $valerieCorrLevel5check to true>><</if>>
<<set $valerieCorruption to $newValerieCorruption>>
<<set $newValerieHandjob to Number(document.getElementById('valerie-handjob-input').value || $valerieHandjob)>>
<<if $newValerieHandjob >= 5 && $valerieHandjob < 5>><<set $valerieHandjobLevel1check to true>><</if>>
<<if $newValerieHandjob >= 15 && $valerieHandjob < 15>><<set $valerieHandjobLevel2check to true>><</if>>
<<if $newValerieHandjob >= 30 && $valerieHandjob < 30>><<set $valerieHandjobLevel3check to true>><</if>>
<<if $newValerieHandjob >= 50 && $valerieHandjob < 50>><<set $valerieHandjobLevel4check to true>><</if>>
<<if $newValerieHandjob >= 75 && $valerieHandjob < 75>><<set $valerieHandjobLevel5check to true>><</if>>
<<set $valerieHandjob to $newValerieHandjob>>
<<set $newValerieBlowjob to Number(document.getElementById('valerie-blowjob-input').value || $valerieBlowjob)>>
<<if $newValerieBlowjob >= 5 && $valerieBlowjob < 5>><<set $valerieBlowjobLevel1check to true>><</if>>
<<if $newValerieBlowjob >= 15 && $valerieBlowjob < 15>><<set $valerieBlowjobLevel2check to true>><</if>>
<<if $newValerieBlowjob >= 30 && $valerieBlowjob < 30>><<set $valerieBlowjobLevel3check to true>><</if>>
<<if $newValerieBlowjob >= 50 && $valerieBlowjob < 50>><<set $valerieBlowjobLevel4check to true>><</if>>
<<if $newValerieBlowjob >= 75 && $valerieBlowjob < 75>><<set $valerieBlowjobLevel5check to true>><</if>>
<<set $valerieBlowjob to $newValerieBlowjob>>
<<set $newValerieSex to Number(document.getElementById('valerie-sex-input').value || $valerieSex)>>
<<if $newValerieSex >= 5 && $valerieSex < 5>><<set $valerieSexLevel1check to true>><</if>>
<<if $newValerieSex >= 15 && $valerieSex < 15>><<set $valerieSexLevel2check to true>><</if>>
<<if $newValerieSex >= 30 && $valerieSex < 30>><<set $valerieSexLevel3check to true>><</if>>
<<if $newValerieSex >= 50 && $valerieSex < 50>><<set $valerieSexLevel4check to true>><</if>>
<<if $newValerieSex >= 75 && $valerieSex < 75>><<set $valerieSexLevel5check to true>><</if>>
<<set $valerieSex to $newValerieSex>>
<<set $newValerieAnal to Number(document.getElementById('valerie-anal-input').value || $valerieAnal)>>
<<if $newValerieAnal >= 5 && $valerieAnal < 5>><<set $valerieAnalLevel1check to true>><</if>>
<<if $newValerieAnal >= 15 && $valerieAnal < 15>><<set $valerieAnalLevel2check to true>><</if>>
<<if $newValerieAnal >= 30 && $valerieAnal < 30>><<set $valerieAnalLevel3check to true>><</if>>
<<if $newValerieAnal >= 50 && $valerieAnal < 50>><<set $valerieAnalLevel4check to true>><</if>>
<<if $newValerieAnal >= 75 && $valerieAnal < 75>><<set $valerieAnalLevel5check to true>><</if>>
<<set $valerieAnal to $newValerieAnal>>
<<set $newValerieKink to Number(document.getElementById('valerie-kink-input').value || $valerieKink)>>
<<if $newValerieKink >= 5 && $valerieKink < 5>><<set $valerieKinkLevel1check to true>><</if>>
<<if $newValerieKink >= 15 && $valerieKink < 15>><<set $valerieKinkLevel2check to true>><</if>>
<<if $newValerieKink >= 30 && $valerieKink < 30>><<set $valerieKinkLevel3check to true>><</if>>
<<if $newValerieKink >= 50 && $valerieKink < 50>><<set $valerieKinkLevel4check to true>><</if>>
<<if $newValerieKink >= 75 && $valerieKink < 75>><<set $valerieKinkLevel5check to true>><</if>>
<<set $valerieKink to $newValerieKink>>
<<set $targetCharacter to "valerie">>
<<run setTimeout(function() {
const element = document.getElementById('valerie-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $valerieSub to 100>>
<<set $valerieDom to 0>>
<<set $valerieDeg to 0>>
<<set $targetCharacter to "valerie">>
<<goto "RouteHandler">>
<</link>> <<if $valerieSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $valerieDom to 100>>
<<set $valerieSub to 0>>
<<set $valerieDeg to 0>>
<<set $targetCharacter to "valerie">>
<<goto "RouteHandler">>
<</link>> <<if $valerieDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $valerieDeg to 100>>
<<set $valerieSub to 0>>
<<set $valerieDom to 0>>
<<set $targetCharacter to "valerie">>
<<goto "RouteHandler">>
<</link>> <<if $valerieDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $valerieDom to 100>>
<<set $valerieSub to 0>>
<<set $valerieDeg to 0>>
<<set $targetCharacter to "valerie">> <<goto "RouteHandler">>
<</link>> <<if $valerieDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $valerieSub to 0>>
<<set $valerieDom to 0>>
<<set $valerieDeg to 100>>
<<set $targetCharacter to "valerie">> <<goto "RouteHandler">>
<</link>> <<if $valerieDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $valerieDeg to 0>>
<<set $valerieSub to 100>>
<<set $valerieDom to 0>>
<<set $targetCharacter to "valerie">> <<goto "RouteHandler">>
<</link>> <<if $valerieSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Valerie Stories:</h4>
<div>
<<radiobutton "$valerieStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Rosalind Section -->
<div id="rosalind-section" class="character-section">
<h3>Rosalind</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/rosalindCM1.png" alt="Rosalind Notebook Image" style="max-width: 300px; border: 3px solid #FF1493;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rosalindDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $rosalindDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $rosalindDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $rosalindDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $rosalindDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $rosalindDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $rosalindDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="rosalind-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rosalindRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rosalindRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rosalind-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rosalindCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rosalindCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rosalind-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rosalindHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rosalindHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rosalind-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rosalindBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rosalindBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rosalind-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rosalindSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rosalindSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rosalind-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rosalindAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rosalindAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rosalind-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rosalindKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rosalindKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rosalind-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $rosalindDomSub to Number(document.getElementById('rosalind-domsub-input').value || $rosalindDomSub)>>
<<set $newRosalindRel to Number(document.getElementById('rosalind-rel-input').value || $rosalindRel)>>
<<if $newRosalindRel >= 5 && $rosalindRel < 5>><<set $rosalindRelLevel1check to true>><</if>>
<<if $newRosalindRel >= 15 && $rosalindRel < 15>><<set $rosalindRelLevel2check to true>><</if>>
<<if $newRosalindRel >= 30 && $rosalindRel < 30>><<set $rosalindRelLevel3check to true>><</if>>
<<if $newRosalindRel >= 50 && $rosalindRel < 50>><<set $rosalindRelLevel4check to true>><</if>>
<<if $newRosalindRel >= 75 && $rosalindRel < 75>><<set $rosalindRelLevel5check to true>><</if>>
<<set $rosalindRel to $newRosalindRel>>
<<set $newRosalindCorruption to Number(document.getElementById('rosalind-corruption-input').value || $rosalindCorruption)>>
<<if $newRosalindCorruption >= 5 && $rosalindCorruption < 5>><<set $rosalindCorrLevel1check to true>><</if>>
<<if $newRosalindCorruption >= 15 && $rosalindCorruption < 15>><<set $rosalindCorrLevel2check to true>><</if>>
<<if $newRosalindCorruption >= 30 && $rosalindCorruption < 30>><<set $rosalindCorrLevel3check to true>><</if>>
<<if $newRosalindCorruption >= 50 && $rosalindCorruption < 50>><<set $rosalindCorrLevel4check to true>><</if>>
<<if $newRosalindCorruption >= 75 && $rosalindCorruption < 75>><<set $rosalindCorrLevel5check to true>><</if>>
<<set $rosalindCorruption to $newRosalindCorruption>>
<<set $newRosalindHandjob to Number(document.getElementById('rosalind-handjob-input').value || $rosalindHandjob)>>
<<if $newRosalindHandjob >= 5 && $rosalindHandjob < 5>><<set $rosalindHandjobLevel1check to true>><</if>>
<<if $newRosalindHandjob >= 15 && $rosalindHandjob < 15>><<set $rosalindHandjobLevel2check to true>><</if>>
<<if $newRosalindHandjob >= 30 && $rosalindHandjob < 30>><<set $rosalindHandjobLevel3check to true>><</if>>
<<if $newRosalindHandjob >= 50 && $rosalindHandjob < 50>><<set $rosalindHandjobLevel4check to true>><</if>>
<<if $newRosalindHandjob >= 75 && $rosalindHandjob < 75>><<set $rosalindHandjobLevel5check to true>><</if>>
<<set $rosalindHandjob to $newRosalindHandjob>>
<<set $newRosalindBlowjob to Number(document.getElementById('rosalind-blowjob-input').value || $rosalindBlowjob)>>
<<if $newRosalindBlowjob >= 5 && $rosalindBlowjob < 5>><<set $rosalindBlowjobLevel1check to true>><</if>>
<<if $newRosalindBlowjob >= 15 && $rosalindBlowjob < 15>><<set $rosalindBlowjobLevel2check to true>><</if>>
<<if $newRosalindBlowjob >= 30 && $rosalindBlowjob < 30>><<set $rosalindBlowjobLevel3check to true>><</if>>
<<if $newRosalindBlowjob >= 50 && $rosalindBlowjob < 50>><<set $rosalindBlowjobLevel4check to true>><</if>>
<<if $newRosalindBlowjob >= 75 && $rosalindBlowjob < 75>><<set $rosalindBlowjobLevel5check to true>><</if>>
<<set $rosalindBlowjob to $newRosalindBlowjob>>
<<set $newRosalindSex to Number(document.getElementById('rosalind-sex-input').value || $rosalindSex)>>
<<if $newRosalindSex >= 5 && $rosalindSex < 5>><<set $rosalindSexLevel1check to true>><</if>>
<<if $newRosalindSex >= 15 && $rosalindSex < 15>><<set $rosalindSexLevel2check to true>><</if>>
<<if $newRosalindSex >= 30 && $rosalindSex < 30>><<set $rosalindSexLevel3check to true>><</if>>
<<if $newRosalindSex >= 50 && $rosalindSex < 50>><<set $rosalindSexLevel4check to true>><</if>>
<<if $newRosalindSex >= 75 && $rosalindSex < 75>><<set $rosalindSexLevel5check to true>><</if>>
<<set $rosalindSex to $newRosalindSex>>
<<set $newRosalindAnal to Number(document.getElementById('rosalind-anal-input').value || $rosalindAnal)>>
<<if $newRosalindAnal >= 5 && $rosalindAnal < 5>><<set $rosalindAnalLevel1check to true>><</if>>
<<if $newRosalindAnal >= 15 && $rosalindAnal < 15>><<set $rosalindAnalLevel2check to true>><</if>>
<<if $newRosalindAnal >= 30 && $rosalindAnal < 30>><<set $rosalindAnalLevel3check to true>><</if>>
<<if $newRosalindAnal >= 50 && $rosalindAnal < 50>><<set $rosalindAnalLevel4check to true>><</if>>
<<if $newRosalindAnal >= 75 && $rosalindAnal < 75>><<set $rosalindAnalLevel5check to true>><</if>>
<<set $rosalindAnal to $newRosalindAnal>>
<<set $newRosalindKink to Number(document.getElementById('rosalind-kink-input').value || $rosalindKink)>>
<<if $newRosalindKink >= 5 && $rosalindKink < 5>><<set $rosalindKinkLevel1check to true>><</if>>
<<if $newRosalindKink >= 15 && $rosalindKink < 15>><<set $rosalindKinkLevel2check to true>><</if>>
<<if $newRosalindKink >= 30 && $rosalindKink < 30>><<set $rosalindKinkLevel3check to true>><</if>>
<<if $newRosalindKink >= 50 && $rosalindKink < 50>><<set $rosalindKinkLevel4check to true>><</if>>
<<if $newRosalindKink >= 75 && $rosalindKink < 75>><<set $rosalindKinkLevel5check to true>><</if>>
<<set $rosalindKink to $newRosalindKink>>
<<set $targetCharacter to "rosalind">>
<<run setTimeout(function() {
const element = document.getElementById('rosalind-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $rosalindSub to 100>>
<<set $rosalindDom to 0>>
<<set $rosalindDeg to 0>>
<<set $targetCharacter to "rosalind">>
<<goto "RouteHandler">>
<</link>> <<if $rosalindSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $rosalindDom to 100>>
<<set $rosalindSub to 0>>
<<set $rosalindDeg to 0>>
<<set $targetCharacter to "rosalind">>
<<goto "RouteHandler">>
<</link>> <<if $rosalindDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $rosalindDeg to 100>>
<<set $rosalindSub to 0>>
<<set $rosalindDom to 0>>
<<set $targetCharacter to "rosalind">>
<<goto "RouteHandler">>
<</link>> <<if $rosalindDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $rosalindDom to 100>>
<<set $rosalindSub to 0>>
<<set $rosalindDeg to 0>>
<<set $targetCharacter to "rosalind">> <<goto "RouteHandler">>
<</link>> <<if $rosalindDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $rosalindSub to 0>>
<<set $rosalindDom to 0>>
<<set $rosalindDeg to 100>>
<<set $targetCharacter to "rosalind">> <<goto "RouteHandler">>
<</link>> <<if $rosalindDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $rosalindDeg to 0>>
<<set $rosalindSub to 100>>
<<set $rosalindDom to 0>>
<<set $targetCharacter to "rosalind">> <<goto "RouteHandler">>
<</link>> <<if $rosalindSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Rosalind Stories:</h4>
<div>
<<radiobutton "$rosalindStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Tempest Section -->
<!-- Tempest Section -->
<div id="tempest-section" class="character-section">
<h3>Tempest</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/tempestCM1.jpg" alt="Tempest Notebook Image" style="max-width: 300px; border: 3px solid #1E90FF;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $tempestDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $tempestDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $tempestDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $tempestDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $tempestDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $tempestDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $tempestDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="tempest-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $tempestRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($tempestRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="tempest-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $tempestCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($tempestCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="tempest-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $tempestHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($tempestHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="tempest-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $tempestBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($tempestBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="tempest-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $tempestSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($tempestSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="tempest-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $tempestAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($tempestAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="tempest-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $tempestKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($tempestKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="tempest-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $tempestDomSub to Number(document.getElementById('tempest-domsub-input').value || $tempestDomSub)>>
<<set $newTempestRel to Number(document.getElementById('tempest-rel-input').value || $tempestRel)>>
<<if $newTempestRel >= 5 && $tempestRel < 5>><<set $tempestRelLevel1check to true>><</if>>
<<if $newTempestRel >= 15 && $tempestRel < 15>><<set $tempestRelLevel2check to true>><</if>>
<<if $newTempestRel >= 30 && $tempestRel < 30>><<set $tempestRelLevel3check to true>><</if>>
<<if $newTempestRel >= 50 && $tempestRel < 50>><<set $tempestRelLevel4check to true>><</if>>
<<if $newTempestRel >= 75 && $tempestRel < 75>><<set $tempestRelLevel5check to true>><</if>>
<<set $tempestRel to $newTempestRel>>
<<set $newTempestCorruption to Number(document.getElementById('tempest-corruption-input').value || $tempestCorruption)>>
<<if $newTempestCorruption >= 5 && $tempestCorruption < 5>><<set $tempestCorrLevel1check to true>><</if>>
<<if $newTempestCorruption >= 15 && $tempestCorruption < 15>><<set $tempestCorrLevel2check to true>><</if>>
<<if $newTempestCorruption >= 30 && $tempestCorruption < 30>><<set $tempestCorrLevel3check to true>><</if>>
<<if $newTempestCorruption >= 50 && $tempestCorruption < 50>><<set $tempestCorrLevel4check to true>><</if>>
<<if $newTempestCorruption >= 75 && $tempestCorruption < 75>><<set $tempestCorrLevel5check to true>><</if>>
<<set $tempestCorruption to $newTempestCorruption>>
<<set $newTempestHandjob to Number(document.getElementById('tempest-handjob-input').value || $tempestHandjob)>>
<<if $newTempestHandjob >= 5 && $tempestHandjob < 5>><<set $tempestHandjobLevel1check to true>><</if>>
<<if $newTempestHandjob >= 15 && $tempestHandjob < 15>><<set $tempestHandjobLevel2check to true>><</if>>
<<if $newTempestHandjob >= 30 && $tempestHandjob < 30>><<set $tempestHandjobLevel3check to true>><</if>>
<<if $newTempestHandjob >= 50 && $tempestHandjob < 50>><<set $tempestHandjobLevel4check to true>><</if>>
<<if $newTempestHandjob >= 75 && $tempestHandjob < 75>><<set $tempestHandjobLevel5check to true>><</if>>
<<set $tempestHandjob to $newTempestHandjob>>
<<set $newTempestBlowjob to Number(document.getElementById('tempest-blowjob-input').value || $tempestBlowjob)>>
<<if $newTempestBlowjob >= 5 && $tempestBlowjob < 5>><<set $tempestBlowjobLevel1check to true>><</if>>
<<if $newTempestBlowjob >= 15 && $tempestBlowjob < 15>><<set $tempestBlowjobLevel2check to true>><</if>>
<<if $newTempestBlowjob >= 30 && $tempestBlowjob < 30>><<set $tempestBlowjobLevel3check to true>><</if>>
<<if $newTempestBlowjob >= 50 && $tempestBlowjob < 50>><<set $tempestBlowjobLevel4check to true>><</if>>
<<if $newTempestBlowjob >= 75 && $tempestBlowjob < 75>><<set $tempestBlowjobLevel5check to true>><</if>>
<<set $tempestBlowjob to $newTempestBlowjob>>
<<set $newTempestSex to Number(document.getElementById('tempest-sex-input').value || $tempestSex)>>
<<if $newTempestSex >= 5 && $tempestSex < 5>><<set $tempestSexLevel1check to true>><</if>>
<<if $newTempestSex >= 15 && $tempestSex < 15>><<set $tempestSexLevel2check to true>><</if>>
<<if $newTempestSex >= 30 && $tempestSex < 30>><<set $tempestSexLevel3check to true>><</if>>
<<if $newTempestSex >= 50 && $tempestSex < 50>><<set $tempestSexLevel4check to true>><</if>>
<<if $newTempestSex >= 75 && $tempestSex < 75>><<set $tempestSexLevel5check to true>><</if>>
<<set $tempestSex to $newTempestSex>>
<<set $newTempestAnal to Number(document.getElementById('tempest-anal-input').value || $tempestAnal)>>
<<if $newTempestAnal >= 5 && $tempestAnal < 5>><<set $tempestAnalLevel1check to true>><</if>>
<<if $newTempestAnal >= 15 && $tempestAnal < 15>><<set $tempestAnalLevel2check to true>><</if>>
<<if $newTempestAnal >= 30 && $tempestAnal < 30>><<set $tempestAnalLevel3check to true>><</if>>
<<if $newTempestAnal >= 50 && $tempestAnal < 50>><<set $tempestAnalLevel4check to true>><</if>>
<<if $newTempestAnal >= 75 && $tempestAnal < 75>><<set $tempestAnalLevel5check to true>><</if>>
<<set $tempestAnal to $newTempestAnal>>
<<set $newTempestKink to Number(document.getElementById('tempest-kink-input').value || $tempestKink)>>
<<if $newTempestKink >= 5 && $tempestKink < 5>><<set $tempestKinkLevel1check to true>><</if>>
<<if $newTempestKink >= 15 && $tempestKink < 15>><<set $tempestKinkLevel2check to true>><</if>>
<<if $newTempestKink >= 30 && $tempestKink < 30>><<set $tempestKinkLevel3check to true>><</if>>
<<if $newTempestKink >= 50 && $tempestKink < 50>><<set $tempestKinkLevel4check to true>><</if>>
<<if $newTempestKink >= 75 && $tempestKink < 75>><<set $tempestKinkLevel5check to true>><</if>>
<<set $tempestKink to $newTempestKink>>
<<set $targetCharacter to "tempest">>
<<run setTimeout(function() {
const element = document.getElementById('tempest-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $tempestSub to 100>>
<<set $tempestDom to 0>>
<<set $tempestDeg to 0>>
<<set $targetCharacter to "tempest">>
<<goto "RouteHandler">>
<</link>> <<if $tempestSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $tempestDom to 100>>
<<set $tempestSub to 0>>
<<set $tempestDeg to 0>>
<<set $targetCharacter to "tempest">>
<<goto "RouteHandler">>
<</link>> <<if $tempestDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $tempestDeg to 100>>
<<set $tempestSub to 0>>
<<set $tempestDom to 0>>
<<set $targetCharacter to "tempest">>
<<goto "RouteHandler">>
<</link>> <<if $tempestDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $tempestDom to 100>>
<<set $tempestSub to 0>>
<<set $tempestDeg to 0>>
<<set $targetCharacter to "tempest">> <<goto "RouteHandler">>
<</link>> <<if $tempestDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $tempestSub to 0>>
<<set $tempestDom to 0>>
<<set $tempestDeg to 100>>
<<set $targetCharacter to "tempest">> <<goto "RouteHandler">>
<</link>> <<if $tempestDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $tempestDeg to 0>>
<<set $tempestSub to 100>>
<<set $tempestDom to 0>>
<<set $targetCharacter to "tempest">> <<goto "RouteHandler">>
<</link>> <<if $tempestSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Tempest Stories:</h4>
<div>
<<radiobutton "$tempestStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Merida Section -->
<!-- Merida Section -->
<div id="merida-section" class="character-section">
<h3>Merida</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/meridaCM1.jpg" alt="Merida Notebook Image" style="max-width: 300px; border: 3px solid #FF4500;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $meridaDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $meridaDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $meridaDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $meridaDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $meridaDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $meridaDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $meridaDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="merida-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $meridaRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($meridaRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="merida-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $meridaCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($meridaCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="merida-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $meridaHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($meridaHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="merida-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $meridaBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($meridaBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="merida-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $meridaSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($meridaSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="merida-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $meridaAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($meridaAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="merida-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $meridaKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($meridaKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="merida-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $meridaDomSub to Number(document.getElementById('merida-domsub-input').value || $meridaDomSub)>>
<<set $newMeridaRel to Number(document.getElementById('merida-rel-input').value || $meridaRel)>>
<<if $newMeridaRel >= 5 && $meridaRel < 5>><<set $meridaRelLevel1check to true>><</if>>
<<if $newMeridaRel >= 15 && $meridaRel < 15>><<set $meridaRelLevel2check to true>><</if>>
<<if $newMeridaRel >= 30 && $meridaRel < 30>><<set $meridaRelLevel3check to true>><</if>>
<<if $newMeridaRel >= 50 && $meridaRel < 50>><<set $meridaRelLevel4check to true>><</if>>
<<if $newMeridaRel >= 75 && $meridaRel < 75>><<set $meridaRelLevel5check to true>><</if>>
<<set $meridaRel to $newMeridaRel>>
<<set $newMeridaCorruption to Number(document.getElementById('merida-corruption-input').value || $meridaCorruption)>>
<<if $newMeridaCorruption >= 5 && $meridaCorruption < 5>><<set $meridaCorrLevel1check to true>><</if>>
<<if $newMeridaCorruption >= 15 && $meridaCorruption < 15>><<set $meridaCorrLevel2check to true>><</if>>
<<if $newMeridaCorruption >= 30 && $meridaCorruption < 30>><<set $meridaCorrLevel3check to true>><</if>>
<<if $newMeridaCorruption >= 50 && $meridaCorruption < 50>><<set $meridaCorrLevel4check to true>><</if>>
<<if $newMeridaCorruption >= 75 && $meridaCorruption < 75>><<set $meridaCorrLevel5check to true>><</if>>
<<set $meridaCorruption to $newMeridaCorruption>>
<<set $newMeridaHandjob to Number(document.getElementById('merida-handjob-input').value || $meridaHandjob)>>
<<if $newMeridaHandjob >= 5 && $meridaHandjob < 5>><<set $meridaHandjobLevel1check to true>><</if>>
<<if $newMeridaHandjob >= 15 && $meridaHandjob < 15>><<set $meridaHandjobLevel2check to true>><</if>>
<<if $newMeridaHandjob >= 30 && $meridaHandjob < 30>><<set $meridaHandjobLevel3check to true>><</if>>
<<if $newMeridaHandjob >= 50 && $meridaHandjob < 50>><<set $meridaHandjobLevel4check to true>><</if>>
<<if $newMeridaHandjob >= 75 && $meridaHandjob < 75>><<set $meridaHandjobLevel5check to true>><</if>>
<<set $meridaHandjob to $newMeridaHandjob>>
<<set $newMeridaBlowjob to Number(document.getElementById('merida-blowjob-input').value || $meridaBlowjob)>>
<<if $newMeridaBlowjob >= 5 && $meridaBlowjob < 5>><<set $meridaBlowjobLevel1check to true>><</if>>
<<if $newMeridaBlowjob >= 15 && $meridaBlowjob < 15>><<set $meridaBlowjobLevel2check to true>><</if>>
<<if $newMeridaBlowjob >= 30 && $meridaBlowjob < 30>><<set $meridaBlowjobLevel3check to true>><</if>>
<<if $newMeridaBlowjob >= 50 && $meridaBlowjob < 50>><<set $meridaBlowjobLevel4check to true>><</if>>
<<if $newMeridaBlowjob >= 75 && $meridaBlowjob < 75>><<set $meridaBlowjobLevel5check to true>><</if>>
<<set $meridaBlowjob to $newMeridaBlowjob>>
<<set $newMeridaSex to Number(document.getElementById('merida-sex-input').value || $meridaSex)>>
<<if $newMeridaSex >= 5 && $meridaSex < 5>><<set $meridaSexLevel1check to true>><</if>>
<<if $newMeridaSex >= 15 && $meridaSex < 15>><<set $meridaSexLevel2check to true>><</if>>
<<if $newMeridaSex >= 30 && $meridaSex < 30>><<set $meridaSexLevel3check to true>><</if>>
<<if $newMeridaSex >= 50 && $meridaSex < 50>><<set $meridaSexLevel4check to true>><</if>>
<<if $newMeridaSex >= 75 && $meridaSex < 75>><<set $meridaSexLevel5check to true>><</if>>
<<set $meridaSex to $newMeridaSex>>
<<set $newMeridaAnal to Number(document.getElementById('merida-anal-input').value || $meridaAnal)>>
<<if $newMeridaAnal >= 5 && $meridaAnal < 5>><<set $meridaAnalLevel1check to true>><</if>>
<<if $newMeridaAnal >= 15 && $meridaAnal < 15>><<set $meridaAnalLevel2check to true>><</if>>
<<if $newMeridaAnal >= 30 && $meridaAnal < 30>><<set $meridaAnalLevel3check to true>><</if>>
<<if $newMeridaAnal >= 50 && $meridaAnal < 50>><<set $meridaAnalLevel4check to true>><</if>>
<<if $newMeridaAnal >= 75 && $meridaAnal < 75>><<set $meridaAnalLevel5check to true>><</if>>
<<set $meridaAnal to $newMeridaAnal>>
<<set $newMeridaKink to Number(document.getElementById('merida-kink-input').value || $meridaKink)>>
<<if $newMeridaKink >= 5 && $meridaKink < 5>><<set $meridaKinkLevel1check to true>><</if>>
<<if $newMeridaKink >= 15 && $meridaKink < 15>><<set $meridaKinkLevel2check to true>><</if>>
<<if $newMeridaKink >= 30 && $meridaKink < 30>><<set $meridaKinkLevel3check to true>><</if>>
<<if $newMeridaKink >= 50 && $meridaKink < 50>><<set $meridaKinkLevel4check to true>><</if>>
<<if $newMeridaKink >= 75 && $meridaKink < 75>><<set $meridaKinkLevel5check to true>><</if>>
<<set $meridaKink to $newMeridaKink>>
<<set $targetCharacter to "merida">>
<<run setTimeout(function() {
const element = document.getElementById('merida-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $meridaSub to 100>>
<<set $meridaDom to 0>>
<<set $meridaDeg to 0>>
<<set $targetCharacter to "merida">>
<<goto "RouteHandler">>
<</link>> <<if $meridaSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $meridaDom to 100>>
<<set $meridaSub to 0>>
<<set $meridaDeg to 0>>
<<set $targetCharacter to "merida">>
<<goto "RouteHandler">>
<</link>> <<if $meridaDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $meridaDeg to 100>>
<<set $meridaSub to 0>>
<<set $meridaDom to 0>>
<<set $targetCharacter to "merida">>
<<goto "RouteHandler">>
<</link>> <<if $meridaDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $meridaDom to 100>>
<<set $meridaSub to 0>>
<<set $meridaDeg to 0>>
<<set $targetCharacter to "merida">> <<goto "RouteHandler">>
<</link>> <<if $meridaDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $meridaSub to 0>>
<<set $meridaDom to 0>>
<<set $meridaDeg to 100>>
<<set $targetCharacter to "merida">> <<goto "RouteHandler">>
<</link>> <<if $meridaDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $meridaDeg to 0>>
<<set $meridaSub to 100>>
<<set $meridaDom to 0>>
<<set $targetCharacter to "merida">> <<goto "RouteHandler">>
<</link>> <<if $meridaSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Merida Stories:</h4>
<div>
<<radiobutton "$meridaStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- vivian Section (Personnel) -->
<!-- Vivian Section -->
<div id="vivian-section" class="character-section">
<h3>Vivian</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/vivianMC1.png" alt="Vivian Notebook Image" style="max-width: 300px; border: 3px solid #7B68EE;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $vivianDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $vivianDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $vivianDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $vivianDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $vivianDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $vivianDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $vivianDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="vivian-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $vivianRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($vivianRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="vivian-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $vivianCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($vivianCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="vivian-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $vivianHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($vivianHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="vivian-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $vivianBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($vivianBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="vivian-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $vivianSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($vivianSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="vivian-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $vivianAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($vivianAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="vivian-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $vivianKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($vivianKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="vivian-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $vivianDomSub to Number(document.getElementById('vivian-domsub-input').value || $vivianDomSub)>>
<<set $newVivianRel to Number(document.getElementById('vivian-rel-input').value || $vivianRel)>>
<<if $newVivianRel >= 5 && $vivianRel < 5>><<set $vivianRelLevel1check to true>><</if>>
<<if $newVivianRel >= 15 && $vivianRel < 15>><<set $vivianRelLevel2check to true>><</if>>
<<if $newVivianRel >= 30 && $vivianRel < 30>><<set $vivianRelLevel3check to true>><</if>>
<<if $newVivianRel >= 50 && $vivianRel < 50>><<set $vivianRelLevel4check to true>><</if>>
<<if $newVivianRel >= 75 && $vivianRel < 75>><<set $vivianRelLevel5check to true>><</if>>
<<set $vivianRel to $newVivianRel>>
<<set $newVivianCorruption to Number(document.getElementById('vivian-corruption-input').value || $vivianCorruption)>>
<<if $newVivianCorruption >= 5 && $vivianCorruption < 5>><<set $vivianCorrLevel1check to true>><</if>>
<<if $newVivianCorruption >= 15 && $vivianCorruption < 15>><<set $vivianCorrLevel2check to true>><</if>>
<<if $newVivianCorruption >= 30 && $vivianCorruption < 30>><<set $vivianCorrLevel3check to true>><</if>>
<<if $newVivianCorruption >= 50 && $vivianCorruption < 50>><<set $vivianCorrLevel4check to true>><</if>>
<<if $newVivianCorruption >= 75 && $vivianCorruption < 75>><<set $vivianCorrLevel5check to true>><</if>>
<<set $vivianCorruption to $newVivianCorruption>>
<<set $newVivianHandjob to Number(document.getElementById('vivian-handjob-input').value || $vivianHandjob)>>
<<if $newVivianHandjob >= 5 && $vivianHandjob < 5>><<set $vivianHandjobLevel1check to true>><</if>>
<<if $newVivianHandjob >= 15 && $vivianHandjob < 15>><<set $vivianHandjobLevel2check to true>><</if>>
<<if $newVivianHandjob >= 30 && $vivianHandjob < 30>><<set $vivianHandjobLevel3check to true>><</if>>
<<if $newVivianHandjob >= 50 && $vivianHandjob < 50>><<set $vivianHandjobLevel4check to true>><</if>>
<<if $newVivianHandjob >= 75 && $vivianHandjob < 75>><<set $vivianHandjobLevel5check to true>><</if>>
<<set $vivianHandjob to $newVivianHandjob>>
<<set $newVivianBlowjob to Number(document.getElementById('vivian-blowjob-input').value || $vivianBlowjob)>>
<<if $newVivianBlowjob >= 5 && $vivianBlowjob < 5>><<set $vivianBlowjobLevel1check to true>><</if>>
<<if $newVivianBlowjob >= 15 && $vivianBlowjob < 15>><<set $vivianBlowjobLevel2check to true>><</if>>
<<if $newVivianBlowjob >= 30 && $vivianBlowjob < 30>><<set $vivianBlowjobLevel3check to true>><</if>>
<<if $newVivianBlowjob >= 50 && $vivianBlowjob < 50>><<set $vivianBlowjobLevel4check to true>><</if>>
<<if $newVivianBlowjob >= 75 && $vivianBlowjob < 75>><<set $vivianBlowjobLevel5check to true>><</if>>
<<set $vivianBlowjob to $newVivianBlowjob>>
<<set $newVivianSex to Number(document.getElementById('vivian-sex-input').value || $vivianSex)>>
<<if $newVivianSex >= 5 && $vivianSex < 5>><<set $vivianSexLevel1check to true>><</if>>
<<if $newVivianSex >= 15 && $vivianSex < 15>><<set $vivianSexLevel2check to true>><</if>>
<<if $newVivianSex >= 30 && $vivianSex < 30>><<set $vivianSexLevel3check to true>><</if>>
<<if $newVivianSex >= 50 && $vivianSex < 50>><<set $vivianSexLevel4check to true>><</if>>
<<if $newVivianSex >= 75 && $vivianSex < 75>><<set $vivianSexLevel5check to true>><</if>>
<<set $vivianSex to $newVivianSex>>
<<set $newVivianAnal to Number(document.getElementById('vivian-anal-input').value || $vivianAnal)>>
<<if $newVivianAnal >= 5 && $vivianAnal < 5>><<set $vivianAnalLevel1check to true>><</if>>
<<if $newVivianAnal >= 15 && $vivianAnal < 15>><<set $vivianAnalLevel2check to true>><</if>>
<<if $newVivianAnal >= 30 && $vivianAnal < 30>><<set $vivianAnalLevel3check to true>><</if>>
<<if $newVivianAnal >= 50 && $vivianAnal < 50>><<set $vivianAnalLevel4check to true>><</if>>
<<if $newVivianAnal >= 75 && $vivianAnal < 75>><<set $vivianAnalLevel5check to true>><</if>>
<<set $vivianAnal to $newVivianAnal>>
<<set $newVivianKink to Number(document.getElementById('vivian-kink-input').value || $vivianKink)>>
<<if $newVivianKink >= 5 && $vivianKink < 5>><<set $vivianKinkLevel1check to true>><</if>>
<<if $newVivianKink >= 15 && $vivianKink < 15>><<set $vivianKinkLevel2check to true>><</if>>
<<if $newVivianKink >= 30 && $vivianKink < 30>><<set $vivianKinkLevel3check to true>><</if>>
<<if $newVivianKink >= 50 && $vivianKink < 50>><<set $vivianKinkLevel4check to true>><</if>>
<<if $newVivianKink >= 75 && $vivianKink < 75>><<set $vivianKinkLevel5check to true>><</if>>
<<set $vivianKink to $newVivianKink>>
<<set $targetCharacter to "vivian">>
<<run setTimeout(function() {
const element = document.getElementById('vivian-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $vivianSub to 100>>
<<set $vivianDom to 0>>
<<set $vivianDeg to 0>>
<<set $targetCharacter to "vivian">>
<<goto "RouteHandler">>
<</link>> <<if $vivianSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $vivianDom to 100>>
<<set $vivianSub to 0>>
<<set $vivianDeg to 0>>
<<set $targetCharacter to "vivian">>
<<goto "RouteHandler">>
<</link>> <<if $vivianDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $vivianDeg to 100>>
<<set $vivianSub to 0>>
<<set $vivianDom to 0>>
<<set $targetCharacter to "vivian">>
<<goto "RouteHandler">>
<</link>> <<if $vivianDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $vivianDom to 100>>
<<set $vivianSub to 0>>
<<set $vivianDeg to 0>>
<<set $targetCharacter to "vivian">> <<goto "RouteHandler">>
<</link>> <<if $vivianDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $vivianSub to 0>>
<<set $vivianDom to 0>>
<<set $vivianDeg to 100>>
<<set $targetCharacter to "vivian">> <<goto "RouteHandler">>
<</link>> <<if $vivianDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $vivianDeg to 0>>
<<set $vivianSub to 100>>
<<set $vivianDom to 0>>
<<set $targetCharacter to "vivian">> <<goto "RouteHandler">>
<</link>> <<if $vivianSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Vivian Stories:</h4>
<div>
<<radiobutton "$vivianStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Principal Section -->
<div id="principal-section" class="character-section">
<h3>Principal</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/principalMC1.png" alt="Principal Notebook Image" style="max-width: 300px; border: 3px solid #2E8B57;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $principalDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $principalDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $principalDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $principalDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $principalDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $principalDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $principalDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="principal-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $principalRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($principalRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="principal-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $principalCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($principalCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="principal-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $principalKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($principalKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="principal-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $principalDomSub to Number(document.getElementById('principal-domsub-input').value || $principalDomSub)>>
<<set $newPrincipalRel to Number(document.getElementById('principal-rel-input').value || $principalRel)>>
<<if $newPrincipalRel >= 5 && $principalRel < 5>><<set $principalRelLevel1check to true>><</if>>
<<if $newPrincipalRel >= 15 && $principalRel < 15>><<set $principalRelLevel2check to true>><</if>>
<<if $newPrincipalRel >= 30 && $principalRel < 30>><<set $principalRelLevel3check to true>><</if>>
<<if $newPrincipalRel >= 50 && $principalRel < 50>><<set $principalRelLevel4check to true>><</if>>
<<if $newPrincipalRel >= 75 && $principalRel < 75>><<set $principalRelLevel5check to true>><</if>>
<<set $principalRel to $newPrincipalRel>>
<<set $newPrincipalCorruption to Number(document.getElementById('principal-corruption-input').value || $principalCorruption)>>
<<if $newPrincipalCorruption >= 5 && $principalCorruption < 5>><<set $principalCorrLevel1check to true>><</if>>
<<if $newPrincipalCorruption >= 15 && $principalCorruption < 15>><<set $principalCorrLevel2check to true>><</if>>
<<if $newPrincipalCorruption >= 30 && $principalCorruption < 30>><<set $principalCorrLevel3check to true>><</if>>
<<if $newPrincipalCorruption >= 50 && $principalCorruption < 50>><<set $principalCorrLevel4check to true>><</if>>
<<if $newPrincipalCorruption >= 75 && $principalCorruption < 75>><<set $principalCorrLevel5check to true>><</if>>
<<set $principalCorruption to $newPrincipalCorruption>>
<<set $newPrincipalKink to Number(document.getElementById('principal-kink-input').value || $principalKink)>>
<<if $newPrincipalKink >= 5 && $principalKink < 5>><<set $principalKinkLevel1check to true>><</if>>
<<if $newPrincipalKink >= 15 && $principalKink < 15>><<set $principalKinkLevel2check to true>><</if>>
<<if $newPrincipalKink >= 30 && $principalKink < 30>><<set $principalKinkLevel3check to true>><</if>>
<<if $newPrincipalKink >= 50 && $principalKink < 50>><<set $principalKinkLevel4check to true>><</if>>
<<if $newPrincipalKink >= 75 && $principalKink < 75>><<set $principalKinkLevel5check to true>><</if>>
<<set $principalKink to $newPrincipalKink>>
<<set $targetCharacter to "principal">>
<<run setTimeout(function() {
const element = document.getElementById('principal-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $principalSub to 100>>
<<set $principalDom to 0>>
<<set $principalDeg to 0>>
<<set $targetCharacter to "principal">>
<<goto "RouteHandler">>
<</link>> <<if $principalSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $principalDom to 100>>
<<set $principalSub to 0>>
<<set $principalDeg to 0>>
<<set $targetCharacter to "principal">>
<<goto "RouteHandler">>
<</link>> <<if $principalDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $principalDeg to 100>>
<<set $principalSub to 0>>
<<set $principalDom to 0>>
<<set $targetCharacter to "principal">>
<<goto "RouteHandler">>
<</link>> <<if $principalDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $principalDom to 100>>
<<set $principalSub to 0>>
<<set $principalDeg to 0>>
<<set $targetCharacter to "principal">> <<goto "RouteHandler">>
<</link>> <<if $principalDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $principalSub to 0>>
<<set $principalDom to 0>>
<<set $principalDeg to 100>>
<<set $targetCharacter to "principal">> <<goto "RouteHandler">>
<</link>> <<if $principalDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $principalDeg to 0>>
<<set $principalSub to 100>>
<<set $principalDom to 0>>
<<set $targetCharacter to "principal">> <<goto "RouteHandler">>
<</link>> <<if $principalSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Principal Stories:</h4>
<div>
<<radiobutton "$principalStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Gaiko Section -->
<div id="gaiko-section" class="character-section">
<h3>Gaiko</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/gaikoCM1.png" alt="Gaiko Notebook Image" style="max-width: 300px; border: 3px solid #2E8B57;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $gaikoDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $gaikoDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $gaikoDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $gaikoDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $gaikoDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $gaikoDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $gaikoDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="gaiko-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $gaikoRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($gaikoRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="gaiko-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $gaikoCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($gaikoCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="gaiko-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $gaikoKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($gaikoKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="gaiko-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $gaikoDomSub to Number(document.getElementById('gaiko-domsub-input').value || $gaikoDomSub)>>
<<set $newGaikoRel to Number(document.getElementById('gaiko-rel-input').value || $gaikoRel)>>
<<if $newGaikoRel >= 5 && $gaikoRel < 5>><<set $gaikoRelLevel1check to true>><</if>>
<<if $newGaikoRel >= 15 && $gaikoRel < 15>><<set $gaikoRelLevel2check to true>><</if>>
<<if $newGaikoRel >= 30 && $gaikoRel < 30>><<set $gaikoRelLevel3check to true>><</if>>
<<if $newGaikoRel >= 50 && $gaikoRel < 50>><<set $gaikoRelLevel4check to true>><</if>>
<<if $newGaikoRel >= 75 && $gaikoRel < 75>><<set $gaikoRelLevel5check to true>><</if>>
<<set $gaikoRel to $newGaikoRel>>
<<set $newGaikoCorruption to Number(document.getElementById('gaiko-corruption-input').value || $gaikoCorruption)>>
<<if $newGaikoCorruption >= 5 && $gaikoCorruption < 5>><<set $gaikoCorrLevel1check to true>><</if>>
<<if $newGaikoCorruption >= 15 && $gaikoCorruption < 15>><<set $gaikoCorrLevel2check to true>><</if>>
<<if $newGaikoCorruption >= 30 && $gaikoCorruption < 30>><<set $gaikoCorrLevel3check to true>><</if>>
<<if $newGaikoCorruption >= 50 && $gaikoCorruption < 50>><<set $gaikoCorrLevel4check to true>><</if>>
<<if $newGaikoCorruption >= 75 && $gaikoCorruption < 75>><<set $gaikoCorrLevel5check to true>><</if>>
<<set $gaikoCorruption to $newGaikoCorruption>>
<<set $newGaikoKink to Number(document.getElementById('gaiko-kink-input').value || $gaikoKink)>>
<<if $newGaikoKink >= 5 && $gaikoKink < 5>><<set $gaikoKinkLevel1check to true>><</if>>
<<if $newGaikoKink >= 15 && $gaikoKink < 15>><<set $gaikoKinkLevel2check to true>><</if>>
<<if $newGaikoKink >= 30 && $gaikoKink < 30>><<set $gaikoKinkLevel3check to true>><</if>>
<<if $newGaikoKink >= 50 && $gaikoKink < 50>><<set $gaikoKinkLevel4check to true>><</if>>
<<if $newGaikoKink >= 75 && $gaikoKink < 75>><<set $gaikoKinkLevel5check to true>><</if>>
<<set $gaikoKink to $newGaikoKink>>
<<set $targetCharacter to "gaiko">>
<<run setTimeout(function() {
const element = document.getElementById('gaiko-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $gaikoSub to 100>>
<<set $gaikoDom to 0>>
<<set $gaikoDeg to 0>>
<<set $targetCharacter to "gaiko">>
<<goto "RouteHandler">>
<</link>> <<if $gaikoSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $gaikoDom to 100>>
<<set $gaikoSub to 0>>
<<set $gaikoDeg to 0>>
<<set $targetCharacter to "gaiko">>
<<goto "RouteHandler">>
<</link>> <<if $gaikoDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $gaikoDeg to 100>>
<<set $gaikoSub to 0>>
<<set $gaikoDom to 0>>
<<set $targetCharacter to "gaiko">>
<<goto "RouteHandler">>
<</link>> <<if $gaikoDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $gaikoDom to 100>>
<<set $gaikoSub to 0>>
<<set $gaikoDeg to 0>>
<<set $targetCharacter to "gaiko">> <<goto "RouteHandler">>
<</link>> <<if $gaikoDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $gaikoSub to 0>>
<<set $gaikoDom to 0>>
<<set $gaikoDeg to 100>>
<<set $targetCharacter to "gaiko">> <<goto "RouteHandler">>
<</link>> <<if $gaikoDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $gaikoDeg to 0>>
<<set $gaikoSub to 100>>
<<set $gaikoDom to 0>>
<<set $targetCharacter to "gaiko">> <<goto "RouteHandler">>
<</link>> <<if $gaikoSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Gaiko Stories:</h4>
<div>
<<radiobutton "$gaikoStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Rowena Section -->
<div id="rowena-section" class="character-section">
<h3>Rowena</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/rowenaCM1.png" alt="Rowena Notebook Image" style="max-width: 300px; border: 3px solid #FF7F50;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rowenaDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $rowenaDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $rowenaDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $rowenaDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $rowenaDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $rowenaDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $rowenaDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="rowena-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rowenaRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rowenaRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rowena-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rowenaCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rowenaCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rowena-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rowenaHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rowenaHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rowena-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rowenaBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rowenaBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rowena-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rowenaSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rowenaSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rowena-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rowenaAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rowenaAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rowena-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $rowenaKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($rowenaKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="rowena-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $rowenaDomSub to Number(document.getElementById('rowena-domsub-input').value || $rowenaDomSub)>>
<<set $newRowenaRel to Number(document.getElementById('rowena-rel-input').value || $rowenaRel)>>
<<if $newRowenaRel >= 5 && $rowenaRel < 5>><<set $rowenaRelLevel1check to true>><</if>>
<<if $newRowenaRel >= 15 && $rowenaRel < 15>><<set $rowenaRelLevel2check to true>><</if>>
<<if $newRowenaRel >= 30 && $rowenaRel < 30>><<set $rowenaRelLevel3check to true>><</if>>
<<if $newRowenaRel >= 50 && $rowenaRel < 50>><<set $rowenaRelLevel4check to true>><</if>>
<<if $newRowenaRel >= 75 && $rowenaRel < 75>><<set $rowenaRelLevel5check to true>><</if>>
<<set $rowenaRel to $newRowenaRel>>
<<set $newRowenaCorruption to Number(document.getElementById('rowena-corruption-input').value || $rowenaCorruption)>>
<<if $newRowenaCorruption >= 5 && $rowenaCorruption < 5>><<set $rowenaCorrLevel1check to true>><</if>>
<<if $newRowenaCorruption >= 15 && $rowenaCorruption < 15>><<set $rowenaCorrLevel2check to true>><</if>>
<<if $newRowenaCorruption >= 30 && $rowenaCorruption < 30>><<set $rowenaCorrLevel3check to true>><</if>>
<<if $newRowenaCorruption >= 50 && $rowenaCorruption < 50>><<set $rowenaCorrLevel4check to true>><</if>>
<<if $newRowenaCorruption >= 75 && $rowenaCorruption < 75>><<set $rowenaCorrLevel5check to true>><</if>>
<<set $rowenaCorruption to $newRowenaCorruption>>
<<set $newRowenaHandjob to Number(document.getElementById('rowena-handjob-input').value || $rowenaHandjob)>>
<<if $newRowenaHandjob >= 5 && $rowenaHandjob < 5>><<set $rowenaHandjobLevel1check to true>><</if>>
<<if $newRowenaHandjob >= 15 && $rowenaHandjob < 15>><<set $rowenaHandjobLevel2check to true>><</if>>
<<if $newRowenaHandjob >= 30 && $rowenaHandjob < 30>><<set $rowenaHandjobLevel3check to true>><</if>>
<<if $newRowenaHandjob >= 50 && $rowenaHandjob < 50>><<set $rowenaHandjobLevel4check to true>><</if>>
<<if $newRowenaHandjob >= 75 && $rowenaHandjob < 75>><<set $rowenaHandjobLevel5check to true>><</if>>
<<set $rowenaHandjob to $newRowenaHandjob>>
<<set $newRowenaBlowjob to Number(document.getElementById('rowena-blowjob-input').value || $rowenaBlowjob)>>
<<if $newRowenaBlowjob >= 5 && $rowenaBlowjob < 5>><<set $rowenaBlowjobLevel1check to true>><</if>>
<<if $newRowenaBlowjob >= 15 && $rowenaBlowjob < 15>><<set $rowenaBlowjobLevel2check to true>><</if>>
<<if $newRowenaBlowjob >= 30 && $rowenaBlowjob < 30>><<set $rowenaBlowjobLevel3check to true>><</if>>
<<if $newRowenaBlowjob >= 50 && $rowenaBlowjob < 50>><<set $rowenaBlowjobLevel4check to true>><</if>>
<<if $newRowenaBlowjob >= 75 && $rowenaBlowjob < 75>><<set $rowenaBlowjobLevel5check to true>><</if>>
<<set $rowenaBlowjob to $newRowenaBlowjob>>
<<set $newRowenaSex to Number(document.getElementById('rowena-sex-input').value || $rowenaSex)>>
<<if $newRowenaSex >= 5 && $rowenaSex < 5>><<set $rowenaSexLevel1check to true>><</if>>
<<if $newRowenaSex >= 15 && $rowenaSex < 15>><<set $rowenaSexLevel2check to true>><</if>>
<<if $newRowenaSex >= 30 && $rowenaSex < 30>><<set $rowenaSexLevel3check to true>><</if>>
<<if $newRowenaSex >= 50 && $rowenaSex < 50>><<set $rowenaSexLevel4check to true>><</if>>
<<if $newRowenaSex >= 75 && $rowenaSex < 75>><<set $rowenaSexLevel5check to true>><</if>>
<<set $rowenaSex to $newRowenaSex>>
<<set $newRowenaAnal to Number(document.getElementById('rowena-anal-input').value || $rowenaAnal)>>
<<if $newRowenaAnal >= 5 && $rowenaAnal < 5>><<set $rowenaAnalLevel1check to true>><</if>>
<<if $newRowenaAnal >= 15 && $rowenaAnal < 15>><<set $rowenaAnalLevel2check to true>><</if>>
<<if $newRowenaAnal >= 30 && $rowenaAnal < 30>><<set $rowenaAnalLevel3check to true>><</if>>
<<if $newRowenaAnal >= 50 && $rowenaAnal < 50>><<set $rowenaAnalLevel4check to true>><</if>>
<<if $newRowenaAnal >= 75 && $rowenaAnal < 75>><<set $rowenaAnalLevel5check to true>><</if>>
<<set $rowenaAnal to $newRowenaAnal>>
<<set $newRowenaKink to Number(document.getElementById('rowena-kink-input').value || $rowenaKink)>>
<<if $newRowenaKink >= 5 && $rowenaKink < 5>><<set $rowenaKinkLevel1check to true>><</if>>
<<if $newRowenaKink >= 15 && $rowenaKink < 15>><<set $rowenaKinkLevel2check to true>><</if>>
<<if $newRowenaKink >= 30 && $rowenaKink < 30>><<set $rowenaKinkLevel3check to true>><</if>>
<<if $newRowenaKink >= 50 && $rowenaKink < 50>><<set $rowenaKinkLevel4check to true>><</if>>
<<if $newRowenaKink >= 75 && $rowenaKink < 75>><<set $rowenaKinkLevel5check to true>><</if>>
<<set $rowenaKink to $newRowenaKink>>
<<set $targetCharacter to "rowena">>
<<run setTimeout(function() {
const element = document.getElementById('rowena-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $rowenaSub to 100>>
<<set $rowenaDom to 0>>
<<set $rowenaDeg to 0>>
<<set $targetCharacter to "rowena">>
<<goto "RouteHandler">>
<</link>> <<if $rowenaSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $rowenaDom to 100>>
<<set $rowenaSub to 0>>
<<set $rowenaDeg to 0>>
<<set $targetCharacter to "rowena">>
<<goto "RouteHandler">>
<</link>> <<if $rowenaDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $rowenaDeg to 100>>
<<set $rowenaSub to 0>>
<<set $rowenaDom to 0>>
<<set $targetCharacter to "rowena">>
<<goto "RouteHandler">>
<</link>> <<if $rowenaDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $rowenaDom to 100>>
<<set $rowenaSub to 0>>
<<set $rowenaDeg to 0>>
<<set $targetCharacter to "rowena">> <<goto "RouteHandler">>
<</link>> <<if $rowenaDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $rowenaSub to 0>>
<<set $rowenaDom to 0>>
<<set $rowenaDeg to 100>>
<<set $targetCharacter to "rowena">> <<goto "RouteHandler">>
<</link>> <<if $rowenaDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $rowenaDeg to 0>>
<<set $rowenaSub to 100>>
<<set $rowenaDom to 0>>
<<set $targetCharacter to "rowena">> <<goto "RouteHandler">>
<</link>> <<if $rowenaSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Rowena Stories:</h4>
<div>
<<radiobutton "$rowenaStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Maid Section (City) -->
<div id="maid-section" class="character-section">
<h3>Maid</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/maidCM1.jpg" alt="Maid Notebook Image" style="max-width: 300px; border: 3px solid #FF7F50;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maidDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $maidDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $maidDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $maidDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $maidDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $maidDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $maidDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="maid-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maidRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maidRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maid-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maidCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maidCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maid-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/handjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Handjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maidHandjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maidHandjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maid-handjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/blowjobstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Blowjob:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maidBlowjob>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maidBlowjob)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maid-blowjob-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/sexstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Sex:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maidSex>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maidSex)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maid-sex-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/analstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Anal:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maidAnal>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maidAnal)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maid-anal-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $maidKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($maidKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="maid-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $maidDomSub to Number(document.getElementById('maid-domsub-input').value || $maidDomSub)>>
<<set $newMaidRel to Number(document.getElementById('maid-rel-input').value || $maidRel)>>
<<if $newMaidRel >= 5 && $maidRel < 5>><<set $maidRelLevel1check to true>><</if>>
<<if $newMaidRel >= 15 && $maidRel < 15>><<set $maidRelLevel2check to true>><</if>>
<<if $newMaidRel >= 30 && $maidRel < 30>><<set $maidRelLevel3check to true>><</if>>
<<if $newMaidRel >= 50 && $maidRel < 50>><<set $maidRelLevel4check to true>><</if>>
<<if $newMaidRel >= 75 && $maidRel < 75>><<set $maidRelLevel5check to true>><</if>>
<<set $maidRel to $newMaidRel>>
<<set $newMaidCorruption to Number(document.getElementById('maid-corruption-input').value || $maidCorruption)>>
<<if $newMaidCorruption >= 5 && $maidCorruption < 5>><<set $maidCorrLevel1check to true>><</if>>
<<if $newMaidCorruption >= 15 && $maidCorruption < 15>><<set $maidCorrLevel2check to true>><</if>>
<<if $newMaidCorruption >= 30 && $maidCorruption < 30>><<set $maidCorrLevel3check to true>><</if>>
<<if $newMaidCorruption >= 50 && $maidCorruption < 50>><<set $maidCorrLevel4check to true>><</if>>
<<if $newMaidCorruption >= 75 && $maidCorruption < 75>><<set $maidCorrLevel5check to true>><</if>>
<<set $maidCorruption to $newMaidCorruption>>
<<set $newMaidHandjob to Number(document.getElementById('maid-handjob-input').value || $maidHandjob)>>
<<if $newMaidHandjob >= 5 && $maidHandjob < 5>><<set $maidHandjobLevel1check to true>><</if>>
<<if $newMaidHandjob >= 15 && $maidHandjob < 15>><<set $maidHandjobLevel2check to true>><</if>>
<<if $newMaidHandjob >= 30 && $maidHandjob < 30>><<set $maidHandjobLevel3check to true>><</if>>
<<if $newMaidHandjob >= 50 && $maidHandjob < 50>><<set $maidHandjobLevel4check to true>><</if>>
<<if $newMaidHandjob >= 75 && $maidHandjob < 75>><<set $maidHandjobLevel5check to true>><</if>>
<<set $maidHandjob to $newMaidHandjob>>
<<set $newMaidBlowjob to Number(document.getElementById('maid-blowjob-input').value || $maidBlowjob)>>
<<if $newMaidBlowjob >= 5 && $maidBlowjob < 5>><<set $maidBlowjobLevel1check to true>><</if>>
<<if $newMaidBlowjob >= 15 && $maidBlowjob < 15>><<set $maidBlowjobLevel2check to true>><</if>>
<<if $newMaidBlowjob >= 30 && $maidBlowjob < 30>><<set $maidBlowjobLevel3check to true>><</if>>
<<if $newMaidBlowjob >= 50 && $maidBlowjob < 50>><<set $maidBlowjobLevel4check to true>><</if>>
<<if $newMaidBlowjob >= 75 && $maidBlowjob < 75>><<set $maidBlowjobLevel5check to true>><</if>>
<<set $maidBlowjob to $newMaidBlowjob>>
<<set $newMaidSex to Number(document.getElementById('maid-sex-input').value || $maidSex)>>
<<if $newMaidSex >= 5 && $maidSex < 5>><<set $maidSexLevel1check to true>><</if>>
<<if $newMaidSex >= 15 && $maidSex < 15>><<set $maidSexLevel2check to true>><</if>>
<<if $newMaidSex >= 30 && $maidSex < 30>><<set $maidSexLevel3check to true>><</if>>
<<if $newMaidSex >= 50 && $maidSex < 50>><<set $maidSexLevel4check to true>><</if>>
<<if $newMaidSex >= 75 && $maidSex < 75>><<set $maidSexLevel5check to true>><</if>>
<<set $maidSex to $newMaidSex>>
<<set $newMaidAnal to Number(document.getElementById('maid-anal-input').value || $maidAnal)>>
<<if $newMaidAnal >= 5 && $maidAnal < 5>><<set $maidAnalLevel1check to true>><</if>>
<<if $newMaidAnal >= 15 && $maidAnal < 15>><<set $maidAnalLevel2check to true>><</if>>
<<if $newMaidAnal >= 30 && $maidAnal < 30>><<set $maidAnalLevel3check to true>><</if>>
<<if $newMaidAnal >= 50 && $maidAnal < 50>><<set $maidAnalLevel4check to true>><</if>>
<<if $newMaidAnal >= 75 && $maidAnal < 75>><<set $maidAnalLevel5check to true>><</if>>
<<set $maidAnal to $newMaidAnal>>
<<set $newMaidKink to Number(document.getElementById('maid-kink-input').value || $maidKink)>>
<<if $newMaidKink >= 5 && $maidKink < 5>><<set $maidKinkLevel1check to true>><</if>>
<<if $newMaidKink >= 15 && $maidKink < 15>><<set $maidKinkLevel2check to true>><</if>>
<<if $newMaidKink >= 30 && $maidKink < 30>><<set $maidKinkLevel3check to true>><</if>>
<<if $newMaidKink >= 50 && $maidKink < 50>><<set $maidKinkLevel4check to true>><</if>>
<<if $newMaidKink >= 75 && $maidKink < 75>><<set $maidKinkLevel5check to true>><</if>>
<<set $maidKink to $newMaidKink>>
<<set $targetCharacter to "maid">>
<<run setTimeout(function() {
const element = document.getElementById('maid-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $maidSub to 100>>
<<set $maidDom to 0>>
<<set $maidDeg to 0>>
<<set $targetCharacter to "maid">>
<<goto "RouteHandler">>
<</link>> <<if $maidSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $maidDom to 100>>
<<set $maidSub to 0>>
<<set $maidDeg to 0>>
<<set $targetCharacter to "maid">>
<<goto "RouteHandler">>
<</link>> <<if $maidDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $maidDeg to 100>>
<<set $maidSub to 0>>
<<set $maidDom to 0>>
<<set $targetCharacter to "maid">>
<<goto "RouteHandler">>
<</link>> <<if $maidDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $maidDom to 100>>
<<set $maidSub to 0>>
<<set $maidDeg to 0>>
<<set $targetCharacter to "maid">> <<goto "RouteHandler">>
<</link>> <<if $maidDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $maidSub to 0>>
<<set $maidDom to 0>>
<<set $maidDeg to 100>>
<<set $targetCharacter to "maid">> <<goto "RouteHandler">>
<</link>> <<if $maidDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $maidDeg to 0>>
<<set $maidSub to 100>>
<<set $maidDom to 0>>
<<set $targetCharacter to "maid">> <<goto "RouteHandler">>
<</link>> <<if $maidSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Maid Stories:</h4>
<div>
<<radiobutton "$maidStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Clark Section -->
<div id="clark-section" class="character-section">
<h3>Clark</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/clarkCM1.jpg" alt="Clark Notebook Image" style="max-width: 300px; border: 3px solid #2E8B57;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $clarkDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $clarkDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $clarkDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $clarkDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $clarkDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $clarkDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $clarkDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="clark-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $clarkRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($clarkRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="clark-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $clarkCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($clarkCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="clark-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $clarkKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($clarkKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="clark-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $clarkDomSub to Number(document.getElementById('clark-domsub-input').value || $clarkDomSub)>>
<<set $newClarkRel to Number(document.getElementById('clark-rel-input').value || $clarkRel)>>
<<if $newClarkRel >= 5 && $clarkRel < 5>><<set $clarkRelLevel1check to true>><</if>>
<<if $newClarkRel >= 15 && $clarkRel < 15>><<set $clarkRelLevel2check to true>><</if>>
<<if $newClarkRel >= 30 && $clarkRel < 30>><<set $clarkRelLevel3check to true>><</if>>
<<if $newClarkRel >= 50 && $clarkRel < 50>><<set $clarkRelLevel4check to true>><</if>>
<<if $newClarkRel >= 75 && $clarkRel < 75>><<set $clarkRelLevel5check to true>><</if>>
<<set $clarkRel to $newClarkRel>>
<<set $newClarkCorruption to Number(document.getElementById('clark-corruption-input').value || $clarkCorruption)>>
<<if $newClarkCorruption >= 5 && $clarkCorruption < 5>><<set $clarkCorrLevel1check to true>><</if>>
<<if $newClarkCorruption >= 15 && $clarkCorruption < 15>><<set $clarkCorrLevel2check to true>><</if>>
<<if $newClarkCorruption >= 30 && $clarkCorruption < 30>><<set $clarkCorrLevel3check to true>><</if>>
<<if $newClarkCorruption >= 50 && $clarkCorruption < 50>><<set $clarkCorrLevel4check to true>><</if>>
<<if $newClarkCorruption >= 75 && $clarkCorruption < 75>><<set $clarkCorrLevel5check to true>><</if>>
<<set $clarkCorruption to $newClarkCorruption>>
<<set $newClarkKink to Number(document.getElementById('clark-kink-input').value || $clarkKink)>>
<<if $newClarkKink >= 5 && $clarkKink < 5>><<set $clarkKinkLevel1check to true>><</if>>
<<if $newClarkKink >= 15 && $clarkKink < 15>><<set $clarkKinkLevel2check to true>><</if>>
<<if $newClarkKink >= 30 && $clarkKink < 30>><<set $clarkKinkLevel3check to true>><</if>>
<<if $newClarkKink >= 50 && $clarkKink < 50>><<set $clarkKinkLevel4check to true>><</if>>
<<if $newClarkKink >= 75 && $clarkKink < 75>><<set $clarkKinkLevel5check to true>><</if>>
<<set $clarkKink to $newClarkKink>>
<<set $targetCharacter to "clark">>
<<run setTimeout(function() {
const element = document.getElementById('clark-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $clarkSub to 100>>
<<set $clarkDom to 0>>
<<set $clarkDeg to 0>>
<<set $targetCharacter to "clark">>
<<goto "RouteHandler">>
<</link>> <<if $clarkSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $clarkDom to 100>>
<<set $clarkSub to 0>>
<<set $clarkDeg to 0>>
<<set $targetCharacter to "clark">>
<<goto "RouteHandler">>
<</link>> <<if $clarkDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $clarkDeg to 100>>
<<set $clarkSub to 0>>
<<set $clarkDom to 0>>
<<set $targetCharacter to "clark">>
<<goto "RouteHandler">>
<</link>> <<if $clarkDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $clarkDom to 100>>
<<set $clarkSub to 0>>
<<set $clarkDeg to 0>>
<<set $targetCharacter to "clark">> <<goto "RouteHandler">>
<</link>> <<if $clarkDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $clarkSub to 0>>
<<set $clarkDom to 0>>
<<set $clarkDeg to 100>>
<<set $targetCharacter to "clark">> <<goto "RouteHandler">>
<</link>> <<if $clarkDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $clarkDeg to 0>>
<<set $clarkSub to 100>>
<<set $clarkDom to 0>>
<<set $targetCharacter to "clark">> <<goto "RouteHandler">>
<</link>> <<if $clarkSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Clark Stories:</h4>
<div>
<<radiobutton "$clarkStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Landlord Section -->
<div id="landlord-section" class="character-section">
<h3>Landlord</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/landlordCM1.png" alt="Landlord Notebook Image" style="max-width: 300px; border: 3px solid #2E8B57;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $landlordDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $landlordDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $landlordDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $landlordDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $landlordDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $landlordDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $landlordDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="landlord-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $landlordRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($landlordRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="landlord-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $landlordCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($landlordCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="landlord-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $landlordKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($landlordKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="landlord-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $landlordDomSub to Number(document.getElementById('landlord-domsub-input').value || $landlordDomSub)>>
<<set $newLandlordRel to Number(document.getElementById('landlord-rel-input').value || $landlordRel)>>
<<if $newLandlordRel >= 5 && $landlordRel < 5>><<set $landlordRelLevel1check to true>><</if>>
<<if $newLandlordRel >= 15 && $landlordRel < 15>><<set $landlordRelLevel2check to true>><</if>>
<<if $newLandlordRel >= 30 && $landlordRel < 30>><<set $landlordRelLevel3check to true>><</if>>
<<if $newLandlordRel >= 50 && $landlordRel < 50>><<set $landlordRelLevel4check to true>><</if>>
<<if $newLandlordRel >= 75 && $landlordRel < 75>><<set $landlordRelLevel5check to true>><</if>>
<<set $landlordRel to $newLandlordRel>>
<<set $newLandlordCorruption to Number(document.getElementById('landlord-corruption-input').value || $landlordCorruption)>>
<<if $newLandlordCorruption >= 5 && $landlordCorruption < 5>><<set $landlordCorrLevel1check to true>><</if>>
<<if $newLandlordCorruption >= 15 && $landlordCorruption < 15>><<set $landlordCorrLevel2check to true>><</if>>
<<if $newLandlordCorruption >= 30 && $landlordCorruption < 30>><<set $landlordCorrLevel3check to true>><</if>>
<<if $newLandlordCorruption >= 50 && $landlordCorruption < 50>><<set $landlordCorrLevel4check to true>><</if>>
<<if $newLandlordCorruption >= 75 && $landlordCorruption < 75>><<set $landlordCorrLevel5check to true>><</if>>
<<set $landlordCorruption to $newLandlordCorruption>>
<<set $newLandlordKink to Number(document.getElementById('landlord-kink-input').value || $landlordKink)>>
<<if $newLandlordKink >= 5 && $landlordKink < 5>><<set $landlordKinkLevel1check to true>><</if>>
<<if $newLandlordKink >= 15 && $landlordKink < 15>><<set $landlordKinkLevel2check to true>><</if>>
<<if $newLandlordKink >= 30 && $landlordKink < 30>><<set $landlordKinkLevel3check to true>><</if>>
<<if $newLandlordKink >= 50 && $landlordKink < 50>><<set $landlordKinkLevel4check to true>><</if>>
<<if $newLandlordKink >= 75 && $landlordKink < 75>><<set $landlordKinkLevel5check to true>><</if>>
<<set $landlordKink to $newLandlordKink>>
<<set $targetCharacter to "landlord">>
<<run setTimeout(function() {
const element = document.getElementById('landlord-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $landlordSub to 100>>
<<set $landlordDom to 0>>
<<set $landlordDeg to 0>>
<<set $targetCharacter to "landlord">>
<<goto "RouteHandler">>
<</link>> <<if $landlordSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $landlordDom to 100>>
<<set $landlordSub to 0>>
<<set $landlordDeg to 0>>
<<set $targetCharacter to "landlord">>
<<goto "RouteHandler">>
<</link>> <<if $landlordDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $landlordDeg to 100>>
<<set $landlordSub to 0>>
<<set $landlordDom to 0>>
<<set $targetCharacter to "landlord">>
<<goto "RouteHandler">>
<</link>> <<if $landlordDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $landlordDom to 100>>
<<set $landlordSub to 0>>
<<set $landlordDeg to 0>>
<<set $targetCharacter to "landlord">> <<goto "RouteHandler">>
<</link>> <<if $landlordDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $landlordSub to 0>>
<<set $landlordDom to 0>>
<<set $landlordDeg to 100>>
<<set $targetCharacter to "landlord">> <<goto "RouteHandler">>
<</link>> <<if $landlordDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $landlordDeg to 0>>
<<set $landlordSub to 100>>
<<set $landlordDom to 0>>
<<set $targetCharacter to "landlord">> <<goto "RouteHandler">>
<</link>> <<if $landlordSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Landlord Stories:</h4>
<div>
<<radiobutton "$landlordStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Cassius Section -->
<div id="cassius-section" class="character-section">
<h3>Cassius</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/cassiusCM1.png" alt="Cassius Notebook Image" style="max-width: 300px; border: 3px solid #2E8B57;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $cassiusDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $cassiusDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $cassiusDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $cassiusDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $cassiusDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $cassiusDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $cassiusDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="cassius-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $cassiusRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($cassiusRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="cassius-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $cassiusCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($cassiusCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="cassius-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $cassiusKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($cassiusKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="cassius-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $cassiusDomSub to Number(document.getElementById('cassius-domsub-input').value || $cassiusDomSub)>>
<<set $newCassiusRel to Number(document.getElementById('cassius-rel-input').value || $cassiusRel)>>
<<if $newCassiusRel >= 5 && $cassiusRel < 5>><<set $cassiusRelLevel1check to true>><</if>>
<<if $newCassiusRel >= 15 && $cassiusRel < 15>><<set $cassiusRelLevel2check to true>><</if>>
<<if $newCassiusRel >= 30 && $cassiusRel < 30>><<set $cassiusRelLevel3check to true>><</if>>
<<if $newCassiusRel >= 50 && $cassiusRel < 50>><<set $cassiusRelLevel4check to true>><</if>>
<<if $newCassiusRel >= 75 && $cassiusRel < 75>><<set $cassiusRelLevel5check to true>><</if>>
<<set $cassiusRel to $newCassiusRel>>
<<set $newCassiusCorruption to Number(document.getElementById('cassius-corruption-input').value || $cassiusCorruption)>>
<<if $newCassiusCorruption >= 5 && $cassiusCorruption < 5>><<set $cassiusCorrLevel1check to true>><</if>>
<<if $newCassiusCorruption >= 15 && $cassiusCorruption < 15>><<set $cassiusCorrLevel2check to true>><</if>>
<<if $newCassiusCorruption >= 30 && $cassiusCorruption < 30>><<set $cassiusCorrLevel3check to true>><</if>>
<<if $newCassiusCorruption >= 50 && $cassiusCorruption < 50>><<set $cassiusCorrLevel4check to true>><</if>>
<<if $newCassiusCorruption >= 75 && $cassiusCorruption < 75>><<set $cassiusCorrLevel5check to true>><</if>>
<<set $cassiusCorruption to $newCassiusCorruption>>
<<set $newCassiusKink to Number(document.getElementById('cassius-kink-input').value || $cassiusKink)>>
<<if $newCassiusKink >= 5 && $cassiusKink < 5>><<set $cassiusKinkLevel1check to true>><</if>>
<<if $newCassiusKink >= 15 && $cassiusKink < 15>><<set $cassiusKinkLevel2check to true>><</if>>
<<if $newCassiusKink >= 30 && $cassiusKink < 30>><<set $cassiusKinkLevel3check to true>><</if>>
<<if $newCassiusKink >= 50 && $cassiusKink < 50>><<set $cassiusKinkLevel4check to true>><</if>>
<<if $newCassiusKink >= 75 && $cassiusKink < 75>><<set $cassiusKinkLevel5check to true>><</if>>
<<set $cassiusKink to $newCassiusKink>>
<<set $targetCharacter to "cassius">>
<<run setTimeout(function() {
const element = document.getElementById('cassius-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $cassiusSub to 100>>
<<set $cassiusDom to 0>>
<<set $cassiusDeg to 0>>
<<set $targetCharacter to "cassius">>
<<goto "RouteHandler">>
<</link>> <<if $cassiusSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $cassiusDom to 100>>
<<set $cassiusSub to 0>>
<<set $cassiusDeg to 0>>
<<set $targetCharacter to "cassius">>
<<goto "RouteHandler">>
<</link>> <<if $cassiusDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $cassiusDeg to 100>>
<<set $cassiusSub to 0>>
<<set $cassiusDom to 0>>
<<set $targetCharacter to "cassius">>
<<goto "RouteHandler">>
<</link>> <<if $cassiusDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $cassiusDom to 100>>
<<set $cassiusSub to 0>>
<<set $cassiusDeg to 0>>
<<set $targetCharacter to "cassius">> <<goto "RouteHandler">>
<</link>> <<if $cassiusDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $cassiusSub to 0>>
<<set $cassiusDom to 0>>
<<set $cassiusDeg to 100>>
<<set $targetCharacter to "cassius">> <<goto "RouteHandler">>
<</link>> <<if $cassiusDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $cassiusDeg to 0>>
<<set $cassiusSub to 100>>
<<set $cassiusDom to 0>>
<<set $targetCharacter to "cassius">> <<goto "RouteHandler">>
<</link>> <<if $cassiusSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Cassius Stories:</h4>
<div>
<<radiobutton "$cassiusStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<!-- Ephraim Section (Last one!) -->
<div id="ephraim-section" class="character-section">
<h3>Ephraim</h3>
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<img src="Images/Locations/ephraimCM1.jpg" alt="Ephraim Notebook Image" style="max-width: 300px; border: 3px solid #2E8B57;">
<div style="margin:0 0 0 5px;padding:0;">
<table style="border-collapse:collapse;margin:0;padding:0;width:100%;font-size:1em;">
<tr style="margin:0;padding:0;height:20px;">
<td style="width:70px;text-align:center;margin:0;padding:0;">⛓️/🔱</td>
<td style="width:70px;margin:0;padding:0;">Sub/Dom:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $ephraimDomSub>></td>
<td style="width:90px;margin:0;padding:0;">
<<if $ephraimDomSub lte 10>>
<span class="very-submissive">Very Submissive</span>
<<elseif $ephraimDomSub lte 25>>
<span class="submissive">Submissive</span>
<<elseif $ephraimDomSub lte 45>>
<span class="slightly-submissive">Slightly Submissive</span>
<<elseif $ephraimDomSub lte 54>>
<span class="neutral">Neutral</span>
<<elseif $ephraimDomSub lte 69>>
<span class="slightly-dominant">Slightly Dominant</span>
<<elseif $ephraimDomSub lte 89>>
<span class="dominant">Dominant</span>
<<else>>
<span class="very-dominant">Very Dominant</span>
<</if>>
</td>
<td style="margin:0;padding:0;"><input type="number" id="ephraim-domsub-input" placeholder="use 0-100" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">❤️</td>
<td style="width:70px;margin:0;padding:0;">Relationship:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $ephraimRel>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($ephraimRel)>></td>
<td style="margin:0;padding:0;"><input type="number" id="ephraim-rel-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;">💜</td>
<td style="width:70px;margin:0;padding:0;">Corruption:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $ephraimCorruption>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($ephraimCorruption)>></td>
<td style="margin:0;padding:0;"><input type="number" id="ephraim-corruption-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
<tr style="margin:0;padding:0;height:20px;">
<td style="width:20px;text-align:center;margin:0;padding:0;"><img src="Images/Stats/kinkstatsicon.png" class="char-profile-stat-icon" style="width:16px;height:16px;"></td>
<td style="width:70px;margin:0;padding:0;">Kink:</td>
<td style="width:30px;text-align:center;margin:0;padding:0;"><<print $ephraimKink>></td>
<td style="width:50px;margin:0;padding:0;">Lvl <<print getStatLevel($ephraimKink)>></td>
<td style="margin:0;padding:0;"><input type="number" id="ephraim-kink-input" placeholder="use 1-75" style="width:100px;margin:0;padding:0;height:18px;"></td>
</tr>
</table>
<div style="margin:3px 0 0 0;padding:0;text-align:center;">
<<button "Apply Stat Changes" style="margin:0;padding:1px 5px;">>
<<set $ephraimDomSub to Number(document.getElementById('ephraim-domsub-input').value || $ephraimDomSub)>>
<<set $newEphraimRel to Number(document.getElementById('ephraim-rel-input').value || $ephraimRel)>>
<<if $newEphraimRel >= 5 && $ephraimRel < 5>><<set $ephraimRelLevel1check to true>><</if>>
<<if $newEphraimRel >= 15 && $ephraimRel < 15>><<set $ephraimRelLevel2check to true>><</if>>
<<if $newEphraimRel >= 30 && $ephraimRel < 30>><<set $ephraimRelLevel3check to true>><</if>>
<<if $newEphraimRel >= 50 && $ephraimRel < 50>><<set $ephraimRelLevel4check to true>><</if>>
<<if $newEphraimRel >= 75 && $ephraimRel < 75>><<set $ephraimRelLevel5check to true>><</if>>
<<set $ephraimRel to $newEphraimRel>>
<<set $newEphraimCorruption to Number(document.getElementById('ephraim-corruption-input').value || $ephraimCorruption)>>
<<if $newEphraimCorruption >= 5 && $ephraimCorruption < 5>><<set $ephraimCorrLevel1check to true>><</if>>
<<if $newEphraimCorruption >= 15 && $ephraimCorruption < 15>><<set $ephraimCorrLevel2check to true>><</if>>
<<if $newEphraimCorruption >= 30 && $ephraimCorruption < 30>><<set $ephraimCorrLevel3check to true>><</if>>
<<if $newEphraimCorruption >= 50 && $ephraimCorruption < 50>><<set $ephraimCorrLevel4check to true>><</if>>
<<if $newEphraimCorruption >= 75 && $ephraimCorruption < 75>><<set $ephraimCorrLevel5check to true>><</if>>
<<set $ephraimCorruption to $newEphraimCorruption>>
<<set $newEphraimKink to Number(document.getElementById('ephraim-kink-input').value || $ephraimKink)>>
<<if $newEphraimKink >= 5 && $ephraimKink < 5>><<set $ephraimKinkLevel1check to true>><</if>>
<<if $newEphraimKink >= 15 && $ephraimKink < 15>><<set $ephraimKinkLevel2check to true>><</if>>
<<if $newEphraimKink >= 30 && $ephraimKink < 30>><<set $ephraimKinkLevel3check to true>><</if>>
<<if $newEphraimKink >= 50 && $ephraimKink < 50>><<set $ephraimKinkLevel4check to true>><</if>>
<<if $newEphraimKink >= 75 && $ephraimKink < 75>><<set $ephraimKinkLevel5check to true>><</if>>
<<set $ephraimKink to $newEphraimKink>>
<<set $targetCharacter to "ephraim">>
<<run setTimeout(function() {
const element = document.getElementById('ephraim-section');
if (element) {
element.scrollIntoView({ behavior: 'instant', block: 'start' });
}
}, 100)>>
<<goto "IntroCheats">>
<</button>>
</div>
<div>
<h4>Current <<if $mascC is true>>Masculine <<else>>Feminine<</if>> MC Routes:</h4>
<<if $mascC is true>>
<<link "Romance Route">>
<<set $ephraimSub to 100>>
<<set $ephraimDom to 0>>
<<set $ephraimDeg to 0>>
<<set $targetCharacter to "ephraim">>
<<goto "RouteHandler">>
<</link>> <<if $ephraimSub is 100>> [Currently Active]<</if>>
<<link "Dominance Route">>
<<set $ephraimDom to 100>>
<<set $ephraimSub to 0>>
<<set $ephraimDeg to 0>>
<<set $targetCharacter to "ephraim">>
<<goto "RouteHandler">>
<</link>> <<if $ephraimDom is 100>> [Currently Active]<</if>>
<<link "Netori Route">>
<<set $ephraimDeg to 100>>
<<set $ephraimSub to 0>>
<<set $ephraimDom to 0>>
<<set $targetCharacter to "ephraim">>
<<goto "RouteHandler">>
<</link>> <<if $ephraimDeg is 100>> [Currently Active]<</if>><br>
<<else>>
<<link "Romance Route">>
<<set $ephraimDom to 100>>
<<set $ephraimSub to 0>>
<<set $ephraimDeg to 0>>
<<set $targetCharacter to "ephraim">> <<goto "RouteHandler">>
<</link>> <<if $ephraimDom is 100>> [Currently Active]<</if>>
<<link "Dom/Sub Route">>
<<set $ephraimSub to 0>>
<<set $ephraimDom to 0>>
<<set $ephraimDeg to 100>>
<<set $targetCharacter to "ephraim">> <<goto "RouteHandler">>
<</link>> <<if $ephraimDeg is 100>> [Currently Active]<</if>>
<<link "NTR Route">>
<<set $ephraimDeg to 0>>
<<set $ephraimSub to 100>>
<<set $ephraimDom to 0>>
<<set $targetCharacter to "ephraim">> <<goto "RouteHandler">>
<</link>> <<if $ephraimSub is 100>> [Currently Active]<</if>>
<</if>>
</div>
</div>
</div>
<div style="margin-top: 15px;">
<h4>Ephraim Stories:</h4>
<div>
<<radiobutton "$ephraimStory" 0 autocheck>> Story 0 - Future content is in the works!
</div>
</div>
</div>
<div style="margin-top: 20px; padding: 10px; background: #000; color: #fff; text-align: center;">
<<link "Return">>
<<if $inMenuSystem and $returnPassage isnot "">>
<<set _tempReturn to $returnPassage>>
<<set $returnPassage to "">>
<<set $inMenuSystem to false>>
<<goto _tempReturn>>
<<else>>
<<goto "Start">>
<</if>>
<</link>>
</div>
<style>
html {
scroll-padding-top: 70px;
scroll-behavior: smooth;
}
body {
background-color: #0a1520;
background-image: linear-gradient(to bottom, #0a1520, #102030);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
margin: 0;
color: #e0e0e0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* Character section styling */
.character-section {
margin: 10px 0;
padding: 12px;
border: 1px solid #00CED1;
background: #0e1a24;
color: #fff;
position: relative;
scroll-margin-top: 70px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 206, 209, 0.2);
}
.character-section h3 {
margin: 0 0 8px 0;
padding: 0;
font-size: 1.3em;
color: #00CED1;
}
/* Character stats styling */
.character-stats-cheat {
width: 100%;
border-collapse: collapse;
margin: 0;
background: rgba(0, 30, 40, 0.3);
border-radius: 6px;
border: 1px solid #20B2AA;
overflow: hidden;
}
.character-stats tr {
height: 24px;
background: rgba(0, 35, 45, 0.6);
border-bottom: 1px solid #008B8B;
}
.character-stats-cheat tr:hover {
background: rgba(0, 40, 50, 0.7);
}
.character-stats-cheat td {
padding: 3px 5px;
}
.character-stats-cheat td:first-child {
width: 30px;
text-align: center;
}
.character-stats-cheat td:nth-child(2) {
width: 90px;
color: #B0E0E6;
}
.character-stats-cheat td:nth-child(3) {
width: 40px;
text-align: center;
font-weight: bold;
color: #ffffff;
}
.character-stats-cheat input[type="number"] {
width: 100px;
height: 18px;
background: rgba(0, 30, 40, 0.5);
border: 1px solid #20B2AA;
border-radius: 4px;
color: #ffffff;
padding: 0 5px;
}
.character-stats input[type="number"]:focus {
border-color: #48D1CC;
outline: none;
box-shadow: 0 0 5px rgba(0, 206, 209, 0.5);
}
/* Apply button styling */
.button-container {
padding: 6px;
text-align: center;
background: rgba(0, 30, 40, 0.5);
border-top: 1px solid #20B2AA;
}
.button-container button {
padding: 2px 10px;
background: #008B8B;
color: #ffffff;
border: 1px solid #20B2AA;
border-radius: 4px;
cursor: pointer;
font-weight: bold;
}
.button-container button:hover {
background: #00CED1;
border-color: #48D1CC;
box-shadow: 0 0 5px rgba(0, 206, 209, 0.5);
}
/* Character Stories section styling */
.character-stories {
background: rgba(0, 30, 40, 0.4);
border-radius: 6px;
padding: 5px;
margin: 5px 0 0 0;
border: 1px solid #20B2AA;
}
/* Routes header styling */
.routes-header {
background: rgba(0, 40, 50, 0.8);
color: #40E0D0;
font-size: 1em;
font-weight: bold;
padding: 2px 5px;
border-bottom: 1px solid #20B2AA;
}
/* Stories header styling */
.stories-header {
background: rgba(0, 40, 50, 0.8);
color: #40E0D0;
font-size: 1em;
font-weight: bold;
padding: 2px 5px;
border-bottom: 1px solid #20B2AA;
margin-top: 3px;
}
/* Routes container styling */
.routes-container {
padding: 3px 5px;
background: rgba(0, 35, 45, 0.5);
}
/* Routes wrapper to keep buttons on one line */
.routes-wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
}
/* Route button styling */
.route-button {
display: inline-block;
margin: 1px 2px 1px 0;
padding: 2px 8px;
background: #0e1a24;
color: #00CED1 !important; /* Teal text color */
text-decoration: none;
border-radius: 3px;
border: 1px solid #20B2AA;
font-size: 0.9em;
font-weight: bold !important;
}
.route-button:hover {
background: #1a2a36;
border-color: #48D1CC;
box-shadow: 0 0 5px rgba(0, 206, 209, 0.5);
text-decoration: none !important;
color: #40E0D0 !important;
}
/* Story table styling */
.story-table {
width: 100%;
border-collapse: collapse;
margin: 0;
padding: 0;
}
.story-table td {
padding: 2px 4px;
line-height: 1.2;
border-bottom: 1px solid rgba(0, 139, 139, 0.3);
background: rgba(0, 35, 45, 0.3);
}
.story-table tr:hover td {
background: rgba(0, 40, 50, 0.5);
}
.story-table input[type="radio"] {
margin: 0 3px 0 0;
vertical-align: middle;
}
.story-radio {
width: 20px;
white-space: nowrap;
}
.story-title {
font-size: 0.9em;
color: #B0E0E6;
font-weight: bold;
}
.story-part {
font-size: 0.85em;
color: #E0FFFF;
padding-left: 18px;
}
/* Story row to keep title and jump button on same line */
.story-row {
display: flex;
justify-content: space-between;
align-items: center;
}
.story-row span {
flex: 1;
margin-right: 10px;
}
/* Jump button styling */
.jump-button {
padding: 0 4px;
background: #0e1a24;
color: #00CED1 !important; /* Teal text color */
text-decoration: none;
border-radius: 3px;
border: 1px solid #20B2AA;
font-size: 0.75em;
line-height: 1.1;
display: inline-block;
white-space: nowrap;
font-weight: bold !important; /* Make all jump buttons bold */
}
.jump-button:hover {
background: #1a2a36;
border-color: #48D1CC;
box-shadow: 0 0 5px rgba(0, 206, 209, 0.5);
text-decoration: none !important;
color: #40E0D0 !important;
}
/* Fix for TwineScript links (<<link>> syntax) */
.story-row a, .routes-wrapper a {
color: #00CED1 !important;
text-decoration: none !important;
font-weight: bold !important;
}
.story-row a:hover, .routes-wrapper a:hover {
color: #40E0D0 !important;
text-decoration: none !important;
}
/* Fix for specific TwineScript route buttons */
a.route-button {
color: #00CED1 !important;
background-color: #0e1a24 !important;
border-color: #20B2AA !important;
text-decoration: none !important;
font-weight: bold !important;
}
a.route-button:hover {
background-color: #1a2a36 !important;
border-color: #48D1CC !important;
color: #40E0D0 !important;
text-decoration: none !important;
}
/* Fix for specific TwineScript jump buttons */
a.jump-button {
color: #00CED1 !important;
background-color: #0e1a24 !important;
border-color: #20B2AA !important;
text-decoration: none !important;
font-weight: bold !important;
}
a.jump-button:hover {
background-color: #1a2a36 !important;
border-color: #48D1CC !important;
color: #40E0D0 !important;
text-decoration: none !important;
}
/* Override for any link elements with the teal-link class */
.teal-link, a.teal-link {
color: #00CED1 !important;
text-decoration: none !important;
font-weight: bold !important;
}
.teal-link:hover, a.teal-link:hover {
color: #40E0D0 !important;
text-decoration: none !important;
}
/* Additional bold class for jump buttons */
.bold-jump {
font-weight: bold !important;
}
/* Global link styles - changing all regular links to teal */
a {
color: #00CED1;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #40E0D0;
text-decoration: none;
}
/* Dom/Sub text styles */
.very-submissive { color: #87CEEB; }
.submissive { color: #1E90FF; }
.slightly-submissive { color: #00BFFF; }
.neutral { color: #E0FFFF; }
.slightly-dominant { color: #00CED1; }
.dominant { color: #20B2AA; }
.very-dominant { color: #008B8B; }
#story {
z-index: 5;
position: relative;
margin-right: 0;
}
/* RESPONSIVE DESIGN STYLES */
/* Tablet View (1200px and below) */
@media screen and (max-width: 1200px) {
/* Change layout for character section */
.character-section > div {
flex-direction: column;
align-items: center;
}
.character-section > div > img {
max-width: 400px;
width: 100%;
margin-bottom: 15px;
}
.character-section > div > div {
margin: 0;
width: 100%;
}
/* Adjust routes display */
.routes-wrapper {
justify-content: center;
}
.route-button {
margin: 3px 5px;
}
}
/* Mobile View (800px and below) */
@media screen and (max-width: 800px) {
html {
scroll-padding-top: 70px;
}
.character-section {
scroll-margin-top: 70px;
padding: 10px;
margin-top: 5px;
}
/* Make image larger proportionally */
.character-section > div > img {
max-width: 90%;
border-width: 5px;
}
/* Adjust text sizes for better readability */
.character-section h3 {
font-size: 1.5em;
text-align: center;
}
/* Adjust stats table */
.character-stats-cheat td {
padding: 5px 3px;
}
.character-stats-cheat input[type="number"] {
width: 70px;
}
/* Route buttons full width for better tapping */
.routes-wrapper {
flex-direction: column;
align-items: stretch;
}
.route-button {
display: block;
margin: 2px 0 !important;
padding: 4px !important;
font-size: 1em !important;
text-align: center;
}
/* Adjust story rows for mobile */
.story-row {
flex-direction: column;
align-items: flex-start;
}
.story-row span {
margin-bottom: 2px !important;
margin-right: 0;
}
.jump-button {
align-self: flex-start;
padding: 3px 5px !important;
font-size: 0.9em;
margin-top: 0 !important;
margin-bottom: 2px !important;
}
/* Reduce spacing in story table */
.story-table td {
padding: 0;
border-bottom-width: 0;
}
/* Adjust the gap between table rows */
.story-table tr {
margin-bottom: 0;
}
/* Tighter spacing for radio button rows */
.story-radio {
padding: 0;
width: 15px;
}
/* Other adjustments for better mobile experience */
.story-title {
font-size: 1em;
}
.story-part {
font-size: 0.95em;
padding-left: 5px !important;
padding-top: 0;
padding-bottom: 0;
}
.routes-header, .stories-header {
font-size: 1.1em;
padding: 3px;
}
/* Remove the pipes between route buttons in mobile view */
.routes-wrapper > span {
display: none;
}
}
/* Small mobile devices (480px and below) */
@media screen and (max-width: 480px) {
.character-section {
padding: 8px;
margin-top: 3px;
}
.character-section h3 {
font-size: 1.3em;
}
.character-stats-cheat {
font-size: 0.9em;
}
.character-stats-cheat td:nth-child(2) {
width: 75px;
}
.character-stats-cheat input[type="number"] {
width: 60px;
}
.route-button {
font-size: 0.9em !important;
padding: 3px !important;
margin: 1px 0 !important;
}
.story-title {
font-size: 0.95em;
}
.story-part {
font-size: 0.9em;
padding-left: 3px !important;
}
.jump-button {
font-size: 0.85em;
padding: 2px 4px !important;
margin-top: 0 !important;
margin-bottom: 1px !important;
}
.routes-header, .stories-header {
font-size: 1em;
}
/* Ultra-compact story table */
.story-table {
margin: 0;
}
.story-table td {
padding: 0;
}
}
</style>
<<link "CHEATS">>
<<goto "IntroCheats">>
<</link>>
<<link "Close Notebook">><<closenotebook>><</link>>/* Ensure validCodes exists before trying to modify it */
<<if not def $validCodes>>
<<set $validCodes to {}>>
<</if>>
/* Then force update version and codes every passage */
<<set $currentVersion to "0.66">>
<<set $validCodes["0.66"] to "Maedhroo">>
<<set $validCodes["0.67"] to "Cheatss">>
/* Then validate cheat access */
<<validateCheatAccess>><<nobr>>
<div id="char-nav" style="position: sticky; top: 0; z-index: 1000; margin: 0; padding: 0; border: 1px solid #00CED1; background: rgba(10, 21, 32, 0.9); color: #fff; border-radius: 5px; height: auto;">
<!-- Category selection -->
<div style="display: flex; justify-content: center; gap: 5px; margin: 5px 0px 0px 0px; padding: 0;">
<<link "Main">><<set $charCategory to "main">><<set $charPage to 1>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>> |
<<link "Realm">><<set $charCategory to "realm">><<set $charPage to 1>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>> |
<<link "Students">><<set $charCategory to "students">><<set $charPage to 1>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>> |
<<link "Personnel">><<set $charCategory to "personnel">><<set $charPage to 1>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>> |
<<link "City">><<set $charCategory to "city">><<set $charPage to 1>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
</div>
<div style="position: relative; display: flex; align-items: center; margin: 0; padding: 0;">
<!-- Left arrow -->
<<if $charCategory is "main">>
<<if $charPage is 1>>
<<link "◀prev">><<set $charPage to 2>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<<else>>
<<link "◀prev">><<set $charPage to 1>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<</if>>
<<elseif $charCategory is "realm">>
<<if $charPage is 1>>
<<link "◀prev">><<set $charPage to 2>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<<else>>
<<link "◀prev">><<set $charPage to 1>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<</if>>
<<elseif $charCategory is "students">>
<<if $charPage is 1>>
<<link "◀prev">><<set $charPage to 3>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<<elseif $charPage is 2>>
<<link "◀prev">><<set $charPage to 1>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<<else>>
<<link "◀prev">><<set $charPage to 2>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<</if>>
<<else>>
<<link "◀prev">><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<</if>>
<!-- Character grid container -->
<div style="display: flex; flex-wrap: wrap; gap: 5px; justify-content: center; flex: 1; margin: 0; padding: 0;">
<!-- MAIN CHARACTERS -->
<<if $charCategory is "main">>
<<if $charPage is 1>>
<a href="#mc-section" class="mc-char"><<if $mascC is true>><img src="Images/Locations/mainCharacterMascs.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /><<else>><img src="Images/Locations/mainCharacterFems.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid pink;" /><</if>></a>
<a href="#inledya-section" class="inledya-char"><img src="Images/Locations/inledyamap.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #D2691E;" /></a>
<a href="#alariel-section" class="alariel-char"><img src="Images/Locations/alarielmap.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #1E90FF;" /></a>
<a href="#maedhro-section" class="maedhro-char"><<if $mascC is true and $maedhroDeg gte 100>><img src="Images/Locations/maedhromanmap.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #8A2BE2;" /><<else>><img src="Images/Locations/maedhrogirlmap.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #8A2BE2;" /><</if>></a>
<a href="#cecily-section" class="cecily-char"><img src="Images/Locations/cecilyonamap.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #DC143C;" /></a>
<a href="#philippa-section" class="philippa-char"><img src="Images/Locations/PhilippanotebookC.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #FF8C00;" /></a>
<<elseif $charPage is 2>>
<a href="#thalia-section" class="char-link"><img src="Images/Locations/thaliaC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#orianna-section" class="char-link"><img src="Images/Locations/oriannaC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#angelina-section" class="char-link"><img src="Images/Locations/angelinaC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#leroy-section" class="char-link"><img src="Images/Locations/leroyC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#kaelian-section" class="char-link"><img src="Images/Locations/kaelianC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#zog-section" class="char-link"><img src="Images/Locations/zogC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<</if>>
<!-- REALM CHARACTERS -->
<<elseif $charCategory is "realm">>
<<if $charPage is 1>>
<a href="#zarina-section" class="zarina-char"><img src="Images/Locations/zarinaC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #FF1493;" /></a>
<a href="#seraphina-section" class="seraphina-char"><img src="Images/Locations/seraphinaC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #20B2AA;" /></a>
<a href="#aurora-section" class="aurora-char"><img src="Images/Locations/auroraC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #2E8B57;" /></a>
<a href="#elyra-section" class="elyra-char"><img src="Images/Locations/elyraC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #FF8C00;" /></a>
<a href="#nyxis-section" class="nyxis-char"><img src="Images/Locations/nyxisC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #8B0000;" /></a>
<a href="#isolde-section" class="isolde-char"><img src="Images/Locations/isoldeC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00008B;" /></a>
<<elseif $charPage is 2>>
<a href="#gaya-section" class="char-link"><img src="Images/Locations/gayaC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<</if>>
<!-- STUDENTS CHARACTERS -->
<<elseif $charCategory is "students">>
<<if $charPage is 1>>
<a href="#patricia-section" class="char-link"><img src="Images/Locations/patriciaC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#lillian-section" class="char-link"><img src="Images/Locations/lillianC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#cassandra-section" class="char-link"><img src="Images/Locations/cassandraC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#thaddeus-section" class="char-link"><img src="Images/Locations/thaddeusC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#roland-section" class="char-link"><img src="Images/Locations/rolandC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#dominik-section" class="char-link"><img src="Images/Locations/dominikC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<<elseif $charPage is 2>>
<a href="#lyra-section" class="char-link"><img src="Images/Locations/lyraC1.png" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#maeris-section" class="char-link"><img src="Images/Locations/maerisC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#isabella-section" class="char-link"><img src="Images/Locations/isabellaC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#freya-section" class="char-link"><img src="Images/Locations/freyaC1.png" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#valerie-section" class="char-link"><img src="Images/Locations/valerieC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#rosalind-section" class="char-link"><img src="Images/Locations/rosalindC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<<elseif $charPage is 3>>
<a href="#tempest-section" class="char-link"><img src="Images/Locations/tempestC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#merida-section" class="char-link"><img src="Images/Locations/meridaC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<</if>>
<!-- PERSONNEL CHARACTERS -->
<<elseif $charCategory is "personnel">>
<a href="#vivian-section" class="char-link"><img src="Images/Locations/sheleenC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#principal-section" class="char-link"><img src="Images/Locations/principalC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#gaiko-section" class="char-link"><img src="Images/Locations/gaikoC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#rowena-section" class="char-link"><img src="Images/Locations/rowenaC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<!-- CITY CHARACTERS -->
<<elseif $charCategory is "city">>
<a href="#maid-section" class="char-link"><img src="Images/Locations/maidC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#clark-section" class="char-link"><img src="Images/Locations/clarkC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#landlord-section" class="char-link"><img src="Images/Locations/landlordC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#cassius-section" class="char-link"><img src="Images/Locations/cassiusC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<a href="#ephraim-section" class="char-link"><img src="Images/Locations/ephraimC1.jpg" width="100px" height="100px" style="border-radius: 50%; vertical-align: middle; border: 2px solid #00CED1;" /></a>
<</if>>
</div>
<!-- Right arrow -->
<<if $charCategory is "main">>
<<if $charPage is 1>>
<<link "next▶">><<set $charPage to 2>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<<else>>
<<link "next▶">><<set $charPage to 1>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<</if>>
<<elseif $charCategory is "realm">>
<<if $charPage is 1>>
<<link "next▶">><<set $charPage to 2>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<<else>>
<<link "next▶">><<set $charPage to 1>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<</if>>
<<elseif $charCategory is "students">>
<<if $charPage is 1>>
<<link "next▶">><<set $charPage to 2>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<<elseif $charPage is 2>>
<<link "next▶">><<set $charPage to 3>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<<else>>
<<link "next▶">><<set $charPage to 1>><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<</if>>
<<else>>
<<link "next▶">><<replace "#char-nav-container">><<include "CharNavContent">><</replace>><</link>>
<</if>>
</div>
<div style="text-align:center; font-size: 12px; margin: 3px 0; padding: 0;"> <<link "Close Notebook">><<closenotebook>><</link>></div>
</div>
<style>
/* Fix link colors in TwineScript */
#char-nav a, #char-nav a:link, #char-nav a:visited {
color: #00CED1 !important;
font-weight: bold !important;
text-decoration: none !important;
}
#char-nav a:hover, #char-nav a:active {
color: #40E0D0 !important;
text-decoration: none !important;
}
/* Character links */
.char-link, .mc-char, .inledya-char, .alariel-char, .maedhro-char, .cecily-char, .philippa-char, .zarina-char, .seraphina-char, .aurora-char, .elyra-char, .nyxis-char, .isolde-char {
color: #fff !important;
text-decoration: none !important;
margin: 0 !important;
padding: 0 !important;
}
.char-link img, .mc-char img, .inledya-char img, .alariel-char img, .maedhro-char img, .cecily-char img, .philippa-char img, .zarina-char img, .seraphina-char img, .aurora-char img, .elyra-char img, .nyxis-char img, .isolde-char img {
transition: transform 0.2s, border-color 0.2s !important;
}
.char-link:hover img, .mc-char:hover img, .inledya-char:hover img, .alariel-char:hover img, .maedhro-char:hover img, .cecily-char:hover img, .philippa-char:hover img, .zarina-char:hover img, .seraphina-char:hover img, .aurora-char:hover img, .elyra-char:hover img, .nyxis-char:hover img, .isolde-char:hover img {
transform: scale(1.1) !important;
}
/* Character-specific hover effects */
.mc-char:hover img { border-color: #40E0D0 !important; }
.inledya-char:hover img { border-color: #FFA500 !important; }
.alariel-char:hover img { border-color: #00BFFF !important; }
.maedhro-char:hover img { border-color: #9370DB !important; }
.cecily-char:hover img { border-color: #FF0000 !important; }
.philippa-char:hover img { border-color: #FFA500 !important; }
.zarina-char:hover img { border-color: #FF69B4 !important; }
.seraphina-char:hover img { border-color: #48D1CC !important; }
.aurora-char:hover img { border-color: #3CB371 !important; }
.elyra-char:hover img { border-color: #FFA500 !important; }
.nyxis-char:hover img { border-color: #B22222 !important; }
.isolde-char:hover img { border-color: #0000CD !important; }
.char-link:hover img { border-color: #40E0D0 !important; }
/* Mobile view styles */
@media screen and (max-width: 800px) {
#char-nav > div:first-child {
overflow-x: auto;
white-space: nowrap;
justify-content: flex-start;
margin: 2px 0 !important;
padding: 0 5px !important;
}
#char-nav a, #char-nav a:link, #char-nav a:visited {
font-size: 0.8em !important;
padding: 0 3px !important;
}
.char-link img, .mc-char img, .inledya-char img, .alariel-char img, .maedhro-char img, .cecily-char img, .philippa-char img, .zarina-char img, .seraphina-char img, .aurora-char img, .elyra-char img, .nyxis-char img, .isolde-char img {
width: 60px !important;
height: 60px !important;
}
#char-nav > div:last-child {
font-size: 10px !important;
margin: 2px 0 !important;
}
}
/* Small mobile styles */
@media screen and (max-width: 480px) {
#char-nav a, #char-nav a:link, #char-nav a:visited {
font-size: 0.7em !important;
}
.char-link img, .mc-char img, .inledya-char img, .alariel-char img, .maedhro-char img, .cecily-char img, .philippa-char img, .zarina-char img, .seraphina-char img, .aurora-char img, .elyra-char img, .nyxis-char img, .isolde-char img {
width: 45px !important;
height: 45px !important;
}
#char-nav > br {
display: none !important;
}
}
</style>
<</nobr>><<if $scrollToSection is true>>
<<run
setTimeout(function() {
if (State.variables.savedScrollPosition !== undefined) {
window.scrollTo(0, State.variables.savedScrollPosition);
State.variables.savedScrollPosition = undefined;
} else {
var targetElement = document.getElementById(State.variables.targetCharacter + "-section");
if (targetElement) {
targetElement.scrollIntoView({behavior: "instant", block: "start"});
}
}
}, 0)
>>
<<set $scrollToSection to false>>
<<else>>
<<run
setTimeout(function() {
var targetElement = document.getElementById(State.variables.targetCharacter + "-section");
if (targetElement) {
targetElement.scrollIntoView({behavior: "smooth", block: "start"});
}
}, 100)
>>
<</if>>
<<goto "IntroCheats">><<widget "cheatSection">>
<div id="cheat-section" style="background-color: #f0f0f0; padding: 20px; border-radius: 8px; max-width: 600px; margin: 0 auto; font-family: Arial, sans-serif;">
<h2 style="text-align: center; margin-bottom: 20px;">Game Cheat Section</h2>
<table style="width: 100%; border-collapse: collapse;">
<thead>
<tr>
<th style="text-align: left; padding: 8px;">Stat</th>
<th style="text-align: center; padding: 8px;">Current Value</th>
<th style="text-align: center; padding: 8px;">Level</th>
<th style="text-align: center; padding: 8px;">Change To</th>
</tr>
</thead>
<tbody>
<tr>
<td style="padding: 8px;">Money</td>
<td style="text-align: center; padding: 8px;"><<print $money>></td>
<td style="text-align: center; padding: 8px;"><<print window.getCharacterStatLevel($money)>></td>
<td style="text-align: center; padding: 8px;">
<input type="number" id="money-input" style="width: 80px;" placeholder="0" value="<<print $money>>">
</td>
</tr>
<tr>
<td style="padding: 8px;">Corruption</td>
<td style="text-align: center; padding: 8px;"><<print $corruption>></td>
<td style="text-align: center; padding: 8px;"><<print window.getCharacterStatLevel($corruption)>></td>
<td style="text-align: center; padding: 8px;">
<select id="corruption-input" style="width: 80px;">
<option value="0" <<if window.getCharacterStatLevel($corruption) === 0>>selected<<endif>>>Level 0 (0-4)</option>
<option value="5" <<if window.getCharacterStatLevel($corruption) === 1>>selected<<endif>>>Level 1 (5-14)</option>
<option value="15" <<if window.getCharacterStatLevel($corruption) === 2>>selected<<endif>>>Level 2 (15-29)</option>
<option value="30" <<if window.getCharacterStatLevel($corruption) === 3>>selected<<endif>>>Level 3 (30-49)</option>
<option value="50" <<if window.getCharacterStatLevel($corruption) === 4>>selected<<endif>>>Level 4 (50-74)</option>
<option value="75" <<if window.getCharacterStatLevel($corruption) === 5>>selected<<endif>>>Level 5 (75+)</option>
</select>
</td>
</tr>
<tr>
<td style="padding: 8px;">Intelligence</td>
<td style="text-align: center; padding: 8px;"><<print $intelligence>></td>
<td style="text-align: center; padding: 8px;"><<print window.getCharacterStatLevel($intelligence)>></td>
<td style="text-align: center; padding: 8px;">
<select id="intelligence-input" style="width: 80px;">
<option value="0" <<if window.getCharacterStatLevel($intelligence) === 0>>selected<<endif>>>Level 0 (0-4)</option>
<option value="5" <<if window.getCharacterStatLevel($intelligence) === 1>>selected<<endif>>>Level 1 (5-14)</option>
<option value="15" <<if window.getCharacterStatLevel($intelligence) === 2>>selected<<endif>>>Level 2 (15-29)</option>
<option value="30" <<if window.getCharacterStatLevel($intelligence) === 3>>selected<<endif>>>Level 3 (30-49)</option>
<option value="50" <<if window.getCharacterStatLevel($intelligence) === 4>>selected<<endif>>>Level 4 (50-74)</option>
<option value="75" <<if window.getCharacterStatLevel($intelligence) === 5>>selected<<endif>>>Level 5 (75+)</option>
</select>
</td>
</tr>
<tr>
<td style="padding: 8px;">Charisma</td>
<td style="text-align: center; padding: 8px;"><<print $charisma>></td>
<td style="text-align: center; padding: 8px;"><<print window.getCharacterStatLevel($charisma)>></td>
<td style="text-align: center; padding: 8px;">
<select id="charisma-input" style="width: 80px;">
<option value="0" <<if window.getCharacterStatLevel($charisma) === 0>>selected<<endif>>>Level 0 (0-4)</option>
<option value="5" <<if window.getCharacterStatLevel($charisma) === 1>>selected<<endif>>>Level 1 (5-14)</option>
<option value="15" <<if window.getCharacterStatLevel($charisma) === 2>>selected<<endif>>>Level 2 (15-29)</option>
<option value="30" <<if window.getCharacterStatLevel($charisma) === 3>>selected<<endif>>>Level 3 (30-49)</option>
<option value="50" <<if window.getCharacterStatLevel($charisma) === 4>>selected<<endif>>>Level 4 (50-74)</option>
<option value="75" <<if window.getCharacterStatLevel($charisma) === 5>>selected<<endif>>>Level 5 (75+)</option>
</select>
</td>
</tr>
<tr>
<td style="padding: 8px;">Strength</td>
<td style="text-align: center; padding: 8px;"><<print $strength>></td>
<td style="text-align: center; padding: 8px;"><<print window.getCharacterStatLevel($strength)>></td>
<td style="text-align: center; padding: 8px;">
<select id="strength-input" style="width: 80px;">
<option value="0" <<if window.getCharacterStatLevel($strength) === 0>>selected<<endif>>>Level 0 (0-4)</option>
<option value="5" <<if window.getCharacterStatLevel($strength) === 1>>selected<<endif>>>Level 1 (5-14)</option>
<option value="15" <<if window.getCharacterStatLevel($strength) === 2>>selected<<endif>>>Level 2 (15-29)</option>
<option value="30" <<if window.getCharacterStatLevel($strength) === 3>>selected<<endif>>>Level 3 (30-49)</option>
<option value="50" <<if window.getCharacterStatLevel($strength) === 4>>selected<<endif>>>Level 4 (50-74)</option>
<option value="75" <<if window.getCharacterStatLevel($strength) === 5>>selected<<endif>>>Level 5 (75+)</option>
</select>
</td>
</tr>
<tr>
<td style="padding: 8px;">Confidence</td>
<td style="text-align: center; padding: 8px;"><<print $confidence>></td>
<td style="text-align: center; padding: 8px;"><<print window.getCharacterStatLevel($confidence)>></td>
<td style="text-align: center; padding: 8px;">
<select id="confidence-input" style="width: 80px;">
<option value="0" <<if window.getCharacterStatLevel($confidence) === 0>>selected<<endif>>>Level 0 (0-4)</option>
<option value="5" <<if window.getCharacterStatLevel($confidence) === 1>>selected<<endif>>>Level 1 (5-14)</option>
<option value="15" <<if window.getCharacterStatLevel($confidence) === 2>>selected<<endif>>>Level 2 (15-29)</option>
<option value="30" <<if window.getCharacterStatLevel($confidence) === 3>>selected<<endif>>>Level 3 (30-49)</option>
<option value="50" <<if window.getCharacterStatLevel($confidence) === 4>>selected<<endif>>>Level 4 (50-74)</option>
<option value="75" <<if window.getCharacterStatLevel($confidence) === 5>>selected<<endif>>>Level 5 (75+)</option>
</select>
</td>
</tr>
<tr>
<td style="padding: 8px;">Technique</td>
<td style="text-align: center; padding: 8px;"><<print $technique>></td>
<td style="text-align: center; padding: 8px;"><<print window.getCharacterStatLevel($technique)>></td>
<td style="text-align: center; padding: 8px;">
<select id="technique-input" style="width: 80px;">
<option value="0" <<if window.getCharacterStatLevel($technique) === 0>>selected<<endif>>>Level 0 (0-4)</option>
<option value="5" <<if window.getCharacterStatLevel($technique) === 1>>selected<<endif>>>Level 1 (5-14)</option>
<option value="15" <<if window.getCharacterStatLevel($technique) === 2>>selected<<endif>>>Level 2 (15-29)</option>
<option value="30" <<if window.getCharacterStatLevel($technique) === 3>>selected<<endif>>>Level 3 (30-49)</option>
<option value="50" <<if window.getCharacterStatLevel($technique) === 4>>selected<<endif>>>Level 4 (50-74)</option>
<option value="75" <<if window.getCharacterStatLevel($technique) === 5>>selected<<endif>>>Level 5 (75+)</option>
</select>
</td>
</tr>
</tbody>
</table>
<div style="text-align: center; margin-top: 20px;">
<button id="apply-cheat-button" style="padding: 8px 16px; background-color: #4CAF50; color: white; border: none; border-radius: 4px; cursor: pointer;">
Apply Changes
</button>
</div>
<<script>>
// Apply button functionality
$(document).on('click', '#apply-cheat-button', function() {
// Set the new values for all stats
State.variables.money = Number($("#money-input").val());
State.variables.corruption = Number($("#corruption-input").val());
State.variables.intelligence = Number($("#intelligence-input").val());
State.variables.charisma = Number($("#charisma-input").val());
State.variables.strength = Number($("#strength-input").val());
State.variables.confidence = Number($("#confidence-input").val());
State.variables.technique = Number($("#technique-input").val());
// Set target character and go to route handler
State.variables.targetCharacter = "mc";
Engine.play("RouteHandler");
});
<</script>>
</div>
<</widget>>